@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

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

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #3a3a3a;
  font-size: 1em;
  line-height: 1.4; }

body {
  font: 15px/25px;
  line-height: 1.6;
  font-family: "メイリオ", "Open Sans", "Helvetica Neue", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "ＭＳ Ｐゴシック", "Tahoma", "Arial", "sans-serif"; }

a {
  text-decoration: none !important;
  color: #F76969;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a:hover {
    color: #F76969;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

b {
  font-weight: bold; }

p {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: bold; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

hr {
  background-color: #ccc;
  border: 0;
  clear: both;
  width: 100%;
  height: 1px; }

strong {
  font-weight: bold !important; }

small, .small {
  font-size: 14px !important; }

ol {
  list-style: decimal;
  margin: 0 0 1.5em 2em; }

ul {
  list-style: none; }

.table-pink-border td, .table-pink-border th {
  border-top: 1px solid #FFA5AC; }

.btn-primary {
  border-color: #e60312;
  background-color: #e60312; }
  .btn-primary:hover {
    border-color: #bf000f;
    background-color: #bf000f; }

/* ==========================================================================
   見出し
   ========================================================================== */
.border-red {
  padding: 30px;
  border: 1px solid #e60012;
  border-radius: 0 0 4px 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 639px) {
    .border-red {
      padding: 15px; } }

.title-board {
  display: block;
  color: #fad4d3;
  color: #fff;
  width: calc(100%);
  padding: 10px 15px;
  background-color: #e60012;
  border: 2px solid #e60012;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
  font-weight: 800;
  line-height: 1em;
  overflow: hidden; }
  .title-board a {
    color: #fad4d3; }
  .title-board span {
    margin-left: 10px;
    font-size: 12px; }
  .title-board .cat-btn {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    border: 1px solid #fff;
    padding: 3px 10px;
    float: right;
    display: inline-block;
    cursor: pointer; }
    .title-board .cat-btn:hover {
      text-decoration: none; }
    @media screen and (max-width: 639px) {
      .title-board .cat-btn {
        margin-top: 10px; } }

.title-border {
  border-bottom: 3px solid #ABABAB;
  padding-bottom: 5px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px; }
  .title-border:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 3px;
    background-color: #e60012; }

.title-bg-red {
  display: block;
  color: #ffffff;
  width: calc(100% + 60px);
  padding: 10px 15px;
  background-color: #e60012;
  box-sizing: border-box;
  font-weight: 800;
  line-height: 1em;
  margin-bottom: 30px;
  margin-left: -30px; }
  @media screen and (max-width: 639px) {
    .title-bg-red {
      width: calc(100% + 30px);
      margin-left: -15px; } }

.title-bg-gray {
  display: block;
  color: #ffffff;
  width: calc(100% + 60px);
  padding: 10px 15px;
  background-color: #ABABAB;
  box-sizing: border-box;
  font-weight: 800;
  line-height: 1em;
  margin-bottom: 30px;
  margin-left: -30px; }
  @media screen and (max-width: 639px) {
    .title-bg-gray {
      width: calc(100% + 30px);
      margin-left: -15px; } }

.title-head-border {
  position: relative;
  width: 100%;
  padding-left: 15px;
  line-height: 1.2;
  margin-bottom: 0.8em; }
  .title-head-border:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    background: #ABABAB;
    width: 6px; }

.title-border-gray {
  border-bottom: 1px solid #ABABAB;
  padding-bottom: 5px;
  margin-bottom: 20px; }

/* ==========================================================================
   font--color
========================================================================== */
.color-red {
  color: #e60012 !important; }

.color-light--red {
  color: #FFA5AC !important; }

.color-orange {
  color: #eea201 !important; }

.color-green {
  color: #75d372 !important; }

.color-blue {
  color: #6dadf5 !important; }

.color-yellow {
  color: #fff700; }

.color-purple {
  color: #9100ff; }

.color-pink {
  color: #ff00a5; }

.color-grey {
  color: #bbbbbb; }

/* ==========================================================================
   mar/pad
========================================================================== */
.mt--0 {
  margin-top: 0px !important;
  display: block; }

.mt--5 {
  margin-top: 5px !important; }

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

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

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

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

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

.mt--60 {
  margin-top: 60px !important; }

.mt--70 {
  margin-top: 70px !important; }

.mt--80 {
  margin-top: 80px !important; }

.mt--90 {
  margin-top: 90px !important; }

.mt--100 {
  margin-top: 100px !important; }

.mb--0 {
  margin-bottom: 0px !important; }

.mb--5 {
  margin-bottom: 5px !important; }

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

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

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

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

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

.mb--60 {
  margin-bottom: 60px !important; }

.mb--70 {
  margin-bottom: 70px !important; }

.mb--80 {
  margin-bottom: 80px !important; }

.mb--90 {
  margin-bottom: 90px !important; }

.mb--100 {
  margin-bottom: 100px !important; }

.mr--0 {
  margin-right: 0px !important; }

.mr--5 {
  margin-right: 5px !important; }

.mr--10 {
  margin-right: 10px !important; }

.mr--20 {
  margin-right: 20px !important; }

.mr--30 {
  margin-right: 30px !important; }

.mr--40 {
  margin-right: 40px !important; }

.mr--50 {
  margin-right: 50px !important; }

.mr--60 {
  margin-right: 60px !important; }

.mr--70 {
  margin-right: 70px !important; }

.mr--80 {
  margin-right: 80px !important; }

.mr--90 {
  margin-right: 90px !important; }

.mr--100 {
  margin-right: 100px !important; }

.ml--0 {
  margin-left: 0px !important; }

.ml--5 {
  margin-left: 5px !important; }

.ml--10 {
  margin-left: 10px !important; }

.ml--20 {
  margin-left: 20px !important; }

.ml--30 {
  margin-left: 30px !important; }

.ml--40 {
  margin-left: 40px !important; }

.ml--50 {
  margin-left: 50px !important; }

.ml--60 {
  margin-left: 60px !important; }

.ml--70 {
  margin-left: 70px !important; }

.ml--80 {
  margin-left: 80px !important; }

.ml--90 {
  margin-left: 90px !important; }

.ml--100 {
  margin-left: 100px !important; }

.pt--0 {
  padding-top: 0px !important; }

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

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

.pt--15 {
  padding-top: 15px !important; }

.pt--20 {
  padding-top: 20px !important; }

.pt--30 {
  padding-top: 30px !important; }

.pt--40 {
  padding-top: 40px !important; }

.pt--50 {
  padding-top: 50px !important; }

.pt--60 {
  padding-top: 60px !important; }

.pt--70 {
  padding-top: 70px !important; }

.pt--80 {
  padding-top: 80px !important; }

.pt--90 {
  padding-top: 90px !important; }

.pt--100 {
  padding-top: 100px !important; }

.pb--0 {
  padding-bottom: 0px !important; }

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

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

.pb--20 {
  padding-bottom: 20px !important; }

.pb--30 {
  padding-bottom: 30px !important; }

.pb--40 {
  padding-bottom: 40px !important; }

.pb--50 {
  padding-bottom: 50px !important; }

.pb--60 {
  padding-bottom: 60px !important; }

.pb--70 {
  padding-bottom: 70px !important; }

.pb--80 {
  padding-bottom: 80px !important; }

.pb--90 {
  padding-bottom: 90px !important; }

.pb--100 {
  padding-bottom: 100px !important; }

.pr--0 {
  padding-right: 0px !important; }

.pr--5 {
  padding-right: 5px !important; }

.pr--10 {
  padding-right: 10px !important; }

.pr--20 {
  padding-right: 20px !important; }

.pr--30 {
  padding-right: 30px !important; }

.pr--40 {
  padding-right: 40px !important; }

.pr--50 {
  padding-right: 50px !important; }

.pr--60 {
  padding-right: 60px !important; }

.pr--70 {
  padding-right: 70px !important; }

.pr--80 {
  padding-right: 80px !important; }

.pr--90 {
  padding-right: 90px !important; }

.pr--100 {
  padding-right: 100px !important; }

.pl--0 {
  padding-left: 0px !important; }

.pl--5 {
  padding-left: 5px !important; }

.pl--10 {
  padding-left: 10px !important; }

.pl--20 {
  padding-left: 20px !important; }

.pl--30 {
  padding-left: 30px !important; }

.pl--40 {
  padding-left: 40px !important; }

.pl--50 {
  padding-left: 50px !important; }

.pl--60 {
  padding-left: 60px !important; }

.pl--70 {
  padding-left: 70px !important; }

.pl--80 {
  padding-left: 80px !important; }

.pl--90 {
  padding-left: 90px !important; }

.pl--100 {
  padding-left: 100px !important; }

.flowStep {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 60px; }
  .flowStep .flow {
    position: relative;
    -webkit-flex: 1;
    flex: 1;
    text-align: center; }
    .flowStep .flow i {
      position: relative;
      display: -webkit-inline-flex;
      display: inline-flex;
      -webkit-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      font-size: 16px;
      font-style: normal;
      line-height: 1;
      font-weight: 600;
      color: #fff;
      border-radius: 50%;
      background: #cfcfcf; }
    .flowStep .flow p {
      position: absolute;
      top: 32px;
      right: 0;
      bottom: auto;
      left: 0;
      padding: 0 5px;
      font-weight: 400;
      font-size: 10px;
      line-height: 1.2;
      text-align: center;
      color: #cfcfcf; }
    .flowStep .flow:before {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      bottom: auto;
      left: 0;
      height: 5px;
      background: #cfcfcf;
      -webkit-transform: translate(0, -2px);
      transform: translate(0, -2px); }
    .flowStep .flow.is-current i, .flowStep .flow.is-current:before {
      background: #e60012; }
    .flowStep .flow.is-current p {
      color: #e60012;
      font-weight: 600; }

.faqList {
  position: relative; }
  .faqList > dt {
    position: relative;
    width: 100%;
    padding: 0.5em 20px 0.5em 35px;
    font-size: 1.2em;
    cursor: pointer;
    font-weight: 400;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .faqList > dt {
        padding: 0.5em 20px 0.5em 30px;
        font-size: 1em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    .faqList > dt:before {
      position: absolute;
      top: 7px;
      left: 0;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      content: 'Q';
      width: 30px;
      height: 30px;
      font-size: 20px;
      line-height: 1;
      color: #fff;
      background: #e60012;
      border-radius: 50%; }
      @media screen and (max-width: 767px) {
        .faqList > dt:before {
          top: 7px;
          left: 0;
          width: 24px;
          height: 24px;
          font-size: 16px; } }
    .faqList > dt:after {
      position: absolute;
      right: 0;
      top: 16px;
      display: block;
      content: '';
      width: 14px;
      height: 14px;
      border: 7px solid transparent;
      border-top-color: #e60012;
      box-sizing: border-box;
      transition: all ease-in-out 0.2s; }
      @media screen and (max-width: 767px) {
        .faqList > dt:after {
          top: 14px; } }
  .faqList > dt + dd {
    display: none; }
  .faqList > dt.is-current:after {
    top: 7px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media screen and (max-width: 767px) {
      .faqList > dt.is-current:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); } }
  .faqList > dt.is-current + dd {
    display: block; }
  .faqList > dd {
    position: relative;
    width: calc(100% - 14px);
    padding: 1em 0 1em 15px;
    margin-left: 14px;
    margin-bottom: 20px;
    border-left: 2px solid #e60012; }
  .faqList > dd > *:last-child {
    margin-bottom: 0; }

.video-container {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
  padding-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50; }

.commonForm {
  color: #000; }
  .commonForm .fieldset {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px; }
  .commonForm .fieldset dd,
  .commonForm .fieldset dt {
    font-size: 1em; }
    @media screen and (max-width: 767px) {
      .commonForm .fieldset dd,
      .commonForm .fieldset dt {
        font-size: 0.8em; } }
  .commonForm .fieldset dt {
    display: block;
    width: 11em;
    font-weight: bold; }
  .commonForm .fieldset dd {
    display: block;
    margin: 0;
    width: calc(100% - 11em); }
  .commonForm .fieldset:last-of-type {
    margin-bottom: 40px; }
  .commonForm .fieldset .errText {
    text-align: right; }
  .commonForm .fieldset label {
    display: block;
    padding-right: 1em; }
  .commonForm .fieldset + .buttonTwoBlock .button {
    min-width: 60%; }

.btn {
  border: solid 1px #ccc; }

.btn-default {
  color: #fff !important;
  background-color: #444;
  border-color: #444; }
  .btn-default:hover {
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"],
textarea {
  background: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
  width: 100%;
  padding: 0.8em 1em;
  font-size: 1em;
  color: #222;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="number"],
    textarea {
      font-size: 0.8em; } }

input[type="checkbox"] {
  margin-right: 0.5em; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

.radio {
  display: inline-block;
  min-width: 6em;
  margin: 0 0.7em 0 0;
  padding: 0.6em 0.8em;
  border-radius: 6px;
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  background: #fff;
  border: 1px solid #ccc;
  transition: all 0.2s ease;
  box-sizing: border-box;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .radio {
      padding: 0.6em 0.4em;
      font-size: 0.8em; } }
  .radio input {
    margin-right: 0.5em; }
  .radio.error {
    color: rgba(175, 12, 0, 0.4);
    border-color: #ffb0bd;
    background: #ffedf5; }
  .radio.is-current {
    color: #000;
    border: 1px solid #000; }
  .radio.is-current.error {
    color: #af0c00;
    border-color: #af0c00;
    background: #ffd3e8; }

.select {
  display: inline-block;
  width: 100%;
  height: 44px;
  padding: 0;
  background: #fff;
  font-weight: normal; }
  .select select {
    position: relative;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0.3em 1.7em 0.3em 0.8em;
    border-radius: 0px;
    font-size: 15px;
    border: 1px solid #ccc;
    z-index: 1;
    background: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-overflow: '';
    appearance: none; }
    @media screen and (max-width: 767px) {
      .select select {
        font-size: 0.8em; } }
  .select select::-ms-expand {
    display: none; }
  .select:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 10px;
    height: 6px;
    text-align: center;
    vertical-align: middle;
    background: transparent;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-width: 6px 5px 0;
    border-top: 6px solid #333;
    margin-top: -3px;
    z-index: 0; }

.fieldset .select.error,
fieldset .select.error {
  border-color: #ffb0bd;
  background: #ffedf5; }

.fieldset input.error[type="text"],
fieldset input.error[type="text"],
.fieldset input.error[type="password"],
fieldset input.error[type="password"],
.fieldset input.error[type="tel"],
fieldset input.error[type="tel"],
.fieldset input.error[type="email"],
fieldset input.error[type="email"],
.fieldset input.error[type="url"],
fieldset input.error[type="url"],
.fieldset input.error[type="search"],
fieldset input.error[type="search"],
.fieldset input.error[type="number"],
fieldset input.error[type="number"],
.fieldset textarea.error,
fieldset textarea.error {
  border: 1px solid #ffb0bd;
  background: #ffedf5; }

label.error {
  display: inline-block;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0;
  color: #e73656;
  font-size: 0.8em;
  text-align: right; }

.pagination {
  justify-content: center; }
  .pagination li {
    border: none !important; }
    .pagination li a {
      padding: 5px 12px;
      color: #3a3a3a !important; }
      .pagination li a:hover {
        background-color: #e6e6e6;
        border-radius: 3px;
        color: #3a3a3a !important;
        text-decoration: none; }

/* ==============
   ============== */
::-moz-selection {
  text-shadow: none; }

::selection {
  text-shadow: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
  max-width: 100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/* ==============
    MOBILE: Menu
   ============== */
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

nav a:hover,
nav a:visited {
  color: white; }

nav a:hover {
  text-decoration: underline; }

.pc--only {
  display: block !important; }
  @media screen and (max-width: 819px) {
    .pc--only {
      display: none !important; } }

.sp--only {
  display: none !important; }
  @media screen and (max-width: 819px) {
    .sp--only {
      display: block !important; } }

/* ===============
    ALL: IE Fixes
   =============== */
.ie7 .title {
  padding-top: 20px; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   header
   ========================================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  width: 100%; }

.header-container {
  padding-top: 87px; }
  @media screen and (max-width: 1300px) {
    .header-container {
      padding-top: 60px; } }

.br-logo--box {
  position: relative;
  padding: 5px 0; }
  .br-logo--box h1 {
    font-size: 18px; }
    .br-logo--box h1 a {
      color: #e60012;
      font-size: 18px;
      margin-left: 80px;
      display: inline-block; }
      .br-logo--box h1 a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        text-decoration: none; }
  .br-logo--box figure {
    position: absolute;
    top: 10px;
    left: 11px;
    width: 50px;
    height: 190px; }
  @media all and (-ms-high-contrast: none) {
    .br-logo--box figure {
      position: absolute;
      top: -50px;
      left: 12px;
      width: 50px;
      height: 190px; } }

.br-nav--list {
  background-color: #1d1f21; }
  .br-nav--list ul.nav-inner {
    width: calc(100% - 70px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto; }
    .br-nav--list ul.nav-inner li {
      width: calc(8.3%);
      text-align: center;
      border-bottom: 1px solid #444;
      border-left: 1px solid #444;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      .br-nav--list ul.nav-inner li a {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
        padding: 10px 0;
        display: block;
        color: white; }
        .br-nav--list ul.nav-inner li a span {
          font-size: 10px;
          color: #FFA5AC; }
        .br-nav--list ul.nav-inner li a:hover {
          text-decoration: none !important;
          color: #FFA5AC;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        @media screen and (max-width: 1300px) {
          .br-nav--list ul.nav-inner li a {
            font-size: 13px;
            line-height: 1; }
            .br-nav--list ul.nav-inner li a span {
              font-size: 9px; } }

@media screen and (max-width: 1300px) {
  header {
    background-color: #1f2022; }
    header h1 a {
      color: #fff !important;
      margin-left: 20px !important; }

  .br-logo--box {
    line-height: 50px; }
    .br-logo--box figure {
      display: none; }

  .br-nav--list ul.nav-inner {
    width: 100%; }
    .br-nav--list ul.nav-inner li {
      width: 100%; }
      .br-nav--list ul.nav-inner li a {
        padding: 20px; } }
.drawer-hamburger {
  display: none; }
  @media screen and (max-width: 1300px) {
    .drawer-hamburger {
      display: block;
      background-color: #1d1f21; }
      .drawer-hamburger:hover {
        background-color: #1d1f21; } }

.fixed {
  overflow: auto;
  height: 100%; }

/* ==========================================================================
   slidebanner
   ========================================================================== */
.slick-dots {
  display: none !important; }

.common-mainvisual {
  line-height: 0;
  margin: 0 0 40px !important;
  text-align: center;
  position: relative; }
  .common-mainvisual .slick-track .slick-slide {
    background-color: #f0f0f0;
    padding: 30px 0; }
    .common-mainvisual .slick-track .slick-slide a img {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7;
      background-color: #000;
      -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
      text-align: center;
      display: inline;
      width: 100%;
      max-width: 720px; }
    @media screen and (max-width: 1105px) {
      .common-mainvisual .slick-track .slick-slide {
        padding: 0; } }
  .common-mainvisual .slick-track .slick-current a img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .common-mainvisual .fa-angle-down {
    position: absolute;
    bottom: 0;
    color: #fff; }
  .common-mainvisual .slick-arrow {
    width: auto;
    height: auto;
    z-index: 10; }
  .common-mainvisual .slick-prev:before, .common-mainvisual .slick-next:before {
    display: block;
    font-size: 35px;
    font-family: FontAwesome;
    background: rgba(255, 89, 89, 0.7);
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .common-mainvisual .slick-prev {
    left: 5%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 639px) {
      .common-mainvisual .slick-prev {
        left: 8%; } }
    .common-mainvisual .slick-prev:hover:before {
      background-color: #FFA5AC; }
  .common-mainvisual .slick-prev:before {
    content: "" !important; }
  .common-mainvisual .slick-next:before {
    content: "" !important; }
  .common-mainvisual .slick-next {
    right: 5%;
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
    @media screen and (max-width: 639px) {
      .common-mainvisual .slick-next {
        right: 8%; } }
    .common-mainvisual .slick-next:hover:before {
      background-color: #FFA5AC; }
  @media screen and (max-width: 639px) {
    .common-mainvisual .slick-prev:before, .common-mainvisual .slick-next:before {
      font-size: 20px; } }

.slidebottom {
  margin-top: -40px; }
  .slidebottom a {
    color: #fff;
    background-color: #000000;
    display: block;
    padding: 0px;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 639px) {
      .slidebottom a .fa-3x {
        font-size: 2.4em; } }

/* ==========================================================================
   中コンテンツ
   ========================================================================== */
.container-fluid {
  width: calc(100% - 60px);
  max-width: 1200px; }
  @media screen and (max-width: 639px) {
    .container-fluid {
      width: calc(100% - 30px); } }

section {
  margin: 30px 0  0;
  padding-left: 0 !important;
  width: 100%; }
  section:last-child {
    margin: 30px 0;
    padding-right: 0 !important; }

.container-abreast {
  flex-wrap: inherit; }
  @media screen and (max-width: 639px) {
    .container-abreast .col {
      flex: 0 0 50%;
      max-width: 50%; } }

.anchor_link {
  padding-top: 95px;
  margin-top: -95px; }
  @media screen and (max-width: 1300px) {
    .anchor_link {
      padding-top: 75px;
      margin-top: -75px; } }
  @media screen and (max-width: 639px) {
    .anchor_link {
      padding-top: 60px;
      margin-top: -60px; } }

/* ==========================================================================
   01-プロフィールページ（TOP含め）
   ========================================================================== */
#TOP .news-block-inner {
  padding: 15px; }
  #TOP .news-block-inner li a {
    color: #3a3a3a; }
    #TOP .news-block-inner li a:hover {
      color: #F76969; }

@media screen and (max-width: 639px) {
  section.col-12 {
    padding-right: 0; } }

.news-block .news-block-inner ul {
  list-style: none;
  margin: 0; }
  .news-block .news-block-inner ul li {
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: #CCC dashed 1px; }
    .news-block .news-block-inner ul li a {
      color: #3a3a3a; }
      .news-block .news-block-inner ul li a:hover {
        color: #F76969; }
  .news-block .news-block-inner ul:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0; }
.news-block .news-block-inner .title {
  font-size: 14px; }
.news-block .news-block-inner .date {
  font-size: 14px;
  color: #6f6f6f;
  font-weight: bold; }
.news-block .news-block-inner .content {
  font-size: 14px; }
  .news-block .news-block-inner .content a {
    color: #3F90E3;
    cursor: pointer; }

.sns-share-list a {
  border: none; }

.btn-line {
  position: relative; }
  .btn-line:before {
    position: absolute;
    content: '';
    background-image: url(../img/ico-line.svg);
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    top: 0;
    left: 0; }

.fa-twitter {
  color: #55acee; }

.fa-facebook {
  color: #315096; }

.fa-google-plus {
  color: #dd4b39; }

.badge {
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-weight: normal;
  padding: 4px 8px 3px;
  vertical-align: top; }

.badge-news, .badge-soldout, .badge-category {
  background: #777777; }

.badge-theater, .badge-goods {
  background: #eea201; }

.badge-mobile, .badge-new {
  background: #e60012; }

.badge-handshake, .badge-saleend {
  background: #6dadf5; }

.badge-event {
  background: #75d372; }

.circle_green {
  background: #eea201; }

.circle_orange {
  background: #75d372; }

.circle_yellow {
  background: #6dadf5; }

.circle_red {
  background: #e60012; }    


/* ==========================================================================
   03-スケジュールページ（TOP含め）
   ========================================================================== */
.schedule-block .schedule-block-inner {
  padding: 15px; }
  .schedule-block .schedule-block-inner iframe {
    width: 100% !important;
    display: block;
    max-width: 100% !important; }
.schedule-block .googlecal {
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.shop-list {
  margin-bottom: 30px; }
  .shop-list ul {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto; }
    .shop-list ul li {
      display: table;
      margin: 5px; }
      .shop-list ul li a {
        display: table-cell;
        vertical-align: middle;
        width: 100%; }
        .shop-list ul li a img {
          width: 100%;
          max-width: 100px; }

/* ==========================================================================
   00-SNS(TOP)
   ========================================================================== */
.sns-block .sns-block-inner {
  padding: 15px; }
  .sns-block .sns-block-inner ul {
    list-style: none;
    margin: 0; }
    .sns-block .sns-block-inner ul li {
      border-bottom: 1px #CCC dashed;
      padding: 0 0 10px;
      margin: 0 0 15px; }
      .sns-block .sns-block-inner ul li a {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        color: #3a3a3a; }
        .sns-block .sns-block-inner ul li a:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
          opacity: 0.8;
          color: #F76969; }
        .sns-block .sns-block-inner ul li a .icon_img {
          width: calc(30% - 10px); }
          .sns-block .sns-block-inner ul li a .icon_img img {
            width: 100%; }
        .sns-block .sns-block-inner ul li a .sns-box {
          width: 70%; }
          .sns-block .sns-block-inner ul li a .sns-box figure {
            margin: 0 0 10px; }
          .sns-block .sns-block-inner ul li a .sns-box .txt {
            margin: 0 0 10px;
            font-size: 14px; }
      .sns-block .sns-block-inner ul li:last-child {
        border-bottom: none;
        margin: 0;
        padding: 0; }

/* ==========================================================================
   03-プロフィールページ
   ========================================================================== */
.profile_name {
  font-size: 130%;
  text-align: center;
  background: #e60012;
  color: #ffffff;
  border-radius: 3px;
  margin-top: 10px; }

.profile_roman {
  margin: 10px 0;
  font-size: 88%;
  color: #e60012;
  text-align: center; }

.profile-detail-block .table th {
  font-weight: bold;
  width: 8em; }
.profile-detail-block .goods-container figure {
  position: relative; }
  .profile-detail-block .goods-container figure .badge {
    position: absolute;
    right: 5px;
    top: 4px; }
.profile-detail-block a {
  color: #3a3a3a; }
  .profile-detail-block a:hover {
    color: #F76969; }
.profile-detail-block .sns-list {
  margin-bottom: 50px; }
  .profile-detail-block .sns-list li {
    display: inline;
    margin-right: 5px; }
    .profile-detail-block .sns-list li a img {
      max-width: 40px; }
    .profile-detail-block .sns-list li:last-child {
      margin-right: 0px; }

.profile-pagination {
  justify-content: center; }
  .profile-pagination li {
    margin: 0 10px; }
    .profile-pagination li a {
      background-color: #e60012;
      border: solid #e60012 1px;
      padding: 5px 12px;
      color: #fff !important; }
      .profile-pagination li a:hover {
        background-color: inherit;
        color: #e60012 !important;
        text-decoration: none; }
    .profile-pagination li .fa-angle-right {
      margin-left: 12px; }
    .profile-pagination li .fa-angle-left {
      margin-right: 12px; }

/* ==========================================================================
   04-ディスコグラフィーページ
   ========================================================================== */
.discography-block .anchor-btn {
  min-width: 11rem; }
  @media screen and (max-width: 639px) {
    .discography-block .anchor-btn {
      width: 100%; } }

.anchor-btn {
  border: 1px solid #e60012;
  background-color: white;
  color: #e60012 !important;
  font-size: 14px; }
  .anchor-btn:hover {
    background-color: #e60012;
    color: #fff !important;
    opacity: 1; }

/* ==========================================================================
   05-モバイルページ
   ========================================================================== */
/* ==========================================================================
   10-メールマガジン会員ページ
   ========================================================================== */
@media screen and (max-width: 639px) {
  .mailmagazine-block button {
    width: 100%; } }
.mailmagazine-block .radio {
  border: none;
  padding: 0; }

/* ==========================================================================
   11-モバイルページ
   ========================================================================== */
.table-pink tr th {
  background: #FFF1F1;
  border: 1px solid #FFD9D9; }
.table-pink tr td {
  border: 1px solid #FFD9D9; }

/* ==========================================================================
   12-メールページ
   ========================================================================== */
.mail-block .mail-img {
  width: calc(100% + 60px);
  margin-top: -30px;
  margin-left: -30px; }
  @media screen and (max-width: 639px) {
    .mail-block .mail-img {
      width: calc(100% + 30px);
      margin-top: -15px;
      margin-left: -15px; } }

/* ==========================================================================
 お問い合わせ
 ========================================================================== */
.contact-block .scrollspy {
  overflow: scroll;
  height: 200px;
  border: 1px solid #ccc; }
  .contact-block .scrollspy p {
    margin-left: 12px;
    margin-right: 12px; }

/* ==========================================================================
   モーダル
   ========================================================================== */
.modal ul {
  list-style: none;
  margin: 0; }
  .modal ul li {
    margin: 0 0 5px; }
    .modal ul li a {
      padding: 10px;
      display: block;
      background-color: #444;
      color: #ffffff;
      text-align: center; }
    .modal ul li:last-child {
      margin: 0; }

.modal-body {
  padding: 30px; }

/* ==========================================================================
   banner
   ========================================================================== */
#banner {
  margin-bottom: 25px; }
  #banner .row {
    margin-right: -20px;
    margin-left: -20px; }
    #banner .row div {
      margin-bottom: 10px;
      padding: 0 5px 0 5px !important; }
      #banner .row div a {
        display: block; }
        #banner .row div a img {
          width: 100%; }
  @media screen and (max-width: 639px) {
    #banner .container-abreast {
      flex-wrap: wrap; } }

/* ==========================================================================
   footer
   ========================================================================== */
.footer-container footer {
  padding: 25px 0 40px;
  text-align: center;
  background: #e60012; }
.footer-container .footer-nav {
  margin-bottom: 20px; }
  .footer-container .footer-nav li {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin: 0 20px; }
    .footer-container .footer-nav li a {
      margin-bottom: 20px;
      color: #FFF; }
  .footer-container .footer-nav .copyright {
    font-size: 11px; }
.footer-container small {
  margin-bottom: 20px;
  color: #FFF; }
