@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Damion');
@font-face {
  font-family: 'Custom Yu Gothic';
  src: local('Yu Gothic Medium');
}
@font-face {
  font-family: 'Custom Yu Gothic';
  src: local('Yu Gothic Bold');
  font-weight: bold;
}

/* Base
-------------------------------------- */
html {
  overflow: auto;
}
body {
  position: relative;
  min-width: 320px;
  background-color: #F5F5F5;
  color: #333;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', HelveticaNeue, Arial, '游ゴシック体', YuGothic, 'Custom Yu Gothic', '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', HiraKakuProN-W3, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
a {
  color: #333;
  text-decoration: underline;
}
img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

/* Layout
-------------------------------------- */
.l-header {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.25);
  box-shadow: 0 0 2px rgba(0,0,0,0.25);
}
.l-footer {
  width: 100%;
  background-color: #EEE;
}
.l-content {
  position: relative;
  width: 100%;
  background-color: #FFF;
}
.l-inner {
  position: relative;
  width: 100%;
  padding: 0 20px;
}
.l-header .l-inner {
  padding: 0;
}
.l-section {
  padding: 20px 0 40px 0;
}
.l-section.-gray {
  background-color: #F9F9F9;
}
.l-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.l-grid._col2 {
  width: -webkit-calc(100% + 15px);
  width: calc(100% + 15px);
  margin: 0 -15px -15px 0;
}
.l-grid._col3,
.l-grid._col4,
.l-grid._col5 {
  width: 100%;
  margin: 0 0 -15px 0;
}
.l-grid._col2 .l-col,
.l-grid._col6 .l-col {
  width: -webkit-calc(100% / 2 - 15px);
  width: calc(100% / 2 - 15px);
  margin: 0 15px 15px 0;
}
.l-grid._col3 .l-col,
.l-grid._col4 .l-col,
.l-grid._col5 .l-col {
  width: 100%;
  margin: 0 0 15px 0;
}

/* Header
-------------------------------------- */
.c-header_logo {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 300px;
  height: 60px;
  margin: auto;
  background: url('../../assets/img/header_logo_01.png') no-repeat 0 center;
  -webkit-background-size: 300px auto;
  background-size: 300px auto;
  text-indent: -9999px;
}

/* Footer
-------------------------------------- */
.c-footer_logo {
  position: relative;
  padding: 10px 0;
  text-align: center;
}
.c-footer_logo img {
  display: block;
  width: 200px;
  margin: auto;
}
.c-footer_copyright {
  display: block;
  padding-bottom: 100px;
  font-size: 12px;
  text-align: center;
}
.c-footer_pagetop {
  position: absolute;
  top: -20px;
  right: 15px;
  text-indent: -9999px;
  z-index: 2000;
}
.c-footer_pagetop a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #666;
  border-radius: 40px;
}
.c-footer_pagetop a::before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* TOP
-------------------------------------- */
.c-keyvisual {
  position: relative;
  width: 100%;
  min-width: 320px;
  height: calc(100vh - 0px);
  max-height: 400px;
  background-color: #E61810;
  overflow: hidden;
}
.c-keyvisual_slide {
  position: relative;
  width: 100%;
  height: calc(100vh - 0px);
  max-height: 400px;
  overflow: hidden;
  z-index: 1;
}
.c-keyvisual_slide li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 0px);
  max-height: 400px;
  overflow: hidden;
}
.c-keyvisual_slide li:nth-of-type(1) {
  background: url('../../assets/img/toshi02.png') no-repeat center 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.c-keyvisual_slide li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-keyvisual_slide li img {
  display: none;
}
.c-keyvisual_slide-img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: auto;
  z-index: 10;
}


/* Component
-------------------------------------- */
.c-heading_l1 {
  color: #E61810;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}
.c-heading_l1 ._sub {
  display: block;
  padding-top: 5px;
  color: #E61810;
  font-size: 18px;
  letter-spacing: 0;
}
.c-heading_l1 span {
  display: block;
  padding-top: 8px;
  color: #666;
  font-size: 10px;
  letter-spacing: 0.2em;
}
.c-heading_l2 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 18px;
  font-size: 18px;
  line-height: 1.6;
}
.c-heading_l2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #E61810;
}
.c-heading_l2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  width: 2px;
  height: 100%;
  background-color: #E61810;
}
.c-heading_l2 span {
  display: block;
  font-size: 14px;
}
.c-heading_l3 {
  position: relative;
  margin: 30px 0 15px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.c-heading_l3:first-child {
  margin: 0 0 15px 0;
}

.c-section_body p {
  margin-bottom: 1.8em;
}
.c-section_body p:last-child {
  margin-bottom: 0;
}
.c-section_body .c-section_body-img {
  margin-bottom: 1.8em;
}
.c-section_body-heading {
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.c-table {
  width: 100%;
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-left: 1px solid #DDD;
}
.c-table th,
.c-table._spec td:nth-child(odd) {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #F9F9F9;
  font-weight: bold;
  vertical-align: middle;
}
.c-table td,
.c-table._spec td:nth-child(even) {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #FFF;
  border-bottom: 1px solid #DDD;
  vertical-align: middle;
}

.c-list_decimal {
  margin-bottom: 1.8em;
  list-style: decimal;
}
.c-list_decimal li {
  margin: 0 0 0 1.5em;
  padding: 0 0 0 0.5em;
}
.c-list_disc {
  margin-bottom: 1.8em;
  list-style: disc;
}
.c-list_disc li {
  margin: 0 0 0 1.5em;
  padding: 0 0 0 0.1em;
}

.c-store_nav {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0,0,0,0.3);
  text-align: center;
  z-index: 2000;
}


/* Utility
-------------------------------------- */
.u-tac {
  display: block;
  text-align: center;
}
.u-tar {
  display: block;
  text-align: right;
}
.u-link a {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  text-decoration: none;
}
.u-link a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #E60012;
}
.u-link_box {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background-color: #FFF;
  border: 1px solid #DDD;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.u-anchor {
  margin-top: -80px;
  padding-top: 80px;
}

/* State
-------------------------------------- */
.is-pc {
  display: none !important;
}
.is-cf:after {
  content: '';
  display: table;
  clear: both;
}
.is-cf {
  zoom: 1;
}
.is-red {
  color: #E00;
}
.is-strong {
  font-weight: bold;
}
.is-auto {
  margin: auto !important;
}
.is-last {
  margin-bottom: 0 !important;
}

/* Plugin
-------------------------------------- */
.bx-wrapper {
  position: relative;
  margin: auto;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  display: block;
  max-width: 100%;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
.bx-wrapper .bx-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  min-height: 50px;
  background: #FFF url('../../assets/img/loader_01.gif') no-repeat center center;
}
.bx-pager {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100%;
  height: 2px;
  z-index: 1000;
}
.bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-pager.bx-default-pager a {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 5px;
  background-color: #FFF;
  text-indent: -9999px;
  -webkit-transition: background-color .3s ease-in-out 0s;
  transition: background-color .3s ease-in-out 0s;
}
.bx-pager.bx-default-pager a.active {
  background-color: #E61810;
}
