@charset "UTF-8";
/* ========================================================
 reset.css
======================================================== */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
main,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section,
img,
embed,
iframe,
object,
audio,
video,
area,
button,
input,
label,
select,
summary,
textarea,
div,
a,
span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  display: block;
}

main,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

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

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

button {
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

body {
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

iframe {
  border: 0;
}

img {
  vertical-align: bottom;
}

/* ========================================================
 フォームの基本設定
======================================================== */
/* フォームのデフォルトスタイルをリセット
=========================================== */
select {
  margin: 0;
  padding: 0;
  border: 0;
  border: none;
  border-radius: 0;
  background: none transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", sans-serif;
}

select::-ms-expand {
  display: block;
}

textarea {
  border: none;
  border-radius: 0;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:not([type=radio]) {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit] {
  vertical-align: middle;
  cursor: pointer;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=button],
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=button],
  select,
  textarea {
    font-size: 1.6rem;
  }
}

/* chromeの履歴の背景色
------------------------------ */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 999px #fff inset;
          box-shadow: 0 0 0 999px #fff inset;
}

/* iOSでのデフォルトスタイルをリセット
------------------------------ */
input[type=submit],
input[type=button] {
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* placeholderの色を変更(カンマで複数区切りは出来ない)
------------------------------ */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b7b7b7;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b7b7b7;
}

/* ========================================================
JavaScript
======================================================== */
/* ========================================================
汎用クラス
======================================================== */
/* switch
=========================================== */
.hdn-sp {
  display: block;
}

.hdn-tb {
  display: block;
}

.hdn-tb-l {
  display: block;
}

.view-tb {
  display: none;
}

.view-tb-l {
  display: none;
}

.hdn-pc {
  display: none;
}

@media screen and (max-width: 1199px) {
  .hdn-tb-l {
    display: none;
  }
  .view-tb-l {
    display: block;
  }
}
@media screen and (max-width: 1020px) {
  .hdn-tb {
    display: none;
  }
  .view-tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hdn-sp {
    display: none;
  }
  .hdn-pc {
    display: block;
  }
}
/* clearfix
=========================================== */
.cf:after {
  display: block;
  clear: both;
  content: "";
}

/* ========================================================
共通クラス
======================================================== */
.cmn-inner-l {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
}
@media screen and (max-width: 767px) {
  .cmn-inner-l {
    padding: 0 16px;
  }
}

.cmn-inner-m {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}
@media screen and (max-width: 767px) {
  .cmn-inner-m {
    padding: 0 16px;
  }
}

/* anchor
=========================================== */
.cmn-anchor01 {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .cmn-anchor01 {
    margin-top: -56px;
    padding-top: 56px;
  }
}

/* section
=========================================== */
.cmn-sec01 {
  padding-top: 72px;
}
@media screen and (max-width: 767px) {
  .cmn-sec01 {
    padding-top: 40px;
  }
}

/* title
=========================================== */
/* .cmn-sec-ttl01
------------------------------ */
.cmn-sec-ttl01 .ttl-en {
  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;
}
.cmn-sec-ttl01 .ttl-en__num {
  padding-top: 6px;
  padding-right: 18px;
  color: #a32929;
  font-size: 4.6rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0;
}
.cmn-sec-ttl01 .ttl-en__txt {
  position: relative;
  padding-top: 6px;
  padding-left: 20px;
  font-size: 3.6rem;
  font-family: "Bebas Neue", sans-serif;
}
.cmn-sec-ttl01 .ttl-en__txt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background-color: #fff;
}

.cmn-sec-ttl01 .ttl-jp {
  padding-left: 0.3em;
  text-align: center;
  color: #666666;
  font-size: 1.4rem;
}

/* list
=========================================== */
/* .cmn-list01
------------------------------ */
/* button
=========================================== */
/* others
=========================================== */
/* ========================================================
サイト全体
======================================================== */
html {
  font-size: 62.5%;
}

body,
textarea {
  position: relative;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  word-wrap: break-word;
}

body {
  background-color: #191919;
}

@media screen and (max-width: 767px) {
  body {
    font-weight: 400;
    font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック", sans-serif;
    letter-spacing: 0.02em;
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ========================================================
.glb-wrapper
======================================================== */
/* ========================================================
.glb-header
======================================================== */
.glb-header {
  position: absolute;
  top: 0;
  left: 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;
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 10;
}
@media screen and (max-width: 1020px) {
  .glb-header {
    display: none;
  }
}

.glb-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.glb-header.lower-page {
  position: fixed;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1020px) {
  .glb-header.lower-page {
    display: none;
  }
}

.glb-header.lower-page .site-ttl {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .glb-container .glb-header {
    display: none;
  }
}

.glb-header__in {
  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;
}

.glb-header .header-nav {
  height: 100%;
}

.glb-header .header-nav-list {
  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%;
}

.glb-header .header-nav-list__item {
  position: relative;
  padding-left: 20px;
  padding-right: 16px;
}
@media screen and (max-width: 1199px) {
  .glb-header .header-nav-list__item {
    padding-left: 16px;
    padding-right: 12px;
  }
}
.glb-header .header-nav-list__item a {
  display: block;
  text-align: center;
  padding: 0 12px;
}
@media screen and (max-width: 1199px) {
  .glb-header .header-nav-list__item a {
    padding: 0 8px;
  }
}
.glb-header .header-nav-list__item .en {
  display: block;
  color: #0d0d0d;
  font-size: 2.4rem;
  font-family: "Bebas Neue", sans-serif;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 1020px) {
  .glb-header .header-nav-list__item .en {
    font-size: 2rem;
  }
}
.glb-header .header-nav-list__item .jp {
  display: block;
  padding-top: 4px;
  color: #666666;
  font-size: 1.2rem;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 1020px) {
  .glb-header .header-nav-list__item .jp {
    padding-top: 2px;
    font-size: 1.1rem;
  }
}

.glb-header .header-nav-list__item a:hover .en,
.glb-header .header-nav-list__item a:hover .jp {
  color: #a32929;
}

.glb-header .header-nav-list__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 18px;
  background-color: rgba(102, 102, 102, 0.6);
  -webkit-transform: rotate(30deg) translateY(-50%);
          transform: rotate(30deg) translateY(-50%);
}

.glb-header .sns-icon {
  margin-left: 40px;
  margin-right: 20px;
}
@media screen and (max-width: 1020px) {
  .glb-header .sns-icon {
    margin-left: 32px;
    margin-right: 16px;
  }
}
.glb-header .sns-icon a {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.glb-header .sns-icon a:hover {
  opacity: 0.8;
}

/* ========================================================
.glb-header-sp
======================================================== */
.glb-header-sp {
  display: none;
}
@media screen and (max-width: 1020px) {
  .glb-header-sp {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 56px;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
}

@media screen and (max-width: 1020px) {
  .glb-header-sp.is-fill,
  .glb-header-sp.is-open {
    background-color: #0d0d0d;
  }
}

/* .header-tel
=========================================== */
.glb-header-sp .header-tel {
  width: 56px;
  height: 56px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.glb-header-sp .header-tel 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;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1020px) {
  .glb-header-sp.is-open .header-tel {
    opacity: 0;
  }
}
.glb-header-sp.is-open .header-tel a {
  pointer-events: none;
}

.glb-header-sp .site-ttl-sp {
  position: absolute;
  top: 16px;
  left: calc(50% - 90px);
  display: inline-block;
  width: 179px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.glb-header-sp.is-fill .site-ttl-sp {
  top: 10px;
  left: calc(50% - 80px);
  width: 160px;
}

.glb-header-sp.is-open .site-ttl-sp {
  top: 14px;
  left: 16px;
  width: 136px;
}

.glb-header-sp .header-sp-nav {
  position: fixed;
  top: 56px;
  right: calc(-1 * (100% + 20px));
  display: block;
  padding: 8px 36px 24px;
  width: 100%;
  height: calc(100vh - 56px);
  background-color: #191919;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

.glb-header-sp .header-sp-nav.is-open {
  right: 0;
}

.glb-header-sp .header-sp-nav-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0 12px;
  font-size: 2.8rem;
  font-family: "Bebas Neue", sans-serif;
}
.glb-header-sp .header-sp-nav-list__item + .header-sp-nav-list__item {
  border-top: 1px solid #fff;
}

.glb-header-sp .header-sp-nav-list__item .campaign-label {
  font-size: 1.7rem;
  font-weight: 700;
  font-style: italic;
  margin-left: 4px;
  padding: 7px 12px 5px 8px;
  display: inline-block;
  vertical-align: 0.3em;
  background-color: #a32929;
}

.glb-header-sp .header-sp-nav-list__item.instagram a {
  width: 30px;
}

@media screen and (max-width: 767px) {
  .glb-header-sp .header-sp-link-list {
    display: block;
    margin-top: 12px;
  }
}
@media screen and (max-width: 1020px) {
  .glb-header-sp .header-sp-link-list__item {
    text-align: center;
  }
}
.glb-header-sp .header-sp-link-list__item a {
  position: relative;
  font-size: 1.4rem;
}
.glb-header-sp .header-sp-link-list__item a:after {
  content: "";
  display: inline-block;
  padding-left: 2px;
  width: 14px;
  height: 12px;
  vertical-align: -2px;
  background-image: url("../img/common/base/icon_outerlink01.svg");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right center;
}
.glb-header-sp .header-sp-link-list__item a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media screen and (max-width: 1020px) {
  .glb-header-sp .header-sp-link-list__item + .header-sp-link-list__item {
    margin-top: 20px;
    margin-left: 0;
  }
}

.glb-header-sp .tel-box {
  margin-top: 12px;
}

.glb-header-sp .tel-box .tel-num {
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 5.6rem;
}

.glb-header-sp .tel-box .tel-open {
  margin-top: 2px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .glb-header-sp .tel-box .tel-open {
    font-size: 1.4rem;
  }
}

/* .glb-hamburger
=========================================== */
.glb-hamburger {
  display: none;
}
@media screen and (max-width: 1020px) {
  .glb-hamburger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 500;
    display: block;
    overflow: visible;
    padding: 0;
    width: 56px;
    height: 56px;
    outline: none;
    border: none;
    text-align: center;
    cursor: pointer;
  }
  .glb-hamburger__in {
    display: block;
    position: absolute;
    top: 11px;
    left: 11px;
    width: 34px;
    height: 34px;
  }
  .glb-hamburger .lines {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 3px;
    width: 100%;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
    transition: transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
    transition: transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95), -webkit-transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
  }
  .glb-hamburger .line01 {
    -webkit-transform: translate(-50%, -50%) translateY(-4px);
            transform: translate(-50%, -50%) translateY(-4px);
  }
  .glb-hamburger .line02 {
    -webkit-transform: translate(-50%, -50%) translateY(4px);
            transform: translate(-50%, -50%) translateY(4px);
  }
}

.glb-hamburger.is-open .line01 {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}
.glb-hamburger.is-open .line02 {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}

/* ========================================================
.glb-nav
======================================================== */
/* .nav-list
=========================================== */
/* ========================================================
.glb-container
======================================================== */
.glb-container {
  position: relative;
}

body:not(.body-index) .glb-container {
  min-height: calc(100vh - 40px);
}

/* ========================================================
.cmn-page-mv
======================================================== */
.cmn-page-mv {
  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;
  width: 100%;
  padding-top: 80px;
  height: 476px;
}
@media screen and (max-width: 1020px) {
  .cmn-page-mv {
    padding-top: 56px;
    height: 316px;
  }
}

.cmn-page-mv-ttl {
  position: relative;
  z-index: 2;
}
.cmn-page-mv-ttl__en {
  position: relative;
  background-color: #191919;
  padding-top: 20px;
  text-align: center;
  font-size: 7.2rem;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (max-width: 1020px) {
  .cmn-page-mv-ttl__en {
    padding-top: 12px;
    font-size: 5.6rem;
  }
}
.cmn-page-mv-ttl__jp {
  position: relative;
  padding-bottom: 20px;
  background-color: #191919;
  text-align: center;
}
@media screen and (max-width: 1020px) {
  .cmn-page-mv-ttl__jp {
    padding-bottom: 12px;
  }
}

.cmn-page-mv-ttl:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(50%, -50%) rotate(30deg);
          transform: translate(50%, -50%) rotate(30deg);
  display: block;
  width: 2px;
  height: 350px;
  background-color: #53504c;
}
@media screen and (max-width: 1020px) {
  .cmn-page-mv-ttl:after {
    height: 260px;
  }
}

/* ========================================================
.head-news
======================================================== */
.head-news {
  margin-bottom: -80px;
  padding: 140px 0 0;
}
@media screen and (max-width: 1020px) {
  .head-news {
    width: 90%;
    padding: 24px 0;
    margin: 0 auto -72px;
  }
}
.head-news__in {
  background-color: #f7f7f7;
  margin: 0 auto;
  max-width: 800px;
  border: 5px solid #a32929;
  padding: 18px 22px 16px;
}
.head-news__ttl {
  text-align: center;
  color: #a32929;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.head-news__date {
  margin-top: 10px;
  text-align: center;
  color: #a32929;
  font-size: 3.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1020px) {
  .head-news__date {
    font-size: 2.8rem;
  }
}
.head-news__date .week {
  font-size: 3rem;
  vertical-align: 0.06em;
}
@media screen and (max-width: 1020px) {
  .head-news__date .week {
    font-size: 2.6rem;
  }
}
.head-news__txt {
  text-align: center;
  margin: 16px auto 0;
  line-height: 1.5;
  color: #191919;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .head-news {
    padding: 0;
  }
  .head-news__in {
    margin: 16px auto 48px;
    width: 90%;
    border: 4px solid #7a0a0f;
    padding: 12px 0;
  }
  .head-news__ttl {
    font-size: 1.8rem;
  }
  .head-news__date {
    margin-top: 10px;
    font-size: 2rem;
  }
  .head-news__date .week {
    font-size: 2.2rem;
    vertical-align: 0.02em;
  }
  .head-news__txt {
    padding: 0 24px;
    display: inline-block;
    margin: 14px auto 0;
    line-height: 1.5;
    text-align: left;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 399px) {
  .head-news__ttl {
    font-size: 1.7rem;
  }
  .head-news__date {
    margin-top: 10px;
    font-size: 1.9rem;
  }
  .head-news__date .week {
    font-size: 2.1rem;
    vertical-align: 0.02em;
  }
}
/* ========================================================
.cmn-cv01
======================================================== */
.cmn-cv01 {
  height: 176px;
  background-color: #fff;
}
@media screen and (max-width: 1020px) {
  .cmn-cv01 {
    padding: 32px 0;
    height: auto;
  }
}
.cmn-cv01 > .cmn-inner-m {
  height: 100%;
}

.cmn-cv01-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #0d0d0d;
}
@media screen and (max-width: 1020px) {
  .cmn-cv01-box {
    display: block;
  }
}

.cmn-cv01-box-ttl {
  width: 32%;
}
@media screen and (max-width: 1020px) {
  .cmn-cv01-box-ttl {
    width: 100%;
  }
}
.cmn-cv01-box-ttl__in {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1199px) {
  .cmn-cv01-box-ttl__in {
    font-size: 2.4rem;
  }
}
.cmn-cv01-box-ttl__in .small {
  font-size: 2.4rem;
}
@media screen and (max-width: 1199px) {
  .cmn-cv01-box-ttl__in .small {
    font-size: 2rem;
  }
}
.cmn-cv01-box-ttl .inner {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1020px) {
  .cmn-cv01-box-ttl .inner {
    text-align: center;
  }
}

.cmn-cv01-box-tel {
  position: relative;
  width: 36%;
}
@media screen and (max-width: 1020px) {
  .cmn-cv01-box-tel {
    margin: 20px 0 25px;
    padding: 20px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cmn-cv01-box-tel {
    margin: 16px 0 21px;
    padding: 16px 0;
  }
}
.cmn-cv01-box-tel .tel-num {
  margin: 0 auto;
  width: 340px;
  background-image: url("../img/common/base/tel_line_bg01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  font-size: 7.2rem;
  font-family: "Bebas Neue", sans-serif;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1199px) {
  .cmn-cv01-box-tel .tel-num {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-cv01-box-tel .tel-num {
    width: auto;
  }
}
.cmn-cv01-box-tel .tel-open {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .cmn-cv01-box-tel .tel-open {
    font-size: 1.4rem;
  }
}
.cmn-cv01-box-tel:before, .cmn-cv01-box-tel:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-color: #d4d4d4;
  width: 2px;
  height: 80px;
}
@media screen and (max-width: 1020px) {
  .cmn-cv01-box-tel:before, .cmn-cv01-box-tel:after {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80px;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-cv01-box-tel:before, .cmn-cv01-box-tel:after {
    width: 40px;
  }
}
.cmn-cv01-box-tel:before {
  left: 0;
}
@media screen and (max-width: 1020px) {
  .cmn-cv01-box-tel:before {
    left: 50%;
    top: 0;
  }
}
.cmn-cv01-box-tel:after {
  right: 0;
}
@media screen and (max-width: 1020px) {
  .cmn-cv01-box-tel:after {
    right: unset;
    left: 50%;
    top: 100%;
  }
}

.cmn-cv01-box-btn {
  width: 32%;
  margin-left: auto;
}
@media screen and (max-width: 1020px) {
  .cmn-cv01-box-btn {
    width: 100%;
  }
}

.cmn-cv01-box-btn .contact-btn {
  margin-left: auto;
  width: 320px;
  height: 100px;
}
@media screen and (max-width: 1199px) {
  .cmn-cv01-box-btn .contact-btn {
    margin: 0 auto;
    width: 260px;
    height: 80px;
  }
}
.cmn-cv01-box-btn .contact-btn a {
  position: relative;
  top: 0;
  left: 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;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 2px solid #191919;
  background-color: #ffcc1a;
  background-image: url("../img/common/base/btn_bg_arrow01.png");
  background-repeat: no-repeat;
  background-size: 247px 9px;
  background-position: top 50% left 50%;
  -webkit-box-shadow: 5px 5px 0 #575757;
          box-shadow: 5px 5px 0 #575757;
  -webkit-transition: top 0.2s ease-in-out, left 0.2s ease-in-out, 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, left 0.2s ease-in-out, 0.2s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .cmn-cv01-box-btn .contact-btn a {
    background-size: 200px 8px;
  }
}
.cmn-cv01-box-btn .contact-btn a:hover {
  top: 5px;
  left: 5px;
  -webkit-box-shadow: 0 0 0 #575757;
          box-shadow: 0 0 0 #575757;
}
.cmn-cv01-box-btn .contact-btn a:hover:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
}
.cmn-cv01-box-btn .contact-btn a:hover:after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  display: block;
  width: 5px;
  height: calc(100% + 7px);
}
.cmn-cv01-box-btn .contact-btn .btn-ttl {
  padding: 0 12px;
  background-color: #ffcc1a;
  color: #191919;
}
.cmn-cv01-box-btn .contact-btn .btn-ttl__en {
  display: block;
  text-align: center;
  font-size: 4.4rem;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (max-width: 1199px) {
  .cmn-cv01-box-btn .contact-btn .btn-ttl__en {
    font-size: 3.6rem;
  }
}
.cmn-cv01-box-btn .contact-btn .btn-ttl__jp {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .cmn-cv01-box-btn .contact-btn .btn-ttl__jp {
    font-size: 1.2rem;
  }
}

/* ========================================================
.cmn-campaign01
======================================================== */
.cmn-campaign01__in {
  margin-top: -22px;
  height: 252px;
  background-color: #191919;
}
@media screen and (max-width: 1199px) {
  .cmn-campaign01__in {
    height: 212px;
  }
}
@media screen and (max-width: 1020px) {
  .cmn-campaign01__in {
    margin-top: -16px;
    height: 192px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-campaign01__in {
    padding: 24px 0 32px;
    margin-top: 0;
    height: auto;
  }
}

.cmn-campaign01-box {
  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-align: center;
}
@media screen and (max-width: 767px) {
  .cmn-campaign01-box {
    display: block;
  }
}

.cmn-campaign01-box .box-txt {
  font-size: 3rem;
  font-weight: 700;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
}
@media screen and (max-width: 1199px) {
  .cmn-campaign01-box .box-txt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1020px) {
  .cmn-campaign01-box .box-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-campaign01-box .box-txt {
    font-size: 2.4rem;
  }
}
.cmn-campaign01-box .box-txt .num {
  font-size: 9rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .cmn-campaign01-box .box-txt .num {
    font-size: 6.6rem;
  }
}
@media screen and (max-width: 1020px) {
  .cmn-campaign01-box .box-txt .num {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-campaign01-box .box-txt .num {
    font-size: 7rem;
  }
}
.cmn-campaign01-box .box-txt .num.va-adjust {
  vertical-align: -4px;
}
.cmn-campaign01-box .box-txt .large {
  font-size: 4rem;
}
@media screen and (max-width: 1199px) {
  .cmn-campaign01-box .box-txt .large {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-campaign01-box .box-txt .large {
    font-size: 3.1rem;
  }
}
.cmn-campaign01-box .box-txt .small {
  font-size: 2.6rem;
}
@media screen and (max-width: 1199px) {
  .cmn-campaign01-box .box-txt .small {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1020px) {
  .cmn-campaign01-box .box-txt .small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-campaign01-box .box-txt .small {
    font-size: 2rem;
  }
}

.cmn-campaign01-box .box-txt + .box-txt {
  margin-top: -32px;
}
@media screen and (max-width: 1199px) {
  .cmn-campaign01-box .box-txt + .box-txt {
    margin-top: -24px;
  }
}
@media screen and (max-width: 1020px) {
  .cmn-campaign01-box .box-txt + .box-txt {
    margin-top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-campaign01-box .box-txt + .box-txt {
    margin-top: -24px;
  }
}

.cmn-campaign01-box .symbol {
  margin-top: -10px;
  font-size: 4rem;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
}
@media screen and (max-width: 1199px) {
  .cmn-campaign01-box .symbol {
    margin-top: -16px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1020px) {
  .cmn-campaign01-box .symbol {
    margin-top: -12px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-campaign01-box .symbol {
    margin-top: -16px;
    font-size: 3.2rem;
  }
}
.cmn-campaign01-box .symbol + .box-txt {
  margin-top: -36px;
}
@media screen and (max-width: 1199px) {
  .cmn-campaign01-box .symbol + .box-txt {
    margin-top: -28px;
  }
}
@media screen and (max-width: 1020px) {
  .cmn-campaign01-box .symbol + .box-txt {
    margin-top: -16px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-campaign01-box .symbol + .box-txt {
    margin-top: -24px;
  }
}

.cmn-campaign01-box .center-box {
  position: relative;
  z-index: 1;
  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-align: center;
  margin: 0 32px;
  width: 274px;
  height: 274px;
  background-color: #a32929;
  border-radius: 50%;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1199px) {
  .cmn-campaign01-box .center-box {
    width: 232px;
    height: 232px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1020px) {
  .cmn-campaign01-box .center-box {
    margin: 0 20px;
    width: 208px;
    height: 208px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-campaign01-box .center-box {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .cmn-campaign01-box .right-box {
    margin-top: 16px;
  }
}

.cmn-campaign01-box .box-accent-txt {
  padding: 4px 0 8px;
  background-color: #a32929;
  -webkit-transform: skewX(-28deg);
          transform: skewX(-28deg);
}
@media screen and (max-width: 767px) {
  .cmn-campaign01-box .box-accent-txt {
    padding: 8px 0;
  }
}
.cmn-campaign01-box .box-accent-txt__in {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  -webkit-transform: skewX(16deg);
          transform: skewX(16deg);
}
@media screen and (max-width: 1199px) {
  .cmn-campaign01-box .box-accent-txt__in {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1020px) {
  .cmn-campaign01-box .box-accent-txt__in {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-campaign01-box .box-accent-txt__in {
    font-size: 2.4rem;
  }
}
.cmn-campaign01-box .box-accent-txt__in .middle {
  padding-right: 4px;
  font-size: 3.4rem;
}
@media screen and (max-width: 1199px) {
  .cmn-campaign01-box .box-accent-txt__in .middle {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1020px) {
  .cmn-campaign01-box .box-accent-txt__in .middle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-campaign01-box .box-accent-txt__in .middle {
    font-size: 2.8rem;
  }
}

/* ========================================================
glb-footer
======================================================== */
.glb-footer .footer-img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-img img {
    width: 100%;
  }
}

.glb-footer .footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
}
@media screen and (max-width: 1020px) {
  .glb-footer .footer-main {
    display: block;
  }
}

@media screen and (max-width: 1020px) {
  .glb-footer .footer-info .site-ttl {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-info .site-ttl {
    width: 100%;
    max-width: 272px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-info .site-ttl a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-info .site-ttl a img {
    width: 100%;
  }
}

.glb-footer .footer-info .info-address {
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 1020px) {
  .glb-footer .footer-info .info-address {
    text-align: center;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-info .info-address {
    line-height: 1.4;
  }
}
@media screen and (max-width: 1020px) {
  .glb-footer .footer-info .info-address__in {
    display: inline-block;
    text-align: left;
  }
}

.glb-footer .footer-info .info-tel {
  margin-top: 16px;
  font-size: 1.8rem;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (max-width: 1020px) {
  .glb-footer .footer-info .info-tel {
    margin-top: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-info .info-tel {
    max-width: 200px;
    margin: 8px auto 0;
    text-align: left;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1020px) {
  .glb-footer .footer-nav-wrap {
    margin-top: 32px;
  }
}
.glb-footer .footer-nav-wrap__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1020px) {
  .glb-footer .footer-nav-wrap__in {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-nav-wrap__in {
    display: block;
  }
}

.glb-footer .footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 260px;
    margin: 0 auto;
  }
}

.glb-footer .footer-nav-list__item {
  position: relative;
  padding-left: 20px;
  padding-right: 12px;
  font-size: 2rem;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (max-width: 1199px) {
  .glb-footer .footer-nav-list__item {
    padding-left: 12px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-nav-list__item {
    width: 50%;
    font-size: 3rem;
  }
}
.glb-footer .footer-nav-list__item a {
  display: block;
  text-align: center;
  padding: 0 12px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .glb-footer .footer-nav-list__item a {
    padding: 0 6px;
  }
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-nav-list__item a {
    text-align: left;
  }
}
.glb-footer .footer-nav-list__item a:hover {
  color: #a32929;
}
.glb-footer .footer-nav-list__item:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  display: block;
  width: 1px;
  height: 18px;
  background-color: rgba(102, 102, 102, 0.6);
  -webkit-transform: rotate(30deg) translateY(-50%);
          transform: rotate(30deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-nav-list__item:after {
    right: unset;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .glb-footer .footer-nav-list__item:nth-child(n+3) {
    margin-top: 16px;
  }
}

.glb-footer .sns-icon {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .glb-footer .sns-icon {
    max-width: 260px;
    margin: -26px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .glb-footer .sns-icon .icon-img {
    margin-left: auto;
    width: 50%;
  }
}
.glb-footer .sns-icon a {
  position: relative;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .glb-footer .sns-icon a {
    padding-left: 18px;
  }
}
.glb-footer .sns-icon a:hover {
  opacity: 0.8;
}
.glb-footer .sns-icon a:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  display: block;
  width: 1px;
  height: 18px;
  background-color: rgba(102, 102, 102, 0.6);
  -webkit-transform: rotate(30deg) translateY(-50%);
          transform: rotate(30deg) translateY(-50%);
}

.glb-footer .footer-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 36px;
}
@media screen and (max-width: 1020px) {
  .glb-footer .footer-link-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-link-list {
    display: block;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-link-list__item {
    text-align: center;
  }
}
.glb-footer .footer-link-list__item a {
  position: relative;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-link-list__item a {
    font-size: 1.5rem;
  }
}
.glb-footer .footer-link-list__item a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.glb-footer .footer-link-list__item.external a:after {
  content: "";
  display: inline-block;
  padding-left: 2px;
  width: 14px;
  height: 12px;
  vertical-align: -2px;
  background-image: url("../img/common/base/icon_outerlink01.svg");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right center;
}

.glb-footer .footer-link-list__item + .footer-link-list__item {
  margin-left: 28px;
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-link-list__item + .footer-link-list__item {
    margin-top: 20px;
    margin-left: 0;
  }
}

.glb-footer .copyright__txt {
  display: block;
  padding: 8px 0 10px;
  background-color: #383838;
  text-align: center;
}

/* ========================================================
.post-content
======================================================== */
.post-content {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .post-content {
    margin-top: 24px;
  }
}

.post-content p {
  margin-top: 24px;
  line-height: 1.7;
}

.post-content p a {
  text-decoration: underline;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: #000;
  font-weight: 700;
  margin: 24px 0;
  line-height: 1.3;
}

.post-content h2 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .post-content h2 {
    font-size: 1.8rem;
  }
}

.post-content h3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .post-content h3 {
    font-size: 1.6rem;
  }
}

.post-content h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .post-content h4 {
    font-size: 1.4rem;
  }
}

.post-content ul,
.post-content ol {
  margin: 24px 0 24px 24px;
  line-height: 1.3;
}

.post-content ul {
  list-style-type: disc;
}

.post-content ol {
  list-style-type: decimal;
}

.post-content li {
  display: list-item;
}
.post-content li + li {
  margin-top: 12px;
}

.post-content table {
  margin-top: 24px;
  padding: 0;
  line-height: 1.5;
}

.post-content th,
.post-content td {
  padding: 8px;
}

.post-content th {
  font-weight: 700;
}

.post-content iframe {
  margin-bottom: 1em;
}

.post-content .wp-block-image {
  margin-top: 16px;
}
.post-content .wp-block-image figure {
  text-align: center;
}
.post-content .wp-block-image .alignleft,
.post-content .wp-block-image .alignright {
  display: block;
  float: none;
  margin: 0;
}
.post-content .wp-block-image .alignleft {
  text-align: left;
}
.post-content .wp-block-image .alignright {
  text-align: right;
}

/* ========================================================
.wp-pagenavi
======================================================== */
.wp-pagenavi {
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 32px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  margin: 4px;
  min-width: 32px;
  height: 32px;
  padding: 10px 12px 0;
  font-weight: 700;
  font-family: "Bebas Neue", sans-serif;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.wp-pagenavi span.current {
  font-weight: bold;
}
.wp-pagenavi .previouspostslink {
  background-image: url("../img/common/base/ico_arrow01_left.svg");
}
.wp-pagenavi .nextpostslink {
  background-image: url("../img/common/base/ico_arrow01_right.svg");
}/*# sourceMappingURL=common.min.css.map */