@charset "utf-8";

/*------------------------------
 reset & General
-------------------------------*/
#mGlobalNavButton,
#siteHeader::after{
  display: none;
}
div#footer div.wrapper p.copyright {
  float: none;
  text-align: center;
}

#siteHeader ul,
#siteContent ul{
  padding-left:0;
  margin:0;
  font-size:0;
}
#siteHeader li,
#siteContent li{
  list-style: none;
  display:inline-block;
}

#siteContent,
#siteContent li{
  font-size: 12px;
  letter-spacing: -.015em;
  line-height: 1.66;
  text-align: justify;
  color: #000;
}
#siteContent *{
  box-sizing: border-box;
}
h1,h2,h3,h4,h5{
  font-weight: normal;
}
a{
  color: #64ACFB;
}
#siteContent .container{
  width: calc(100% - 40px);
  margin: auto;
}

.m-spacer {
  visibility: hidden;
}
@media screen and (max-width: 768px){
  .-pc {
    display: none;
  }
}
@media screen and (min-width: 769px){
  body.itemPage{
    min-width: 1280px;
  }
  #siteContent .container{
    width: 1000px;
  }
  .-sp {
    display: none !important;
  }
}

/*------------------------------
 header
-------------------------------*/
#fixHeader{
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 100;
  top: 0;
  filter: drop-shadow(0 3px 6px rgb(0 0 0 / .16));
}
#siteHeader{
  width: 89.3333%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.siteHeader__info{
  padding-left: 0 !important;
}
.siteHeader__infoLogo {
  padding: 0;
}
.pageHeader__navi li{
  font-size: 12px;
}
.pageHeader__navi li+li{
  border-left: 1px solid #000;
}
.pageHeader__navi a,
.pageHeader__navi span{
  color: #000;
  padding: 0 .8em;
  cursor: pointer;
}
.pageHeader__navi span:hover{
  text-decoration: underline;
}
.pageHeader__navi li:nth-last-child(1) a{
  padding-right: 0;
}
.leadTtl .inner{
  width: 305px;
  margin: auto;
  padding: 22px 10px 20px;
}
@media screen and (max-width: 767px){
  #siteHeader .siteHeader__infoLogo img {
		height: 30px;
		width: auto;
	}
}
@media screen and (min-width: 769px){
  #fixHeader{
    width: 100%;
  }
  #siteHeader{
    height: 46px;
  }
  .m-lp #siteHeader{
    width: 1280px;
  }
  #siteHeader .siteHeader__infoLogo img {
		height: auto;
		width: 88px;
	}
  .leadTtl .inner{
    width: 475px;
    padding: 35px 10px 34px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px){
  .m-lp #siteHeader{
    padding: 0 20px;
  }
}
.b-headerInner{
  position: relative;
  background: #fff
}
.b-moreNav{
  position: absolute;
  z-index: -1;
  padding: 0;
  width: 100%;
  text-align: center;
  background: #F1F3F5;
  transform: translateY(-100%);
  transition: .3s ease-out;
}
.b-moreNav.open{
 transform: translateY(0);
}
.b-moreNav li{
  list-style: none;
  display: inline;
  line-height: 1;
}

.b-moreNav a{
  display: inline-block;
  padding: 1em;
  font-size: 12px;
  color: #231815;
}
@media screen and (max-width: 768px){
  .b-moreNav{
    top: 44px;
    display: flex;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 769px){
  .b-moreNav{
    top: 46px;
  }
  .b-moreNav li+li{
    margin-left: 5em;
  }
}

/*------------------------------
 common
-------------------------------*/
body{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
:root {
  --container: 89.333%;
  --bg: #F1F3F5;
  --kyutou: #6F819A;
  --kyutou-bg: #EAF2F6;
  --kitchen: #987291;
  --kitchen-bg: #F2F0F2;
  --red: #CF000E;
}
#siteContent{
  overflow: hidden;
}
#siteContent,
img{
  width: 100%;
}
#siteContent wbr{
  display: block;
}
#siteContent .container.b-main{
  width: 100%;
}
@media screen and (min-width: 769px){
  #siteContent .container.b-main{
    width: 1280px;
  }
}
.b-main .b-mainArea.m-kyutou,
.b-tab.m-kyutou{
  background: var(--kyutou-bg);
}
.b-main .b-mainArea.m-kitchen,
.b-tab.m-kitchen{
  background: var(--kitchen-bg);
}
.b-tab a{
  color: #000AFF;
}


/*------------------------------
 b-main
-------------------------------*/
.b-main{
  text-align: center;
  .e-lpTtl {
    line-height: 1.4386;
    letter-spacing: -.04em;
    span {
      display: block;
      font-weight: 700;
    }
  }
  .e-date {
    display: block;
  }
}
@media screen and (max-width: 768px){
  .b-main {
    padding-bottom: 40px;
    .e-catch {
      margin: 25px 20px;
    }
    .e-lpTtl {
      font-size: min(8vw);
      margin: 20px 0;
    }
    .e-date {
      margin: 0 20px;
    }
  }
}
@media screen and (min-width: 769px){
  .b-main {
    display: flex;
    .b-img {
      width: 507px;
      min-width: 507px;
    }
    .b-txts {
      display: flex;
      align-items: center;
      flex-direction: column;
      padding: 57px 49px 0;
      .e-lpTtl {
        order: 1;
        font-size: 57px;
        margin-top: 30px;
        margin-bottom: 20px;
      }
      .e-date {
        order: 2;
      }
    }
  }
}

.b-cashback {
  max-width: 1280px;
  margin: auto;
  background: #F1F3F5;
  position: relative;
  picture {
    display: block;
    margin: 0 auto;
  }
  &::after {
    content: "";
    display: block;
    aspect-ratio: 36/30;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #F1F3F5;
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px){
  .b-cashback {
    padding: 20px 20px 25px;
    &::after {
      width: 36px;
    }
  }
}
@media screen and (min-width: 769px){
  .b-cashback {
    padding: 52px 0 40px;
    picture {
      width: 834px;
    }
    &::after {
      width: 52px;
    }
  }
}

/*------------------------------
 b-mainContent
-------------------------------*/
.b-mainContent {
  .e-mds {
    text-align: center;
    font-weight: 700;
    position: relative;
    &::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #000;
      position: absolute;
      top: 50%;
      left: 0;
    }
    .e-txt {
      display: inline-block;
      padding: 0 2em;
      line-height: 1;
      background: #fff;
      position: relative;
      z-index: 1;
    }
  }
}
@media screen and (max-width: 768px){
  .b-mainContent {
    padding-top: 65px;
    .e-mds {
      font-size: min(4.26667vw,16px);
    }
  }
}
@media screen and (min-width: 769px){
  .b-mainContent {
    padding-top: 80px;
    .e-mds {
      font-size: 20px;
    }
  }
}

/*------------------------------
 b-productItem
-------------------------------*/
.b-productItem {
  .e-logo {
    margin: 0 auto;
  }
  .e-txt {
    text-align: center;
    font-weight: 500;
    line-height: 1.625;
    span {
      display: inline-block;
    }
  }
  .e-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47px;
    border-radius: 100px;
    background: #F1F3F5;
    font-weight: 700;
    color: #000;
  }
}
@media screen and (max-width: 768px){
  .b-productItem {
    margin-top: 70px;
    &:nth-of-type(1) {
      margin-top: 30px;
    }
    .e-logo {
      width: 76%;
    }
    .e-txt {
      font-size: min(4.26667vw,16px);
      margin: .8em 0 1em;
    }
    .e-price {
      margin: 5px 0 20px;
    }
    .e-link {
      max-width: 295px;
      margin: auto;
    }
  }
}
@media screen and (min-width: 769px){
  .b-productItem {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 70px;
    .e-img,
    .b-txts {
      width: 50%;
    }
    .b-txts {
      display: flex;
      flex-direction: column;
      padding: 0 40px 0 80px;
      .e-logo {
        width: 285px;
        margin-bottom: auto;
      }
      .e-txt {
        font-size: 18px;
        margin-top: 15px;
        justify-self: center;
      }
      .e-price {
        justify-self: flex-end;
        margin-top: auto;
      }
      .e-link {
        margin-top: 15px;
        font-size: 14px;
        transition: .3s all;
        justify-self: flex-end;
        &:hover {
          background: var(--red);
          color: #fff;
          text-decoration: none;
        }
      }
    }
    &:nth-last-of-type(2) {
      .e-txt {
        white-space: nowrap;
        span:nth-child(1) {
          text-indent: -1.5em;
        }
      }
    }
  }
}



/*------------------------------
 b-bottomContent
-------------------------------*/
.b-bottomContent .b-lnks a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  font-weight: 700;
  border-radius: 150px;
  height: 60px;
  text-align: center;
}
.b-bottomContent .b-lnks a::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 9px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 1.3em;
  transform: translateY(-50%);
}
.b-bottomContent em {
  font-style: normal;
  color: var(--red);
}
.b-bottomContent .b-lnk {
  text-align: center;
}
.b-bottomContent .b-lnks .e-name {
  font-size: 16px;
}
.b-bottomContent .b-lnks .e-more {
  font-weight: 400;
}
.b-bottom01 .b-lnk .e-shoulder {
  font-weight: 700;
  display: inline-block;
  position: relative;
  margin-bottom: 2px;
  font-size: 14px;
}
.b-bottom01 .b-lnk .e-shoulder::before,
.b-bottom01 .b-lnk .e-shoulder::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.1em;
  background: #000;
  position: absolute;
  transform-origin: bottom;
  bottom: .25em;
}
.b-bottom01 .b-lnk .e-shoulder::before {
  left: -.55em;
  transform: rotate(-15deg);
}
.b-bottom01 .b-lnk .e-shoulder::after {
  right: -.25em;
  transform: rotate(15deg);
}
.b-bottom01 .b-lnk a {
  border: 2px solid var(--red);
}
.b-bottom02 .e-shoulder {
  font-size: min(16px);
  margin-bottom: 7px;
} 
.b-bottomContent .b-lnk.m-list a {
  background: var(--red);
  color: #fff;
}
.b-bottomContent .b-lnk.m-list a::after {
  background: url(images2025/btnarw-white.png) center center / contain no-repeat;
}
.b-bottomContent .b-lnk.m-oubo a {
  background: #fff;
  color: var(--red);
}
.b-bottomContent .b-lnk.m-oubo a::after {
  background: url(images2025/btnarw-red.png) center center / contain no-repeat;
}
.b-bottomContent .b-lnk.m-lp a {
  background: #D6D6D6;
  color: #000;
}
.b-bottomContent .b-lnk.m-lp a::after {
  background: url(images2025/btnarw-black.png) center center / contain no-repeat;
}
@media screen and (max-width: 768px){
  .b-bottomContent {
    border-top: 2px solid #F1F3F5;
    margin-top: 50px;
    padding-top: 30px;
  }
  .b-bottomContent .b-lnks a {
    width: min(100%,300px);
    margin: 0 auto;
  }
  .b-bottomContent .b-lnk:nth-of-type(1) {
    margin-top: 0;
  }
  .b-bottomContent .b-lnk:nth-of-type(2) {
    margin-top: 20px;
  }
  .b-bottomContent .b-bottom02 {
    margin-top: 50px;
  }
  .b-bottomContent .b-bottom02 .e-shoulder {
    line-height: 1.35;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 769px){
  .b-bottomContent .b-lnks {
    margin-top: 90px;
  }
  .b-bottomContent .b-bottom01,
  .b-bottomContent .b-bottom02 {
    display: flex;
    justify-content: center;
  }
  .b-bottomContent .b-bottom01 .b-lnk+.b-lnk {
    margin-left: 25px;
  }
  .b-bottomContent .b-bottom01 a {
    width: 298px;
  }
  .b-bottomContent .b-bottom02 a {
    width: 384px;
  }
}

/*------------------------------
 b-company
-------------------------------*/
.b-company{
  text-align: center;
}
div#footer,
div#footer div.wrapper{
  height: auto;
  padding-top: 0;
}
@media screen and (max-width: 768px){
  .b-company{
    padding: 15vw 0 0;
    font-size: 2.67vw;
  }
  .b-company a{
    display: block;
    width: 64vw;
    margin: 3.2vw auto;
  }
  div#footer{
    padding-bottom: 8vw;
  }
  div#footer a{
    display: block;
    width: 29.33vw;
    padding-left: 2%;
    margin: auto;
  }
  div#footer div.wrapper p.copyright {
    font-size: 2.67vw;
  }
}
@media screen and (min-width: 769px){
  .b-company
  .b-company a{
    display: block;
    width: 240px;
    margin: 10px auto;
  }
  div#footer{
    padding-bottom: 30px;
  }
  div#footer a{
    display: block;
    width: 110px;
    padding-left: 2%;
    margin: auto;
  }
}
@media screen and (min-width: 769px){
  .b-company {
    margin-top: 60px;
  }
  .b-company a{
    display: block;
    width: 240px;
    margin: 10px auto;
  }
  div#footer{
    padding-bottom: 30px;
  }
  div#footer a{
    display: block;
    width: 110px;
    padding-left: 2%;
    margin: auto;
  }
}

/*------------------------------
 oubo
-------------------------------*/

/* b-flowTtls */
.b-flowTtls{
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 10vw;
}
.m-kitchen.b-flowTtls{
  padding-bottom: 0;
}
.b-flowTtls .e-shoulder{
  order: 1;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50vw);
  background: #808080;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  height: 10.67vw;
  font-size: 3.2vw;
  padding-top: 3.6vw;
  margin-bottom: 6vw;
}
.b-flowTtls .e-start{
  order: 2;
  margin-bottom: 5vw;
}
.b-flowTtls .b-cautionBox{
  order: 3;
  border: 1px solid var(--red);
  border-radius: 5px;
  color: var(--red);
  margin-bottom: 7vw;
  padding: .25em 1.5em .7em;
  font-size: 3.2vw;
}
.b-flowTtls .b-cautionBox.m-moreCaution{
  order: 4;
}
.b-flowTtls .b-cautionBox.m-moreCaution dt .inner{
  display: inline-block;
  line-height: 1.42;
}
.b-flowTtls .b-cautionBox.m-moreCaution .e-txt{
  color: #000;
  text-align: left;
}
.b-flowTtls .b-cautionBox.m-moreCaution .e-txt em{
  color: var(--red);
  font-style: normal;
  font-weight: inherit;
}
.b-flowTtls .b-cautionBox.m-moreCaution dd.e-txt{
  line-height: 2;
}
.b-flowTtls .e-cautionMds{
  display: block;
  font-weight: 700;
}
.b-flowTtls .b-cautionBox.m-moreCaution .e-cautionMds{
  margin-bottom: .3em;
}
.b-flowTtls .e-ttl{
  order: 4;
  width: 67.2vw;
  margin: 0 auto 6vw;
}
.b-flowTtls .e-time{
  order: 5;
}
.b-flowTtls .b-cautionBox.m-moreCaution dd.e-txt .e-ex{
  display: block;
}
@media screen and (max-width: 768px){
  .b-flowTtls .b-cautionBox:nth-of-type(1) .e-cautionMds{
    border-bottom: 1px solid var(--red);
    padding-bottom: .2em;
    margin-bottom: 1vw;
  }
  .b-flowTtls .b-cautionBox dd,
  .b-flowTtls .b-cautionBox.m-moreCaution .e-txt{
    font-size: 2.67vw;
  }
  .b-flowTtls .b-cautionBox.m-moreCaution{
    margin-top: 6vw;
    padding-bottom: 3vw;
  }
  .b-flowTtls .b-cautionBox.m-moreCaution dt{
    margin-top: 3vw;
    padding-bottom: 2vw;
  }
  .b-flowTtls .b-cautionBox.m-moreCaution .e-cautionMds{
    margin-bottom: 3vw;
  }
  .b-flowTtls .b-cautionBox.m-moreCaution .inner{
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 769px){
  .b-flowTtls{
    padding-bottom: 40px;
  }
  .b-flowTtls .e-shoulder{
    height: 54px;
    font-size: 16px;
    padding-top: 19px;
    margin-bottom: 30px;
  }
  .b-flowTtls .e-start{
    margin-bottom: 20px;
  }
  .b-flowTtls .b-cautionBox{
    display: flex;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 8px 1em;
  }
  .b-flowTtls .b-cautionBox:nth-of-type(1) .e-cautionMds{
    border-right: 1px solid var(--red);
    margin-right: 1.5em;
    padding-right: 1.5em;
  }
  .b-flowTtls .e-ttl{
    width: 775px;
    margin: 0 auto 15px;
  }
  .b-flowTtls .e-time{
    width: 480px;
    margin: auto;
  }
  .b-flowTtls .b-cautionBox.m-moreCaution{
    margin-top: 40px;
    padding: 10px 0;
  }
  .b-flowTtls .b-cautionBox.m-moreCaution .e-cautionMds{
    font-size: 16px;
  }
  .b-flowTtls .b-cautionBox.m-moreCaution dt .inner{
    padding: 5px 0;
  }
  .b-flowTtls .b-cautionBox.m-moreCaution .e-txt{
    font-size: 12px;
  }
  .b-flowTtls .b-cautionBox.m-moreCaution dd.e-txt{
    display: flex;
    align-items: center;
  }
  .b-flowTtls .b-cautionBox.m-moreCaution dd.e-txt .e-ex{
    width: 48px;
    min-width: 48px;
    margin: 0 15px 0 10px;
  }
}

/* b-flowItem */
.b-flowItem{
  background: #F0F2F3;
  position: relative;
}
.b-flowItem+.b-flowItem{
  margin-top: 14.67vw;
}
.b-flowItem::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.2vw 3.5vw 0 3.5vw;
  border-color: #F0F2F3 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translate(-50% , 100%);
}
.b-flowItem.m-add::after{
  display: none;
}
.b-flowItem.m-step03::after{
  display: none;
}
.b-flowItem a{
  color: #000AFF;
}
.b-flowItem .b-blkMds{
  display: inline-block;
  line-height: 1;
  border: 1px solid;
  font-weight: 700;
  text-align: center;
}
.b-flowItem .e-flowMds,
.b-flowItem .b-side{
  font-weight: 700;
}
.b-flowItem .e-flowMds .e-num,
.b-flowItem .b-side::before{
  font-family: Hiragino Sans,Helvetica,Arial,sans-serif;
}
.b-flowItem .e-flowMds+.e-txt{
  line-height: 1.85;
}
.b-flowItem em{
  font-style: normal;
  font-weight: 400;
  color: var(--red);
}
.b-flowItem .b-more{
  border: 1px solid #000;
  border-radius: 10px;
}
.b-flowItem .b-txts .e-item dt{
  font-weight: 500;
}
.b-flowItem .b-txts .e-item dt::before{
  content: "●";
}
.b-flowItem.m-step01 .b-more{
  line-height: 1.5;
}
.b-flowItem.m-step01 .b-more .e-caution{
  margin-top: .5em;
}
.b-flowItem.m-step01 .b-more .b-tels dt{
  font-weight: 500;
}
.b-flowItem.m-step03 em.m-line{
  color: inherit;
  border-bottom: 1px solid var(--red);
}
.b-flowItem .b-block+.b-block{
  border-top: 1px solid;
}

.b-flowItem .b-enq{
  background: #fff;
  text-align: center;
  line-height: 1.2;
  border-radius: 9px;
  padding: 1em;
}
.b-flowItem.m-add .e-caution{
  line-height: 1.5;
}
.b-flowItem .e-txt.m-M{
  line-height: 1.5;
}
.m-kitchen .b-flowItem.m-add .m-mds{
  border-bottom: 1px solid;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px){
  .b-flowItem .b-side{
    display: none;
  }
  .b-flowItem .e-flowMds{
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    background: var(--red);
    color: #fff;
    text-align: center;
    font-size: 3.733vw;
    margin-bottom: 5.5vw;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }
  .b-flowItem .e-flowMds .e-num{
    display: inline-flex;
    align-items: flex-end;
    margin-right: .3em;
    line-height: 1;
    transform: translateY(.28em);
  }
  .b-flowItem .e-flowMds .e-num img{
    display: inline-block;
    width: auto;
    height: 4.5vw;
    transform: translateY(-.12em);
    margin-right: .1em;
  }
  .b-flowItem .b-right{
    padding-bottom: 7vw;
    margin: auto;
  }
  .b-flowItem.m-add .b-right{
    width: 78vw;
  }
  .b-flowItem .b-blkMds{
    width: 100%;
    margin-bottom: 1em;
    padding: 1em 1.3em;
    font-size: 2.67vw;
  }
  .b-flowItem .e-flowMds+.e-txt,
  .b-flowItem .b-txt,
  .b-flowItem .b-blkMds+.e-txt,
  .b-flowItem .e-txt.m-L{
    width: calc(100% - 20vw);
    margin: auto;
    font-size: 3.733vw;
    line-height: 1.45;
  }
  .b-flowItem.m-step01 .e-txt+.e-caution{
    font-size: 2.67vw;
    margin-top: 1vw;
  }
  .b-flowItem .e-caution{
    font-size: 2.67vw;
  }
  .b-flowItem .b-txts .e-item{
    margin-top: 5vw;
  }
  .b-flowItem .b-txts .e-item+.e-item{
    margin-top: 5vw;
  }
  .b-flowItem .b-txts .e-item dt{
    font-size: 3.733vw;
    line-height: 1.5em;
  }
  .b-flowItem .b-txts .e-item dd{
    font-size: 3.2vw;
    padding-left: 3.733vw;
    margin-top: .1em;
  }
  .b-flowItem .e-flowImg,
  .b-flowItem .b-gasOpen{
    width: calc(100% - 10.6667vw);
    margin-top: 5vw;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .b-flowItem .e-flowImg {
    padding: 0 7vw;
  }
  .b-flowItem.m-step01 .b-more{
    margin-top: 8vw;
    padding: 5vw 3.5vw 6vw;
  }
  .b-flowItem.m-step01 .b-more .b-txts{
    font-size: 3.77vw;
  }
  .b-flowItem.m-step01 .b-more .e-img{
    margin-top: 5vw;
  }
  .b-flowItem.m-step01 .b-more .b-txts .e-caution{
    font-size: 2.67vw;
  }
  .b-flowItem.m-step01 .b-more .b-txts .e-caution br{
    display: none;
  }
  .b-flowItem.m-step01 .b-more .b-tels{
    margin-top: 20px;
    font-size: 2.67vw;
  }
  .b-flowItem.m-step01 .b-more .b-tels span{
    font-size: 3.2vw;
  }
  .b-flowItem.m-step01 .b-more .b-tels dd{
    letter-spacing: -.065em;
  }
  .b-flowItem.m-step01 .b-more .e-img{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .b-flowItem.m-step02 .e-flowImg,
  .b-flowItem.m-step02 .e-flowImg{
    margin-top: 6vw;
  }
  .b-flowItem .b-block+.b-block{
    margin-top: 8vw;
    padding-top: 8vw;
  }
  
  .b-flowItem .b-enq{
    width: calc( 100% - 15dvw);
    margin: 1em auto;
    margin-top: 1em;
    font-size: 3.7333vw;
  }
  .b-flowItem.m-add{
    padding-top: 4vw;
  }
  .m-kitchen .b-flowItem.m-add .m-mds{
    text-align: center;
  }
}
@media screen and (min-width: 769px){
  .b-flowItem{
    display: flex;
  }
  .b-flowItem::after{
    border-width: 54px 25px 0 25px;
  }
  .b-flowItem+.b-flowItem{
    margin-top: 80px;
  }
  .b-flowItem .b-side{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    background: var(--red);
    color: #fff;
  }
  .b-flowItem .b-side img{
    width: auto;
    height: 23px;
  }
  .b-flowItem .e-flowMds .e-num{
    display: none;
  }
  .b-flowItem .b-right{
    width: 100%;
    padding: 30px 50px;
  }
  .b-flowItem .e-flowMds{
    font-size: 22px;
    margin-bottom: 18px;
  }
  .b-flowItem .b-blkMds{
    width: 400px;
    margin-bottom: .8em;
    padding: .6em 1.3em;
    font-size: 16px;
  }
  .b-flowItem .b-blkMds+.e-txt,
  .b-flowItem .e-flowMds+.e-txt,
  .b-flowItem .e-txt.m-L{
    font-size: 18px;
  }
  .m-kitchen .b-flowItem .e-txt.m-L{
    font-size: 16px;
  }
  .b-flowItem .e-txt.m-M{
    font-size: 14px;
  }
  .b-flowItem .b-block .e-caution{
    margin-top: .6em;
  }
  .b-flowItem.m-step01 .e-txt+.e-caution{
    font-size: 10px;
  }
  .b-flowItem .b-txts .e-item{
    display: flex;
    margin-top: 30px;
  }
  .b-flowItem .b-txts .e-item+.e-item{
    margin-top: 8px;
  }
  .b-flowItem .b-txts .e-item dt{
    font-size: 18px;
    line-height: 1.5em;
  }
  .b-flowItem .b-txts .e-item dd{
    font-size: 14px;
    margin-left: 12px;
    padding-left: 12px;
    position: relative;
  }
  .b-flowItem .b-txts .e-item dd::before{
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    background:#000;
    position: absolute;
    left: 0;
    top: 7%;
  }
  .b-flowItem .b-txts .e-item.m-single dd{
    margin-top: .2em;
  }
  .m-kitchen .b-flowItem.m-step01 .b-block:nth-of-type(1) .e-flowImg{
    width: 743px;
    margin: 30px auto 0;
  }
  .b-flowItem.m-step01 .b-more{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 7px 30px;
  }
  .b-flowItem.m-step01 .b-more .b-txts{
    font-size: 16px;
  }
  .b-flowItem.m-step01 .b-more .b-tels{
    margin-top: 20px;
  }
  .b-flowItem.m-step01 .b-more .b-tels dt{
    font-size: 12px;
  }
  .b-flowItem.m-step01 .b-more .b-tels dd{
    font-size: 12px;
  }
  .b-flowItem.m-step01 .b-more .e-img{
    width: 306px;
    min-width: 306px;
    margin-left: 50px;
  }
  .b-flowItem.m-step01 .b-more .b-txts .e-caution{
    font-size: 12px;
  }
  .m-kyutou .b-flowItem.m-step03 .b-right,
  .m-kitchen .b-flowItem.m-step03 .b-right{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .b-flowItem.m-step01 .e-flowImg,
  .b-flowItem.m-step02 .e-flowImg{
    margin: 40px auto 0;
  }
  .m-kitchen .b-flowItem.m-step01 .e-flowImg{
    margin-top: 20px;
  }
  .m-kyutou .b-flowItem.m-step01 .e-flowImg{
    width: 743px;
  }
  .b-flowItem.m-step02 .e-flowImg{
    width: 726px;
  }
  .b-flowItem.m-step03 .b-right {
    display: flex;
    align-items: center;
  }
  .b-flowItem.m-step03 .b-txts {
    width: 480px;
    min-width: 480px;
  }
  .b-flowItem.m-step03 .e-flowImg{
    width: 274px;
    min-width: 274px;
    margin-right: 80px;
  }
  .b-flowItem .b-block+.b-block{
    margin-top: 30px;
    padding-top: 30px;
  }
  .b-flowItem .b-block:nth-of-type(1){
    padding-top: 10px;
  }
  .b-flowItem .b-block:nth-of-type(2) .e-flowImg{
    margin-top: 30px;
  }
  .b-flowItem .e-caution{
    font-size: 10px;
  }
  .b-flowItem .b-enq{
    width: 273px;
    font-size: 16px;
    margin-top: 1em;
  }
}

.e-flowImg.m-01-03 .b-range {
  line-height: 1.66;
  margin-bottom: 2em;
}
.e-flowImg.m-01-03 .b-range a {
  text-decoration: underline;
}
@media screen and (min-width: 769px){
  .e-flowImg.m-01-03 .b-range {
    font-size: 18px;
  }
}


/* add */

.b-flowItem.m-add{
  background: #fff;
  border: 1px solid #000;
}
.b-flowItem.m-add .b-txts {
  width: 100%;
  line-height: 1.56;
}
.b-flowItem.m-add dt {
  font-weight: 500;
}
.b-flowItem.m-add dd {
  line-height: 1.41667;
}
.b-flowItem.m-add .m-mds {
  border-bottom: 1px solid #000;
  padding-bottom: 1em;
}
.b-flowItem.m-add a {
  text-decoration: underline;
}
.b-flowItem.m-add .b-caution {
  font-size: 12px;
}
@media screen and (max-width: 768px){
  .b-flowItem.m-add {
    font-size: 3.73333vw;
    dl {
      font-size: 3.2vw;
      dt {
        text-align: center;
      }
      .e-tel {
        width: 92%;
        margin: 15px auto 20px;
      }
      dd {
        span.e-addTtl {
          display: block;
        }
      }
    }
  }
  .b-flowItem.m-add .m-mds {
    line-height: 1.5;
    margin-bottom: 1.5em;
  }
  .b-flowItem.m-add .b-addBox {
    margin-bottom: 15px;
  }
  .b-flowItem.m-add .b-img {
    margin-top: 4vw;
  }
  .b-flowItem.m-add .b-caution {
    margin-top: .5em;
  }
}
@media screen and (min-width: 769px){
  .b-flowItem.m-add {
    font-size: 16px;
  }
  .b-flowItem.m-add .m-mds {
    text-align: center;
  }
  .b-flowItem.m-add .b-addBox {
    display: flex;
    align-items: center;
  }
  .b-flowItem.m-add .b-img {
    width: 306px;
    transform: translateY(30px);
    margin-left: 50px;
  }
  .b-flowItem.m-add .e-flowImg{
    width: 360px;
    min-width: 306px;
    margin-left: 50px;
  }
  .b-flowItem.m-add {
    .b-right {
      display: flex;
      justify-content: center;
      padding: 20px 50px 25px;
    }
    dl {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      padding-top: 20px;
      dt {
        span {
          display: block;
        }
      }
      .e-tel {
        width: 246px;
        margin: 0 20px 0 25px;
        transform: translateY(2px);
      }
    }
  }
}


/* step01 */

@media screen and (max-width: 767px){
  .b-flowItem.m-step01 {
    .inner {
      .e-txt {
        font-size: 3.7333vw;
        white-space: nowrap;
        transform: translateX(-.5em);
      }
    }
  }
}
@media screen and (min-width: 769px){
  .b-flowItem.m-step01 {
    .inner {
      display: flex;
      .e-txt {
        width: 400px;
        min-width: 400px;
        font-size: 20px;
        margin-right: 45px;
      }
    }
  }
}
/* b-gasOpen */
.b-gasOpen {
  border-top: 1px solid #707070;
}
.b-gasOpen .e-txt {
  font-weight: 500;
}
.b-movies video {
  width: 100%;
}
.b-movies figcaption {
  margin-bottom: .3em;
  
  line-height: 1.42;
}
@media screen and (max-width: 768px){
  .b-gasOpen .e-txt {
    font-size: 3.7333vw;
    line-height: 1.55;
    padding: 1.5em 0;
  }
  .b-gasOpen figure+figure {
    margin-top: 3vw;
  }
  .b-movies figcaption {
    font-size: 3.7333vw;
    margin-bottom: .5em;
    br {
      display: none;
    }
  }
}
@media screen and (min-width: 769px){
  .b-gasOpen {
    margin-top: 30px;
  }
  .b-gasOpen .e-txt {
    text-align: center;
    margin: 2em 0 1.5em;
    font-size: 22px;
  }
  .b-movies {
    display: flex;
    justify-content: space-between;
  }
  .b-movies figure {
    width: 390px;
  }
  .b-movies figcaption {
    font-size: 14px;
  }
}

/* b-flowCashback */
.b-flowCashback{
  margin-top: 8vw;
  padding-top: 8vw;
}
.b-flowCashback .e-mds,
.b-flowCashback .e-lead{
  text-align: center;
}
.b-flowCashback .e-mds{
  color: var(--red);
  font-weight: 700;
  line-height: 1.45;
  font-size: 5.87vw;
}
.b-flowCashback .e-lead{
  font-size: 3.73vw;
  margin: 5vw auto 7vw;
}
.b-flowCashback-caution{
  text-align: left;
}
#siteContent .b-flowCashback-caution li{
  color: var(--red);
  line-height: 1.5;
  font-size: 3.2vw;
}
@media screen and (min-width: 769px){
  .b-flowCashback{
    margin-top: 60px;
    padding-top: 0;
  }
  .b-flowCashback .e-mds{
    font-size: 28px;
  }
  .b-flowCashback .e-lead{
    font-size: 18px;
    margin: 25px auto 30px;
  }
  #siteContent .b-flowCashback-caution li{
    font-size: 16px;
  }
}

/* b-procedure */
.b-procedure{
  text-align: center;
  margin-top: 7vw;
}
.b-procedure .e-procedureMds{
  font-weight: 700;
  font-size: 3.733vw;
  margin-bottom: 2vw;
}
.b-procedure .b-procedureItem.m-lawson{
  background: #D3DBE7;
}
.b-procedure .b-procedureItem.m-sevenbank{
  background: #F0D1D1;
}
.b-procedure .b-procedureItem dt{
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  font-size: 3.733vw;
  padding: .45em 1em .5em;
}
.b-procedure .b-procedureItem .b-lnks a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 150px;
  color: #fff;
  width: 136px;
  height: 30px;
  padding-bottom: .25em;
  position: relative;
}
.b-procedure .b-procedureItem .b-lnks a::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 9px;
  background: url(images2025/btnarw-white.png) center center / contain no-repeat;
  position: absolute;
  right: .8em;
}
.b-procedure .b-procedureItem.m-lawson dt,
.b-procedure .b-procedureItem.m-lawson .b-lnks a {
  background: #3C689B;
}
.b-procedure .b-procedureItem.m-sevenbank dt,
.b-procedure .b-procedureItem.m-sevenbank .b-lnks a{
  background: #C84038;
}
.b-procedure .b-procedureItem dd{
  padding: 3vw 5vw;
}
.b-procedure .b-inflw,
.b-procedure .b-inflw p{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  line-height: 1.4;
}
.b-procedure .b-inflw p{
  font-size: 3.73vw;
}
.b-procedure .b-inflw p+p::before{
  content: "";
  display: block;
  background: url(oubo/images2026/arw.png) center center / contain no-repeat;
  width: 7vw;
  height: 7vw;
}
.b-procedure .b-procedureItem .b-lnks{
  margin-top: 2vw;
}

@media screen and (max-width: 768px){
  .b-procedure .b-procedureItem+.b-procedureItem{
    margin-top: 5vw;
  }
  .b-procedure .b-inflw p+p::before{
    margin: 0 1.5em;
  }
}
@media screen and (min-width: 769px){
  .b-procedure{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .b-procedure .e-procedureMds{
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .b-procedure .b-procedureItem{
    width: 470px;
  }
  .b-procedure .b-procedureItem dt{
    font-size: 14px;
    padding: .4em 1em .45em;
  }
  .b-procedure .b-procedureItem dd{
    padding: 10px 10px 12px;
  }
  .b-procedure .b-inflw p{
    font-size: 14px;
  }
  .b-procedure .b-inflw p+p::before{
    width: 28px;
    height: 28px;
    margin: 0 .9em;
  }
  .b-procedure .b-inflw br{
    display: none;
  }
  .b-procedure .b-procedureItem .b-lnks{
    margin-top: 8px;
  }
  .b-procedure .b-procedureItem .b-lnks a::after{
    width: 8px;
    height 8px;
  }
}

.b-flowCaution{
  border-top: 1px solid #000;
  margin-top: 8vw;
  padding-top: 7vw;
  font-size: 2.67vw;
}
.b-flowCaution dl+dl{
  margin-top: 8vw;
}
@media screen and (min-width: 769px){
  .b-flowCaution{
    margin-top: 60px;
    padding-top: 55px;
    font-size: 12px;
  }
  .b-flowCaution dl+dl{
    margin-top: 20px;
  }
}



@media screen and (max-width: 768px){
  .pc{
    display: none;
  }
}
@media screen and (min-width: 769px){
  .sp{
    display: none;
  }
}

/*------------------------------
 PDF
-------------------------------*/
.b-pdf.container{
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
}
.b-pdf iframe{
  width: 100%;
  height: 100%;
  border: 0 none;
}
