/* ##############################################################################

    DEFAULT

############################################################################## */
@font-face {
  font-family: "font_daggersquare";
  src: url(../fonts/daggersquare-italic.eot) format("eot"), url(../fonts/daggersquare-italic.woff) format("woff");
}
html {
  height: 100%;
  overflow-y: scroll;
}
body {
  height: 100%;
  font: 14px/1.231 YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.08em;
  *font-size: small;
  *font: x-small;
  color: #333;
  background: url(../images/bg-pt02.jpg);
  -webkit-font-smoothing: antialiased;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "Lato", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "ＭＳ Ｐゴシック", sans-serif;
  }
}
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
ol {
  list-style: none;
}
small {
  font-size: 86%;
}
a,
a::before,
a::after {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
@media (min-width: 767px) {
  a:hover {
    color: #aaa;
    text-decoration: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  @-moz-document url-prefix() {
    * {
      font-feature-settings: "palt";
    }
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    * {
      font-feature-settings: "palt";
    }
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    -webkit-text-size-adjust: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/* ##############################################################################

    COMMON

############################################################################## */

/* animation
**************************************** */
.rellax--wrap {
  overflow: hidden;
}
.rellax--wrap img {
  width: 100%;
}

/* layout
**************************************** */

/* --- inner --- */
.inner {
  max-width: 90%;
  width: 1080px;
  margin: 0 auto;
}
.inner .inner {
  max-width: 100%;
}
.inner-sm {
  width: 800px;
}
.inner-md {
  width: auto;
  max-width: 1400px;
}
.inner-lg {
  width: 100%;
}
.front {
  position: relative;
  z-index: 1;
}

/* --- section_pdg --- */
.section_pdg {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section_pdg-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* --- content_pdg --- */
.content_pdg {
  margin-bottom: 64px;
}
.content_pdg:last-of-type {
  margin-bottom: 0;
}

/* --- float --- */
.flt-rgt {
  float: right;
}
.flt-lft {
  float: left;
}

/* --- flex --- */
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.flex-end {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.flex-between {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex-around {
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap_reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.align-top {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.align-center {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

/* --- margin --- */
.mgn-btm8 {
  margin-bottom: 8px;
}
.mgn-btm16 {
  margin-bottom: 16px;
}
.mgn-btm24 {
  margin-bottom: 24px;
}
.mgn-btm32 {
  margin-bottom: 32px;
}
.mgn-btm40 {
  margin-bottom: 40px;
}
.mgn-btm48 {
  margin-bottom: 48px;
}
.mgn-btm56 {
  margin-bottom: 56px;
}
.mgn-btm64 {
  margin-bottom: 64px;
}
.mgn-btm72 {
  margin-bottom: 72px;
}
.mgn-btm80 {
  margin-bottom: 80px;
}

/* --- transition --- */
.ts2 {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* --- list ---- */
.list {
  list-style-type: none;
}
.list li:not(:last-child) {
  margin-bottom: 16px;
}
.list li {
  position: relative;
  padding-left: 1.4em;
}
.list-disc li::before,
.list-square li::before,
.list-circle li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background-color: #666;
}
/* 数字付きリスト */
.list-num {
  padding-left: 1.4em;
  list-style-type: decimal;
}
.list-num li {
  padding-left: 0;
}
.list-num li::before {
  display: none;
}
/* 数字付きリスト カッコ */
.list-num2 {
  font-size: 114%;
  counter-reset: cnt;
  padding-left: 1em;
}
.list-num2 li {
  text-indent: -2em;
}
.list-num2 li::before {
  counter-increment: cnt;
  content: "(" counter(cnt) ")";
  margin-right: 0.4em;
}
/* 白丸付きリスト */
.list-circle li::before {
  border: 1px solid #666;
  background-color: transparent;
}
/* 四角付きリスト */
.list-square li::before {
  border-radius: 0;
  background-color: #666;
}
/* 入れ子のスタイル */
.list li ul {
  margin-top: 16px;
}
.list li ul li::before {
  width: 6px;
  height: 6px;
  top: 0.8em;
}

/* --- dlリスト --- */
.list-dl {
  position: relative;
  border-top: 1px solid #bfbfbf;
}
.list-dl dt {
  position: absolute;
  padding-top: 16px;
  font-weight: 700;
}
.list-dl dd {
  padding-left: 160px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #bfbfbf;
}
.list-dl.line-none {
  border-top: none;
}
.list-dl.line-none dt {
  padding-top: 0;
  font-weight: normal;
}
.list-dl.line-none dd {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* --- pc or sp --- */
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}

@media (max-width: 767px) {
  .sp-block {
    display: block;
  }
  .section_pdg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section_pdg-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* --- inner --- */
  .inner {
    width: 90%;
  }
  .inner-lg {
    width: 100%;
    max-width: 100%;
  }

  /* --- margin --- */
  .mgn-btm16 {
    margin-bottom: 8px;
  }
  .mgn-btm24 {
    margin-bottom: 16px;
  }
  .mgn-btm32 {
    margin-bottom: 16px;
  }
  .mgn-btm40 {
    margin-bottom: 24px;
  }
  .mgn-btm48 {
    margin-bottom: 24px;
  }
  .mgn-btm56 {
    margin-bottom: 32px;
  }
  .mgn-btm64 {
    margin-bottom: 32px;
  }
  .mgn-btm72 {
    margin-bottom: 40px;
  }
  .mgn-btm80 {
    margin-bottom: 40px;
  }
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
}

/* text
**************************************** */
.en {
  font-family: font_daggersquare, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.txt-wh {
  color: #fff;
}
.txt-rd {
  color: #e60020;
}
.txt-bl {
  color: #0066b6;
}
.txt-bld {
  font-weight: bold;
}

/* bg
**************************************** */
.bg-wh {
  background: #fff;
}
.bg-bl {
  background: url(../images/bg-pt01.jpg);
}
.bg-bl2 {
  background: url(../images/bg-pt02.jpg);
}
.bg-gray {
  background: url(../images/bg-pt03.jpg);
  background-size: cover;
}
.bg-gray-img {
  background: url(../images/store-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-brush::after {
  content: "";
  display: block;
  height: 60px;
  background: url(../images/bg-ttl.png) no-repeat;
}
.bg-corner-lft,
.bg-corner-rgt {
  position: relative;
}
.bg-corner-lft::before,
.bg-corner-rgt::after {
  content: "";
  position: absolute;
  display: block;
  width: 80%;
  height: 80%;
  max-width: 620px;
  max-height: 726px;
  background: url(../images/bg-corner.png);
  background-size: cover;
}
.bg-corner-lft::before {
  left: 0;
  bottom: 0;
}
.bg-corner-rgt::after {
  right: 0;
  top: 0;
  transform: rotate(180deg);
}

@media (max-width: 1300px) and (min-width: 768px) {
  .bg-corner-lft::before,
  .bg-corner-rgt::after {
    width: 40%;
    height: 40vw;
    max-width: 100%;
    max-height: 100%;
  }
}

@media (max-width: 1200px) {
  .bg-gray-img {
    background-attachment: unset;
    background-repeat: repeat;
    background-size: auto;
  }
}

@media (max-width: 767px) {
  .bg-brush::after {
    background-size: 100%;
  }
  .bg-corner-lft::before,
  .bg-corner-rgt::after {
    width: 60%;
    height: 70vw;
    max-width: 100%;
    max-height: 100%;
  }
}

/* deco
**************************************** */
.deco {
  position: relative;
}
.deco-top::before,
.deco-btm::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 50%;
  height: 15px;
  background: url(../images/deco.svg);
}
.deco-top::before {
  top: 0;
  right: 0;
}
.deco-btm::after {
  bottom: 0;
  left: 0;
  transform: scale(1, -1);
}

.txt-link {
  text-decoration: underline;
}

/* ttl
**************************************** */
.content_ttl {
  font-size: 114%;
  letter-spacing: 0.1em;
}
.home_news .content_ttl {
  font-size: 200%;
}
.home_news .content_ttl,
.content_ttl::before {
  content: attr(data-en);
  display: block;
  font-family: font_daggersquare, sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.home_news .content_ttl {
  font-size: 200%;
}
.content_ttl::before {
  font-size: 325%;
}
.content_ttl.bg-brush::after {
  background-position: center;
}
.post_ttl {
  font-size: 140%;
  font-weight: normal;
}
.single_ttl {
  font-size: 180%;
  line-height: 1.5;
  font-weight: normal;
}

/* --- column_ttl --- */
.column_ttl {
  font-size: 271%;
  line-height: 1.5;
  margin-bottom: 40px;
}
.column_ttl.bg-brush::after {
  background-position: center;
}
.column_ttl small {
  font-size: 72%;
}

/* --- page_ttl --- */
.page_ttl {
  height: 300px;
  padding-top: 70px;
  color: #fff;
  text-align: center;
  background: url(../images/bg-page_ttl.jpg) center no-repeat;
  background-size: cover;
}
.page-service .page_ttl {
  height: 470px;
  padding-top: 170px;
  background: url(../images/service--titile.jpg) center no-repeat;
  background-size: cover;
}
.page-point .page_ttl {
  background: url(../images/bg-page_ttl.jpg) center no-repeat;
  background-size: cover;
}
.page-company .page_ttl {
  background: url(../images/bg-page_ttl.jpg) center no-repeat;
  background-size: cover;
}
.page-contact .page_ttl {
  background: url(../images/bg-page_ttl.jpg) center no-repeat;
  background-size: cover;
}
.archive-store .page_ttl,
.single-store .page_ttl {
  background: url(../images/bg-page_ttl.jpg) center no-repeat;
  background-size: cover;
}
.archive-news .page_ttl,
.single-news .page_ttl {
  background: url(../images/bg-page_ttl.jpg) center no-repeat;
  background-size: cover;
}
.archive-denshi .page_ttl,
.page-privacy .page_ttl {
  background: url(../images/bg-page_ttl.jpg) center no-repeat;
  background-size: cover;
}
.page-management-plan .page_ttl {
  background: url(../images/bg-page_ttl.jpg) center no-repeat;
  background-size: cover;
}
.page-subsidiary .page_ttl {
  background: url(../images/subsidiary--titile.jpg) center no-repeat;
  background-size: cover;
}
.page_ttl-eng {
  display: block;
  font-size: 343%;
  line-height: 1;
}
.page-service .page_ttl-eng {
  font-size: 500%;
}
.page_ttl-jp {
  font-size: 142%;
  letter-spacing: 0.1em;
}
.page-subsidiary .page_ttl-eng {
  margin-bottom: 8px;
}
.page-subsidiary .page_ttl-jp {
  line-height: 1.2;
}

/* --- section_ttl --- */
.section_ttl {
  margin-bottom: 64px;
  font-size: 228%;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.home .section_ttl::before {
  font-size: 200%;
}
.section_ttl::before {
  content: attr(data-en);
  display: block;
  font-family: font_daggersquare, sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.section_ttl::after {
  content: "";
  display: block;
  width: 50px;
  margin-top: 16px;
  border-top: 6px solid #e60020;
}
.section_ttl.txt-wh::after {
  border-top: 6px solid #fff;
  background-color: #fff;
}
.section_ttl.txt-ctr::after {
  margin-left: auto;
  margin-right: auto;
}

/* --- section_subttl --- */
.section_subttl {
  margin-bottom: 40px;
  font-size: 142%;
  line-height: 1.5;
}

/* --- side_ttl --- */
.side_ttl {
  margin-bottom: 24px;
  color: #e60020;
  font-size: 171%;
  line-height: 1.5;
}
.side_ttl small {
  font-size: 45%;
  display: block;
}

@media (max-width: 1300px) {
  .page_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
    padding-top: 0;
  }
  .page-service .page_ttl {
    height: 40vh;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .post_ttl {
    font-size: 120%;
  }
  .single_ttl {
    font-size: 140%;
  }
  .section_ttl {
    margin-bottom: 32px;
    font-size: 153%;
    line-height: 1.3;
  }
  .section_ttl::after {
    border-top: 4px solid #e60020;
  }
  .section_ttl.txt-wh::after {
    border-top: 4px solid #fff;
  }
  .page_ttl {
    height: 140px;
  }
  .page_ttl-eng {
    font-size: 230%;
  }
  .page-service .page_ttl-eng {
    font-size: 344%;
  }
  .page_ttl-jp {
    font-size: 123%;
  }
  .column_ttl {
    margin-bottom: 24px;
    font-size: 190%;
    line-height: 1.3;
  }
  .column_ttl.bg-brush::after {
    background-position: left;
    background-size: 120%;
  }
  .section_subttl {
    margin-bottom: 24px;
  }
}

/* txt
**************************************** */
.txt-ctr {
  text-align: center;
}
.txt-rgt {
  text-align: right;
}

/* table & list
**************************************** */
/*  th, td {
    padding: 10px 16px;
    border: 1px solid #ddd;
  }
  th {
    background: #eee;
    font-weight: normal;
  }*/

@media (max-width: 767px) {
  th,
  td {
    display: block;
    width: 100%;
  }
  th {
    border-top: none;
  }
  td {
    border-bottom: none;
  }
}

/* box
**************************************** */
.box {
  padding: 40px;
}
.box_ttl {
  font-size: 150%;
}

/* btn
**************************************** */
.btn {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  line-height: 1;
  overflow: hidden;
  text-align: center;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #e70021;
}
@media (min-width: 767px) {
  .btn:hover {
    color: #fff;
  }
  .btn:hover::before {
    z-index: 0;
    left: 0;
  }
}
.btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 8px;
  display: block;
  width: 15px;
  height: 13px;
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
}
.btn[target="_blank"]::after {
  top: calc(50% - 7px);
  right: 8px;
  width: 12px;
  height: 12px;
  background: url(../images/icon-window.svg) no-repeat;
}
.btn.btn-back::after {
  left: 8px;
  right: initial;
  transform: scale(-1, 1);
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
}
.btn span {
  position: relative;
  z-index: 1;
}

.btn-shop {
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}
.btn-back {
  max-width: 248px;
  padding: 16px 32px;
  color: #fff;
  font-size: 114%;
  font-weight: bold;
  background: #333;
}

/* --- btn-more --- */
.btn-more {
  padding-left: 72px;
  padding-right: 72px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 128%;
  background-color: #ff580a;
  box-shadow: 0px 0px 5.46px 0.54px rgba(0, 0, 0, 0.25);
}
.btn-more span::before {
  content: "";
  display: block;
  background: url(../images/btn-more.svg) no-repeat;
  width: 109px;
  height: 17px;
  margin: auto;
}

/* --- btn-jp --- */
.btn-jp {
  padding: 16px 32px;
  font-weight: bold;
  background: #ff580a;
}

/* --- ir-btn --- */
.home_ir--bloc {
  position: relative;
}
.home_ir--bloc::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.2s ease-out;
}
@media (min-width: 767px) {
  .home_ir--bloc:hover::before {
    width: 100%;
  }
}
.ir-btn {
  position: relative;
  padding: 24px 32px;
}
.ir-btn::before {
  content: "";
  width: 45px;
  height: 45px;
  background: url(../images/logo-mark2.svg) no-repeat;
  margin-right: 40px;
}
.ir-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 20px;
  height: 17px;
  background: url(../images/arrow.svg) no-repeat;
}
.ir-btn p {
  color: #fff;
  font-size: 135%;
  font-weight: bold;
  line-height: 1.5;
}
.ir-btn span {
  display: block;
  color: #c4dbef;
  font-size: 69%;
}

@media (max-width: 767px) {
  .ir-btn {
    padding: 16px 0;
  }
  .ir-btn::before {
    margin-right: 16px;
  }
}

/* ##############################################################################

    HEADER

############################################################################## */

/* header
**************************************** */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
}
.home .header {
  position: absolute;
}
.subpage .header {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.home .header.fixed {
  position: fixed;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.home .header:not(.fixed) .header--logo {
  padding-top: 24px;
}
.header--logo a img + img {
  margin-left: 16px;
}

@media (max-width: 1300px) and (min-width: 768px) {
  .header--logo {
    width: 27%;
  }
  .header--logo a img + img {
    margin-left: 8px;
  }
  .header--logo a img {
    width: 8%;
  }
  .header--logo a img:last-child {
    width: calc(82% - 16px);
  }
}

@media (max-width: 767px) {
  .header,
  .home .header {
    position: fixed;
    padding: 0;
    height: 48px;
  }
  .header .header--logo,
  .home .header:not(.fixed) .header--logo {
    position: relative;
    z-index: 999;
    width: 100%;
    padding: 2%;
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
  }
  .header--logo a img + img {
    margin-left: 4px;
  }
  .header a img:nth-child(1) {
    width: 10%;
  }
  .header a img:nth-child(2) {
    width: 9%;
  }
  .header a img:nth-child(3) {
    width: 60%;
  }
}

/* gnav
**************************************** */
.home .header:not(.fixed) .gnav--item > a {
  padding-top: 24px;
}
.home .gnav--item > a {
  color: #fff;
}
.fixed .gnav--item > a {
  color: #333;
}
.gnav--item > a {
  height: 64px;
  font-size: 107%;
}
.gnav--item:not(.ir) > a {
  padding-left: 24px;
  padding-right: 24px;
}
.gnav--item.submenu > a {
  padding-left: 32px;
  padding-right: 32px;
}

/* --- gnav--sub_menu --- */
.gnav--sub_menu {
  position: absolute;
  top: 70%;
  width: 100%;
  padding-top: 5%;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
@media (min-width: 767px) {
  .gnav--item.submenu:hover .gnav--sub_menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}
.gnav--item.submenu {
  position: relative;
}
.gnav--sub_menu ul {
  background: #fff;
  box-shadow: 0px 0px 15.84px 0.16px rgba(0, 0, 0, 0.15);
}
.gnav--sub_menu li + li {
  border-top: 1px solid #eee;
}
.gnav--sub_menu a {
  display: block;
  height: auto;
  padding: 8px 0;
  font-size: 92%;
}

@media (max-width: 1300px) and (min-width: 768px) {
  .header {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease-out;
    transform: translateY(-100%);
    background: url(../images/gnav-sp.jpg) center no-repeat;
  }
  .header.active .gnav {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }
  .gnav--list {
    padding-top: 48px;
  }
  .gnav--list > li {
    border-bottom: 1px solid #565656;
  }
  .gnav--item > a {
    height: auto;
    color: #fff;
  }
  .header .gnav--item > a,
  .home .header:not(.fixed) .gnav--item > a,
  .gnav--item.submenu > a {
    padding: 8px 16px;
  }
  .gnav--sub_menu {
    position: relative;
    opacity: 1;
    padding-top: 0;
    visibility: visible;
    text-align: left;
  }
  .gnav--sub_menu ul {
    display: flex;
    flex-wrap: wrap;
    background: none;
    box-shadow: none;
    padding-left: 24px;
    padding-right: 24px;
  }
  .gnav--sub_menu li {
    width: 50%;
  }
  .gnav--sub_menu li + li {
    border: none;
  }
  .gnav--sub_menu a {
    padding: 8px;
    color: #fff;
  }
  .gnav--sub_menu a::before {
    content: "- ";
  }
  .gnav_btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    display: block;
    width: 48px;
    height: 48px;
    padding: 16px 12px;
  }
  .gnav_btn p {
    height: 100%;
    position: relative;
  }
  .gnav_btn,
  .gnav_btn span {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
  }
  .gnav_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .gnav_btn span:nth-of-type(1) {
    top: 0;
  }
  .gnav_btn span:nth-of-type(2) {
    top: 7px;
  }
  .gnav_btn span:nth-of-type(3) {
    bottom: 0;
  }
  .header.active .gnav_btn span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-35deg);
    transform: translateY(7px) rotate(-35deg);
  }
  .header.active .gnav_btn span:nth-of-type(2) {
    opacity: 0;
  }
  .header.active .gnav_btn span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(35deg);
    transform: translateY(-7px) rotate(35deg);
  }
}

/* ##############################################################################

    FOOTER

############################################################################## */
.footer .inner {
  order: 0;
}

/* pagetop
 **************************************** */
.pagetop {
  background-color: #011322;
}
.pagetop a {
  display: block;
  width: 36px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/pagetop.svg) center no-repeat;
}

/* footer--logo
 **************************************** */
.footer--logo {
  width: 100%;
  order: 1;
  border-top: 1px solid #dcdcdc;
}
.footer--logo a img + img {
  margin-left: 8px;
}
.footer--logo .inner {
  padding-top: 16px;
  padding-bottom: 16px;
}
.footer--copyright {
  margin-right: 16px;
}
.pbl {
  text-align: center;
  opacity: 0.5;
}
.pbl img {
  display: block;
}

/* fnav
 **************************************** */
.fnav {
  padding-top: 24px;
  padding-bottom: 32px;
}
.fnav > div:first-child {
  width: 46%;
}
.fnav > div:last-child {
  width: 54%;
}
.fir--list,
.fshop-list {
  border-left: 1px solid #dcdcdc;
}
.fmain--list {
  width: 30%;
  padding-right: 24px;
}
.fmain--list a,
.fir--list a {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1;
}
.fnav--item {
  width: calc(50% - 20px);
}
.fnav--item a::before {
  content: "-";
}
.fshop-list {
  width: 400px;
  padding-top: 8px;
  padding-left: 40px;
}
.fshop-list a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1;
}
.fshop-list .fnav--item {
  width: 50%;
}
.fir--list {
  width: 70%;
  padding-left: 32px;
  padding-right: 32px;
}

@media (max-width: 767px) {
  .fshop-list {
    position: relative;
  }
  .fir--list {
    padding-top: 8px;
  }
  .fmain--list a,
  .fir--list a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .fshop-list .open {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .fshop-list .open span {
    display: flex;
    justify-content: center;
    height: 40px;
    width: 40px;
    padding-bottom: 8px;
  }
  .fshop-list .open span::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    transform-origin: 50%;
  }
}

/* --- fcontact-list --- */
.fcontact-list {
  padding-right: 40px;
}
.fcontact-list li {
  width: 48%;
}
.fcontact-list a {
  position: relative;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  line-height: 1.3;
  overflow: hidden;
}
.fcontact-list a span {
  position: relative;
  z-index: 1;
}
.fcontact-list a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
}
@media (min-width: 767px) {
  .fcontact-list a:hover {
    color: #fff;
  }
  .fcontact-list a:hover::before {
    left: 0;
  }
}
.fcontact a {
  color: #ff580a;
  border: 2px solid #ff580a;
}
.fcontact a::before {
  background-color: #ff580a;
}
.fdenshi a {
  color: #011322;
  border: 2px solid #011322;
}
.fdenshi a::before {
  background-color: #011322;
}
@media (max-width: 1200px) {
  .fnav > div:first-child {
    width: 60%;
  }
  .fnav > div:last-child {
    width: 40%;
  }
  .fshop-list .fnav--item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .fnav > div:first-child,
  .fmain--list,
  .fir--list,
  .fnav > div:last-child {
    width: 100%;
  }
  .fir--list,
  .fshop-list {
    border-left: none;
    border-top: 1px solid #dcdcdc;
  }
  .fmain--list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 16px;
    padding-right: 0;
  }
  .fmain--list li {
    width: 50%;
  }
  .fir--list {
    padding-left: 0;
    padding-right: 0;
  }
  .fcontact-list {
    padding: 0;
  }
  .fshop-list {
    margin-top: 24px;
    padding-top: 16px;
    padding-left: 0;
  }
  .footer--logo h1 {
    margin-bottom: 16px;
  }
  .footer--logo h1 img:nth-child(1),
  .footer--logo h1 img:nth-child(2) {
    width: 10%;
  }
  .footer--logo h1 img:nth-child(3) {
    width: 75%;
  }
  .footer--copyright {
    text-align: center;
  }
  .pbl img {
    margin: auto;
  }
}

/* ##############################################################################

    INDEX

############################################################################## */
.wrap {
  background: #fff;
}
.subpage .wrap {
  padding-top: 64px;
}
.modal a:hover img {
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 767px) {
  .wrap,
  .subpage .wrap {
    padding-top: 48px;
  }
}

/* hero
**************************************** */
.hero {
  height: 55vw;
  max-height: 100vh;
}
.hero .hero-inner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -10;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  text-align: center;
  transform: translateX(-50%);
}
.hero .hero-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(28, 71, 120, 0.3);
}
.hero .hero-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/video-bg.png);
}
.hero video {
  min-width: 100%;
  /*min-height: 100%;*/
  width: auto;
  height: auto;
}

@media (max-width: 1300px) and (min-width: 768px) {
  .hero {
    height: calc(10vw + 600px);
  }
}

@media (max-width: 767px) {
  .hero {
    height: auto;
  }
  .hero .hero-inner {
    position: absolute;
  }
  .hero .sp {
    height: 100vh;
    background: url(../images/hero_img-sp.jpg) center;
    background-size: cover;
  }
}

/* home_news
**************************************** */
.home_news {
  position: relative;
  overflow: hidden;
}
.home_news::after {
  content: "";
  display: block;
  background: #fff;
  height: 100%;
  width: 57%;
  position: absolute;
  z-index: 0;
  right: -10%;
  top: 0;
  transform: skewX(-25deg);
  background: url(../images/bg-pt02.jpg);
}
.home_news--bloc {
  width: calc(50% - 20px);
  margin-right: 20px;
}
.home_ir--bloc {
  width: calc(43% - 20px);
}
.home_news--date {
  margin-right: 8px;
}
.home_news--item {
  margin-bottom: 8px;
}
.home_news--item a {
  color: #fff;
}
.home_news--eyecatch {
  width: 100px;
  height: 100px;
}
.home_news--ttl {
  font-weight: normal;
}
.home_news .more {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #999da1;
  text-align: right;
}
.home_news .more::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
}
.home_news .more::after {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  margin-left: 8px;
  opacity: 0.6;
  background: url(../images/arrow.svg) center no-repeat;
  background-size: contain;
}
@media (min-width: 767px) {
  .home_news .more:hover {
    color: #fff;
  }
  .home_news .more:hover::before {
    width: 100%;
  }
  .home_news .more:hover::after {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .home_news--bloc,
  .home_ir--bloc {
    width: 100%;
  }
  .home_news--bloc {
    margin-bottom: 32px;
  }
  .home_news::after {
    height: 80%;
    width: 100%;
    right: 0;
    top: initial;
    bottom: -38%;
    transform: skewY(5deg);
  }
}

/* home_news
**************************************** */
.home_ad a {
  position: relative;
  display: inline-block;
}
.home_ad a:hover .ts2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(28, 71, 120, 0.3);
}
.home_ad .home_ad--button:hover .ts2::before {
  display: block;
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: solid #fff 5px;
}
.home_ad .home_ad--button:hover .ts2::after {
  display: block;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  border: 20px solid transparent;
  border-left: 30px solid #fff;
  margin-left: -10px;
}
.home_ad--cont {
  gap: 32px;
}
.home_ad--cont .img {
  width: 500px;
}
@media (max-width: 767px) {
  .home_ad--cont {
    flex-direction: column;
  }
  .home_ad--cont .img {
    max-width: 100%;
  }
}
/* home_service
**************************************** */
.home_service .content_ttl {
  align-items: flex-end;
}
.home_service .content_ttl::before {
  margin-right: 8px;
}
.service_info {
  padding-top: 40px;
  background: rgba(255, 255, 255, 0.4);
}
.service_lead {
  margin-bottom: 40px;
  font-size: 285%;
  font-weight: bold;
}
.service_lead::after {
  content: "";
  display: block;
  background: url(../images/service-lead_spell.svg) center no-repeat;
  background-size: contain;
  width: 317px;
  height: 24px;
  margin: auto;
}
.service_support--store {
  margin-bottom: 40px;
}
.service_support--store li {
  font-size: 178%;
  font-weight: bold;
  text-align: center;
}
.service_support--store li + li {
  margin-left: 80px;
}
.service_support--store li::before {
  content: "";
  display: block;
  margin-bottom: 8px;
}
.service_support--store .autobacs::before {
  width: 270px;
  height: 197px;
  background: url(../images/logo-autobacs.svg) center no-repeat;
}
.service_support--store .super_autobacs::before {
  width: 278px;
  height: 201px;
  background: url(../images/logo-super_autobacs.svg) center no-repeat;
}
.service-footer {
  padding-top: 24px;
  padding-bottom: 24px;
  color: #fff;
  font-size: 178%;
  text-align: center;
  line-height: 1.3;
  background: url(../images/service-footer.jpg) center no-repeat;
  background-size: cover;
}
.service-footer span {
  color: #ff0101;
  font-weight: bold;
}
.service-img {
  height: 29vw;
}

@media (max-width: 767px) {
  .service_lead {
    font-size: 161%;
  }
  .service_lead::after {
    width: 236px;
    height: 17px;
  }
  .service_support--store li {
    font-size: 153%;
  }
  .service_support--store li + li {
    margin-left: 0;
    margin-top: 16px;
  }
  .service_support--store .autobacs::before,
  .service_support--store .super_autobacs::before {
    width: 60%;
    height: 39vw;
    margin: auto;
  }
  .service-footer {
    font-size: 115%;
    padding: 16px;
  }
}

/* home_point
**************************************** */
.point--wrap li {
  position: relative;
  height: 39vw;
  border-bottom: 4px solid #e60020;
}
.point--wrap h3 img {
  width: 36vw;
}
.point--wrap li + li {
  margin-top: 80px;
}
.point--ttl {
  position: absolute;
  top: 5vw;
  left: 8vw;
  z-index: 1;
}

@media (max-width: 1300px) and (min-width: 768px) {
  .hero {
    height: calc(10vw + 600px);
  }
}

@media (max-width: 767px) {
  .point--wrap h3 img {
    width: auto;
  }
  .point--wrap li {
    height: auto;
  }
  .point--ttl {
    top: 8vw;
    left: 4vw;
    width: 50vw;
  }
  .point--wrap li + li {
    margin-top: 40px;
  }
}

/* home_about
**************************************** */
.home_about {
  background: url(../images/about-bg.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  border-bottom: 4px solid #ff580a;
}
.home_about .about_info {
  margin-bottom: 8px;
  padding: 64px 56px;
  background: rgba(0, 0, 0, 0.5);
}
.about_detail dl {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 114%;
}
.about_detail dl + dl {
  border-top: 1px solid #808181;
}
.about_detail dt {
  width: 30%;
}
.about_detail dd {
  width: 70%;
}
.about_detail dd:last-child .flex li:nth-child(2n + 1) {
  width: 40%;
}

@media (max-width: 1200px) {
  .home_about {
    background-position: 20%;
    background-attachment: unset;
  }
}

@media (max-width: 767px) {
  .about_detail dt,
  .about_detail dd {
    width: 100%;
  }
  .home_about .about_info {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .about_detail dl {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 100%;
    line-height: 1.5;
  }
  .about_detail dt {
    margin-bottom: 8px;
  }
  .about_detail dd {
    padding-left: 16px;
  }
  .about_detail dd:last-child .flex li:nth-child(2n + 1) {
    width: 100%;
  }
  .about_detail dd:last-child .pc-none {
    display: inline-block;
  }
}

/* home_store
**************************************** */
.home_store {
  position: relative;
  margin-bottom: 480px;
}
.home_store::after {
  content: "";
  position: absolute;
  bottom: -480px;
  left: 0;
  display: block;
  width: 100%;
  height: 480px;
  background: rgba(0, 0, 0, 0.5);
}
.store_type {
  margin-bottom: 56px;
  text-align: center;
}
.store_type img {
  width: 151px;
  height: 109px;
}
.store_type::before,
.store_type::after {
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
  border-top: 1px solid #434343;
}
.store_type::before {
  margin-right: 40px;
}
.store_type::after {
  margin-left: 40px;
}
.store_list > li {
  width: calc(50% - 40px);
  margin-bottom: 40px;
}
.store_name {
  margin-bottom: 16px;
  font-size: 142%;
  line-height: 1.5;
}
.archive-store .store_name {
  padding-bottom: 8px;
  border-bottom: 3px solid #e60020;
}
.store--eyecatch {
  width: 242px;
  height: 172px;
}
.store_detail .store--content {
  width: auto;
  flex-grow: 1;
}
.home .store_info {
  width: calc(100% - 192px);
  background-color: #fff;
}
.store_info p {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 1.3;
}
.archive-store .store_info p {
  font-size: 114%;
}
.store_info p + p {
  border-top: 1px solid #ebeeef;
}
.store_info p::before {
  content: "";
  display: block;
  margin-right: 24px;
  background-color: #000;
}
.store_info p span {
  display: inline-block;
  width: calc(100% - 38px);
}
.store_info .address::before {
  width: 20px;
  height: 18px;
  background: url(../images/store-icon01.svg) center no-repeat;
}
.store_info .tel::before {
  width: 20px;
  height: 17px;
  background: url(../images/store-icon02.svg) center no-repeat;
}
.store_info .business_hour::before {
  width: 20px;
  height: 16px;
  background: url(../images/store-icon03.svg) center no-repeat;
}
.store_link {
  width: 100%;
}
.store_link li {
  width: 50%;
}
.store_link li:nth-child(1) {
  color: #011322;
  background: #011322;
  border: 1px solid #011322;
}
.store_link li:nth-child(2) {
  color: #e60020;
  background: #e60020;
  border: 1px solid #e60020;
}
.store_link li:nth-child(3) {
  color: #ff580a;
  background: #ff580a;
  border: 1px solid #ff580a;
}
.store_link li:nth-child(4) {
  color: #011322;
  background: #011322;
  border: 1px solid #011322;
}
.store_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 12px;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 767px) {
  .store_link a:hover {
    color: inherit;
  }
}
.store_link a::before {
  background: #fff;
}
.store_link li.no-link {
  background: #aaa;
  border: 1px solid #aaa !important;
}
.store_link .no-link a {
  pointer-events: none;
}
.store_link .no-link a::after {
  display: none;
}

@media (max-width: 1300px) and (min-width: 768px) {
  .store_list > li {
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .home_store {
    margin-bottom: 0;
    border-bottom: 4px solid #e60020;
  }
  .home_store::after {
    display: none;
  }
  .home .store_info,
  .store_list > li {
    width: 100%;
  }
  .store--eyecatch {
    width: 100%;
    height: 64vw;
    margin-bottom: 16px;
  }
  .store_type img {
    width: 99px;
    height: 72px;
  }
  .store_type::before {
    margin-right: 24px;
  }
  .store_type::after {
    margin-left: 24px;
  }
  .store_link li {
    width: 50%;
  }
  .store_link a {
    padding: 10px 16px 10px 4px;
    font-size: 92%;
  }
}

/* home_recruit
**************************************** */
.home_recruit {
  background: url(../images/recruit-bg.jpg) no-repeat;
  background-size: cover;
}
.recruit--link {
  padding-top: 32px;
  border-top: 1px solid #000000;
}
.recruit--link li p {
  margin-bottom: 8px;
  font-size: 171%;
}
.recruit--link li {
  width: 50%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
.recruit--link li + li {
  border-left: 1px solid #000000;
}

@media (max-width: 767px) {
  .recruit--link li {
    width: 100%;
  }
  .recruit--link li + li {
    border-left: none;
  }
  .recruit--link li p {
    font-size: 153%;
  }
}

/* ##############################################################################

    PAGE

############################################################################## */
.txt p {
  font-size: 114%;
}
.txt p:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 1200px) {
  .txt p {
    font-size: 107%;
  }
}
@media (max-width: 767px) {
  .txt p:not(.txt-rgt) {
    text-align: left;
  }
}

/* ##############################################################################

    PAGE-COMPANY

############################################################################## */

/* greeting
**************************************** */
.greeting--img img {
  border: 8px solid #fff;
}
.greeting .txt p {
  line-height: 2;
}

@media (max-width: 767px) {
  .greeting--img img {
    height: 80vw;
    border: 4px solid #fff;
  }
}

/* profile
**************************************** */
.profile {
  background: url(../images/about-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.profile_list {
  padding: 64px 56px;
  background: rgba(0, 0, 0, 0.5);
}
.profile--img {
  width: 40%;
}
.profile_list > dl {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.profile_list > dl + dl {
  border-top: 1px solid #dcdcdc;
}
.profile_list > dl,
.member_list > dl {
  display: flex;
  flex-wrap: wrap;
}
.profile_list > dl > dt {
  width: 20%;
}
.profile_list > dl > dd {
  width: 80%;
}
.member_list > dl > dt,
.member_list > dl > dd {
  width: 50%;
}
#company-map {
  width: 100%;
  padding-bottom: 30%;
  background: #fff;
}

@media (max-width: 1200px) {
  .profile {
    background-attachment: unset;
    background-size: auto;
  }
}

@media (max-width: 767px) {
  .profile--txt,
  .profile--img,
  .profile_list > dl > dt,
  .profile_list > dl > dd {
    width: 100%;
  }
  .profile_list {
    font-size: 92%;
    line-height: 1.5;
    padding: 8px 24px;
  }
  .profile_list > dl {
    display: block;
    padding: 16px 0;
  }
  .profile_list > dl > dt {
    margin-bottom: 8px;
  }
  .profile_list > dl > dd {
    padding-left: 16px;
  }
  .profile--img {
    display: flex;
    height: 40vh;
  }
  .profile--img::before,
  .profile--img::after {
    width: 50%;
    height: 100%;
  }
  #company-map {
    padding-bottom: 50%;
  }
}

/* access
**************************************** */
.access {
  padding-top: 56px;
}

/* history
**************************************** */
.history_list dt {
  width: calc(17% - 20px);
  text-align: right;
}
.history_list dd {
  width: 83%;
}

@media (max-width: 767px) {
  .history_list dt,
  .history_list dd {
    width: 100%;
  }
  .history_list dt:not(:first-child) {
    border-top: 1px solid #aaa;
  }
  .history_list dt {
    padding-top: 16px;
    text-align: left;
  }
  .history_list dd {
    padding-bottom: 16px;
    padding-left: 16px;
    line-height: 1.5;
  }
}

/* philosophy
**************************************** */
.philosophy {
  padding-top: 64px;
}
.philosophy_list {
  counter-reset: number;
}
.philosophy_list--txt {
  width: 50%;
  padding-left: 56px;
  padding-right: 56px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.philosophy_list li:nth-child(2n + 1) .philosophy_list--ttl {
}
.philosophy_list li:nth-child(2n + 1) .philosophy_list--txt {
  padding-right: 16%;
}
.philosophy_list li:nth-child(2n) .philosophy_list--txt {
  padding-left: 16%;
}
.philosophy_list--ttl {
  margin-bottom: 40px;
  font-size: 244%;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.philosophy_list--ttl .number {
  display: block;
  margin-bottom: 24px;
  line-height: 1;
}
.philosophy_list--ttl .number::after {
  content: "0" counter(number);
  counter-increment: number;
  display: block;
  color: #e60020;
  font-family: font_daggersquare, sans-serif;
  text-transform: uppercase;
  font-size: 360%;
}
.philosophy_list--img {
  width: 50%;
}
.philosophy_list li:nth-child(2n + 1) .philosophy_list--img {
  order: -1;
}

@media (max-width: 1300px) {
  .philosophy_list--ttl {
    margin-bottom: 16px;
    font-size: 184%;
  }
  .philosophy_list--txt {
    padding: 24px;
  }
  .philosophy_list li:nth-child(2n + 1) .philosophy_list--txt {
    padding-right: 24px;
  }
  .philosophy_list li:nth-child(2n) .philosophy_list--txt {
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  .philosophy_list--txt,
  .philosophy_list--img {
    width: 100%;
  }
  .philosophy_list {
    padding-bottom: 0;
  }
  .philosophy_list--ttl .number {
    margin-bottom: 8px;
  }
  .philosophy_list--ttl .number::after {
    font-size: 300%;
  }
}

/* ##############################################################################

    PAGE-SUBSIDIARY

############################################################################## */
.page-subsidiary .philosophy_list {
  padding-bottom: 140px;
}
.subsidiary_store_map {
  margin-bottom: 64px;
}
.subsidiary_store_map li {
  display: flex;
  background-color: #fff;
}
.subsidiary_store_map li:not(:last-child) {
  margin-bottom: 32px;
}
.subsidiary_store_map li .map,
.subsidiary_store_map li .txt {
  width: 50%;
}
.subsidiary_store_map li .map {
  position: relative;
}
.subsidiary_store_map li .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subsidiary_store_map li .txt {
  min-height: 450px;
  padding: 60px;
}
.subsidiary_store_map li .txt h3 {
  margin-bottom: 18px;
  font-size: 180%;
}
.subsidiary_store_map li .txt .map_link a {
  position: relative;
  display: inline-block;
  background-color: #e60020;
  color: #fff;
  padding: 3px 28px 3px 20px;
  border-radius: 20px;
}
.subsidiary_store_map li .txt .map_link a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
}
.page-subsidiary .btn {
  display: block;
  max-width: 50%;
  padding: 26px 60px;
}
.page-subsidiary .btn.btn-back::after {
  left: 16px;
}
@media screen and (max-width: 767px) {
  .page-subsidiary .philosophy_list {
    padding-bottom: 0;
  }
  .subsidiary_store_map li {
    flex-direction: column;
  }
  .subsidiary_store_map li .map,
  .subsidiary_store_map li .txt {
    width: 100%;
  }
  .subsidiary_store_map li .map {
    height: 260px;
  }
  .subsidiary_store_map li .txt {
    min-height: auto;
    padding: 32px 24px;
  }
  .subsidiary_store_map li .txt h3 {
    margin-bottom: 8px;
    font-size: 150%;
  }
  .page-subsidiary .btn {
    max-width: 100%;
  }
}

/* ##############################################################################

    PAGE-SERVICE

############################################################################## */
.service_shop li {
  position: relative;
  height: 36vw;
  overflow: hidden;
}
.service_shop--txt {
  width: 40%;
  padding-top: 64px;
  padding-bottom: 64px;
}
.service_shop--txt .lead {
  font-size: 142%;
  font-weight: bold;
}
.service_shop li:nth-child(1) .service_shop--txt {
  padding-left: 10%;
}
.service_shop li:nth-child(2) .service_shop--txt {
  padding-right: 10%;
}
.service_shop--ttl::after {
  content: "";
  display: block;
  width: 50px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  border-top: 6px solid #e60020;
  background-color: #e60020;
}
.service_shop--ttl img {
  width: 229px;
  height: 165px;
}
.service_shop--ttl h2 {
  font-size: 128%;
  line-height: 1.7;
}
.service_shop--img {
  position: relative;
  width: 60%;
}
.service_shop li:nth-child(2) .service_shop--img {
  order: -1;
}
.service_shop--img::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  border-style: solid;
}
.service_shop li:nth-child(1) .service_shop--img::after {
  left: -1px;
  border-width: 38vw 10vw 0 0;
  border-color: #fff transparent transparent transparent;
}
.service_shop li:nth-child(2) .service_shop--img::after {
  right: -1px;
  border-width: 0 0 38vw 10vw;
  border-color: transparent transparent #fff transparent;
}
.management--period {
  position: relative;
  height: 100px;
  margin-right: 64px;
  padding: 24px;
  color: #fff;
  font-size: 200%;
  background-color: #ff580a;
}
.management--period::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  border-style: solid;
  border-width: 50px 0 50px 30px;
  border-color: transparent transparent transparent #ff580a;
}
.management--item {
  font-size: 200%;
  font-weight: bold;
}
.management--item dt {
  position: absolute;
  padding-top: 8px;
}
.management--item dd {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 200px;
  text-align: right;
  border-bottom: 4px solid #ff580a;
}

@media (max-width: 1300px) and (min-width: 768px) {
  .service_shop li {
    height: auto;
    align-items: stretch;
  }
  .service_shop--img {
    width: 50%;
  }
  .service_shop--img .rellax {
    height: 100%;
  }
  .service_shop--img img {
    height: 100%;
    object-fit: cover;
  }
  .service_shop--txt {
    width: 50%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .service_shop--ttl {
    margin-bottom: 16px;
  }
  .service_shop--ttl img {
    width: 40%;
    height: 12vw;
  }
  .service_shop li:nth-child(1) .service_shop--img::after {
    border-width: 43vw 10vw 0 0;
  }
  .service_shop li:nth-child(2) .service_shop--img::after {
    border-width: 0 0 46vw 12vw;
  }
  .service_shop li:nth-child(1) .service_shop--txt {
    padding-left: 7%;
  }
  .service_shop li:nth-child(2) .service_shop--txt {
    padding-right: 7%;
  }
}

@media (max-width: 767px) {
  .service_shop--txt,
  .service_shop--img {
    width: 100%;
  }
  .service_shop--img::after {
    display: none;
  }
  .service_shop li {
    overflow: unset;
    height: auto;
  }
  .service_shop--txt,
  .service_shop li:nth-child(1) .service_shop--txt {
    padding: 24px;
  }
  .service_shop--ttl img {
    width: 60%;
    height: 36vw;
    margin-bottom: 16px;
  }
  .management {
    flex-direction: column;
  }
  .management--period {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 8px 16px;
    font-size: 160%;
    text-align: center;
  }
  .management--period::after {
    display: none;
  }
  .management--item {
    width: 100%;
    font-size: 160%;
  }
  .management--item dd {
    border-bottom: 2px solid #ff580a;
    padding-left: 120px;
  }
}

/* ##############################################################################

    PAGE-POINT

############################################################################## */
.point_list {
  position: relative;
}
.point_list li {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
}
.point_list--img {
  display: block;
  position: relative;
  width: 50%;
  height: 43vw;
}
.point_list li:nth-child(2n) .point_list--img {
  order: -1;
}
.point_list--txt {
  width: 50%;
}
.point_ttl::after {
  content: "";
  display: block;
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 4px solid #e60020;
}
.point_ttl {
  font-size: 171%;
  margin-bottom: 64px;
}
.point_list li:nth-child(2n + 1) .point_ttl h2,
.point_list li:nth-child(2n + 1) h3,
.point_list li:nth-child(2n + 1) .point_list--txt .txt {
  padding-right: 64px;
}
.point_list li:nth-child(2n) .point_ttl h2,
.point_list li:nth-child(2n) h3,
.point_list li:nth-child(2n) .point_list--txt .txt {
  padding-left: 64px;
}
.point_ttl span {
  font-size: 200%;
}
.point_list--txt h3 {
  margin-bottom: 24px;
  font-size: 185%;
  line-height: 1.5;
}
.point_list li:nth-child(2n + 1) .point_list--txt {
  padding-left: 10%;
}
.point_list li:nth-child(2n) .point_list--txt {
  padding-right: 10%;
}
.korekara::before {
  content: "";
  display: block;
  background: #000;
}
.korekara .bg-corner-lft::before,
.korekara .bg-corner-rgt::after {
  mix-blend-mode: soft-light;
}
.korekara .section_ttl::after {
  width: auto;
  background-color: transparent;
  border: none;
  background-position: center;
}
.korekara .section_ttl::before {
  font-size: 428%;
}
.korekara .section_ttl {
  font-size: 142%;
}
.korekara--img {
  position: relative;
  height: 45vw;
}
.korekara--img img {
  width: 100%;
}
.korekara .txt {
  line-height: 2;
}

@media (max-width: 1300px) and (min-width: 768px) {
  .point_ttl h2 {
    width: 80%;
  }
  .point_list li:nth-child(2n + 1) .point_list--txt,
  .point_list li:nth-child(2n) .point_ttl h2,
  .point_list li:nth-child(2n) h3,
  .point_list li:nth-child(2n) .point_list--txt .txt {
    padding-left: 40px;
  }
  .point_list li:nth-child(2n) .point_list--txt,
  .point_list li:nth-child(2n + 1) .point_ttl h2,
  .point_list li:nth-child(2n + 1) h3,
  .point_list li:nth-child(2n + 1) .point_list--txt .txt {
    padding-right: 40px;
  }
}

@media (max-width: 1200px) {
  .point_list li {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .point_ttl {
    margin-bottom: 32px;
  }
  .point_list--txt h3 {
    margin-bottom: 16px;
    font-size: 153%;
  }
}

@media (max-width: 767px) {
  .point_list--txt,
  .point_list--img {
    width: 100%;
  }
  .point_list .flex {
    flex-wrap: wrap;
  }
  .point_list li {
    padding-top: 0;
  }
  .point_ttl::after {
    margin-bottom: 32px;
    border-bottom: 3px solid #e60020;
  }
  .point_ttl h2 {
    width: 90%;
  }
  .point_list--img {
    order: -1;
    height: 84vw;
    margin-bottom: 32px;
  }
  .point_list li:nth-child(2n + 1) .point_list--txt,
  .point_list li:nth-child(2n) .point_ttl h2,
  .point_list li:nth-child(2n) h3,
  .point_list li:nth-child(2n) .point_list--txt .txt {
    padding-left: 24px;
  }
  .point_list li:nth-child(2n) .point_list--txt,
  .point_list li:nth-child(2n + 1) .point_ttl h2,
  .point_list li:nth-child(2n + 1) h3,
  .point_list li:nth-child(2n + 1) .point_list--txt .txt {
    padding-right: 24px;
  }
  .korekara .section_ttl::before {
    font-size: 271%;
  }
  .korekara .section_ttl::after {
    width: 80%;
  }
  .korekara .txt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .korekara--img {
    height: auto;
  }
}

/* ##############################################################################

    PAGE-IR-GREETING

############################################################################## */
.ir_greeting {
  width: 90%;
  max-width: 900px;
}
.ir_greeting--txt {
  line-height: 2;
  width: calc(100% - 287px - 40px);
}
.ir_greeting--img {
  position: relative;
  width: 287px;
  margin-left: 40px;
}

/* ##############################################################################

    PAGE-STOCK

############################################################################## */

/* table
**************************************** */
.page-stock .mceContentBody {
  font-size: 92%;
}
.page-stock .mceContentBody table {
  width: 100%;
  background: #fff;
}
.page-stock .mceContentBody table td:first-child {
  background: #e5f3f9;
}
.page-stock .mceContentBody table a {
  word-break: break-word;
}
.mceContentBody table th,
.mceContentBody table td {
  border: none;
}

/* ##############################################################################

    PAGE-HIGHLIGHT

############################################################################## */

/* myChart
**************************************** */
.myChart {
  position: relative;
  margin-bottom: 40px;
}
.myChart:last-child {
  margin-bottom: 0;
}
.digit {
  display: block;
  font-size: 90%;
  text-align: right;
}
.myChart--note {
  margin-top: 16px;
  margin-left: 32px;
  font-size: 90%;
}

/* chart_list
**************************************** */
.chart_list li {
  width: calc(50% - 16px);
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 40px;
  border: 1px solid #ddd;
}
.chart_ttl {
  font-size: 142%;
  padding-left: 24px;
}

@media (max-width: 1200px) {
  .page-highlight .wrap .inner {
    width: 100%;
    max-width: 100%;
  }
  .chart_list li {
    width: 50%;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 16px;
    border: none;
  }
  .chart_list li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .chart_list li:nth-child(2n + 1) {
    border-right: 1px solid #ddd;
  }
}

@media (max-width: 767px) {
  .chart_list li {
    width: 100%;
    padding-bottom: 8px;
  }
  .chart_list li:nth-child(2n + 1) {
    border-right: none;
  }
  .chart_ttl {
    font-size: 123%;
  }
}

/* ##############################################################################

    PAGE-ESCAPE

############################################################################## */
.page-escape section:nth-child(2n) {
  background: url(../images/bg-pt03.jpg);
  background-size: cover;
}

/* ##############################################################################

    PAGE-insurance_solicitation_policy

############################################################################## */
.page-insurance_solicitation_policy section:nth-child(2n) {
  background: url(../images/bg-pt03.jpg);
  background-size: cover;
}

/* ##############################################################################

    PAGE-PRIVACY

############################################################################## */
.privacy_list {
  counter-reset: list_number;
}
.privacy_list p {
  margin-left: 1em;
}
.privacy_list > li {
  counter-reset: list_number2;
  margin-bottom: 48px;
}
.privacy_list h3 {
  margin-bottom: 16px;
  padding-bottom: 4px;
  font-size: 114%;
  border-bottom: 1px solid #e60020;
}
.privacy_list h3::before {
  counter-increment: list_number;
  content: counter(list_number) ".";
  margin-right: 1em;
}
.privacy_list-child {
  margin-left: 2.5em;
}
.privacy_list-child li {
  text-indent: -1.5em;
}
.privacy_list-child li::before {
  counter-increment: list_number2;
  content: counter(list_number2) ")";
  margin-right: 0.5em;
}
.privacy_list .contact_box {
  border: 1px solid #aaa;
  margin: 16px;
  padding: 24px;
}

/* ##############################################################################

    ARCHIVE

############################################################################## */

/* main-column
**************************************** */
.main-column {
  float: left;
  max-width: calc(100% - 280px);
  width: 760px;
  margin-right: 40px;
}

/* --- post --- */
.post {
  position: relative;
  padding-bottom: 40px;
}
.post:not(:first-child) {
  padding-top: 40px;
}
.post + .post {
  border-top: 1px dashed #ccc;
}
@media (min-width: 767px) {
  .post:hover {
    opacity: 0.6;
  }
}
.linkarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post--date {
  font-size: 90%;
  color: #aaa;
}
.category_list {
  overflow: hidden;
}
.category_list a {
  display: inline-block;
  vertical-align: middle;
  font-size: 79%;
  background: #56a0b9;
  color: #f6f6f6;
  padding: 6px 16px;
  border-radius: 4px;
  float: left;
  margin: 0 4px 4px 0;
  white-space: nowrap;
}
.eyecatch {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.post--eyecatch {
  width: 300px;
  height: 200px;
  margin-right: 40px;
  font-size: 142%;
  color: #777;
}
.post--content {
  width: calc(100% - 340px);
}

@media (max-width: 767px) {
  .post {
    padding-bottom: 20px;
  }
  .post:not(:first-child) {
    padding-top: 20px;
  }
  .main-column {
    max-width: 100%;
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .post--content,
  .post--eyecatch {
    width: 100%;
  }
  .post--eyecatch {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

/* wp-pagenavi
 **************************************** */
.wp-pagenavi {
  text-align: center;
  padding: 40px 0 0;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi .current {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 20px;
  color: #fff;
  font-weight: 300;
  font-size: 107%;
  text-decoration: none;
  background: #ff580a;
  border: 1px solid #ff580a;
}
.wp-pagenavi a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 767px) {
  .wp-pagenavi a:hover {
    opacity: 0.6;
  }
}
.wp-pagenavi .current {
  border: 1px solid #ddd;
  color: #ddd;
}
.wp-pagenavi .extend {
  color: #ff580a;
  margin: 0 8px;
}
.wp-pagenavi .current {
  background: transparent;
}
.nextpostslink,
.previouspostslink {
  position: relative;
  background: none !important;
  border: none !important;
  padding: 2px 16px !important;
}
.previouspostslink::before,
.nextpostslink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-top: 1px solid #ff580a;
  border-right: 1px solid #ff580a;
}
.previouspostslink::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.previouspostslink::before {
  left: 20px;
}
.nextpostslink::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nextpostslink::before {
  right: 20px;
}

@media (max-width: 768px) {
  .wp-pagenavi {
    padding: 32px 0 0;
    font-size: 90%;
  }
  .wp-pagenavi a,
  .wp-pagenavi .current {
    padding: 4px 8px;
  }
  .previouspostslink::before,
  .nextpostslink::before {
    width: 12px;
    height: 12px;
  }
  .nextpostslink,
  .previouspostslink {
    padding: 2px 12px !important;
  }
}

@media (max-width: 640px) {
  #mainContent .container-mini .wp-pagenavi a {
    display: block;
    margin: 2px;
    line-height: 1.2;
    padding: 8px 15px;
  }
}

/* side-column
**************************************** */
.side-column {
  float: left;
  width: 240px;
}
.side-section {
  margin-bottom: 56px;
}
.side-link_list li {
  padding: 16px 0;
  border-bottom: 1px dashed #ccc;
}
.side-link_list a {
  display: block;
}
@media (min-width: 767px) {
  .side-link_list a:hover {
    color: #ccc;
  }
}
.side-thumbnail {
  float: left;
  margin: 0 16px 0 0;
  border-radius: 4px;
}

/* --- catarea-bloc --- */
.catarea-bloc {
  position: relative;
  padding: 8px 0;
  border-top: 1px solid #888;
}
.catarea-bloc h3 {
  padding-right: 64px;
}
.catarea-bloc h3 a {
  display: block;
}
.catarea-bloc .tab {
  display: inline-block;
  position: absolute;
  background: #aaa;
  height: 20px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  top: 9px;
  right: 0;
  font-size: 80%;
  padding: 0 8px;
}
.catarea-bloc .tab.open {
  background: #d3cfac;
}
.catarea-bloc .catarea-list {
  margin-top: 16px;
  display: block;
}
.catarea-bloc .catarea-list li a {
  background: #f6f6f6;
  display: block;
  padding: 4px 16px;
  margin-top: 4px;
  font-size: 93%;
}
@media (min-width: 767px) {
  .catarea-bloc h3 a:hover {
    color: #333;
  }
  .catarea-bloc .tab:hover {
    background: #aaa;
  }
  .catarea-bloc .catarea-list li a:hover {
    background: #ccc;
  }
}

/* --- wp-calendar --- */
#wp-calendar {
  width: 100%;
  text-align: center;
}
#wp-calendar td {
  padding: 2px 0;
}
#wp-calendar tbody td a {
  background-color: #eee;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-decoration: none;
  border-radius: 15px;
}
#wp-calendar #prev a,
#wp-calendar #next a {
  background: #56a0b9;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .side-column {
    width: 100%;
    float: none;
  }
  .side-column .side-section:last-child {
    margin-bottom: 0;
  }
  .catarea-bloc .catarea-list {
    overflow: hidden;
    margin: 8px 0 16px;
  }
  .catarea-bloc .catarea-list li {
    width: 49%;
    margin: 0 0 1% 1%;
    float: left;
  }
  .catarea-bloc .catarea-list li a {
    font-size: 100%;
  }
}

/* ##############################################################################

    ARCHIVE-IR

############################################################################## */
.archive-ir {
  margin-left: 0;
}
.archive-ir .top_menu_ul a:nth-last-child(-n + 2) li {
  margin-bottom: 0;
}
.archive-ir .frame {
  height: 450px;
  padding-left: 32px;
  padding-right: 32px;
  overflow: auto;
  border: 1px solid #ddd;
}
.archive-ir .post {
  padding-top: 24px;
  padding-bottom: 24px;
}
.archive-ir .post_ttl {
  font-size: 120%;
}
.archive-ir .post--date {
  margin-right: 16px;
}
.archive-ir .section_ttl,
.section_ttl.txt-ctr {
  margin-top: 0;
}
#irtop .section_ttl {
  margin-bottom: 64px;
}

.ir_ttl::after {
  border-top: 6px solid #3aafda;
}

@media (max-width: 767px) {
  .archive-ir .top_menu_ul a:nth-last-child(-n + 3) li {
    margin-bottom: 10px;
  }
}

/* inav
**************************************** */
.inav {
  border-bottom: 1px solid #ddd;
}
.inav--item a {
  height: 64px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 767px) {
  .inav--item a:hover {
    color: #fff;
    background: #3aafda;
  }
}

@media (max-width: 1200px) {
  .inav--item a {
    font-size: 92%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767px) {
  .inav .inner {
    width: 100%;
    max-width: 100%;
  }
  .inav--list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .inav--item {
    width: 33.33%;
  }
  .inav--item:last-child {
    width: 100%;
  }
  .inav--item:not(:nth-child(3n)) {
    border-right: 1px solid #eee;
  }
  /*.inav--item:not(:nth-last-child(-n+3)) {*/
  .inav--item:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  .inav--item a {
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 82%;
  }
}

/* ##############################################################################

    PAGE-IR-GREETING

############################################################################## */

@media (max-width: 767px) {
  .page-ir-greeting .ir_subttl br {
    display: none;
  }
  .ir_greeting {
    display: block;
  }
  .ir_greeting::after {
    width: 100%;
    height: 50vh;
  }
  .ir_greeting--txt {
    width: 100%;
    padding-bottom: 40px;
    margin-left: 0;
  }
  .ir_greeting--img {
    width: auto;
    text-align: center;
    margin-left: 0;
    margin-bottom: 16px;
  }
  .ir_greeting--img img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  .archive-ir .frame {
    height: 70vw;
  }
  .archive-ir .post {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .archive-ir .post_ttl {
    font-size: 100%;
    line-height: 1.5;
  }
}

/* ##############################################################################

    ARCHIVE-DENSHI

############################################################################## */
.archive-denshi .date {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .archive-denshi .post_ttl {
    font-size: 123%;
    line-height: 1.5;
  }
}

/* ##############################################################################

    ARCHIVE-FINANCE

############################################################################## */
.finance-attention ol {
  padding-left: 2em;
}
.finance-attention ol li {
  list-style: decimal;
}
/* table
**************************************** */
.finance--table dt,
.finance--table dd {
  padding: 4px 8px;
  border: 1px solid #ddd;
  white-space: nowrap;
}
.finance--cols {
  margin-top: 2.3em;
}
.finance--cols dt,
.finance--cols dd,
.finance--rows dt,
.finance--rows dd {
  border-bottom: 0;
  border-right: 0;
}
.finance--cols dt,
.finance--cols dd {
  background: #e5f3f9;
}
.finance--cols dt:last-child,
.finance--cols dd:last-child,
.finance--rows dt:last-child,
.finance--rows dd:last-child {
  border-bottom: 1px solid #ddd;
}
.finance--cols dt:nth-child(even) {
  background: #cce8f3;
}
.finance--rows dd:nth-child(odd) {
  background: #f8f8f8;
}
.finance--rows {
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  background: #fff;
}
.finance--rows dt {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  background: #008fc4;
}
.finance--rows dd {
  text-align: right;
}
.finance--row:first-child dt,
.finance--row:first-child dd {
  border-right: 1px solid #ddd;
}
.finance--row .adj {
  line-height: 3.6;
}
.finance--row span {
  display: block;
}
.scroll {
  overflow-x: visible !important;
}

@media (max-width: 1130px) {
  .finance--rows {
    overflow: scroll;
  }
}

@media (max-width: 767px) {
  .finance--table {
    font-size: 92%;
  }
  .archive-finance .table {
    display: table;
  }
  .scroll {
    overflow-x: scroll !important;
  }
}

/* attention
**************************************** */
.finance--attention ol {
  list-style-type: decimal;
  padding-left: 2em;
}

/* ##############################################################################

    ARCHIVE-SHOP

############################################################################## */
.archive-store .store_list > li {
  position: relative;
  width: calc(50% - 16px);
  padding: 16px 24px;
}
@media (min-width: 767px) {
  .archive-store .store_list > li > a:hover {
    border: 2px solid #eee;
  }
}
.store--content {
  width: calc(100% - 258px);
  font-size: 90%;
}
.store--holiday_news {
  border: 1px solid #2ea2ec;
  background: #2ea2ec;
}
.store--website {
  border: 1px solid #0066b6;
  background: #0066b6;
}
.archive-store .store_link {
  margin-left: 16px;
}

@media (max-width: 1080px) {
  .archive-store .store_list > li {
    width: 50%;
  }
  .archive-store .store_info {
    margin-bottom: 8px;
  }
  .store--content {
    width: 100%;
  }
  .store--content a + a {
    margin-top: 8px;
  }
  .store_info p {
    padding-left: 16px;
    padding-right: 16px;
  }
  .archive-store .store--eyecatch {
    width: 100%;
    height: 20vw;
    margin-bottom: 8px;
  }
  .archive-store .store_link {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .archive-store .store--eyecatch {
    height: 53vw;
  }
  .archive-store .store_list > li,
  .store--content {
    width: 100%;
  }
  .store_type {
    margin-bottom: 24px;
  }
}

/* ##############################################################################

    SINGLE

############################################################################## */

/* main-column
**************************************** */

/* --- post --- */
@media (min-width: 767px) {
  .post_detail:hover {
    opacity: 1;
  }
}

/* pageNav
 **************************************** */
#pageNav {
  text-align: center;
  width: 760px;
  padding: 40px 0 0;
}
.pageNav--item {
  display: inline-block;
  vertical-align: top;
  color: #eee;
}
.pageNav--item:nth-child(1),
.pageNav--item:nth-child(3) {
  width: 40%;
}
.pageNav--item:nth-child(2) {
  width: 20%;
}
.pageNav--item a {
  display: block;
  padding: 8px 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ff580a;
  position: relative;
}
.pageNav--item:nth-child(1) a,
.pageNav--item:nth-child(3) a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 767px) {
  .pageNav--item:nth-child(1) a:hover,
  .pageNav--item:nth-child(3) a:hover {
    opacity: 0.6;
  }
}
.pageNav--item:nth-child(1) a:before,
.pageNav--item:nth-child(3) a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-top: 1px solid #ff580a;
  border-right: 1px solid #ff580a;
}
.pageNav--item:nth-child(1) a:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.pageNav--item:nth-child(1) a:before {
  left: 4px;
}
.pageNav--item:nth-child(3) a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pageNav--item:nth-child(3) a:before {
  right: 4px;
}
.pageNav--item:nth-child(2) a {
  border: 1px solid #ff580a;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 767px) {
  .pageNav--item a:hover {
    opacity: 1;
  }
  .pageNav--item:nth-child(2) a:hover {
    background: #ff580a;
    color: #fff;
  }
  .pageNav--item:hover {
  }
}

@media (max-width: 768px) {
  #pageNav {
    width: 100%;
    padding: 32px 0 0;
    font-size: 90%;
  }
  .pageNav--item a {
    padding: 6px 12px;
  }
  .pageNav--item:nth-child(1) a {
    padding: 6px 12px 6px 16px;
  }
  .pageNav--item:nth-child(3) a {
    padding: 6px 16px 6px 12px;
  }
  .pageNav--item:nth-child(1) a:before,
  .pageNav--item:nth-child(3) a:before {
    width: 12px;
    height: 12px;
  }
  .pageNav--item:nth-child(1) a:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .pageNav--item:nth-child(1) a:before {
    left: 3px;
  }
  .pageNav--item:nth-child(3) a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .pageNav--item:nth-child(3) a:before {
    right: 3px;
  }
}

/* ##############################################################################

    SINGLE-STORE

############################################################################## */
#store_map {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 50%;
}
.single-store h3 {
  margin-bottom: 16px;
  line-height: 1;
  font-size: 171%;
}
.store_link-wrap {
  margin-bottom: 40px;
}
.store_service_list li {
  padding: 16px 24px;
  background: #eee;
}
.store_service_list > li + li {
  margin-top: 8px;
}
.store_service_list h4 {
  font-size: 128%;
}
.store_service_list h5 {
  font-size: 114%;
}
.store_service_list p {
  padding-left: 2em;
  text-indent: -1em;
}
.store_service_list p::before {
  content: "-";
  margin-right: 0.5em;
}
.single-store .store_link li {
  width: 33.33%;
}
.store_detail_links li + li {
  margin-left: 8px;
}
.store_detail_links a {
  display: block;
  padding: 0 16px;
  color: #ff580a;
  border: 2px solid #ff580a;
}
.store_reserve {
  margin-bottom: 40px;
}
.store_reserve li {
  margin-right: 8px;
  margin-bottom: 8px;
}
.store_reserve a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 24px;
  background: #ff580a;
  display: block;
  font-weight: bold;
}
@media (min-width: 767px) {
  .store_reserve a:hover {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .single-store .store_link li {
    width: 50%;
  }
  .single-store h3 {
    font-size: 153%;
  }
  .store_service_list li {
    padding: 8px 16px;
  }
  #store_map {
    padding-bottom: 80%;
  }
}

/* ##############################################################################

    FORMY

############################################################################## */
#formy_form table {
  width: 100%;
}
#formy_form th,
#formy_form td {
  padding: 16px;
  vertical-align: middle;
  border-bottom: solid 1px #eee;
}
#formy_form th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  width: 34%;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form table textarea {
  width: 100%;
  border-radius: 4px;
  vertical-align: bottom;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form select,
#formy_form textarea {
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #ccc;
  font: inherit;
  font-size: 100%;
}
#formy_form textarea {
  height: 100px;
}
#formy_form select {
  height: 40px;
}
#formy_form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 767px) {
  #formy_form input:hover {
    opacity: 0.6;
  }
  #formy_form textarea:hover {
    opacity: 0.6;
  }
}
#formy_form input:focus {
  outline: none;
}
#formy_form .parsley-validated {
  background-color: #eee;
}
#formy_form .parsley-error {
  background-color: #fee;
}
#formy_form .parsley-success {
  background-color: #fff;
}
.help_text {
  font-size: 85%;
  color: #999;
}
.hidden_help {
  display: none;
}
.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: 85%;
  padding: 8px 16px;
}
.requiredIcon {
  background: #f55;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: 70%;
  padding: 2px 5px;
  border-radius: 4px;
  float: right;
}
#formy_btn {
  padding-top: 32px;
  text-align: center;
}
#formy_btn input {
  font-size: inherit;
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  padding: 16px 32px;
  -webkit-appearance: none;
  appearance: none;
}
#formy_form ul li input[type="radio"],
#formy_form ul li input[type="checkbox"] {
  display: none !important;
}
#formy_form ul li label {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0px 8px 0px 40px;
  cursor: pointer;
}
@media (min-width: 767px) {
  #formy_form ul li label:hover {
    opacity: 0.6;
  }
}
#formy_form ul li label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #788b93;
  left: 16px;
  top: 12px;
}
#formy_form ul li input[type="radio"] + label::before {
  border-radius: 10px;
}
#formy_form ul li input[type="radio"]:checked + label,
#formy_form ul li input[type="checkbox"]:checked + label {
  color: #e75f5f;
  font-weight: bold;
}
#formy_form ul li input[type="radio"]:checked + label::before,
#formy_form ul li input[type="checkbox"]:checked + label::before {
  border-color: #e75f5f;
}
#formy_form ul li input[type="radio"]:checked + label::after,
#formy_form ul li input[type="checkbox"]:checked + label::after {
  content: "";
  width: 10px;
  height: 18px;
  top: 4px;
  left: 20px;
  border-right: 2px solid #e75f5f;
  border-bottom: 2px solid #e75f5f;
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formy_confirm {
  background-color: #4dbaff;
}
.formy_submit_disabled {
  background-color: #ccc;
}
@media (min-width: 767px) {
  #formy_btn .formy_submit_disabled:hover {
    opacity: 1;
    cursor: default;
  }
}
.autoConfirmBack {
  background-color: #aaa;
}
.formy_send {
  background-color: #ff6600;
}
#total_required {
  padding: 16px;
  color: #f55555;
  text-align: center;
}
@media (max-width: 767px) {
  #formy_form {
    padding: 0 16px;
  }
  #formy_form th,
  #formy_form td {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #formy_form th {
    border-bottom: none;
    padding-bottom: 0;
    white-space: normal;
    font-weight: bold;
  }
  #formy_form td {
    padding-top: 0;
  }
  #formy_btn {
    padding-top: 8px;
  }
  #formy_btn input {
    width: 100%;
    background-size: contain;
    background-position: center;
  }
}
