@charset "UTF-8";
/*****************************************************************************

base.css
全ページ共通

*****************************************************************************/
/*****************************************************************************
reset
*****************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button {
  margin: 0;
  padding: 0;
	word-break: break-all;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

ul, ol {
  list-style-type: none;
}

em, i, strong, th, address {
  font-style: normal;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, object, embed {
  border: 0;
  vertical-align: top;
}

hr {
  border: 0;
  height: 1px;
  background: #cccccc;
  margin: 1em 0;
  clear: both;
  width: 100%;
}

li {
  list-style-type: none;
}

area {
  outline: none !important;
  border: none !important;
}

img {
  border: 0;
  vertical-align: middle;
}

body *, body *::after, body *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*****************************************************************************
linkColor
*****************************************************************************/
a {
  color: #dc0002;
  text-decoration: underline;
  cursor: pointer;
}

a:hover {
  color: #df817e;
}

a * {
  cursor: pointer;
}

/*****************************************************************************
body
*****************************************************************************/
html {
  -webkit-text-size-adjust: none;
  font-size: 100%;
}

body {
  line-height: 1;
  font-size: .875rem;
  color: #444;
  background: #f9efe3;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: subpixel-antialiased;
}

body, input {
  font-family: 'Noto Sans JP', "Meiryo", "MS PGothic", "Hiragino Kaku Gothic ProN", Osaka, Sans-Serif;
  font-weight: 400;
}

_:-ms-fullscreen, :root body * {
  /*IE 11*/
  font-family: "Meiryo", "MS PGothic", Sans-Serif;
}

#body {
  min-width: 1280px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  #body {
    min-width: 320px;
  }
}

/*****************************************************************************
z-index
*****************************************************************************/
header > .inner {
  position: relative;
  z-index: 111;
}

#pageUpBtn {
  position: fixed;
  z-index: 9999999;
}

main {
  position: relative;
  display: block;
  z-index: 2;
}

footer {
  position: relative;
  z-index: 2;
}

#fixedChar {
  position: fixed;
  z-index: 1;
}

#btnSpGNV {
  position: absolute;
  z-index: 222;
}

#bodyCover {
  position: fixed;
  z-index: 333;
}

#spGnv {
  position: fixed;
  z-index: 999;
}

#fixedBtmBanner {
  position: fixed;
  z-index: 999;
}

#searchPanel {
  position: fixed;
  z-index: 999;
}

/*****************************************************************************
styles
*****************************************************************************/
.notoSans {
  font-family: "Noto Sans JP", sans-serif;
}

.notoSansB {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900 !important;
}

.notoSans900 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.notoSans700 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.robotoB {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

.robotoM {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.robotoLi {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.robotoMi {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.robotoBi {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.robotoBLi {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

h1, h2, h3, h4, h5, th, dt {
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 700;
}

.mt0 {
  margin-top: 0 !important;
}

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

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

.mt15 {
  margin-top: 15px !important;
}

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

.mt25 {
  margin-top: 25px !important;
}

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

.mt35 {
  margin-top: 35px !important;
}

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

.mt45 {
  margin-top: 45px !important;
}

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

.mt55 {
  margin-top: 55px !important;
}

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

.mt65 {
  margin-top: 65px !important;
}

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

.mt75 {
  margin-top: 75px !important;
}

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

.mb0 {
  margin-bottom: 0 !important;
}

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

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

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

.mb28 {
  margin-bottom: 28px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

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

.mb55 {
  margin-bottom: 55px !important;
}

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

.mb65 {
  margin-bottom: 65px !important;
}

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

.pt0 {
  padding-top: 0 !important;
}

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

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

.pt25 {
  padding-top: 25px !important;
}

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

.pt35 {
  padding-top: 35px !important;
}

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

.pt45 {
  padding-top: 45px !important;
}

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

.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

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

.pb14 {
  padding-bottom: 14px !important;
}

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

.pb25 {
  padding-bottom: 25px !important;
}

.pb28 {
  padding-bottom: 28px !important;
}

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

.pb35 {
  padding-bottom: 35px !important;
}

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

.pb45 {
  padding-bottom: 45px !important;
}

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

.pl05 {
  padding-left: 5px;
}

.pl1em {
  padding-left: 1em;
}

.inlineBlock {
  display: -moz-inline-box;
  display: inline-block;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*****************************************************************************
header
*****************************************************************************/
header {
  line-height: 1.0;
  background: #f9efe3;
  position: relative;
}

header > .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 26px;
  padding: 20px 0;
  background: #f9efe3;
  content: "";
  display: table;
  clear: both;
}

/* 2024.02.06 新ロゴ併記 */
@media screen and (max-width: 600px) {
  header > .inner {
    text-align: center;
    padding: 10px;
    height: 71px;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

header > .inner > .logo {
  float: left;
}
@media screen and (max-width: 600px) {
  header > .inner > .logo {
    float: none;
  }
}

/* header > .inner > .logo a {} */

header > .inner > .logo > .logo__link {
  display: block;
}

header > .inner > .logo > .logo__link > .logo__box {
  height: 51px;
  display: grid;
  grid-template-columns: 135px 135px;
  gap: 4px;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 600px) {
  header > .inner > .logo > .logo__link > .logo__box {
    justify-content: center;
    padding-right: 42px;
  }
}
@media screen and (max-width: 350px) {
  header > .inner > .logo > .logo__link > .logo__box {
    grid-template-columns: 118px 118px;
  }
}

/* header > .inner > .logo a img {} */

header > .inner > .logo > .logo__link > .logo__box img {
  width: 100%;
  height: auto;
}
/* 2024.02.06 =========*/

#pcGnv nav {
  float: right;
}

#pcGnv nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#pcGnv nav a, #pcGnv nav p {
  font-size: 13px;
  color: #777;
  white-space: nowrap;
  text-decoration: none;
}

#pcGnv nav > ul > li {
  position: relative;
  z-index: 1;
}

#pcGnv nav > ul > li:hover {
  z-index: 2;
}

#pcGnv nav > ul > li > a, #pcGnv nav > ul > li > p {
  display: table;
  width: auto;
  margin-right: 18px;
  text-decoration: none;
  position: relative;
}

#pcGnv nav > ul > li > a::after, #pcGnv nav > ul > li > p::after {
  content: "";
  height: 5px;
  width: 0;
  background: #dc0002;
  position: absolute;
  bottom: -15px;
  left: 0;
  -webkit-transition: width .2s;
  transition: width .2s;
}

#pcGnv nav > ul > li.on > a::after,
#pcGnv nav > ul > li.on > p::after,
#pcGnv nav > ul > li > a:hover::after {
  width: 100%;
}

#pcGnv nav > ul > li > a > *, #pcGnv nav > ul > li > p > * {
  display: table-cell;
  vertical-align: middle;
}

#pcGnv nav > ul > li > a > img, #pcGnv nav > ul > li > p > img {
  margin-right: 7px;
  height: 51px;
  width: auto;
}

#pcGnv nav > ul > li:hover > p {
  color: #dc0002;
}

#pcGnv nav > ul > li > div {
  position: absolute;
  width: calc(100%+ 10px);
  top: 51px;
  left: -5px;
  background: #f9efe3;
  display: none;
}

#pcGnv nav > ul > li > div ul {
  padding: 5px;
}

#pcGnv nav > ul > li > div ul li {
  margin-top: 5px;
}

#pcGnv nav > ul > li > div ul a {
  display: block;
  padding: 18px 12px;
  background: #fff;
  position: relative;
}

#pcGnv nav > ul > li > div.wide {
  width: 360%;
  width: 580px;
}

#pcGnv nav > ul > li > div.wide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#pcGnv nav > ul > li > div.wide ul.third li {
  width: calc((100% - 11px)/3);
  margin-left: 5px;
}

@media all and (-ms-high-contrast: none) {
  #pcGnv nav > ul > li > div.wide ul.third li {
    width: 186px;
  }
}

#pcGnv nav > ul > li > div.wide ul.half li {
  width: calc((100% - 6px)/2);
  margin-left: 5px;
}

#pcGnv nav > ul > li > div.wide ul.third li:nth-child(3n+ 1) {
  margin-left: 0;
}

#pcGnv nav > ul > li > div.wide ul.half li:nth-child(2n+ 1) {
  margin-left: 0;
}

#pcGnv nav > ul > li > div.wide ul.half {
  padding-top: 0 !important;
  margin-top: -5px;
}

#pcGnv nav > ul > li > div ul a::after {
  content: "";
  height: 5px;
  width: 0;
  background: #dc0002;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

#pcGnv nav > ul > li > div ul li.on a::after {
  width: 100%;
}

#pcGnv nav > ul > li > div ul a:hover {
  color: #dc0002;
}

#pcGnv nav > ul > li > div.wide ul.half li a {
  background: #e5e5e6;
  text-align: center;
}

#pcGnv nav > ul > li > div.wide ul.half li.on a {
  background: #dc0002;
  color: #fff;
}

#pcGnv nav > ul > li > div ul a i {
  font-size: 10px;
}

@media screen and (max-width: 600px) {
  header > .inner {
    text-align: center;
    padding: 10px;
    height: 71px;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  header > .inner > .logo {
    float: none;
  }
  #pcGnv {
    display: none;
  }
}

/*****************************************************************************
spGnv
*****************************************************************************/
#btnSpGNV {
  top: 15px;
  right: 10px;
  display: none;
}

#spGnv {
  top: 0;
  right: 0;
  width: 70%;
  height: 100vh;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: all .4s .15s;
  transition: all .4s .15s;
  display: none;
}

.btnSpGNV {
  width: 45px;
  height: 42px;
  cursor: pointer;
}

.btnSpGNV .bar {
  width: 30px;
  height: 23px;
  margin: 0 auto;
  position: relative;
}

.btnSpGNV .bar span {
  display: block;
  width: 100%;
  height: 3px;
  background: #dc0002;
  position: absolute;
  top: 10px;
  left: 0;
}

.btnSpGNV .bar::before, .btnSpGNV .bar::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #dc0002;
  position: absolute;
  left: 0;
}

.btnSpGNV .bar::before {
  top: 0;
}

.btnSpGNV .bar::after {
  top: 20px;
}

.btnSpGNV .text {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #dc0002;
  letter-spacing: -0.08em;
}

#spGnv .closeBtn {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: -50px;
}

#spGnv .btnSpGNV {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .4s .45s;
  transition: all .4s .45s;
}

#spGnv.open .btnSpGNV {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#spGnv .btnSpGNV .bar span {
  display: none;
}

#spGnv .btnSpGNV .bar:before, #spGnv .btnSpGNV .bar:after {
  background: #fff;
  top: 10px;
}

#spGnv .btnSpGNV .bar:before {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#spGnv .btnSpGNV .bar:after {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#spGnv .btnSpGNV .text {
  color: #fff;
}

#spGnv nav {
  background: #f9efe3;
  position: relative;
  z-index: 2;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#spGnv nav > ul {
  padding: 0 8px 20px;
}

#spGnv nav > ul > li {
  border-top: 1px solid #fff;
  padding: 7px 0;
}

#spGnv nav > ul > li:nth-child(1) {
  border-top: none;
}

#spGnv nav > ul > li > a {
  display: table;
  width: 100%;
  font-size: 16px;
  color: #717071;
  white-space: nowrap;
  margin-right: 18px;
  text-decoration: none;
  padding: 8px 10px;
  font-weight: 500;
}

#spGnv nav > ul > li > a > * {
  display: table-cell;
  vertical-align: middle;
}

#spGnv nav > ul > li > a .img {
  text-align: right;
  width: 80px;
}

#spGnv nav > ul > li > a img {
  height: 45px;
  width: auto;
}

#spGnv nav > ul > li ul {
  margin-left: 10px;
  background-color: #fff;
}

#spGnv nav > ul > li ul a {
  display: block;
  padding: 13px 15px;
  font-weight: 500;
  color: #717071;
  text-decoration: none;
  border-top: 1px solid #f9efe3;
}

#bodyCover {
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 600px) {
  #btnSpGNV {
    display: block;
  }
  #spGnv {
    display: block;
  }
  #spGnv.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #bodyCover.on {
    visibility: visible;
    opacity: 1;
  }
}

/*****************************************************************************
crumb
*****************************************************************************/
#crumb {
  background: #e5e5e6;
}

#crumb ul {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
}

#crumb li {
  line-height: 32px;
  font-size: .75rem;
  padding-left: 23px;
  position: relative;
}

#crumb li:before {
  content: ">";
  position: absolute;
  left: 9px;
  top: 0;
  color: #777;
}

#crumb li:first-child {
  padding-left: 0;
}

#crumb li:first-child::before {
  content: "";
  position: absolute;
}

#crumb li a,
#crumb li span {
  display: block;
  color: #777;
  text-decoration: none;
  white-space: nowrap;
}

#crumb li a:hover,
#crumb li a:hover span {
  color: #dc0002;
}

#crumb li .fa {
  font-size: 16px;
  vertical-align: top;
}

@media screen and (max-width: 600px) {
  #crumb ul {
    padding: 5px 10px;
    width: 100vw;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/*****************************************************************************
footer
*****************************************************************************/
footer {
  background: #f9efe3;
  padding-top: 50px;
  text-align: center;
}

footer > .logo {
  padding: 0 0 18px;
}

footer > .logo a {
  display: inline-block;
  vertical-align: top;
  max-width: 250px;
  width: 35%;
}

footer > .logo a img {
  width: 100%;
  height: auto;
}

footer .grayBox {
  background: #ababac;
  padding: 30px 0;
}

footer .grayBox section {
  max-width: 1000px;
  margin: 0 auto;
}

footer .grayBox section:not(:nth-child(1)) {
  margin-top: 30px;
}

footer .grayBox .hd {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

footer .branches ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .branches li {
  width: calc((100% - 30px)/4);
  margin-top: 10px;
  margin-left: 10px;
}

footer .branches li:nth-child(4n+ 1) {
  margin-left: 0;
}

footer .branches li a {
  display: block;
  background: #fff;
  font-size: 1rem;
  padding: 0.5em 0;
  color: #444;
  text-decoration: none;
  -webkit-transition: background .3s;
  transition: background .3s;
}

footer .branches li a:hover {
  background: #dc0002;
  color: #fff;
}

footer .bnr {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .bnr a {
  max-width: 450px;
  width: 100%;
  height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: url(../images/bnrRecruit3.jpg) 100% 100% no-repeat #08195f;
  background-size: cover;
}

footer .bnr a span {
  display: block;
}

footer .bnr a .text {
  width: 110px;
}

footer .bnr a .logo {
  width: 20%;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 600px) {
  footer {
    padding-top: 30px;
  }
  footer .grayBox {
    padding: 20px 10px;
  }
  footer .grayBox section:not(:nth-child(1)) {
    margin-top: 20px;
  }
  footer .grayBox .hd {
    font-size: 1.1rem;
  }
  footer .branches ul {
    margin-top: 5px;
  }
  footer .branches li,
  footer .branches li:nth-child(4n+ 1) {
    width: calc((100% - 5px)/2);
    margin-top: 5px;
    margin-left: 5px;
  }
  footer .branches li:nth-child(2n+ 1) {
    margin-left: 0;
  }
  footer .branches li a {
    font-size: .875rem;
  }
}

/*footer nav
------------------------------------------------*/
footer nav {
  padding: 20px 0;
  background: #f9efe3;
  overflow-x: hidden;
}

footer nav ul {
  width: 1200px;
  margin: 0 auto;
}

footer nav li {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
}

footer nav li a {
  display: block;
  padding: 5px 12px;
  font-size: .875rem;
  color: #777;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color .3s;
  transition: color .3s;
}

footer nav li a:hover {
  color: #dc0002;
  text-decoration: underline;
}

footer .cpright {
  padding: 10px 0 20px;
  font-size: .75rem;
  color: #aaa;
}

/*pageUpBtn
------------------------------------------------*/
#pageUpBtn {
  right: 20px;
  bottom: 45px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  visibility: hidden;
  opacity: 0;
}

#pageUpBtn a {
  display: block;
  width: 85px;
  height: 85px;
  background: #dc0002;
  text-align: center;
}

#pageUpBtn a .fa {
  color: #fff;
  font-size: 66px;
  line-height: 85px;
  vertical-align: middle;
}

#pageUpBtn.on {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 600px) {
  footer nav {
    padding: 25px 20px;
  }
  footer nav ul {
    width: auto;
  }
  #pageUpBtn {
    right: 15px;
    bottom: 15px;
  }
  #pageUpBtn.wFixedBtm {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  #pageUpBtn.wFixedBtm2 {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
  }
  #pageUpBtn a {
    width: 45px;
    height: 45px;
  }
  #pageUpBtn a .fa {
    font-size: 33px;
    line-height: 40px;
  }
}

/*****************************************************************************
contents
*****************************************************************************/
.staff {
  text-align: right;
}

.staff .balloon {
  display: block;
  text-align: left;
  border: 1px solid #3e3431;
  border-radius: 3px;
  background: #fff;
  padding: 10px;
  width: 190px;
  position: relative;
  line-height: 1.6;
}

.staff .balloonC {
  position: absolute;
  left: 60%;
  bottom: -24px;
}

.staff .balloon span {
  display: block;
}

.staff .balloon .text1 {
  color: #dc0002;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 8px;
}

.staffSection {
  padding: 40px 0;
  text-align: center;
  width: auto;
}

.staffSection > .inner {
  display: inline-block;
  vertical-align: top;
  margin-top: -30px;
}

.staffSection .staff {
  display: inline-block;
  vertical-align: top;
  padding: 30px 20px 0;
}

@media screen and (max-width: 600px) {
  .staffSection .staff {
    padding: 30px 0 0;
  }
  .staffSection .staff .balloon {
    width: 280px;
    margin: 0 auto 30px !important;
  }
  .staffSection .staff .balloonC {
    position: absolute;
    left: 50%;
    margin-left: -18px;
  }
}

/*****************************************************************************
imgsBar
*****************************************************************************/
.imgsBar {
  width: 100%;
  position: relative;
  height: 200px;
}

.imgsBar ul {
  width: 2000px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1000px;
  text-align: center;
  font-size: 0;
}

.imgsBar ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.imgsBar ul li span {
  display: block;
  width: 480px;
  margin: 0 5px;
}

#imgsBarSwiper {
  display: none;
}

@media screen and (max-width: 600px) {
  #imgsBar {
    display: none;
  }
  #imgsBarSwiper {
    display: block;
  }
  #imgsBarSwiper img {
    width: 100%;
    height: auto;
  }
}

#imgsBarSwiper {
  padding-bottom: 50px;
}

#imgsBarSwiper-swiper-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  margin: 0 18px;
}

#imgsBarSwiper-swiper-pagination .swiper-pagination-bullet-active {
  background: #dc0002;
}

/*****************************************************************************
fixedChar
*****************************************************************************/
#fixedChar {
  top: 30%;
  left: 50%;
  margin-left: -660px;
  opacity: 0.1;
  width: 415px;
}

#fixedChar.right {
  left: 50%;
  margin-left: 260px;
}

#fixedChar img {
  width: 100%;
}

/*****************************************************************************
#pageTitle2
*****************************************************************************/
#pageTitle2 {
  padding: 60px 0;
}

#pageTitle2 > .inner {
  line-height: 1;
  width: 1000px;
  margin: 0 auto;
}

#pageTitle2 .wrapper {
  padding: 0 0 40px;
  border-bottom: 1px solid #dc0002;
}

#pageTitle2 .hd {
  font-size: 30px;
  font-weight: 700;
}

#pageTitle2 .hd .s {
  font-size: 0.6em;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
}

#pageTitle2 .hd .s::before {
  content: "";
  border-top: 1px solid #333333;
  width: 12px;
  position: absolute;
  left: 5px;
  top: 50%;
}

#pageTitle2 .en {
  color: #959596;
  font-size: 70px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

#pageTitle2 .en span {
  color: #dc0002;
}

#pageTitle2 .text {
  line-height: 1.4;
  padding: 20px 0 0;
}

@media screen and (max-width: 600px) {
  #pageTitle2 {
    padding: 40px 0 0;
  }
  #pageTitle2 > .inner {
    width: auto;
    margin: 0 10px;
  }
  #pageTitle2 .wrapper {
    text-align: center;
  }
  #pageTitle2 .hd {
    font-size: 20px;
  }
  #pageTitle2 .en {
    font-size: 40px;
  }
  #pageTitle2 .text {
    padding: 20px 10px 0;
  }
}

/*****************************************************************************
section inner
*****************************************************************************/
section > .inner.narrow, section form > .inner.narrow {
  width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  section > .inner.narrow {
    width: auto;
    margin: 0 10px;
  }
  section > .inner.narrow, section form > .inner.narrow {
    width: auto;
    margin: 25px 10px 0;
  }
}

/*****************************************************************************
btmLink
*****************************************************************************/
#btmLink {
  padding: 60px 0;
}

#btmLink > .inner {
  margin: 0 auto;
  width: 1000px;
}

#btmLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#btmLink li {
  width: calc((100% - 20px)/2);
  margin-top: 20px;
}

#btmLink li:nth-child(2n) {
  margin-left: 20px;
}

#btmLink li a {
  display: block;
  background: url(../../share/images/taMK.png) 95% 90% no-repeat #dc0002;
  background-size: 86px auto;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  padding: 30px 0;
  text-decoration: none;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

#btmLink li a span.label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 4px;
}

#btmLink a .fa {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
}

#btmLink li a:hover {
  background-color: #df817e;
}

@media screen and (max-width: 600px) {
  #btmLink > .inner {
    margin: 0 20px;
    width: auto;
  }
  #btmLink ul {
    display: inherit;
  }
  #btmLink li, #btmLink li:nth-child(2n) {
    width: auto;
    margin: 10px 0 0;
  }
}

/*****************************************************************************
privacyPolicy
*****************************************************************************/
#privacyPolicy {
  line-height: 1.7;
  font-size: 1rem;
}

#privacyPolicy .subSection {
  padding: 25px 0;
}

#privacyPolicy .subSection:nth-child(1) {
  padding: 0 0 25px;
}

#privacyPolicy .subSection .hd {
  font-size: 20px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  font-weight: 500;
}

#privacyPolicy .subSection .hd:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #dc0002;
  position: absolute;
  top: 52%;
  margin-top: -8px;
  left: 0;
}

#privacyPolicy .privacy-h2 {
	text-align: center;
	font-size: 24px;
}

#privacyPolicy ol li, #privacyPolicy ul li{
	padding-left: 0.5em;
}

#privacyPolicy ol li {
	list-style-type: auto;
}

#privacyPolicy ol{
	margin-left: 1em;
}

#privacyPolicy ol ul {
	margin-left: 1em;
}

#privacyPolicy ul .ryokakko {
	list-style-type: none;
}

#privacyPolicy .ryokakko li {
    padding: 0 0 0 30px;
    position: relative;
}
#privacyPolicy .ryokakko .kakko {
    position: absolute;
    top: 0;
    left: 0;
}

#privacyPolicy ul .num {
	list-style-type: none;
}

#privacyPolicy .num li {
    padding: 0 0 0 20px;
    position: relative;
}
#privacyPolicy .num .kakko {
    position: absolute;
    top: 0;
    left: 0;
}
#privacyPolicy sup {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
    bottom: 1ex;
}


/*****************************************************************************
tableType01
*****************************************************************************/
.tableType01 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.tableType01 th, .tableType01 td {
  background: #fff;
  border: 2px solid #f9efe3;
  padding: 8px;
  line-height: 1.2;
  font-size: 1rem;
}

.tableType01 thead th {
  font-weight: bold;
  text-align: center;
  background: #df817e;
  color: #fff;
}

.tableType01 tbody th {
  background: #dddddd;
}

.tableType01 tbody td {
  text-align: center;
  width: 20%;
}

.tableType01 tbody td .l {
  font-size: 1.3rem;
}

.tableType01 tbody td .ask {
  font-size: 1.3rem;
  font-style: italic;
}

.tableType01 caption {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.tableType01 caption .sub {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  .tableType01 tbody td {
    width: auto;
  }
}

/*****************************************************************************
lsAllSeasonYoutube
*****************************************************************************/
.lsAllSeasonYoutube {
  margin-top: 40px;
  background: url(../images/home/bnr4_3.jpg) 50% 50%;
  background-size: cover;
  position: relative;
  padding: 60px 3%;
  line-height: 1.2;
}

.lsAllSeasonYoutube::before {
  content: "";
  background: rgba(4, 110, 174, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lsAllSeasonYoutube .hd {
  position: relative;
  z-index: 1;
}

.lsAllSeasonYoutube .hd > span {
  display: block;
  text-align: center;
  font-size: 2.1rem;
}

.lsAllSeasonYoutube .hd .l01 img {
  height: 90px;
}

.lsAllSeasonYoutube .hd .l02 {
  padding-top: 15px;
  color: #ffd800;
}

.lsAllSeasonYoutube .hd .l03 {
  padding-top: 10px;
  color: #fff;
}

.lsAllSeasonYoutube .ytBoxWrapper2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.lsAllSeasonYoutube .ytBoxWrapper2 div {
  width: 50%;
  max-width: 700px;
  margin-top: 20px;
}

.lsAllSeasonYoutube .ytBoxWrapper2 div:nth-child(2) {
  margin-left: 3%;
}

.lsAllSeasonYoutube .ytBoxWrapper2 .ytBox {
  width: 100%;
  padding: 56% 0 0;
  position: relative;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.lsAllSeasonYoutube .ytBoxWrapper2 .ytBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lsAllSeasonYoutube .ytBoxWrapper2 .caption {
  text-align: center;
  font-size: 1.3rem;
  padding: 10px 0 0;
  color: #ffd800;
}

@media screen and (max-width: 600px) {
  .lsAllSeasonYoutube {
    padding: 40px 5%;
  }
  .lsAllSeasonYoutube .hd .l01 img {
    height: auto;
    max-width: 80%;
  }
  .lsAllSeasonYoutube .hd .l02 {
    -webkit-transform: scale(0.85, 1);
            transform: scale(0.85, 1);
  }
  .lsAllSeasonYoutube .hd > span {
    font-size: 1.6rem;
  }
  .lsAllSeasonYoutube .ytBoxWrapper2 {
    display: block;
    padding: 20px 0 0;
  }
  .lsAllSeasonYoutube .ytBoxWrapper2 div, .lsAllSeasonYoutube .ytBoxWrapper2 div:nth-child(2) {
    width: auto;
    margin-left: 0;
  }
  .lsAllSeasonYoutube .ytBoxWrapper2 .caption {
    font-size: 1.1rem;
  }
}

/*****************************************************************************
sectionHdType
*****************************************************************************/
/*sectionHdType01
--------------------------------------------*/
.sectionHdType01 {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  padding: 30px 0 20px;
}

.sectionHdType01 span {
  display: block;
  border-top: 1px solid #333333;
  width: 8em;
  margin: 0 auto;
}

.sectionHdType01 span i {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-top: -18px;
  background: #f9efe3;
  padding: 0 10px;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .sectionHdType01 {
    padding-bottom: 0;
  }
  .sectionHdType01 span {
    width: 100%;
  }
}

/*sectionHdType02
--------------------------------------------*/
.sectionHdType02 {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  margin: 20px 0 20px;
  position: relative;
}

.sectionHdType02::after {
  content: "";
  border-top: 1px solid #333333;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
}

.sectionHdType02 span {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #f9efe3;
  padding: 0 10px;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 600px) {
  .sectionHdType02 {
    font-size: 28px;
    line-height: 28px;
  }
  .sectionHdType02 span i {
    margin-top: -1.5em;
    max-width: 84%;
  }
}

/*****************************************************************************
portal ホーム、セール　　セールバナー用
 *****************************************************************************/
.portalSalesBanner {
  background: #fff;
  margin: 40px 0 0;
  color: #dc0002;
}

.portalSalesBanner > .inner1 {
  margin: 0 auto;
  text-align: center;
}

.portalSalesBanner.banner1 > .inner1 {
  width: 1000px;
}

.portalSalesBanner.banner2 > .inner1, .portalSalesBanner.banner3 > .inner1 {
  width: 1200px;
}

.portalSalesBanner > .inner1 .hd {
  font-size: 2.4rem;
  font-weight: 900;
  padding: 50px 0 0;
}

.portalSalesBanner > .inner1 .hd span {
  display: inline-block;
  position: relative;
}

.portalSalesBanner > .inner1 .hd span .char {
  height: 140px;
  position: absolute;
  top: -70px;
  left: -110px;
}

.portalSalesBanner > .inner1 .box .img img {
  width: 100%;
}

.portalSalesBanner > .inner1 .box > ul {
  padding-bottom: 35px;
}

.portalSalesBanner.banner2 > .inner1 .box > ul, .portalSalesBanner.banner3 > .inner1 .box > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.portalSalesBanner > .inner1 .box > ul > li {
  position: relative;
  margin-top: 30px;
}

.portalSalesBanner.banner2 > .inner1 .box > ul > li {
  width: calc((100% - 15px)/2);
  margin-left: 15px;
}

.portalSalesBanner.banner2 > .inner1 .box > ul > li:nth-child(2n+ 1) {
  margin-left: 0;
}

.portalSalesBanner.banner3 > .inner1 .box > ul > li {
  width: calc((100% - 45px)/3);
  margin-left: 15px;
}

.portalSalesBanner.banner3 > .inner1 .box > ul > li:nth-child(3n+ 1) {
  margin-left: 0;
}

.portalSalesBanner > .inner1 .box .subHd {
  margin-top: 12px;
  font-weight: normal;
}

.portalSalesBanner > .inner1 .box .list {
  margin: 4px 0 0;
}

.portalSalesBanner > .inner1 .box .list li {
  display: inline-block;
  font-size: 0.9rem;
  margin: 4px 2px 0;
}

.portalSalesBanner > .inner1 .box .list li a {
  display: block;
  border: 1px solid #dc0002;
  border-radius: 16px;
  line-height: 24px;
  padding: 0 13px 3px;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .portalSalesBanner {
    margin: 60px 0 0;
    padding-bottom: 30px;
  }
  .portalSalesBanner > .inner1 {
    width: auto !important;
  }
  .portalSalesBanner > .inner1 .box > ul {
    display: block;
    padding: 0 10px;
  }
  .portalSalesBanner > .inner1 .box > ul > li::before {
    position: absolute;
    content: "";
    display: block;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    top: 0;
    left: calc(50% - 9px);
    background: #dc0002;
  }
  .portalSalesBanner.banner1 > .inner1 .box > ul > li, .portalSalesBanner.banner2 > .inner1 .box > ul > li, .portalSalesBanner.banner3 > .inner1 .box > ul > li, .portalSalesBanner.banner2 > .inner1 .box > ul > li:nth-child(2n+ 1), .portalSalesBanner.banner3 > .inner1 .box > ul > li:nth-child(3n+ 1) {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
    padding-top: 40px;
  }
  .portalSalesBanner > .inner1 .hd {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 180px 0 0;
  }
  .portalSalesBanner > .inner1 .hd span .char {
    height: 140px;
    position: absolute;
    top: -150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.portalSalesBanner .noBanner {
  margin: 0 auto;
  text-align: center;
  width: 1000px;
}

.portalSalesBanner .noBanner .link {
  padding: 80px 0;
}

.portalSalesBanner .noBanner .link a {
  max-width: 600px;
  width: 80%;
  margin: 0 auto;
  display: block;
  text-align: center;
  position: relative;
  background: #df817e;
  color: #fff;
  text-decoration: none;
  line-height: 56px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: 500;
  font-size: 1.4rem;
  border-radius: 28px;
}

.portalSalesBanner .noBanner .link a .fa {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  .portalSalesBanner .noBanner {
    width: auto;
  }
  .portalSalesBanner .noBanner .link {
    padding: 40px 0 10px;
  }
  .portalSalesBanner .noBanner .link a {
    font-size: 1.14rem;
    border-radius: 28px;
  }
}

/*****************************************************************************
タイヤホテル グランド伊勢崎
 *****************************************************************************/
.grandIsesakiBnr {
  padding-top: 30px;
}

.grandIsesakiBnr p {
  margin: 0 auto;
  width: 1000px;
}

.grandIsesakiBnr a {
  display: block;
  background: #fff;
  text-decoration: none;
  position: relative;
  font-weight: 500;
}

.grandIsesakiBnr span {
  display: block;
}

.grandIsesakiBnr .text {
  color: #dc0002;
  text-align: center;
  line-height: 1.2;
  padding: 6px 10px;
  font-weight: 500;
}

.grandIsesakiBnr .date {
  position: absolute;
  top: -20px;
  left: 30px;
}

@media screen and (max-width: 600px) {
  .grandIsesakiBnr p {
    margin: 0 10px;
    width: auto;
  }
  .grandIsesakiBnr .img {
    position: relative;
    padding: 57px 0 0;
    overflow: hidden;
  }
  .grandIsesakiBnr .img img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .grandIsesakiBnr .date {
    width: 50px;
    top: -20px;
    left: -15px;
  }
  .grandIsesakiBnr .text {
    font-size: 0.75rem;
  }
}

/*****************************************************************************
style
*****************************************************************************/
.spBr {
  display: none;
}

@media screen and (max-width: 600px) {
  .spBr {
    display: inherit;
  }
}

.pcBr {
  display: inherit;
}

@media screen and (max-width: 600px) {
  .pcBr {
    display: none;
  }
}

/*****************************************************************************
searchModal
*****************************************************************************/
#searchModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.98, 0.98);
          transform: scale(0.98, 0.98);
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#searchModal.on {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#searchModal > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#searchModal .close {
  position: absolute;
  z-index: 999999;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#searchModal .close:before, #searchModal .close:after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  top: calc(50%);
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#searchModal .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#searchModal .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#searchModal > .inner > .box {
  max-width: 1100px;
  width: 80%;
  height: 80%;
  overflow: auto;
  display: inline-block;
  -webkit-overflow-scrolling: touch;
}

#searchModal > .inner > .box iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

@media screen and (max-width: 600px) {


  #searchModal .close {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  #searchModal .close:before, #searchModal .close:after {
    background: #dc0002;
  }
  #searchModal > .inner {
    display: block;
    height: 100vh;
  }
  #searchModal > .inner > .box {
    max-width: auto;
    height: 100%;
    width: 100%;
  }
}

/*****************************************************************************
titleBar h1
*****************************************************************************/
.titleBar {
  background: #dc0002;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 0.5em 20px;
  font-weight: 700;
}

.titleBar.bk {
  background: #121212;
  color: #fff000;
}

@media screen and (max-width: 600px) {
  .titleBar {
    font-size: 1.4rem;
  }
}

/*****************************************************************************
couponBnr
*****************************************************************************/
.couponBnr {
  padding: 30px 0 0;
}

.couponBnr a {
  display: block;
  width: 1000px;
  margin: 0 auto;
}

.couponBnr a img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .couponBnr {
    margin: 0 10px;
  }
  .couponBnr a {
    width: auto;
  }
}

/*****************************************************************************
openBnrSet
*****************************************************************************/
.openBnrSet {
  background: #f9d3e3;
  padding: 45px 0;
  text-align: center;
}

.couponBnr + .openBnrSet {
  margin-top: 40px;
}

.openBnrSet > .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.openBnrSet .sectionHd {
  font-size: 45px;
  color: #dc0002;
}

.openBnrSet .sectionSubHd {
  margin-top: 15px;
  font-size: 25px;
  color: #fff;
  background: #dc0002;
  padding: 5px;
}

.openBnrSet ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  margin-top: 30px;
}

.openBnrSet li {
  width: calc((100% - 60px)/3);
  margin-left: 30px;
}

.openBnrSet li:nth-child(1) {
  margin-left: 0;
}

.openBnrSet li a {
  display: block;
  text-decoration: none;
}

.openBnrSet li .img img {
  width: 100%;
}

.openBnrSet li .label {
  margin-top: 12px;
  color: #fff100;
  background: #dc0002;
  padding: 5px;
  font-size: 17px;
}

.openBnrSet li .title {
  margin-top: 12px;
  font-size: 24px;
}

.openBnrSet li .excerpt {
  margin-top: 12px;
  font-size: 17px;
}

@media screen and (max-width: 600px) {
  .openBnrSet {
    padding: 40px 10px 20px;
  }
  .openBnrSet .sectionHd {
    font-size: 24px;
  }
  .openBnrSet .sectionSubHd {
    font-size: 14px;
  }
  .openBnrSet ul {
    display: block;
  }
  .openBnrSet li, .openBnrSet li:nth-child(1) {
    width: auto;
    margin: 10px 0;
    padding: 20px 15px 20px;
    position: relative;
    background: #fff;
  }
}

/*****************************************************************************
.pagerTab
*****************************************************************************/
.pagerTab {
  width: 1000px;
  margin: 30px auto 0;
  line-height: 1;
}

.pagerTab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 7px solid #dc0002;
}

.pagerTab li {
  width: 50%;
}

.pagerTab li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background: #e5e5e6;
  color: #333;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-top: 7px;
  height: 48px;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}

.pagerTab li a:hover {
  background: #df817e;
  color: #fff;
}

.pagerTab li.on a {
  background: #dc0002;
  color: #fff;
  text-decoration: none;
}

.pagerTab li .s {
  font-size: 0.7em;
}

.pagerTab li .spS {
  font-size: 0.7em;
}

@media screen and (max-width: 601px) {
  .pagerTab {
    width: auto;
  }
  .pagerTab li {
    font-size: 16px;
    line-height: 1.1em;
  }
  .pagerTab li a {
    height: 55px;
    font-size: 18px;
  }
  .pagerTab li .spS {
    display: block;
    font-size: 0.7em;
    font-weight: 500;
  }
}

/*****************************************************************************
.pagerTab
*****************************************************************************/
.pagerTab2 {
  background: #fff;
}

.pagerTab2 ul {
  width: 1000px;
  margin: 0 auto;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagerTab2 li {
  width: 33.3333%;
}

.pagerTab2 li a, .pagerTab2 li .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 65px;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
}

.pagerTab2 li p {
  padding: 0 5px;
  position: relative;
}

.pagerTab2 li p::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #dc0002;
  position: absolute;
  bottom: -11px;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all .33s;
  transition: all .33s;
}

.pagerTab2 li.on p::after, .pagerTab2 li a:hover p::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.pagerTab2 li .s {
  font-size: 0.7em;
}

@media screen and (max-width: 601px) {
  .pagerTab2 ul {
    width: auto;
  }
  .pagerTab2 li {
    font-size: 1em;
    line-height: 1.1em;
  }
  .pagerTab2 li a {
    height: 55px;
    font-size: 18px;
  }
  .pagerTab2 li .spS {
    display: block;
    font-size: 0.7em;
    font-weight: 500;
  }
}

/*****************************************************************************
.pagerTab3
*****************************************************************************/
.pagerTab3 {
  background: #fff;
  border-top: 2px solid #333;
}

.pagerTab3 ul {
  width: 1000px;
  margin: 0 auto;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagerTab3 li {
  width: 33.3333%;
}

.pagerTab3 li a, .pagerTab3 li .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 65px;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
}

.pagerTab3 li p {
  padding: 0 5px;
  position: relative;
}

.pagerTab3 li p::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #dc0002;
  position: absolute;
  bottom: -11px;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all .33s;
  transition: all .33s;
}

.pagerTab3 li.on p::after, .pagerTab3 li:not(.on) a:hover p::after, .pagerTab3 li:not(.on) .a:hover p::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.pagerTab3 li:not(.on) {
  cursor: pointer;
}

.pagerTab3 li .s {
  font-size: 0.7em;
}

@media screen and (max-width: 601px) {
  .pagerTab3 ul {
    width: auto;
  }
  .pagerTab3 li {
    font-size: 1em;
    line-height: 1.1em;
  }
  .pagerTab3 li a {
    height: 55px;
    font-size: 18px;
  }
  .pagerTab3 li .spS {
    display: block;
    font-size: 0.7em;
    font-weight: 500;
  }
}

/*****************************************************************************
.anchorNav
*****************************************************************************/
.anchorNav {
  padding: 20px 0;
}

.anchorNav ul {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.anchorNav li {
  width: calc((100% - 5px)/2);
  margin-top: 5px;
  margin-left: 5px;
}

.anchorNav li:nth-child(2n+ 1) {
  margin-left: 0;
}

.anchorNav li a, .anchorNav li .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #dc0002;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  line-height: 40px;
}

.anchorNav li.campaign a {
  background: #f39700;
  text-align: center;
}

.anchorNav li a:hover, .anchorNav li .a:hover {
  background-color: #df817e;
}

.anchorNav li .num {
  padding: 0 10px;
  background: #000;
  width: 40px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.anchorNav li .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 30px 0 8px;
  font-weight: 500;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.anchorNav li .text .fa {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  font-size: 1rem;
}

@media screen and (max-width: 600px) {
  .anchorNav {
    padding: 8px 0 0;
  }
  .anchorNav ul {
    width: auto;
    display: inherit;
    margin: 0 10px;
  }
  .anchorNav li {
    width: auto;
    margin-top: 2px;
    margin-left: 0;
  }
}

/*****************************************************************************
searchBar
*****************************************************************************/
#searchBarWrapper {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 0;
}





#searchBar.sub {
  width: 800px;
  margin: 0 auto;
}

#searchBar.sub .panel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#searchBar.sub .panel li {
  width: calc((100% - 15px)/2);
  margin-left: 15px;
}

#searchBar.sub .panel li:nth-child(1) {
  margin-left: 0;
}

#searchBar a, #searchBar .a {
  display: block;
  line-height: 42px;
  border: 1px solid #fff;
  border-radius: 22px;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#searchBar li:hover a, #searchBar li:hover .a {
  background: #df817e;
  border-color: #df817e;
  color: #fff;
}

#searchBar .search a, #searchBar .search .a {
  background: #dc0002;
  border-color: #dc0002;
  cursor: pointer;
}

#searchBar .search a::after, #searchBar .search .a::after {
  content: "\f002";
  font-family: FontAwesome !important;
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  top: 0;
  right: 1em;
  z-index: 1;
}

#searchBar .panelChange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 5px;
}

#searchBar .panelChange li {
  width: 33.333%;
  padding: 15px 0;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#searchBar .panelChange li.on {
  background: white;
  color: #dc0002;
}

#searchBar .panelChange li:not(.on):hover {
  background: rgba(255, 255, 255, 0.3);
}

#searchBar .panelChange li .str1, #searchBar .panelChange li .str2 {
  display: block;
  text-align: center;
  white-space: nowrap;
  font-size: 0.9rem;
}

#searchBar .panelChange li .as {
  -webkit-transform: scaleX(0.85);
          transform: scaleX(0.85);
}

#searchBar .panel {
  margin: 20px 0 0;
  display: none;
}

#searchBar .panel .search {
  margin: 5px 0 0;
}

@media screen and (max-width: 600px) {
  #searchBar.sub {
    width: auto;
    margin: 0 8%;
  }
  #searchBar.sub .panel ul {
    display: block;
  }
  #searchBar.sub .panel li, #searchBar.sub .panel li:nth-child(1) {
    width: auto;
    margin-left: 0;
  }
  #searchBar a, #searchBar .a {
    line-height: 36px;
    border-radius: 19px;
    font-size: 0.9rem;
  }
  #searchBar .search a::after, #searchBar .search .a::after {
    font-size: 15px;
  }
  #searchBar .panelChange li .str1, #searchBar .panelChange li .str2 {
    font-size: 0.7rem;
  }
  #searchBar .panelChange li {
    padding: 5px 0;
    line-height: 1.1;
  }
  #searchBar .panel {
    margin: 10px 0 0;
  }
}
.searchBar210709{
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.searchBar210709 p{
	font-size: 24px;
	font-weight: 900;
	line-height: 1.6;
	margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
	.searchBar210709 p{
		font-size: 20px;
	}
}

.btn210709{
	margin-bottom: 30px;
}

#searchBarWrapper.searchBarWrapper210709 {
	background-color: #ffefcc;
}

.searchBarWrapper210709 h3{
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 10px;
	text-align: center;
}
.searchBarWrapper210709 #searchBar .panelChange li {
	background-color: #fff;
}
.searchBarWrapper210709 #searchBar .panelChange li:hover {
	background: #dc0012;
}
.searchBarWrapper210709 #searchBar .panelChange li.on {
	background: #dc0012;
}
.searchBarWrapper210709 #searchBar .panelChange li span{
	color: #000;
}

.searchBarWrapper210709 #searchBar .panelChange li:hover span{
	color: #fff;
}

.searchBarWrapper210709 #searchBar .panelChange li.on span{
	color: #fff;
}

body.snx #searchBarWrapper{
	display: none;
}

body.snx #searchBarWrapper.searchBarWrapper210709{
	display: block;
}

body.snx .jitakudekatte{
	display: none;
}
/*****************************************************************************
searchPanel
*****************************************************************************/
#searchPanel {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.35s 0.15s;
  transition: all 0.35s 0.15s;
}

#searchPanel.on {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#searchPanel > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#searchPanel .close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
}

#searchPanel .close::before, #searchPanel .close::after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  left: 0;
}

#searchPanel .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#searchPanel .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#searchPanel .box {
  padding: 60px 0;
  color: #fff;
  font-size: 1rem;
  width: 100%;
  max-width: 480px;
  overflow: auto;
}

#searchPanel .box::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
}

#searchPanel .link a {
  display: block;
  font-size: 0.875rem;
  padding: 0 0 10px;
  text-align: right;
}

#sizeSelector dl {
  margin: 1em 0 0;
  padding-left: 55px;
  position: relative;
  opacity: 0.5;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#sizeSelector dl.on {
  opacity: 1;
}

#sizeSelector dt .num {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 3.4rem;
  font-style: italic;
  position: absolute;
  top: -15px;
  left: 0;
}

#sizeSelector dd {
  margin-top: 10px;
}

#sizeSelector select {
  height: 40px;
  width: 100%;
  font-size: 1.1rem;
}

#sizeSelector .btn {
  margin-top: 20px;
  padding-top: 45px;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#sizeSelector .btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}

#sizeSelector .btn::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  border: solid rgba(255, 255, 255, 0.8);
  border-width: 0 1px 1px 0;
}

#sizeSelector .btn p {
  width: 100%;
  line-height: 44px;
  border: 1px solid #dc0002;
  border-radius: 23px;
  font-weight: 500;
  font-size: 1.1rem;
  background: #dc0002;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 0 80px;
  cursor: pointer;
}

#sizeSelector .btn p::after {
  content: "\f002";
  font-family: FontAwesome !important;
  font-size: 22px;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  top: 0;
  right: 18px;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  #searchPanel .box {
    padding: 60px 8%;
  }
  #sizeSelector dt {
    font-size: 0.875rem;
  }
  #sizeSelector dt .num {
    font-size: 3rem;
  }
  #sizeSelector select {
    height: 36px;
    font-size: 1rem;
  }
}

/*
sizeSample
*/
#sizeSample {
  border: 1px solid rgba(255, 255, 255, 0.75);
  padding: 15px;
}

#sizeSample ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1;
}

#sizeSample li {
  font-size: 0.85rem;
  position: relative;
}

#sizeSample li:nth-child(1) {
  margin-right: 1.8em;
}

#sizeSample li:nth-child(2) {
  margin-right: 2.2em;
}

#sizeSample li .num {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 3rem;
  font-style: italic;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 8px;
}

#sizeSample li .num::after {
  position: absolute;
  top: 0;
}

#sizeSample li:nth-child(1) .num::after {
  content: "/";
  right: -0.5em;
}

#sizeSample li:nth-child(2) .num::after {
  content: "R";
  right: -0.6em;
}

#sizeSample li .num::before {
  content: "";
  height: 4px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

#sizeSample li .label {
  line-height: 1.3;
}

@media screen and (max-width: 600px) {
  #sizeSample li .num {
    font-size: 2.2rem;
  }
}

/*
komikomi
*/
.komikomiWrapper {
  background: #dc0002;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}

.komikomi {
  width: 1140px;
  padding: 35px 0;
  margin: 0 auto;
  position: relative;
}

.komikomi .inner {
  color: #fff;
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: center;
  position: relative;
  z-index: 2;
}

.komikomi .surprise {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 300px;
}

.komikomi .surprise .staff {
  -webkit-transition: all .25s linear .1s;
  transition: all .25s linear .1s;
}

.komikomi .surprise[data-emergence=hidden] .staff {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.komikomi .surprise[data-emergence=visible] .staff {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.komikomi .surprise[data-emergence=visible] .staff img {
  -webkit-animation: enlarge 1.2s .3s ease-out normal;
          animation: enlarge 1.2s .3s ease-out normal;
}

.komikomi .surprise .staff {
  position: absolute;
  left: 80px;
  bottom: 0;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  z-index: 3;
}

.komikomi .surprise .rotation {
  position: absolute;
  left: -160px;
  bottom: -150px;
  z-index: 1;
  opacity: 0;
}

.komikomi .surprise[data-emergence=visible] .rotation {
  -webkit-transition: all 0.85s 1s;
  transition: all 0.85s 1s;
  opacity: 1;
}

.komikomi .surprise .rotation img {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: rotation 30s infinite linear;
          animation: rotation 30s infinite linear;
}

.komikomi .surprise .text {
  width: 280px;
  height: 180px;
  position: absolute;
  left: -20px;
  bottom: 260px;
  z-index: 2;
}

.komikomi .surprise[data-emergence=visible] .text {
  -webkit-animation: enlarge 1.1s .65s ease-out normal;
          animation: enlarge 1.1s .65s ease-out normal;
}

.komikomi .surprise .text p {
  background: url("../images/komikomi/komikomi_ballon_01.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  font-size: 1.3rem;
}

.komikomi .surprise[data-emergence=hidden] .text p {
  opacity: 0;
}

.komikomi .surprise[data-emergence=visible] .text p {
  -webkit-transition: all 0.85s .7s;
  transition: all 0.85s .7s;
  opacity: 1;
}

.komikomi .hd {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.komikomi .hd span {
  display: block;
}

.komikomi .hd .ln01 {
  font-size: 1.8rem;
}

.komikomi .hd .ln02 {
  font-size: 1rem;
  text-align: right;
  margin-top: 0.3em;
}

.komikomi .hd .ln01 * {
  display: inline-block;
  vertical-align: middle;
}

.komikomi .hd .ln01 img {
  margin: 0 0.5em;
  height: 60px;
  width: auto;
}

.komikomi .hd .ln01 .tax {
  background: #fff000;
  color: #dc0002;
  padding: 0 1em;
  line-height: 60px;
  font-size: 0.8em;
}

.komikomi dl {
  padding: 0 0 25px;
}

.komikomi dt {
  border: 3px solid #222;
  background: #fff;
  height: 130px;
  border-radius: 10px;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 100px;
}

.komikomi dt b {
  font-size: 2.4em;
}

.komikomi dd {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 50px;
}

.komikomi dd::before {
  display: block;
  content: "\f067";
  font-family: FontAwesome !important;
  color: #fff;
  background: #222;
  font-size: 26px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 100%;
  position: absolute;
  top: -43px;
  left: calc(50% - 18px);
  vertical-align: middle;
}

.komikomi dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.komikomi dd ul li {
  border: 3px solid #222;
  background: #fff;
  width: 130px;
  height: 130px;
  border-radius: 10px;
  color: #222;
  margin-left: 15px;
  font-size: 0.875rem;
  position: relative;
}

.komikomi dd ul li::before {
  display: block;
  content: "\f067";
  font-family: FontAwesome !important;
  color: #fff;
  background: #222;
  font-size: 26px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 18px);
  left: -28px;
  vertical-align: middle;
}

.komikomi dd ul li:nth-child(1) {
  margin-left: 0;
}

.komikomi dd ul li:nth-child(1)::before {
  display: none;
}

.komikomi dd ul li span {
  display: block;
  text-align: center;
}

.komikomi dd ul li .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  padding-top: 22px;
}

.komikomi dd ul li .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3em;
  line-height: 1.2;
}

.komikomi .ft {
  text-align: center;
  color: #fff;
  line-height: 1.4;
  font-size: 0.875rem;
}

.komikomi.komikomi2 {
  width: 1010px;
}

.komikomi.komikomi2 .inner {
  width: 910px;
}

.komikomi.komikomi2 dd ul li {
  width: 195px;
}

@media screen and (max-width: 600px) {
  .komikomi,
  .komikomi.komikomi2 {
    width: auto;
    padding: 35px 0;
  }
  .komikomi .surprise {
    width: 100%;
    padding: 100% 0 0;
    height: auto;
  }
  .komikomi .surprise .staff {
    left: 96px;
  }
  .komikomi .inner,
  .komikomi.komikomi2 .inner {
    width: auto;
    display: block;
  }
  .komikomi .hd .ln01 {
    font-size: 1.2rem;
  }
  .komikomi .hd .ln01 .label {
    display: block;
    margin-bottom: 0.2em;
  }
  .komikomi .hd .ln01 img {
    height: 36px;
  }
  .komikomi .hd .ln01 .tax {
    line-height: 36px;
  }
  .komikomi .dl {
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .komikomi dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    padding: 0 20px 20px;
  }
  .komikomi dt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .komikomi dd {
    margin: 0 0 0 50px;
  }
  .komikomi dd::before {
    top: calc(50% - 18px);
    left: -45px;
  }
  .komikomi .ft {
    padding: 0 5%;
  }
}

@-webkit-keyframes enlarge {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  35% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*
linupTopLinks
*/
.linupTopLinksOuter {
  line-height: 1;
}

.linupTopLinks {
  position: relative;
  height: 55px;
  font-size: 0.875rem;
}

.linupTopLinks .komikomiLink, .linupTopLinks .guideLink {
  position: absolute;
  top: 0;
}

.linupTopLinks .komikomiLink {
  left: 0;
}

.linupTopLinks .guideLink {
  right: 0;
}

.linupTopLinks .komikomiLink a, .linupTopLinks .guideLink a {
  display: block;
  text-decoration: none;
  position: relative;
}

.linupTopLinks .komikomiLink a {
  line-height: 21px;
  color: #333;
  padding: 10px 42px 10px 50px;
}

.linupTopLinks .komikomiLink a .staff {
  position: absolute;
  bottom: 0;
  left: 0;
}

.linupTopLinks .komikomiLink a .staff img {
  width: 50px;
}

.linupTopLinks .komikomiLink a .text img {
  margin: -3px 0 0 2px;
}

.linupTopLinks .komikomiLink a::before {
  content: "";
  width: calc(100% - 50px - 42px);
  border-top: 2px dotted #dc0002;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50px;
}

.linupTopLinks .komikomiLink a::after {
  content: "\f0a7";
  font-family: FontAwesome !important;
  font-size: 20px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  text-align: center;
  line-height: 36px;
  color: #fff;
  background: #dc0002;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1;
}

.linupTopLinks .komikomiLink a .staff img {
  -webkit-animation: turn1 6s ease-out infinite normal;
          animation: turn1 6s ease-out infinite normal;
}

.linupTopLinks .komikomiLink a:hover .staff img {
  -webkit-animation: turn2 0.5s ease-out infinite normal;
          animation: turn2 0.5s ease-out infinite normal;
}

.linupTopLinksOuter.white .komikomiLink a {
  color: #fff;
}

.linupTopLinksOuter .linupTopNote {
  text-align: left;
  font-size: 0.85rem;
  margin: 10px 0 10px;
  color: #777;
}

.linupTopLinksOuter.white .linupTopNote {
  color: rgba(255, 255, 255, 0.7);
}

.linupTopLinksOuter .linupTopNote ul {
  margin-top: -5px;
}

.linupTopLinksOuter .linupTopNote li {
  position: relative;
  padding-left: 1.1em;
  margin-top: 5px;
}

.linupTopLinksOuter .linupTopNote li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 600px) {
  .linupTopLinks {
    font-size: 0.85rem;
    text-align: center;
    height: auto;
    padding: 15px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .linupTopLinks .komikomiLink, .linupTopLinks .guideLink {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .linupTopLinksOuter.white .komikomiLink a {
    line-height: 1;
  }
  .linupTopLinksOuter .komikomiLink a {
    padding: 10px 42px 10px 50px;
  }
  .linupTopLinks .komikomiLink a .staff img {
    width: 45px;
    bottom: 10px;
  }
  .linupTopLinks .guideLink {
    margin-top: 15px;
  }
  .linupTopLinksOuter.white .guideLink a {
    line-height: 26px;
    border-radius: 14px;
  }
  .linupTopLinksOuter .linupTopNote {
    text-align: center;
  }
  .linupTopLinksOuter .linupTopNote ul {
    text-align: center;
  }
  .linupTopLinksOuter .linupTopNote li {
    display: inline-block;
  }
}

/*
linupBtmLinks
*/
.linupBtmLinks {
  margin: 30px auto 0;
}

.linupBtmLinks ul {
  text-align: center;
}

.linupBtmLinks li {
  display: inline-block;
  margin: 10px 10px 0;
}

@media screen and (max-width: 600px) {
  .linupBtmLinks {
    margin-top: 10px;
  }
  .linupBtmLinks li {
    margin: 10px 0 0;
  }
  .linupBtmLinks a {
    font-size: 0.8rem;
  }
}

@-webkit-keyframes turn1 {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  80% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  90% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}

@keyframes turn1 {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  80% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  90% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}

@keyframes turn2 {
  0% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}

/*****************************************************************************
jitakudekatte
*****************************************************************************/
.jitakudekatte {
  background: #fff;
}

.jitakudekatte .hd1 {
  background: #222222;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 15px 0;
}

.jitakudekatte .hd2 {
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  padding: 20px 0 0;
}

.jitakudekatte > .inner {
  padding: 30px 0;
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jitakudekatte > .inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jitakudekatte > .inner > .box {
  width: calc((100% - 100px)/3);
  margin-left: 50px;
}

.jitakudekatte > .inner > .box:nth-child(1) {
  margin-left: 0;
}

.jitakudekatte > .inner > .box .circle {
  padding: calc(100% - 36px) 0 0;
  background: 50% 0 no-repeat;
  border: 18px solid;
  border-radius: 100%;
  position: relative;
  background-size: auto 155px;
}


.jitakudekatte > .inner > .box.box01 .circle {
  background-image: url("/guide/images/feature_01.jpg");
  color: #dc0002;
}

.jitakudekatte > .inner > .box.box02 .circle {
  background-image: url("/guide/images/feature_02.jpg");
  color: #002063;
}

.jitakudekatte > .inner > .box.box03 .circle {
  background-image: url("/guide/images/feature_03.jpg");
  color: #f6ab00;
}

.jitakudekatte > .inner > .box:not(:nth-child(1)) .circle::after, .jitakudekatte > .inner > .box:not(:nth-child(1)) .circle::before {
  content: "\f054";
  font-family: FontAwesome !important;
  position: absolute;
  line-height: 40px;
  font-size: 40px;
  top: calc(50% - 20px);
  -webkit-animation: blink .85s ease-in-out infinite alternate;
          animation: blink .85s ease-in-out infinite alternate;
}

.jitakudekatte > .inner > .box:not(:nth-child(1)) .circle::after {
  left: -65px;
}

.jitakudekatte > .inner > .box:not(:nth-child(1)) .circle::before {
  left: -48px;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.jitakudekatte > .inner > .box.box02 .circle::after, .jitakudekatte > .inner > .box.box02 .circle::before {
  color: #dc0002;
}

.jitakudekatte > .inner > .box.box03 .circle::after, .jitakudekatte > .inner > .box.box03 .circle::before {
  color: #002063;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.jitakudekatte > .inner > .box .circle h3 {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 2.7em;
  text-align: center;
  font-size: 1.55rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jitakudekatte > .inner > .box .excerpt {
  margin: 15px 0 0;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.4;
}

.jitakudekatte > .inner > .box .excerpt sup {
  vertical-align: super;
  font-size: 0.75rem;
}

.jitakudekatte > .inner > .box .excerpt_note {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 5px;
}

.jitakudekatte .ft {
  padding: 0 0 30px;
}

.jitakudekatte .ft a {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 400px;
}

@media screen and (max-width: 600px) {
  .jitakudekatte > .inner {
    width: auto;
    padding: 10px 0 50px;
    margin: 0 5%;
    display: block;
  }
  .jitakudekatte > .inner > .box, .jitakudekatte > .inner > .box:nth-child(1) {
    width: auto;
    margin-left: 0;
    margin-top: 60px;
  }
  .jitakudekatte > .inner > .box:nth-child(1) {
    margin-top: 0;
  }
  .jitakudekatte > .inner > .box:not(:nth-child(1)) .circle::after, .jitakudekatte > .inner > .box:not(:nth-child(1)) .circle::before {
    top: auto;
    right: auto;
    left: calc(50% - 20px);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .jitakudekatte > .inner > .box:not(:nth-child(1)) .circle::after {
    top: -68px;
  }
  .jitakudekatte > .inner > .box:not(:nth-child(1)) .circle::before {
    top: -51px;
  }
  .jitakudekatte > .inner > .box.box02 .circle::after, .jitakudekatte > .inner > .box.box02 .circle::before {
    color: #002063;
  }
  .jitakudekatte > .inner > .box.box03 .circle::after, .jitakudekatte > .inner > .box.box03 .circle::before {
    color: #f6ab00;
  }
  .jitakudekatte > .inner > .box .circle {
    background-size: auto 55%;
    border-width: 12px;
    width: 270px;
    height: 270px;
    padding: 0;
    margin: 0 auto;
  }
  .jitakudekatte > .inner > .box .circle h3 {
    font-size: 1.4rem;
  }
}

/*****************************************************************************
searchNav
*****************************************************************************/
.searchNav {
  background: #121212;
  border-bottom: 7px solid #184e98;
}

.searchNav ul {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.searchNav a {
  display: block;
  line-height: 46px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}

.searchNav li a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #184e98;
  -webkit-transform: skewX(-11.5deg);
          transform: skewX(-11.5deg);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.searchNav li.on a::after {
  opacity: 1;
}

.searchNav li:not(.on):hover a::after {
  opacity: 0.75;
}

.searchNav a p {
  position: relative;
  z-index: 2;
}

.searchNav .right {
  position: absolute;
  top: 0;
}

.searchNav .right::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: skewX(-11.5deg);
          transform: skewX(-11.5deg);
}

.searchNav .right a {
  text-align: center;
  color: #fff;
}

.searchNav .shop {
  right: 0;
  width: 135px;
}

.searchNav .shop::after {
  background: #dc0002;
}

.searchNav .shop a {
  color: #fff;
}

@media screen and (max-width: 600px) {
  .searchNav ul {
    width: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .searchNav .right {
    position: relative;
    top: auto;
    right: auto;
  }
}

/*****************************************************************************
btnType
*****************************************************************************/
/*
BtnType01
BtnType02
*/
.BtnType01 a, .BtnType01 button, .BtnType02 a {
  display: block;
  line-height: 42px;
  border: 1px solid #dc0002;
  background: #dc0002;
  border-radius: 22px;
  font-size: 1rem;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.BtnType01 a, .BtnType01 button {
  background: #dc0002;
  color: #fff;
}

.BtnType01:hover a {
  background: #df817e;
  border-color: #df817e;
  color: #fff;
}

.BtnType02 a {
  background: #fff;
  color: #dc0002;
}

.BtnType02:hover a {
  background: #df817e;
  border-color: #df817e;
  color: #fff;
}

.BtnType01 a::after, .BtnType01 button::after, .BtnType02 a::after {
  content: "\f0a9";
  font-family: FontAwesome !important;
  font-size: 28px;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .BtnType01 a, .BtnType01 button, .BtnType02 a {
    line-height: 30px;
    border-radius: 16px;
    font-size: 0.8rem;
  }
  .BtnType01 a::after, .BtnType01 button::after, .BtnType02 a::after {
    font-size: 23px;
    right: 8px;
  }
}

/*
BtnType03
*/
.BtnType03 a {
  display: block;
  line-height: 30px;
  border: 1px solid #dc0002;
  background: #fff;
  border-radius: 22px;
  font-size: 0.875rem;
  color: #dc0002;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0 40px 0 15px;
}

.BtnType03:hover a {
  background: #df817e;
  border-color: #df817e;
  color: #fff;
}

.BtnType03 a::after {
  content: "\f0a9";
  font-family: FontAwesome !important;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 7px;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .BtnType03 a {
    font-size: 0.8rem;
  }
}

/*
BtnType04
*/
.BtnType04 button {
  display: block;
  line-height: 42px;
  border: 1px solid #ababac;
  border-radius: 22px;
  background: #ababac;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .BtnType01 a, .BtnType04 button, .BtnType02 a {
    line-height: 36px;
    border-radius: 19px;
    font-size: 0.9rem;
  }
}

/*****************************************************************************
listType
*****************************************************************************/
/*
listType01
*/
.listType01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px;
}

.listType01 li {
  width: calc((100% - 90px)/4);
  margin-left: 30px;
  margin-top: 30px;
}

.listType01 li:nth-child(4n + 1) {
  margin-left: 0;
}

.listType01 li a {
  display: block;
  text-decoration: none;
}

.listType01 li .img {
  padding: 100% 0 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.listType01 li .img img,
.listType01 li .img amp-img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  max-height: 100%;
}

@media screen and (min-width: 601px) {
  .listType01 li:hover .img {
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.listType01 li .title {
  color: #dc0002;
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.1rem;
  text-align: center;
}

.listType01 li .excerpt {
  margin-top: 10px;
  color: #666;
  line-height: 1.3;
}

@media screen and (max-width: 600px) {
  .listType01 {
    padding: 0 10px;
  }
  .listType01.spVertical {
    display: block;
    margin-top: 0;
  }
  .listType01.spVertical li, .listType01.spVertical li:nth-child(4n + 1) {
    width: auto;
    margin: 5px 0 0;
  }
  .listType01.spVertical li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 5px;
  }
  .listType01.spVertical li .img {
    width: 100px;
    height: 100px;
    padding: 0;
  }
  .listType01.spVertical li .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 10px;
  }
  .listType01.spVertical li .title {
    text-align: left;
  }
  .listType01.spTwoCols li, .listType01.spTwoCols li:nth-child(4n + 1) {
    width: calc((100% - 3%)/2);
    margin-left: 3%;
    margin-top: 6%;
  }
  .listType01.spTwoCols li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .listType01.spTwoCols li .title {
    font-size: 1rem;
  }
}

/*
listType03(items)
*/
.listType03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.listType03 li {
  width: calc((100% - 60px)/3);
  margin-left: 30px;
  background: #fff;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.listType03 li:nth-child(3n + 1) {
  margin-left: 0;
}

@media screen and (min-width: 601px) {
  .listType03 li:hover {
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.listType03 li a {
  display: block;
  text-decoration: none;
  padding: 10%;
}

.listType03 li .img {
  height: 165px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.listType03 li .img img {
  width: auto;
  height: 100%;
}

.listType03 li.used .img img {
  width: 100%;
  height: auto;
}

.section.items li.used {
  display: none;
}

.listType03 li .title {
  color: #dc0002;
  font-weight: 700;
  margin-top: 30px;
  font-size: 1.5rem;
  text-align: center;
}

.listType03 li .excerpt {
  margin-top: 15px;
  color: #333;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 600px) {
  .listType03 {
    display: block;
    width: 86%;
    margin: 0 auto;
  }
  .listType03 li, .listType03 li:nth-child(3n + 1) {
    width: auto;
    margin-top: 15px;
    margin-left: 0;
  }
}

/*****************************************************************************
vkNav
*****************************************************************************/
.vkNav01 a, .vkNav01 .a {
  position: relative;
  cursor: pointer;
}

.vkNav01 {
  background: #222;
  font-size: .875rem;
  line-height: 1;
}

.vkNav01 > .inner {
  position: relative;
  padding: 0 0 7px 8px;
}

.vkNav01 > .inner::after {
  content: "";
  background: #004098;
  width: calc(100% + 8px);
  min-width: 100vw;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.vkNav01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.vkNav01 li[class^="vkNav01_"] > a, .vkNav01 li.shop > a, .vkNav01 li.shop2 > a, .vkNav01 li[class^="vkNav01_"] > .a {
  display: block;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.vkNav01 li[class^="vkNav01_"] > a p, .vkNav01 li.shop > a p, .vkNav01 li[class^="vkNav01_"] > .a p {
  position: relative;
  z-index: 2;
}

.vkNav01 li[class^="vkNav01_"] > a::after, .vkNav01 li.shop > a::after, .vkNav01 li[class^="vkNav01_"] > .a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #004098;
  -webkit-transform: skewX(-11.5deg);
          transform: skewX(-11.5deg);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.vkNav01 li[class^="vkNav01_"].on > a::after, .vkNav01 li[class^="vkNav01_"].on > .a::after {
  opacity: 1;
}

.vkNav01 li[class^="vkNav01_"]:not(.on):hover > a::after, .vkNav01 li[class^="vkNav01_"]:hover > .a::after {
  opacity: 0.75;
}

.vkNav01 li .s {
  font-size: 0.85em;
  margin-left: 0.3em;
  opacity: 0.6;
  display: inline-block;
  line-height: 1;
}

.vkNav01 li.shop {
  /*取扱店舗*/
  position: absolute;
  top: 0;
  right: 0;
  width: 175px;
}

.vkNav01 li.shop a {
  /*取扱店舗*/
  color: #333;
}

.vkNav01 li.shop a::after {
  /*取扱店舗*/
  background: #fff101;
  opacity: 1;
}

.vkNav01 li.shop2 {
  position: absolute;
  top: 0;
  right: 175px;
}

.vkNav01 li.shop2:hover a {
  text-decoration: underline;
}

.vkNav01 li.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 20px;
}

.vkNav01 li.logo img {
  /*viking*/
  height: 20px;
}

.vkNav01 li.logo:hover a::after {
  /*viking*/
  opacity: 0;
}

.vkNav02 {
  background: #004098;
  position: relative;
  font-size: 0.875rem;
  line-height: 1;
}

.vkNav02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: -7px auto 0;
}

.vkNav02 li {
  margin-left: 50px;
}

.vkNav02 li:nth-child(1) {
  margin-left: 0;
}

.vkNav02 li a {
  display: block;
  line-height: 40px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}

.vkNav02 li a::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #fff101;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.vkNav02 li a .en {
  font-size: 1rem;
}

.vkNav02 li a .jp {
  font-size: 0.85em;
  opacity: 0.5;
  padding-left: 5px;
}



@media screen and (min-width: 601px) {
  .vkNav02 li.on a::after {
    opacity: 1;
  }
  .vkNav02 li:hover a::after {
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
  .vkNav01 {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .vkNav01 > .inner {
    display: inline-block;
    width: auto;
  }
  .vkNav01 ul {
    width: auto;
  }
  .vkNav01 li.shop, .vkNav01 li.shop2 {
    position: relative;
    top: auto;
    right: auto;
  }
  .vkNav02 ul {
    width: auto;
    padding: 1px 4px 4px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .vkNav02 li {
    margin: 4px 0 0 4px;
  }
  .vkNav02 li a {
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .vkNav02 li a {
    line-height: 26px;
  }
  .vkNav02 li.on a {
    border-color: #fff101;
    color: #fff101;
  }
  .vkNav02.performance li {
    width: calc((100% - 4px)/2);
  }
  .vkNav02.lineup li {
    width: calc((100% - 8px)/3);
  }
  .vkNav02.performance li:nth-child(2n + 1), .vkNav02.lineup li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .vkNav02.lineup li a {
    padding: 3px 0 7px;
  }
  .vkNav02.lineup li a span {
    display: block;
  }
  .vkNav02.lineup li a .en {
    font-size: 0.9rem;
  }
  .vkNav02.lineup li a .jp {
    line-height: 1.2;
    padding: 0;
  }
  .vkNav02 li.on a .jp {
    opacity: 1;
  }
  .vkNav02.lineup li a .jp .dot {
    display: none;
  }
}

/*****************************************************************************
hdType201907
*****************************************************************************/
.hdType201907 {
  text-align: center;
  margin-bottom: 30px;
}

.hdType201907 .hd0 {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #888;
}

.hdType201907 .hd {
  font-weight: 700;
  font-size: 2rem;
}

.hdType201907 .hd .s {
  font-size: 0.6em;
}

.hdType201907 .shoulder {
  margin-top: 0.7em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.35em;
  color: #ff6600;
}

.hdType201907 .excerpt {
  margin-top: 1.3em;
}

.hdType201907.white .hd, .hdType201907.white .excerpt {
  color: #fff;
}

@media screen and (max-width: 600px) {
  .hdType201907 .hd {
    font-size: 1.7rem;
  }
}

/*****************************************************************************
 paginate
 *****************************************************************************/
#paginate {
  text-align: center;
  padding: 60px 0 0;
}

#paginate > .inner {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 1.14rem;
}

#paginate a {
  text-decoration: none;
}

#paginate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#paginate li, #paginate p {
  line-height: 28px;
}

#paginate p {
  position: absolute;
  top: 0;
  width: 50px;
}

#paginate p.prev {
  left: -50px;
}

#paginate p.next {
  right: -50px;
}

#paginate li {
  margin: 0 8px;
}

#paginate li a, #paginate li span {
  display: block;
  width: 28px;
}

#paginate li a {
  color: #333333;
}

#paginate li a.link_page:hover {
  background: #ababac;
  color: #fff;
}

#paginate li span {
  background: #dc0002;
  color: #fff;
}

#paginate a .fa {
  font-size: 26px;
}

@media screen and (max-width: 700px) {
  #paginate li {
    font-size: 14px;
    margin: 0 5px;
  }
}

/* 2024.05.13 追記 */
#paginate.diary_list li a, #paginate.diary_list li span {
  display: block;
  width: 32px;
}


/*****************************************************************************
form privacyText
*****************************************************************************/
#privacyText {
  background: #fff;
  border: 1px solid #cccccc;
  padding: 30px;
  height: 200px;
  overflow-y: scroll;
  font-size: 0.875rem;
}

#privacyText .title {
  font-weight: bold;
  font-size: 16px;
}

#privacyText .subSection {
  padding: 20px 0;
}

#privacyText .subSection .hd {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1rem;
}

#privacyText .subSection .hd:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background: #dc0002;
  position: absolute;
  top: .3em;
  left: 0;
}

/*****************************************************************************
topBanner
*****************************************************************************/
#topBannerOuter {
  height: 50px;
}

.topBanner a {
  display: block;
  background: url("../images/home/b_bnr20201207.jpg") 50% 50% ;
  background-size: 241px 45px;
  height: 45px;
  width: 241px;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}

#fixedBtmBanner {
  height: 50px;
  width: 100%;
  bottom: 0px;
  left: 10px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all .4s;
  transition: all .4s;
  visibility: hidden;
}

#fixedBtmBanner.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 600px) {
  .topBanner a {
    background-repeat: no-repeat;
  }
  #fixedBtmBanner {
    visibility: visible;
  }
  body.fixedBtm footer {
    padding-bottom: 50px;
  }
}

#topBannerOuter.-side{
  position: fixed;
  top: 196px;
  left: 0;
  height: max-content;
  z-index: 3;
}
.-side .topBanner{
}
.-side .topBanner a{
  background: url("../images/home/b_bnr20221125.jpg") no-repeat center/contain;
  border: none;
  transition: opacity .3s, transform .3s;
  width: 45px;
  height: 217px;
}
.-side .topBanner a:hover{
  opacity: .8;
  transform: translateY(4px);
}



/*****************************************************************************
tfList
*****************************************************************************/
.tirefitting {
  background: url("../images/20190722/tirefittingBg.jpg") 50% 0 no-repeat;
  background-size: cover;
  padding-bottom: 45px;
  position: relative;
}

#home_content .tirefitting {
  margin-bottom: 10px;
}

.tirefitting > * {
  position: relative;
  z-index: 2;
}

.tirefitting::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.tfList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
}

.tfItem {
  width: calc((100% - 21px)/3);
  margin-top: 10px;
  margin-left: 10px;
}

.tfItem:nth-child(3n + 1) {
  margin-left: 0;
}

.tfItemBox {
  padding-top: 6px;
  position: relative;
  background: #252525;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.tfItemBox::after {
  content: "";
  height: 6px;
  width: 100%;
  background: #dc0002;
  position: absolute;
  top: 0;
  left: 0;
}

.tfListWrapper .tfItemBox {
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

.lineupTokusen .tfItemBox {
  border: 1px solid #ddd;
}

@media screen and (min-width: 601px) {
  .tfItemBox:hover {
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.tfItemBox::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background-size: cover;
  width: 50px;
  height: 50px;
  left: 5%;
  top: 5%;
}

.tfItem.LEXUS .tfItemBox::before {
  background-image: url(../imgData/cm_lexus.jpg);
}

.tfItem.TOYOTA .tfItemBox::before {
  background-image: url(../imgData/cm_toyota.jpg);
}

.tfItem.HONDA .tfItemBox::before {
  background-image: url(../imgData/cm_honda.jpg);
}

.tfItem.NISSAN .tfItemBox::before {
  background-image: url(../imgData/cm_nissan.jpg);
}

.tfItem.MAZDA .tfItemBox::before {
  background-image: url(../imgData/cm_mazda.jpg);
}

.tfItem.SUBARU .tfItemBox::before {
  background-image: url(../imgData/cm_subaru.jpg);
}

.tfItem.MITSUBISHI .tfItemBox::before {
  background-image: url(../imgData/cm_mitsubishi.jpg);
}

.tfItem.SUZUKI .tfItemBox::before {
  background-image: url(../imgData/cm_suzuki.jpg);
}

.tfItem.DAIHATSU .tfItemBox::before {
  background-image: url(../imgData/cm_daihatsu.jpg);
}

.tfItem.MERCEDES-BENZ .tfItemBox::before {
  background-image: url(../imgData/cm_benz.jpg);
}

.tfItem.BMW .tfItemBox::before {

  background-image: url(../imgData/cm_bmw.jpg);
}

.tfItem.MINI .tfItemBox::before {
  background-image: url(../imgData/cm_mini.jpg);
}

.tfItem.VOLKSWAGEN .tfItemBox::before {
  background-image: url(../imgData/cm_volkswagen.jpg);
}

.tfItem.AUDI .tfItemBox::before {
  background-image: url(../imgData/cm_audi.jpg);
}

.tfItem.VOLVO .tfItemBox::before {
  background-image: url(../imgData/cm_volvo.jpg);
}

.tfItemBox .tfItemImg {
  padding: 15px;
  background: #fff;
}

.tfItemBox .tfItemImg img,
.tfItemBox .tfItemImg amp-img {
  width: 100%;
  height: auto;
}

.tfItemName {
  font-size: 1.125rem;
  padding: 12px 0;
  color: #fff;
  font-weight: bold;
}

.tfItemLink {
  padding: 0 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tfItemLink p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 2.5px;
}

.tfItemLink p a {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  position: relative;
  font-size: 0.8rem;
  padding: 10px 0;
  line-height: 1.2;
}

.tfItemLink p a span {
  display: block;
  position: relative;
  z-index: 2;
}

.tfItemLink p a::after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.tfItemLink p a:hover {
  color: white;
}

.tfItemLink p a:hover::after {
  background: #dc0002;
  border-color: #dc0002;
}

@media screen and (max-width: 600px) {
  .tfListWrapper {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 10px;
    margin-bottom: -10px;
  }
  .tfListWrapper > div {
    display: inline-block;
  }
  .tfListWrapper .tfList {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(420vw+ 21vw);
    margin: 0;
    padding: 0 3vw;
  }
  .tfListWrapper .tfItem, .tfListWrapper .tfItem:nth-child(3n + 1) {
    width: 70vw;
    margin-top: 0;
    margin-left: 3vw;
  }
  .tfListWrapper .tfItem:nth-child(1) {
    margin-left: 0;
  }
  .lineupTokusen .tfList {
    margin: -5px 0 0;
  }
  .lineupTokusen .tfItem {
    width: calc((100% - 5px)/2);
    margin-top: 5px;
    margin-left: 5px;
  }
  .lineupTokusen .tfItem:nth-child(2n + 1) {
    margin-left: 0;
  }
  .tfListWrapper .tfItemBox::before {
    width: 40px;
    height: 40px;
  }
  .lineupTokusen .tfItemBox::before {
    width: 30px;
    height: 30px;
  }
  .tfItemBox .tfItemImg {
    padding: 20px 5px 10px 10px;
  }
  .lineupTokusen .tfItemName span {
    display: block;
  }
  .lineupTokusen .tfItemName .cm {
    font-size: 0.75rem;
    opacity: 0.6;
  }
  .lineupTokusen .tfItemName .car {
    font-size: 1rem;
    margin-top: 4px;
  }
  .tfItemLink {
    padding-bottom: 10px;
    display: block;
  }
  .tfItemLink p {
    width: auto;
  }
  .tfItemLink p:not(:nth-child(1)) {
    margin-top: 4px;
  }
  .tfItemLink p a {
    font-size: 0.7rem;
  }
  .tfItemLink p a span {
    display: inline;
  }
}

/*****************************************************************************
navType01
*****************************************************************************/
.navType01 {
  background: #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}

.navType01 ul {
  width: 1000px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.navType01 li {
  width: 50%;
}

.navType01 li a {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 1.2rem;
  color: #fff;
  padding: 0 10px;
  font-weight: 900;
  text-decoration: none;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.navType01 li.on a {
  background: #dc0002;
}

.navType01 li:not(.on) a:hover {
  color: #dc0002;
}

@media screen and (max-width: 600px) {
  .navType01 ul {
    width: 100%;
  }
  .navType01 li a {
    font-size: 1rem;
  }
}

/*****************************************************************************
line
*****************************************************************************/
#lineModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.35s 0.15s;
  transition: all 0.35s 0.15s;
}

#lineModal.on {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#lineModal .box {
  background: #00b900;
  color: #222;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 50px;
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 600px) {
  #lineModal .box {
    max-width: initial;
    height: 100%;
    padding: 4vw;
    border-radius: 0;
  }
}

#lineModal .close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
}

#lineModal .close::before,
#lineModal .close::after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  left: 0;
}

#lineModal .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#lineModal .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#lineModal .hd {
  color: #fff;
  font-size: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -25px -50px 0;
}

@media screen and (max-width: 600px) {
  #lineModal .hd {
    margin: 0 -4vw 0;
  }
}

#lineModal .hd span {
  position: relative;
  padding: 82px 20px 0;
}

#lineModal .hd img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 80px;
}

#lineModal .lead {
  padding: 20px 0 10px;
  line-height: 1.3;
  text-align: center;
}

#lineModal .lead p:not(:first-child) {
  margin-top: .5em;
}

#lineModal .account {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

#lineModal .account a {
  display: block;
  color: #00b900;
  text-decoration: none;
}

#lineModal .account .l1 {
  font-size: 1.4em;
}

#lineModal .account .l2 {
  padding: 5px 0 0;
  font-size: 1em;
}

#lineModal .account .l3 {
  padding: 10px 0 0;
  font-size: 1.6em;
}

#lineModal .account .qr {
  padding: 5px 0;
}

#lineModal .account .btn img {
  height: 45px;
  width: auto;
}

/*****************************************************************************
FontAwesome
*****************************************************************************/
.fa,
.fa::after,
.fa::before {
  font-family: FontAwesome !important;
}
.ec4_header {
    width: 100%;
    background-color: #000;
    display: flex;
    justify-content: flex-end;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 45px;

}
.ec4_header_inner{
  margin-top: 5px;
}
.ec4_header .ec4_header_inner a{
    color: #fff;
    margin-left: 10px;
    text-decoration: none;
    transition: 0.3s;
}

.ec4_header .ec4_header_inner a:hover{
    cursor: pointer;
    transition: 0.3s;
}

.header-ec{
    display: none;
}



/*有人チャット位置微調整　エレベーターボタンとかぶらないように*/
@media screen and (min-width: 601px) {
	body #chatplusview.closed #outline #eye_catcher.eyecatcher-no_agent, body #chatplusview.closed #outline #eye_catcher {
	right: 100px;
}

}

@media screen and (max-width: 600px){
  .ec4_header{
    padding-right: 12px;
    padding-left: 8px;
  }
}


/*****************************************************************************

口コミNo1追加部分

*****************************************************************************/

.g-kuchikomi_content {
  display: flex;
  justify-content: center;
  padding: 35px 15px;
}

.g-kuchikomi_content.home_g-kuchikomi {
  background-color: #DC0002;
}

.g-kuchikomi_content.shop_g-kuchikomi {
  background-color: #FFEFCD;
}

.g-kuchikomi_content .g-kuchikomi_content_inner {
  padding: 20px 30px;
  background-color: rgba(255, 255, 255, .93);
  display: flex;
  align-items: center;
  max-width: 622px;
  width: 100%;
}

.g-kuchikomi_content_inner .g-kuchikomi_content_logo {
  max-width: 102px;
  width: 100%;
  margin-right: 20px;
  margin-left: 20px;
}

.g-kuchikomi_content_inner .g-kuchikomi_content_logo img {
  width: 100%;
  height: auto;
}

.g-kuchikomi_content_inner .g-kuchikomi_content_textbox {
  flex: 1;
}

.g-kuchikomi_content_inner .g-kuchikomi_text01,
.g-kuchikomi_content_inner .g-kuchikomi_text02 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.g-kuchikomi_content_inner .g-kuchikomi_text02 .g-kuchikomi_red{
  font-size: 24px;
  font-weight: 800;
  color: #DC0002;
}

.g-kuchikomi_content_inner .g-kuchikomi_text03 {
  font-size: 10px;
  color: #666;
  margin-top: 8px;
  line-height: 1.5;
}

.g-kuchikomi_content_inner .g-kuchikomi_text02_br {
  display: none;
}

@media screen and (max-width: 550px) {
  .g-kuchikomi_content .g-kuchikomi_content_inner {
    display: block;
    padding: 15px;
  }
  .g-kuchikomi_content_inner .g-kuchikomi_text01,
  .g-kuchikomi_content_inner .g-kuchikomi_text02 {
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
  }
  .g-kuchikomi_content_inner .g-kuchikomi_text02 .g-kuchikomi_red{
    font-size: 24px;
  }
  .g-kuchikomi_content_inner .g-kuchikomi_text03 {
    font-size: 9px;
  }
  .g-kuchikomi_content_inner .g-kuchikomi_content_logo {
    margin: 0 auto 5px;
    max-width: 80px;
  }
  .g-kuchikomi_content_inner .g-kuchikomi_text02_br {
    display: block;
  }
}

@media screen and (max-width: 370px) {
  .g-kuchikomi_content_inner .g-kuchikomi_text02 .g-kuchikomi_red{
    font-size: 20px;
  }
}

/* section#contactForm_line{
	display: none;
} */



/*****************************************************************************
site-search
*****************************************************************************/
.ec4_header .mt-site-search-container{
  border-right: 2px solid #818182;
  margin-right: 4px;
  padding-right: 14px;
  position: relative;
}
.mt-site-search-form{
  display: flex;
  align-items: center;
}
.mt-site-search-form__query{
  border: 1px solid #fff;
  padding: 2px 4px;
  width: 160px;
}
.mt-site-search-form__query::placeholder{
  color: rgba(0,0,0,.4);
  font-family: 'Noto Sans JP', "Meiryo", "MS PGothic", "Hiragino Kaku Gothic ProN", Osaka, Sans-Serif;
  font-weight: 400;
}
.mt-site-search-form__button{
  background-color: #dc0002;
  border: 1px solid #dc0002;
  cursor: pointer;
  font-size: 0;
  margin: initial;
  position: relative;
  transition: background-color .3s, border-color .3s;
  width: 30px;
  height: 25px;
}
.mt-site-search-form__button:hover{
  background-color: #df817e;
  border-color: #df817e;
}
.mt-site-search-form__button::after{
  content: '\f002';
  color: #fff;
  display: block;
  font-family: 'FontAwesome';
  font-size: 17px;
  margin-top: -2px;
}

@media screen and (max-width: 600px){
  .mt-site-search-container{
    margin-right: 0;
    padding-right: 10px;
  }
  .mt-site-search-form__query{
    width: 136px;
  }
}


/*****************************************************************************
search
*****************************************************************************/
#search{
  line-height: 1.9;
  margin-bottom: 64px;
}

#search .mt-site-search-form__query{
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  width: min(480px, calc(100% - 60px));
}
#search .mt-site-search-form__button{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 0 8px;
  width: 60px;
  height: auto;
}
#search .mt-site-search-form__button::after{
  content: none;
}
#search .mt-site-search-result__message{
  font-size: 16px;
  margin-top: 2px;
  letter-spacing: 0.04em;
}
#search .mt-site-search-result-item{
  margin: 1.2em 0;
}
#search .mt-site-search__pagination{
  margin-top: 40px;
}
#search .mt-site-search__pagination ul{
  display: flex;
  justify-content: center;
  gap: 6px;
}
#search .mt-site-search-pagination-item{
  padding: 0;
}
#search .mt-site-search-pagination-item--current .mt-site-search-pagination-item__link{
  background-color: #dc0002;
  color: #fff;
  pointer-events: none;
}
#search .mt-site-search-pagination-item__link{
  padding: 4px 8px;
  text-decoration: none;
}


/*****************************************************************************
zactive-app
app-policy    2023.09.25
*****************************************************************************/
.app-font-size {
  font-size: 16px;

}
.app-font-size--small {
  font-size: 16px;

}
.app-font-size--medium {
  font-size: 20px;
  /* font-size: 1rem; */
}
.app-font-size--large {
  font-size: 24px;
  font-size: 1.125rem;
}

.app-font-title-size {
  font-size: 22px;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0 0 10px;
  line-height: 1.3;
}

.app-font-title-size--small {
  font-size: 22px;
}
.app-font-title-size--medium {
  font-size: 24px;
}
.app-font-title-size--large {
  font-size: 26px;
  font-size: 1.7rem;
}

.app-size-button-wrap{}

.app-size-button-box {
  font-size: 1.125rem;
  font-weight: bold;
  display: grid;
  align-items: center;
  justify-content: start;
  grid-template-columns: auto 34px 34px 34px;
  gap: 8px;
}

.app-size-button-box__txt {
  font-size: 24px;
  font-size: 1.5rem;
}

.app-size-button {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  /* font-size: 1.125rem; */
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
}

.app-size-button:hover {
  background-color: #DC0103;
  color: #fff;
}
.app-size-button.active {
  background-color: #DC0103;
  color: #fff;
}


/*****************************************************************************
ec2023_cov_erea_out   商品一覧を見るバナー 2023.10
*****************************************************************************/

.ec2023_cov_erea_link{
  text-decoration: none;
  width: 100%;
  padding: 100px 30px;
  background: #DC0002;
  position: relative;
  color: #fff;
  display: block;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.ec2023_cov_erea_link:before{
  position: absolute;
  content: "";
  background: url(../images/ec_bg_tire_left.png) no-repeat left bottom;
  background-size: cover;
  width: 764px;
  height: 440px;
  position: absolute;
  top: 0;
  left: 0;
}
.ec2023_cov_erea_link:after{
  position: absolute;
  content: "";
  background: url(../images/ec_bg_tire_right.png) no-repeat right bottom;
  background-size: cover;
  width: 798px;
  height: 440px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.ec2023_cov_erea_link:hover{
  background-color: #252525;
  color: #fff;
}
.ec2023_cov_erea_inner{
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: column;
}
.ec2023_cov_erea_txt01{
  padding: 8px 0;
  margin-bottom: 17px;
  border-bottom: 3px solid #91C625;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.7;
}
.ec2023_cov_erea_txt02{
  display: flex;
  justify-self: center;
  align-items: flex-start;
  margin-bottom: 20px;
}
.ec2023_cov_erea_txt02 span:nth-child(1) img{
  margin-right: 12px;
  margin-top: 5px;
  width: 32px;
  height: 32px;
}
.ec2023_cov_erea_txt02 span:nth-child(2){
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.ec2023_cov_erea_txt03{
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
}
.ec2023_cov_erea_arrow{
  position: relative;
  width:66px;
  height:66px;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  background:#fff;
  border-radius:50%;
  color: #fff;
  text-decoration: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ec2023_cov_erea_arrow:before{
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  background: url(../images/ec_arrow_under.svg) center no-repeat;
  background-size: contain;
}
.ec2023_cov_erea_arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 116%;
  height: 116%;
  border: 2px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  transition: .3s ease;
}
.ec2023_cov_erea_link:hover .ec2023_cov_erea_arrow:after {
transform: translate(-50%, -50%) scale(1);
  border-color:rgba(255, 255, 255, 0.32);
}
.ec2023_cov_erea_br600_none{
  display: none;
}
.ec2023_cov_erea_br400_none{
  display: none;
}

@media screen and (max-width: 1800px){
  .ec2023_cov_erea_link:before{
    left: -5%;
  }
  .ec2023_cov_erea_link:after{
    right: -5%;
  }
}

@media screen and (max-width: 1600px){
  .ec2023_cov_erea_link:before{
    left: -10%;
  }
  .ec2023_cov_erea_link:after{
    right: -10%;
  }
}
@media screen and (max-width: 1400px){
  .ec2023_cov_erea_link:before{
    left: -20%;
  }
  .ec2023_cov_erea_link:after{
    right: -20%;
  }
}
@media screen and (max-width: 600px){
  .ec2023_cov_erea_link{
    padding: 100px 10px;
  }
  .ec2023_cov_erea_link:before{
    left: -10%;
    top: 0;
    width: 300px;
    height: 170px;
  }
  .ec2023_cov_erea_link:after{
    right: -10%;
    top: 70%;
    width: 300px;
    height: 185px;
  }
  .ec2023_cov_erea_txt02{
    flex-direction: column;
  }
  .ec2023_cov_erea_txt02 span:nth-child(1){
    margin: 0 auto 5px;
  }
  .ec2023_cov_erea_txt02 span:nth-child(1) img{
    margin-right: 0;
  }
  .ec2023_cov_erea_txt02 span:nth-child(2){
    font-size: 30px;
    font-weight: bold;
  }
  .ec2023_cov_erea_br600_none{
    display: block;
  }
}
@media screen and (max-width: 400px){
  .ec2023_cov_erea_br400_none{
    display: block;
  }
  .ec2023_cov_erea_txt02 span:nth-child(1) img{
    margin-right: 10px;
    width: 24px;
    height: 24px;
  }
  .ec2023_cov_erea_txt02 span:nth-child(2){
    font-size: 24px;
    font-weight: bold;
  }
}

.shop_g-kuchikomi_ec_bnr{

}

.g-kuchikomi_content_inner{
	margin-right: 10px;
}

.ec23_shop_content_inner{
	margin-left: 10px;
}

.ec23_shop_content_inner img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 600px){
	.shop_g-kuchikomi_ec_bnr{
		flex-direction: column;
	}

	.g-kuchikomi_content_inner{
	margin-right: 0px;
}

	.ec23_shop_content_inner{
	margin-left: 0px;
}

	.ec23_shop_content_inner{
		margin-top: 20px;
	}
}

.renew_after_body #page_index{
	position: relative;
	z-index: 0;
	position: relative;
}

.renew_after_body #page_index .renew_after_info {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 100;
	display: flex;
	justify-content: center;
	padding-top: 200px;

}

.renew_after_body #page_index .renew_after_info .renew_after_info_inner{
	text-align: center;
}
.renew_after_body #page_index .renew_after_info .renew_after_info_txt{
	line-height: 1.8;
	font-size: 18px;
}

.renew_after_body .renew_after_main .renew_after_info {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 100;
	display: flex;
	justify-content: center;
	padding-top: 200px;

}

.renew_after_body .renew_after_main .renew_after_info .renew_after_info_inner{
	text-align: center;
}
.renew_after_body .renew_after_main .renew_after_info .renew_after_info_txt{
	line-height: 1.8;
	font-size: 18px;
}

.ec_renew231215_bnr_wapper{
	background-color: #FFEFDC;
	background-image: url("../../share/images/common/bnr_back01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	width: 100%;
	display: flex;
	justify-content: center;
	text-decoration: none;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: 0.3s;

}



.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner{
	display: flex;
	justify-content: center;
	align-items: center;
}

.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_ichibakun{

}

.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_ichibakun img{
	width: 112px;
	height: 163px;
}

.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt01{
	margin-left: 10px;
	font-size: 2.625rem;
	font-weight: 900;
	color: #252525;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}

.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt01::before{
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	content:"";
	width: 20px;
	height: 90px;
	border-radius: 4px;
	background-color: #DC0012;
	transition: 0.3s;
}

.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt02{

	margin-right: 30px;
}

.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt02 .ec_renew231215_bnr_txt02_box01{
	background-color: #DC0012;
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	padding: 6px 15px 6px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;

}

.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt02 .ec_renew231215_bnr_txt02_box02{
	color: #252525;
	font-weight: 700;
	font-size: 2rem;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.6;
	transition: 0.3s;
}

.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt02 .ec_renew231215_bnr_txt02_box02 br{
	display: none;
}

.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt02 .ec_renew231215_bnr_txt02_box03{
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.6em;
	color: #252525;
	line-height: 1.6;
	transition: 0.3s;
}
.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt02 .ec_renew231215_bnr_txt02_box03 br{
	display: none;
}

.ec_renew231215_bnr_link{

}

.ec_renew231215_bnr_link span{
	background-color: #DC0012;
	display: block;
	color: #fff;
	font-size: 1.125rem;
	display: block;
	width: 290px;
	height: 70px;
	border-radius: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;

}

body .ec_renew231215_bnr_wapper_pc{
	display: block;
}

body .ec_renew231215_bnr_wapper_sp{
	display: none;
}

@media screen and (max-width: 1024px){
	body .ec_renew231215_bnr_wapper_pc{
		display: none;
	}

	body .ec_renew231215_bnr_wapper_sp{
		display: block;
	}
}

@media screen and (max-width: 1400px){
	.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt01{
		font-size: 2.3rem;
		color: #252525;
		&:before{
			width: 20px;
			height: 80px;
		}
	}
	.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt02 .ec_renew231215_bnr_txt02_box01{
		font-size: 1.8rem;
	}

	.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt02 .ec_renew231215_bnr_txt02_box02{
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt02 .ec_renew231215_bnr_txt02_box03{
		font-size: 1.25rem;
		letter-spacing: 0.4em;
	}
}

@media screen and (max-width: 600px){
	.ec_renew231215_bnr_wapper{
	background-size: cover;
	}
	.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt01{
		font-size: 2.2rem;
		margin-bottom: 15px;
		text-align: center;
	}
	.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt01::before{
		display: none;
	}

	.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt02{
		margin-right: 0;
		margin-bottom: 20px;
	}

	.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt02 .ec_renew231215_bnr_txt02_box01{
		font-size: 1.5rem;
		text-align: center;

	}

	.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt02 .ec_renew231215_bnr_txt02_box02{
		font-size: 1.5rem;
		text-align: center;
	}

	.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt02 .ec_renew231215_bnr_txt02_box02 br{
		display: block;
	}

	.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt02 .ec_renew231215_bnr_txt02_box03{
		font-size: 1rem;
		text-align: center;
	}
	.ec_renew231215_bnr_wapper .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt02 .ec_renew231215_bnr_txt02_box03 br{
		display: block;
	}
}



.ec_renew231215_bnr_wapper:hover{
	opacity: 1;
	background: #FF2323;
	transition: 0.3s;
}

.ec_renew231215_bnr_wapper:hover .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt01::before{
	background: #fff;
	transition: 0.3s;
}

.ec_renew231215_bnr_wapper:hover .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt01{
	color: #fff;
	transition: 0.3s;
}
.ec_renew231215_bnr_wapper:hover .ec_renew231215_bnr_link span{
	background-color: #252525;
	transition: 0.3s;
}

.ec_renew231215_bnr_wapper:hover .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt02 .ec_renew231215_bnr_txt02_box02{
	color: #fff;
	transition: 0.3s;

}

.ec_renew231215_bnr_wapper:hover .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt02 .ec_renew231215_bnr_txt02_box03{
	color: #fff;
	transition: 0.3s;

}

.ec_renew231215_bnr_wapper:hover .ec_renew231215_bnr_inner .ec_renew231215_bnr_txt02 .ec_renew231215_bnr_txt02_box01{
	background: #252525;
	transition: 0.3s;

}

.rsvPrompt_pc{
	display: block;
}

.rsvPrompt_sp{
	display: none;
}

@media screen and (max-width: 1024px){
	.rsvPrompt_pc{
		display: none;
	}

	.rsvPrompt_sp{
		display: block;
	}
}

footer > .logo a.footer-logo_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 510px;
  width: 100%;
}

footer > .logo {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 580px){
  footer > .logo {
    padding-inline: 10px;
  }
}
/*****************************************************************************
header　20240403追記
*****************************************************************************/
.ec2023_header .ec2023_header_left .ec2023_h_txt01 .jmr {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.thumbnail333{
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  .thumbnail333{
    padding-left: 0;
    padding-right: 0;
  }
  
}

/*****************************************************************************
20250421追記
*****************************************************************************/
.text_20250421 {
  margin-bottom: 30px;
  width: 100%;
  line-height: 2;
  display: flex;
  justify-content: center;
}

.text_20250421-lp {
  margin-bottom: 30px;
  width: 100%;
  line-height: 2;
}

.text_20250421-mochikomi-lp {
  margin-bottom: 30px;
  width: 100%;
  line-height: 2;
}

.text_20250421_page-center {
  text-align: center;
}

.text_20250421-porsche {
padding-top: 20px;
}

.text_20250421 p {
  font-size: 16px;
  max-width: 510px;
}

.text_20250421-lp p {
  font-size: 16px;
  max-width: 510px;
}

.text_20250421-mochikomi-lp p {
  font-size: 16px;
  max-width: 600px;
}

@media screen and (max-width: 510px) {
  .text_20250421 {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  
}

@media screen and (max-width: 510px) {
  .text_20250421-lp {
    text-align: left;
  }
  
}

@media screen and (max-width: 510px) {
  .text_20250421-mochikomi-lp {
    text-align: left;
  }
  
}
