@charset "utf-8";

/*-----------------------------------------------------------
ご利用シーン
-----------------------------------------------------------*/

.scene-title01 > span {
    font-size: 1.5em;
    line-height: 1em;
    letter-spacing: 0.1em;
}

.scene-title02 > span {
    font-size: 1.18em;
    line-height: 1.44em;
}

/*-----------------------------------------------------------
各店舗の紹介
-----------------------------------------------------------*/

.about-bg01:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.16));
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  	margin: auto;
}

.about-bg02:before, .about-bg02:after {
    content: "";
    display: block;
  	max-width: 630px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  	margin: auto;
}

.about-bg02:before {
    background-image: linear-gradient(90deg, rgba(60, 0, 0, 0.85), rgba(119, 28, 28, 0));
    left: 0;
}

.about-bg02:after {
    background-image: linear-gradient(90deg, rgba(119, 28, 28, 0), rgba(60, 0, 0, 0.85));
    right: 0;
}

.about-title01, .about-title02 {
    filter: drop-shadow(0 0 10px #000);
}

/*-----------------------------------------------------------
こだわり
-----------------------------------------------------------*/

.concept-title > span {
    font-size: 1.42em;
    letter-spacing: 0.04em;
}

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

.hamburger-btn-bar > div {
    background: var(--white);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

    

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
カバー
-----------------------------------------------------------*/

.fv-title {
    writing-mode: vertical-rl;
    text-orientation: upright;
}
  
/*-----------------------------------------------------------
各店舗の紹介
-----------------------------------------------------------*/
  
.about-bg02:before, .about-bg02:after {
    width: 50%;
}
  
/*-----------------------------------------------------------
ご利用シーン
-----------------------------------------------------------*/

.scene-sub-title {
    writing-mode: vertical-rl;
}

.scene-title01 {
    writing-mode: vertical-rl;
}
  
.scene-title02 > span {
    color: #fff !important;
}

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

.hamburger-btn-bar > div {
    background: var(--dark);
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
 
.scene-inner {
	width: 80% !important;
}
  
.scene-title01, .scene-title02 {
    font-size: 80px !important;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1600px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.concept-title {
    font-size: 70px !important;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */