@charset "UTF-8";

/*------------------------------------------------------------ */
/* ファーストビューで表示される要素の為、最初に読み込んでおくスタイル
後から読み込むスタイルと被る場合あり
-------------------------------------------------------------- */
/*------------------------------------------------------------ */
/*common.css
---------------------------------------------------------------*/
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.mb-s {
    margin-bottom: 30px !important;
}

.p-m {
    padding: 45px !important;
}

/*------------------------------------------------------------ */
/*style_component.css
---------------------------------------------------------------*/
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.item-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.item-list li{
  padding-left:5px;
  padding-right:5px;
  margin-bottom:15px;
}
.column-2 li{
  width:50%;
}
.column-3 li{
  width:33%;
}
.column-4 li{
  width:25%;
}
.column-5 li{
  width:20%;
}

a.btn-main,
button.btn-main,
.desktop-nav li.btn-main a,
input[type="button"].btn-main,
input[type="submit"].btn-main {
  display: inline-block;
  transition: all 0.5s;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  background: #e71413;
  border: 1px solid #e71413;
  border-radius: 0px;
  color: #ffffff;
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
  cursor: pointer;
}

a.btn-main:hover,
button.btn-main:hover,
.desktop-nav li.btn-main a:hover,
input[type="button"].btn-main:hover,
input[type="submit"].btn-main:hover {
  background: #ffffff;
  text-decoration: none;
  color: #e71413;
}

a.btn-main.btn-reverse,
button.btn-main.btn-reverse {
  background: #ffffff;
  color: #e71413;
  border: 1px solid #e71413;
}

a.btn-main.btn-reverse:hover,
button.btn-main.btn-reverse:hover {
  background: #e71413;
  color: #ffffff;
}


.button-reset {
  background: none;
  border: none;
}


ul.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}

ul.breadcrumbs li {
  margin-right: 30px;
}

.title9 {
  color: #e71413;
  border: 1px solid #e71413;
  padding: 5px;
  font-weight: bold;
}

/*------------------------------------------------------------ */
/*style_project.css
---------------------------------------------------------------*/
h1.top-headtitle {
    text-align: center;
    margin: 20px;
    font-size: 14px;
}

.mobile-category-button {
  position: fixed;
  top: 50%;
  left: 0;
  display: none;
}