/* float */
.left {float: left}
.right {float: right}

/* color */
.clr-red {color:#cc0000}
.clr-br {color:#a68e74}
.clr-br1 {color:#cd722f}
.clr-gr1 {color:#484c2f}
.clr-gr2 {color:#4b8b1c}
.clr-navy1 {color:#031254}
.clr-pur {color:#3a358c}
.clr-dgr {color:#21293c}
.clr-dgr2 {color:#222222}
.clr-whgry {color:#efefef}
.clr-gry1 {color:#4d4d4d}

/* bg color */
.bg-black {background-color: #000000}
.bg-navy {background-color: #020b33}
.bg-navy2 {background-color: #010920}
.bg-gr {background-color: #fafafa}
.bg-khaki {background-color: #f0ece9}

/* font */
.fm1 {font-family: "Open Sans",sans-serif}
.fm2 {font-family: 'Noto Serif JP', serif}
.h-left {display:inline-block; text-align:left}
.fw-no {font-weight: normal}
.fw-l {font-weight: 300}
.fw-b {font-weight: 600}
.fs12 {font-size: 1.2rem; font-weight: normal}
.fs13 {font-size: 1.3rem}
.fs13b {font-size: 1.3rem; font-weight: 700}
.fs14 {font-size: 1.4rem; font-weight: normal}
.fs14b {font-size: 1.4rem; font-weight: 700}
.fs14r {font-size: 1.4rem; line-height: 160%; font-weight: 500}
@media screen and (min-width: 768px){.fs14r{font-size: 1.6rem}}
@media screen and (min-width: 992px){.fs14r{font-size: 1.8rem}}
.fs15r {font-size: 1.5rem; line-height: 160%; font-weight: 500}
.fs15 {font-size: 1.5rem; font-weight: normal}
.fs16 {font-size: 1.6rem; font-weight: normal}
.fs16r {font-size: 1.6rem; line-height: 160%; font-weight: 500}
.fs17h {font-size: 1.7rem; font-weight: 500}
.fs18h {font-size: 1.8rem; font-weight: 500}
.fs18b {font-size: 1.8rem; font-weight: 600}
.fs18 {font-size: 1.8rem; font-weight: normal}
.fs19h {font-size: 1.9rem; font-weight: 600}
@media screen and (min-width: 768px){.fs19h{font-size:2.3rem}}
@media screen and (min-width: 992px){.fs19h{font-size:2.4rem}}
.fs19b {font-size: 1.9rem; font-weight: 600}
.fs20b {font-size: 2.0rem; font-weight: 600}

/* br */
@media screen and (min-width: 768px) {
  .sp_br{
    display: none;
  }
}

/* img hover */

.alp a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  vertical-align: bottom;
}
.alp a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* width */
.w320 {width: 320px}
.w50p {width: 50%}

.border-top1 {border-top:1px solid #4d4d4d}
.border-gray {border:1px solid #dae2e6}

/* search-nav */

.suggest {
	position: absolute;
	top:89px;
	right: -10px;
	color:#777;
	font-size:1.6rem;
	font-weight: 500;
	line-height:270%;
	text-align:center}

#suggest {
	padding: 10px 0;
    background-color: #dbe0e2;
    width: 250px;
}

#suggest div {
    display: block;
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
}
#suggest div.select{ /* キー上下で選択した場合のスタイル */
    color: #031254;
	cursor: pointer;
	border: 0;
}
#suggest div.over{ /* マウスオーバ時のスタイル */
    color: #031254;
	cursor: pointer;
}

/* Spacing + Helpers */

.mt-n3{margin-top:-3rem !important}
.mb-n3{margin-bottom:-3rem !important}

/* Padding */
.p1-5 {
  padding-left: 5px !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

@media screen and (min-width: 768px) {
  .pt-md-1 {
    padding-top: 1rem !important;
  }

  .pt-md-2 {
    padding-top: 2rem !important;
  }

  .pt-md-3 {
    padding-top: 3rem !important;
  }

  .pt-md-4 {
    padding-top: 4rem !important;
  }

  .pt-md-5 {
    padding-top: 5rem !important;
  }

  .pt-md-6 {
    padding-top: 6rem !important;
  }

  .pt-md-7 {
    padding-top: 7rem !important;
  }

  .pt-md-8 {
    padding-top: 8rem !important;
  }

  .pt-md-9 {
    padding-top: 9rem !important;
  }

  .pt-md-10 {
    padding-top: 10rem !important;
  }

  .pb-md-1 {
    padding-bottom: 1rem !important;
  }

  .pb-md-2 {
    padding-bottom: 2rem !important;
  }

  .pb-md-3 {
    padding-bottom: 3rem !important;
  }

  .pb-md-4 {
    padding-bottom: 4rem !important;
  }

  .pb-md-5 {
    padding-bottom: 5rem !important;
  }

  .pb-md-6 {
    padding-bottom: 6rem !important;
  }

  .pb-md-7 {
    padding-bottom: 7rem !important;
  }

  .pb-md-8 {
    padding-bottom: 8rem !important;
  }

  .pb-md-9 {
    padding-bottom: 9rem !important;
  }

  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-1 {
    padding-top: 1rem !important;
  }

  .pt-lg-2 {
    padding-top: 2rem !important;
  }

  .pt-lg-3 {
    padding-top: 3rem !important;
  }

  .pt-lg-4 {
    padding-top: 4rem !important;
  }

  .pt-lg-5 {
    padding-top: 5rem !important;
  }

  .pt-lg-6 {
    padding-top: 6rem !important;
  }

  .pt-lg-7 {
    padding-top: 7rem !important;
  }

  .pt-lg-8 {
    padding-top: 8rem !important;
  }

  .pt-lg-9 {
    padding-top: 9rem !important;
  }

  .pt-lg-10 {
    padding-top: 10rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-xl-1 {
    padding-top: 1rem !important;
  }

  .pt-xl-2 {
    padding-top: 2rem !important;
  }

  .pt-xl-3 {
    padding-top: 3rem !important;
  }

  .pt-xl-4 {
    padding-top: 4rem !important;
  }

  .pt-xl-5 {
    padding-top: 5rem !important;
  }

  .pt-xl-6 {
    padding-top: 6rem !important;
  }

  .pt-xl-7 {
    padding-top: 7rem !important;
  }

  .pt-xl-8 {
    padding-top: 8rem !important;
  }

  .pt-xl-9 {
    padding-top: 9rem !important;
  }

  .pt-xl-10 {
    padding-top: 10rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .pt-xxl-1 {
    padding-top: 1rem !important;
  }

  .pt-xxl-2 {
    padding-top: 2rem !important;
  }

  .pt-xxl-3 {
    padding-top: 3rem !important;
  }

  .pt-xxl-4 {
    padding-top: 4rem !important;
  }

  .pt-xxl-5 {
    padding-top: 5rem !important;
  }

  .pt-xxl-6 {
    padding-top: 6rem !important;
  }

  .pt-xxl-7 {
    padding-top: 7rem !important;
  }

  .pt-xxl-8 {
    padding-top: 8rem !important;
  }

  .pt-xxl-9 {
    padding-top: 9rem !important;
  }

  .pt-xxl-10 {
    padding-top: 10rem !important;
  }

  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 4rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 5rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 7rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }

  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }
}

/* Controls
---------------------------------------------------------------------- */

.controls-fnav {
    font-size: 1.4rem;
	text-align: center;
	margin: 1.5rem auto;
	padding: 1.5rem auto;
	white-space: nowrap;
	background-color: #fafafa;
}

.controls-fnav a{
	padding: 0 1.6rem;
}

.control {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 1.3rem;
	font-weight: 500;
    transition: background 150ms;
}

.control:hover {
    color: #838aad;
}

.mixitup-control-active {
    color: #838aad;
}

#scrollbar04{overflow-x:auto;-webkit-overflow-scrolling: touch;}
#scrollbar04::-webkit-scrollbar {height:3px}
#scrollbar04::-webkit-scrollbar-track{background:#e5e5e5}
#scrollbar04::-webkit-scrollbar-thumb {background:#bababa}