@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,500,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Marcellus&display=swap&subset=latin-ext);
@import url(https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap);
/*---------------------------------
reset
---------------------------------*/
table#makebanner,
table#makebanner > tbody > tr > td > table[width="100%"] {
  display: block !important;
  margin: 0 !important;
  width: 100% !important;
}

table#makebanner > tbody,
table#makebanner > tbody > tr,
table#makebanner > tbody > tr > td,
table#makebanner > tbody > tr > td > table,
table#makebanner > tbody > tr > td > table > tbody,
table#makebanner > tbody > tr > td > table > tbody > tr,
table#makebanner > tbody > tr > td > table > tbody > tr > td {
  display: block !important;
  width: auto !important;
}

center {
  text-align: left;
}

html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1.6rem;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
}

span, strong, sub, sup, input, textarea, select, button {
  font-size: inherit;
  font-family: inherit;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a img {
  transition: all 0.3s ease;
}

.bx-wrapper {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media print, screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}
/*---------------------------------
base
---------------------------------*/
body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: normal;
  scroll-behavior: smooth;
  color: #222;
}

a {
  color: #222;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover:not(.no-hover-opacity) {
  opacity: 0.7;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.wrapper {
  overflow: hidden;
  padding-top: 60px;
}

.main {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  line-height: 1.75;
}

.main.no-space {
  padding-top: 0;
}

.main img {
  vertical-align: bottom;
}

.main li,
.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
  line-height: 1.4;
}

main p,
main ul,
main ol,
main dl,
main table {
  margin-bottom: 20px;
}

.contents-layout {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1190px;
}

.contents-section,
.contents-section01,
.contents-section02 {
  margin: 0 auto 100px;
  padding: 0 30px;
}

.contents-section {
  max-width: 1208px;
}

.contents-section01 {
  max-width: 1792px;
}

.contents-section02 {
  max-width: 1566px;
}

.contents-heading {
  display: flex;
  align-items: baseline;
  margin-right: 10px;
  margin: 0 auto 24px;
}

.information-heading {
  padding-bottom: 25px;
  border-bottom: 2px dotted #707070;
}

.heading-title {
  font-size: 24px;
  font-weight: normal;
  margin-right: 10px;
}

.heading-sub-title {
  font-weight: 100;
}

.item-title-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 130px;
}

.item-title-wrap span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 14px;
}

.item-title {
  font-size: 32px;
  font-weight: 400;
}

.section-title {
  font-size: 20px;
  font-weight: bold;
  padding-left: 8px;
}

.contents-wrap p {
  line-height: 2.4em;
}

/*---------------------------------
button
---------------------------------*/
.btn-wrap {
  text-align: center;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  min-width: 270px;
  min-height: 56px;
  border: 1px solid #616161;
  border-radius: 56px;
  color: #333;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover {
  background: #616161;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.box-col .btn {
  min-width: 0;
}

.product-list-btn {
  width: 230px;
}

.mail-magazine-btn {
  width: 100%;
}

/*---------------------------------
cart-button
---------------------------------*/
.add-btn {
  color: #fff;
  background: #333;
  font-size: 16px;
  text-align: center;
  min-width: 376px;
  border-radius: 64px;
}

.add-btn:hover {
  background: #666;
}

.sold-btn {
  background: #adadad !important;
}

.sold-btn:hover {
  background: #989898 !important;
}

.cart-btn {
  display: inline-block;
  border-radius: 2px;
  width: 100%;
  padding: 18px;
}

.add-btn a {
  color: #fff;
  text-decoration: none;
}

.add-btn a:hover {
  opacity: 1;
}

.add-btn-right {
  width: 24%;
}

.cart-option-area {
  font-size: 12px;
  margin-top: 10px;
}

.cart-option-area span {
  display: block;
}

/*---------------------------------
header
---------------------------------*/
header {
  z-index: 999;
}

.header a:hover {
  text-decoration: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 96px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.top-bar {
  z-index: 999;
  margin: 0;
  padding: 20px 0 0;
}

.header-inner {
  overflow: hidden;
  padding: 0 20px;
}

.shop-logo {
  float: left;
  margin: 0 20px 0 0;
  width: 240px;
}

.shop-logo a {
  display: block;
  overflow: hidden;
  padding-bottom: 25%;
  width: 100%;
  height: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url(https://shop80-makeshop.akamaized.net/shopimages/Barefootinc/logo.png) center center/100% auto no-repeat;
}

.header .navigation {
  float: left;
}

.header .navigation::after {
  display: block;
  content: "";
  clear: both;
}

.header .nav {
  float: left;
  display: flex;
}

.drop-arrow {
  margin-left: 6px;
}

.header .nav-item > a {
  display: block;
  padding: 34px 12px 22px;
  border-bottom: 4px solid transparent;
  font-weight: bold;
  text-align: center;
  transition: border 0.3s ease;
}

.header .nav-item > a:hover,
.header .nav-item.current > a {
  border-color: #f8cf37;
}

.second-nav {
  display: flex;
  float: right;
  padding-top: 10px;
}

.second-nav li {
  position: relative;
  font-size: 1.2rem;
}

.second-nav li .icon {
  display: block;
  margin: 0 auto 4px;
  max-width: 32px;
  height: 32px;
}

.second-nav li .icon.icon-search {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.second-nav li .icon.icon-search {
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/header/icon-search.gif) center center/32px auto no-repeat;
}

.second-nav li .icon.icon-login {
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/header/icon-login.gif) center center/32px auto no-repeat;
}

.second-nav li .icon.icon-logout {
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/header/icon-logout.png) center center/32px auto no-repeat;
}

.second-nav li .icon.icon-cart {
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/header/icon-cart.gif) center center/32px auto no-repeat;
}

.second-nav li .txt {
  display: block;
  padding: 0 10px;
  font-size: 1.2rem;
}

.second-nav img {
  display: block;
  margin: 0 auto 6px;
}

.nv-dropdown:active .drop-arrow {
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nv-dropdown:checked {
  transform: rotate(180deg);
}

.sp-nav-wrap {
  display: none;
}

.sp-second-nav-wrap {
  display: none;
}

span.cart-badge {
  background: #fe0000;
  color: #fff;
  padding: 4px 6px !important;
  font-size: 1rem;
  border-radius: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
}

/* 透過ヘッダー文字色白 */
body.header-transp01 .header {
  background: transparent;
  box-shadow: none;
}

body.header-transp01 .header .nav-item > a,
body.header-transp01 .header .second-nav li .txt {
  color: #fff;
}

body.header-transp01 .header .shop-logo a {
  background-image: url(https://gigaplus.makeshop.jp/Barefootinc/images/header/logo-white.png);
}

body.header-transp01 .header .second-nav li .icon.icon-search {
  background-image: url(https://gigaplus.makeshop.jp/Barefootinc/images/header/icon-search-white.png);
}

body.header-transp01 .header .second-nav li .icon.icon-login {
  background-image: url(https://gigaplus.makeshop.jp/Barefootinc/images/header/icon-login-white.png);
}

body.header-transp01 .header .second-nav li .icon.icon-logout {
  background-image: url(https://gigaplus.makeshop.jp/Barefootinc/images/header/icon-logout-white.png);
}

body.header-transp01 .header .second-nav li .icon.icon-cart {
  background-image: url(https://gigaplus.makeshop.jp/Barefootinc/images/header/icon-cart-white.png);
}

body.header-transp01 .header .close {
  color: #fff;
}

@media screen and (max-width: 768px) {
  body.header-transp01 .header .cart-link .icon {
    background-image: url(https://gigaplus.makeshop.jp/Barefootinc/images/header/icon-cart-white.png);
  }
  body.header-transp01 .header .menu-trigger span {
    background-color: #fff;
  }
  body.header-transp01 .header .menu-trigger.active span {
    background-color: #434343;
  }
}
/*---------------------------------
headerN
---------------------------------*/
.headerN {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 60px;
  background-color: #000;
}
.headerN a {
  color: #fff;
}
.headerN .top-bar {
  margin: 0;
  padding: 0;
  height: 60px;
}
.headerN .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 56px 0 15px;
}
@media screen and (min-width: 768px) {
  .headerN .header-inner {
    padding: 0 8px;
  }
}
@media screen and (min-width: 1024px) {
  .headerN .header-inner {
    padding: 0 24px;
  }
}
.headerN .shop-logo {
  margin: 0;
  width: 176px;
}
@media screen and (min-width: 768px) {
  .headerN .shop-logo {
    width: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .headerN .shop-logo {
    width: 176px;
  }
}
.headerN .shop-logo a {
  display: block;
  overflow: hidden;
  padding-bottom: 25%;
  width: 100%;
  height: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/common/logo-site-id.svg) center center/100% auto no-repeat;
}
.headerN-nav {
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .headerN-nav {
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .headerN-nav {
    gap: 16px;
  }
}
.headerN-navigation {
  display: none;
}
@media screen and (min-width: 768px) {
  .headerN-navigation {
    display: block;
  }
}
.headerN-navigation .nav {
  display: flex;
  height: 60px;
}
.headerN-navigation .nav .nav-item > a {
  display: flex;
  align-items: center;
  padding: 0 16px;
  min-height: 60px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .headerN-navigation .nav .nav-item > a {
    padding: 0 4px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 980px) {
  .headerN-navigation .nav .nav-item > a {
    padding: 0 8px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1100px) {
  .headerN-navigation .nav .nav-item > a {
    font-size: 1.4rem;
  }
}
.headerN-navigation .nav .nav-item > a:hover {
  opacity: 1;
}
.headerN-navigation .drop-nv-wrap {
  display: none;
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}
.headerN-navigation .drop-nv-wrap.show {
  display: block;
}
.headerN-navigation .drop-nv-wrap .drop-nv-content {
  margin: 0 auto;
  padding: 40px 15px 30px;
  max-width: 1208px;
}
.headerN-navigation .drop-nv-wrap .title {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: bold;
}
.headerN-navigation .drop-nv-wrap .gnav-menu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.headerN-navigation .drop-nv-wrap .gnav-menu .dropdown-menu01 {
  margin: 0 10px;
  width: calc(33.33% - 20px);
}
.headerN-navigation .drop-nv-wrap .gnav-menu .dropdown-menu01:nth-child(2) {
  width: calc(31.33% - 20px);
}
.headerN-navigation .drop-nv-wrap .gnav-menu .dropdown-menu01:nth-child(3) {
  width: calc(35.33% - 20px);
}
.headerN-navigation .drop-nv-wrap .gnav-menu .dropdown-menu01 > li {
  overflow: hidden;
  margin: 0 0 30px;
  font-size: 1.4rem;
  line-height: 1.4;
  min-height: 60px;
}
.headerN-navigation .drop-nv-wrap .gnav-menu .dropdown-menu01 > li .img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 125px;
  text-align: center;
}
.headerN-navigation .drop-nv-wrap .gnav-menu .dropdown-menu01 > li .txt {
  display: block;
  overflow: hidden;
}
.headerN-navigation .drop-nv-wrap .gnav-menu .dropdown-menu01 > li .name {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}
.headerN-navigation .drop-nv-wrap .gnav-menu .dropdown-menu01 a {
  display: block;
  overflow: hidden;
  padding: 0;
}
.headerN-second-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .headerN-second-nav {
    gap: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .headerN-second-nav {
    gap: 16px;
  }
}
.headerN-second-nav > li {
  font-size: 1.4rem;
}
.headerN-second-nav > li .icon {
  display: block;
  margin: 0;
  width: 24px;
  height: 24px;
}
.headerN-second-nav > li .icon.icon-search {
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/common/icon-search.png) center center/100% auto no-repeat;
}
.headerN-second-nav > li .icon.icon-login {
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/common/icon-login.png) center center/100% auto no-repeat;
}
.headerN-second-nav > li .icon.icon-logout {
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/header/icon-logout-white.png) center center/32px auto no-repeat;
}
.headerN-second-nav > li .icon.icon-cart {
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/common/icon-cart.png) center center/100% auto no-repeat;
}
.headerN-second-nav > li .txt {
  display: none;
}
.headerN-second-nav > li img {
  display: block;
  margin: 0 auto 6px;
}
.headerN-second-nav > li.search {
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .headerN-second-nav > li.search {
    display: block;
  }
}
.headerN-second-nav > li.search .search-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.headerN-second-nav > li.cart-link {
  position: relative;
  margin: 0;
}
.headerN-second-nav .headerN-search-box {
  display: block;
  margin: 0;
  position: relative;
}
.headerN-second-nav .headerN-search-box .search-keyword {
  padding: 10px 32px 10px 12px;
  width: 160px;
  min-height: 40px;
  border: 0;
  border-radius: 4px;
  background-color: #333;
  outline: none;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .headerN-second-nav .headerN-search-box .search-keyword {
    width: 168px;
  }
}
@media screen and (min-width: 1280px) {
  .headerN-second-nav .headerN-search-box .search-keyword {
    width: 240px;
  }
}
.headerN-second-nav .headerN-search-box a.btn-go {
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  opacity: 0;
}
.headerN-second-nav .headerN-search-box a:hover {
  opacity: 1;
}
.headerN-sp-nav-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .headerN-sp-nav-wrap {
    display: block;
    position: absolute;
  }
  .headerN-sp-nav-wrap nav {
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 60px);
    max-height: calc(100dvh - 60px);
    padding: 20px 30px;
    background: #000;
    transition: all 0.5s;
  }
  .headerN-sp-nav-wrap nav.open {
    visibility: visible;
    opacity: 1;
  }
  .headerN-sp-nav-wrap nav > ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .headerN-sp-nav-wrap nav > ul > li {
    text-align: left;
    margin-bottom: 10px;
    padding: 0;
    font-weight: bold;
    line-height: 1.5;
  }
  .headerN-sp-nav-wrap nav > ul > li.search-link-sp {
    margin-bottom: 0;
  }
  .headerN-sp-nav-wrap nav > ul > li.search-link-sp dl.search1 {
    border-bottom: 0;
    border-radius: 4px;
    background-color: #222;
  }
  .headerN-sp-nav-wrap nav > ul > li.search-link-sp dl.search1 dt {
    padding: 0px;
  }
  .headerN-sp-nav-wrap nav > ul > li.search-link-sp dl.search1 dt .search-keyword {
    padding: 13px 36px 13px 12px;
    width: 100%;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    color: #fff;
    font-size: 1.4rem;
  }
  .headerN-sp-nav-wrap nav > ul > li.search-link-sp dl.search1 dd {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .headerN-sp-nav-wrap nav > ul > li.search-link-sp dl.search1 dd button {
    display: block;
    padding: 0;
    background: none;
    border: none;
  }
  .headerN-sp-nav-wrap nav > ul > li.search-link-sp dl.search1 dd button span {
    display: block;
    width: 24px;
    height: 24px;
  }
  .headerN-sp-nav-wrap nav > ul > li.hr {
    margin-top: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #222;
  }
  .headerN-sp-nav-wrap nav > ul > li.hr a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 0;
  }
  .headerN-sp-nav-wrap nav > ul > li.hr a img {
    width: 24px;
  }
  .headerN-sp-nav-wrap nav > ul > li > a {
    display: block;
    padding: 12px 0;
  }
  .headerN-sp-nav-wrap nav nav > ul > li .icon {
    display: inline-block;
    margin-right: 5px;
    width: 32px;
    vertical-align: middle;
  }
  .headerN-sp-nav-wrap .article-title {
    padding: 12px 0;
    color: #fff;
  }
  .headerN-sp-nav-wrap .article-title::after {
    top: 17px;
    right: 4px;
  }
  .headerN-sp-nav-wrap .accordion-content {
    padding: 8px 0;
    border-radius: 4px;
    background-color: #222;
  }
  .headerN-sp-nav-wrap .accordion-content > li > a {
    padding: 8px 16px;
  }
}
.headerN-sp-nav-wrap .menu-trigger {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 18px;
  left: auto;
  right: 15px;
  z-index: 100;
}
.headerN-sp-nav-wrap .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  width: 18px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.headerN-sp-nav-wrap .menu-trigger.active span {
  background-color: #fff;
}
.headerN-sp-nav-wrap .menu-trigger span:nth-of-type(1) {
  top: 5px;
}
.headerN-sp-nav-wrap .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.headerN-sp-nav-wrap .menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.headerN-sp-nav-wrap .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.headerN-sp-nav-wrap .menu-trigger span:nth-of-type(3) {
  bottom: 5px;
}
.headerN-sp-nav-wrap .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-4px) rotate(45deg);
}

/*---------------------------------
header-dropmenu
---------------------------------*/
.navigation .drop-nv-wrap {
  display: none;
  position: fixed;
  top: 96px;
  right: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}

.navigation .drop-nv-wrap.show {
  display: block;
}

.navigation .drop-nv-wrap a {
  color: #fff;
}

.navigation .drop-nv-wrap .drop-nv-content {
  margin: 0 auto;
  padding: 40px 15px 30px;
  max-width: 1208px;
}

.navigation .drop-nv-wrap .title {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: bold;
}

.navigation .drop-nv-wrap .gnav-menu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.navigation .drop-nv-wrap .gnav-menu .dropdown-menu01,
.navigation .drop-nv-wrap .gnav-menu .dropdown-menu02 {
  margin: 0 10px;
  width: calc(33.33% - 20px);
}

.navigation .drop-nv-wrap .gnav-menu .dropdown-menu01:nth-child(2) {
  width: calc(31.33% - 20px);
}

.navigation .drop-nv-wrap .gnav-menu .dropdown-menu01:nth-child(3) {
  width: calc(35.33% - 20px);
}

.navigation .drop-nv-wrap .gnav-menu .dropdown-menu01 li {
  overflow: hidden;
  margin: 0 0 30px;
  font-size: 1.4rem;
  line-height: 1.4;
  min-height: 60px;
}

.navigation .drop-nv-wrap .gnav-menu .dropdown-menu01 a {
  display: block;
  overflow: hidden;
}

.navigation .drop-nv-wrap .gnav-menu .dropdown-menu01 li .img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 125px;
  text-align: center;
}

.navigation .drop-nv-wrap .gnav-menu .dropdown-menu01 li .txt {
  display: block;
  overflow: hidden;
}

.navigation .drop-nv-wrap .gnav-menu .dropdown-menu01 li .txt .name {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.navigation .drop-nv-wrap .gnav-menu .dropdown-menu02 li {
  overflow: hidden;
  margin: 0 0 15px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.navigation .drop-nv-wrap .gnav-menu .dropdown-menu02 a {
  display: flex;
  align-items: center;
}

.navigation .drop-nv-wrap .gnav-menu .dropdown-menu02 li .img {
  margin-right: 15px;
  width: 48px;
}

.navigation .drop-nv-wrap .gnav-menu .dropdown-menu02 li .name {
  font-size: 1.8rem;
  font-weight: bold;
}

.navigation .drop-nv-wrap .genuine {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.article-title,
.article-title-pc {
  position: relative;
}

.article-title:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 20%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #6E6E6E;
  border-right: solid 2px #6E6E6E;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.article-title-pc:after {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #6E6E6E;
  border-right: solid 2px #6E6E6E;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@-moz-document url-prefix() {
  .article-title-pc:after {
    top: 3px;
  }
}
.article-title.open:after,
.article-title-pc.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 57%;
}

@-moz-document url-prefix() {
  .article-title.open:after,
.article-title-pc.open:after {
    top: 44%;
  }
}
/*---------------------------------
header-serch
---------------------------------*/
.search-link {
  display: block;
  position: relative;
  float: right;
  padding: 0;
}

.sp-header {
  display: none;
}

.search {
  float: right;
  position: relative;
}

.search-box {
  margin: 0;
  float: left;
  display: none;
  position: relative;
  right: 0;
}

.search-box .search-keyword {
  width: 155px;
  font-size: 1.2rem;
}

.search-icon {
  margin: 0;
  float: left;
  cursor: pointer;
}

a.btn-go {
  text-decoration: none;
  position: absolute;
  right: -104px;
  /*background: #fff;*/
}

.search-box a:hover {
  opacity: 1;
}

.header input[type=text],
.header textarea {
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  min-width: 80px;
  outline: none;
}

.header .close {
  cursor: pointer;
  margin: 0 0 0 -20px;
  position: absolute;
  top: 10px;
}

/*---------------------------------
top
---------------------------------*/
/*---------------------------------
main-visual
---------------------------------*/
.main-visual {
  margin-top: 78px;
}

#M_slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.main-visual img {
  width: 100%;
  object-fit: cover;
  height: 80vh;
}

.bx-wrapper .bx-pager {
  color: #666 !important;
  bottom: 16px !important;
  padding-top: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #E57C6F !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 9px !important;
  height: 9px !important;
  margin: 0 7px !important;
}

.scroll-down a {
  display: none;
}

.bx-controls-direction {
  display: none;
}

/*---------------------------------
side-nav
---------------------------------*/
.left-nav {
  width: 240px;
  margin-right: 56px;
}

.left-nav-title {
  border-bottom: 1px solid #6E6E6E;
  border-top: 1px solid #6E6E6E;
  padding: 16px 0;
  font-weight: bold;
}

.left-nav-item {
  font-size: 14px;
  margin: 18px 0;
  line-height: 1.4em;
}

.left-nav-item:last-child {
  margin-bottom: 40px;
}

.left-nav-item a {
  display: block;
}

.left-nav-item a:hover {
  opacity: 0.7;
}

.left-nav-help {
  border-top: 1px solid #6E6E6E;
  padding: 16px 0;
}

.nav-help-list {
  margin: 18px 0;
  line-height: 1.4em;
  font-size: 14px;
}

/*---------------------------------
information
---------------------------------*/
.information-list-wrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 2px dotted #707070;
}

.information-list {
  display: flex;
  align-items: baseline;
  margin: 0 0 32px;
}

.information-label {
  font-size: 14px;
  font-weight: 300;
  margin-right: 24px;
}

.information-contents {
  line-height: 1.2em;
}

.information-label:before {
  content: "-";
  padding-right: 4px;
}

.information-contents a:hover {
  text-decoration: underline;
}

/*---------------------------------
product-container
---------------------------------*/
.product-container {
  display: flex;
}

.product-contents-wrap {
  min-width: 500px;
}

.product-wrap {
  margin-bottom: 72px;
}

.product-wrap .empty {
  margin: 100px 0 150px;
  font-size: 2rem;
  text-align: center;
}

.new-product-wrap {
  border-bottom: 2px dotted #707070;
}

.product-list {
  margin: 0 -8px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.product-list-item {
  position: relative;
  width: calc(25% - 16px);
  margin: 0 8px 30px;
}

.product-list-item a:hover {
  text-decoration: none;
}

/*.product-list-item:nth-child(3n) {
  margin-right: 0;
}*/
.product-image-wrap {
  position: relative;
  width: auto;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 8px;
}

.product-image-wrap img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.product-image-wrap img:hover {
  opacity: 0.5;
}

.item-list-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.item-list-icon .icon-new {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.item-list-icon li {
  box-sizing: border-box;
  margin: 0 5px 5px;
  font-size: 1rem;
  line-height: 1;
}

.product-list .item-list-image {
  margin-bottom: 10px;
}

.product-list .item-list-image a {
  display: block;
  position: relative;
}

.product-list .item-list-image a.switch::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  animation: item-switch 0.3s linear forwards;
}

.product-list .item-list-image a .light {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  animation: item-switch 0.3s linear forwards;
}

.product-list.cat-idx-ff .item-list-icon .icon-new {
  display: none;
}

.product-list.cat-idx-ff .item-list-icon .icon-new.new {
  display: list-item;
}

@keyframes item-switch {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.product-list .item-list-thumbs {
  overflow: hidden;
  margin: 10px 0 0;
}

.product-list .item-list-thumbs li {
  float: left;
  margin: 0 5px 5px 0;
  width: 48px;
  border: 1px solid #fff;
  line-height: 1;
}

.product-list .item-list-thumbs li img {
  vertical-align: bottom;
}

.product-list .item-list-thumbs li.current {
  border-color: #000;
}

.product-list .item-list-cat {
  margin-bottom: 2px;
  font-size: 1.8rem;
}

.product-list .item-list-name {
  margin-bottom: 2px;
  font-size: 1.8rem;
}

.product-list .item-list-regular-price {
  margin-bottom: 2px;
  font-size: 1.6rem;
}

.product-list .item-list-price {
  margin-bottom: 6px;
  font-size: 2rem;
  font-weight: bold;
}

.product-list .item-list-regular-price .tax,
.product-list .item-list-price .item-list-sale-discount-rate,
.product-list .item-list-price .tax {
  font-size: 1.4rem;
  font-weight: normal;
}

.product-list .item-list-price .sale-rate {
  margin-right: 5px;
  color: #c62828;
  font-size: 1.6rem;
  font-weight: normal;
}

.product-list .item-list-stock {
  margin-bottom: 6px;
}

.product-list .item-list-stock .item-stock {
  display: inline-block;
  margin-left: 10px;
}

.product-list .cat,
.product-list .name {
  margin-bottom: 0;
}

.product-name-link {
  line-height: 1.6em;
}

.product-list-item a div:hover {
  opacity: 0.7;
}

.product-caption {
  font-weight: 500;
}

.product-price {
  display: inline-block;
  margin-top: 8px;
}

.product-discount {
  text-decoration: line-through;
}

.product-sale-price {
  color: #EB503C;
  font-weight: 500;
}

.sold-out {
  display: inline-block;
  font-size: 10px;
  font-weight: 100;
  background: #adadad;
  color: #fff;
  padding: 0 6px;
  border-radius: 2px;
  margin-bottom: 5px;
}

/*---------------------------------
footerN
---------------------------------*/
.footerN {
  overflow: hidden;
  background: #000;
  color: #fff;
}
.footerN a {
  color: #fff;
  transition: all 0.3s ease;
}
.footerN-contents {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto;
  padding: 48px 15px;
  max-width: 1830px;
  gap: 0 2.2222222222%;
}
@media screen and (min-width: 768px) {
  .footerN-contents {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .footerN-title {
    margin-right: 1.3333333333%;
  }
}
.footerN-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .footerN-list {
    width: calc((100% - 240px - 3.5555555556% - 6.6666666667%) / 3);
  }
}
.footerN-list > li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.footerN-list > li.separate {
  margin-top: 24px;
}
.footerN-list > li a:hover {
  opacity: 1;
}
.footerN .copyright {
  margin-top: 32px;
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .footerN .copyright {
    width: 100%;
  }
}

/*---------------------------------
category_list
---------------------------------*/
.category-image {
  position: relative;
}

.category-image img {
  margin-top: 78px;
  height: 222px;
  width: 100%;
  object-fit: cover;
}

.category-image:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4196078431);
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  z-index: 1;
}

.category-title-wrap {
  width: 100%;
  position: absolute;
  top: 170px;
  z-index: 2;
}

/*---------------------------------
pager
---------------------------------*/
.pager {
  margin-bottom: 64px;
}

.pager ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #EBEBEB;
  width: 30px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #fff;
  background: #6E6E6E;
}

/*---------------------------------
detail
---------------------------------*/
.detail {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.detail .item-name {
  margin-bottom: 10px;
  width: 100%;
}

.detail .item-name .hdg {
  margin-bottom: 10px;
  font-size: 3.6rem;
}

.detail-image {
  padding-right: 1.66%;
  width: 50%;
}

.detail-image #switch-deital-image {
  margin-bottom: 15px;
  text-align: center;
}

.detail-image .switch-deital-image-list {
  overflow: hidden;
  margin: 0 -5px 0 0;
}

.detail-image .switch-deital-image-list li {
  float: left;
  margin: 0 5px 5px 0;
  width: 78px;
  border: 1px solid #fff;
  line-height: 1;
  cursor: pointer;
}

.detail-image .switch-deital-image-list li.current {
  border-color: #333;
}

.detail-right {
  padding-left: 1.66%;
  width: 50%;
}

.item-description-wrap {
  margin-bottom: 20px;
}

.item-price {
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: bold;
}

.regular-price {
  text-decoration: line-through;
}

.before-price {
  margin-bottom: 0;
}

.item-point {
  margin-bottom: 10px;
}

.item-price .member {
  color: #fe0000;
}

.fixed-price {
  margin-bottom: 0;
}

.item-price .txt {
  font-size: 1.6rem;
}

.item-price .tax {
  font-size: 1.4rem;
  font-weight: normal;
}

.item-option {
  margin-bottom: 20px;
}

.item-option .makeshop-option-wrap {
  margin: 0;
  text-align: right;
}

.item-option .makeshop-option-label {
  display: none;
}

.item-size {
  margin-bottom: 20px;
  text-align: right;
}

.item-option + .item-size {
  margin-top: -5px;
}

.item-stock {
  margin-bottom: 20px;
  text-align: right;
}

.soldout {
  margin-bottom: 20px;
  padding: 10px 15px;
  background: #ffe3e3;
}

.item-quantity {
  margin-bottom: 30px;
  text-align: right;
}

.item-quantity input {
  margin-left: 10px;
  width: 80px;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
}

.detail .box-lineup {
  width: 100%;
  margin-bottom: 20px;
}

.product-price-block {
  font-size: 40px;
}

.product-price-block small {
  font-size: 24px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input.productnum {
  font-size: 24px;
  width: 100px;
  height: 40px;
  float: left;
  text-align: right;
  padding: 0 5px;
}

div.button {
  float: left;
  width: 16px;
  padding-left: 16px;
}

.cart-add-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}

input.spinner_up {
  margin-top: 3px;
  border: 0px;
  width: 13px;
  height: 13px;
  background: url("/view/images/template/6/up.png") no-repeat;
  cursor: pointer;
}

input.spinner_down {
  margin-top: 3px;
  border: 0px;
  width: 13px;
  height: 13px;
  background: url("/view/images/template/6/down.png") no-repeat;
  cursor: pointer;
}

.productnum-wrap {
  padding: 72px 0 40px;
}

.purchase-num {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.option-area {
  margin: -20px 0 60px;
}

.makeshop-option-wrap {
  margin: 8px 0;
}

.makeshop-option-label {
  font-size: 14px;
  margin-bottom: 6px;
}

.makeshop-option-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 40px 8px 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 1.6rem;
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/icon-arrow01-b.png) right center/32px auto no-repeat;
}

.makeshop-option-select option {
  background: #f4f4f4;
}

.bg-section {
  background: #FCF8EC;
  padding: 100px 0;
}

.detail-description {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 0 16px;
}

.left-detail-description,
.right-detail-description {
  width: 50%;
}

.left-detail-description {
  margin-right: 140px;
}

.description-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}

.description-text {
  line-height: 2em;
}

.grid-multi-image {
  display: flex;
  flex-wrap: wrap;
}

.multi-image {
  flex: 1 0 33.3333333333%;
}

*::-ms-backdrop, .multi-image {
  width: 33.33%; /* IE11 */
}

.multi-image img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}

.detail-sold-out {
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  background: #adadad;
  color: #fff;
  padding: 6px;
  margin-bottom: 5px;
  border-radius: 2px;
}

.detail-product-discount {
  font-size: 20px;
  margin-bottom: 16px;
  text-decoration: line-through;
}

.detail-product-sale-price {
  color: #EB503C;
  font-weight: 500;
  font-size: 38px;
}

.detail-product-sale-price small {
  font-size: 28px;
}

/*---------------------------------
cart
---------------------------------*/
.cart-title-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 130px;
}

.cart-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.cart {
  margin-top: 60px;
}

.cart-text-head {
  border-bottom: 1px dotted #6E6E6E;
  padding-bottom: 16px !important;
  display: flex;
}

.cart-product {
  padding: 16px 0;
  display: flex;
  border-bottom: 1px dotted #6E6E6E;
  align-items: center;
}

.cart .img-head {
  width: 20%;
}

.cart-product img {
  width: 160px;
}

.cart .name-head {
  width: 25%;
  padding-right: 40px;
  line-height: 1.4em;
}

.cart .qty-head {
  width: 15%;
}

.cart .price-head {
  width: 25%;
}

.cart .remove-head {
  width: 15%;
}

.cart-item-text {
  display: flex;
  justify-content: space-between;
  width: 76%;
  align-items: center;
}

.cart .img {
  width: 20%;
}

.cart .name {
  width: 25%;
  line-height: 1.4em;
}

.cart .qty {
  width: 15%;
  display: flex;
}

.cart .price {
  width: 25%;
}

.cart .remove {
  width: 15%;
  padding-left: 14px;
}

.remove-sp {
  display: none;
}

.reco-item01 {
  margin: 30px 0 20px;
  text-align: right;
}

.reco-item01 .reco-item-pra .title {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 20px;
  background: #ffeb3b;
  border-radius: 40px;
}

.total {
  text-align: right;
  margin: 56px 0 32px;
}

.reco-item01 + .total {
  margin-top: 20px;
}

.total-text {
  font-size: 18px;
}

.total-price {
  font-size: 32px;
  padding-left: 16px;
}

.total-text-small {
  font-size: 14px;
}

.continue-shopping {
  padding-right: 40px;
}

.payment-add-btn {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.quantity-notification {
  width: 44px;
  height: 44px;
  text-align: center;
}

.awesome a {
  cursor: pointer !important;
  text-align: center !important;
  display: inline-block;
  vertical-align: middle !important;
  color: #fff !important;
  width: 85px !important;
  height: 100% !important;
  background: #6E6E6E !important;
  font-size: 12px;
  margin-left: 6px;
  text-decoration: none;
  padding: 14px;
}

/*---------------------------------
news-list
---------------------------------*/
.contents-wrap {
  max-width: 960px;
  margin: 0 auto 80px;
}

.info-title-wrap {
  padding-top: 160px;
}

h2.info-title {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  line-height: 1.8em;
  width: 60%;
  margin: 0 auto -30px;
}

/*---------------------------------
guide
---------------------------------*/
.guide-section {
  margin-bottom: 64px;
}

.guide-section-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 24px;
  border-bottom: 1px solid #6E6E6E;
  padding-bottom: 12px;
}

/*---------------------------------
company
---------------------------------*/
.company-section img {
  margin-bottom: 20px;
  width: 100%;
}

/*---------------------------------
contract
---------------------------------*/
.contract-section {
  margin-bottom: 64px;
}

.contract-section-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 24px;
  border-bottom: 1px solid #6E6E6E;
  padding-bottom: 12px;
}

/*---------------------------------
policy
---------------------------------*/
.policy-section pre {
  line-height: 2.4em;
  font-size: 16px;
  white-space: pre-wrap;
}

/*------------------------------------------------------------------------------------------------------------------------------------
追加 CSS
------------------------------------------------------------------------------------------------------------------------------------*/
.section01 {
  padding-bottom: 20px;
}

/*---------------------------------
space
---------------------------------*/
.space-b00 {
  margin-bottom: 0px !important;
}

.space-b01 {
  margin-bottom: 10px !important;
}

.space-b02 {
  margin-bottom: 20px !important;
}

.space-b03 {
  margin-bottom: 30px !important;
}

.space-b04 {
  margin-bottom: 40px !important;
}

.space-b05 {
  margin-bottom: 50px !important;
}

.space-t00 {
  margin-top: 0px !important;
}

.space-t01 {
  margin-top: 10px !important;
}

.space-t02 {
  margin-top: 20px !important;
}

.space-t03 {
  margin-top: 30px !important;
}

.space-t04 {
  margin-top: 40px !important;
}

.space-t05 {
  margin-top: 50px !important;
}

/*---------------------------------
width
---------------------------------*/
.w-5per {
  width: 5% !important;
}

.w-10per {
  width: 10% !important;
}

.w-15per {
  width: 15% !important;
}

.w-20per {
  width: 20% !important;
}

.w-25per {
  width: 25% !important;
}

.w-30per {
  width: 30% !important;
}

.w-35per {
  width: 35% !important;
}

.w-40per {
  width: 40% !important;
}

.w-45per {
  width: 45% !important;
}

.w-50per {
  width: 50% !important;
}

.w-55per {
  width: 55% !important;
}

.w-60per {
  width: 60% !important;
}

.w-65per {
  width: 65% !important;
}

.w-70per {
  width: 70% !important;
}

.w-75per {
  width: 75% !important;
}

.w-80per {
  width: 80% !important;
}

.w-85per {
  width: 85% !important;
}

.w-90per {
  width: 90% !important;
}

.w-95per {
  width: 95% !important;
}

.w-100per {
  width: 100% !important;
}

/*---------------------------------
product-feature
---------------------------------*/
.product-feature {
  overflow: hidden;
  margin: 0 0 100px;
}

.product-feature .spec {
  float: left;
  padding-right: 1.66%;
  width: 50%;
}

.product-feature .point {
  float: right;
  padding-left: 1.66%;
  width: 50%;
}

.product-feature h2 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  font-size: 1.8rem;
}

.product-feature .point-comment {
  font-weight: bold;
  text-align: right;
}

/*---------------------------------
itemSpecTable
---------------------------------*/
#itemSpecTable {
  width: 100%;
}

#itemSpecTable th,
#itemSpecTable td {
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}

#itemSpecTable th {
  width: 20%;
  font-weight: bold;
}

/*---------------------------------
box-iframe01
---------------------------------*/
.box-iframe01 {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  height: 0;
}

.slick-slide .box-iframe01 {
  margin-bottom: 0;
}

.box-iframe01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------
review-detail
---------------------------------*/
.box-item-review {
  margin-bottom: 100px;
}

.item-review-detail {
  margin-bottom: 30px;
  padding: 30px 40px;
  background: #F4F4F4;
}

.item-review-detail .review-list .review-list-unit {
  margin-bottom: 20px;
}

.item-review-detail .review-list .review-list-unit:last-of-type {
  margin-bottom: 0;
}

.item-review-detail .review-list .review-list-name,
.item-review-detail .review-list .review-list-content {
  margin-bottom: 5px;
}

.item-review-detail .review-list .review-list-name {
  font-weight: bold;
}

.item-review-detail .review-list .review-list-date {
  margin: 0;
  color: #616161;
}

.item-review-detail .item-review {
  margin-bottom: 5px;
}

/*---------------------------------
item-review
---------------------------------*/
.item-review {
  overflow: hidden;
  margin-bottom: 20px;
}

.product-list .item-review {
  margin-bottom: 0;
}

.item-review .reviewRate {
  float: left;
  margin-right: 10px;
}

.item-review .reviewRate .reviewRateStar {
  overflow: hidden;
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/icon-review.png) 0 0/40px auto no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}

.item-review .reviewRate .reviewRateStar.starOn {
  background-position: -20px 0;
}

.item-review .item-review-average {
  float: left;
  font-size: 1.4rem;
  line-height: 1.2;
}

.review-item-wrap .reviewRate .reviewRateStar,
.review-form-wrap .reviewRate .reviewRateStar {
  width: 24px;
  height: 24px;
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/icon-review.png) 0 0/60px auto no-repeat;
}

.review-item-wrap .reviewRate .reviewRateStar.starOn,
.review-form-wrap .reviewRate .reviewRateStar.starOn {
  background-position: -30px 0;
}

/*---------------------------------
list-btn01
---------------------------------*/
.list-btn01 {
  overflow: hidden;
  margin-bottom: 20px;
}

.list-btn01 li {
  float: left;
  margin: 0 20px 20px 0;
}

.list-btn01 li.current .btn {
  background: #616161;
  color: #fff;
}

/*---------------------------------
list-btn02
---------------------------------*/
.list-btn02 {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: -0.4em;
}

.list-btn02 li {
  display: inline-block;
  margin: 0 10px 20px;
  letter-spacing: normal;
}

/*---------------------------------
list-notation01
---------------------------------*/
.list-notation01 > li {
  overflow: hidden;
  font-size: 1.4rem;
}

.list-notation01 > li .mark {
  display: block;
  float: left;
}

.list-notation01 > li .txt {
  display: block;
  overflow: hidden;
}

/*---------------------------------
category-head
---------------------------------*/
.category-head {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.category-title {
  margin-bottom: 30px;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.box-cat-head {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.box-cat-head .img {
  padding-right: 1.66%;
  width: 57.14%;
}

.box-cat-head .img + p {
  width: 100%;
}

.box-cat-head .txt {
  padding-top: 20px;
  padding-left: 1.66%;
  width: 39.54%;
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/bg-brand-story.png) center center/contain no-repeat;
}

.box-cat-head .txt h2 {
  margin-bottom: 20px;
  font-size: 2.8rem;
}

.box-cat-head .txt p,
.box-cat-head .txt ul,
.box-cat-head .txt ol {
  margin-bottom: 20px;
}

.caption01 {
  color: #616161;
  font-size: 1.4rem;
}

/*---------------------------------
box-lineup
---------------------------------*/
.box-lineup .hdg {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.list-child-category {
  overflow: hidden;
  margin: 0;
}

.list-child-category li {
  float: left;
  margin: 0 10px 10px 0;
}

.list-child-category li a {
  display: block;
  padding: 5px 15px;
  border-radius: 30px;
  text-decoration: none;
}

.list-child-category li.type01 a {
  background: #f2f2fd;
}

.list-child-category li.type02 a {
  background: #fbf0ff;
}

.list-child-category li.sale a {
  background: #f0fff0;
}

/*---------------------------------
box-cat-head-nav
---------------------------------*/
.box-cat-head-nav {
  overflow: hidden;
}

.box-cat-head-nav .men-women {
  float: left;
}

.box-cat-head-nav .order {
  float: right;
  margin-bottom: 40px;
}

.box-cat-head-nav .order select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 20px;
  min-width: 200px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 1.6rem;
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/icon-arrow01-b.png) right center/32px auto no-repeat;
}

.box-cat-head-nav .order select option {
  background: #f4f4f4;
}

/*---------------------------------
review-item-wrap
---------------------------------*/
.review-item-wrap {
  overflow: hidden;
  margin-bottom: 40px;
  padding: 30px 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #F4F4F4;
}

.review-item-wrap .review-item-image {
  float: left;
  width: 170px;
  margin-right: 30px;
  line-height: 1;
}

.review-item-wrap .review-item-info {
  overflow: hidden;
}

.review-item-wrap .review-item-name {
  margin-bottom: 10px;
  font-size: 2.4rem;
}

.review-item-wrap .review-item-name a:link,
.review-item-wrap .review-item-name a:visited {
  text-decoration: underline;
}

.review-item-wrap .review-item-name a:hover,
.review-item-wrap .review-item-name a:active {
  text-decoration: none;
}

.review-item-wrap .item-review-average {
  font-size: 2rem;
  font-weight: bold;
}

.review-item-wrap .item-review-average .num {
  font-size: 1.4rem;
  font-weight: normal;
}

/*---------------------------------
review-form-wrap
---------------------------------*/
.review-form-wrap {
  margin: 0 auto 40px;
  max-width: 600px;
}

.review-form {
  overflow: hidden;
  margin-bottom: 30px;
}

.review-form .review-form-title {
  float: left;
  margin-right: 20px;
  width: 150px;
  font-size: 1.8rem;
}

.review-form .review-form-content {
  overflow: hidden;
}

.review-form .item-review {
  margin-bottom: 0;
}

.review-form .reviewRateStar {
  cursor: pointer;
}

.review-form input,
.review-form textarea {
  width: 100%;
}

/*---------------------------------
list-event
---------------------------------*/
.list-event {
  margin-bottom: 30px;
}

.list-event li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 1.6rem;
}

.list-event li a {
  display: block;
  padding: 9px 0;
}

.list-event li .place {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}

.list-event li .end {
  display: inline-block;
  margin-right: 20px;
  padding: 5px 20px;
  background: #616161;
  border-radius: 30px;
  color: #fff;
  font-size: 1.4rem;
  vertical-align: top;
}

/*---------------------------------
list-news
---------------------------------*/
.list-news {
  margin-bottom: 30px;
}

.list-news li {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 1.6rem;
}

.list-news li a {
  display: block;
  overflow: hidden;
  padding: 10px 0;
}

.list-news li .date {
  display: block;
  float: left;
  min-width: 100px;
}

.list-news li .date.full {
  min-width: 140px;
}

.list-news li .txt {
  display: block;
  overflow: hidden;
}

/*---------------------------------
link01 
---------------------------------*/
a.link01:link,
a.link01:visited {
  text-decoration: underline;
}

a.link01:hover,
a.link01:active {
  text-decoration: none;
}

/*---------------------------------
hdg
---------------------------------*/
.hdg-type01 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  min-height: 50px;
  border-bottom: 2px solid #F4F4F4;
  font-size: 2.6rem;
}

.hdg-type01::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 280px;
  height: 2px;
  background: #333;
}

.hdg-type01 .icon {
  margin: -2px 0 0 20px;
  vertical-align: bottom;
}

.hdg-type02 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  font-size: 1.8rem;
}

.hdg-type03 {
  margin-bottom: 30px;
  font-size: 3.6rem;
}

.hdg-type04 {
  position: relative;
  margin-bottom: 30px;
  padding: 8px 0 8px 22px;
  font-size: 2.2rem;
}

.hdg-type04::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #6accbf 0%, #f5cf3e 100%);
}

.hdg-type05 {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.hdg-type06 {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.hdg-type07 {
  margin-bottom: 5px;
  font-size: 1.4rem;
}

.hdg-type08 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #F4F4F4;
  font-size: 2.6rem;
}

.hdg-type08::before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(to right, #6accbf 0%, #f5cf3e 100%);
}

.hdg-type08 .icon {
  margin: -2px 12px 0 0;
  vertical-align: middle;
}

.hdg-type09 {
  position: relative;
  margin-bottom: 30px;
  padding: 12px 0 10px 60px;
  min-height: 72px;
  border-bottom: 2px solid #F4F4F4;
  font-size: 2.6rem;
}

.hdg-type09::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 56px;
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/bg-hdg-type09.png) 0 0 no-repeat;
}

/*---------------------------------
Text
---------------------------------*/
.color-type01 {
  color: #fe0000;
}

.color-type02 {
  color: #616161;
}

.color-type03 {
  color: #43B3A0;
}

.text-type01 {
  font-size: 1.2rem;
}

.text-type02 {
  font-size: 1.4rem;
}

.text-type03 {
  font-size: 1.6rem;
}

.text-type04 {
  font-size: 1.8rem;
}

.text-type05 {
  font-size: 2rem;
}

.text-type06 {
  font-size: 2.4rem;
}

.align-type01 {
  text-align: left !important;
}

.align-type02 {
  text-align: center !important;
}

.align-type03 {
  text-align: right !important;
}

.valign-type01 {
  vertical-align: top !important;
}

.valign-type02 {
  vertical-align: middle !important;
}

.valign-type03 {
  vertical-align: bottom !important;
}

/*---------------------------------
List
---------------------------------*/
main li {
  margin-bottom: 5px;
}

.list-disc01 {
  margin-bottom: 30px;
}

.list-disc01 > li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}

.list-disc01 > li:last-of-type {
  margin-bottom: 0;
}

.list-disc01 > li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #212121;
}

table .list-disc01 > li {
  margin-bottom: 10px;
}

.list-order01 {
  margin-left: 2em;
  list-style-position: outside;
}

.list-order01 > li {
  margin-bottom: 10px;
  list-style-type: decimal;
}

.list-order01 > li:last-of-type {
  margin-bottom: 0;
}

.dlist-type01 {
  overflow: hidden;
  margin-bottom: 20px;
}

.dlist-type01 dt {
  clear: both;
  float: left;
  margin-bottom: 20px;
  width: 80px;
  font-weight: bold;
}

.dlist-type01 dd {
  overflow: hidden;
  margin-bottom: 20px;
}

.dlist-type02 {
  overflow: hidden;
  margin-bottom: 20px;
}

.dlist-type02 dt {
  clear: both;
  float: left;
  margin-bottom: 20px;
  width: 150px;
  font-weight: bold;
}

.dlist-type02 dd {
  overflow: hidden;
  margin-bottom: 20px;
}

.list-order01 {
  margin-left: 2em;
  list-style-position: outside;
}

/*---------------------------------
Layout Block
---------------------------------*/
.element-left {
  float: left;
  margin-right: 3.88%;
}

.element-right {
  float: right;
  margin-left: 3.88%;
}

.box-column01,
.box-column02 {
  overflow: hidden;
  margin-bottom: 20px;
}

.box-column01 .img,
.box-column02 .img,
.box-column01 .txt,
.box-column02 .txt {
  margin-bottom: 20px;
}

.box-column01.img-left .img {
  float: left;
  margin-right: 3.88%;
}

.box-column01.img-right .img {
  float: right;
  margin-left: 3.88%;
}

.box-column02.img-left .img {
  float: left;
  margin-right: 3.17%;
  width: 31.09%;
}

.box-column02.img-right .img {
  float: right;
  margin-left: 3.17%;
  width: 31.09%;
}

.box-column01 > .txt,
.box-column02 > .txt {
  overflow: hidden;
}

.box-col {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -1.54% 20px;
}

.box-col.col2 .cont {
  box-sizing: border-box;
  margin: 0 1.54% 20px;
  width: 46.92%;
}

.box-col.col3 .cont {
  box-sizing: border-box;
  margin: 0 1.54% 20px;
  width: 30.25%;
}

.box-segment01,
.box-segment02,
.box-segment03 {
  margin-bottom: 30px;
  padding: 30px 40px 10px;
  border-radius: 12px;
}

.box-segment01 {
  background: #edf9f5;
}

.box-segment02 {
  background: #f4f4f4;
}

.box-segment03 {
  background: #b1dd8c;
}

.box-border01 {
  margin-bottom: 30px;
  padding: 30px 40px 10px;
  border: 1px solid #a8a8a8;
}

/*---------------------------------
border-radius
---------------------------------*/
.border-radius01 {
  overflow: hidden;
  border-radius: 10px;
}

/*---------------------------------
box-event01
---------------------------------*/
.box-event01 {
  border-top: 1px solid #dcdcdc;
  margin-bottom: 40px;
}

.box-event01 .event-item > .hdg {
  position: relative;
  padding: 15px 40px 15px 20px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 1.6rem;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}

.box-event01 .event-item > .hdg::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(135deg);
}

.box-event01 .event-item > .hdg:hover,
.box-event01 .event-item > .hdg.open {
  background: #f4f4f4;
}

.box-event01 .event-item > .hdg.open::after {
  margin-top: -2px;
  transform: rotate(-45deg);
}

.box-event01 .event-item > .hdg .end {
  display: inline-block;
  margin-right: 20px;
  padding: 5px 20px;
  background: #616161;
  border-radius: 30px;
  color: #fff;
  font-size: 1.4rem;
  vertical-align: top;
}

.box-event01 .event-item > .hdg .place {
  display: inline-block;
  margin-right: 30px;
  font-size: 2rem;
  font-weight: bold;
}

.box-event01 .event-item > .event-cont {
  display: none;
  overflow: hidden;
  padding: 40px 3.9%;
  border-bottom: 1px solid #dcdcdc;
}

.box-event01 .event-item .event-detail {
  overflow: hidden;
}

.box-event01 .event-item .event-detail .event-txt {
  float: left;
  width: 57.5%;
}

.box-event01 .event-item .event-detail .event-info {
  float: right;
  margin-left: 2.16%;
  padding-left: 2.16%;
  width: 40.34%;
  border-left: 1px solid #dcdcdc;
}

/*---------------------------------
box-modal
---------------------------------*/
#shadow01 {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s;
}

#shadow01.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.box-modal01 {
  display: flex;
  flex-direction: column;
  visibility: hidden;
  position: fixed;
  top: 200%;
  left: 50%;
  z-index: 10000001;
  width: 800px;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s;
  transform: translate(-50%, 0);
}

.box-modal01.open {
  visibility: visible;
  top: 100px;
  bottom: 100px;
  opacity: 1;
}

.box-modal01 .modal-close {
  position: absolute;
  top: 5px;
  right: 30px;
  z-index: 10;
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
}

.box-modal01 .modal-close a {
  text-decoration: none;
}

.box-modal01 > .modal-content {
  overflow-y: auto;
}

.box-modal01 > .modal-content > .lay {
  padding: 40px 40px 20px;
}

/*---------------------------------
slick
---------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 50px;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  margin: 0;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-slide.slick-active {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0;
  font-size: 0;
  text-align: center;
  letter-spacing: -0.4em;
}

.slick-dots li {
  display: inline-block;
  margin: 0 10px;
  letter-spacing: normal;
}

.slick-dots li button {
  display: block;
  position: relative;
  padding: 0;
  width: 10px;
  height: 10px;
  border: 0;
  background: none;
  color: trantparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.slick-dots li button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 10px;
  background: #aaa;
  transform: translate(-50%, -50%);
}

.slick-dots li.slick-active button::before {
  background: #000;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  padding: 0;
  width: 32px;
  height: 72px;
  border: 0;
  border-radius: 4px;
  background: #757575;
  color: trantparent;
  font-size: 0;
  line-height: 0;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
}

.slick-arrow.slick-disabled {
  display: none !important;
}

.slick-arrow.slick-prev {
  right: 100%;
  margin-right: 24px;
}

.slick-arrow.slick-next {
  left: 100%;
  margin-left: 24px;
}

.slick-arrow:hover {
  opacity: 0.5;
}

.slick-arrow.slick-prev::before {
  content: "\e5cb"; /* chevron_left */
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-family: "Material Icons";
  font-size: 2.7rem;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.slick-arrow.slick-next::before {
  content: "\e5cc"; /* chevron_right */
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-family: "Material Icons";
  font-size: 2.7rem;
  line-height: 1;
  transform: translate(-50%, -50%);
}

/*---------------------------------
table
---------------------------------*/
tr.align-type02 th,
tr.align-type02 td {
  text-align: center !important;
}

tr.align-type03 th,
tr.align-type03 td {
  text-align: right !important;
}

.tbl-type01 {
  margin: 0 auto 40px;
  max-width: 1008px;
}

.tbl-type01 > table {
  width: 100%;
}

.tbl-type01 > table th,
.tbl-type01 > table td {
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: 1.5rem;
  text-align: left;
  vertical-align: top;
}

.tbl-type01 > table th {
  position: relative;
  padding-right: 30px;
  font-weight: bold;
}

.tbl-type01 > table th::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 30px;
  height: 1px;
  background: #fff;
}

.tbl-type02 {
  margin: 0 auto 40px;
  max-width: 1008px;
}

.tbl-type02 > table {
  width: 100%;
  table-layout: fixed;
}

.tbl-type02 > table th,
.tbl-type02 > table td {
  padding: 12px 10px;
  border: 1px solid #dcdcdc;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: middle;
}

.tbl-type02 > table th {
  background: #f4f4f4;
  font-weight: normal;
}

.tbl-type02 > table th.jp {
  background: #f8cf39;
}

.tbl-type02 > table th.eu {
  background: #a4d8d3;
}

.tbl-type03 {
  margin: 0 auto 40px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.tbl-type03 > table {
  width: 100%;
}

.tbl-type03 > table th,
.tbl-type03 > table td {
  padding: 12px 10px;
  border: 1px solid #dcdcdc;
  font-size: 1.5rem;
  text-align: left;
  vertical-align: top;
}

.tbl-type03 > table th {
  background: #f4f4f4;
  font-weight: normal;
}

/*---------------------------------
box-sole01
---------------------------------*/
.box-sole01 {
  overflow: hidden;
  margin: 0 0 70px;
}

.box-sole01 > .img {
  float: left;
  margin: 0 4.27% 30px 0;
  max-width: 336px;
  text-align: center;
}

.box-sole01 > .sole-cont {
  overflow: hidden;
  padding-top: 15px;
}

.box-sole01 .logo {
  margin-bottom: 40px;
}

.box-sole01 .outline {
  margin-bottom: 40px;
}

.list-item01 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px 20px;
}

.list-item01 > li {
  margin: 0 0 30px;
  padding: 0 15px;
  width: 264px;
  text-align: center;
}

.list-item01 > li .name {
  display: block;
  margin: 10px 0 0;
  text-align: left;
  line-height: 2;
}

.list-item01 > li .icon {
  margin: -2px 0 0 8px;
  vertical-align: middle;
}

.list-item01 > li br + .icon {
  margin-left: 0;
}

/*---------------------------------
SKU
---------------------------------*/
.item-select-sku {
  margin-left: auto;
  max-width: 376px;
}

.sku-label {
  margin-top: 20px;
  padding: 8px 10px;
  border: solid 2px #333;
}

.tbl-sku {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.tbl-sku tr {
  border-bottom: solid 1px #999;
}

.tbl-sku td {
  padding: 10px;
}

.sku-name {
  width: 150px;
}

.sku-point {
  font-size: 1.6rem;
}

.sku-stock {
  margin-top: 5px;
  font-size: 1.5rem;
}

.sku-price {
  text-align: right;
  width: 100px;
}

.sku-cart {
  width: 150px;
}

.sku-cart a {
  width: 150px;
  min-width: 150px;
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  background-color: #2996CC;
  color: #fff;
  text-align: center;
  padding: 4px;
}

.sku-cart a.restock {
  width: 120px;
  background-color: #666;
}

.sku-cart .scarce {
  color: #fe0000;
}

/*---------------------------------
detail present
---------------------------------*/
.box-present {
  display: flex;
  flex-wrap: wrap;
}

.box-present .cont {
  order: 1;
  width: calc(100% - 88px);
}

.box-present .img-present {
  order: 0;
  margin-right: 24px;
  width: 64px;
}

.box-present .img-present img {
  width: auto;
}

/*---------------------------------
Only
---------------------------------*/
.only-sp {
  display: none;
}

.only-sp2 {
  display: none;
}

/*---------------------------------
box-clearFix
---------------------------------*/
.box-column01::after,
.box-column02::after,
.box-fix::after {
  display: block;
  content: "";
  clear: both;
}

/*---------------------------------
img-hover-switch
---------------------------------*/
.img-hover-switch {
  display: block;
  position: relative;
}

.img-hover-switch img {
  transition: all 0.3s ease;
}

.img-hover-switch .hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.img-hover-switch:hover .hover {
  opacity: 1 !important;
}

/*---------------------------------
bg layout
---------------------------------*/
.layout-bg01 {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #FAF6EE;
}

.layout-bg01 .contents-section {
  margin-bottom: 0;
}

/*---------------------------------
bg stripe
---------------------------------*/
.layout-stripe01 {
  padding-top: 60px;
  padding-bottom: 40px;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(250, 246, 238) 10px, rgb(250, 246, 238) 12px);
}

.layout-stripe01 .contents-section {
  margin-bottom: 0;
}

/*---------------------------------
fade-in
---------------------------------*/
.fade-in {
  opacity: 0;
}

.fade-in.visible {
  animation: fade-in 0.5s forwards;
}

.fade-in-move {
  opacity: 0;
}

.fade-in-move.visible {
  animation: fade-in-move 0.5s forwards;
}

.fade-in-order-child {
  opacity: 0;
}

.fade-in-order-child.visible {
  animation: fade-in 0.5s forwards;
}

.fade-in-move-order .fade-in-order-child.visible {
  animation: fade-in 0.5s forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-move {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*---------------------------------
beginner
---------------------------------*/
#page-beginner {
  margin-top: -40px;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
}

#page-beginner .beginner-logo {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 30px;
  max-width: 1860px;
  font-size: 2.8rem;
  line-height: 1.2;
}

#page-beginner .beginner-logo .txt {
  margin-left: 30px;
}

#page-beginner .beginner-logo .txt .en {
  font-size: 4rem;
}

#page-beginner .beginner-visual {
  position: relative;
  margin: 0;
}

#page-beginner .beginner-visual img {
  width: 100%;
}

#page-beginner .beginner-visual .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  font-size: 6.4rem;
  font-weight: bold;
  text-align: center;
  transform: translate(-50%, -50%);
}

#page-beginner .beginner-coupon {
  padding: 60px 0;
  background: #daf2eb;
}

#page-beginner .beginner-coupon .coupon-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1268px;
}

#page-beginner .beginner-coupon .txt {
  display: inline-block;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  min-width: 350px;
}

#page-beginner .beginner-coupon .txt .code {
  display: inline-block;
  margin: 10px 10px 10px 0;
  padding: 10px 15px;
  border: 2px dotted #43B3A0;
  border-radius: 8px;
  background: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1;
}

#page-beginner .beginner-coupon .txt .discount {
  display: inline-block;
  border-bottom: 2px dotted #43B3A0;
  font-size: 2.2rem;
  font-weight: bold;
}

#page-beginner .beginner-coupon .txt .discount .num {
  font-size: 6.8rem;
  line-height: 0.8;
}

#page-beginner .beginner-coupon .txt .discount .off {
  font-size: 4.5rem;
  line-height: 0.8;
}

#page-beginner .beginner-coupon .txt .caption {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
}

#page-beginner .beginner-coupon .bnr {
  margin: 0;
}

#page-beginner .beginner-interrogation {
  padding: 100px 0 40px;
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/beginner/bg-about.png) center top repeat;
}

#page-beginner .beginner-interrogation .lay {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1600px;
}

#page-beginner .beginner-interrogation .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

#page-beginner .beginner-interrogation .cont .txt {
  width: 44%;
}

#page-beginner .beginner-interrogation .cont .img {
  position: relative;
  width: 64.8%;
}

#page-beginner .beginner-interrogation .cont.img-right .img {
  margin-right: -12.8%;
}

#page-beginner .beginner-interrogation .cont.img-left .img {
  margin-left: -12.8%;
}

#page-beginner .beginner-interrogation .cont.img-left .txt {
  order: 1;
}

#page-beginner .beginner-interrogation .cont.img-left .img {
  order: 0;
}

#page-beginner .hdg-beginner-01 {
  margin-bottom: 20px;
  font-size: 4.8rem;
  line-height: 1;
}

#page-beginner .hdg-beginner-01 .lead {
  padding-bottom: 4px;
  border-bottom: 2px dotted #43B3A0;
  color: #43B3A0;
  font-size: 2.6rem;
}

#page-beginner .beginner-interrogation p {
  margin-bottom: 0;
}

#page-beginner .beginner-interrogation p + p {
  margin-top: 10px;
}

#page-beginner .beginner-interrogation .txt-bg {
  background: #fff;
}

#page-beginner .beginner-notenough {
  position: relative;
  padding: 40px 0 80px;
  background: #edf9f5;
}

#page-beginner .beginner-notenough::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 60px;
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/beginner/bg-notenough.png) center top no-repeat;
}

#page-beginner .beginner-notenough .hdg-beginner-01 {
  margin-bottom: 50px;
  text-align: center;
}

#page-beginner .beginner-feature-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1852px;
}

#page-beginner .beginner-feature-list::after {
  display: block;
  content: "";
  width: calc(33.3333333333% - 34px);
  height: 0;
}

#page-beginner .beginner-feature-list > li {
  overflow: hidden;
  width: calc(33.3333333333% - 34px);
  border-radius: 16px;
}

#page-beginner .beginner-feature-list > li a {
  display: block;
  background: #fff;
  text-decoration: none;
}

#page-beginner .beginner-feature-list > li .img {
  margin: 0;
}

#page-beginner .beginner-feature-list > li .txt {
  position: relative;
  margin: 0;
  padding: 20px 20px 24px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

#page-beginner .beginner-feature-list > li .txt strong {
  font-size: 2.4rem;
}

#page-beginner .beginner-feature-list > li .txt::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-top: 4px solid #43b3a0;
  border-right: 4px solid #43b3a0;
  transform: rotate(45deg);
}

#page-beginner .beginner-section-01 {
  padding: 80px 30px 0;
  background: #edf9f5;
}

#page-beginner .hdg-beginner-02 {
  margin: 0 0 40px;
  font-size: 2.8rem;
  text-align: center;
}

#page-beginner .hdg-beginner-02 .en {
  color: #43b3a0;
  font-size: 5rem;
}

#page-beginner .beginner-movie {
  margin: 0 auto 60px;
  max-width: 1024px;
}

#page-beginner .beginner-voicce-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 30px 60px;
  max-width: 1268px;
}

#page-beginner .beginner-voicce-list > li {
  display: flex;
  align-items: flex-start;
  margin: 0;
  width: 47.14%;
}

#page-beginner .beginner-voicce-list > li:nth-child(n+2) {
  margin-top: -15px;
}

#page-beginner .beginner-voicce-list > li .face {
  margin: 40px 0 0;
  width: 160px;
}

#page-beginner .beginner-voicce-list > li .txt {
  margin: 0;
  padding: 30px;
  width: calc(100% - 160px);
  min-height: 124px;
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/beginner/bg-voice.png) left top/100% 100% no-repeat;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

#page-beginner .beginner-visual-list {
  display: flex;
  margin: 0;
}

#page-beginner .beginner-visual-list > li {
  flex: 1;
  margin: 0;
}

#page-beginner .beginner-visual-list > li img {
  width: 100%;
}

#page-beginner .beginner-about {
  margin: 0 auto;
  padding: 60px 30px;
  max-width: 1140px;
}

#page-beginner .beginner-about .hdg {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  font-size: 3.8rem;
  line-height: 1.2;
}

#page-beginner .beginner-about .hdg img {
  width: 30%;
  max-width: 320px;
}

#page-beginner .beginner-about .hdg .txt {
  margin-left: 50px;
}

#page-beginner .beginner-about p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
}

#page-beginner .beginner-returne {
  padding: 100px 30px 80px;
  background: #faf7f0;
}

#page-beginner .beginner-returne > .lay {
  margin: 0 auto;
  max-width: 1268px;
  background: #faf7f0;
}

#page-beginner .beginner-returne .hdg-beginner-returne {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}

#page-beginner .beginner-returne .hdg-beginner-returne .question {
  margin: 0;
  padding: 30px;
  width: 30%;
  max-width: 418px;
  min-height: 124px;
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/beginner/bg-returne.png) left top/100% 100% no-repeat;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

#page-beginner .beginner-returne .hdg-beginner-returne .answer {
  margin: 0 0 0 2.4%;
  font-size: 4.5rem;
  font-weight: bold;
}

#page-beginner .beginner-returne .hdg-beginner-returne .answer .em {
  color: #43B3A0;
}

#page-beginner .hdg-beginner-flow {
  margin: 0 0 20px;
  font-size: 2.4rem;
}

#page-beginner .beginner-flow-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -40px 30px;
}

#page-beginner .beginner-flow-list > li {
  position: relative;
  margin: 0 40px;
  padding: 30px;
  width: calc(33.3333333333% - 80px);
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

#page-beginner .beginner-flow-list > li::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 26px);
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-top: 4px solid #43b3a0;
  border-right: 4px solid #43b3a0;
  transform: rotate(45deg);
}

#page-beginner .beginner-flow-list > li:last-of-type::after {
  display: none;
}

#page-beginner .beginner-flow-list > li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  min-height: 120px;
}

#page-beginner .beginner-flow-list > li .txt {
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
}

/*---------------------------------
unishare
---------------------------------*/
#page-unishare {
  margin-top: -40px;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#page-unishare .unishare-visual {
  position: relative;
  margin: 0;
  animation: 2s fadeIn ease;
}

#page-unishare .unishare-visual img {
  width: 100%;
}

#page-unishare .unishare-visual .txt {
  position: absolute;
  bottom: 6%;
  right: 5%;
  color: #fff;
  font-size: 10rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 10px #000;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

#page-unishare .unishare-lead {
  margin-bottom: 60px;
  padding: 60px 0;
  background: #faf6ee;
}

#page-unishare .unishare-cont {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1268px;
}

#page-unishare .unishare-cont p {
  margin: 0 auto;
  font-size: 2rem;
  text-align: center;
}

#page-unishare .unishare-cont p + p {
  margin-top: 20px;
}

#page-unishare .unishare-cont .lead {
  font-size: 3.2rem;
}

/*---------------------------------
aboutVFF
---------------------------------*/
#page-aboutVFF {
  margin-top: -20px;
}
@media all and (min-width: 768px) {
  #page-aboutVFF {
    margin-top: -40px;
  }
}
#page-aboutVFF .aboutVFF-mv {
  width: 100%;
  aspect-ratio: 375/208;
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/aboutVFF/mv_sp.png) center bottom/cover no-repeat;
  color: #fff;
}
@media all and (min-width: 768px) {
  #page-aboutVFF .aboutVFF-mv {
    aspect-ratio: auto;
    height: 640px;
    background-image: url(https://gigaplus.makeshop.jp/Barefootinc/images/aboutVFF/mv_pc.png);
  }
}
#page-aboutVFF .aboutVFF-mv .hdg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 0;
  height: 100%;
  font-size: 2.8rem;
  font-family: "Urbanist", "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  #page-aboutVFF .aboutVFF-mv .hdg {
    font-size: 4rem;
  }
}
#page-aboutVFF .aboutVFF-mv .hdg img {
  max-width: 93px;
}
@media all and (min-width: 768px) {
  #page-aboutVFF .aboutVFF-mv .hdg img {
    max-width: 124px;
  }
}
#page-aboutVFF .aboutVFF-intro {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media all and (min-width: 768px) {
  #page-aboutVFF .aboutVFF-intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
#page-aboutVFF .aboutVFF-intro section + section {
  margin-top: 60px;
}
@media all and (min-width: 768px) {
  #page-aboutVFF .aboutVFF-intro section + section {
    margin-top: 120px;
  }
}
#page-aboutVFF .hdg-type03 {
  margin-bottom: 24px;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  #page-aboutVFF .hdg-type03 {
    font-size: 4rem;
  }
}
#page-aboutVFF p {
  margin-bottom: 24px;
}
#page-aboutVFF .aboutVFF-model {
  padding-top: 60px;
  padding-bottom: 60px;
  background: center/cover no-repeat;
  color: #fff;
}
@media all and (min-width: 768px) {
  #page-aboutVFF .aboutVFF-model {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
#page-aboutVFF .aboutVFF-model.toe-mobility {
  background-image: url(https://gigaplus.makeshop.jp/Barefootinc/images/aboutVFF/bg_toe-mobility_sp.png);
}
@media all and (min-width: 768px) {
  #page-aboutVFF .aboutVFF-model.toe-mobility {
    background-image: url(https://gigaplus.makeshop.jp/Barefootinc/images/aboutVFF/bg_toe-mobility_pc.png);
  }
}
#page-aboutVFF .aboutVFF-model.barefoot-feel {
  background-image: url(https://gigaplus.makeshop.jp/Barefootinc/images/aboutVFF/bg_barefoot-feel_sp.png);
}
@media all and (min-width: 768px) {
  #page-aboutVFF .aboutVFF-model.barefoot-feel {
    background-image: url(https://gigaplus.makeshop.jp/Barefootinc/images/aboutVFF/bg_barefoot-feel_pc.png);
  }
  #page-aboutVFF .aboutVFF-model.barefoot-feel .aboutVFF-model-contents .img {
    order: 2;
  }
  #page-aboutVFF .aboutVFF-model.barefoot-feel .aboutVFF-model-contents .txt {
    order: 1;
  }
}
#page-aboutVFF .aboutVFF-model.sole-variety {
  background-image: url(https://gigaplus.makeshop.jp/Barefootinc/images/aboutVFF/bg_sole-variety_sp.png);
}
@media all and (min-width: 768px) {
  #page-aboutVFF .aboutVFF-model.sole-variety {
    background-image: url(https://gigaplus.makeshop.jp/Barefootinc/images/aboutVFF/bg_sole-variety_pc.png);
  }
}
#page-aboutVFF .aboutVFF-model .contents-layout {
  max-width: 1710px;
}
#page-aboutVFF .aboutVFF-model-hdg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  font-family: "Urbanist", "Roboto", "Noto Sans JP", sans-serif;
}
@media all and (min-width: 768px) {
  #page-aboutVFF .aboutVFF-model-hdg {
    margin-bottom: 80px;
  }
}
#page-aboutVFF .aboutVFF-model-hdg .hdg-main {
  padding-bottom: 8px;
  border-bottom: 4px solid #EDCD0E;
  font-size: 2.8rem;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  #page-aboutVFF .aboutVFF-model-hdg .hdg-main {
    font-size: 4rem;
  }
}
#page-aboutVFF .aboutVFF-model-hdg .hdg-sub {
  font-size: 1.4rem;
  font-weight: 400;
}
@media all and (min-width: 768px) {
  #page-aboutVFF .aboutVFF-model-hdg .hdg-sub {
    font-size: 2rem;
  }
}
#page-aboutVFF .aboutVFF-model-contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media all and (min-width: 768px) {
  #page-aboutVFF .aboutVFF-model-contents {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 7.1428571429%;
  }
}
#page-aboutVFF .aboutVFF-model-contents .txt p:last-of-type {
  margin-bottom: 0;
}
#page-aboutVFF .aboutVFF-model-contents .lead {
  font-size: 2.4rem;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  #page-aboutVFF .aboutVFF-model-contents .lead {
    font-size: 4rem;
  }
}
#page-aboutVFF .aboutVFF-model-contents .note {
  font-size: 1.4rem;
}
#page-aboutVFF .aboutVFF-model .list-disc01 {
  margin-bottom: 24px;
}
#page-aboutVFF .aboutVFF-model .list-disc01 > li {
  margin-bottom: 0;
  padding-left: 16px;
}
#page-aboutVFF .aboutVFF-model .list-disc01 > li::before {
  top: 0.6em;
  width: 4px;
  height: 4px;
  background-color: #fff;
}
#page-aboutVFF .aboutVFF-data {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media all and (min-width: 768px) {
  #page-aboutVFF .aboutVFF-data {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#page-aboutVFF .aboutVFF-data .hdg-type03 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.92rem;
}
@media all and (min-width: 768px) {
  #page-aboutVFF .aboutVFF-data .hdg-type03 {
    font-size: 2.4rem;
  }
}
#page-aboutVFF .aboutVFF-data .hdg-type03::before {
  content: "";
  width: 38.4px;
  aspect-ratio: 1;
  background: url(https://gigaplus.makeshop.jp/Barefootinc/images/aboutVFF/icon-data.png) center/100% auto no-repeat;
}
@media all and (min-width: 768px) {
  #page-aboutVFF .aboutVFF-data .hdg-type03::before {
    width: 48px;
  }
}
#page-aboutVFF .aboutVFF-data .separate {
  padding-top: 24px;
  border-top: 1px solid #E6E6E6;
}

/*---------------------------------
Translation
---------------------------------*/
.wg-drop.country-selector .wgcurrent a {
  padding-right: 60px !important;
}

/*---------------------------------
line-guide
---------------------------------*/
#line-guide {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 10;
  max-width: 268px;
}

@media print, screen and (max-width: 767px) {
  #line-guide {
    max-width: 140px;
  }
}
#line-guide.visible {
  display: block;
}

#line-guide-close {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: -8px;
  right: -12px;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #666;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s ease;
}

#line-guide-close:hover {
  background: #000;
}

#line-guide-close::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 12px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}

#line-guide-close::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 12px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}

/*---------------------------------
translate-guide
---------------------------------*/
#translate-guide {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 10;
  background: #fff;
}

#translate-guide.visible {
  display: block;
}

#translate-close {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: -8px;
  right: -12px;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #666;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s ease;
}

#translate-close:hover {
  background: #000;
}

#translate-close::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 12px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}

#translate-close::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 12px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}

#translate-guide .link {
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid #aaa;
  background: #f9f6ed;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
}

#translate-guide .link::after {
  display: inline-block;
  content: "";
  margin: -2px 0 0 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  vertical-align: middle;
}

/*---------------------------------
responsive 
---------------------------------*/
@media screen and (max-width: 1400px) {
  .header-inner {
    padding: 0 20px;
  }
  .shop-logo {
    margin-right: 15px;
    width: 180px;
  }
  .header .nav-item > a {
    padding: 22px 10px 34px;
  }
  .search-box .search-keyword {
    font-size: 1.1rem;
  }
  .second-nav li .txt {
    padding: 0 10px;
  }
  a.btn-go {
    right: -104px;
  }
}
@media screen and (max-width: 1200px) {
  .shop-logo {
    margin-top: 10px;
    margin-right: 10px;
    width: 120px;
  }
  .header .nav-item > a {
    padding: 24px 10px 36px;
    font-size: 1.2rem;
  }
  .second-nav li .txt {
    padding: 0 5px;
    font-size: 1rem;
  }
  a.btn-go {
    right: -80px;
  }
  #page-beginner .beginner-voicce-list > li .txt,
#page-beginner .beginner-returne .hdg-beginner-returne .question {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .top-bar {
    padding-top: 10px;
  }
  .shop-logo {
    margin-top: 35px;
  }
  .header .navigation {
    margin-top: 34px;
  }
  .header .nav-item > a {
    padding: 16px 10px 20px;
  }
  .second-nav {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 0;
  }
  .second-nav li .icon {
    display: block;
    margin: 0 auto 4px;
    max-width: 24px;
    height: 24px;
  }
  .second-nav li .txt {
    padding: 0 10px;
  }
  a.btn-go {
    right: -90px;
  }
  .box-event01 .event-item > .event-cont {
    padding: 40px 20px;
  }
  .box-modal01 {
    width: auto;
  }
  .box-modal01.open {
    right: 15px;
    left: 15px;
    transform: translate(0);
  }
  .list-item01 > li {
    width: 200px;
  }
  #page-beginner .beginner-voicce-list {
    display: block;
    max-width: 635px;
  }
  #page-beginner .beginner-voicce-list > li {
    width: auto;
  }
  #page-beginner .beginner-returne .hdg-beginner-returne .answer {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1023px) {
  /*---------------------------------
  Only
  ---------------------------------*/
  .only-sp2 {
    display: block;
  }
  br.only-sp2,
span.only-sp2 {
    display: inline;
  }
  .only-pc2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*---------------------------------
  common
  ---------------------------------*/
  .wrapper {
    padding-top: 60px;
  }
  .main-visual {
    position: relative;
    margin-top: 54px;
  }
  .scroll-down a {
    background: url(/view/images/template/6/scroll-down.png) no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: auto;
  }
  #start-contents {
    margin-top: -70px;
    padding-top: 70px;
    position: relative;
  }
  span.cart-badge {
    top: -6px;
    right: -6px;
  }
  .header {
    height: 54px;
  }
  .header,
.footer {
    width: 100%;
  }
  .top-bar {
    padding: 6px 2px;
    min-height: 54px;
  }
  .header-inner {
    padding: 0 10px;
  }
  .shop-logo {
    margin: 0 auto;
    float: none;
    width: 160px;
    text-align: center;
  }
  .main {
    padding-top: 20px;
  }
  .nav,
.second-nav {
    display: none;
  }
  .side-bar {
    display: none;
  }
  .contents-section,
.contents-section01,
.contents-section02 {
    margin: 0 auto;
    padding: 0 15px;
  }
  .bx-wrapper .bx-pager {
    text-align: center !important;
    padding-left: 0;
  }
  /*------------------
  hamburger
  ------------------*/
  .wrapper {
    height: 100%;
    overflow-x: hidden;
    position: relative;
    display: block;
  }
  .sp-nav-wrap {
    display: block;
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5) !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .menu-trigger {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 14px;
    left: 16px;
    z-index: 100;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 80%;
    height: 4px;
    background-color: #434343;
    transition: all 0.5s;
  }
  .menu-trigger.active span {
    background-color: #434343;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 4px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 4px;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-4px) rotate(45deg);
  }
  .header .navigation {
    display: none;
  }
  .sp-nav-wrap nav {
    width: 280px;
    height: 100%;
    padding: 60px 20px;
    background: #fff !important;
    position: fixed;
    top: 0;
    left: -280px;
    z-index: 10;
    /*transform: translate(-280px);*/
    transition: all 0.5s;
  }
  .sp-nav-wrap nav.open {
    /*transform: translate(0,0);*/
    overflow: scroll;
    overflow-x: hidden;
    left: 0;
    height: 100%;
  }
  .sp-nav-wrap nav > ul > li {
    text-align: left;
    margin-bottom: 10px;
    padding: 10px 0;
    font-weight: bold;
  }
  .sp-nav-wrap nav > ul > li.search-link-sp {
    margin-bottom: 0;
  }
  .sp-nav-wrap nav > ul > li.hr {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .sp-nav-wrap nav > ul > li .icon {
    display: inline-block;
    margin-right: 5px;
    width: 32px;
    vertical-align: middle;
  }
  .accordion-container {
    position: relative;
    width: 100%;
    cursor: pointer;
  }
  .accordion-container .article-title {
    display: block;
    position: relative;
    margin: 0;
    font-weight: bold;
    cursor: pointer;
  }
  .accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
    color: white;
  }
  .article-title {
    position: relative;
  }
  .article-title:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 10%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #6E6E6E;
    border-right: solid 2px #6E6E6E;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .article-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  }
  .accordion-content {
    display: none;
    padding: 24px 6px 0;
  }
  .accordion-content > li {
    position: relative;
    display: block;
    font-weight: normal;
  }
  .accordion-content > li.hr {
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #eee;
  }
  .accordion-content > li a {
    display: block;
    padding: 10px 0;
  }
  .accordion-container {
    margin: 0;
  }
  dl.search1 {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #aaa;
  }
  dl.search1 dt {
    padding: 12px 0px;
  }
  dl.search1 dt input {
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    font-size: 1.6rem;
  }
  dl.search1 dd {
    position: absolute;
    top: 0;
    right: 0;
  }
  dl.search1 dd button {
    display: block;
    padding: 8px;
    background: none;
    border: none;
  }
  dl.search1 dd button span {
    display: block;
    width: 32px;
    height: 32px;
  }
  .sp-second-nav-wrap {
    display: flex;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .cart-link {
    margin-left: 16px;
  }
  .cart-link .icon {
    display: block;
    width: 32px;
    height: 32px;
    background: url(https://gigaplus.makeshop.jp/Barefootinc/images/header/icon-cart.gif) center center/32px auto no-repeat;
  }
  .cart-link .icon.icon-cart {
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
  }
  .slider li img {
    height: 50vh;
  }
  .sns-link-list {
    margin-top: 20px;
  }
  .sns-link img {
    width: 24px;
  }
  .product-contents-wrap {
    min-width: 100%;
  }
  .information-list-wrap {
    white-space: inherit;
  }
  .information-list {
    display: block;
    margin-bottom: 32px;
  }
  .information-label {
    margin: 0 0 12px 0;
  }
  .product-list-item {
    width: calc(50% - 16px);
    min-width: 0;
  }
  .product-list {
    justify-content: space-between;
    margin-bottom: 20px;
    /*width: 100%;*/
  }
  /*.product-list-item:nth-child(3) {
    margin-right: 16px;
  }*/
  .item-list-icon .icon-new {
    width: 36px;
  }
  .item-list-icon li img {
    max-height: 30px;
  }
  /*------------------
  category_list
  ------------------*/
  .banner-image {
    background-position: center;
    height: 20vh;
  }
  .item-title-wrap span {
    padding-left: 8px;
  }
  .item-title {
    font-size: 28px;
    padding-left: 8px;
  }
  .category-image:before {
    height: 198px;
  }
  .category-image img {
    height: 145px;
    margin-top: 54px;
  }
  .category-title-wrap {
    top: 115px;
  }
  /*------------------
  detail
  ------------------*/
  .detail {
    margin-top: 0;
    display: block;
  }
  .detail .item-name .hdg {
    font-size: 2.8rem;
  }
  .detail-image {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
  .detail-image img {
    width: 100%;
  }
  .detail-right {
    padding: 0;
    width: 100%;
  }
  .product-name {
    font-size: 24px;
  }
  .product-price-block {
    font-size: 32px;
  }
  .product-price-block small {
    font-size: 18px;
  }
  .productnum-wrap {
    padding: 32px 0 24px;
  }
  .add-btn {
    width: 100%;
    min-width: 0;
  }
  .bg-section {
    margin-top: 60px;
    padding: 40px 0;
  }
  .detail-description {
    width: 100%;
    display: block;
  }
  .left-detail-description, .right-detail-description {
    width: 100%;
    margin-bottom: 48px;
  }
  .right-detail-description {
    margin-bottom: 0;
  }
  .grid-multi-image {
    display: block;
  }
  /*------------------
  cart
  ------------------*/
  .cart-title {
    padding: 0 0 0 10px;
  }
  .cart-table {
    border-top: 1px dotted #6E6E6E;
  }
  .cart-text-head {
    display: none;
  }
  .cart .img {
    width: auto;
  }
  .cart .img img {
    padding-right: 16px;
  }
  .cart-item-text {
    display: block;
  }
  .cart-item-text div {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .cart .remove {
    display: none;
  }
  .remove-sp {
    display: block;
    text-align: right;
    text-decoration: underline;
  }
  .cart-add-btn {
    display: block;
  }
  .continue-shopping {
    padding: 0;
    margin-top: 24px;
    text-align: center;
    text-decoration: underline;
  }
  .awesome {
    height: 44px !important;
  }
  .cart-product {
    align-items: end;
  }
  .payment-add-btn {
    display: block;
    margin-bottom: 48px;
  }
  .product-wrap .empty {
    margin: 50px 0;
    font-size: 1.4rem;
  }
  /*---------------------------------
  news-list
  ---------------------------------*/
  .info-title-wrap {
    padding-top: 130px;
  }
  h2.info-title {
    font-size: 18px;
    line-height: 1.6em;
    width: 80%;
  }
  /*---------------------------------
  hdg
  ---------------------------------*/
  .hdg-type01 {
    margin-bottom: 20px;
    padding-bottom: 8px;
    min-height: 40px;
    font-size: 2rem;
  }
  .hdg-type01::before {
    width: 220px;
  }
  .hdg-type01 .icon {
    max-height: 30px;
  }
  /*---------------------------------
  product-feature
  ---------------------------------*/
  .product-feature {
    margin-bottom: 40px;
  }
  .product-feature .spec {
    float: none;
    margin-bottom: 20px;
    padding-right: 0;
    width: auto;
  }
  .product-feature .point {
    float: none;
    margin-bottom: 20px;
    padding-left: 0;
    width: auto;
  }
  /*---------------------------------
  itemSpecTable
  ---------------------------------*/
  #itemSpecTable th {
    width: 35%;
  }
  /*---------------------------------
  review-detail
  ---------------------------------*/
  .box-item-review {
    margin-bottom: 40px;
  }
  .item-review-detail {
    margin-bottom: 30px;
    padding: 15px 20px;
  }
  /*---------------------------------
  list-btn01
  ---------------------------------*/
  .list-btn01 li {
    float: none;
    margin: 0 0 15px 0;
  }
  .men-women .list-btn01 li {
    float: left;
    margin: 0 10px 0 0;
  }
  .men-women .list-btn01 li .btn {
    padding: 5px 15px;
    min-height: 42px;
  }
  /*---------------------------------
  list-btn02
  ---------------------------------*/
  .list-btn02 li {
    display: block;
    margin: 0 0 20px;
  }
  /*---------------------------------
  category-head
  ---------------------------------*/
  .category-title {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  .box-cat-head {
    display: block;
    margin: 0 0 20px;
    min-height: 0;
  }
  .box-cat-head .img {
    margin-bottom: 20px;
    padding-right: 0;
    width: auto;
    text-align: center;
  }
  .box-cat-head .txt {
    margin-bottom: 20px;
    padding-left: 0;
    width: auto;
    background-size: 150px;
    background-position: center top;
  }
  .box-cat-head .txt h2 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  /*---------------------------------
  box-lineup
  ---------------------------------*/
  .box-lineup.sp .hdg {
    padding-right: 20px;
    cursor: pointer;
  }
  .box-lineup.sp .hdg::after {
    display: inline;
    content: "＋";
    margin-left: 5px;
  }
  .box-lineup.sp .hdg.open::after {
    content: "－";
  }
  .box-lineup.sp .list-child-category {
    display: none;
  }
  .list-child-category li {
    margin: 0 20px 5px 0;
  }
  /*---------------------------------
  btn
  ---------------------------------*/
  .btn {
    width: 100%;
    padding: 10px 20px;
    min-width: 0;
  }
  .btn.sp-wid-auto {
    width: auto;
  }
  /*---------------------------------
  box-cat-head-nav
  ---------------------------------*/
  .box-cat-head-nav .men-women .list-btn01 {
    margin-bottom: 0;
  }
  .box-cat-head-nav .order {
    margin-bottom: 20px;
  }
  .box-cat-head-nav .order select {
    padding: 8px 10px;
    min-width: 0;
  }
  /*---------------------------------
  review-item-wrap
  ---------------------------------*/
  .review-item-wrap {
    margin-bottom: 30px;
    padding: 20px;
  }
  .review-item-wrap .review-item-image {
    float: none;
    width: 170px;
    margin: 0 auto 15px;
  }
  .review-item-wrap .item-review {
    margin-bottom: 0;
  }
  /*---------------------------------
  review-form-wrap
  ---------------------------------*/
  .review-form {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .review-form .review-form-title {
    float: none;
    margin: 0 0 10px;
    width: auto;
  }
  /*---------------------------------
  list-event
  ---------------------------------*/
  .list-event {
    margin-bottom: 20px;
  }
  .list-event li {
    font-size: 1.4rem;
  }
  .list-event li .place {
    margin-right: 15px;
    font-size: 1.5rem;
  }
  /*---------------------------------
  list-news
  ---------------------------------*/
  .list-news {
    margin-bottom: 20px;
  }
  .list-news li {
    font-size: 1.4rem;
  }
  .list-news li .date {
    min-width: 80px;
  }
  .list-news li .date.full {
    min-width: 120px;
  }
  /*---------------------------------
  hdg
  ---------------------------------*/
  .hdg-type01 {
    margin-bottom: 20px;
    padding-bottom: 8px;
    min-height: 40px;
    font-size: 2rem;
  }
  .hdg-type01::before {
    width: 220px;
  }
  .hdg-type01 .icon {
    max-height: 30px;
  }
  .hdg-type03 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .hdg-type04 {
    margin-bottom: 20px;
    padding: 6px 0 6px 18px;
    font-size: 1.8rem;
  }
  .hdg-type08 {
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 2rem;
  }
  .hdg-type09 {
    margin-bottom: 20px;
    padding: 6px 0 10px 40px;
    min-height: 46px;
    font-size: 2rem;
  }
  .hdg-type09::before {
    width: 30px;
    height: 38px;
    background-size: 30px auto;
  }
  /*---------------------------------
  Layout Block
  ---------------------------------*/
  .element-left {
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .element-right {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  .box-column01.img-left .img,
.box-column02.img-left .img {
    float: none;
    margin-right: 0;
    width: auto;
  }
  .box-column01.img-right .img,
.box-column02.img-right .img {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .box-col {
    display: block;
    margin: 0 0 40px;
  }
  .box-col.col2 .cont,
.box-col.col3 .cont {
    margin: 0 0 20px;
    width: auto;
  }
  .box-col.col3.sp-col2,
.box-col.col3.sp-col3 {
    display: flex;
    margin: 0 -8px 20px;
  }
  .box-col.col3.sp-col2 .cont {
    margin: 0 1.54% 20px;
    width: calc(50% - 16px);
  }
  .box-col.col3.sp-col3 .cont {
    margin: 0 1.54% 20px;
    width: calc(33.33% - 16px);
  }
  .box-segment01,
.box-segment02,
.box-segment03 {
    margin-bottom: 20px;
    padding: 20px 20px 1px;
    border-radius: 8px;
  }
  .box-border01 {
    margin-bottom: 20px;
    padding: 20px 20px 1px;
  }
  /*---------------------------------
  box-event01
  ---------------------------------*/
  .box-event01 .event-item > .hdg {
    padding: 15px 35px 15px 15px;
    font-size: 1.4rem;
  }
  .box-event01 .event-item > .hdg .end {
    margin-right: 15px;
    padding: 3px 15px;
    font-size: 1.2rem;
  }
  .box-event01 .event-item > .hdg .place {
    margin-right: 20px;
    font-size: 1.6rem;
  }
  .box-event01 .event-item > .hdg .title {
    display: block;
    margin-top: 6px;
  }
  .box-event01 .event-item > .event-cont {
    padding: 20px 15px;
  }
  .box-event01 .event-item > .event-cont p,
.box-event01 .event-item > .event-cont li,
.box-event01 .event-item > .event-cont dt,
.box-event01 .event-item > .event-cont dd {
    font-size: 1.4rem;
  }
  .box-event01 .event-item .event-detail .event-txt {
    float: none;
    width: auto;
  }
  .box-event01 .event-item .event-detail .event-info {
    float: none;
    margin-left: 0;
    padding-left: 0;
    width: auto;
    border-left: 0;
  }
  .box-event01 .event-item > .event-cont .dlist-type01 dt,
.box-event01 .event-item > .event-cont .dlist-type01 dd {
    margin-bottom: 10px;
  }
  /*---------------------------------
  box-modal
  ---------------------------------*/
  .box-modal01.open {
    top: 15px;
    bottom: 15px;
  }
  .box-modal01 .modal-close {
    top: 3px;
    right: 15px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .box-modal01 .modal-close a {
    display: block;
    padding: 5px;
    background: #fff;
  }
  .box-modal01 > .modal-content > .lay {
    padding: 40px 15px 15px;
  }
  /*---------------------------------
  table
  ---------------------------------*/
  .tbl-type01 > table th,
.tbl-type01 > table td {
    display: block;
    padding: 10px 0 30px;
  }
  .tbl-type01 > table th {
    padding: 15px 0 0;
    width: 100% !important;
    border-bottom: 0;
  }
  .tbl-type01 > table th::before {
    display: none;
  }
  .tbl-type02 > table th,
.tbl-type02 > table td {
    padding: 10px 5px;
    font-size: 1.2rem;
  }
  /*---------------------------------
  box-sole01
  ---------------------------------*/
  .box-sole01 {
    margin: 0 0 30px;
  }
  .box-sole01 > .img {
    float: none;
    margin: 0 0 20px;
    max-width: none;
  }
  .box-sole01 > .img img {
    max-height: 250px;
  }
  .box-sole01 > .sole-cont {
    padding-top: 0;
  }
  .box-sole01 .logo {
    margin-bottom: 20px;
  }
  .box-sole01 .logo img {
    max-height: 50px;
  }
  .box-sole01 .outline {
    margin-bottom: 20px;
  }
  .list-item01 {
    margin: 0 -10px;
  }
  .list-item01 > li {
    margin: 0 0 20px;
    padding: 0 10px;
    width: 50%;
    font-size: 1.2rem;
  }
  .list-item01 > li .name {
    margin: 10px 0 0;
  }
  .list-item01 > li .icon {
    max-height: 20px;
  }
  /*---------------------------------
  detail present
  ---------------------------------*/
  .box-present {
    display: block;
  }
  .box-present .cont {
    width: auto;
  }
  .box-present .img {
    width: auto;
    text-align: center;
  }
  .box-present .img img {
    width: 120px;
  }
  /*---------------------------------
  Only
  ---------------------------------*/
  .only-sp {
    display: block;
  }
  br.only-sp,
span.only-sp {
    display: inline;
  }
  .only-pc {
    display: none;
  }
  /*---------------------------------
  bg layout
  ---------------------------------*/
  .layout-bg01 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  /*---------------------------------
  bg stripe
  ---------------------------------*/
  .layout-stripe01 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  /*---------------------------------
  beginner
  ---------------------------------*/
  #page-beginner {
    margin-top: -20px;
  }
  #page-beginner .beginner-logo {
    padding: 15px;
    font-size: 1.4rem;
  }
  #page-beginner .beginner-logo img {
    width: 80px;
  }
  #page-beginner .beginner-logo .txt {
    margin-left: 15px;
  }
  #page-beginner .beginner-logo .txt .en {
    font-size: 2.4rem;
  }
  #page-beginner .beginner-coupon {
    padding: 20px 0;
  }
  #page-beginner .beginner-coupon .coupon-cont {
    display: block;
    padding: 0 15px;
  }
  #page-beginner .beginner-coupon .txt {
    font-size: 1.6rem;
    min-width: 0;
    text-align: center;
  }
  #page-beginner .beginner-coupon .txt .code {
    font-size: 2.8rem;
  }
  #page-beginner .beginner-coupon .txt .discount {
    display: inline-block;
    border-bottom: 2px dotted #43B3A0;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #page-beginner .beginner-coupon .txt .discount .num {
    font-size: 5rem;
  }
  #page-beginner .beginner-coupon .txt .discount .off {
    font-size: 4rem;
  }
  #page-beginner .beginner-coupon .bnr {
    margin: 20px 0 0;
  }
  #page-beginner .beginner-interrogation {
    padding: 30px 0;
  }
  #page-beginner .beginner-interrogation .lay {
    padding: 0 15px;
  }
  #page-beginner .beginner-interrogation .cont {
    display: block;
    margin-bottom: 40px;
  }
  #page-beginner .beginner-interrogation .cont .txt {
    width: auto;
  }
  #page-beginner .beginner-interrogation .cont .img {
    margin: 15px 0 0;
    width: auto;
  }
  #page-beginner .beginner-interrogation .cont .img img {
    width: 100%;
  }
  #page-beginner .beginner-interrogation .cont.img-right .img {
    margin-right: -15px;
  }
  #page-beginner .beginner-interrogation .cont.img-left .img {
    margin-left: -15px;
  }
  #page-beginner .hdg-beginner-01 {
    font-size: 2.2rem;
    text-align: center;
  }
  #page-beginner .hdg-beginner-01 .lead {
    padding-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #page-beginner .beginner-interrogation p {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  #page-beginner .beginner-notenough {
    padding: 30px 15px 40px;
  }
  #page-beginner .beginner-notenough::before {
    height: 30px;
    background-size: auto 30px;
  }
  #page-beginner .beginner-notenough .hdg-beginner-01 {
    margin-bottom: 20px;
  }
  #page-beginner .beginner-feature-list {
    display: block;
    padding: 0;
  }
  #page-beginner .beginner-feature-list::after {
    display: none;
  }
  #page-beginner .beginner-feature-list > li {
    margin-bottom: 20px;
    width: auto;
  }
  #page-beginner .beginner-feature-list > li .img {
    margin: 0;
  }
  #page-beginner .beginner-feature-list > li .txt {
    padding: 15px 20px 20px;
    font-size: 1.4rem;
  }
  #page-beginner .beginner-feature-list > li .txt::after {
    right: 15px;
  }
  #page-beginner .beginner-feature-list > li .txt strong {
    font-size: 2rem;
  }
  #page-beginner .beginner-section-01 {
    padding: 40px 15px 0;
  }
  #page-beginner .hdg-beginner-02 {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
  #page-beginner .hdg-beginner-02 .en {
    font-size: 3.2rem;
  }
  #page-beginner .beginner-movie {
    margin: 0 auto 40px;
  }
  #page-beginner .beginner-voicce-list {
    padding: 0 0 30px;
  }
  #page-beginner .beginner-voicce-list > li {
    margin-bottom: 20px;
  }
  #page-beginner .beginner-voicce-list > li:nth-child(n+2) {
    margin-top: 0;
  }
  #page-beginner .beginner-voicce-list > li .face {
    margin: 40px 0 0;
    width: 80px;
  }
  #page-beginner .beginner-voicce-list > li .txt {
    margin: 0;
    padding: 30px 20px 20px;
    width: calc(100% - 80px);
    min-height: 112px;
    max-height: 418px;
    font-size: 1.3rem;
  }
  #page-beginner .beginner-visual-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  #page-beginner .beginner-visual-list > li {
    flex: none;
    margin: 0;
    width: 50%;
  }
  #page-beginner .beginner-visual-list > li img {
    width: 100%;
  }
  #page-beginner .beginner-visual .txt {
    font-size: 2.4rem;
  }
  #page-beginner .beginner-about {
    padding: 30px 15px;
  }
  #page-beginner .beginner-about .hdg {
    margin: 0 0 20px;
    font-size: 2.4rem;
  }
  #page-beginner .beginner-about .hdg img {
    width: 80px;
  }
  #page-beginner .beginner-about .hdg .txt {
    margin-left: 20px;
  }
  #page-beginner .beginner-about p {
    font-size: 1.4rem;
  }
  #page-beginner .beginner-returne {
    padding: 50px 15px 30px;
  }
  #page-beginner .beginner-returne .hdg-beginner-returne {
    display: block;
    align-items: center;
    margin: 0 0 20px;
  }
  #page-beginner .beginner-returne .hdg-beginner-returne .question {
    display: block;
    margin: 0 auto 10px;
    padding: 25px;
    width: auto;
    max-width: 290px;
    min-height: 100px;
    font-size: 1.6rem;
  }
  #page-beginner .beginner-returne .hdg-beginner-returne .answer {
    margin: 0;
    font-size: 2.2rem;
  }
  #page-beginner .beginner-returne p {
    font-size: 1.4rem;
  }
  #page-beginner .hdg-beginner-flow {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
  #page-beginner .beginner-flow-list {
    display: block;
    margin: 0;
  }
  #page-beginner .beginner-flow-list > li {
    margin: 0 0 50px;
    padding: 20px;
    width: auto;
    border-radius: 16px;
    background: #fff;
    text-align: center;
  }
  #page-beginner .beginner-flow-list > li::after {
    top: calc(100% + 20px);
    left: 50%;
    margin-left: -10px;
    transform: rotate(135deg);
  }
  #page-beginner .beginner-flow-list > li:last-of-type::after {
    display: none;
  }
  #page-beginner .beginner-flow-list > li .txt {
    font-size: 1.8rem;
  }
  /*---------------------------------
  unishare
  ---------------------------------*/
  #page-unishare {
    margin-top: -20px;
  }
  #page-unishare .unishare-visual .txt {
    bottom: 6%;
    right: 5%;
    font-size: 3.6rem;
    text-shadow: 0 0 5px #000;
  }
  #page-unishare .unishare-lead {
    margin-bottom: 30px;
    padding: 30px 0;
  }
  #page-unishare .unishare-cont {
    padding: 0 15px;
  }
  #page-unishare .unishare-cont p {
    font-size: 1.6rem;
  }
  #page-unishare .unishare-cont p + p {
    margin-top: 20px;
  }
  #page-unishare .unishare-cont .lead {
    font-size: 2rem;
  }
  /*---------------------------------
  Translation
  ---------------------------------*/
  .wg-drop.country-selector .wgcurrent a {
    padding-right: 40px;
  }
  .wg-default .country-selector {
    right: 10px !important;
  }
}
@media print {
  header,
footer {
    display: none !important;
  }
  .wrapper {
    padding-top: 0 !important;
  }
}