@charset "UTF-8";
/*@import "compass/reset/";*/
/* mixin */
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
  /**
 * @license
 * MyFonts Webfont Build ID 3369311, 2017-04-04T23:41:34-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: IntervalProLight by Mostardesign
 * URL: http://www.myfonts.com/fonts/mostardesign/interval-sans-pro/light/
 * Copyright: Copyright (c) Olivier Gourvat - Mostardesign Studio, 2004-2011. All rights reserved.
 * Licensed pageviews: 2,000,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3369311
 *
 * © 2017 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/33695f");
@font-face {
  font-family: 'IntervalProLight';
  src: url("../fonts/33695F_0_0.eot");
  src: url("../fonts/33695F_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/33695F_0_0.woff2") format("woff2"), url("../fonts/33695F_0_0.woff") format("woff"), url("../fonts/33695F_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'overpass-hevy';
  src: url("../fonts/overpass-heavy.eot");
  src: url("../fonts/overpass-heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-heavy.woff2") format("woff2"), url("../fonts/overpass-heavy.woff") format("woff"), url("../fonts/overpass-heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'overpass-semibold';
  src: url("../fonts/overpass-semibold.eot");
  src: url("../fonts/overpass-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-semibold.woff2") format("woff2"), url("../fonts/overpass-semibold.woff") format("woff"), url("../fonts/overpass-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'overpass-regular';
  src: url("../overpass-regular.eot");
  src: url("../overpass-regular.eot?#iefix") format("embedded-opentype"), url("../overpass-regular.woff2") format("woff2"), url("../overpass-regular.woff") format("woff"), url("../overpass-regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1 !important;
  }
}
@keyframes moveUp {
  0% {
    top: 50px;
  }
  100% {
    top: 0;
  }
}
/* 必要要素の初期設定 */
body {
  width: 100%;
  margin: 0 0 1em;
  padding: 0;
  color: #222;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  line-height: 1.1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: -1px;
}

ul {
  margin: 0 0 2em;
  padding: 0;
  list-style-position: inside;
}

/* ベースレイアウト */
@media screen and (max-width: 1199px) {
  .container {
    min-width: 1024px !important;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    min-width: inherit !important;
  }
}
header {
  padding: 0;
}

#common-contents {
  width: 88%;
  margin: 4em auto 2em;
}

article.main {
  width: 100%;
}

section {
  margin: 0 0 3em;
}

aside.side {
  width: 100%;
}

footer {
  width: 100%;
  text-align: center;
}

a {
  color: #07038d;
}

a:hover {
  color: #5693bd;
}

a:focus, *:focus {
  outline: none !important;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.liv {
  /*color:#bba1cb!important;旧ピンク色*/
  color: #560054 !important;
}

a.liv :hover {
  color: #d8beed;
}

.f_left {
  float: left;
}

.mt2 {
  margin-top: 2px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mt20 {
  margin-top: 20px;
}

.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px !important;
}

.center {
  text-align: center;
}

.txt_right {
  text-align: right !important;
}

.arrow {
  background: url(../images/icon_arrow.jpg) no-repeat 0 center;
  padding: 0 0 0 13px;
}

.b_line {
  border-bottom: solid 1px #e7e7e7;
  padding-bottom: 10px;
}

.loader {
  margin: 230px auto;
  display: none;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(0, 112, 189, 0.2), 2.5em 0em 0 0em rgba(0, 112, 189, 0.2), 1.75em 1.75em 0 0em rgba(0, 112, 189, 0.2), 0em 2.5em 0 0em rgba(0, 112, 189, 0.2), -1.8em 1.8em 0 0em rgba(0, 112, 189, 0.2), -2.6em 0em 0 0em rgba(0, 112, 189, 0.5), -1.8em -1.8em 0 0em rgba(0, 112, 189, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 112, 189, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(0, 112, 189, 0.2), 1.75em 1.75em 0 0em rgba(0, 112, 189, 0.2), 0em 2.5em 0 0em rgba(0, 112, 189, 0.2), -1.8em 1.8em 0 0em rgba(0, 112, 189, 0.2), -2.6em 0em 0 0em rgba(0, 112, 189, 0.2), -1.8em -1.8em 0 0em rgba(0, 112, 189, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 112, 189, 0.5), 1.8em -1.8em 0 0em rgba(0, 112, 189, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(0, 112, 189, 0.2), 0em 2.5em 0 0em rgba(0, 112, 189, 0.2), -1.8em 1.8em 0 0em rgba(0, 112, 189, 0.2), -2.6em 0em 0 0em rgba(0, 112, 189, 0.2), -1.8em -1.8em 0 0em rgba(0, 112, 189, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 112, 189, 0.2), 1.8em -1.8em 0 0em rgba(0, 112, 189, 0.5), 2.5em 0em 0 0em rgba(0, 112, 189, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(0, 112, 189, 0.2), -1.8em 1.8em 0 0em rgba(0, 112, 189, 0.2), -2.6em 0em 0 0em rgba(0, 112, 189, 0.2), -1.8em -1.8em 0 0em rgba(0, 112, 189, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 112, 189, 0.2), 1.8em -1.8em 0 0em rgba(0, 112, 189, 0.2), 2.5em 0em 0 0em rgba(0, 112, 189, 0.5), 1.75em 1.75em 0 0em rgba(0, 112, 189, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(0, 112, 189, 0.2), -2.6em 0em 0 0em rgba(0, 112, 189, 0.2), -1.8em -1.8em 0 0em rgba(0, 112, 189, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 112, 189, 0.2), 1.8em -1.8em 0 0em rgba(0, 112, 189, 0.2), 2.5em 0em 0 0em rgba(0, 112, 189, 0.2), 1.75em 1.75em 0 0em rgba(0, 112, 189, 0.5), 0em 2.5em 0 0em rgba(0, 112, 189, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(0, 112, 189, 0.2), -1.8em -1.8em 0 0em rgba(0, 112, 189, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 112, 189, 0.2), 1.8em -1.8em 0 0em rgba(0, 112, 189, 0.2), 2.5em 0em 0 0em rgba(0, 112, 189, 0.2), 1.75em 1.75em 0 0em rgba(0, 112, 189, 0.2), 0em 2.5em 0 0em rgba(0, 112, 189, 0.5), -1.8em 1.8em 0 0em rgba(0, 112, 189, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(0, 112, 189, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 112, 189, 0.2), 1.8em -1.8em 0 0em rgba(0, 112, 189, 0.2), 2.5em 0em 0 0em rgba(0, 112, 189, 0.2), 1.75em 1.75em 0 0em rgba(0, 112, 189, 0.2), 0em 2.5em 0 0em rgba(0, 112, 189, 0.2), -1.8em 1.8em 0 0em rgba(0, 112, 189, 0.5), -2.6em 0em 0 0em rgba(0, 112, 189, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(0, 112, 189, 0.2), 2.5em 0em 0 0em rgba(0, 112, 189, 0.2), 1.75em 1.75em 0 0em rgba(0, 112, 189, 0.2), 0em 2.5em 0 0em rgba(0, 112, 189, 0.2), -1.8em 1.8em 0 0em rgba(0, 112, 189, 0.2), -2.6em 0em 0 0em rgba(0, 112, 189, 0.5), -1.8em -1.8em 0 0em rgba(0, 112, 189, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 112, 189, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(0, 112, 189, 0.2), 1.75em 1.75em 0 0em rgba(0, 112, 189, 0.2), 0em 2.5em 0 0em rgba(0, 112, 189, 0.2), -1.8em 1.8em 0 0em rgba(0, 112, 189, 0.2), -2.6em 0em 0 0em rgba(0, 112, 189, 0.2), -1.8em -1.8em 0 0em rgba(0, 112, 189, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 112, 189, 0.5), 1.8em -1.8em 0 0em rgba(0, 112, 189, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(0, 112, 189, 0.2), 0em 2.5em 0 0em rgba(0, 112, 189, 0.2), -1.8em 1.8em 0 0em rgba(0, 112, 189, 0.2), -2.6em 0em 0 0em rgba(0, 112, 189, 0.2), -1.8em -1.8em 0 0em rgba(0, 112, 189, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 112, 189, 0.2), 1.8em -1.8em 0 0em rgba(0, 112, 189, 0.5), 2.5em 0em 0 0em rgba(0, 112, 189, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(0, 112, 189, 0.2), -1.8em 1.8em 0 0em rgba(0, 112, 189, 0.2), -2.6em 0em 0 0em rgba(0, 112, 189, 0.2), -1.8em -1.8em 0 0em rgba(0, 112, 189, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 112, 189, 0.2), 1.8em -1.8em 0 0em rgba(0, 112, 189, 0.2), 2.5em 0em 0 0em rgba(0, 112, 189, 0.5), 1.75em 1.75em 0 0em rgba(0, 112, 189, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(0, 112, 189, 0.2), -2.6em 0em 0 0em rgba(0, 112, 189, 0.2), -1.8em -1.8em 0 0em rgba(0, 112, 189, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 112, 189, 0.2), 1.8em -1.8em 0 0em rgba(0, 112, 189, 0.2), 2.5em 0em 0 0em rgba(0, 112, 189, 0.2), 1.75em 1.75em 0 0em rgba(0, 112, 189, 0.5), 0em 2.5em 0 0em rgba(0, 112, 189, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(0, 112, 189, 0.2), -1.8em -1.8em 0 0em rgba(0, 112, 189, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 112, 189, 0.2), 1.8em -1.8em 0 0em rgba(0, 112, 189, 0.2), 2.5em 0em 0 0em rgba(0, 112, 189, 0.2), 1.75em 1.75em 0 0em rgba(0, 112, 189, 0.2), 0em 2.5em 0 0em rgba(0, 112, 189, 0.5), -1.8em 1.8em 0 0em rgba(0, 112, 189, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(0, 112, 189, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 112, 189, 0.2), 1.8em -1.8em 0 0em rgba(0, 112, 189, 0.2), 2.5em 0em 0 0em rgba(0, 112, 189, 0.2), 1.75em 1.75em 0 0em rgba(0, 112, 189, 0.2), 0em 2.5em 0 0em rgba(0, 112, 189, 0.2), -1.8em 1.8em 0 0em rgba(0, 112, 189, 0.5), -2.6em 0em 0 0em rgba(0, 112, 189, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
/* 各要素のデザイン、レイアウト */
header h1 {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 40px;
  font-size: 4.0rem;
  text-align: center;
  margin: 0.5em 0 0.2em 0%;
}

p.tagline {
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  color: #c90;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #111;
}

nav ul li {
  width: 100%;
  text-align: center;
}

article {
  margin: 0 0 2em;
  border-bottom: 1px solid #f0f0f0;
}

article.main h1 {
  font-size: 30px;
  font-size: 3.0rem;
}

article.main h2 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-top: 1.5em;
}

aside.side h1 {
  margin-bottom: 0.5em;
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
  border-bottom: 1px dotted #c0c0c0;
}

aside.side ul {
  margin: 0 0 2.5em;
}

aside.side ul li {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.5;
  color: #555;
}

aside.side ul li ul {
  margin: 0 0 0.3em 1.0em;
}

aside.side ul li ul li {
  color: #666;
}

small {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

address {
  font-style: normal;
  text-align: right;
}

/* PCレイアウト */
.wrapper {
  background: #efefef;
}

header {
  width: 100%;
  height: 89px;
  position: fixed;
  margin: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
  z-index: 99999;
  background: #f9f9f9;
}

header#common-header .container {
  height: 95px;
  position: relative;
}

header.ext {
  height: 55px;
}

.blue-border {
  background: #07038d;
  width: 50%;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-right: solid 2.5px #fff;
}

.puple-border {
  background: #560054;
  width: 50%;
  height: 7px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: solid 2.5px #fff;
}

.blue-border2 {
  background: #07038d;
  width: 50%;
  height: 7px;
  position: absolute;
  bottom: 6px;
  left: 0;
  float: left;
  z-index: 9999;
}

.puple-border2 {
  background: #560054;
  width: 50%;
  height: 7px;
  position: absolute;
  bottom: 6px;
  right: 0;
  float: right;
  z-index: 99999;
}

header.ext .blue-border,
header.ext .puple-border,
header.ext .blue-border2,
header.ext .puple-border2 {
  height: 6px;
}

nav {
  margin: 0;
}

#btn_hunberger,
#sp_nav {
  display: none;
}

.scrol-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  z-index: -1;
}

.swiper-slide {
  max-height: 760px !important;
}

.swiper-pagination {
  position: relative !important;
  bottom: -15px !important;
}

#main_img {
  width: 100%;
  margin: 0 0 89px;
  position: relative;
  z-index: 1;
  background: #e5e5e5;
  top: 89px;
}

@media screen and (max-width: 1000px) {
  #main_img {
    margin: 0 0 53px;
    top: 53px;
  }
}
#main_img .loader-wrapper {
  width: 100%;
  z-index: 9999;
  display: block;
}

#main_img .loader {
  display: block;
}

#main_img img {
  width: 100%;
  height: auto;
}

#main_img .black-overlay-50 .text {
  display: inline-table !important;
}

#main_img .blue-backgraoud-50,
#main_img .blue-backgraoud-50-2 {
  padding: 2.5% 8% 2.5% 3%;
  color: #fff;
  /*background: rgba(0,113,193,0.6);*/
  height: auto;
  display: inline-table;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0071c1+0,0071c1+100&0.8+0,0.8+84,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 113, 193, 0.8) 0%, rgba(0, 113, 193, 0.8) 84%, rgba(0, 113, 193, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 113, 193, 0.8) 0%, rgba(0, 113, 193, 0.8) 84%, rgba(0, 113, 193, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 113, 193, 0.8) 0%, rgba(0, 113, 193, 0.8) 84%, rgba(0, 113, 193, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0071c1', endColorstr='#000071c1',GradientType=1 );
  /* IE6-9 */
}

#main_img .cam-text {
  padding: 20px !important;
}

#main_img .w-text h2 {
  color: #fff !important;
  font-size: 30px !important;
  line-height: 1.6;
}

#main_img .w-text h2 span.big {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 38px !important;
  margin: 0 6px;
  font-style: italic;
}

#main_img .blue-backgraoud-50-3 {
  padding: 2.5% 8% 2.5% 3%;
  color: #fff;
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  background: #0a0a8f;
  background: -webkit-linear-gradient(right, rgba(10, 10, 143, 0) 0%, rgba(10, 10, 143, 0.6) 10%, rgba(10, 10, 143, 0.8) 50%, rgba(10, 10, 143, 0.6) 90%, rgba(10, 10, 143, 0) 100%);
  background: -o-linear-gradient(right, rgba(10, 10, 143, 0) 0%, rgba(10, 10, 143, 0.6) 10%, rgba(10, 10, 143, 0.8) 50%, rgba(10, 10, 143, 0.6) 90%, rgba(10, 10, 143, 0) 100%);
  background: linear-gradient(to left, rgba(10, 10, 143, 0) 0%, rgba(10, 10, 143, 0.6) 10%, rgba(10, 10, 143, 0.8) 50%, rgba(10, 10, 143, 0.6) 90%, rgba(10, 10, 143, 0) 100%);
}

#main_img .black-overlay-50 {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#main_img .w-text h2 {
  color: #fff !important;
  font-size: 30px !important;
  line-height: 1.6;
}

#main_img .w-text h2 span.big {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 38px !important;
  margin: 0 6px;
  font-style: italic;
}

#main_img .blue-backgraoud-50 h2 {
  font-size: 41px;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

#main_img .blue-backgraoud-50 h2 span.mini {
  font-size: 25px;
}

#main_img .blue-backgraoud-50-2 h2 {
  font-size: 52px;
  font-family: 'overpassExtbold', sans-serif;
  margin: 0 0 .1em;
  /*text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);*/
  padding-bottom: 0.8%;
  border-bottom: solid 5px #fff;
}

#main_img .blue-backgraoud-50-2 h3 {
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  /*text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);*/
}

#main_img .blue-backgraoud-50-3 h2 {
  font-size: 52px;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
}

#main_img .blue-backgraoud-50-3 h2 span.mini {
  font-size: 38px;
}

#main_img .slide-items {
  position: relative;
}
#main_img .text-block {
  width: 100%;
  max-width: 1140px;
  position: absolute;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#main_img .text-block-item {
  position: absolute;
  top: 32%;
  margin: auto;
  height: 107px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  #main_img .text-block-item {
    top: 24%;
  }
}
@media screen and (max-width: 320px) {
  #main_img .text-block-item {
    top: 18%;
  }
}
#main_img .text-block-item.text-small h2 {
  margin-bottom: 8px;
}
#main_img .text-block-item.text-small h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #main_img .text-block-item.text-small h3 {
    font-size: 1.6rem;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 320px) {
  #main_img .text-block-item.text-small h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
#main_img .text-block-item h2 {
  font-size: 40px;
  font-family: 'overpassExtbold', sans-serif;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #main_img .text-block-item h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 320px) {
  #main_img .text-block-item h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
#main_img .text-block-item h2 .first-word {
  font-family: "overpassRecut";
  font-variant-ligatures: contextual;
  -moz-font-feature-settings: "calt";
  -webkit-font-feature-settings: "calt";
  font-feature-settings: "calt";
}
#main_img .text-block-item h2.liv {
  color: #fff !important;
  font-family: "IntervalProLight",sans-serif,Verdana,Arial;
  letter-spacing: -0.1rem;
}
#main_img .text-block-item .btn {
  background: rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(225, 225, 225, 0.7);
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 111px;
}
#main_img .text-block-item .btn a {
  color: #fff;
  font-size: 12px;
  padding: 6px 12px;
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}
#main_img .text-block-item .btn a:hover {
  text-decoration: none;
}
#main_img .text-block-item .btn:hover {
  background: rgba(0, 0, 0, 0.3);
  border: solid 1px #fff;
}
#main_img .text-block-item--left {
  left: 30px;
}
#main_img .text-block-item--right {
  right: 30px;
}
@media screen and (max-width: 599px) {
  #main_img .text-block-item--right h2 {
    text-align: right;
  }
}
#main_img .text-block-item--right .btn {
  float: right;
}
#main_img .text-block-item--store {
  top: 43%;
}
@media screen and (max-width: 599px) {
  #main_img .text-block-item--store {
    height: auto;
  }
}
#main_img .text-block-item--store h2 {
  margin-top: 7px;
  margin-bottom: 0;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 599px) {
  #main_img .text-block-item--store h2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 1000px) {
  #main_img .blue-backgraoud-50 h2 {
    font-size: 41px;
  }

  #main_img .blue-backgraoud-50 h2 span.mini {
    font-size: 25px;
  }

  #main_img .blue-backgraoud-50-2 h2 {
    font-size: 35px;
    margin: 0 0 .1em;
    padding-bottom: 0.8%;
    border-bottom: solid 5px #fff;
  }

  #main_img .blue-backgraoud-50-2 h3 {
    font-size: 18px;
  }

  #main_img .blue-backgraoud-50-3 h2 {
    font-size: 30px;
  }

  #main_img .blue-backgraoud-50-3 h2 span.mini {
    font-size: 18px;
  }
}
@media screen and (max-width: 580px) {
  #main_img .blue-backgraoud-50-2 h2 {
    font-size: 22px;
    margin: 0 0 .1em;
    padding-bottom: 0.8%;
    border-bottom: solid 4px #fff;
  }

  #main_img .blue-backgraoud-50-2 h3 {
    font-size: 14px;
  }

  #main_img .blue-backgraoud-50-3 h2 {
    font-size: 25px;
  }

  #main_img .blue-backgraoud-50-3 h2 span.mini {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  #main_img .blue-backgraoud-50-2 h2 {
    font-size: 18px;
    margin: 0 0 .1em;
    padding-bottom: 0.8%;
    border-bottom: solid 3px #fff;
  }

  #main_img .blue-backgraoud-50-2 h3 {
    font-size: 12px;
  }

  #main_img .blue-backgraoud-50-3 h2 {
    font-size: 18px;
  }

  #main_img .blue-backgraoud-50-3 h2 span.mini {
    font-size: 12px;
  }
}
#main_img .slide-wrapper {
  position: relative;
}

#main_img .text {
  z-index: 100;
  position: absolute;
}

#main_open #text03 {
  display: none;
  font-size: 0.7em;
  margin-top: 20px;
  font-weight: normal !important;
}

#main_img .store_name {
  font-size: 0.9em;
  text-align: right;
  padding: 6px 10px 6px 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 99999;
}

@media screen and (max-width: 580px) {
  #main_img .store_name {
    display: none;
  }
}
#main_open img#store_img03 {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 50;
}

#main_open img#store_img02 {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 50;
}

#main_open img#store_img01 {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 50;
}

#main_open,
#main_01,
#main_02,
#main_03,
#main_04,
#main_05,
#main_06,
#main_07,
#main_08,
#main_09,
#main_10 {
  width: 100%;
  position: absolute;
  overflow: hidden;
  height: 0;
  padding-bottom: 50%;
  margin: auto;
  display: none;
}

#main_content {
  margin: 0;
  padding: 15px 0 35px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  #main_content {
    padding: 5px 0 35px;
  }
}
#site_banner {
  width: 100%;
}

#site_banner h3 {
  font-family: 'overpassExtbold', sans-serif;
  font-size: 18px;
  color: #666;
  position: relative;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 23px;
}

#site_banner h3 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #666;
  position: relative;
  top: -1px;
  left: 3px;
}

#site_banner .site-banner-content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

#site_banner .site-banner-content a {
  display: block;
  width: 22.63157%;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

@media screen and (max-width: 600px) {
  #site_banner .site-banner-content a {
    width: 48.63157%;
    margin: 0 0 15px;
  }
}
#site_banner .site-banner-content a:hover {
  opacity: 0.7;
}

#site_banner .site-banner-content img {
  width: 100%;
}

#contents-nav-area {
  margin: 2.45% auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-content: flex-start;
  -webkit-align-content: flex-start;
}

.contents-nav-box {
  width: 22.63157%;
  position: relative;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

@media screen and (max-width: 600px) {
  .contents-nav-box {
    width: 48.63157%;
    margin: 0 0 15px;
  }
}
.contents-nav-box:hover {
  opacity: 0.7;
}

.contents-nav-box .images img {
  width: 100%;
  height: auto;
}

.contents-nav-box .title {
  position: absolute;
  bottom: 0;
  background: rgba(7, 3, 141, 0.7);
  color: #fff;
  padding: 4% 0 4% 4%;
  width: 100%;
}

.contents-nav-box.liv .title {
  position: absolute;
  bottom: 0;
  background: rgba(87, 0, 84, 0.7);
  color: #fff;
  padding: 4% 0 4% 4%;
  width: 100%;
}

.contents-nav-box .title h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-family: 'overpassExtbold', sans-serif;
  letter-spacing: 0;
}

.contents-nav-box .title h3 span {
  font-size: 11px;
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
}

.contents-nav-box.liv .title h3 {
  font-size: 20px;
  margin: -1px 0 0 0;
  padding: 0;
  font-family: 'IntervalProLight', sans-serif;
  letter-spacing: 0;
}

.contents-nav-box.liv .title h3 span {
  margin-top: 2px;
}

@media screen and (max-width: 1000px) {
  .contents-nav-box .title h3 {
    font-size: 16px;
  }

  .contents-nav-box.liv .title h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .contents-nav-box .title h3 {
    font-size: 18px;
  }

  .contents-nav-box.liv .title h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .contents-nav-box .title h3 {
    font-size: 16px;
  }

  .contents-nav-box.liv .title h3 {
    font-size: 16px;
  }

  .contents-nav-box .title h3 span {
    font-size: 10px;
  }
}
#latest-info-area {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-content: flex-start;
  -webkit-align-content: flex-start;
}

.latest-info {
  width: 48.42105%;
  position: relative;
}

.latest-info .btn_more {
  background: #07038d;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 32px;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

.latest-info .btn_more:hover {
  opacity: 0.7;
}

.latest-info .btn_more a {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  font-style: italic;
  display: block;
  padding: 5px 10px;
}

@media screen and (max-width: 600px) {
  #event-index {
    margin-bottom: 15px;
  }

  .latest-info {
    width: 100%;
  }

  .latest-info .btn_more {
    top: 20px;
  }

  .latest-info .btn_more a {
    font-size: 12px;
  }
}
.latest-info .btn_more a::before {
  content: "";
  display: inline-block;
  left: 5px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}

.latest-info dl {
  font-size: 12px;
  background: #fff;
  -webkit-box-shadow: 1px 0px 6px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 1px 0px 6px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 1px 0px 6px 0px rgba(50, 50, 50, 0.3);
  padding: 30px 20px 20px;
  min-height: 205px;
}

.latest-info dl dt {
  line-height: 1em;
  float: left;
  margin-right: 15px;
  margin-bottom: 19px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.latest-info dl dd {
  line-height: 1em;
  margin-bottom: 19px;
  overflow: hidden;
  white-space: normal;
}

.latest-info#event-index dl dd {
  line-height: 1em;
  margin-bottom: 19px;
  padding-top: 3px;
  margin-top: -3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#news-index dl dt,
#news-index dl dd {
  margin-bottom: 21px;
}

@media screen and (max-width: 1000px) {
  .latest-info dl {
    font-size: 13px;
    min-height: 255px;
  }

  #news-index dl dt,
  #news-index dl dd {
    margin-bottom: 30px;
  }
}
.latest-info dl dd span {
  background: #07038d;
  color: #fff;
  padding: 0.3em 0.8em;
  border-radius: 12px;
  width: 6.8em;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  margin: -0.3em 15px 0 0;
}

.latest-info dl dd a {
  vertical-align: middle;
}

.latest-info dl dt:last-child,
.latest-info dl dd:last-child {
  margin-bottom: 0 !important;
}

.latest-info-title h2 {
  font-size: 28px;
  font-family: 'overpassExtbold', sans-serif;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  color: #07038d;
}

@media screen and (max-width: 400px) {
  .latest-info-title h2 {
    font-size: 22px;
  }
}
.latest-info-title h2 span {
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  left: 5px;
  bottom: 3px;
  color: #333;
}

.index-event {
  background: #fff;
  -webkit-box-shadow: 1px 0px 6px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 1px 0px 6px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 1px 0px 6px 0px rgba(50, 50, 50, 0.3);
  padding: 30px 20px 20px;
  min-height: 205px;
}

.index-event h3 {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  color: #07038d;
}

.index-event ul {
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.index-event ul.serch-btn-area::before,
.index-event ul.serch-btn-area::after {
  display: none !important;
}

.index-event li {
  display: block;
  background: #eeeeee;
  border: solid 1px #ddd;
  box-sizing: border-box;
  border-radius: 6px;
  list-style: none;
  width: 30.88675%;
  text-align: center;
  /*margin-right: 3.66985%;*/
  margin-bottom: 18px;
  font-size: 12px;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

@media screen and (max-width: 1000px) {
  .index-event li {
    width: 46.88675%;
  }
}
.index-event li:nth-of-type(3n) {
  /*margin-right: 0;*/
}

.index-event li:hover {
  opacity: 0.8;
}

.index-event li a {
  color: #444;
  display: block;
  padding: 0.8em 0;
}

.index-event li a:hover {
  text-decoration: none;
}

#store-search {
  background: url(../images/bg_store_search.jpg);
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 15%;
}

#store-search .container {
  position: relative;
}

.store-search-title h2 {
  font-size: 28px;
  color: #fff;
  font-family: 'overpassExtbold', sans-serif;
  letter-spacing: 0;
  margin-top: 15px;
}

.store-search-title h2 span {
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  display: inline-block;
  margin-left: 0.5em;
  position: relative;
  bottom: 4px;
}

.store-serach-form {
  width: 100%;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0;
}

.store-serach-form-items {
  width: 50%;
}

.store-serach-form-items:nth-child(1) {
  padding-right: 20px;
  position: relative;
}

.store-serach-form-items:nth-child(1)::after {
  content: "";
  width: 1px;
  height: 80%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.store-serach-form-items:nth-child(2) {
  padding-left: 20px;
}

.store-serach-form-area-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 15px -15px;
  position: relative;
}

.store-serach-form-area-items {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.store-serach-form-area-item::before {
  content: "";
  display: inline-block;
  left: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  position: absolute;
}

.store-serach-form h3 {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #fff;
  margin-top: 15px;
}

.store-serach-form ul {
  padding: 0;
  margin: 15px 0 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.store-serach-form ul.serch-btn-area::before,
.store-serach-form ul.serch-btn-area::after {
  display: none !important;
}

.store-serach-form li {
  display: block;
  float: left;
  background: #eeeeee;
  border-radius: 6px;
  list-style: none;
  width: 30.88675%;
  padding: 0.4em 0;
  text-align: center;
  /*margin-right: 3.66985%;*/
  margin-bottom: 20px;
  font-size: 12px;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

@media screen and (max-width: 1000px) {
  .store-search-title {
    position: relative;
    top: 7%;
    left: 0;
  }

  .store-search-title h2 {
    font-size: 28px;
  }

  .store-search-title h2 span {
    font-size: 16px;
    margin-top: 5px;
  }

  .store-serach-form {
    width: 100%;
  }

  .store-serach-form li {
    padding: 0.8em 0;
  }
}
@media screen and (max-width: 768px) {
  .store-serach-form {
    display: block;
  }

  .store-serach-form-items {
    width: 100%;
  }

  .store-serach-form-items:nth-child(1) {
    padding-right: 0;
  }

  .store-serach-form-items:nth-child(1)::after {
    display: none;
  }

  .store-serach-form-items:nth-child(2) {
    padding-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .store-search-title h2 {
    font-size: 25px;
  }

  .store-serach-form h3 {
    font-size: 16px;
  }

  .store-serach-form h3:first-child {
    margin-top: 0;
  }

  .store-serach-form li {
    padding: 0.8em 0;
    width: 47.88675%;
  }
}
.store-serach-form li:nth-of-type(3n) {
  /*margin-right: 0;*/
}

.store-serach-form li:hover {
  opacity: 0.8;
}

.store-serach-form li a {
  color: #444;
  display: block;
}

.store-serach-form li a:hover {
  text-decoration: none;
}

.form-title {
  color: #fff;
  font-size: 14px;
  margin: 0 0 0.2em;
}

.store-serach-form select {
  width: 100%;
  background: #eeeeee;
  font-size: 12px;
  padding: 0.4em 0 0.5em 0.8em;
  border-radius: 6px;
  border: none;
}

@media screen and (max-width: 500px) {
  .store-serach-form select {
    font-size: 16px;
  }
}
.btn_false {
  background: #ccc !important;
}

.btn_true {
  background: #07038d !important;
  animation: pika2 1s alternate;
  animation-iteration-count: 2;
}

@keyframes pika2 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
.btn-search-store {
  position: relative;
  width: 100%;
  height: 2em;
  line-height: 2em;
  margin-top: 18px;
  text-align: center;
  color: #fff;
  background: #07038d;
  border-radius: 6px;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

.btn-search-store:hover {
  opacity: 0.8;
}

.btn-search-store span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  margin: auto;
  line-height: inherit;
}

.btn-search-store a {
  display: block;
  color: #fff;
}

.btn-search-store a:hover {
  color: #fff;
  text-decoration: none;
}

.store-web-reserve img {
  width: 100%;
  height: auto;
}

#content_title,
#banner_title {
  width: 100%;
  height: 27px;
  padding: 0px;
  background: #e7e7e7;
  margin-bottom: 15px;
}

#content_title h2,
#banner_title h2 {
  float: left;
  padding: 0;
  margin: 8px 0 0 10px;
  line-height: 0;
  vertical-align: middle;
}

#content_title p,
#banner_title p {
  font-size: 11px;
  float: left;
  margin: 0px 0 0 0;
  padding: 9px 0 0 0;
  color: #07038d;
  font-weight: lighter;
  position: relative;
  line-height: 1em;
  left: 15px;
}

nav#footer_nav {
  margin: 0;
  padding: 0;
  width: 920px;
  height: 284px;
  position: relative;
  background: #e7e7e7 url(../images/img_map.jpg) no-repeat 20px 0px;
}

nav#footer_nav dl {
  position: relative;
  left: 420px;
  top: -42px;
  font-size: 13px;
}

nav#footer_nav dt {
  float: left;
  line-height: 2em;
  margin-bottom: 3px;
}

nav#footer_nav dd {
  width: 420px;
  color: #07038d;
  line-height: 2em;
  margin-bottom: 3px;
  padding-left: 1em;
  text-indent: -1em;
}

article.content_boxt {
  width: 238px;
  border-left: 3px solid #07038d;
  border-bottom: none;
  padding: 0 0 0 7px;
  float: left;
  margin: 0 0 20px 0;
}

article.content_boxt div {
  width: 156px;
}

article.content_boxt h3 {
  margin: 2px 0 8px 10px;
  padding: 0;
  line-height: 0;
}

article.content_boxt p {
  margin: 8px 0 0 10px;
  padding: 0;
  font-size: 10px;
}

section {
  margin: 0;
}

aside.side {
  width: 100%;
}

footer {
  width: 100%;
  text-align: center;
  margin-top: 0px;
  position: relative;
  background: #fff;
  padding-top: 23px;
}

footer img {
  vertical-align: middle;
  margin-top: -2px;
}

.blue-border-footer {
  background: #07038d;
  width: 50%;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  border-right: solid 2.5px #fff;
}

.puple-border-footer {
  background: #560054;
  width: 50%;
  height: 7px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: solid 2.5px #fff;
}

.blue-border-footer2 {
  background: #07038d;
  width: 50%;
  height: 7px;
  position: relative;
  top: -23px;
  left: 0;
  z-index: 9999;
  float: left;
}

.puple-border-footer2 {
  background: #560054;
  width: 50%;
  height: 7px;
  position: relative;
  top: -23px;
  right: 0;
  z-index: 9999;
  float: right;
}

footer nav#footer-nav {
  padding-left: 0px;
}

footer nav ul {
  float: left;
}

footer nav ul li {
  display: block;
  text-align: left;
  margin-bottom: 0.5em;
}

footer li span {
  font-size: 12px;
}

footer li a {
  color: #444;
  font-size: 12px;
  display: inline-block;
  text-align: left;
  margin-left: 0.2em;
}

footer li::after {
  display: none;
}

footer address {
  clear: both;
  padding: 30px 0 0;
}

@media screen and (max-width: 450px) {
  footer address {
    clear: both;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 400px) {
  footer address {
    font-size: 10px;
  }
}
/* 各要素のデザイン、レイアウト */
header h1 {
  width: 176px;
  font-size: 2.3em;
  padding: 0;
  margin: 23px auto 0;
  position: relative;
  float: left;
}

header h1 img {
  width: 100%;
  height: auto;
}

/*
@media screen and (max-width: 1199px){
  header h1 {
    width:202px;
    margin-top: 32px;
  }
}
*/
@media screen and (max-width: 768px) {
  header {
    height: 53px;
  }

  header#common-header .container {
    height: 59px;
    position: relative;
  }

  header h1 {
    width: 128px;
    margin-top: 3px;
  }
}
header.ext h1 {
  width: 100px;
  position: absolute;
  left: 0;
  top: 4px;
  margin: 0;
  padding-left: 15px;
}

header.ext .container {
  position: relative;
}

p.tagline {
  font-size: 0.9em;
  text-align: left;
  text-transform: uppercase;
  color: #555;
}

nav#global_nav {
  font-size: 12px;
  padding: 0;
  margin: 47px 0 0;
  float: left;
  width: 79.64912%;
}

@media screen and (max-width: 1000px) {
  nav#global_nav {
    width: 71.64912%;
  }
}
nav#global_nav ul {
  list-style: none;
  margin: 0 0 0 7.94736%;
  padding: 0;
  background: #f9f9f9;
}

nav#global_nav ul li {
  display: inline-block;
  margin: 0 5.0199% 0 0;
  padding: 0;
  letter-spacing: 0em;
  text-align: center;
  font-size: 1.2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  width: auto;
  position: relative;
}

nav#global_nav ul li:last-child {
  margin: 0 !important;
}

nav#global_nav ul li .font-ridelife {
  font-family: 'overpassExtbold', sans-serif;
  font-size: 15px;
  color: #5a5a5a;
  cursor: pointer;
}

nav#global_nav ul li.active .font-ridelife {
  color: #aaa;
}

nav#global_nav ul li.on {
  border-bottom: solid 3px #337ab7;
  padding-bottom: 0.3em;
}

nav#global_nav ul li a {
  color: #333;
}

nav#global_nav ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#common-header ul.dropdown-item {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 89px;
  width: 100%;
  height: 40px;
  text-align: center;
  padding: 10px 0;
}

#common-header ul.dropdown-item li {
  display: inline-block;
  margin: 0 20px;
  font-size: 12px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

#common-header ul.dropdown-item li a {
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 1199px) {
  nav#global_nav ul li {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  nav#global_nav {
    display: none;
  }

  #common-header ul.dropdown-item {
    display: none;
  }
}
nav#brand_nav {
  position: absolute;
  top: 18px;
  right: 15px;
}

nav#brand_nav ul {
  background: #f9f9f9;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin: 0 -9px;
}

nav#brand_nav ul li {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 9px;
  text-align: center;
  font-size: 0.8em;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1;
  width: inherit !important;
}

nav#brand_nav ul li::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #aaaaaa;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

nav#brand_nav ul li:last-child::after {
  display: none;
}

nav#brand_nav ul li:hover {
  opacity: 0.7;
}

nav#brand_nav ul li a {
  color: #969696;
}

nav#brand_nav ul li a:hover {
  text-decoration: none;
}

nav#brand_nav ul li.giant img {
  position: relative;
  width: 70px;
  top: 1px;
}

nav#brand_nav ul li.liv img {
  position: relative;
  width: 32px;
}

nav#brand_nav ul li.liv::after {
  display: none;
}

nav#brand_nav .btn-store-serach {
  position: absolute !important;
  bottom: -38px;
  right: 0;
  font-size: 0.8em;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  font-weight: bold;
  color: #5a5a5a;
}

nav#brand_nav .rentacycle {
  display: block;
  max-width: 100%;
  background: #7474bf;
  border-radius: 25px;
  padding: 0.4em 0.8em;
  margin-left: 1em;
  margin-right: 9px;
}
nav#brand_nav .rentacycle a {
  color: #f9f9f9;
}

nav#brand_nav .rentacycle:hover {
  opacity: 1;
  background: #5d5db4;
}

nav#brand_nav .btn-store-serach a {
  color: #5a5a5a;
}

nav#brand_nav .btn-store-serach img {
  width: 15px;
  height: 19px;
}

@media screen and (max-width: 768px) {
  nav#brand_nav {
    display: none;
  }
}
#btn_hunberger {
  display: none;
}

#sp_nav {
  display: none;
}

#btn-store-serach-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #btn_hunberger {
    display: block;
    position: absolute;
    right: 15px;
    top: 14px;
  }

  #sp_nav {
    display: none;
    width: 100%;
    position: absolute;
    top: 53px;
    left: 0;
    right: 0;
    background: #fff;
    height: calc(100vh - 53px);
    overflow: auto;
  }
  #sp_nav .nav {
    padding-bottom: 106px;
  }

  #btn-store-serach-sp {
    display: block;
    position: absolute;
    top: 12px;
    right: 74px;
  }
  #btn-store-serach-sp img {
    width: 15px;
    height: auto;
  }

  .sp-menu-btn,
  .sp-menu-btn span {
    display: inline-block !important;
    transition: all .4s;
    box-sizing: border-box;
  }

  .sp-menu-btn {
    position: relative;
    width: 23px;
    height: 19px;
  }

  .sp-menu-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #5a5a5a;
  }

  .sp-menu-btn span:nth-of-type(1) {
    top: 0;
  }

  .sp-menu-btn span:nth-of-type(2) {
    top: 8px;
  }

  .sp-menu-btn span:nth-of-type(3) {
    bottom: 0;
  }

  .sp-menu-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  .sp-menu-btn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .sp-menu-btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  #sp_nav ul {
    background: #f9f9f9;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
  }

  #sp_nav .dropdown-sp {
    border-bottom: solid 1px #fff;
  }
  #sp_nav .dropdown-sp .dropdown-item-sp {
    display: block;
  }
  #sp_nav .dropdown-sp .dropdown-item-sp li {
    font-size: 15px;
  }
  #sp_nav .dropdown-sp .dropdown-item-sp li a {
    padding: 15px 0;
    display: block;
    width: 95%;
    border-bottom: solid 1px #e6e6e6;
    margin: 0 auto;
    color: #5a5a5a;
  }
  #sp_nav .dropdown-sp .dropdown-item-sp li:last-of-type a {
    border-bottom: none;
  }
  #sp_nav .font-ridelife {
    font-family: 'overpassExtbold', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #5a5a5a;
    cursor: pointer;
    background: #e6e6e6;
    padding: 0.7em 0;
    display: block;
    width: 100%;
    position: relative;
  }
  #sp_nav .font-ridelife:after {
    content: "";
    display: block;
    background: url("../images/icon_arror_sp_menu.png") no-repeat 0 center;
    background-size: 100%;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 16px;
    height: 9px;
    transition: all .4s;
  }
  #sp_nav .active .font-ridelife:after {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  #sp_nav ul li {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    list-style: none;
  }

  #sp_nav ul li a {
    color: #333;
  }

  #sp_nav ul li.giant a {
    color: #aaa;
    font-size: 13.5px;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    padding: 1em 0;
  }

  #sp_nav ul li.liv a {
    color: #aaa;
    font-size: 13.5px;
    border-bottom: solid 1px #e6e6e6;
    padding: 1em 0;
  }

  #sp_nav ul li.rentacycle a {
    color: #5a5a5a;
    font-size: 13.5px;
    border-top: double 3px #e6e6e6;
    padding: 1em 0;
  }

  #sp_nav ul li.giant img {
    width: 97px;
    height: auto;
    position: relative;
    top: -2px;
    margin-right: 10px;
  }

  #sp_nav ul li.liv img {
    width: 43px;
    height: auto;
    position: relative;
    top: -2px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 450px) {
  #sp_nav ul li {
    font-size: 1em;
  }
}
aside#sidebar {
  width: 26.31578%;
  float: left;
  margin-top: -56px;
  padding: 0 0 0 15px;
  box-sizing: border-box;
}

aside#sidebar-sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .cf::after {
    display: table;
    content: " ";
    clear: both;
  }

  aside#sidebar {
    display: none;
  }

  aside#sidebar-sp {
    display: block;
    background: #fff;
  }
}
aside#sidebar h2,
aside#sidebar-sp h2 {
  background: #e7e7e7;
  font-size: 16px;
  padding: 9px 0 5px 1em;
  letter-spacing: normal;
  margin: 0 0 10px;
}

aside#sidebar h2 span,
aside#sidebar-sp h2 span {
  font-size: 10px !important;
  margin-left: 0 !important;
}

aside#sidebar ul,
aside#sidebar-sp ul {
  margin: 0 0 0 0;
}

aside#sidebar li,
aside#sidebar-sp li {
  padding: 0;
  border-bottom: solid 1px #e7e7e7;
  line-height: 3.5em;
  font-size: 12px;
  list-style: none;
}
aside#sidebar li a,
aside#sidebar-sp li a {
  color: #07038d !important;
}

aside#sidebar li:before,
aside#sidebar-sp li::before {
  content: "\e080";
  font-family: "Glyphicons Halflings";
  line-height: 1;
  margin: 10px;
  display: inline-block;
  margin-right: 0.5em;
}

/* ページ用レイアウト　*/
#main {
  padding: 96px 0 0 0;
}

#main h2 {
  font-family: 'overpassExtbold', sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #07038d;
  margin: 60px 0 20px;
  text-transform: uppercase;
}

#main h2 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-left: 0.5em;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 600px) {
  #main h2 {
    font-size: 24px;
    margin: 30px 0 20px;
  }

  #main h2 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  #main h2 {
    font-size: 21px;
    margin: 30px 0 20px;
  }

  #main h2 span {
    font-size: 13px;
  }
}
#main h2.liv {
  text-transform: inherit;
  font-family: 'IntervalProLight', sans-serif;
}

#main h2.liv a {
  color: inherit;
}

#main h2.liv a:hover {
  color: inherit;
  text-decoration: none;
}

#main .main-inner {
  background: #fff;
  padding: 0 45px 50px;
}

@media screen and (max-width: 768px) {
  #main {
    padding: 53px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  #main .main-inner {
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 600px) {
  .wrapper {
    background: #fff;
  }

  #main .main-inner {
    padding: 0 0 10px;
  }

  #btn_page_top {
    right: 16px !important;
  }
}
#page_content {
  position: relative;
  width: 73.68422%;
  float: left;
  padding-right: 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  #page_content {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}
#page_content p {
  font-size: 12px;
}

#head_area {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

#head_area .text {
  width: 50%;
}

#head_area .img {
  width: 50%;
  padding-left: 5%;
}

@media screen and (max-width: 600px) {
  #head_area .text {
    width: 100%;
  }

  #head_area .img {
    width: 100%;
    padding-left: 0;
  }
}
#head_area .img img {
  width: 100%;
  height: auto;
}

/* ABOUT */
#about {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #about {
    margin-bottom: 0 !important;
  }
}
#about #head_area {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #about #head_area {
    margin-bottom: 0;
  }
}

.about .main-inner {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .about .container:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .about #head_area .text {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
}

#about_head {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #about_head {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#about h2#copy,
#about h2#copy span {
  font-size: 2.6rem !important;
  line-height: 1.5em;
  color: #333;
  margin: 0 0 0 0 !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

#about h2#copy span.cur {
  margin-left: -0.5em !important;
}

#about h3#copy_3 {
  font-family: 'overpassExtbold', sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  color: #333;
  margin-top: 30px;
  margin-left: 0;
  margin-bottom: 0 !important;
  color: #06038D;
}

#about h3#title_sub {
  background: #e7e7e7;
  padding: 10px;
  color: #07038d;
  font-size: 16px;
  margin-top: 25px;
  font-weight: bold;
}

.about_h3 {
  padding-left: 2px !important;
  line-height: 1.5;
}

.about_title {
  margin-top: 30px;
  margin-bottom: 60px;
  padding-bottom: 8px;
  font-size: 2rem !important;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about_title {
    font-size: 1.8rem !important;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.about_title span {
  font-family: 'overpassExtbold', sans-serif;
  font-size: 2rem !important;
  color: #07038d;
  position: relative;
  display: block;
  border-bottom: solid 3px #06038D;
  width: 1em;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.2;
}

.about_title img {
  margin-bottom: 4px;
  margin-right: 5px;
}

.about_box {
  background: #fafafa;
  padding: 20px 45px 20px 45px;
  margin-left: -45px;
}
@media screen and (max-width: 767px) {
  .about_box {
    padding: 15px 0;
    margin-left: inherit;
  }
}
.about_box--gray {
  background: #e1e1e1 !important;
}
.about_box article {
  margin: 0 0 50px;
  border-bottom: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .about_box article {
    flex-direction: column-reverse;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .about_box article.flex_direction_normal {
    flex-direction: column;
  }
  .about_box article.flex_direction_normal .text_box {
    margin-bottom: 40px !important;
  }
}
.about_box article .text_box_read {
  font-size: 1.8rem !important;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about_box article .text_box_read {
    margin-top: 1em;
    font-size: 1.6rem !important;
    position: relative;
  }
  .about_box article .text_box_read.triger::before {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 16px;
    width: 1em;
    height: 0.05em;
    background: #333;
    transform: rotate(0deg);
  }
  .about_box article .text_box_read.triger::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 16px;
    width: 1em;
    height: 0.05em;
    background: #333;
    transform: rotate(90deg);
  }
  .about_box article .text_box_read.triger.active::after {
    display: none;
  }
}
.about_box article .text_box_content {
  font-size: 1.4rem !important;
  line-height: 1.6;
}
.about_box article .text_box_content.f12 {
  font-size: 12px !important;
}
@media screen and (max-width: 767px) {
  .about_box article .text_box_hide_content {
    display: none;
  }
}
.about_box article .text_box_link {
  text-align: right;
  font-size: 1.2rem !important;
  position: relative;
  padding-right: 1.5em;
  margin-bottom: 0 !important;
}
.about_box article .text_box_link a {
  color: inherit;
}
.about_box article .text_box_link:after {
  content: "";
  display: block;
  width: 1em;
  background: url("../images/about/icon_link.png") no-repeat 0 center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about_box article .text_box_link.site_link::after {
  content: "";
  display: block;
  width: 0.6em;
  background: url("../images/about/icon_arrow_right_blk.png") no-repeat 0 center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about_box article .about_img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .about_box article .about_img {
    width: 100%;
  }
}
.about_box article .about_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .about_box article .text_box_btn_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.about_box article .text_box_btn {
  border-radius: 5px;
  border: solid 1px #06038D;
  text-align: left;
  padding: 0.2em 1.5em;
  width: 250px;
  background: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .about_box article .text_box_btn {
    padding: 0.6em 1.5em;
    width: 100%;
  }
}
.about_box article .text_box_btn:hover {
  opacity: 0.7;
}
.about_box article .text_box_btn a {
  color: #06038D;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_box article .text_box_btn a {
    font-size: 1.4rem !important;
  }
}
.about_box article .text_box_btn a:hover {
  text-decoration: none;
}
.about_box article .text_box_btn a::after {
  content: "";
  display: block;
  width: 0.6em;
  background: url("../images/about/icon_arrow_right.png") no-repeat 0 center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about_box .text_box_support_program {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-radius: 5px;
  border: solid 1px #06038D;
  background: #fff;
  padding: 2em 2.5em 1em;
}
@media screen and (max-width: 767px) {
  .about_box .text_box_support_program {
    display: block;
    margin: 0 auto;
    width: calc(100% - 30px);
  }
}
.about_box .text_box_support_program .text_box_support_program_items {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about_box .text_box_support_program .text_box_support_program_items {
    text-align: left;
    margin-bottom: 30px;
  }
}
.about_box .text_box_support_program .text_box_support_program_items img {
  width: 18px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .about_box .text_box_support_program .text_box_support_program_items img {
    width: 24px;
  }
}
.about_box .text_box_support_program .text_box_support_program_items .text_box_support_program_text p {
  font-size: 1.2rem !important;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .about_box .text_box_support_program .text_box_support_program_items .text_box_support_program_text p {
    font-size: 1.4rem !important;
  }
}
.about_box .text_box_support_program .text_box_support_program_items .text_box_support_program_text a.care_program {
  color: #06038D;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_box .text_box_support_program .text_box_support_program_items .text_box_support_program_text a.care_program {
    font-size: 1.4rem !important;
  }
}
.about_box .text_box_support_program .text_box_support_program_items .text_box_support_program_text a.care_program::after {
  content: "";
  display: block;
  width: 0.6em;
  background: url("../images/about/icon_arrow_right.png") no-repeat 0 center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about_box .text_box_support_program .text_box_support_program_items .text_box_support_program_text a.replace_program {
  color: #06038D;
  display: block;
  position: relative;
  width: 15em;
}
@media screen and (max-width: 767px) {
  .about_box .text_box_support_program .text_box_support_program_items .text_box_support_program_text a.replace_program {
    width: inherit;
    font-size: 1.4rem !important;
  }
}
.about_box .text_box_support_program .text_box_support_program_items .text_box_support_program_text a.replace_program::after {
  content: "";
  display: block;
  width: 1em;
  background: url("../images/about/icon_link_ble.png") no-repeat 0 center;
  background-size: 100%;
  position: absolute;
  right: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .about_box .text_box_support_program .text_box_support_program_items .text_box_support_program_text a.replace_program::after {
    right: 0;
  }
}
.about_box .text_box_support_program .text_box_support_program_items .text_box_support_program_text a.prodct_warranty_program {
  color: #06038D;
  display: block;
  position: relative;
  width: 11em;
}
@media screen and (max-width: 767px) {
  .about_box .text_box_support_program .text_box_support_program_items .text_box_support_program_text a.prodct_warranty_program {
    width: inherit;
    font-size: 1.4rem !important;
  }
}
.about_box .text_box_support_program .text_box_support_program_items .text_box_support_program_text a.prodct_warranty_program::after {
  content: "";
  display: block;
  width: 1em;
  background: url("../images/about/icon_link_ble.png") no-repeat 0 center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about_box .pohoto_slide {
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_box .pohoto_slide:after {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 5px;
    background: #eeeeee;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.about_box .pohoto_slide .pohot_slide_items {
  width: 50%;
  padding: 0 2em;
}
@media screen and (max-width: 767px) {
  .about_box .pohoto_slide .pohot_slide_items {
    padding: 0;
  }
}
.about_box .pohoto_slide .pohot_slide_items img {
  width: 100%;
  height: auto;
}
.about_box .pohoto_slide .pohot_slide_items a {
  color: inherit;
}
.about_box .pohoto_slide .pohot_slide_items a p {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 767px) {
  .about_box .pohoto_slide .pohot_slide_items a p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.about_box .pohoto_slide .slick-arrow {
  width: 10px;
  height: 20px;
  background: url("../images/about/icon_slide_arrow.png") no-repeat 0 center;
  background-size: 100%;
  position: absolute;
  border: none;
  top: -50px;
  bottom: 0;
  margin: auto;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .about_box .pohoto_slide .slick-arrow {
    width: 22px;
    height: 40px;
    background: rgba(51, 51, 51, 0.8) url("../images/about/icon_slide_arrow_wht.png") no-repeat 5px center;
    background-size: 45%;
  }
}
.about_box .pohoto_slide .slick-next {
  right: 0;
  transform: rotate(180deg);
}
.about_box .pohoto_box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .about_box .pohoto_box {
    flex-wrap: wrap;
  }
}
.about_box .pohoto_box .pohot_box_items {
  width: 25%;
  text-align: center;
  padding: 0 1.5em;
}
@media screen and (max-width: 767px) {
  .about_box .pohoto_box .pohot_box_items {
    width: 50%;
  }
}
.about_box .pohoto_box .pohot_box_items img {
  width: 100%;
  height: auto;
}
.about_box .pohoto_box .pohot_box_items p {
  font-size: 1.2rem !important;
}
@media screen and (max-width: 767px) {
  .about_box .repo_read {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.about_box .repo_read span {
  padding-left: 4em;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .about_box .repo_read span {
    display: block;
    text-align: right;
    margin-top: 10px;
  }
}
.about_box .repo_read span a {
  color: inherit;
  position: relative;
  padding-right: 1.5em;
}
.about_box .repo_read span a::after {
  content: "";
  display: block;
  width: 0.6em;
  background: url("../images/about/icon_arrow_right_blk.png") no-repeat 0 center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about_box .title_border {
  border-bottom: solid 1px #b7b7b7;
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 18px;
  display: inline-block;
  text-align: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .about_box .title_border {
    margin-left: 15px;
    margin-top: 10px;
  }
}
.about_box .important {
  font-size: 1.2rem;
}

#about .text_box {
  width: 65%;
  font-size: 12px;
  margin: 5px 20px 0 0;
  padding-right: 2em;
  line-height: 1.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #about .text_box {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#about .text_box--fullwidth {
  width: 100%;
  padding-right: 0;
  margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
  #about .text_box--fullwidth {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #about .text_box--fullwidth .text_box_read {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #about .text_box--plpr15 .text_box_content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#about .text_box--mt {
  margin-top: 60px;
}

@media screen and (max-width: 1000px) {
  #about .text_box {
    line-height: 1.8em;
  }
}
.about_box img.f_left {
  width: 32.9524%;
  height: auto;
  flex: none;
}

.about_link01 {
  display: block;
  margin-top: 10px;
}

.about_link02 {
  display: block;
  margin-top: 10px;
}

.about_link03 {
  display: block;
  margin-top: 10px;
}

/* GSCC */
#gscc {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #gscc {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #gscc #head_area {
    margin-bottom: 30px;
  }
}

#gscc_head {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #gscc_head {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.gscc .main-inner {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .gscc .container:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .gscc #head_area .text {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
}
.gscc #head_area .text p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .gscc_box {
    padding: 0 15px;
  }
}
.gscc_box .gscc_title {
  background: #e7e7e7;
  padding: 10px;
  color: #07038d;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  letter-spacing: normal;
}
.gscc_box article {
  border-bottom: none !important;
  margin-bottom: 36px !important;
}
@media screen and (max-width: 767px) {
  .gscc_box article {
    margin-bottom: 50px !important;
  }
}
.gscc_box article .text_box .text_box_title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: calc(20px - (((1.8rem * 1.5) - 1.8rem) / 2));
  margin-bottom: calc(20px - (((1.8rem * 1.5) - 1.8rem) / 2));
  letter-spacing: normal;
}
.gscc_box article .text_box p {
  font-size: 1.4rem !important;
  line-height: 1.6;
}
.gscc_box article.gscc_point_items {
  margin-bottom: 60px !important;
}
.gscc_box--liv {
  background-color: rgba(87, 0, 84, 0.1);
  padding: 38px 35px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .gscc_box--liv {
    padding: 38px 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
.gscc_box--liv article {
  margin-bottom: 0 !important;
}
.gscc_box--liv .gscc_title--img {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .gscc_box--liv .gscc_title--img {
    padding: 0 20px;
  }
}
.gscc_box--liv .gscc_title--img img {
  width: 246px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .gscc_box--liv .gscc_title--img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gscc_box--liv .gscc_box_img {
    margin-top: 25px;
  }
}
.gscc_box--liv .gscc_box_img img {
  width: calc(50% - 17.5px);
}
@media screen and (max-width: 767px) {
  .gscc_box--liv .gscc_box_img img {
    width: 100%;
  }
}

.gscc_box_img {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .gscc_box_img {
    display: block;
  }
}
.gscc_box_img img {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .gscc_box_img img {
    width: 100%;
  }
  .gscc_box_img img + img {
    margin-top: 10px;
  }
}

.gscc_point_items {
  display: flex;
}
@media screen and (max-width: 767px) {
  .gscc_point_items {
    flex-direction: column-reverse;
  }
}
.gscc_point_items .text_box {
  width: calc((464 / 758) * 100%);
}
@media screen and (max-width: 767px) {
  .gscc_point_items .text_box {
    width: 100%;
  }
}
.gscc_point_items .text_box h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 17px !important;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .gscc_point_items .text_box h4 {
    line-height: 1.5;
    margin-top: calc(20px - (((1.8rem * 1.5) - 1.8rem) / 2));
    margin-bottom: calc(20px - (((1.8rem * 1.5) - 1.8rem) / 2));
  }
}
.gscc_point_items .gscc_box_img {
  display: block;
  width: calc((236 / 758) * 100%);
  margin-left: 52px;
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .gscc_point_items .gscc_box_img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.gscc_point_items .gscc_box_img img {
  width: 100% !important;
}

.gscc_event_read {
  font-size: 1.6rem !important;
}

.gscc_event {
  display: flex;
  align-items: center;
  margin-top: 31px;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .gscc_event {
    flex-direction: column;
  }
}
.gscc_event p {
  font-size: 1.4rem !important;
  margin-bottom: 0;
}

.gscc_event_btn {
  display: inline-block;
  text-align: center;
  border: solid 1px #07038D;
  border-radius: 100vh;
  margin-right: 19px;
}
@media screen and (max-width: 767px) {
  .gscc_event_btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.gscc_event_btn a {
  display: block;
  padding: 0.5em 1.8em;
  font-size: 1.6rem;
  font-weight: bold;
}

.gscc_event_payment dl {
  display: inline-block;
}
.gscc_event_payment dl:first-child {
  margin-right: 50px;
}
.gscc_event_payment dt, .gscc_event_payment dd {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
}
.gscc_event_payment dt {
  margin-right: 10px;
}
.gscc_event_payment dd span {
  font-size: 1.2rem;
  vertical-align: super;
}

.gscc_event_payment_attention {
  font-size: 1.4rem !important;
}

.gscc_event_qa {
  margin-top: 65px;
}
.gscc_event_qa h4 {
  font-size: 1.6rem !important;
  font-weight: bold;
  border-bottom: solid 1px #333333;
  padding: 0.65em 0;
  letter-spacing: normal;
}
.gscc_event_qa article {
  margin-top: 36px;
}
.gscc_event_qa article h5 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 6px;
  letter-spacing: normal;
}
.gscc_event_qa article p {
  font-size: 1.4rem !important;
  line-height: 1.6;
}

#main .main-inner--gscc {
  background: #fff;
  padding: 0 45px 0px;
}
@media screen and (max-width: 768px) {
  #main .main-inner--gscc {
    padding: 0 15px 0px;
  }
}

@media screen and (max-width: 599px) {
  .container--gscc {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.gscc-banner-wrapper picture img {
  width: 100%;
  height: auto;
}

.gscc-items {
  margin: 0;
  opacity: 0;
  position: relative;
  top: 50px;
}

.gscc-items.show {
  -webkit-animation-name: fadeIn,moveUp;
  animation-name: fadeIn,moveUp;
  -webkit-animation-duration: 1.5s,2s;
  animation-duration: 1.5s,2s;
  opacity: 1;
  top: 0;
}

.gscc-items__header h3 {
  margin: 0;
  position: relative;
  padding-top: 5.61404%;
  margin-left: 97px;
  margin-bottom: 18px;
}
@media screen and (max-width: 992px) {
  .gscc-items__header h3 {
    margin-left: 75px;
    padding-top: 32px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .gscc-items__header h3 {
    padding-top: 28px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 600px) {
  .gscc-items__header h3 {
    width: 90%;
    padding-top: 4%;
    margin-left: auto;
    margin-right: auto;
  }
}
.gscc-items__header h3 img {
  width: 34.21053%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .gscc-items__header h3 img {
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .gscc-items__header h3 img {
    max-width: 100%;
    width: 100%;
  }
}

.gscc-items__text {
  width: 63.68421%;
  font-size: 16px;
  margin-left: 97px;
  padding-top: 18px;
  border-top: solid 1px #000;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .gscc-items__text {
    width: 80%;
    margin-left: 75px;
    padding-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .gscc-items__text {
    width: 80%;
    font-size: 14px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 600px) {
  .gscc-items__text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

#gscc-event {
  background: url("../images/gscc/GSCC_page_07.jpg") no-repeat 0 0;
  background-size: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 24.6491228%;
}
@media screen and (max-width: 768px) {
  #gscc-event {
    background-size: cover;
    height: auto;
    padding: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  #gscc-event {
    padding: 15px 0;
  }
}

#gscc-staff {
  background: url("../images/gscc/GSCC_page_08.jpg") no-repeat 0 0;
  background-size: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 24.6491228%;
}
@media screen and (max-width: 768px) {
  #gscc-staff {
    background-size: cover;
    height: auto;
    padding: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  #gscc-staff {
    padding: 15px 0;
  }
}

#gscc-women {
  background: url("../images/gscc/GSCC_page_09.jpg") no-repeat 0 0;
  background-size: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 24.6491228%;
}
@media screen and (max-width: 768px) {
  #gscc-women {
    background-size: cover;
    height: auto;
    padding: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  #gscc-women {
    padding: 15px 0;
  }
}

.gscc-faq-item {
  padding-top: 93px;
  padding-bottom: 50px;
  margin-bottom: 0;
  background: #fff;
  opacity: 0;
  position: relative;
  top: 50px;
}
@media screen and (max-width: 768px) {
  .gscc-faq-item {
    padding-top: 40px;
  }
}
.gscc-faq-item.show {
  -webkit-animation-name: fadeIn,moveUp;
  animation-name: fadeIn,moveUp;
  -webkit-animation-duration: 1.5s,2s;
  animation-duration: 1.5s,2s;
  opacity: 1;
  top: 0;
}
.gscc-faq-item__header h3 {
  width: 63.68421%;
  font-size: 30px;
  margin-left: 97px;
  padding-bottom: 30px;
  border-bottom: solid 1px #000;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .gscc-faq-item__header h3 {
    font-size: 24px;
    margin-left: 25px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.gscc-faq-items {
  margin-left: 97px;
  margin-bottom: 42px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .gscc-faq-items {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 20px;
  }
}
.gscc-faq-items__header h4 {
  font-size: 18px;
  margin: 0 0 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .gscc-faq-items__header h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .gscc-faq-items__header h4 {
    font-size: 14px;
  }
}
.gscc-faq-items__text {
  font-size: 18px;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .gscc-faq-items__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .gscc-faq-items__text {
    font-size: 14px;
  }
}

.gscc-store-search-area {
  width: 100%;
  height: 0;
  padding-bottom: 23.50877%;
  background: url("../images/gscc/bg_gscc_store_search.jpg") no-repeat 0 0;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .gscc-store-search-area {
    height: auto;
    padding-bottom: 2.63158%;
  }
}
.gscc-store-search-area h3 {
  font-size: 24px;
  margin: 0 0 25px;
  text-align: center;
  padding-top: 8.15789%;
}
@media screen and (max-width: 768px) {
  .gscc-store-search-area h3 {
    padding-top: 5.52632%;
    margin: 0 0 2.63158%;
    font-size: 18px;
  }
}
.gscc-store-search-area .btn-gscc-search {
  width: 220px;
  height: 52px;
  margin: 0 auto;
  border: solid 1px #000;
}
.gscc-store-search-area .btn-gscc-search a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 52px;
  text-align: center;
  color: inherit;
  font-size: 16px;
  background: #fff;
}
.gscc-store-search-area .btn-gscc-search a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.7);
}

/* CYCLESTATION */
/* GSCC */
#main .main-inner--cyclestation .pc-banner-text .copy-mid, .cyclestation-banner-wrapper .sp-banner-text, .cyclestation-banner-wrapper .sp-banner-text .copy-mid {
  text-align: center;
  font-weight: 100;
  letter-spacing: 0.1em;
}

#main .main-inner--cyclestation .pc-banner-text .copy-lg, .cyclestation-banner-wrapper .sp-banner-text .copy-lg {
  text-align: center;
  letter-spacing: 0.15em;
}

#main .main-inner--cyclestation {
  background: #fff;
  padding: 0 45px 0px;
}
@media screen and (max-width: 768px) {
  #main .main-inner--cyclestation {
    padding: 0 15px 0px;
  }
}
@media screen and (max-width: 768px) {
  #main .main-inner--cyclestation .pc-banner-text {
    display: none;
  }
}
#main .main-inner--cyclestation .pc-banner-text .copy-mid {
  font-size: 1.6rem;
  padding-top: 33px;
}
#main .main-inner--cyclestation .pc-banner-text .copy-lg {
  font-size: 3rem;
  margin-top: 10px;
}

.cyclestation-banner-wrapper {
  position: relative;
}
.cyclestation-banner-wrapper .sp-banner-text {
  display: none;
  position: absolute;
  top: 41%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .cyclestation-banner-wrapper .sp-banner-text {
    display: block;
  }
}
.cyclestation-banner-wrapper .sp-banner-text .copy-mid {
  font-size: 1.6rem;
  padding-top: 33px;
}
.cyclestation-banner-wrapper .sp-banner-text .copy-lg {
  font-size: 2.2rem;
  margin-top: 5px;
  font-weight: 400;
}

@media screen and (max-width: 599px) {
  .container--cyclestation {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.cyclestation-banner-wrapper {
  margin-top: -7px;
  background: #fff;
}
.cyclestation-banner-wrapper picture img {
  width: 100%;
  height: auto;
}

.cyclestation-item .title-cyclestation {
  text-align: center;
  font-family: 'overpass-hevy';
  margin-top: 35px;
  margin-bottom: 28px;
  letter-spacing: 0.05em;
}
.cyclestation-item .title-cyclestation span {
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.cyclestation-item .title-cyclestation + p {
  font-size: 1.8rem;
  text-align: center;
  font-weight: normal;
}

.cyclestation-points {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 47px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 768px) {
  .cyclestation-points {
    display: block;
    margin-left: inherit;
    margin-right: inherit;
  }
}

.points-items {
  background: #f2f2f2;
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 25px 26px;
  width: 33.33333%;
}
@media screen and (max-width: 768px) {
  .points-items {
    width: 100%;
    margin-left: inherit;
    margin-right: inherit;
    margin-bottom: 20px;
  }
}
.points-items img {
  display: block;
  margin: 0 auto 20px;
}
.points-items p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.point-2 img {
  margin: 10px auto;
}

.cyclestation-info-icon {
  margin-top: 67px;
  margin-bottom: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .cyclestation-info-icon {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.info-icon-items {
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .info-icon-items {
    width: 30%;
  }
}
.info-icon-items img {
  margin-bottom: 10px;
}
.info-icon-items p {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .info-icon-items:first-of-type,
  .info-icon-items:nth-of-type(2) {
    margin-bottom: 45px;
  }
}

.title-cyclestation-content {
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 52px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .title-cyclestation-content {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.price-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .price-item {
    display: block;
  }
}

.price-items {
  width: 417px;
  border: solid 1px #3B4559;
}
@media screen and (max-width: 768px) {
  .price-items {
    width: 100%;
  }
}

.price-items:first-of-type {
  margin-right: 47px;
}
@media screen and (max-width: 768px) {
  .price-items:first-of-type {
    margin-right: inherit;
    margin-bottom: 28px;
  }
}

.price-title {
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  height: 59px;
  line-height: 59px;
}

.price-title--gray {
  background: #6C7382;
}

.price-title--dgray {
  background: #3B4559;
}

.pirce {
  font-size: 2.5rem;
  text-align: center;
  color: #3B4559;
  padding: 35px 0;
}
@media screen and (max-width: 768px) {
  .pirce {
    padding: 20px 0;
  }
}

.pirce-3-month {
  font-size: 2.5rem;
  text-align: center;
  color: #3B4559;
  padding: 15px 0;
}
.pirce-3-month .price-one-month {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 0.6em;
}
@media screen and (max-width: 768px) {
  .pirce-3-month .price-one-month {
    display: block;
    margin-top: 10px;
  }
}
.pirce-3-month .icon {
  border: solid 1px #3B4559;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  padding: 6px 20px;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .pirce-3-month .icon {
    width: 80%;
    margin: 0 auto;
  }
}
.pirce-3-month .price-min {
  font-size: 1.8rem;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .pirce-3-month .price-min {
    padding-left: unset;
  }
}

.price-information {
  width: 881px;
  margin: 20px auto 50px;
}
@media screen and (max-width: 768px) {
  .price-information {
    width: 100%;
    margin: 10px auto 30px;
  }
}
.price-information li {
  list-style: none;
  font-size: 1.4rem;
  font-weight: 100;
}

.price-note {
  width: 881px;
  margin: 20px auto 70px;
}
@media screen and (max-width: 768px) {
  .price-note {
    width: 100%;
  }
}
.price-note h5 {
  font-size: 1.8rem;
  font-family: 'overpass-hevy';
}
.price-note p {
  font-size: 1.6rem;
}

.cyclestation-howto {
  margin-bottom: 96px;
}

.howto-item {
  position: relative;
  margin-top: 90px;
}

.howto-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #3B4559;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.howto-items {
  background: #F2F2F2;
  border-radius: 10px;
  padding: 50px 101px 36px;
  width: 696px;
  margin: 0 auto 65px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 992px) {
  .howto-items {
    padding: 50px 24px 15px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .howto-items {
    padding: 50px 24px 15px;
    width: 100%;
  }
}
.howto-items .icon-number {
  border-radius: 50%;
  width: 58px;
  height: 58px;
  font-size: 2.2rem;
  font-family: 'overpass-hevy';
  color: #fff;
  text-align: center;
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  margin: auto;
}
.howto-items .icon-number span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 2.5rem;
}
.howto-items .icon-orange {
  background: #FF6A39;
}
.howto-items .icon-yellow {
  background: #FFC72C;
}
.howto-items .icon-green {
  background: #97D700;
}

.howto-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 22px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .howto-title {
    font-size: 1.8rem;
  }
}

.howto-copy {
  font-size: 1.8rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .howto-copy {
    font-size: 1.5rem;
  }
}

.howto-copy-mini {
  font-size: 1.6rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .howto-copy-mini {
    font-size: 1.5rem;
  }
}
.howto-copy-mini span {
  display: block;
  text-decoration: underline;
}

.start-using {
  padding: 10px 43px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  width: 182px;
  margin: 0 auto;
  border-radius: 25px;
  background: #3B4559;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .start-using {
    font-size: 1.5rem;
    width: 170px;
  }
}

.cyclestation-overview {
  margin-bottom: 71px;
}

.overview-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .overview-item {
    display: block;
  }
}

.overview-item + p {
  font-size: 1.6rem;
  font-weight: 300;
}

.overview-item-information {
  width: 50%;
  margin-right: 22px;
}
@media screen and (max-width: 768px) {
  .overview-item-information {
    width: 100%;
  }
}

.overview-image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .overview-image {
    width: 100%;
  }
}
.overview-image img {
  width: 100%;
  height: auto;
}

.overview-items {
  border: solid 1px #D8D8D8;
}
.overview-items h5 {
  margin: 0;
}
.overview-items .title-overview {
  background: #F2F2F2;
  padding: 13px 20px;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .overview-items .title-overview {
    font-size: 1.5rem;
  }
}
.overview-items .title-overview--blue {
  background: rgba(4, 169, 251, 0.15);
}
@media screen and (max-width: 768px) {
  .overview-items {
    margin-bottom: 7px;
  }
}

.overview-items:first-of-type {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .overview-items:first-of-type {
    margin-bottom: 7px;
  }
}

.overview-table {
  font-size: 1.8rem;
  font-weight: 300;
  margin-top: 13px;
  margin-left: 20px;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .overview-table {
    font-size: 1.5rem;
    margin-left: 14px;
    margin-bottom: 10px;
  }
}
.overview-table dt {
  width: 150px;
  float: left;
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .overview-table dt {
    width: 150px;
    padding-left: 6px;
  }
}
.overview-table dd {
  line-height: 1.8;
}
.overview-table--seiseki dt {
  width: 90px;
}
@media screen and (max-width: 1000px) {
  .overview-table--seiseki dd {
    padding-left: 90px;
  }
}
.overview-table--seiseki dd br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .overview-table--seiseki dd br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .overview-table--seiseki dd br {
    display: none;
  }
}

.overview-tel {
  font-size: 1.5rem;
  font-weight: 300;
  border-radius: 5px;
  border: solid 1px #033333;
  padding: 8px 16px 6px 20px;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .overview-tel {
    width: 187px;
    margin: 26px auto auto;
    display: block;
  }
}
.overview-tel span {
  display: inline-block;
}
.overview-tel img {
  display: inline-block;
  margin-right: 16px;
}
.overview-tel a {
  color: inherit;
  text-decoration: none;
}
.overview-tel a:visited,
.overview-tel a:active,
.overview-tel a:hover {
  text-decoration: none;
}

.cyclestation-access {
  margin-bottom: 94px;
}
@media screen and (max-width: 768px) {
  .cyclestation-access {
    margin-bottom: 66px;
  }
}
.cyclestation-access #map {
  width: 100% !important;
  height: 352px !important;
}

.access-map-wrapper {
  position: relative;
}
.access-map-wrapper #large-map {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  padding: 10px;
  z-index: 999;
  border-radius: 3px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.access-map-wrapper #large-map span {
  display: block;
}
@media screen and (max-width: 768px) {
  .access-map-wrapper #large-map {
    display: none;
  }
}

.access-map {
  margin-bottom: 20px;
}

.access-map-wrapper + p {
  font-size: 1.6rem;
  font-weight: 300;
}

.btn-google-map {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  border-radius: 5px;
  border: solid 1px #04A9FB;
  line-height: 1;
  padding: 8px 20px 10px 20px;
  width: 200px;
  margin: 22px auto;
}
.btn-google-map a {
  color: #04A9FB;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-store-seiseki {
  font-size: 1.5rem;
  width: 255px;
  height: 50px;
  text-align: center;
  margin: 0 auto 100px;
  border: solid  1px #033333;
}
@media screen and (max-width: 768px) {
  .btn-store-seiseki {
    margin-bottom: 66px;
  }
}
.btn-store-seiseki a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 50px;
  color: inherit;
}

/* NEWS */
#news_head {
  position: relative;
}

#news_head h2 {
  position: relative;
}

.home #store_news_list {
  margin: 0;
  padding: 0;
  height: auto;
}

.side_bar_area p.bn {
  margin: -5px 0 0 0;
  padding: 0;
}

.side_bar_area img {
  width: 100%;
  height: auto;
}

/* SERVICE */
#service {
  border-bottom: none;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  #service #page_content p img {
    width: 100%;
    height: auto;
  }
}
#service_head {
  position: relative;
  width: 100%;
}

#right_ride_head {
  position: relative;
  width: 100%;
}

#service h2#copy {
  font-size: 18px;
  line-height: 1.7em;
  color: #333;
}

#service h3#title_sub {
  background: #e7e7e7;
  padding: 10px;
  color: #07038d;
  font-size: 16px;
  margin-top: 25px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  letter-spacing: normal;
}

.rr_01 {
  margin-top: 15px;
}

#service h3#copy_3 {
  font-size: 14px;
  line-height: 1.7em;
  color: #444;
  margin-top: 0;
  margin-left: 0;
}

@media screen and (max-width: 400px) {
  #service h3#copy_3 br,
  #service .text_box_rr br {
    display: none;
  }
}
.rr h3#copy_3 {
  font-size: 14px;
  line-height: 1.7em;
  color: #444;
  margin-top: 0 !important;
  font-weight: bold;
}

#service .text_box_rr {
  font-size: 12px;
  margin: 0 20px 0 0;
  line-height: 1.5em;
  position: relative;
}

#service .w347 {
  width: 347px;
}

#rr_img {
  margin-top: 11px;
  margin-left: 130px;
}

.service_link01 {
  display: block;
  margin-top: 10px;
}

#service .text_box_rr2 {
  font-size: 12px;
  margin: 15px 20px 0 0;
  line-height: 1.5em;
  position: relative;
}

/* 試乗車 */
#service h3#copy_4 {
  font-size: 14px;
  line-height: 1.7em;
  color: #444;
  margin-top: 0;
  margin-left: 0;
  font-weight: bold;
}

@media screen and (max-width: 380px) {
  #service h3#copy_4 br,
  #service h3#copy_4 + p br {
    display: none;
  }
}
#test_bike_head {
  position: relative;
  width: 100%;
}

#service .text_box {
  width: 347px;
  float: left;
  font-size: 12px;
  margin: 10px 20px 0 0px;
  line-height: 1.5em;
}

#test_bike_img {
  margin-left: 95px;
  margin-top: 2px;
}

.title_test_bike {
  background: #e7e7e7;
  padding: 10px;
  color: #07038d;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .test_bike #head_area .img {
    margin-top: 15px;
  }
}
/* サポート一覧 */
@media screen and (max-width: 767px) {
  .support .container:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .support #mente_head {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .support #head_area {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .support .mente_top {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.support-contents {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .support-contents {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.support-contents h3 {
  margin-bottom: 30px;
}

.support-contents-item {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .support-contents-item {
    display: block;
  }
}
.support-contents-item h2 {
  font-size: 1.8rem !important;
  font-weight: bold !important;
  color: #333 !important;
  margin: 18px 0 20px !important;
  letter-spacing: normal;
}
.support-contents-item article {
  margin: 0 !important;
  border-bottom: none !important;
}

.support-contents-items {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .support-contents-items {
    width: 100%;
  }
}

.support-contents-item .support-contents-items {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .support-contents-item .support-contents-items {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.support-contents-item .support-contents-items:nth-child(2n) {
  margin-left: 15px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .support-contents-item .support-contents-items:nth-child(2n) {
    margin-left: 0;
  }
}

.support-contents-item .support-contents-items:nth-child(3),
.support-contents-item .support-contents-items:nth-child(4) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .support-contents-item .support-contents-items:nth-child(3),
  .support-contents-item .support-contents-items:nth-child(4) {
    margin-top: 0;
  }
}

.support-contents-img {
  width: 100%;
}
.support-contents-img img {
  width: 100%;
  height: auto;
}

.support-contents-text p {
  line-height: 1.6;
  font-size: 1.4rem !important;
}
.support-contents-text span {
  font-size: 1.1rem;
}
.support-contents-text span.important {
  font-size: 1.2rem !important;
}

.support-contents-link {
  display: block;
  margin: 12px 0 0 auto;
  position: relative;
  color: #333 !important;
  text-align: right;
  padding-right: 14px;
  font-size: 1.2rem;
}

.support-contents-link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.support-contents-link--ext {
  margin-bottom: 0.5em;
  display: block;
}

.support-contents-outerlink {
  display: block;
  margin: 12px 0 0 auto;
  position: relative;
  color: #333 !important;
  text-align: right;
  padding-right: 18px;
  font-size: 1.2rem;
}

.support-contents-outerlink::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: url("../images/support/icon_link.png") no-repeat 0 1px;
  background-size: 100%;
  vertical-align: middle;
  right: 0;
  width: 12px;
  height: 12px;
}

/*  試乗車リスト　*/
.test-bike-store-nav {
  width: 100%;
  margin: 20px 0 0;
  position: relative;
}

.test-bike-store-nav ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  margin: 0;
  width: 100%;
}

.test-bike-store-nav li {
  display: block;
  width: 32.333333%;
  text-align: center;
  border: solid 1px #ddd;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  border-radius: 12px;
  opacity: 1;
  margin: 6px 0;
}

@media screen and (max-width: 580px) {
  .test-bike-store-nav li {
    width: 48.333333%;
  }
}
@media screen and (max-width: 420px) {
  .test-bike-store-nav li {
    font-size: 12px;
  }
}
.test-bike-store-nav li a {
  display: block;
  padding: 1em 1.2em;
  color: #555;
}

.test-bike-store-nav li:hover {
  opacity: 0.7;
}

.test-bike-store-nav li:nth-of-type(4) {
  clear: both;
}

.test-bike-store-nav li a {
  display: block;
  padding: 1em 1.2em;
  color: #555;
}

.test-bike-store-nav li a.act {
  background: #07038d;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 12px;
}

.test-bike-store-nav li a:hover {
  text-decoration: none;
}

.test-bike-store-nav .default-text {
  margin: 20px 0 20px 0px;
}

#select-bike-name {
  display: none;
  font-size: 24px !important;
  font-family: 'overpassExtbold', sans-serif;
  font-weight: 500;
  width: 100%;
  background: #fefefe;
  border-bottom: solid 1px #eee;
  padding: 20px 10px;
  margin: 20px auto 0 auto;
}

#select-bike-name span {
  font-size: 18px;
  font-family: inherit;
}

.testbikelist-noresult {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 100px 10px;
  background: #eee;
}

.search-menu-title {
  position: relative;
  padding-left: 18px;
  vertical-align: middle;
}

.search-menu-title::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  background: #444;
  left: 0;
  top: -1px;
  bottom: 0;
  margin: auto;
}

#select-brand,
#select-bike,
#check-new {
  margin-top: 20px;
}

#select-bike {
  display: inline-block;
  clear: right;
  width: 50%;
}

@media screen and (max-width: 600px) {
  #select-bike {
    display: block;
    clear: both;
    width: 100%;
  }
}
#select-brand label {
  cursor: pointer;
}

#select-bike label.glyphicon-menu-down::before {
  position: absolute;
  top: 9px;
  right: 10px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #333;
  margin-top: 4px;
}

.select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
  padding: 11px 35px 11px 11px;
  padding: .6875rem 3.1875rem .6875rem .6875rem;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 16px;
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: inherit;
  font-weight: normal;
}

#check-new {
  margin-top: 20px;
  display: block;
  float: left;
  clear: left;
}

#check-remove {
  display: block;
  margin-top: 20px;
  float: right;
  background: #eee;
  border: solid 1px #ddd;
  text-align: center;
  padding: 0.4em 1em;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
}

#check-remove .glyphicon {
  top: 2px;
}

#check-remove:hover {
  opacity: 0.7;
}

.bran-bg {
  width: 20%;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}

.bran-bg.giant img {
  width: 85%;
  height: auto;
  position: relative;
  top: 9px;
  left: 1px;
}

.bran-bg.liv img {
  width: 44%;
  height: auto;
  position: relative;
  top: 7px;
  left: 1px;
}
@media screen and (max-width: 1199px) {
  .bran-bg.liv img {
    top: 8px;
  }
}

@media screen and (max-width: 600px) {
  .bran-bg.giant {
    margin-right: 4px !important;
  }

  .bran-bg.giant img {
    width: 62%;
    top: 10px;
  }

  .bran-bg.liv img {
    width: 31%;
    top: 1px;
  }
}
@media screen and (max-width: 420px) {
  .bran-bg.giant img {
    width: 86%;
  }

  .bran-bg.liv img {
    width: 40%;
    top: 7px;
  }
}
@media screen and (max-width: 320px) {
  .bran-bg.giant img {
    width: 86%;
  }

  .bran-bg.liv img {
    width: 36%;
  }
}
.bran-bg.giant {
  background: #07038d;
}

.bran-bg.liv {
  background: #560054;
}

.newmodel {
  background: #fff;
  font-size: 12px !important;
  font-weight: normal;
  margin: 0 !important;
}

#select-brand {
  width: 50%;
  float: left;
}

@media screen and (max-width: 600px) {
  #select-brand {
    width: 100%;
    float: none;
  }
}
#select-brand input[type=radio],
#check-new input[type=checkbox] {
  display: none;
}

#select-brand .radio {
  width: 42%;
  height: 45px;
}

#check-new .checkbox {
  font-size: 10px;
}

#select-brand .radio {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 0 12px 0 42px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  #select-brand .radio {
    margin: 0 0 8px 0;
    width: 48.333333%;
  }
}
/*
#select-brand .radio.liv {
  padding: 0.87em 12px 1em 42px;
}
*/
#check-new .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0.4em 0 0.4em 24px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}

#select-brand .radio:hover,
#check-new .checkbox:hover {
  opacity: 0.7;
}

#select-brand .radio:hover:after,
#check-new .checkbox:hover:after {
  opacity: 0.7;
}

#select-brand .radio:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 50%;
  content: '';
}

#check-new .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

#select-brand .radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  margin-top: -7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  opacity: 0;
}

#select-brand input[type=radio]:checked + .radio:before {
  opacity: 1;
}

#check-new .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -5px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#check-new input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

#test-bike-list-store {
  margin: 20px 0 10px 0px;
}

#test-bike-list-store.none {
  display: none;
}

.anchor {
  margin-top: -150px;
  padding-top: 160px;
}

#test_bike_list {
  opacity: 0;
  width: 100%;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

.test-bike-list-box {
  margin: 0 0 40px;
  width: 100%;
}

.test-bike-list-box h3 {
  font-size: 14px;
  padding-bottom: 1em;
  padding-left: 0.4em;
  border-bottom: dotted 1px #ddd;
  font-weight: bold;
}

.testbikelist-attention {
  margin: 0 0 0 10px;
  padding-left: 1em;
  text-indent: -1em;
}

table.test-bike-list-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 80%;
  margin: 20px auto 0 0;
  border: 0;
  font-size: 100%;
}

@media screen and (max-width: 1000px) {
  table.test-bike-list-table {
    width: 100%;
  }
}
table.test-bike-list-table th {
  background: #efefef;
  border: dotted 1px #ccc;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  padding: 0.4em 0;
}

table.test-bike-list-table th.brand {
  width: 23%;
}

table.test-bike-list-table th.size {
  width: 17%;
}

table.test-bike-list-table td {
  border: dotted 1px #ccc;
  padding: 5px 15px;
}

table.test-bike-list-table td.brand {
  text-align: center;
  padding: 0 4%;
}

@media screen and (max-width: 420px) {
  table.test-bike-list-table {
    font-size: 12px;
  }

  table.test-bike-list-table td {
    padding: 5px 5px;
  }

  table.test-bike-list-table th.size {
    width: 25%;
  }

  table.test-bike-list-table td:nth-child(2) {
    width: 20%;
  }
}
.brand.G img {
  width: 100%;
}

.brand.L img {
  width: 49%;
}

table.test-bike-list-table td span.icon-new,
.newmodel span.icon-new {
  display: inline-block;
  margin-left: 15px;
  background: #ffa500;
  color: #fff;
  padding: 2px 6px;
  font-size: 10px;
  border-radius: 12px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 420px) {
  table.test-bike-list-table td span.icon-new {
    display: block;
    margin-left: 0;
    width: 80px;
    text-align: center;
  }
}
table.test-bike-list-table td.size {
  text-align: center;
}

#btn_page_top {
  cursor: pointer;
  position: absolute;
  top: inherit;
  bottom: 40px;
  right: 40px;
  background: #07038d;
  border: solid 1px #07038d;
  border-radius: 6px 6px 0 0;
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  padding: 10px 0 10px;
  box-sizing: border-box;
  font-size: 12px;
  border-radius: 50%;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

#page-top-wrapper.test-bike {
  display: block;
}

#page-top-wrapper {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  z-index: 999999;
}

#page-top-wrapper .container {
  position: relative;
}

#page-top-wrapper .glyphicon-triangle-top:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  font-size: 20px !important;
  color: #fff;
  width: 20px;
  height: 20px;
}

/* メンテナンス */
#mente_head {
  position: relative;
  width: 100%;
}

.mente_top {
  width: 53%;
  float: left;
}

#service .mente_top h3#copy_3 {
  font-size: 14px;
  line-height: 1.7em;
  color: #444;
  float: none;
  font-weight: bold;
}

.red01 {
  font-size: 10px;
  font-weight: normal;
  color: #ff4646;
  line-height: 1.4em;
  display: block;
}

.mente_top a {
  color: #333;
}

@media screen and (max-width: 1000px) {
  #service .mente_top h3#copy_3 br {
    display: none;
  }

  .red01 {
    font-size: 12px;
  }

  .mente_top {
    position: relative;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .mente_top {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
#mente_img {
  margin-top: 3px;
  margin-left: 5px;
  float: right;
}

.arrow2 {
  background: url(../images/service/icon_arrow_cir.jpg) no-repeat 0 0;
  padding-left: 13px;
}

.arrow3 {
  background: url(../images/service/icon_arrow_cir2.jpg) no-repeat 0 0;
  padding-left: 13px;
}

#btn_mente01 {
  width: 160px;
  padding: 15px;
  font-size: 10px;
  text-align: center;
  background: #90c0e4;
  border-radius: 6px;
  float: left;
  margin: 0 15px 0 0;
}

#btn_mente02 {
  width: 160px;
  font-size: 10px;
  padding: 15px;
  text-align: center;
  background: #ffbb02;
  border-radius: 6px;
  float: left;
}

@media screen and (max-width: 1000px) {
  #btn_mente01 {
    position: absolute;
    bottom: 0px;
  }

  #btn_mente02 {
    position: absolute;
    bottom: 0px;
    left: 170px;
  }
}
@media screen and (max-width: 1199px) {
  #btn_mente01 {
    width: 157px;
    margin: 0 10px 0 0;
  }

  #btn_mente02 {
    width: 157px;
  }
}
@media screen and (max-width: 600px) {
  #btn_mente01 {
    position: relative;
    width: 46.875%;
    margin: 0 3.125% 0 0;
    left: inherit;
    font-size: 12px;
  }

  #btn_mente02 {
    position: relative;
    width: 46.875%;
    margin: 0 0 0 3.125%;
    left: inherit;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  #btn_mente01 {
    width: 100%;
    margin: 0 0 3.125% 0;
  }

  #btn_mente02 {
    width: 100%;
    margin: 0 0 0 0;
    left: inherit;
  }
}
.service_title_01 {
  background: #90c0e4;
  padding: 10px;
  color: #333;
  font-size: 16px;
  margin-top: 25px;
  font-weight: bold;
}

.service_title_02 {
  background: #ffbb02;
  padding: 10px;
  color: #333;
  font-size: 16px;
  margin-top: 25px;
  font-weight: bold;
}

article.mente_box {
  width: 47.50011%;
  float: left;
  margin: 10px 1% 20px 1%;
}

article.mente_box2 {
  width: 99%;
  float: left;
  margin: 10px 10px 20px;
}

@media screen and (max-width: 600px) {
  article.mente_box {
    width: 100%;
    float: none;
    margin: 10px auto 20px auto;
  }

  article.mente_box2 {
    width: 100%;
    float: none;
    margin: 10px auto 20px;
  }
}
article.mente_box .img img,
article.mente_box2 .img img {
  width: 100%;
  height: auto;
}

article.mente_box2 .img2 img {
  width: 49.90090%;
  height: auto;
  padding-left: 18px;
}

article.mente_box h3.mente_title,
article.mente_box2 h3.mente_title {
  font-size: 16px;
  color: #07038d;
  margin-top: 10px;
  clear: both;
}

@media screen and (max-width: 1000px) {
  article.mente_box p img,
  article.mente_box2 p img {
    width: inherit !important;
    max-width: 100% !important;
    height: auto;
  }

  article.mente_box p.icon08 img {
    width: 26px !important;
  }
}
.kodawari_left {
  width: 47.50011%;
  float: left;
}

@media screen and (max-width: 600px) {
  article.mente_box2 div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    /* Safari */
    flex-direction: column;
  }

  article.mente_box2 .img2 {
    -webkit-order: -1;
    order: -1;
  }

  article.mente_box2 .img2 img {
    width: 100%;
    height: auto;
    padding-left: 0;
  }

  .kodawari_left {
    width: 100%;
    float: none;
    -webkit-order: 0;
    order: 0;
  }
}
.f9 {
  font-size: 9px !important;
  letter-spacing: -0.1em;
}

.f10 {
  font-size: 10px;
}

.f16 {
  font-size: 16px;
  font-weight: bold;
}

.red02 {
  font-weight: bold;
  color: #ff4646;
}

#service .mente_box .text_box {
  width: 100%;
  float: none;
  font-size: 12px;
  margin: 0px 20px 0 0px;
  line-height: 1.5em;
  height: 8em;
}

@media screen and (max-width: 600px) {
  #service .mente_box .text_box {
    height: auto;
  }
}
#service .mente_box .text_box .center {
  width: 305px;
}

.mente-wrapper {
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 600px) {
  .mente-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.mente_naiyou {
  padding: 5px;
  background: #e7e7e7;
  line-height: 1.6em;
}

.mente_naiyou.naiyou03 {
  margin-top: 11px;
}

.mente_box2 .mente_naiyou {
  width: 47.50011%;
  float: left;
  padding: 5px;
  margin-left: 18px;
  background: #e7e7e7;
  line-height: 1.6em;
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .mente_box2 .mente_naiyou {
    width: 100%;
    float: none;
    margin-top: 15px;
    margin-left: 0;
  }
}
.icon_safe {
  font-size: 10px;
  width: 48.333333%;
  padding: 10px;
  text-align: center;
  background: #90c0e4;
  border-radius: 6px;
  margin: 0  auto;
}

.icon_long {
  font-size: 10px;
  width: 48.33333%;
  padding: 10px 2px;
  text-align: center;
  background: #ffbb02;
  border-radius: 6px;
  margin: 0  auto;
}

@media screen and (max-width: 1000px) {
  .icon_safe,
  .icon_long {
    width: 47.33333%;
  }
}
@media screen and (max-width: 320px) {
  .icon_safe,
  .icon_long {
    width: 100%;
  }
}
.pd01 {
  padding-bottom: 31px;
}

.pd02 {
  padding-bottom: 38px;
}

.icon01 {
  margin-top: 81px;
}

.icon02 {
  margin-top: 10px;
}

.icon03 {
  margin-top: 10px;
  margin-bottom: 11px;
}

.icon04 {
  margin-left: auto;
  margin-right: auto;
}

.icon05 {
  margin-top: 10px;
  margin-bottom: 12px;
}

.icon06 {
  margin-left: 0px;
  margin-right: 10px;
}

.icon14 {
  margin-left: auto;
  margin-right: auto;
}

.icon07 {
  margin-top: 0;
  margin-bottom: 11px;
}

.icon08 {
  margin: 10px 0 0;
}

.icon10 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 11px;
  padding-bottom: 10px;
}

.icon11 {
  margin: 10px auto;
}

.icon12 {
  width: 100%;
  margin: 3px 0 0 0px;
}

.icon12_plus {
  margin: 49px 0 0;
}

.icon12 .icon_safe,
.icon12 .icon_long {
  width: 54.3% !important;
}

.flex-wrapper {
  display: -webkit-flex;
  display: flex;
}

.icon13 {
  margin: 21px 0 0 0px;
  width: 100%;
}

.icon13 .icon_safe {
  margin-bottom: 5px;
  width: 53.8% !important;
}

.icon13_plus {
  margin-top: 44px;
}

.flex-wrapper {
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 600px) {
  .mente_naiyou,
  .mente_naiyou.naiyou03 {
    margin-top: 15px;
  }

  .icon_safe, .icon_long {
    width: 100%;
  }

  .icon01 {
    margin-top: 10px;
  }

  .icon02 {
    margin-bottom: 15px;
  }

  .icon03 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  .icon04 {
    margin-left: auto;
    margin-right: auto;
  }

  .icon05 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  .icon06 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }

  .icon08 {
    float: none;
    margin: 10px auto 0;
    width: 47.333333%;
  }

  .icon08 img {
    width: 26px !important;
  }

  .icon10,
  .icon11 {
    margin: 5px auto 0;
  }

  .icon12 .icon_safe,
  .icon12 .icon_long {
    width: 100% !important;
  }

  .icon12_plus {
    margin: 15px auto 0;
    text-align: center;
  }

  .icon13 .icon_safe {
    width: 100% !important;
  }

  .icon13_plus {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .icon03 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .icon04,
  .icon06,
  .icon07 {
    margin-bottom: 5px;
  }
}
.m0 {
  margin: 5px 0 5px 0;
  padding: 0;
  line-height: 0em;
}

.kodawari_icon {
  width: 47.50011%;
  float: left;
}

@media screen and (max-width: 600px) {
  .kodawari_icon {
    width: 100%;
    float: none;
  }

  .kodawari_icon .icon12 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
}
.btn_mente03 a {
  margin: 0 20px 0 80px;
  display: block;
  width: 225px;
  padding: 15px;
  color: #FFF;
  text-align: center;
  background: #07038d;
  border-radius: 6px;
  float: left;
  box-shadow: #666 1px 1px 3px;
}

.btn_mente04 a {
  float: left;
  margin: 0 80px 0 0;
  color: #FFF;
  display: block;
  width: 225px;
  padding: 15px;
  text-align: center;
  background: #07038d;
  border-radius: 6px;
  float: left;
  box-shadow: #666 1px 1px 3px;
}

.ment_pdf {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  justify-content: space-around;
}

@media screen and (max-width: 749px) {
  .btn_mente03,
  .btn_mente04 {
    width: 100%;
  }

  .btn_mente03 a {
    margin: 0 auto 0;
    display: block;
    width: 100%;
    float: none;
  }

  .btn_mente04 a {
    margin: 0 auto 0;
    color: #FFF;
    display: block;
    width: 100%;
    padding: 15px;
    float: none;
  }
}
/* ページ共通レイアウト */
.page-headder {
  margin: 0 auto;
  padding-top: 86px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-headder {
    padding-top: 53px;
  }
}
@media screen and (max-width: 599px) {
  .page-headder {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.page-headder h2 {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page-headder h2 {
    font-size: 2.5rem;
  }
}
.page-headder img {
  width: 100%;
  height: auto;
}
.page-headder + #main {
  padding-top: 0;
}

/* 購入の流れ */
@media screen and (max-width: 767px) {
  .sales-flow .container:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .sales-flow #head_area {
    margin-bottom: 50px;
  }
}
.sales-flow aside#sidebar {
  margin-top: -28px;
}

#sales {
  border-bottom: none;
}
#sales article {
  border-bottom: none;
}

#sales_head {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sales_head {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sales_top {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

#sales h3#copy_3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7em;
  color: #444;
  margin-top: 0;
  margin-left: 0;
}

@media screen and (max-width: 420px) {
  #sales h3#copy_3 br {
    display: none;
  }
}
#sales h3#title_sub {
  background: #e7e7e7;
  padding: 10px;
  color: #07038d;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 25px;
}

#sales_box {
  width: 625px;
  padding: 0;
  margin: 0 0 30px 0;
}

#sales_box .text_box {
  font-size: 150%;
}

.sales_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sales_box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.step_p {
  float: left;
  clear: left;
  margin: 0 20px 0 0;
  box-shadow: #ccc 1px 0px 3px;
}

.title_box {
  width: 315px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sales_title {
  font-size: 18px !important;
  font-weight: bold;
}

.step_icon {
  background: #07038d;
  border-radius: 50vh;
  width: 111px;
  color: #fff;
  text-align: center;
  padding: 0.22em 0 0.05em;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: 'overpassBold', sans-serif;
}

.step_icon--ext {
  background: #5d5db4 !important;
}

.step_num {
  letter-spacing: 0.05rem;
}

.step_num .step_num_large {
  font-size: 26px;
  margin-left: 5px;
}

.step_icon_1,
.step_icon_2,
.step_icon_3,
.step_icon_4,
.step_icon_5,
.step_icon_6 {
  width: 42px;
  height: auto;
}

.step_icon_7 {
  width: 50px;
  height: auto;
}

.store_step {
  color: #CCC !important;
}

.text_box p {
  line-height: 1.8;
  font-size: 1.6rem !important;
}

.image_box {
  margin-top: 30px;
  width: 530px;
  background: #f2f2f2;
  /*
  .image_box_inner:before {
    content: "";
    background: url('../images/sales/icon-sales-arrow.svg') no-repeat 0 0;
    background-size: 100%;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    @include mq(medium,max,true){
      right: 30px;
    }
  }
  */
  /*
  .image_box_inner:after {
    content: "\e080";
    font-family: "Glyphicons Halflings";
    line-height: 1;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    height: 10px;
    color: #04a9fb;
    @include mq(medium,max,true){
      right: 35px;
    }
  }
  */
}
.image_box p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .image_box {
    width: 100%;
  }
}
.image_box a {
  color: inherit;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .image_box a {
    display: block;
  }
}
.image_box .image_wrapper {
  width: 254px;
  height: 142px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .image_box .image_wrapper {
    width: 100%;
    height: auto;
  }
}
.image_box img {
  width: auto;
  height: 142px;
  position: absolute;
  left: -28px;
}
@media screen and (max-width: 767px) {
  .image_box img {
    width: 100%;
    height: auto;
    position: relative;
    left: inherit;
  }
}
.image_box .image_box_inner {
  position: relative;
  padding: 10px 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .image_box .image_box_inner {
    padding: 4px 25px;
    margin-bottom: 10px;
  }
}
.image_box .image_box_inner p {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
  font-size: 1.3rem !important;
}
.image_box .link-arrow {
  position: relative;
  padding-left: 1em;
}
.image_box .image_box_inner .link-arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 620px) {
  .sales_box {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .step_p {
    width: 100%;
    height: auto;
    float: none;
    clear: left;
    margin: 15px auto;
    box-shadow: #ccc 1px 0px 3px;
    -webkit-order: 3;
    order: 3;
  }

  .sales_box .sales_title,
  .sales_box .text_box {
    text-align: left;
  }

  .sales_box .sales_title img {
    max-width: 100%;
    height: auto;
  }
}
.sales_title {
  margin: 0 0 0 0.6em;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

.flow {
  height: 60px;
  width: 2px;
  border-left: dotted 2px #07038d;
  margin-left: 161px;
  margin-bottom: 25px;
  margin-top: -30px;
}

@media screen and (max-width: 1000px) {
  .flow {
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 620px) {
  .flow {
    margin-left: 50%;
    text-align: center;
  }
}
/* ストア一覧 */
#map_area {
  width: 50%;
  padding-right: 20px;
  float: left;
}

p#select-area-name {
  display: inline-block;
  font-size: 16px;
  margin-left: 20px;
}

@media screen and (max-width: 1200px) {
  #map_area {
    width: 58%;
  }
}
@media (max-width: 1000px) {
  #map_area {
    width: 100%;
    padding-right: 0;
    float: none;
  }
}
#map_area ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  margin: 0 0 10px;
  width: 100%;
}

#select_storearea li {
  display: block;
  width: 32.333333%;
  text-align: center;
  border: solid 1px #ddd;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  border-radius: 12px;
  opacity: 1;
  margin: 0 0 6px;
}

@media screen and (max-width: 580px) {
  h3.store-list-title {
    padding: 0 !important;
  }

  p#select-area-name {
    display: inline-block;
    font-size: 16px;
    margin-left: 4px;
  }

  #select_storearea li {
    width: 48.333333%;
  }
}
@media screen and (max-width: 420px) {
  #select_storearea li {
    font-size: 12px;
  }
}
#select_storearea li a {
  display: block;
  padding: 0.2em 1.2em;
  color: #555;
}

#select_storearea li:hover {
  opacity: 0.7;
}

#select_storearea li:nth-of-type(4) {
  clear: both;
}

#select_storearea li a.act {
  background: #07038d;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 12px;
}

#select_storearea li a:hover {
  text-decoration: none;
}

#map {
  display: block;
  width: 100%;
  height: 500px;
}

#store_list_area {
  width: 50%;
  padding-left: 20px;
  float: left;
  position: relative;
}

@media screen and (max-width: 1200px) {
  #store_list_area {
    width: 42%;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  #map {
    height: 0;
    padding-bottom: 80%;
  }

  #store_list_area {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}
#store_list_area .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

h3.store-list-title {
  padding: 0 0 0.7em;
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 0;
}

p#list-number {
  display: inline-block;
  font-size: 16px;
  margin-left: 20px;
}

#store_list_content {
  height: 500px;
  padding-right: 20px;
  margin-top: 9px;
}

@media (max-width: 500px) {
  #store_list_content {
    height: auto;
    padding-right: 0;
  }
}
#back_list {
  background: #ccc;
  display: block;
  margin-top: -10px;
}

.store-list-box {
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.1);
  padding: 0.8em;
  margin: 0 0 15px;
}

a .store-list-box,
.store-list-box a {
  color: #333;
}

.store-list-box h3 a {
  width: 100%;
}

.store-list-box.act {
  background: #cbe6a3;
}

.store-list-box.act::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  box-sizing: border-box;
  width: 3px;
  height: 100%;
  border-left: 7px solid #aaa;
}

.store-list-box.act::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-bottom: 4px solid transparent;
}

#btn-close {
  display: none;
}

@media (max-width: 500px) {
  .store-list-box.act::before,
  .store-list-box.act::after {
    display: none;
  }

  .pan-to {
    cursor: pointer;
  }

  #map.sp {
    position: fixed !important;
    top: 98px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
  }

  .sp + #btn-close {
    display: block;
    position: fixed;
    top: 301px;
    left: 22px;
    z-index: 9999;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    border: solid 1px #ccc;
    cursor: pointer;
  }
}
#store_list_area a:hover {
  text-decoration: none;
  color: #07038d;
}

.store-list-box h3 {
  font-size: 18px;
  margin: 0 0 0.5em;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  text-shadow: 0px 0px 0px black;
}

.store-list-box p.address {
  font-size: 16px;
  margin: 0 0 0.2em;
  padding-right: 2.55em;
}

@media (max-width: 500px) {
  .store-list-box p.address {
    padding-right: 0;
  }
}
.store-list-box p.tel {
  font-size: 16px;
  position: relative;
  margin: 0 0 0.2em;
}

.store-list-box span.holiday {
  font-size: 12px;
  position: relative;
  top: -1px;
}

.store-list-box p.working-time {
  font-size: 12px;
  margin: 0;
  display: flex;
}

.store-list-box p.working-time span {
  display: inline-block;
}

.store-list-box span.btn-store {
  font-size: 11px;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #07038d;
  color: #fff;
  text-align: center;
  padding: 0.3em 0;
  width: 8.5em;
  display: inline-block;
  border-radius: 3px;
  font-family: 'Noto Sans JP', sans-serif;
  text-shadow: 0px 0px 0px black;
}

.store-list-box span.btn-store-sp {
  display: none;
}

@media (max-width: 480px) {
  .store-list-box span.btn-store {
    display: none;
  }

  .store-list-box span.btn-store-sp {
    font-size: 11px;
    margin: 0;
    position: relative;
    top: -3px;
    right: auto;
    left: 5px;
    background: #07038d;
    color: #fff;
    text-align: center;
    padding: 0.3em 0;
    width: 2em;
    display: inline-block;
    border-radius: 3px;
    font-family: 'Noto Sans JP', sans-serif;
    text-shadow: 0px 0px 0px black;
  }
}
.store-list-box span.icon {
  position: absolute;
  top: 36px;
  right: 10px;
  background: #03a9f4;
  color: #fff;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-weight: normal !important;
}

@media (max-width: 480px) {
  .store-list-box span.icon {
    position: relative;
    top: 10px;
    right: auto;
    margin-bottom: 10px;
  }

  .store-list-box span.icon br {
    display: none;
  }
}
.store-list-box span.icon a,
.store-list-box span.icon a:visited {
  color: #fff;
  text-decoration: none;
}

.store-list-box .map-icon a:focus {
  text-decoration: none;
}

.store-list-box .map-icon {
  position: relative;
  top: -3px;
  background: #cbe6a3;
  color: #000;
  font-size: 11px;
  text-align: center;
  display: inline-block;
  padding: 0 0.2em 0.2em;
  margin-left: 0.5em;
  border-radius: 3px;
  font-weight: 300 !important;
}

@media (max-width: 500px) {
  .store-list-box .map-icon {
    display: none;
  }
}
.btn-store-site-sp {
  display: none;
}

@media (max-width: 500px) {
  .btn-store-site-sp {
    display: block;
    font-size: 12px;
    margin: 10px auto;
    position: relative;
    background: #07038d;
    color: #fff;
    text-align: center;
    padding: 0.6em 0;
    width: 100%;
    border-radius: 3px;
    font-family: 'Noto Sans JP', sans-serif;
    text-shadow: 0px 0px 0px black;
  }
}
#store_list {
  border-bottom: none;
}

#store_list_head {
  position: relative;
  width: 100%;
  background: #f3f3f3 url(../images/about/img_about_head.jpg) no-repeat right 0;
  height: 98px;
  margin: 15px 0 15px 0;
}

#store_list_head h2 {
  position: relative;
  top: 30px;
  left: 28px;
  font-size: 13px;
  margin: 0 0 0 0;
  color: #07038d;
}

.title_store_list {
  background: #e7e7e7;
  padding: 10px;
  color: #07038d;
  font-size: 16px;
  margin-top: 25px;
}

.map {
  background: url(../images/store_list/img_map.jpg) no-repeat 2px 15px;
  height: 387px;
  position: relative;
}

.map dl {
  position: absolute;
  left: 560px;
  top: 30px;
  font-size: 13px;
}

.map dt {
  float: left;
  line-height: 1.8em;
  margin-bottom: 12px;
}

.map dd {
  width: 330px;
  color: #07038d;
  line-height: 1.8em;
  margin-bottom: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

a#list_meguro {
  display: block;
  position: absolute;
  width: 57px;
  height: 18px;
  top: 250px;
  left: 442px;
  text-indent: -9999px;
}

a:hover#list_meguro {
  display: block;
  position: absolute;
  background: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 56px;
  height: 18px;
  top: 250px;
  left: 442px;
}

a#list_futako {
  display: block;
  position: absolute;
  width: 56px;
  height: 17px;
  top: 277px;
  left: 413px;
  text-indent: -9999px;
}

a:hover#list_futako {
  display: block;
  position: absolute;
  width: 56px;
  height: 17px;
  top: 277px;
  left: 413px;
  text-indent: -9999px;
  background: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

a#list_kunitachi {
  display: block;
  position: absolute;
  width: 35px;
  height: 18px;
  top: 180px;
  left: 354px;
  text-indent: -9999px;
}

a:hover#list_kunitachi {
  display: block;
  position: absolute;
  width: 35px;
  height: 18px;
  top: 180px;
  left: 354px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_seiseki {
  display: block;
  position: absolute;
  width: 73px;
  height: 18px;
  top: 208px;
  left: 305px;
  text-indent: -9999px;
}

a:hover#list_seiseki {
  display: block;
  position: absolute;
  width: 73px;
  height: 18px;
  top: 208px;
  left: 305px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_kohoku {
  display: block;
  position: absolute;
  width: 34px;
  height: 17px;
  top: 234px;
  left: 359px;
  text-indent: -9999px;
}

a:hover#list_kohoku {
  display: block;
  position: absolute;
  width: 34px;
  height: 17px;
  top: 234px;
  left: 359px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_nagoya {
  display: block;
  position: absolute;
  width: 47px;
  height: 18px;
  top: 273px;
  left: 300px;
  text-indent: -9999px;
}

a:hover#list_nagoya {
  display: block;
  position: absolute;
  width: 47px;
  height: 18px;
  top: 273px;
  left: 300px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_osaka {
  display: block;
  position: absolute;
  width: 35px;
  height: 18px;
  top: 220px;
  left: 233px;
  text-indent: -9999px;
}

a:hover#list_osaka {
  display: block;
  position: absolute;
  width: 35px;
  height: 18px;
  top: 220px;
  left: 233px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_livosaka {
  display: block;
  position: absolute;
  width: 34px;
  height: 18px;
  top: 294px;
  left: 242px;
  text-indent: -9999px;
}

a:hover#list_livosaka {
  display: block;
  position: absolute;
  width: 34px;
  height: 18px;
  top: 294px;
  left: 242px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_sakai {
  display: block;
  position: absolute;
  width: 34px;
  height: 18px;
  top: 297px;
  left: 290px;
  text-indent: -9999px;
}

a:hover#list_sakai {
  display: block;
  position: absolute;
  width: 34px;
  height: 18px;
  top: 294px;
  left: 290px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_kobe {
  display: block;
  position: absolute;
  width: 34px;
  height: 18px;
  top: 261px;
  left: 181px;
  text-indent: -9999px;
}

a:hover#list_kobe {
  display: block;
  position: absolute;
  width: 34px;
  height: 18px;
  top: 261px;
  left: 181px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_hiroshima {
  display: block;
  position: absolute;
  width: 47px;
  height: 18px;
  top: 257px;
  left: 119px;
  text-indent: -9999px;
}

a:hover#list_hiroshima {
  display: block;
  position: absolute;
  width: 47px;
  height: 18px;
  top: 257px;
  left: 119px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_onomchi {
  display: block;
  position: absolute;
  width: 34px;
  height: 18px;
  top: 237px;
  left: 150px;
  text-indent: -9999px;
}

a:hover#list_onomchi {
  display: block;
  position: absolute;
  width: 34px;
  height: 18px;
  top: 237px;
  left: 150px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_imabari {
  display: block;
  position: absolute;
  width: 34px;
  height: 18px;
  top: 336px;
  left: 121px;
  text-indent: -9999px;
}

a:hover#list_imabari {
  display: block;
  position: absolute;
  width: 34px;
  height: 18px;
  top: 336px;
  left: 121px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_fukuoka {
  display: block;
  position: absolute;
  width: 34px;
  height: 18px;
  top: 348px;
  left: 48px;
  text-indent: -9999px;
}

a:hover#list_fukuoka {
  display: block;
  position: absolute;
  width: 34px;
  height: 18px;
  top: 348px;
  left: 48px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_shimeidori {
  display: block;
  position: absolute;
  width: 69px;
  height: 18px;
  top: 190px;
  left: 237px;
  text-indent: -9999px;
}

a:hover#list_shimeidori {
  display: block;
  position: absolute;
  width: 69px;
  height: 18px;
  top: 190px;
  left: 237px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_tsukuba {
  display: block;
  position: absolute;
  width: 44px;
  height: 18px;
  top: 192px;
  left: 470px;
  text-indent: -9999px;
}

a:hover#list_tsukuba {
  display: block;
  position: absolute;
  width: 44px;
  height: 18px;
  top: 192px;
  left: 470px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_kitakami {
  display: block;
  position: absolute;
  width: 34px;
  height: 18px;
  top: 71px;
  left: 466px;
  text-indent: -9999px;
}

a:hover#list_kitakami {
  display: block;
  position: absolute;
  width: 34px;
  height: 18px;
  top: 71px;
  left: 466px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_kochi {
  display: block;
  position: absolute;
  width: 34px;
  height: 18px;
  top: 334px;
  left: 189px;
  text-indent: -9999px;
}

a:hover#list_kochi {
  display: block;
  position: absolute;
  width: 34px;
  height: 18px;
  top: 334px;
  left: 189px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_iwaki {
  display: block;
  position: absolute;
  width: 45px;
  height: 18px;
  top: 145px;
  left: 495px;
  text-indent: -9999px;
}

a:hover#list_iwaki {
  display: block;
  position: absolute;
  width: 45px;
  height: 18px;
  top: 145px;
  left: 495px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_ujina {
  display: block;
  position: absolute;
  width: 59px;
  height: 18px;
  top: 287px;
  left: 52px;
  text-indent: -9999px;
}

a:hover#list_ujina {
  display: block;
  position: absolute;
  width: 59px;
  height: 18px;
  top: 287px;
  left: 52px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_moriyama {
  display: block;
  position: absolute;
  width: 68px;
  height: 18px;
  top: 165px;
  left: 253px;
  text-indent: -9999px;
}

a:hover#list_moriyama {
  display: block;
  position: absolute;
  width: 68px;
  height: 18px;
  top: 165px;
  left: 253px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_kawagoe {
  display: block;
  position: absolute;
  width: 35px;
  height: 18px;
  top: 125px;
  left: 381px;
  text-indent: -9999px;
}

a:hover#list_kawagoe {
  display: block;
  position: absolute;
  width: 35px;
  height: 18px;
  top: 125px;
  left: 381px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_nara {
  display: block;
  position: absolute;
  width: 35px;
  height: 18px;
  top: 322px;
  left: 264px;
  text-indent: -9999px;
}

a:hover#list_nara {
  display: block;
  position: absolute;
  width: 35px;
  height: 18px;
  top: 322px;
  left: 264px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_matsue {
  display: block;
  position: absolute;
  width: 35px;
  height: 18px;
  top: 189px;
  left: 143px;
  text-indent: -9999px;
}

a:hover#list_matsue {
  display: block;
  position: absolute;
  width: 35px;
  height: 18px;
  top: 189px;
  left: 143px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_maebashi {
  display: block;
  position: absolute;
  width: 35px;
  height: 18px;
  top: 97px;
  left: 400px;
  text-indent: -9999px;
}

a:hover#list_maebashi {
  display: block;
  position: absolute;
  width: 35px;
  height: 18px;
  top: 97px;
  left: 400px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_nogata {
  display: block;
  position: absolute;
  width: 34px;
  height: 18px;
  top: 302px;
  left: 9px;
  text-indent: -9999px;
}

a:hover#list_nogata {
  display: block;
  position: absolute;
  width: 34px;
  height: 18px;
  top: 302px;
  left: 9px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a#list_ichinomiya {
  display: block;
  position: absolute;
  width: 35px;
  height: 18px;
  top: 309px;
  left: 331px;
  text-indent: -9999px;
}

a:hover#list_ichinomiya {
  display: block;
  position: absolute;
  width: 35px;
  height: 18px;
  top: 309px;
  left: 331px;
  text-indent: -9999px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

article #store_sum {
  border-bottom: none;
  width: 880px;
  margin: 40px auto 0 auto;
}

article #store_sum div {
  width: 130px;
  height: 210px;
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
}

article #store_sum div:nth-child(6),
article #store_sum div:nth-child(12),
article #store_sum div:nth-child(18),
article #store_sum div:nth-child(24) {
  margin-right: 0 !important;
}

article #store_sum div h3 {
  font-size: 12px;
  margin: 0 0 3px 2px;
  padding: 0 !important;
  font-weight: normal;
}

article #store_sum div p {
  font-size: 11px;
  margin: 0 0 0 2px;
  line-height: 16px;
}

article #store_sum div p.mb1l {
  margin-bottom: 16px !important;
}

/* キャンペーン イベント*/
#campaign, #event {
  border-bottom: none;
  margin-bottom: 30px;
}

#event-inner {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#cam_head, #event_head {
  position: relative;
  width: 100%;
}

#event_head_01,
#event_head_02 {
  width: 50%;
}

#event_head_01 {
  padding-right: 15px;
}

#event_head_02 {
  padding-left: 15px;
}

@media (max-width: 1000px) {
  #event_head_01,
  #event_head_02 {
    width: 100%;
    padding: 0;
  }

  #event_head_01 {
    margin-bottom: 20px;
  }
}
#campaign h3#title_campaign,
#event h3#title_event {
  background: #07038d;
  padding: 10px;
  color: #FFF;
  font-size: 16px;
  margin-top: 0;
  letter-spacing: 0;
}

#event h3#title_event_other {
  background: #cccccc;
  padding: 10px;
  color: #07038d;
  font-size: 16px;
  margin-top: 0;
  letter-spacing: 0;
}

#event h3#title_event span,
#event h3#title_event_other span {
  font-size: 10px;
  margin-left: 5px;
}

#campaign h3#title_campaign_end,
#event h3#title_event_end {
  background: #e7e7e7;
  padding: 10px;
  color: #07038d;
  font-size: 16px;
  margin-top: 25px;
}

#campaign h3#title_campaign_store {
  background: #e7e7e7;
  padding: 10px;
  color: #07038d;
  font-size: 16px;
  margin-top: 25px;
}

article.entry_box {
  width: 32.199999%;
  overflow: hidden;
  float: left;
  height: 350px;
  margin-top: 10px;
  margin-right: 17px;
  border-bottom: solid 1px #07038d;
  box-sizing: border-box;
}

#cam_head_02 article.entry_box {
  height: 175px;
}
@media screen and (max-width: 767px) {
  #cam_head_02 article.entry_box {
    min-height: 175px;
    height: inherit;
  }
}

#cam_head_01 article.entry_box:nth-of-type(3n),
#cam_head_02 article.entry_box:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  #cam_head_01 article.entry_box:nth-of-type(3n),
  #cam_head_02 article.entry_box:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 599px) {
  #cam_head_01 article.entry_box:nth-of-type(2n),
  #cam_head_02 article.entry_box:nth-of-type(2n) {
    margin-right: 0;
  }
}
#event article.entry_box,
#event article.entry_box_02 {
  width: 100%;
  overflow: hidden;
  float: left;
  height: auto;
  margin: 10px 0 10px;
  margin-right: 17px;
  border-bottom: solid 1px #ddd;
  box-sizing: border-box;
  padding: 0px 0 10px 0;
}

article.entry_box .store_icon,
article.entry_box_02 .store_icon {
  background: #07038d;
  color: #fff;
  padding: 0.3em 0.8em;
  border-radius: 12px;
  width: 8em;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  margin: 10px 0 10px;
}

#event article.entry_box .store_icon,
#event article.entry_box_02 .store_icon {
  background: #07038d;
  color: #fff;
  padding: 0.3em 0.8em;
  border-radius: 12px;
  width: 8em;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  margin: 2px 5px 4px 0;
  position: relative;
  top: -2px;
}

#event #event_head_02 article.entry_box .store_icon {
  background: #cccccc;
  color: #07038d;
}

.change_btn {
  display: none;
}
@media screen and (max-width: 999px) {
  .change_btn {
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .change_btn a {
    text-decoration: none;
  }
  .change_btn a:hover,
  .change_btn a:focus {
    text-decoration: none !important;
  }
}

.change_btn-items {
  width: 48%;
  height: 40px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
}

.change_btn-items.blue {
  background: #07038d;
  color: #fff;
}
.change_btn-items.blue a {
  color: #fff;
}

.change_btn-items.gray {
  background: #ccc;
  color: #07038d;
}

.mr0 {
  margin-right: 0 !important;
}

article.entry_box .photo_box {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.2%;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

#event article.entry_box .photo_box,
#event article.entry_box_02 .photo_box {
  height: 60px;
  width: 60px;
  overflow: hidden;
  padding-bottom: 0;
  float: left;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  position: relative;
}

#event article.entry_box .photo_box_sp {
  display: none;
}

article.entry_box .photo_box:hover {
  opacity: 0.7;
}

article.entry_box .photo_box img {
  width: 100%;
  height: auto;
}

#event article.entry_box .photo_box img,
#event article.entry_box_02 .photo_box img {
  /*
  width: 120px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  */
}

article.entry_box .text_area,
article.entry_box_02 .text_area {
  padding: 0 10px;
}

#event article.entry_box .text_area,
#event article.entry_box_02 .text_area {
  padding: 0 10px;
  float: left;
  width: 86.23529%;
}

article.entry_box .text_area .kaisai,
article.entry_box_02 .text_area .kaisai {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

article.entry_box .entry_title {
  font-size: 14px;
  line-height: 1em;
  margin: 0 0 10px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 510px) {
  #event article.entry_box,
  #event article.entry_box_02 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
#event article.entry_box .entry_title,
#event article.entry_box_02 .entry_title {
  font-size: 14px;
  line-height: 1em;
  margin: 0 0 10px;
  padding: 0 0 0 0.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 450px) {
  #event article.entry_box,
  #event article.entry_box_02 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }

  #event article.entry_box .photo_box_sp {
    width: 100%;
    height: 0;
    padding-bottom: 56.2%;
    display: block;
    margin-bottom: 15px;
  }

  #event article.entry_box .photo_box_sp img {
    width: 100%;
    height: auto;
  }

  article.entry_box .text_area,
  article.entry_box_02 .text_area {
    width: 100% !important;
    padding: 0 !important;
  }

  article.entry_box .text_area .kaisai,
  article.entry_box_02 .text_area .kaisai {
    text-overflow: inherit;
    white-space: normal;
    font-size: 0.9em;
  }

  #event article.entry_box .text_area .kaisai .store_icon,
  #event article.entry_box_02 .text_area .kaisai .store_icon {
    display: block !important;
  }

  #event article.entry_box .photo_box,
  #event article.entry_box_02 .photo_box {
    display: none;
  }

  article.entry_box .entry_title,
  article.entry_box_02 .entry_title {
    font-size: 0.9em;
    margin: 0 0 10px;
    line-height: 1.5;
    padding: 0;
    text-overflow: inherit;
    white-space: normal;
  }

  .entry {
    font-size: 0.9em;
    margin-bottom: 10px;
  }
}
article.entry_box_02 .entry_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

article.entry_box_02 {
  padding: 0px 0 10px 0;
  width: 32.019999%;
  height: 100px;
  float: left;
  margin: 10px 17px 0 0;
  box-sizing: border-box;
}

article.entry_box_02 .entry_title a {
  font-size: 14px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  color: #444;
}

#event article.entry_box_02 .entry_title a {
  font-size: 14px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  color: #07038d;
}

@media (max-width: 1000px) {
  article.entry_box_02 {
    width: 31.019999%;
  }
}
#search-area-post {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

#search-area-post p {
  position: relative;
  white-space: nowrap;
  padding-right: 20px;
}

#search-area-post ul {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  margin: 0 0 10px;
  width: 100%;
}

#search-area-post li {
  display: block;
  width: 16.66666%;
  text-align: center;
  border: solid 1px #ddd;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  border-radius: 6px;
  opacity: 1;
  margin: 6px 3px;
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  #search-area-post {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  #search-area-post ul {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  #search-area-post ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    margin: 0;
  }

  #search-area-post li {
    width: 48.333333%;
    margin: 6px 0;
  }
}
@media screen and (max-width: 420px) {
  #search-area-post li {
    font-size: 12px;
  }
}
#search-area-post li a {
  padding: 0.8em 0.5em;
  color: #555;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#search-area-post li:hover {
  opacity: 0.7;
}

#search-area-post li:nth-of-type(4) {
  clear: both;
}

#search-area-post li a.act {
  background: #07038d;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 6px;
}

#search-area-post .liv li a.act {
  background: #560054 !important;
}

#search-area-post li a:hover {
  text-decoration: none;
}

@media (max-width: 650px) {
  #search-area-post .select-wrap {
    margin-bottom: 10px;
  }

  #search-area-post .select-wrap,
  #search-area-post .select-wrap select {
    width: 100%;
    font-size: 16px;
  }

  #search-area-post {
    position: relative;
    top: 0;
  }

  #search-area-post p {
    left: 0;
    top: 0;
    margin-bottom: 5px;
    margin-left: 2px;
  }
}
@media (max-width: 320px) {
  #search-area-post p {
    left: 0;
    top: 0;
  }
}
.postlist-noresult {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  display: block;
  padding: 100px 10px;
  background: #eee;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  article.entry_box {
    width: 32.019999%;
    overflow: hidden;
    float: left;
    height: 320px;
    margin-top: 10px;
    margin-right: 17px;
    border-bottom: solid 1px #07038d;
    box-sizing: border-box;
  }
}
@media (max-width: 1000px) {
  #cam_head_01 .cam_body,
  #cam_head_02 .cam_body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  article.entry_box,
  article.entry_box_02 {
    width: 31.519999%;
    margin-right: auto;
  }
}
@media (max-width: 600px) {
  article.entry_box,
  article.entry_box_02 {
    width: 48%;
    margin-right: auto;
  }
}
@media (max-width: 450px) {
  #cam_head_01 article.entry_box,
  #cam_head_02 article.entry_box_02 {
    width: 100%;
    margin-right: auto;
    height: auto !important;
  }
}
.search_post_zero {
  padding: 80px 10px;
  background: #eee;
  text-align: center;
  font-size: 16px;
}

/* バイクファッション　*/
#bike_fashion {
  border-bottom: none;
  margin-bottom: 30px;
}

#bkf_head {
  position: relative;
  background: #f3f3f3 url(../images/bike_fashion/img_bike_fashion_head.jpg) no-repeat right 0;
  width: 100%;
  height: 98px;
  margin: 15px 0 15px 0;
}

#bkf_head h2 {
  position: relative;
  top: 30px;
  left: 28px;
  font-size: 13px;
  margin: 0 0 0 0;
  color: #07038d;
}

#bike_fashion h3#title_bike_fashion {
  background: #07038d;
  padding: 10px;
  color: #FFF;
  font-size: 16px;
  margin-top: 25px;
}

article.entry_box_bkfs {
  width: 295px;
  overflow: hidden;
  height: 300px;
  margin-top: 10px;
  margin-right: 17px;
  float: left;
  border-bottom: solid 1px #07038d;
}

.text_area_bkfs {
  padding: 0 10px;
}

article.entry_box_bkfs .entry_title {
  font-size: 14px;
  line-height: 1.2em;
  margin: 5px 0 0 0;
  padding: 0;
}

/* Liv NEWS　*/
#liv_news_list {
  border-bottom: none;
}

#liv_news_list .content_title {
  height: inherit;
  margin: 8px 0 10px !important;
  background: #560054;
  padding: 2px 5px 5px;
}

#main h2.liv img {
  width: 68px;
  margin-top: -12px;
  margin-right: 5px;
}

#liv_news_list .content_title h2 {
  font-size: 16px !important;
  color: #fff !important;
  font-weight: 100 !important;
}

#liv_news_list .content_title h2 span {
  font-size: 16px !important;
  font-weight: normal;
}

#liv_news_list #entry_area .entry_box {
  border-bottom: solid 1px #f0f0f0;
  height: 320px;
}

#liv_news_list #entry_area .entry_box:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1000px) {
  #liv_news_list #entry_area {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  #liv_news_list #entry_area .entry_box {
    width: 100%;
    height: auto;
  }

  #liv_news_list #entry_area .entry_box .text_area {
    padding: 0;
  }
}
#liv_news_list #entry_area .entry_box .photo_area {
  margin-bottom: 2.5%;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.2%;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

#liv_news_list #entry_area .entry_box .photo_area:hover {
  opacity: 0.7;
}

#liv_news_list #entry_area .entry_box .photo_area img {
  width: 100%;
  height: auto;
}

#liv_news_list #entry_area .entry_box .store_icon {
  background: #560054;
  color: #fff;
  padding: 0.3em 0.8em;
  border-radius: 12px;
  width: 6.8em;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  margin: 0 5px 0 0;
  position: relative;
  top: -1px;
}

#liv_news_list #entry_area .entry_box .date {
  display: inline-block;
  margin: 0;
}

#liv_news_list #entry_area .entry_box .title {
  margin: 2.5% 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#liv_news_list #entry_area .entry_box .title a,
#liv_news_list #next2 a {
  color: #560054;
}

/* 購入体験レポート一覧　*/
#report_list {
  border-bottom: none;
}

#report_list .content_title {
  height: inherit;
  margin: 8px 0 2em !important;
  background: #07038d;
  padding: 2px 5px 5px;
}

#report_list .content_title h2 {
  font-size: 16px !important;
  color: #fff !important;
  font-weight: 100 !important;
}

#report_list .content_title h2 span {
  font-size: 16px !important;
  font-weight: normal;
}

#report_list #entry_area .entry_box {
  border-bottom: solid 1px #f0f0f0;
  height: 320px;
}

#report_list #entry_area .entry_box:nth-child(3n) {
  margin-right: 0;
}

#report_list #entry_area .entry_box .photo_area {
  margin-bottom: 2.5%;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.2%;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

#report_list #entry_area .entry_box .photo_area:hover {
  opacity: 0.7;
}

#report_list #entry_area .entry_box .photo_area img {
  width: 100%;
  height: auto;
}

#report_list #entry_area .entry_box .date {
  display: inline-block;
  margin: 0;
}

#report_list #entry_area .entry_box .title {
  margin: 2.5% 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 各店ページ　*/
#store_content {
  position: relative;
  width: 68.68422%;
  float: left;
  padding-right: 15px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  #store_content {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .side_bar_area .bn_area {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
h2#store_name {
  margin: 30px 0 20px 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-size: 21px;
  font-weight: 600;
}

h2#store_name a {
  color: #333;
}

.store-img-wrapper {
  background: #000;
  margin-bottom: 30px;
  display: flex;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
}

#store_img {
  overflow: hidden;
  position: relative;
  width: 83.29014%;
  height: 0;
  padding-bottom: calc(391 / 706.18 * 100%);
}
@media screen and (max-width: 768px) {
  #store_img {
    padding-bottom: calc(231 / 417.7 * 100%);
  }
}
@media screen and (max-width: 449px) {
  #store_img {
    padding-bottom: calc(212 / 384.4 * 100%);
  }
}

#store_img img {
  width: 100%;
  height: auto;
}

#store_img_nav {
  background: #000;
}

ul#store_img_nav {
  margin: 0;
  width: 16.70985%;
  max-height: calc(100vw / 1170 * 391);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  ul#store_img_nav {
    max-height: calc(100vw / 768 * 231);
  }
}
@media screen and (max-width: 449px) {
  ul#store_img_nav {
    max-height: calc(100vw / 375 * 186);
  }
}

.store-img-wrapper .prev {
  position: absolute;
  display: block !important;
  top: 0;
  right: 0;
  z-index: 9999;
  width: calc(115 / 706.18 * 100%);
  height: 22px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .store-img-wrapper .prev {
    width: 69px;
  }
}
@media screen and (max-width: 449px) {
  .store-img-wrapper .prev {
    width: calc(58 / 345.2 * 100%);
    right: 0;
  }
}

.store-img-wrapper .next {
  position: absolute;
  display: block !important;
  bottom: 0;
  right: 0;
  z-index: 9999;
  width: calc(115 / 706.18 * 100%);
  height: 22px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .store-img-wrapper .next {
    width: 69px;
  }
}
@media screen and (max-width: 449px) {
  .store-img-wrapper .next {
    width: calc(58 / 345.2 * 100%);
    right: 0;
  }
}

#store_img_nav li {
  list-style: none;
  margin: 0;
  padding: 1.57% 3% 1.57%;
}

#store_img_nav li:first-child {
  padding: 2.5% 3% 1.57%;
}

#store_img_nav li:last-child {
  padding: 1.57% 3% 0;
}

#store_img_nav li img {
  width: 100%;
  height: auto;
}

.content_title {
  width: 100%;
  height: 27px;
  padding: 0px;
  background: #e7e7e7;
  margin-bottom: 15px;
}

.content_title h2 {
  padding: 0;
  margin: 8px 0 0 10px !important;
  line-height: 2.2;
  font-size: 13px !important;
  letter-spacing: 0 !important;
}

.content_title h2 span {
  font-size: 10px !important;
  padding-left: 0.5em;
}

.content_title h2.liv span {
  font-size: 13px !important;
  padding-left: 0;
  margin-left: 0 !important;
}

.liv_c .content_title p {
  /*color:#bba1cb!important;旧ピンク色*/
  color: #560054 !important;
}

#store_cam {
  display: none;
  margin: 0;
  padding: 0;
  height: auto;
}

#store_news_list {
  margin: 0;
  padding: 0;
  height: auto;
}

#store_cam_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

article.entry_box_cam {
  width: 48.5%;
  overflow: hidden;
  height: auto;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #07038d;
}

@media screen and (max-width: 1199px) {
  article.entry_box_cam {
    width: 48.3%;
  }
}
@media (max-width: 1000px) {
  article.entry_box_cam {
    margin-right: 2.72813%;
  }
}
@media (max-width: 450px) {
  article.entry_box_cam {
    width: 100%;
  }
}
article.entry_box_cam .photo_box {
  margin: 0;
}

article.entry_box_cam .photo_box img {
  width: 100%;
  height: auto;
}

article.entry_box_cam .text_area {
  margin: 0;
}

article.entry_box_cam .kaisai {
  margin: 4px 0 0 0;
}

article.entry_box_cam .entry_title {
  margin: 8px 0 0 0;
}

article.entry_box_cam .entry {
  margin: 7px 0 10px 0;
  height: auto;
}

#store_news_list article.entry_box {
  width: 100%;
  height: 60px;
  margin: 0 0 15px 0;
  border-bottom: none;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.1);
}

/*各店舗用*/
#store_news_list article.entry_box.exp {
  height: 80px;
}

/*各店舗用*/
#store_news_list article.entry_box.exp .date {
  margin: 0;
}

#store_news_list article.entry_box .photo_area {
  width: 60px;
  height: 60px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}

#store_news_list article.entry_box .photo_area img {
  width: 100%;
  height: auto;
}

#store_news_list article.entry_box .date {
  margin: 10px 0 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#store_news_list article.entry_box .title {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 420px) {
  #store_news_list article.entry_box {
    height: auto;
  }

  #store_news_list article.entry_box .title {
    font-size: 0.9em;
    white-space: normal;
    overflow: hidden;
    text-overflow: inherit;
    margin-bottom: 10px;
    padding-right: 0.5em;
  }

  #store_news_list article.entry_box .date {
    font-size: 0.9em;
    margin: 0;
  }
}
#store_news_list article.entry_box .title.liv a {
  color: #560054 !important;
}

#store_news_list article.entry_box .entry {
  margin: 0;
  padding: 0 15px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 600px) {
  .bn_area.store-site {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 450px) {
  #store_news_list article.entry_box .entry {
    display: none;
  }
}
.entry_area {
  width: 620px;
}

aside#store_sidebar {
  width: 31.31578%;
  float: left;
  margin-top: 15px;
  padding: 0 0 0 15px;
  box-sizing: border-box;
}

.side_bar_area h2 i {
  display: none;
}

@media (max-width: 600px) {
  aside#store_sidebar {
    width: 100%;
    float: none;
    padding: 0 0 0 0;
  }

  .side_bar_area .bn_area {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .side_bar_area .bn_area p {
    width: 50%;
    margin: auto !important;
    padding: 0 15px;
  }

  .side_bar_area .bn_area p .mt10 {
    margin-top: auto;
  }

  .side_bar_area h2 {
    position: relative;
  }

  .side_bar_area h2 i {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 1.6em;
  }

  #mycategoryorder-3 ul {
    display: none;
  }

  #arch-triger + ul {
    display: none;
  }
}
aside#store_sidebar.store {
  margin-top: 0;
}

aside#store_sidebar.store img {
  width: 100%;
  height: auto;
}

aside#store_sidebar.store iframe {
  width: 100% !important;
  height: auto;
}

#map_sidebar iframe {
  height: 300px !important;
}

._1drm._1b90, ._1drm._1ds4 {
  border: none !important;
  width: 100%;
  margin: 0 auto;
}

aside#store_sidebar h2 {
  color: #07038d;
  font-size: 14px;
  padding: 5px 0 5px 0.2em;
  letter-spacing: normal;
  border-bottom: solid 3px #07038d;
  margin: 20px 0 10px !important;
}

aside#store_sidebar.store h2 {
  margin: 0 0 10px !important;
}

aside#store_sidebar h2 span {
  font-size: 10px !important;
}

.widget_mycategoryorder h3 {
  display: none;
}

aside#store_sidebar ul {
  margin: 0 0 0 0.2em;
}

aside#store_sidebar li {
  padding: 0 0 0 0;
  border-bottom: solid 1px #e7e7e7;
  line-height: 3em;
  font-size: 12px;
  list-style: none;
}

aside#store_sidebar li:before {
  content: "\e080";
  font-family: "Glyphicons Halflings";
  line-height: 1;
  margin: 10px;
  display: inline-block;
  margin-right: 0.5em;
}

aside#store_sidebar dt {
  float: left;
  width: 60px;
  line-height: 1.2em;
  clear: left;
  margin-bottom: 15px;
  padding: 0.1em 0 0;
  font-weight: normal;
  font-size: 0.9em;
}

aside#store_sidebar dd {
  width: 252px;
  line-height: 1.2em;
  margin: 0 0 15px 0;
  padding: 0;
  float: left;
}

@media (max-width: 1000px) {
  aside#store_sidebar dt {
    float: none;
    width: 100%;
    line-height: 1.2em;
    clear: left;
    margin-bottom: 10px;
    padding: 0 0 0 0.5em;
    border-left: solid 3px #ddd;
  }

  aside#store_sidebar dd {
    width: 100%;
    float: none;
  }
}
aside#store_sidebar dd.carspace {
  line-height: 1.2em;
  display: block;
}

aside#store_sidebar dd.payment span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}

aside#store_sidebar #map_sidebar {
  margin-top: 15px;
  width: 100%;
}

aside#store_sidebar #store_info {
  margin-top: 0;
  margin-bottom: 20px;
}
aside#store_sidebar #store_info a {
  color: #07038d !important;
}
aside#store_sidebar #store_info a#btn_store_reserve_f-color {
  color: #fff !important;
}

.btn_store_reserve {
  background: #07038d;
}
.btn_store_reserve a {
  color: #fff !important;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.btn_store_reserve a:hover {
  text-decoration: none;
  opacity: 1 !important;
}
.btn_store_reserve:hover {
  opacity: 0.5;
}

/* アーカイブ シングル */
h2.pagetitle {
  background: #e7e7e7;
  padding: 10px;
  color: #07038d;
  font-size: 16px !important;
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: normal !important;
  text-transform: inherit !important;
}

#entry_archive h2.pagetitle {
  margin: 0 0 20px;
}

#entry_body h1, #entry_body h2, #entry_body h3, #entry_body h4, #entry_body h5, #entry_body h6 {
  letter-spacing: normal !important;
}

#entry_body p {
  line-height: 1.8;
}

#entry_body .mov {
  width: 100%;
  padding-bottom: 56.25%;
  margin-right: 10px;
  position: relative;
}

#entry_body iframe {
  position: absolute;
  width: 99% !important;
  height: 100% !important;
}

#entry_body video {
  position: absolute;
  width: 99% !important;
  height: 100% !important;
}

h2.pagetitle.single {
  background: #e7e7e7;
  padding: 10px;
  margin: 0 0 20px !important;
  color: #07038d;
  font-size: 16px !important;
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: normal !important;
}

#entry_body .col-50 img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #entry_body .col-100-sp img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #entry_body .col-100-sp img:first-child {
    margin-bottom: 30px;
  }
}
#entry_body .img-50 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #entry_body .img-100-sp {
    width: 100%;
  }
}

.title_date {
  font-weight: normal !important;
  float: right;
  font-size: 12px !important;
  margin-right: 0px;
  margin-top: 2px;
}

@media (max-width: 1000px) {
  h2.pagetitle {
    line-height: 1.4;
  }

  .title_date {
    display: block;
    top: inherit !important;
    margin-top: 10px;
    float: none;
    text-align: right;
  }

  #entry_body img {
    max-width: 100%;
    height: auto;
  }
}
#btn_store_top {
  position: absolute;
  right: 20px;
  top: -40px;
}

@media (max-width: 600px) {
  #btn_store_top {
    position: relative;
    right: auto;
    top: auto;
    text-align: right;
  }
}
#entry_archive article.entry_box {
  width: 100%;
  height: 120px;
  margin: 10px 0;
  border-bottom: solid 1px #e7e7e7;
  padding-bottom: 10px;
}

#entry_archive article.entry_box .photo_area {
  width: 120px;
  height: 120px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}

@media (max-width: 1000px) {
  #entry_archive article.entry_box {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #entry_archive article.entry_box .text_area {
    width: 75% !important;
  }

  #entry_archive article.entry_box .photo_area {
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    margin-right: auto;
  }

  #entry_archive article.entry_box .photo_area img {
    width: 100%;
    height: auto;
  }
}
#entry_archive article.entry_box .date {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#entry_archivet article.entry_box .title {
  margin: 0;
  padding: 0;
}

#entry_archive article.entry_box .entry {
  margin: 0;
  padding: 0;
}

#store_content #next {
  border-top: solid 1px #e7e7e7;
  padding-top: 5px;
  margin-top: 5px;
}

#store_content #next li {
  margin-bottom: 1.5em;
}

#store_content #next2 {
  margin: 15px 0;
}

#store_content #next2.liv a {
  color: #560054 !important;
}

/* Liv/giant */
aside#store_sidebar_liv {
  width: 279px;
  float: right;
  margin-top: 15px;
  padding: 0;
}

aside#store_sidebar_liv h2 {
  background: #fff;
  color: #444;
  font-size: 14px;
  padding: 5px 0 5px 0.2em;
  letter-spacing: normal;
  border-bottom: solid 3px #560054;
}

aside#store_sidebar_liv ul {
  margin: 0 0 0 0.2em;
}

aside#store_sidebar_liv li {
  background: url(../images/icon_arrow_bk.jpg) no-repeat 0 center;
  padding: 0 0 0 15px;
  border-bottom: solid 1px #e7e7e7;
  line-height: 3em;
  font-size: 12px;
  list-style: none;
}

aside#store_sidebar_liv dt {
  float: left;
  width: 60px;
  line-height: 1.2em;
  clear: left;
  margin-bottom: 15px;
  padding: 0;
}

aside#store_sidebar_liv dd {
  width: 250px;
  line-height: 1.2em;
  margin-bottom: 15px;
  padding: 0;
}

aside#store_sidebar dd.carspace {
  line-height: 1.2em;
}

aside#store_sidebar_liv #map {
  margin-top: 15px;
}

aside#store_sidebar_liv #store_info {
  margin-top: 28px;
  margin-bottom: 20px;
}

.liv_c h2.pagetitle {
  background: #e7e7e7;
  padding: 10px;
  color: #560054;
  font-size: 16px;
  margin-top: 15px;
}

/* light box用 */
#colorbox, #cboxOverlay, #cboxWrapper {
  box-sizing: content-box !important;
}

@media screen and (max-width: 767px) {
  .social_area {
    margin-bottom: 20px;
  }
}
.social_area h2 {
  margin-bottom: 20px !important;
}
.social_area .fb_banner a,
.social_area .ig_banner a {
  display: flex;
  align-items: center;
  border: solid 1px #07038d;
}
.social_area .fb_banner a:hover,
.social_area .ig_banner a:hover {
  text-decoration: none;
}
.social_area .fb_banner .logo_img img,
.social_area .ig_banner .logo_img img {
  width: 100%;
  height: auto;
}
.social_area .fb_banner + .ig_banner {
  margin-top: 15px;
}

/* 購入体験レポート */
.content-banner-wrapper {
  background: url(../images/bnner/purchase_report.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.content-banner-wrapper h2 {
  color: #fff !important;
  font-family: 'Noto Sans JP', sans-serif;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  font-weight: 600 !important;
  padding: 2.5% 8% 2.5% 3%;
  color: #fff;
  /* background: rgba(0,113,193,0.6); */
  height: auto;
  display: inline-table;
  background: -moz-linear-gradient(left, rgba(0, 113, 193, 0.8) 0%, rgba(0, 113, 193, 0.8) 84%, rgba(0, 113, 193, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 113, 193, 0.8) 0%, rgba(0, 113, 193, 0.8) 84%, rgba(0, 113, 193, 0) 100%);
  background: linear-gradient(to right, rgba(0, 113, 193, 0.8) 0%, rgba(0, 113, 193, 0.8) 84%, rgba(0, 113, 193, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0071c1', endColorstr='#000071c1',GradientType=1 );
}

.content-banner-wrapper {
  height: 400px;
}

.copy {
  margin: 20px auto 40px;
}

.copy p {
  font-size: 1.6rem;
}

.interview-copy {
  font-size: 1.4rem;
  margin: 20px auto 40px;
}

.interview_content_title {
  margin-bottom: 30px;
}
.interview_content_title h3 {
  background: #07038d;
  padding: 10px;
  color: #FFF;
  font-size: 16px;
  margin-top: 0;
  letter-spacing: 0;
}

.report-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 1em;
}
@media screen and (max-width: 991px) {
  .report-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .report-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.gs-report {
  padding: 0;
  border-bottom: solid 1px #07038d;
}
@media screen and (max-width: 599px) {
  .gs-report {
    width: 100%;
  }
}

.gs-report:hover {
  opacity: 0.8;
}

.gs-report .image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}

.gs-report .image img {
  width: 100%;
  height: auto;
}

.gs-report .text {
  margin-top: 15px;
  font-size: 1.35rem !important;
  line-height: 1.6 !important;
}

.gs-report .meta {
  margin-bottom: 10px;
}

.gs-report .meta p {
  display: inline-block;
}

.gs-report .meta p.store_icon {
  background: #07038d;
  color: #fff;
  padding: 0.3em 0.8em;
  border-radius: 12px;
  width: 8em;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  margin: 2px 5px 4px 0;
  position: relative;
  top: -2px;
}

.gs-report a {
  color: #333 !important;
}

.gs-report h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.interview-report h3 {
  font-size: 1.4rem !important;
}
.interview-report a:hover {
  text-decoration: none !important;
}
.interview-report a:hover h3 {
  text-decoration: underline !important;
}

.sp-none {
  display: block;
}

.pc-none {
  display: none;
}

@media screen and (max-width: 600px) {
  .sp-none {
    display: none;
  }

  .pc-none {
    display: block;
  }
}
.new {
  font-weight: bold;
  font-family: 'Helvetica', 'sans-serif';
  position: absolute;
  display: block;
  width: 240px;
  height: 48px;
  overflow: hidden;
  font-size: 1.2rem;
}

.new:after {
  display: block;
  position: absolute;
  left: -20px;
  rotate: -40deg;
}

/*
.new:before{
	content:"";
	border:6px solid transparent;
	border-top-color:#a1364f;
	border-right-color:#a1364f;
	top:32px;
}
*/
.new:after {
  content: "NEW!";
  background: #c24760;
  color: #fff;
  padding: 0 24px;
  height: 24px;
  line-height: 24px;
  top: 5px;
  z-index: 10;
}

.text-right {
  text-align: right;
}

.text-right a.btn {
  background: #07038d;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
}

.text-right a.btn:hover {
  opacity: 0.7;
}

/* 購入レポート詳細用 */
.interview-detail h3 {
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 2em;
  padding-bottom: 1.2em;
  line-height: 1.78;
}
.interview-detail h3.pdt-ext {
  padding-top: 3em;
}
.interview-detail h3.title-line::before {
  display: inline-block;
  content: "━━";
  width: 30px;
  height: auto;
  margin-right: 0.5em;
}
.interview-detail h3:first-of-type {
  padding-top: 0;
}
.interview-detail p {
  margin-bottom: 2em;
}
.interview-detail p.caption {
  margin-bottom: 0;
  margin-top: 0.9em;
  color: #0000FF;
}
.interview-detail img.size-full {
  max-width: 100%;
  height: auto;
}
.interview-detail img.size-full + img {
  margin-top: 20px;
}

@media (max-width: 1000px) {
  #cboxTitle {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
