@charset "UTF-8";
/*色*/
/*テキストカラー*/
/*タブレット幅*/
/*影*/
/*線*/
/*ベースカラー*/
/*背景*/
/*ボタン*/
/* -----------------------------------------------------------------------
## 綿棒のあるくらしページ ##################################################
----------------------------------------------------------------------- */
/*--------------------------
全体
---------------------------*/
.living {
  padding-top: 0;
  padding-bottom: 0;
}

.lead_text .line.is-orange {
  padding-bottom: 2.6666666667vw;
  border-bottom: 1px solid #fe9131;
  margin-bottom: 2.9333333333vw;
}

.lead_text .line.is-green {
  padding-bottom: 2.6666666667vw;
  border-bottom: 1px solid #40c284;
  margin-bottom: 2.9333333333vw;
}

.lead_text .line.is-lightBrown {
  padding-bottom: 2.6666666667vw;
  border-bottom: 1px solid #d0a843;
  margin-bottom: 2.9333333333vw;
}

.line-yellow {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 240, 160)), color-stop(45%, rgb(255, 240, 160)), color-stop(45%, rgb(251, 251, 251)));
  background: linear-gradient(0deg, rgb(255, 240, 160) 0%, rgb(255, 240, 160) 45%, rgb(251, 251, 251) 45%);
}

/*--------------------------
キービジュアル
---------------------------*/
.kv {
  height: 86.1333333333vw;
  overflow: hidden;
  position: relative;
  background-repeat: repeat-x, no-repeat;
  background-position: center bottom, center center;
  background-size: 16.4vw 2.6666666667vw, cover;
  background-image: url(/assets/img/living/bg-wave.png), url(/assets/img/living/lvg_kv_sp.jpg);
}
.kv .cmn-page_ttl {
  padding-top: 0;
  position: absolute;
  width: 57.0666666667vw;
  top: 16.6666666667vw;
  left: calc(50% - 28.6666666667vw);
}
.kv_wrap {
  position: relative;
}
.kv_wrap:after {
  content: "";
  width: 26vw;
  height: 30.5333333333vw;
  display: inline-block;
  background: url("/assets/img/living/lvg_kv_acc.png") no-repeat center center;
  background-size: 100% auto;
  top: 59.4666666667vw;
  left: 37.0666666667vw;
  position: absolute;
}

/*--------------------------
パンくず
---------------------------*/
.cmn-breadcrumbs {
  background: #fff0a1;
  padding-top: 6.6666666667vw;
}

/*--------------------------
アンカー
---------------------------*/
.cmn-anchor {
  background: #fff0a1;
  padding: 0 0 13.2vw;
}
.cmn-anchor_list {
  margin: 0 5.3333333333vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cmn-anchor_item {
  width: 43.2vw;
}
.cmn-anchor_item .btn {
  width: 100%;
  min-height: 22.6666666667vw;
  padding: 0;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.2142857143;
  font-weight: 500;
  text-align: center;
}
.cmn-anchor_item .btn:after {
  bottom: 1.3333333333vw;
}
.cmn-anchor_item .btn .num {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 600;
}
.cmn-anchor_item .btn .txt-sub {
  position: absolute;
  top: -2.9333333333vw;
  left: calc(50% - 10.6666666667vw);
  display: inline-block;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 600;
}
.cmn-anchor_item:nth-child(1) .btn .txt-sub {
  color: #fe9131;
}
.cmn-anchor_item:nth-child(1) .btn:after {
  color: #fe9131;
}
.cmn-anchor_item:nth-child(2) .btn .txt-sub {
  color: #40c284;
}
.cmn-anchor_item:nth-child(2) .btn:after {
  color: #40c284;
}
.cmn-anchor_item:nth-child(3) .btn .txt-sub {
  color: #d0a843;
}
.cmn-anchor_item:nth-child(3) .btn:after {
  color: #d0a843;
}

/*--------------------------
リード
---------------------------*/
.lead {
  text-align: left;
  background: #fff0a1;
  padding-bottom: 10.6666666667vw;
}
.lead_ttl {
  margin: 0 10.6666666667vw 7.3333333333vw;
}
.lead_text {
  padding-top: 2vw;
  margin: 0 10.6666666667vw 0;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.lead_text .line {
  display: block;
  text-align: left;
}
.lead_text .line.is-just {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

/*--------------------------
各シーン共通
---------------------------*/
.sce {
  text-align: center;
  padding: 0 0;
}
.sce_kv {
  margin-bottom: 18.6666666667vw;
}
.sce_ttl {
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  line-height: 1.40625;
  font-weight: 600;
  margin-bottom: 4.6666666667vw;
}
.sce_text {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.625;
  font-weight: 400;
  margin-bottom: 9.3333333333vw;
}
.sce-list {
  margin: 0 5.3333333333vw;
  padding-bottom: 11.3333333333vw;
}
.sce-item {
  margin-bottom: 8vw;
}
.sce-item:last-child {
  margin-bottom: 0;
}
.sce-item_ttl {
  font-size: 2.1rem;
  letter-spacing: 0.02em;
  line-height: 1.2380952381;
  font-weight: 600;
  margin-bottom: 2.4vw;
}
.sce-item_text {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.9285714286;
  font-weight: 400;
  text-align: center;
}
.sce-item_img {
  width: 45.8666666667vw;
  margin: 0 auto 4.6666666667vw;
}
.sce-rec {
  padding: 13.3333333333vw 0;
  position: relative;
}
.sce-rec:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -0.5px;
  left: calc(50% - 22px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 22px 0 22px;
  border-color: #ffffff transparent transparent transparent;
}
.sce-recInner {
  padding: 10vw 0 8vw;
  margin: 0 5.3333333333vw;
  background: #fff;
  border-radius: 2vw;
}
.sce-recInnerTtl {
  font-size: 2.9rem;
  letter-spacing: 0.02em;
  line-height: 0.6206896552;
  font-weight: 400;
  margin: 0 8vw;
  padding: 5.6vw 0 5.3333333333vw;
}
.sce-recInnerTtlEn {
  margin-top: 4.6666666667vw;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
}
.sce-recInner_text {
  font-size: 2.1rem;
  letter-spacing: 0.01em;
  line-height: 1.4285714286;
  font-weight: 600;
  text-align: center;
  color: #808080;
  margin: 5.3333333333vw 5.3333333333vw 8vw;
}
.sce-recInner-list {
  padding-bottom: 12.9333333333vw;
  position: relative;
}
.sce-recInner-list:after {
  position: absolute;
  width: 80%;
  height: 1px;
  content: "";
  display: block;
  background: #dedede;
  bottom: 0;
  left: 10%;
}
.sce-recInner-list + .sce-recInner_text {
  margin-top: 13.3333333333vw;
}
.sce-recInner-item {
  margin: 0 8vw;
}
.sce-recInner-item:after {
  content: "";
  clear: both;
  display: block;
}
.sce-recInner-item + .sce-recInner-item {
  margin-top: 11.3333333333vw;
}
.sce-recInner-item_ttl {
  margin-bottom: 2vw;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.9285714286;
  font-weight: 600;
  text-align: left;
}
.sce-recInner-item_text {
  margin-bottom: 3.3333333333vw;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.9285714286;
  font-weight: 400;
  text-align: left;
}
.sce-recInner-item_link {
  color: #65b2ef;
  float: right;
  text-decoration: underline;
}
.sce-recInner-item_link .txt {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 400;
}
.sce-recInner-item_link .txt:after {
  color: #65b2ef;
  display: inline-block;
  content: "ú";
  font-family: "CONDENSEicon";
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 1.3333333333;
  font-weight: 400;
}
.sce-recInner-item_link:visited {
  color: #65b2ef;
}
.sce-recInner-itemImg {
  border: 1px solid #dedede;
  margin: 0 14vw 3.3333333333vw;
}
.sce-recInner .cmn-btn01 {
  margin: 8vw 7.3333333333vw 0;
}
.sce.sce01 .sce-item_ttl {
  color: #fe9131;
}
.sce.sce01 .sce-rec {
  background: url(/assets/img/living/sc01_itembg.png);
  background-size: 2vw auto;
}
.sce.sce01 .sce-recInner {
  border-right: 0.5333333333vw solid #ebd4c2;
  border-bottom: 0.5333333333vw solid #ebd4c2;
}
.sce.sce01 .sce-recInnerTtl {
  color: #fe9131;
  border-top: 1px solid #fe9131;
  border-bottom: 1px solid #fe9131;
}
.sce.sce02 .sce-item_ttl {
  color: #40c284;
}
.sce.sce02 .sce-rec {
  background: url(/assets/img/living/sc02_itembg.png);
  background-size: 2vw auto;
}
.sce.sce02 .sce-recInner {
  border-right: 0.5333333333vw solid #cedcd3;
  border-bottom: 0.5333333333vw solid #cedcd3;
}
.sce.sce02 .sce-recInnerTtl {
  color: #40c284;
  border-top: 1px solid #40c284;
  border-bottom: 1px solid #40c284;
}
.sce.sce03 .sce-item_ttl {
  color: #d0a843;
}
.sce.sce03 .sce-rec {
  background: url(/assets/img/living/sc03_itembg.png);
  background-size: 2vw auto;
}
.sce.sce03 .sce-recInner {
  border-right: 0.5333333333vw solid #e3dac6;
  border-bottom: 0.5333333333vw solid #e3dac6;
}
.sce.sce03 .sce-recInnerTtl {
  color: #d0a843;
  border-top: 1px solid #d0a843;
  border-bottom: 1px solid #d0a843;
}

/*--------------------------
朝食はしっかり家族みんなで
---------------------------*/
.sce01 {
  background: url(/assets/img/living/lvg_sc01_bgText.png) no-repeat 3.3333333333vw 78.4vw;
  background-size: 93.3333333333vw auto;
}
.sce01_kv {
  background: url(/assets/img/living/lvg_sc01_img01_sp.jpg) no-repeat center center;
  background-size: cover;
  height: 72vw;
  position: relative;
}
.sce01_kv:after {
  content: "";
  width: 12.4vw;
  height: 12.4vw;
  display: inline-block;
  background: url("/assets/img/living/lvg_sc01_icotime.png") no-repeat center center;
  background-size: 100% auto;
  top: 65.7333333333vw;
  left: 44vw;
  position: absolute;
}

/*--------------------------
休日の昼下がりに
---------------------------*/
.sce02 {
  background: url(/assets/img/living/lvg_sc02_bgText.png) no-repeat 3.3333333333vw 78.4vw;
  background-size: 93.3333333333vw auto;
}
.sce02_kv {
  background: url(/assets/img/living/lvg_sc02_img01_sp.jpg) no-repeat center center;
  background-size: cover;
  height: 72vw;
  position: relative;
}
.sce02_kv:after {
  content: "";
  width: 12.4vw;
  height: 12.4vw;
  display: inline-block;
  background: url("/assets/img/living/lvg_sc02_icotime.png") no-repeat center center;
  background-size: 100% auto;
  top: 65.7333333333vw;
  left: 44vw;
  position: absolute;
}

/*--------------------------
夕食後はお家でゆっくりと
---------------------------*/
.sce03 {
  background: url(/assets/img/living/lvg_sc03_bgText.png) no-repeat 3.3333333333vw 78.4vw;
  background-size: 93.3333333333vw auto;
}
.sce03_kv {
  background: url(/assets/img/living/lvg_sc03_img01_sp.jpg) no-repeat center center;
  background-size: cover;
  height: 72vw;
  position: relative;
}
.sce03_kv:after {
  content: "";
  width: 12.4vw;
  height: 12.4vw;
  display: inline-block;
  background: url("/assets/img/living/lvg_sc03_icotime.png") no-repeat center center;
  background-size: 100% auto;
  top: 65.7333333333vw;
  left: 44vw;
  position: absolute;
}

/*--------------------------
スペシャルコンテンツ
---------------------------*/
.special {
  background: #e8f3ff;
  padding-bottom: 5.3333333333vw;
}
.special-item:nth-child(2) {
  display: none;
}

/*--------------------------
インスタグラム
---------------------------*/
.insta {
  background: #fff8d8;
}

@media screen and (min-width: 769px) {
  /*--------------------------
  全体
  ---------------------------*/
  .living {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lead_text .line.is-orange {
    padding-bottom: 0px;
    border-bottom: 1px solid #fe9131;
    display: inline-block;
    margin-bottom: 10px;
  }
  .lead_text .line.is-green {
    padding-bottom: 0px;
    border-bottom: 1px solid #40c284;
    display: inline-block;
    margin-bottom: 10px;
  }
  .lead_text .line.is-lightBrown {
    padding-bottom: 0px;
    border-bottom: 1px solid #d0a843;
    display: inline-block;
    margin-bottom: 10px;
  }
  .line-yellow {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 240, 160)), color-stop(45%, rgb(255, 240, 160)), color-stop(45%, rgb(251, 251, 251)));
    background: linear-gradient(0deg, rgb(255, 240, 160) 0%, rgb(255, 240, 160) 45%, rgb(251, 251, 251) 45%);
  }
  /*--------------------------
  キービジュアル
  ---------------------------*/
  .living {
    padding-bottom: 0;
  }
  .kv {
    height: 480px;
    overflow: hidden;
    background-repeat: repeat-x, no-repeat;
    background-position: center bottom, center top;
    background-size: 120px 20px, cover;
    background-image: url(/assets/img/living/bg-wave.png), url(/assets/img/living/lvg_kv.jpg);
  }
  .kv .cmn-page_ttl {
    width: 425px;
    position: absolute;
    top: 40px;
    left: calc(50% - 215px);
  }
  .kv_wrap:after {
    content: "";
    width: 154px;
    height: 188px;
    left: calc(50% - 78px);
    top: 352px;
  }
  /*--------------------------
  ページタイトル
  ---------------------------*/
  .cmn-page_ttl {
    padding: 90px 0 70px;
  }
  /*--------------------------
  パンくず
  ---------------------------*/
  .cmn-breadcrumbs {
    margin: 0 auto 0;
    padding-top: 8px;
  }
  .cmn-breadcrumbsWrap {
    background: #fff0a1;
  }
  /*--------------------------
  アンカーメニュー
  ---------------------------*/
  .cmn-anchor {
    margin-top: 0;
    padding-bottom: 58px;
  }
  .cmn-anchor_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto;
  }
  .cmn-anchor_item {
    width: 320px;
  }
  .cmn-anchor_item .btn {
    width: 320px;
    min-height: 0;
    padding: 28px 0 28px;
    border-bottom: 4px solid #cdcdcd;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    line-height: 1;
    font-weight: 500;
  }
  .cmn-anchor_item .btn:after {
    bottom: 5px;
  }
  .cmn-anchor_item .btn:hover {
    border-width: 1px;
  }
  .cmn-anchor_item .btn:hover:after {
    bottom: 5px;
  }
  .cmn-anchor_item .btn .num {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 600;
  }
  .cmn-anchor_item .btn .txt-sub {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 600;
    top: -19px;
    left: calc(50% - 66px);
  }
  .cmn-anchor_item:nth-child(1), .cmn-anchor_item:nth-child(2), .cmn-anchor_item:nth-child(3) {
    margin-bottom: 0;
  }
  .cmn-anchor_item:nth-child(1) .btn:before, .cmn-anchor_item:nth-child(2) .btn:before, .cmn-anchor_item:nth-child(3) .btn:before {
    width: 30px;
    height: 23px;
    margin-right: 15px;
  }
  /*--------------------------
  リード
  ---------------------------*/
  .lead {
    text-align: center;
    background: #fff0a1;
    padding-bottom: 67px;
  }
  .lead_text {
    padding-top: 58px;
    margin: 0 auto;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 2.0333333333;
    font-weight: 600;
    text-align: center;
  }
  /*--------------------------
  各シーン共通
  ---------------------------*/
  .sce {
    text-align: center;
    padding: 0 0;
  }
  .sce_kv {
    margin-bottom: 115px;
  }
  .sce_ttl {
    font-size: 4.6rem;
    letter-spacing: 0.1em;
    line-height: 1.347826087;
    font-weight: 600;
    margin-bottom: 17px;
  }
  .sce_text {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
    font-weight: 400;
    margin-bottom: 55px;
  }
  .sce-list {
    margin: 0 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 75px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sce-item {
    width: 310px;
    margin-bottom: 0;
  }
  .sce-item + .sce-item {
    margin-left: 0;
  }
  .sce-item_ttl {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.3333333333;
    font-weight: 600;
    margin-bottom: 18px;
  }
  .sce-item_text {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.9444444444;
    font-weight: 400;
    text-align: left;
    margin: 0 10px;
  }
  .sce-item_img {
    width: 250px;
    margin: 0 auto 30px;
  }
  .sce-rec {
    padding: 80px 0;
    position: relative;
  }
  .sce-rec:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: calc(50% - 30px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #ffffff transparent transparent transparent;
  }
  .sce-recInner {
    padding: 50px 0 40px;
    margin: 0 auto;
    width: 900px;
    background: #fff;
    border-radius: 10px;
  }
  .sce-recInnerTtl {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    line-height: 1.125;
    font-weight: 400;
    margin: 0 50px;
    padding: 20px 0 4px;
  }
  .sce-recInnerTtlEn {
    margin-top: 0;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 400;
  }
  .sce-recInner_text {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    font-weight: 600;
    color: #808080;
    margin: 40px 50px 24px;
    text-align: left;
  }
  .sce-recInner-list {
    padding-bottom: 30px;
  }
  .sce-recInner-list:after {
    width: 800px;
    left: 50px;
  }
  .sce-recInner-list + .sce-recInner_text {
    margin-top: 30px;
  }
  .sce-recInner-item {
    margin: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sce-recInner-item:after {
    content: "";
    clear: both;
    display: block;
  }
  .sce-recInner-item + .sce-recInner-item {
    margin-top: 28px;
  }
  .sce-recInner-item_ttl {
    margin-top: -6px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.7777777778;
    font-weight: 600;
    text-align: left;
  }
  .sce-recInner-itemTextArea {
    width: 610px;
    margin-left: 25px;
  }
  .sce-recInner-item_text {
    margin-bottom: 20px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 400;
    text-align: left;
  }
  .sce-recInner-item_link {
    color: #65b2ef;
    float: left;
    text-decoration: underline;
  }
  .sce-recInner-item_link:hover {
    text-decoration: none !important;
  }
  .sce-recInner-item_link .txt {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 400;
  }
  .sce-recInner-item_link .txt:after {
    color: #65b2ef;
    display: inline-block;
    content: "ú";
    font-family: "CONDENSEicon";
  }
  .sce-recInner-item_link:visited {
    color: #65b2ef;
  }
  .sce-recInner-itemImg {
    width: 161px;
    border: 1px solid #dedede;
    margin: 0;
  }
  .sce-recInner .cmn-btn01 {
    margin: 40px auto 0;
    width: 320px;
  }
  .sce.sce01 .sce-item_ttl {
    color: #fe9131;
  }
  .sce.sce01 .sce-rec {
    background: url(/assets/img/living/sc01_itembg.png);
    background-size: 15px auto;
  }
  .sce.sce01 .sce-recInner {
    border-right: 4px solid #ebd4c2;
    border-bottom: 4px solid #ebd4c2;
  }
  .sce.sce01 .sce-recInnerTtl {
    color: #fe9131;
    border-top: 1px solid #fe9131;
    border-bottom: 1px solid #fe9131;
  }
  .sce.sce02 .sce-item_ttl {
    color: #40c284;
  }
  .sce.sce02 .sce-rec {
    background: url(/assets/img/living/sc02_itembg.png);
    background-size: 15px auto;
  }
  .sce.sce02 .sce-recInner {
    border-right: 4px solid #cedcd3;
    border-bottom: 4px solid #cedcd3;
  }
  .sce.sce02 .sce-recInnerTtl {
    color: #40c284;
    border-top: 1px solid #40c284;
    border-bottom: 1px solid #40c284;
  }
  .sce.sce03 .sce-item_ttl {
    color: #d0a843;
  }
  .sce.sce03 .sce-rec {
    background: url(/assets/img/living/sc03_itembg.png);
    background-size: 15px auto;
  }
  .sce.sce03 .sce-recInner {
    border-right: 4px solid #e3dac6;
    border-bottom: 4px solid #e3dac6;
  }
  .sce.sce03 .sce-recInnerTtl {
    color: #d0a843;
    border-top: 1px solid #d0a843;
    border-bottom: 1px solid #d0a843;
  }
  /*--------------------------
  朝食はしっかり家族みんなで
  ---------------------------*/
  .sce01 {
    background-image: url(/assets/img/living/lvg_sc01_bgText.png), url(/assets/img/living/lvg_sc01_bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center 437px, calc(50% + 15px) 360px;
    background-size: 612px auto, 1929px auto;
  }
  .sce01_kv {
    background: url(/assets/img/living/lvg_sc01_img01.jpg) no-repeat center center;
    background-size: cover;
    height: 400px;
    position: relative;
  }
  .sce01_kv:after {
    content: "";
    width: 55px;
    height: 55px;
    display: inline-block;
    background: url("/assets/img/living/lvg_sc01_icotime.png") no-repeat center center;
    background-size: 100% auto;
    top: 370px;
    left: calc(50% - 27px);
    position: absolute;
  }
  /*--------------------------
  休日の昼下がりに
  ---------------------------*/
  .sce02 {
    background-image: url(/assets/img/living/lvg_sc02_bgText.png), url(/assets/img/living/lvg_sc02_bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center 437px, calc(50% + 92px) 192px;
    background-size: 612px auto, 1958px auto;
  }
  .sce02_kv {
    background: url(/assets/img/living/lvg_sc02_img01.jpg) no-repeat center center;
    background-size: cover;
    height: 400px;
    position: relative;
  }
  .sce02_kv:after {
    content: "";
    width: 55px;
    height: 55px;
    display: inline-block;
    background: url("/assets/img/living/lvg_sc02_icotime.png") no-repeat center center;
    background-size: 100% auto;
    top: 370px;
    left: calc(50% - 27px);
    position: absolute;
  }
  /*--------------------------
  夕食後はお家でゆっくりと
  ---------------------------*/
  .sce03 {
    background-image: url(/assets/img/living/lvg_sc03_bgText.png), url(/assets/img/living/lvg_sc03_bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center 437px, calc(50% + 50px) 380px;
    background-size: 612px auto, 1893px auto;
  }
  .sce03_kv {
    background: url(/assets/img/living/lvg_sc03_img01.jpg) no-repeat center center;
    background-size: cover;
    height: 400px;
    position: relative;
  }
  .sce03_kv:after {
    content: "";
    width: 55px;
    height: 55px;
    display: inline-block;
    background: url("/assets/img/living/lvg_sc03_icotime.png") no-repeat center center;
    background-size: 100% auto;
    top: 370px;
    left: calc(50% - 27px);
    position: absolute;
  }
  .sce03 .sce-item_ttl {
    min-height: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}