@charset "UTF-8";
/* --------------------------------------------------
 * Reset
 * -------------------------------------------------- */
/* line 6, ../../../lib/scss/global/_reset.scss */
html {
  overflow-y: scroll;
}

/* line 9, ../../../lib/scss/global/_reset.scss */
body {
  line-height: 1;
  color: #000;
}

/* line 16, ../../../lib/scss/global/_reset.scss */
html, body, div, span, 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: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 37, ../../../lib/scss/global/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 42, ../../../lib/scss/global/_reset.scss */
nav ul {
  list-style: none;
}

/* line 46, ../../../lib/scss/global/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 50, ../../../lib/scss/global/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 56, ../../../lib/scss/global/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 64, ../../../lib/scss/global/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 70, ../../../lib/scss/global/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 77, ../../../lib/scss/global/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 81, ../../../lib/scss/global/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 86, ../../../lib/scss/global/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 91, ../../../lib/scss/global/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 100, ../../../lib/scss/global/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 142, ../../../lib/scss/global/_reset.scss */
table {
  font-size: inherit;
  font: 100%;
}

/* line 147, ../../../lib/scss/global/_reset.scss */
pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* line 153, ../../../lib/scss/global/_reset.scss */
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
  border-radius: 0;
  border: none;
  outline: none;
}

/* line 159, ../../../lib/scss/global/_reset.scss */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="button"],
textarea {
  -webkit-appearance: none;
}

/* --------------------------------------------------
 * FONT FAMILY
 * -------------------------------------------------- */
/* line 7, ../../../lib/scss/global/_layout.scss */
body, select, input, button, textarea, :before, :after {
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* line 11, ../../../lib/scss/global/_layout.scss */
.wf-active body, .wf-active select, .wf-active input, .wf-active button, .wf-active textarea, .wf-active :before, .wf-active :after {
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media print {
  /* line 11, ../../../lib/scss/global/_layout.scss */
  .wf-active body, .wf-active select, .wf-active input, .wf-active button, .wf-active textarea, .wf-active :before, .wf-active :after {
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

/* --------------------------------------------------
 * BASE
 * -------------------------------------------------- */
/* line 25, ../../../lib/scss/global/_layout.scss */
html {
  font-size: 62.5%;
}
@media print {
  /* line 25, ../../../lib/scss/global/_layout.scss */
  html {
    background-image: none;
    background-color: #fff;
  }
}

/* line 34, ../../../lib/scss/global/_layout.scss */
body {
  position: relative;
  width: 100%;
  background: #333;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: .05em;
  -webkit-text-size-adjust: 100%;
}
@media print {
  /* line 34, ../../../lib/scss/global/_layout.scss */
  body {
    _zoom: 80%;
    background-image: none;
    background-color: #fff;
    -webkit-print-color-adjust: exact;
  }
}

/* line 52, ../../../lib/scss/global/_layout.scss */
a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
/* line 57, ../../../lib/scss/global/_layout.scss */
a:before, a:after,
a img {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
/* line 63, ../../../lib/scss/global/_layout.scss */
.no-touch a:hover {
  text-decoration: none;
}
/* line 66, ../../../lib/scss/global/_layout.scss */
.no-touch a:hover img {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

/* line 72, ../../../lib/scss/global/_layout.scss */
img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  /* line 72, ../../../lib/scss/global/_layout.scss */
  img {
    max-width: 100%;
    width: auto;
  }
}

/* line 81, ../../../lib/scss/global/_layout.scss */
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 87, ../../../lib/scss/global/_layout.scss */
::-moz-selection {
  color: #fff;
  background: #b21527;
}

/* line 91, ../../../lib/scss/global/_layout.scss */
::selection {
  color: #fff;
  background: #b21527;
}

/* --------------------------------------------------
 * UTILITY
 * -------------------------------------------------- */
/* line 102, ../../../lib/scss/global/_layout.scss */
.u-inner {
  margin: 0 15px;
}
@media screen and (min-width: 769px) {
  /* line 102, ../../../lib/scss/global/_layout.scss */
  .u-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
  }
}

/* line 111, ../../../lib/scss/global/_layout.scss */
.u-show-desktop {
  display: none;
}
@media screen and (min-width: 769px) {
  /* line 111, ../../../lib/scss/global/_layout.scss */
  .u-show-desktop {
    display: block;
  }
}

/* line 117, ../../../lib/scss/global/_layout.scss */
.u-show-media {
  display: block;
}
@media screen and (min-width: 769px) {
  /* line 117, ../../../lib/scss/global/_layout.scss */
  .u-show-media {
    display: none;
  }
}

/* line 123, ../../../lib/scss/global/_layout.scss */
.u-hide-desktop {
  display: block;
}
@media screen and (min-width: 769px) {
  /* line 123, ../../../lib/scss/global/_layout.scss */
  .u-hide-desktop {
    display: none;
  }
}

/* line 129, ../../../lib/scss/global/_layout.scss */
.u-hide-media {
  display: none;
}
@media screen and (min-width: 769px) {
  /* line 129, ../../../lib/scss/global/_layout.scss */
  .u-hide-media {
    display: block;
  }
}

/* line 135, ../../../lib/scss/global/_layout.scss */
.u-radius {
  border-radius: 5px;
}

/* line 138, ../../../lib/scss/global/_layout.scss */
.u-text-center {
  text-align: center;
}

/* line 141, ../../../lib/scss/global/_layout.scss */
.u-text-left {
  text-align: left;
}

/* line 144, ../../../lib/scss/global/_layout.scss */
.u-text-right {
  text-align: right;
}

/* line 147, ../../../lib/scss/global/_layout.scss */
.u-text-sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -.1em;
}

/* line 153, ../../../lib/scss/global/_layout.scss */
.u-text-sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  top: .1em;
}

/* line 159, ../../../lib/scss/global/_layout.scss */
.u-float-left {
  float: left;
}

/* line 162, ../../../lib/scss/global/_layout.scss */
.u-float-right {
  float: right;
}

/* line 165, ../../../lib/scss/global/_layout.scss */
.u-font-bold {
  font-weight: bold;
}

/* line 168, ../../../lib/scss/global/_layout.scss */
.u-anchor_arrow {
  background: url(/assets/img/global/arrow_black.png) no-repeat 0 0.4em;
  background-size: 3px auto;
  padding-left: 10px;
}
@media screen and (min-width: 769px) {
  /* line 168, ../../../lib/scss/global/_layout.scss */
  .u-anchor_arrow {
    background-size: 5px auto;
    padding-left: 15px;
  }
}

/* line 178, ../../../lib/scss/global/_layout.scss */
.u-anim-fadeIn {
  -webkit-animation: fadeIn 1.2s ease 0.15s;
  -webkit-animation-fill-mode: both;
  animation: fadeIn 1.2s ease 0.15s;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: none;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: none;
  }
}
/* --------------------------------------------------
 * GLOBAL
 * -------------------------------------------------- */
/* Wrap
 * -------------------------------------------------- */
/* line 199, ../../../lib/scss/global/_layout.scss */
#wrapper {
  overflow: hidden;
  position: relative;
  background: #fff;
  width: 100%;
  color: #333;
}
@media screen and (min-width: 769px) {
  /* line 199, ../../../lib/scss/global/_layout.scss */
  #wrapper {
    min-width: 990px;
  }
}

/* Global Header
 * -------------------------------------------------- */
/* line 214, ../../../lib/scss/global/_layout.scss */
.g-header {
  position: relative;
  background: #fff;
  width: 100%;
  height: 64px;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  /* line 214, ../../../lib/scss/global/_layout.scss */
  .g-header {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #e6e6e6), color-stop(0.35, #fff));
    background: -webkit-linear-gradient(top, #fff 35%, #e6e6e6 100%);
    background: -moz-linear-gradient(top, #fff 35%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 35%, #e6e6e6 100%);
    height: 128px;
  }
}
/* line 229, ../../../lib/scss/global/_layout.scss */
.g-header-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  /* line 229, ../../../lib/scss/global/_layout.scss */
  .g-header-inner {
    position: static;
    padding: 0;
  }
}
/* line 241, ../../../lib/scss/global/_layout.scss */
.g-header-logo {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 63px;
  font: 0/0 aa;
}
@media screen and (min-width: 769px) {
  /* line 241, ../../../lib/scss/global/_layout.scss */
  .g-header-logo {
    display: block;
    position: static;
    float: left;
    margin: 20px 0 0;
    width: 126px;
  }
}
/* line 256, ../../../lib/scss/global/_layout.scss */
.g-header-logo .anchor {
  display: block;
}
/* line 261, ../../../lib/scss/global/_layout.scss */
.no-device .g-header-logo .anchor:hover .img {
  opacity: 1;
  filter: none;
}
/* line 269, ../../../lib/scss/global/_layout.scss */
.g-header-navBtn {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 26px;
  height: 24px;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  /* line 269, ../../../lib/scss/global/_layout.scss */
  .g-header-navBtn {
    display: none;
  }
}
/* line 281, ../../../lib/scss/global/_layout.scss */
.g-header-navBtn .line {
  display: block;
  position: absolute;
  left: 0;
  background: #333;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
/* line 290, ../../../lib/scss/global/_layout.scss */
.g-header-navBtn .line.is-top {
  top: 0;
}
/* line 294, ../../../lib/scss/global/_layout.scss */
.g-header-navBtn .line.is-center {
  top: 10px;
}
/* line 298, ../../../lib/scss/global/_layout.scss */
.g-header-navBtn .line.is-bottom {
  top: 20px;
}
/* line 308, ../../../lib/scss/global/_layout.scss */
.g-header-navBtn.is-open .line.is-top {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* line 313, ../../../lib/scss/global/_layout.scss */
.g-header-navBtn.is-open .line.is-center {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 317, ../../../lib/scss/global/_layout.scss */
.g-header-navBtn.is-open .line.is-bottom {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 326, ../../../lib/scss/global/_layout.scss */
.g-header-searchBtn {
  position: absolute;
  top: 20px;
  right: 50px;
  background: url(/assets/img/global/icon_search_black.png) no-repeat 0 0;
  background-size: 26px auto;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  /* line 326, ../../../lib/scss/global/_layout.scss */
  .g-header-searchBtn {
    display: none;
  }
}
/* line 342, ../../../lib/scss/global/_layout.scss */
.g-header-search {
  position: absolute;
  top: 65px;
  left: 0;
  background: #333;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  /* line 342, ../../../lib/scss/global/_layout.scss */
  .g-header-search {
    display: block !important;
    position: static;
    float: right;
    margin: 22px 0 0;
    background: none;
    width: auto;
    box-shadow: none;
  }
}
/* line 360, ../../../lib/scss/global/_layout.scss */
.g-header-search_form {
  display: block;
  position: relative;
  margin: 10px 15px;
}
@media screen and (min-width: 769px) {
  /* line 360, ../../../lib/scss/global/_layout.scss */
  .g-header-search_form {
    width: 200px;
    margin: 0;
  }
}
/* line 371, ../../../lib/scss/global/_layout.scss */
.g-header-search_input {
  display: block;
  background: #fff;
  width: 100%;
  padding: 10px 40px 10px 10px;
}
@media screen and (min-width: 769px) {
  /* line 371, ../../../lib/scss/global/_layout.scss */
  .g-header-search_input {
    border: 1px solid #dedede;
  }
}
/* line 382, ../../../lib/scss/global/_layout.scss */
.g-header-search_button {
  position: absolute;
  top: 0;
  right: 0;
  background: url(/assets/img/global/icon_search_gray.png) no-repeat center center;
  background-size: 20px auto;
  width: 40px;
  height: 100%;
  color: transparent;
  font: 0/0 aa;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  /* line 382, ../../../lib/scss/global/_layout.scss */
  .g-header-search_button {
    background-size: 23px auto;
  }
}
/* line 398, ../../../lib/scss/global/_layout.scss */
.no-device .g-header-search_button:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
/* line 406, ../../../lib/scss/global/_layout.scss */
.g-header-sns {
  display: none;
}
@media screen and (min-width: 769px) {
  /* line 406, ../../../lib/scss/global/_layout.scss */
  .g-header-sns {
    display: block;
    position: static;
    float: right;
    margin: 30px 20px 0 0;
    font: 0/0 aa;
  }
}
/* line 419, ../../../lib/scss/global/_layout.scss */
.g-header-sns-list_item {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 23px;
  margin: 0 0 0 15px;
}
/* line 426, ../../../lib/scss/global/_layout.scss */
.g-header-sns-list_item .anchor {
  display: block;
}
/* line 434, ../../../lib/scss/global/_layout.scss */
.g-header-nav {
  display: none;
  clear: both;
  float: right;
  margin: -20px 0 0;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  /* line 434, ../../../lib/scss/global/_layout.scss */
  .g-header-nav {
    display: block;
    width: 100%;
    text-align: right;
  }
}
/* line 447, ../../../lib/scss/global/_layout.scss */
.g-header-nav-list {
  overflow: hidden;
  display: block;
  letter-spacing: -.4em;
}
/* line 452, ../../../lib/scss/global/_layout.scss */
.g-header-nav-list_item {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  border-right: 1px solid #ccc;
  border-left: 1px solid #fff;
}
/* line 464, ../../../lib/scss/global/_layout.scss */
.g-header-nav-list_item.is-focus .anchor {
  color: #b21527;
}
/* line 469, ../../../lib/scss/global/_layout.scss */
.g-header-nav-list_item:first-child {
  border-top: none;
  border-left: none;
}
/* line 474, ../../../lib/scss/global/_layout.scss */
.g-header-nav-list_item:last-child {
  border-right: none;
}
/* line 477, ../../../lib/scss/global/_layout.scss */
.g-header-nav-list_item:last-child .anchor {
  padding-right: 0;
}
/* line 482, ../../../lib/scss/global/_layout.scss */
.g-header-nav-list_item .anchor {
  display: block;
  padding: 2px 20px;
  color: #333;
  text-decoration: none;
}
/* line 488, ../../../lib/scss/global/_layout.scss */
.no-touch .g-header-nav-list_item .anchor:hover {
  color: #b21527;
}
/* line 499, ../../../lib/scss/global/_layout.scss */
.g-header-menu {
  position: absolute;
  top: 65px;
  left: 0;
  background: #333;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  /* line 507, ../../../lib/scss/global/_layout.scss */
  .g-header-menu.is-load {
    display: none !important;
  }
}
/* line 513, ../../../lib/scss/global/_layout.scss */
.g-header-menu-list {
  overflow: hidden;
  display: block;
  letter-spacing: -.4em;
}
/* line 518, ../../../lib/scss/global/_layout.scss */
.g-header-menu-list_item {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  border-top: 1px solid #fff;
}
/* line 526, ../../../lib/scss/global/_layout.scss */
.g-header-menu-list_item.is-focus .anchor {
  color: #b21527;
}
/* line 531, ../../../lib/scss/global/_layout.scss */
.g-header-menu-list_item:first-child {
  border-top: none;
}
/* line 535, ../../../lib/scss/global/_layout.scss */
.g-header-menu-list_item .anchor {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
}
/* line 541, ../../../lib/scss/global/_layout.scss */
.no-touch .g-header-menu-list_item .anchor:hover {
  color: #b21527;
}
/* line 548, ../../../lib/scss/global/_layout.scss */
.g-header-menu_cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 99;
}
@media screen and (min-width: 769px) {
  /* line 548, ../../../lib/scss/global/_layout.scss */
  .g-header-menu_cover {
    display: none !important;
  }
}

/* Navigation Panel
 * -------------------------------------------------- */
/* line 570, ../../../lib/scss/global/_layout.scss */
.g-panel {
  display: none;
  position: absolute;
  top: 107px;
  left: 0;
  padding: 21px 0 0;
  width: 100%;
  z-index: 98;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
}
/* line 580, ../../../lib/scss/global/_layout.scss */
.g-panel-inner {
  position: relative;
  z-index: 2;
}
/* line 587, ../../../lib/scss/global/_layout.scss */
.g-panel-list {
  margin: 0 -12px;
  padding: 30px 0;
  letter-spacing: -.5em;
}
/* line 592, ../../../lib/scss/global/_layout.scss */
.g-panel-list_item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 13px;
  line-height: 0;
  letter-spacing: 0;
}
/* line 600, ../../../lib/scss/global/_layout.scss */
.g-panel-list_item .panel-anchor {
  display: block;
  text-decoration: none;
}
/* line 604, ../../../lib/scss/global/_layout.scss */
.no-touch .g-panel-list_item .panel-anchor:hover {
  color: #b21527;
}
/* line 608, ../../../lib/scss/global/_layout.scss */
.no-touch .g-panel-list_item .panel-anchor:hover .img {
  opacity: 1;
  filter: none;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 616, ../../../lib/scss/global/_layout.scss */
.g-panel-list_figure {
  position: relative;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
}
/* line 620, ../../../lib/scss/global/_layout.scss */
.g-panel-list_figure .caption {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 0;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  z-index: 2;
}
/* line 633, ../../../lib/scss/global/_layout.scss */
.g-panel-list_figure .caption .fame {
  display: block;
  margin: 0 0 5px;
  font-size: 25px;
  font-size: 2.5rem;
}
/* line 639, ../../../lib/scss/global/_layout.scss */
.g-panel-list_figure .caption .name {
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
}
/* line 645, ../../../lib/scss/global/_layout.scss */
.g-panel-list_figure .thumb {
  overflow: hidden;
  position: relative;
  font: 0/0 aa;
  z-index: 1;
}
/* line 651, ../../../lib/scss/global/_layout.scss */
.g-panel-list_figure .thumb .img {
  width: 100%;
}
/* line 658, ../../../lib/scss/global/_layout.scss */
.g-panel-cover {
  position: absolute;
  top: 21px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #b21527;
  background-color: rgba(178, 21, 39, 0.9);
  z-index: 1;
}

/* Page Top
 * -------------------------------------------------- */
/* line 674, ../../../lib/scss/global/_layout.scss */
.g-pageTop {
  position: relative;
  background: url(/assets/img/global/pageTop_bg.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 150px;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  /* line 674, ../../../lib/scss/global/_layout.scss */
  .g-pageTop {
    height: 205px;
  }
}
/* line 687, ../../../lib/scss/global/_layout.scss */
.g-pageTop_button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  /* line 687, ../../../lib/scss/global/_layout.scss */
  .g-pageTop_button {
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
  }
}
/* line 702, ../../../lib/scss/global/_layout.scss */
.g-pageTop_button .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(/assets/img/global/pageTop_icon_white.png) no-repeat center 0;
  background-size: 40px auto;
  margin: 0px auto 0;
  padding: 50px 0 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  /* line 702, ../../../lib/scss/global/_layout.scss */
  .g-pageTop_button .arrow {
    background-size: 54px auto;
    padding-top: 65px;
    font-size: 20px;
    font-size: 2rem;
  }
}
/* line 726, ../../../lib/scss/global/_layout.scss */
.no-touch .g-pageTop_button:hover .arrow {
  background-image: url(/assets/img/global/pageTop_icon_red.png);
  color: #b21527;
}

/* Global Footer
 * -------------------------------------------------- */
/* line 737, ../../../lib/scss/global/_layout.scss */
.g-footer {
  background: #333;
  padding: 0 0 20px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  /* line 737, ../../../lib/scss/global/_layout.scss */
  .g-footer {
    padding-top: 60px;
  }
}
/* line 746, ../../../lib/scss/global/_layout.scss */
.g-footer-inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  /* line 746, ../../../lib/scss/global/_layout.scss */
  .g-footer-inner {
    position: relative;
  }
}
/* line 754, ../../../lib/scss/global/_layout.scss */
.g-footer .anchor {
  color: #fff;
}
/* line 757, ../../../lib/scss/global/_layout.scss */
.no-device .g-footer .anchor:hover {
  color: #b21527;
}
@media screen and (min-width: 769px) {
  /* line 762, ../../../lib/scss/global/_layout.scss */
  .g-footer-top {
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  /* line 768, ../../../lib/scss/global/_layout.scss */
  .g-footer-top-right {
    display: table;
    width: 100%;
    height: 200px;
    padding: 0 0 0 125px;
  }
}
@media screen and (min-width: 769px) {
  /* line 779, ../../../lib/scss/global/_layout.scss */
  .g-footer-bottom {
    overflow: hidden;
    margin: 60px 0 0;
  }
}
@media screen and (min-width: 769px) {
  /* line 788, ../../../lib/scss/global/_layout.scss */
  .g-footer-mainNav {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    letter-spacing: -.4em;
  }
}
@media screen and (min-width: 769px) {
  /* line 797, ../../../lib/scss/global/_layout.scss */
  .g-footer-mainNav-list {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 70%;
    height: 100%;
    padding: 0 10px 0 30px;
    border: none;
  }
  /* line 808, ../../../lib/scss/global/_layout.scss */
  .g-footer-mainNav-list:first-child {
    width: 30%;
  }
  /* line 812, ../../../lib/scss/global/_layout.scss */
  .g-footer-mainNav-list:before, .g-footer-mainNav-list:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
  }
  /* line 821, ../../../lib/scss/global/_layout.scss */
  .g-footer-mainNav-list:before {
    left: 0;
    background: #000;
  }
  /* line 826, ../../../lib/scss/global/_layout.scss */
  .g-footer-mainNav-list:after {
    left: 1px;
    background: #666;
  }
}
/* line 832, ../../../lib/scss/global/_layout.scss */
.g-footer-mainNav-list_item {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: .1em;
  text-align: center;
  border-top: 1px solid #666;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 769px) {
  /* line 832, ../../../lib/scss/global/_layout.scss */
  .g-footer-mainNav-list_item {
    margin: 25px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
    text-align: left;
    border: none;
  }
  /* line 849, ../../../lib/scss/global/_layout.scss */
  .g-footer-mainNav-list_item:first-child {
    margin-top: 0;
  }
}
/* line 854, ../../../lib/scss/global/_layout.scss */
.g-footer-mainNav_items:first-child .g-footer-mainNav-list_item:first-child {
  border-top: none;
}
/* line 858, ../../../lib/scss/global/_layout.scss */
.g-footer-mainNav-list_item .anchor {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  /* line 858, ../../../lib/scss/global/_layout.scss */
  .g-footer-mainNav-list_item .anchor {
    display: inline-block;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  /* line 871, ../../../lib/scss/global/_layout.scss */
  .g-footer-mainNav-child {
    display: table;
    width: 100%;
  }
}
/* line 877, ../../../lib/scss/global/_layout.scss */
.g-footer-mainNav-child-list {
  display: none;
}
@media screen and (min-width: 769px) {
  /* line 877, ../../../lib/scss/global/_layout.scss */
  .g-footer-mainNav-child-list {
    display: table-cell;
    vertical-align: top;
    width: 33.3%;
    padding: 0 10px 0 0;
  }
}
@media screen and (min-width: 769px) {
  /* line 887, ../../../lib/scss/global/_layout.scss */
  .g-footer-mainNav-child-list_item {
    margin: 25px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 899, ../../../lib/scss/global/_layout.scss */
.g-footer-subNav {
  padding: 10px 0;
  letter-spacing: -.4em;
  text-align: center;
  border-top: 1px solid #666;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 769px) {
  /* line 899, ../../../lib/scss/global/_layout.scss */
  .g-footer-subNav {
    position: relative;
    height: 100%;
    padding: 0 0 0 30px;
    text-align: left;
    border: none;
  }
  /* line 915, ../../../lib/scss/global/_layout.scss */
  .g-footer-subNav:before, .g-footer-subNav:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
  }
  /* line 925, ../../../lib/scss/global/_layout.scss */
  .g-footer-subNav:before {
    left: 0;
    background: #000;
  }
  /* line 930, ../../../lib/scss/global/_layout.scss */
  .g-footer-subNav:after {
    left: 1px;
    background: #666;
  }
}
/* line 936, ../../../lib/scss/global/_layout.scss */
.g-footer-subNav-list {
  display: block;
}
/* line 939, ../../../lib/scss/global/_layout.scss */
.g-footer-subNav-list_item {
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  /* line 939, ../../../lib/scss/global/_layout.scss */
  .g-footer-subNav-list_item {
    display: block;
    margin: 25px 0 0;
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  /* line 954, ../../../lib/scss/global/_layout.scss */
  .g-footer-subNav-list_item:first-child {
    margin-top: 0;
  }
}
/* line 959, ../../../lib/scss/global/_layout.scss */
.g-footer-subNav-list_item .anchor {
  display: inline-block;
  text-decoration: none;
}
/* line 968, ../../../lib/scss/global/_layout.scss */
.g-footer-home {
  padding: 25px 0 0;
  line-height: 1;
  text-align: center;
  border-top: 1px solid #666;
}
@media screen and (min-width: 769px) {
  /* line 968, ../../../lib/scss/global/_layout.scss */
  .g-footer-home {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    border: none;
  }
}
/* line 983, ../../../lib/scss/global/_layout.scss */
.no-device .g-footer-home .anchor:hover {
  opacity: 1;
  filter: none;
}
/* line 986, ../../../lib/scss/global/_layout.scss */
.no-device .g-footer-home .anchor:hover .img {
  opacity: 1;
  filter: none;
}
/* line 992, ../../../lib/scss/global/_layout.scss */
.g-footer-home .img {
  width: 100%;
  max-width: 183px;
}
@media screen and (min-width: 769px) {
  /* line 992, ../../../lib/scss/global/_layout.scss */
  .g-footer-home .img {
    width: 95px;
  }
}
/* line 1003, ../../../lib/scss/global/_layout.scss */
.g-footer-sns {
  margin: 20px 0 0;
}
@media screen and (min-width: 769px) {
  /* line 1003, ../../../lib/scss/global/_layout.scss */
  .g-footer-sns {
    float: right;
    margin: 0 0 0 20px;
  }
}
/* line 1011, ../../../lib/scss/global/_layout.scss */
.g-footer-sns-list {
  letter-spacing: -.4em;
  color: transparent;
  font: 0/0 aa;
  text-align: center;
}
/* line 1017, ../../../lib/scss/global/_layout.scss */
.g-footer-sns-list_item {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  /* line 1017, ../../../lib/scss/global/_layout.scss */
  .g-footer-sns-list_item {
    margin: 0 0 0 10px;
  }
}
/* line 1027, ../../../lib/scss/global/_layout.scss */
.g-footer-sns-list_item .anchor {
  display: inline-block;
}
/* line 1033, ../../../lib/scss/global/_layout.scss */
.no-touch .g-footer-sns-list_item .anchor:hover .icon.is-instagram {
  background-image: url(/assets/img/global/icon_instagram_red.png);
}
/* line 1037, ../../../lib/scss/global/_layout.scss */
.no-touch .g-footer-sns-list_item .anchor:hover .icon.is-twitter {
  background-image: url(/assets/img/global/icon_twitter_red.png);
}
/* line 1041, ../../../lib/scss/global/_layout.scss */
.no-touch .g-footer-sns-list_item .anchor:hover .icon.is-facebook {
  background-image: url(/assets/img/global/icon_facebook_red.png);
}
/* line 1045, ../../../lib/scss/global/_layout.scss */
.no-touch .g-footer-sns-list_item .anchor:hover .icon.is-youtube {
  background-image: url(/assets/img/global/icon_youtube_red.png);
}
/* line 1052, ../../../lib/scss/global/_layout.scss */
.g-footer-sns-list_item .icon {
  display: block;
  background: no-repeat center center;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
/* line 1060, ../../../lib/scss/global/_layout.scss */
.g-footer-sns-list_item .icon.is-instagram {
  background-image: url(/assets/img/global/icon_instagram_white.png);
}
/* line 1064, ../../../lib/scss/global/_layout.scss */
.g-footer-sns-list_item .icon.is-twitter {
  background-image: url(/assets/img/global/icon_twitter_white.png);
}
/* line 1068, ../../../lib/scss/global/_layout.scss */
.g-footer-sns-list_item .icon.is-facebook {
  background-image: url(/assets/img/global/icon_facebook_white.png);
}
/* line 1072, ../../../lib/scss/global/_layout.scss */
.g-footer-sns-list_item .icon.is-youtube {
  background-image: url(/assets/img/global/icon_youtube_white.png);
}
/* line 1081, ../../../lib/scss/global/_layout.scss */
.g-footer-usa {
  margin: 20px 0 0;
  letter-spacing: -.4em;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 769px) {
  /* line 1081, ../../../lib/scss/global/_layout.scss */
  .g-footer-usa {
    float: right;
    margin-top: 0;
  }
}
/* line 1092, ../../../lib/scss/global/_layout.scss */
.g-footer-usa .anchor {
  text-decoration: none;
}
/* line 1096, ../../../lib/scss/global/_layout.scss */
.g-footer-usa .text {
  display: inline-block;
  vertical-align: bottom;
  background: url(/assets/img/global/icon_usa.png) no-repeat right 0;
  background-size: 22px auto;
  min-height: 15px;
  padding: 0 32px 0 0;
  font-weight: bold;
  letter-spacing: .1em;
}
@media screen and (min-width: 769px) {
  /* line 1096, ../../../lib/scss/global/_layout.scss */
  .g-footer-usa .text {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
  }
}
/* line 1114, ../../../lib/scss/global/_layout.scss */
.g-footer-copy {
  display: block;
  margin: 20px 0 0;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 769px) {
  /* line 1114, ../../../lib/scss/global/_layout.scss */
  .g-footer-copy {
    float: left;
    display: inline-block;
    margin: 0;
    text-align: left;
  }
}

/* Contents
 * -------------------------------------------------- */
/* line 1134, ../../../lib/scss/global/_layout.scss */
#content {
  position: relative;
  z-index: 1;
}

/* Breadrumbs
 * -------------------------------------------------- */
/* line 1142, ../../../lib/scss/global/_layout.scss */
.g-breadcrumbs {
  overflow: hidden;
  position: relative;
  background: #333;
  margin: 0;
  padding: 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
/* line 1151, ../../../lib/scss/global/_layout.scss */
.g-breadcrumbs .u-inner {
  position: relative;
}
/* line 1156, ../../../lib/scss/global/_layout.scss */
.g-breadcrumbs-list {
  display: block;
  line-height: 1;
  letter-spacing: -.4em;
}
@media screen and (min-width: 769px) {
  /* line 1156, ../../../lib/scss/global/_layout.scss */
  .g-breadcrumbs-list {
    display: block;
    padding: 0 300px 0 0;
  }
}
/* line 1166, ../../../lib/scss/global/_layout.scss */
.g-breadcrumbs-list_item {
  display: inline-block;
  vertical-align: top;
  background: url(/assets/img/global/arrow_white.png) no-repeat 0 center;
  background-size: 5px auto;
  margin: 0 10px 0 0;
  padding: 0 0 0 15px;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  /* line 1166, ../../../lib/scss/global/_layout.scss */
  .g-breadcrumbs-list_item {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 1182, ../../../lib/scss/global/_layout.scss */
.g-breadcrumbs-list_item:first-child {
  background: none;
  padding-left: 0;
}
/* line 1187, ../../../lib/scss/global/_layout.scss */
.g-breadcrumbs-list_item .anchor {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
/* line 1192, ../../../lib/scss/global/_layout.scss */
.no-touch .g-breadcrumbs-list_item .anchor:hover {
  color: #b21527;
}
/* line 1202, ../../../lib/scss/global/_layout.scss */
.g-breadcrumbs-sns {
  display: block;
  margin: 10px 0 0;
  line-height: .8;
  letter-spacing: -.4em;
}
@media screen and (min-width: 769px) {
  /* line 1202, ../../../lib/scss/global/_layout.scss */
  .g-breadcrumbs-sns {
    display: block;
    width: 300px;
    position: absolute;
    top: -.1em;
    right: 0;
    margin-top: 0;
    text-align: right;
  }
}
/* line 1218, ../../../lib/scss/global/_layout.scss */
.g-breadcrumbs-sns_item {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  /* line 1218, ../../../lib/scss/global/_layout.scss */
  .g-breadcrumbs-sns_item {
    margin: 0 0 0 10px;
  }
}

/* --------------------------------------------------
 * COMPONENT
 * -------------------------------------------------- */
/* Section
 * -------------------------------------------------- */
/* line 1241, ../../../lib/scss/global/_layout.scss */
.c-section {
  padding: 40px 0;
}
/* line 1244, ../../../lib/scss/global/_layout.scss */
.c-section.is-bgType2 {
  background: #efefef;
  box-shadow: 0 0 35px 0px rgba(200, 200, 200, 0.5) inset;
}
/* line 1250, ../../../lib/scss/global/_layout.scss */
.c-section_title {
  margin: 0 0 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 769px) {
  /* line 1250, ../../../lib/scss/global/_layout.scss */
  .c-section_title {
    margin-bottom: 60px;
  }
}
/* line 1262, ../../../lib/scss/global/_layout.scss */
.c-section_title .fame {
  display: block;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (min-width: 769px) {
  /* line 1262, ../../../lib/scss/global/_layout.scss */
  .c-section_title .fame {
    font-size: 40px;
    font-size: 4rem;
  }
}
/* line 1271, ../../../lib/scss/global/_layout.scss */
.c-section_title .name {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 1279, ../../../lib/scss/global/_layout.scss */
.c-section_subtitle {
  margin: 0 0 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 769px) {
  /* line 1279, ../../../lib/scss/global/_layout.scss */
  .c-section_subtitle {
    margin-bottom: 20px;
  }
}
/* line 1289, ../../../lib/scss/global/_layout.scss */
.c-section_subtitle .fame {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  /* line 1289, ../../../lib/scss/global/_layout.scss */
  .c-section_subtitle .fame {
    font-size: 30px;
    font-size: 3rem;
  }
}
/* line 1298, ../../../lib/scss/global/_layout.scss */
.c-section_subtitle .name {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 1306, ../../../lib/scss/global/_layout.scss */
.c-section_text {
  margin: 0 0 10px;
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  /* line 1306, ../../../lib/scss/global/_layout.scss */
  .c-section_text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* Post List
 * -------------------------------------------------- */
/* line 1321, ../../../lib/scss/global/_layout.scss */
.c-postList-list {
  border-bottom: 1px solid #ccc;
}
/* line 1324, ../../../lib/scss/global/_layout.scss */
.c-postList-list_item {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 769px) {
  /* line 1324, ../../../lib/scss/global/_layout.scss */
  .c-postList-list_item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 1334, ../../../lib/scss/global/_layout.scss */
.c-postList-list_item .anchor {
  text-decoration: none;
}
/* line 1337, ../../../lib/scss/global/_layout.scss */
.no-touch .c-postList-list_item .anchor:hover {
  color: #b21527;
}
/* line 1342, ../../../lib/scss/global/_layout.scss */
.c-postList-list_item .box {
  display: table;
  width: 100%;
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  /* line 1342, ../../../lib/scss/global/_layout.scss */
  .c-postList-list_item .box {
    padding: 20px 0;
  }
}
/* line 1352, ../../../lib/scss/global/_layout.scss */
.c-postList-list_item .date {
  display: table-cell;
  vertical-align: top;
  width: 8em;
  font-weight: bold;
}
/* line 1359, ../../../lib/scss/global/_layout.scss */
.c-postList-list_item .name {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
/* line 1365, ../../../lib/scss/global/_layout.scss */
.c-postList-list_item .icon {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 2px;
  color: #fff;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: .8;
}
@media screen and (min-width: 769px) {
  /* line 1365, ../../../lib/scss/global/_layout.scss */
  .c-postList-list_item .icon {
    padding: 4px;
    font-size: 10px;
    font-size: 1rem;
  }
}
/* line 1378, ../../../lib/scss/global/_layout.scss */
.c-postList-list_item .icon.is-new {
  background-color: #b21527;
}

/* Post Detail
 * -------------------------------------------------- */
@media screen and (min-width: 769px) {
  /* line 1389, ../../../lib/scss/global/_layout.scss */
  .c-postDetail {
    display: table;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  /* line 1397, ../../../lib/scss/global/_layout.scss */
  .c-postDetail-main {
    display: table-cell;
    vertical-align: top;
    width: 640px;
    padding: 0 90px 0 0;
  }
}
/* line 1407, ../../../lib/scss/global/_layout.scss */
.c-postDetail-main_head {
  display: block;
  margin: 0 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  /* line 1407, ../../../lib/scss/global/_layout.scss */
  .c-postDetail-main_head {
    margin-bottom: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 1422, ../../../lib/scss/global/_layout.scss */
.c-postDetail-main_body p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  /* line 1422, ../../../lib/scss/global/_layout.scss */
  .c-postDetail-main_body p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 1433, ../../../lib/scss/global/_layout.scss */
.c-postDetail-main_body .aligncenter {
  display: block;
  margin: auto;
}
/* line 1438, ../../../lib/scss/global/_layout.scss */
.c-postDetail-main_body .alignleft {
  display: block;
  margin-right: auto;
}
/* line 1443, ../../../lib/scss/global/_layout.scss */
.c-postDetail-main_body .alignright {
  display: block;
  margin-left: auto;
}
/* line 1452, ../../../lib/scss/global/_layout.scss */
.c-postDetail-side {
  margin: 30px 0 0;
}
@media screen and (min-width: 769px) {
  /* line 1452, ../../../lib/scss/global/_layout.scss */
  .c-postDetail-side {
    display: table-cell;
    vertical-align: top;
    margin-top: 0;
  }
}
/* line 1461, ../../../lib/scss/global/_layout.scss */
.c-postDetail-side_head {
  display: block;
  background: #333;
  margin: 0 0 15px;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: .8;
}
@media screen and (min-width: 769px) {
  /* line 1461, ../../../lib/scss/global/_layout.scss */
  .c-postDetail-side_head {
    display: inline-block;
    margin-bottom: 35px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 1478, ../../../lib/scss/global/_layout.scss */
.c-postDetail-side-list {
  border-bottom: 1px solid #ccc;
}
/* line 1481, ../../../lib/scss/global/_layout.scss */
.c-postDetail-side-list_item {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 769px) {
  /* line 1481, ../../../lib/scss/global/_layout.scss */
  .c-postDetail-side-list_item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 1491, ../../../lib/scss/global/_layout.scss */
.c-postDetail-side-list_item .anchor {
  text-decoration: none;
}
/* line 1494, ../../../lib/scss/global/_layout.scss */
.no-touch .c-postDetail-side-list_item .anchor:hover {
  color: #b21527;
}
/* line 1499, ../../../lib/scss/global/_layout.scss */
.c-postDetail-side-list_item .box {
  display: block;
  padding: 10px 0;
}
@media screen and (min-width: 769px) {
  /* line 1499, ../../../lib/scss/global/_layout.scss */
  .c-postDetail-side-list_item .box {
    padding: 15px 0;
  }
}
/* line 1508, ../../../lib/scss/global/_layout.scss */
.c-postDetail-side-list_item .date {
  font-weight: bold;
}
/* line 1512, ../../../lib/scss/global/_layout.scss */
.c-postDetail-side-list_item .name {
  margin: 5px 0 0;
}
/* line 1520, ../../../lib/scss/global/_layout.scss */
.c-postDetail-side-list_item .icon {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 2px;
  color: #fff;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: .8;
}
@media screen and (min-width: 769px) {
  /* line 1520, ../../../lib/scss/global/_layout.scss */
  .c-postDetail-side-list_item .icon {
    padding: 4px;
    font-size: 10px;
    font-size: 1rem;
  }
}
/* line 1533, ../../../lib/scss/global/_layout.scss */
.c-postDetail-side-list_item .icon.is-new {
  background-color: #b21527;
}

/* Pager
 * -------------------------------------------------- */
/* line 1545, ../../../lib/scss/global/_layout.scss */
.c-pager {
  position: relative;
  margin: 30px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  /* line 1545, ../../../lib/scss/global/_layout.scss */
  .c-pager {
    margin-top: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 1556, ../../../lib/scss/global/_layout.scss */
.c-pager_prev, .c-pager_next {
  position: absolute;
  top: 0;
}
/* line 1562, ../../../lib/scss/global/_layout.scss */
.c-pager_prev {
  left: 0;
}
/* line 1566, ../../../lib/scss/global/_layout.scss */
.c-pager_next {
  right: 0;
}
/* line 1570, ../../../lib/scss/global/_layout.scss */
.c-pager-list {
  letter-spacing: -.4em;
  padding: 0 4em;
  text-align: center;
}
/* line 1575, ../../../lib/scss/global/_layout.scss */
.c-pager-list_item {
  display: inline-block;
  margin: 0 5px;
  letter-spacing: 0;
}
/* line 1582, ../../../lib/scss/global/_layout.scss */
.c-pager_back {
  text-align: center;
}

/* WordPress PageNavi
 * -------------------------------------------------- */
/* line 1590, ../../../lib/scss/global/_layout.scss */
.wp-pagenavi {
  position: relative;
  padding: 0 22.5px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  /* line 1590, ../../../lib/scss/global/_layout.scss */
  .wp-pagenavi {
    padding: 0;
  }
}
/* line 1599, ../../../lib/scss/global/_layout.scss */
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #b21527;
}
@media screen and (min-width: 769px) {
  /* line 1599, ../../../lib/scss/global/_layout.scss */
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 25px;
    height: 25px;
    line-height: 24px;
  }
}
/* line 1616, ../../../lib/scss/global/_layout.scss */
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background: #fff;
  color: #b21527;
  text-decoration: none;
}
/* line 1623, ../../../lib/scss/global/_layout.scss */
.wp-pagenavi .page:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background: #b21527;
  color: #fff;
}
/* line 1629, ../../../lib/scss/global/_layout.scss */
.wp-pagenavi .page,
.wp-pagenavi .current {
  display: inline-block;
  vertical-align: top;
  margin: 0 2.5px;
}
@media screen and (min-width: 769px) {
  /* line 1629, ../../../lib/scss/global/_layout.scss */
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    margin: 0 5px;
  }
}
/* line 1642, ../../../lib/scss/global/_layout.scss */
.wp-pagenavi .current {
  background: #b21527;
  color: #fff;
}
/* line 1647, ../../../lib/scss/global/_layout.scss */
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: absolute;
  top: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  /* line 1647, ../../../lib/scss/global/_layout.scss */
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: auto;
    padding: 0 15px;
    color: #b21527;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
/* line 1663, ../../../lib/scss/global/_layout.scss */
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  /* line 1663, ../../../lib/scss/global/_layout.scss */
  .wp-pagenavi .previouspostslink:before,
  .wp-pagenavi .nextpostslink:before {
    display: inline-block;
    width: 5px;
  }
}
/* line 1681, ../../../lib/scss/global/_layout.scss */
.wp-pagenavi .previouspostslink {
  left: 0;
  padding-right: 10px;
}
/* line 1685, ../../../lib/scss/global/_layout.scss */
.wp-pagenavi .previouspostslink:before {
  background-image: url(/assets/img/global/arrow_return_red.png);
  background-size: 5px auto;
}
@media screen and (min-width: 769px) {
  /* line 1685, ../../../lib/scss/global/_layout.scss */
  .wp-pagenavi .previouspostslink:before {
    left: 5px;
    background-position: 0 center;
  }
}
/* line 1696, ../../../lib/scss/global/_layout.scss */
.wp-pagenavi .previouspostslink:hover:before {
  background-image: url(/assets/img/global/arrow_return_white.png);
}
/* line 1702, ../../../lib/scss/global/_layout.scss */
.wp-pagenavi .nextpostslink {
  right: 0;
  padding-left: 10px;
}
/* line 1706, ../../../lib/scss/global/_layout.scss */
.wp-pagenavi .nextpostslink:before {
  background-image: url(/assets/img/global/arrow_red.png);
  background-size: 5px auto;
}
@media screen and (min-width: 769px) {
  /* line 1706, ../../../lib/scss/global/_layout.scss */
  .wp-pagenavi .nextpostslink:before {
    left: auto;
    right: 5px;
    background-position: right center;
  }
}
/* line 1718, ../../../lib/scss/global/_layout.scss */
.wp-pagenavi .nextpostslink:hover:before {
  background-image: url(/assets/img/global/arrow_white.png);
}

/* Link Button
 * -------------------------------------------------- */
/* line 1729, ../../../lib/scss/global/_layout.scss */
.c-linkBtn {
  margin: 15px 0 0;
  text-align: center;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  /* line 1729, ../../../lib/scss/global/_layout.scss */
  .c-linkBtn {
    margin-top: 40px;
  }
}
/* line 1738, ../../../lib/scss/global/_layout.scss */
.c-linkBtn .anchor {
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: #b21527;
  width: 100%;
  margin: 0 auto 0;
  padding: 20px 0;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
@media screen and (min-width: 769px) {
  /* line 1738, ../../../lib/scss/global/_layout.scss */
  .c-linkBtn .anchor {
    max-width: 250px;
    padding: 15px 0;
  }
}
/* line 1755, ../../../lib/scss/global/_layout.scss */
.c-linkBtn .anchor:before, .c-linkBtn .anchor:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
/* line 1770, ../../../lib/scss/global/_layout.scss */
.c-linkBtn .anchor:before {
  -webkit-transform: skewX(45deg) translate(-50%, 0);
  -moz-transform: skewX(45deg) translate(-50%, 0);
  transform: skewX(45deg) translate(-50%, 0);
}
/* line 1774, ../../../lib/scss/global/_layout.scss */
.c-linkBtn .anchor:after {
  -webkit-transform: skewX(-75deg) translate(50%, 0);
  -moz-transform: skewX(-75deg) translate(50%, 0);
  transform: skewX(-75deg) translate(50%, 0);
}
/* line 1778, ../../../lib/scss/global/_layout.scss */
.no-touch .c-linkBtn .anchor:hover {
  text-shadow: 0 0 20px #fff;
}
/* line 1781, ../../../lib/scss/global/_layout.scss */
.no-touch .c-linkBtn .anchor:hover:before, .no-touch .c-linkBtn .anchor:hover:after {
  opacity: 0;
}
/* line 1786, ../../../lib/scss/global/_layout.scss */
.no-touch .c-linkBtn .anchor:hover:before {
  -webkit-transform: skewX(0deg) translate(-50%, 0);
  -moz-transform: skewX(0deg) translate(-50%, 0);
  transform: skewX(0deg) translate(-50%, 0);
}
/* line 1790, ../../../lib/scss/global/_layout.scss */
.no-touch .c-linkBtn .anchor:hover:after {
  -webkit-transform: skewX(0deg) translate(50%, 0);
  -moz-transform: skewX(0deg) translate(50%, 0);
  transform: skewX(0deg) translate(50%, 0);
}
/* line 1797, ../../../lib/scss/global/_layout.scss */
.c-linkBtn.is-black .anchor {
  background-color: #333;
}
/* line 1803, ../../../lib/scss/global/_layout.scss */
.c-linkBtn .text {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  z-index: 3;
}

/* Table
 * -------------------------------------------------- */
/* line 1816, ../../../lib/scss/global/_layout.scss */
.c-table {
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  border: 1px solid #dadada;
}
@media screen and (min-width: 769px) {
  /* line 1816, ../../../lib/scss/global/_layout.scss */
  .c-table {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 1828, ../../../lib/scss/global/_layout.scss */
.c-table-row {
  border-top: 1px solid #dadada;
}
/* line 1831, ../../../lib/scss/global/_layout.scss */
.c-table-row:first-child {
  border-top: none;
}
/* line 1836, ../../../lib/scss/global/_layout.scss */
.c-table_subject, .c-table_data {
  vertical-align: middle;
  padding: 10px;
}
/* line 1842, ../../../lib/scss/global/_layout.scss */
.c-table_subject {
  background: #e8e8e8;
  width: 90px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  /* line 1842, ../../../lib/scss/global/_layout.scss */
  .c-table_subject {
    width: 180px;
    padding: 20px 0;
  }
}
@media screen and (min-width: 769px) {
  /* line 1854, ../../../lib/scss/global/_layout.scss */
  .c-table_data {
    padding: 20px 25px;
  }
}
