@charset "UTF-8";

*, ::after, ::before {
  box-sizing: border-box;
}

html {
  color: #3d3d3d;
  font-size: 62.5%;
  min-width: 1200px;
}

body {
  font-size: 1.2rem;
  line-height: 1.6em;
}

ul, ol, dl {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a:link, a:visited {
  color: #3d3d3d;
  text-decoration: none;
}

a:active {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #3d3d3d;
  text-decoration: underline;
}

figure {
  display: block;
  line-height: 100%;
  margin: 0;
  padding: 0;
}

i, em {
  font-style: normal;
}

p {
  max-height: 100%;
}

input[type="text"], input[type="password"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1200px;
}

.infoBlackWrap {
  margin: 0 auto 50px;
  padding: 10px;
  border: solid 3px #636363;
  border-radius: 5px;
  text-align: center;
  max-width: 750px;
}

.infoBlackWrap .caution {
  border: 2px solid #b22836;
  border-width: 3px 0;
  padding: 10px;
  max-width: 350px;
  width: 95%;
  margin: 1rem auto;
}

.oqty {
  text-align: right;
  padding-right: 5px;
}

.text-nowrap {
  white-space: nowrap;
}

/* display */

.d-none {
  display: none !important;
}

.d-flex {
  display: flex;
}

.d-pc-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

/**
 * 汎用クラス
 */

.bg {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.sp-inline, .sp-inline-block, .sp-block, .sp-table-cell {
  display: none;
}

.rbc-alpha:hover {
  opacity: 0.6;
}

.rbc-alpha:active {
  opacity: 0.3;
}

/**
 * PC向けスタイル
 */

/* body > header {
} */

header *, header *::after, header *::before {
  box-sizing: border-box;
}

#ceiling {
  background: #b22836;
}

#ceiling .navs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 5px;
  /* width: 100%; */
  font-size: 1.4rem;
}

#ceiling a:link, #ceiling a:visited, #ceiling a:hover, #ceiling a:active {
  color: #fff;
}

#ceiling ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#ceiling ul>li:not(:last-child) {
  margin-right: 15px;
}

#ceiling ul>li>a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* #headerMain */

#headerMain {
  display: flex;
  justify-content: space-between;
}

#headerMain .boxLeft, #headerMain .boxRight {
  width: 40%;
}

#headerMain .boxCenter {
  width: calc(100% - (40% * 2));
  display: flex;
  align-items: center;
  justify-content: center;
}

#headerMain h1 {
  margin: 0;
}

#headerMain .boxLeft {
  padding: 5px;
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

#headerMain .boxRight {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 8px;
}

/* #headerMain .boxLeft  */

.boxLeft .shopTitle {
  padding: 3px 0 5px;
  /* font-size: 13px; */
}

.lineLink {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.selectShoesLink img,
.lineLink img {
  width: 120px;
}

/* #headerMain .boxCenter  */

.boxCenter .bigbLogo {
  width: 160px;
  height: 80px;
  background: url("/common/img/header-logo-sbgu-pc_bk.png") no-repeat 0 0;
  background-size: 99%;
  /* margin: 20px auto 15px; */
}

/* #headerMain .boxRight */

#header-nav {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-bottom: 8px;
}

#header-nav>li {
  margin-left: 6px;
}

#header-nav>li:first-child {
  margin-left: 0;
}

#header-nav .question a {
  width: 24px;
  text-decoration: none;
}

#header-nav .question a::before {
  font-size: 24px;
  line-height: 24px;
  color: #999;
}

/* #global-nav */

#global-nav {
  margin-top: 10px;
  position: relative;
}

#global-nav .globalMenu {
  z-index: 2;
}

#global-nav>ul {
  border-right: 1px solid #d3d3d3;
  height: 60px;
  position: relative;
}

#global-nav>ul>li {
  border-left: 1px solid #d3d3d3;
  float: left;
}

#global-nav>ul>li>a {
  background-image: url("../img/global-nav_pc.png");
  background-repeat: 0;
  height: 60px;
  width: 170px;
}

#global-nav>ul>li>a.blog {
  background-image: url("../img/global-nav_blog.png");
}

#global-nav>ul>li:nth-child(1)>a {
  background-position: -1px 0;
}

#global-nav>ul>li:nth-child(2)>a {
  background-position: -172px 0;
}

#global-nav>ul>li:nth-child(3)>a {
  background-position: -344px 0;
  width: 169px;
}

#global-nav>ul>li:nth-child(4)>a {
  background-position: -516px 0;
  width: 169px;
}

#global-nav>ul>li:nth-child(5)>a {
  background-position: -686px 0;
}

#global-nav>ul>li:nth-child(6)>a {
  background-position: -857px 0;
}

/* commonNotice */

.infoWrap {
  border: 1px solid #b22836;
  border-radius: 5px;
  padding: 1em;
}

.infoWrap a:link, .infoWrap a:visited, .infoWrap a:hover {
  color: #b22836;
  font-weight: bold;
}

/* common */

.border {
  border: 1px solid #dbdbdb;
}

.text-black {
  color: #3d3d3d;
}

.text-blue {
  color: blue;
}

.text-red {
  color: #b22836;
  color: red;
}

.font-weight-bold {
  font-weight: bold;
}

.h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: bold;
}

.h2 {
  font-size: calc(1.325rem + .9vw);
  font-weight: bold;
}

.h3 {
  font-size: calc(1.3rem + .6vw);
  font-weight: bold;
}

.h4 {
  font-size: calc(1.275rem + .3vw);
  font-weight: bold;
}

.h5 {
  font-size: 1.25rem;
  font-weight: bold;
}

.h6 {
  font-size: 1rem;
  font-weight: bold;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
}

.commonNotice {
  margin: 1em 0.1em;
}

/* #content */

#content {
  padding-bottom: 50px;
  padding-top: 20px;
  margin-top: 15px;
}

#content.high {
  margin-top: 20px;
  background: #000;
  color: #fff;
}

#content.high input,
#content.high .variation-list {
  /*nove*/
  color: black;
}

/* smallNaviBtn */

#header-nav.smallNaviBtn .btn {
  margin: 0;
  letter-spacing: 1px;
}

.smallNaviBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.btnSearch,
.btn {
  display: inline-block;
  text-align: center;
  background: #2b469b;
  color: #fff;
  font-weight: bold;
  padding: 0 10px;
  border-radius: 5px;
  min-width: 105px;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 32px;
  height: 32px;
  border: 0;
}

a.btn a.btn:hover,
a.btn:link, a.btn:visited {
  color: #fff;
  text-decoration: none;
}

.btnSearch:hover,
.btn:hover {
  opacity: 0.8;
}

/* .hpsearch */

.hpsearch>form {
  display: flex;
  align-items: center;
}

.hpsearch>form input[type="text"] {
  border: 1px solid #d3d3d3;
  background: #f1f1f1 url("../img/icon-loupe.png") no-repeat 0 50%;
  display: inline-block;
  margin: 0;
  padding: 5px 5px 5px 23px;
  width: 288px;
}

.hpsearch .btnSearch {
  padding: 0;
  letter-spacing: 8px;
  text-indent: 8px;
  margin: 0 0 0 5px;
  min-width: 95px;
  width: 95px;
  border: none;
}

/* footer */

body>footer {
  border-top: 1px solid #000;
  height: 100px;
}

#foot-nav {
  overflow: hidden;
  position: absolute;
  top: 20px;
}

#foot-nav>li {
  border-left: 1px solid #3d3d3d;
  float: left;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 100%;
  padding: 0 7px;
}

#foot-nav>li:first-child {
  border-left: none;
}

footer .copyright {
  color: #8a8a8a;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  position: absolute;
  right: 0;
  top: 20px;
}

/* for WordPress */

main img {
  width: 100%;
  height: auto;
}

/* page_top */


#page_top,
#searchToggle {
  z-index: 999;
  right: 5%;
  bottom: 60px;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  opacity: 0.8;
  position: fixed;
}

#page_top {
  border: 1px solid #ccc;
  background: url("/common/img/bigb_boy35.png") no-repeat 20px 38px/35px 27px #fff;
}

#searchToggle {
  content: '\f02e';
  background-color: #2b469b;
  position: fixed;
}

#page_top::before,
#searchToggle::before {
  color: #b22836;
  content: '\f106';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 40px;
  height: 80px;
  width: 80px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

/* 特定の複数ページで利用 */

/* #haisouTesuu (law.html etc)*/

#haisouTesuu {
  font-size: 1.2rem;
  line-height: 1.5em;
}

#haisouTesuu .title {
  background-color: #e4e4e4;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px;
}

#haisouTesuu.high .title, #haisouTesuu.high table th {
  background-color: #444;
  font-weight: normal;
}

#haisouTesuu table {
  border-left: 1px solid #909090;
  border-top: 1px solid #909090;
  float: left;
  margin-bottom: 12px;
  width: 475px;
}

#haisouTesuu table td, #haisouTesuu table th {
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  padding: 5px;
}

#haisouTesuu table th {
  background-color: #e4e4e4;
  font-size: 1.2rem;
  padding: 10px;
  text-align: center;
}

#haisouTesuu table td {
  text-align: right;
}

#haisouTesuu table td.prefecture {
  text-align: left;
}

/* navipan */

#navipan {
  margin-left: 1em;
  margin-bottom: 1em;
}

#navipan ul, #navipan ol {
  list-style: none;
}

#navipan ul li {
  display: inline-block;
  overflow: hidden;
  border: 0px solid blue;
}

#navipan ul li:not(:last-child)::after {

  padding: 0 4px;
  content: '＞';

}

#navipan ul li:first-child::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f304';
  font-weight: 900;
  padding-right: 5px;
  color: #2d459a;
}

#navipan ul li.home::before {
  content: '\f015';
}

#navipan ul li:not(:last-child)::after {
  padding: 0 4px;
  content: '＞';
}

/* popUp */

#popUpContainer {
  max-width: 500px;
  font-size: 1.4rem;
  line-height: 1.2;
}

#popUpContainer .title {
  font-size: 1.8rem;
  padding: 15px;
  text-align: center;
}

#popUpContainer .btn {
  line-height: 36px;
  height: 36px;
}

#popUpContainer.pointInfo {
  max-width: 900px;
}

.popupShichaku {
  text-align: center;
}

.popupShichaku p {
  margin-bottom: 15px;
}

.popupShichaku .btnCancel {
  background: #666;
}

.popupShichaku .shichakuimg {
  width: 100%;
  padding: 2rem 2rem 0;
}

.popupShichaku .label {
  font-size: 1.3em;
  font-weight: bold;
  display: inline-block;
  margin: 1em 0 2em;
  padding: 0.5em;
}

.popupShichaku .label.startShichaku {
  border: 1px solid #2b469b;
  border-width: 2px 0;
  margin-bottom: 1em;
}

/* ------------------------------------------------------------------------------
  sp
------------------------------------------------------------------------------ */

@media only screen and (max-width: 767px) {

  *, ::after, ::before {
    box-sizing: border-box;
  }

  html {
    min-width: 0;
    /* border: 10px solid blue; */
  }

  /* for footer menu */
  body {
    padding-bottom: 60px;
  }

  .d-pc-flex {
    display: block;
  }

  .d-sp-flex {
    display: flex;
  }

  #ceiling .navs {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  #ceiling ul>li:not(:last-child) {
    margin-right: 10px;
  }

  img {
    max-width: 100%;
  }

  input, textarea {
    font-size: 1.6rem;
  }

  .pc-inline, .pc-inline-block, .pc-block, .pc-table-cell {
    display: none !important;
  }

  .sp-inline {
    display: inline;
  }

  .sp-inline-block {
    display: inline-block;
  }

  .sp-block {
    display: block;
  }

  .sp-table-cell {
    display: table-cell;
  }

  #ceil-nav li {
    margin-right: 10px;
  }

  #headerMain {
    padding-left: 5px;
    padding-right: 3px;
    padding-bottom: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  }

  .lineLink img {
    width: 40px;
  }

  #headerMain .boxLeft {
    display: none;
  }

  #headerMain .boxCenter {
    width: 107px;
  }

  .boxCenter .bigbLogo {
    background: url("/common/img/header-logo_s.png") no-repeat 0 0;
    background-size: 107px 50px;
    width: 107px;
    height: 50px;
    margin: 5px;
  }

  #headerMain .boxRight {
    position: relative;
    width: calc(100% - 120px);
    padding: 4px 0 0;
    justify-content: flex-start;
  }

  /* .boxRight .shopTitle, */
  #header-nav {
    padding-bottom: 0;
  }

  #header-nav+div {
    margin-bottom: 2px;
  }

  #header-nav>.login>a,
  #header-nav>.mypage>a,
  #header-nav>.cart>a {
    background-size: 72px 22px;
  }

  #header-nav>li {
    margin-left: 0;
  }

  #header-nav.smallNaviBtn {
    width: 100%;
    max-width: 300px;
  }

  #header-nav.smallNaviBtn>li {
    width: 33%;
    margin: 0 3px 0 0;
  }

  #header-nav.smallNaviBtn>li>.btn {
    width: 100%;
    min-width: auto;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
  }

  .lineLink img,
  .instagram img {
    width: 32px;
    height: 32px;
  }

  .boxRight .shopTitle {
    font-size: 11.0px;
    /* font-size: 12.0px; */
    line-height: 13px;
  }

  .shopTitleWrap.sp-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .shopTitleWrap .shopTitle {
    width: calc(100% - 70px);
    line-height: 1.2;
    background-color: #fff;
  }

  .shopTitleWrap .snsWrap {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 80px;
  }

  .shopTitleWrap .snsWrap>a {
    margin: 0 2px;
  }

  #global-nav>ul {
    border-right: none;
    height: auto;
    width: 456px;
    margin-left: auto;
    margin-right: auto;
  }

  #global-nav>ul>li {
    margin-bottom: 10px;
  }

  #global-nav>ul>li:nth-child(3), #global-nav>ul>li:nth-child(6) {
    border-right: 1px solid #d3d3d3;
  }

  #global-nav>ul>li>a {
    width: 150px !important;
  }

  #global-nav>ul>li:nth-child(1)>a {
    background-position: -9px 0;
  }

  #global-nav>ul>li:nth-child(2)>a {
    background-position: -182px 0;
  }

  #global-nav>ul>li:nth-child(3)>a {
    background-position: -354px 0;
  }

  #global-nav>ul>li:nth-child(4)>a {
    background-position: -525px 0;
  }

  #global-nav>ul>li:nth-child(5)>a {
    background-position: -697px 0;
  }

  #global-nav>ul>li:nth-child(6)>a {
    background-position: -867px 0;
  }

  .infoWrap {
    padding: 0.5em;
  }

  #content {
    padding-top: 0;
    padding-bottom: 30px;
    margin-top: 20px;
  }

  .commonNotice {
    margin: .7rem .2rem .5rem;
  }

  .container {
    width: 100%;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  #foot-nav {
    position: relative;
    margin-top: 10px;
    top: 0;
    text-align: center;
  }

  #foot-nav>li {
    display: inline-block;
    float: none;
    letter-spacing: 0;
  }

  footer .copyright {
    position: relative;
    right: auto;
    text-align: center;
    top: 0;
  }

  #page_top,
  #searchToggle {
    height: 60px;
    width: 60px;
    background-size: 26px 20px;
    background-position-x: calc((60px - 26px - 5px) / 2);
    background-position-y: 30px;
  }

  #page_top {
    bottom: 130px;
  }

  #page_top::before,
  #searchToggle::before {
    height: 60px;
    width: 60px;
  }

  #page_top::before {
    font-size: 32px;
    line-height: 32px;
  }

  #searchToggle::before {
    content: '\f002';
    font-size: 30px;
    line-height: 60px;
    color: #fff;
  }

  /* popUp */

  #hpsearch {
    display: none;
  }

  #popUpContainer.hpsearch {
    max-width: 350px;
  }

  #popUpContainer.spMenu {
    max-width: 250px;
  }

  #popUpContainer.hpsearch form {
    display: block;
  }

  #popUpContainer.hpsearch form input[name="searchWord"] {
    width: 100%;
  }

  #popUpContainer.hpsearch .btnSearch {
    margin: 15px 0 0 0;
    height: 35px;
    line-height: 35px;
    width: 100%;
    max-width: 100%;
  }

  #popUpContainer .menuLists {
    overflow-y: scroll;
    width: calc(100% - 10px);
    height: calc(100% - 90px);
    max-height: calc(100vh - 280px);
    margin: 10px;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  #popUpContainer .menuLists li {
    position: relative;
    padding: 6px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }

  #popUpContainer .menuLists li.catEnd {
    border-bottom: 1px solid #dbdbdb;
  }

  #popUpContainer .menuLists li:not(.catEnd, :last-child)::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    content: '………';
    color: #ccc;
  }

  #popUpContainer .menuLists i {
    margin-right: 5px;
  }

  #popUpContainer .smallNaviBtn {
    margin: 0;
    padding: 0 10px;
  }

  #popUpContainer .smallNaviBtn .btn {
    width: 50%;
    min-width: 50%;
    margin: 0 5px;
  }

  #popUpContainer .snsLinks {
    text-align: center;
  }

  #popUpContainer .snsLinks a {
    margin: 0 2px;
    display: inline-block;
  }

  /* #haisouTesuu (law.html etc) sp */
  #haisouTesuu table {
    max-width: 100%;
  }

  #haisouTesuu table {
    width: 99%;
  }

  /* #footGlobalnav only sp */
  #footGlobalnav {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #b22836;
    /* height: 50px; */
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: flex-start; */
    /* justify-content: space-around; */
    box-shadow: 0 0 5px darkgrey;
    width: 100%;
    opacity: 0.8;
    z-index: 990;
    transition: .3s;
  }

  #footGlobalnav .navbtns {
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  #footGlobalnav .navbtn {
    background-color: #b22836e3;
    color: #fff;
    width: 20%;
    height: 55px;
    height: 2.2rem;
    text-align: center;
    align-items: center;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 2.2rem;
    letter-spacing: 0.1rem;
    /* font-family: monospace; */
    /* font-weight: bold; */
  }

  #footGlobalnav .navbtn:hover {
    background-color: #911521;
  }

  #footGlobalnav .navbtn:not(:last-child) {
    border-right: 1px solid #dbdbdb;
  }

  #haisouTesuu table th {
    padding: 5px;
  }

  #navipan {
    margin-left: 0.5em;
    margin-bottom: 0.5em;
  }

}

/**
 * 印刷向けスタイル
 */

@media print {
  html {
    zoom: 0.85;
  }
}

/* fontawesome */

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://www.big-b.jp/common/css/fontawesome/webfonts/fa-regular-400.eot);
  src: url(https://www.big-b.jp/common/css/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://www.big-b.jp/common/css/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"), url(https://www.big-b.jp/common/css/fontawesome/webfonts/fa-regular-400.woff) format("woff"), url(https://www.big-b.jp/common/css/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"), url(https://www.big-b.jp/common/css/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fab, .far {
  font-weight: 400
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://www.big-b.jp/common/css/fontawesome/webfonts/fa-solid-900.eot);
  src: url(https://www.big-b.jp/common/css/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://www.big-b.jp/common/css/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"), url(https://www.big-b.jp/common/css/fontawesome/webfonts/fa-solid-900.woff) format("woff"), url(https://www.big-b.jp/common/css/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"), url(https://www.big-b.jp/common/css/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free"
}

.fa, .fas {
  font-weight: 900
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-shoe-prints:before {
  content: "\f54b"
}

.fa-info:before {
  content: "\f129"
}

.fa-shoe-prints:before {
  content: "\f54b"
}

.fa-info:before {
  content: "\f129"
}

.fa-heart::before {
  content: "\f004";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-times::before {
  content: "\f00d";
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-right:before {
  content: "\f0da";
}

.m-0 {
  margin: 0 !important
}

.mt-0,
.my-0 {
  margin-top: 0 !important
}

.mr-0,
.mx-0 {
  margin-right: 0 !important
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.mt-1,
.my-1 {
  margin-top: .25rem !important
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important
}

.mb-1,
.my-1 {
  margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2,
.my-2 {
  margin-top: .5rem !important
}

.mr-2,
.mx-2 {
  margin-right: .5rem !important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
  margin-left: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.mt-3,
.my-3 {
  margin-top: 1rem !important
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-5,
.my-5 {
  margin-top: 3rem !important
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0,
.py-0 {
  padding-top: 0 !important
}

.pr-0,
.px-0 {
  padding-right: 0 !important
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important
}

.pl-0,
.px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.pt-1,
.py-1 {
  padding-top: .25rem !important
}

.pr-1,
.px-1 {
  padding-right: .25rem !important
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2,
.py-2 {
  padding-top: .5rem !important
}

.pr-2,
.px-2 {
  padding-right: .5rem !important
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
  padding-left: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.pt-3,
.py-3 {
  padding-top: 1rem !important
}

.pr-3,
.px-3 {
  padding-right: 1rem !important
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
  padding-left: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-5,
.py-5 {
  padding-top: 3rem !important
}

.pr-5,
.px-5 {
  padding-right: 3rem !important
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
  padding-left: 3rem !important
}

.text-bigb-red {
  color: #b22836;
}