@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: 89.333vw;
  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;
}
#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;
  border-top: 10px solid #808080;
}
.b-main .b-lead {
  background: var(--bg);
  border-top: 10px solid #808080;
}
.b-main .b-lead .inner {
  margin: auto;
}
.b-main .b-lead .e-mainH2 {
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.35;
}
@media screen and (max-width: 768px){
  .b-main .b-lead {
    padding: 30px 0 40px;
  }
  .b-main .b-lead .inner {
    width: min(82vw,400px);
  }
  .b-main .b-lead .e-mainH2 {
    font-size: min(3.7vw,16px);
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px){
  .b-main .b-lead {
    padding: 30px 0 40px;
  }
  .b-main .b-lead .inner {
    width: 620px;
  }
  .b-main .b-lead .e-mainH2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

/*------------------------------
 b-mainContent
-------------------------------*/
.b-mainContent {
  position: relative;
}
.b-mainContent::before {
  content: "";
  display: block;
  aspect-ratio: 70/60;
  background: var(--bg);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.b-mainContent .e-ttl {
  text-align: center;
  font-weight: 700;
  letter-spacing: .03em;
  color: var(--red);
  line-height: 1.44;
  
}
.b-mainContent .e-caution {
  font-size: 10px;
}
@media screen and (max-width: 768px){
  .b-mainContent {
    padding-top: 40px;
  }
  .b-mainContent::before {
    width: 36px;
  }
  .b-mainContent .e-ttl {
    font-size: min(6.66vw,25px);
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 769px){
  .b-mainContent {
    padding-top: 100px;
  }
  .b-mainContent::before {
    width: 70px;
  }
  .b-mainContent .e-ttl {
    font-size: 35px;
    margin-bottom: .7em;
  }
  .b-mainContent .e-ttl br {
    display: none;
  }
}

/* b-lnks */
.b-lnks .m-item,
.b-lnks .e-btn{
  display: block;
  border-radius: 150px;
  overflow: hidden;
  transform: translateZ(0);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  position: relative;
  text-align: center;
}
.b-lnks .m-item .e-more::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  position: absolute;
  top: 45%;
  transform-origin: center center;
  transform: translateY(-50%);
}
.b-lnks .m-item {
  width: 175px;
}
.b-lnks .m-item .e-name {
  font-size: 11px;
  padding: .5em;
  background: var(--kyutou);
}
.b-lnks .m-item:hover {
  text-decoration: none;
}
.b-lnks .m-item .e-more {
  font-size: 12px;
  padding: .15em .5em .5em;
  background: var(--kyutou-bg);
  color: var(--kyutou);
  position: relative;
}
.b-lnks .m-item .e-more::after {
  background: url(images2025/btnarw-blue.png) center center / contain no-repeat;
}
@media screen and (max-width: 768px){
  .b-lnks .m-item .e-more::after {
    width: 2.5vw;
    right: .7em;
  }
}
@media screen and (min-width: 769px){
  .b-lnks .m-item .e-more::after {
    width: 7px;
    right: 2em;
  }
  .b-lnks .m-item:hover .e-name {
    
  }
  .b-lnks .m-item:hover .e-more {
    text-decoration: underline;
  }
}

/*------------------------------
 b-item
-------------------------------*/
.b-itemTtl {
  text-align: center;
  position: relative;
  line-height: 1;
}
.b-itemTtl .b-mds {
  display: inline-flex;
  flex-direction: column;
  font-weight: 700;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: .5em;
}
.b-itemTtl .b-mds span {
  margin-bottom: 4px;
}
.b-itemTtl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  position: absolute;
  z-index: 1;
  top: 50%;
}
.b-itemsBlock .e-itemLead {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 1em;
  position: relative;
  z-index: 2;
  margin-top: -.5em;
}
@media screen and (max-width: 768px){
  .b-itemTtl {
    margin-bottom: 15px;
  }
  .b-itemTtl .b-mds {
    font-size: min(5.8vw,22px);
  }
  .b-itemTtl .b-mds span {
    font-size: min(3.733vw,14px);
  }
  .b-itemsBlock.m-rangefood .b-itemTtl {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 769px){
  .b-itemTtl {
    margin-bottom: 25px;
  }
  .b-itemTtl .b-mds {
    font-size: 30px;
  }
  .b-itemTtl .b-mds span {
    font-size: 16px;
  }
  .b-itemsBlock.m-rangefood .b-itemTtl {
    margin-bottom: 0;
  }
  .b-itemsBlock .e-itemLead {
    text-align: center;
  }
}

.b-itemWrap .b-item .b-itemMain {
  text-align: center;
  line-height: 1.235;
  margin-bottom: 5px;
}
.b-itemWrap .b-item .b-itemMain {
  display: flex;
}
.b-itemWrap .b-item .b-names .b-txt {
  font-weight: 500;
}
@media screen and (max-width: 768px){
  .b-itemWrap .b-item {
    width: 88%;
    margin: 0 auto 40px;
  }
  .b-itemWrap .b-item .b-itemMain {
    flex-direction: column-reverse;
  }
  .b-itemsBlock.m-rangefood .b-item .b-itemMain {
    width: 255px;
    margin-left: auto;
    margin-right: auto;
  }
  .b-itemWrap .b-item .b-names {
    font-size: min(4.2667vw,16px);
  }
  .b-itemWrap .b-item.m-ecoone .b-names {
    font-size: min(3.6vw,14px);
  }
  .b-itemWrap .b-item .b-names .b-txt br {
    display: none;
  }
  .b-itemWrap .b-item .e-cb {
    width: 220px;
    margin: 13px auto 0;
  }
  .b-itemWrap .b-item .e-logo {
    margin: 10px auto 0;
  }
  .b-itemWrap .b-item.m-ecoone .e-logo {
    width: 184px;
    margin: 15px auto;
  }
  .b-itemWrap .b-item.m-delicia .e-logo {
    width: 150px;
  }
  .b-itemWrap .b-item.m-lisse .e-logo {
    width: 83px;
  }
  .b-itemWrap .b-item figcaption {
    margin-bottom: 20px;
  }
  .b-itemWrap .b-item.m-ecoone .e-caution {
    text-align: center;
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 769px){
  .b-itemWrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
  }
  .b-itemWrap .b-item {
    display: flex;
    flex-direction: column;
    width: calc( (100% - 54px) / 2);
  }
  .b-itemsBlock.m-rangefood .b-itemWrap {
    width: 900px;
    margin: auto;
  }
  .b-itemsBlock.m-rangefood .b-itemWrap .b-item {
    width: 266px;
  }
  .b-itemWrap .b-item .b-itemMain {
    flex-direction: row-reverse;
    align-items: center;
  }
  .b-itemWrap .b-item figcaption {
    width: 180px;
    min-width: 180px;
    margin-left: 5px;
    margin-right: 19px;
  }
  .b-itemWrap .b-item .b-names .b-txt {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .b-itemWrap .b-item .e-logo {
    margin: 10px auto 0;
  }
  .b-itemWrap .b-item .e-cb {
    margin-top: 15px;
  }
  .b-itemWrap .b-item.m-ecoone .e-logo {
    width: 167px;
  }
  .b-itemWrap .b-item.m-delicia .e-logo {
    width: 150px;
  }
  .b-itemWrap .b-item.m-lisse .e-logo {
    width: 75px;
  }
}

.b-item .e-caution {
  font-weight: 300;
}
@media screen and (max-width: 768px){
  .b-item .e-caution {
    text-align: left;
  }
  .b-item .b-lnks {
    padding-top: 15px;
  }
  .b-item .b-lnks a {
    margin: 0 auto;
  }
  .b-item .b-lnks a+a {
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px){
  .b-item .b-lnks {
    display: flex;
    justify-content: center;
    justify-self: end;
    margin-top: auto;
  }
  .b-item .b-lnks .m-item+.m-item {
    margin-left: 10px;
  }
  .b-item figcaption .b-lnks {
    margin-top: 12px;
  }
  .b-itemsBlock.m-rangefood .b-item .b-lnks {
    margin-top: 15px;
  }
  .b-item .e-caution {
    text-align: center;
  }
}


.b-item .b-types {
  font-size: 12px;
  margin-top: 10px;
}
.b-item .b-types dt {
  line-height: 1;
  text-align: center;
  position: relative;
  margin-bottom: 2px;
}
.b-item .b-types dt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  z-index: 0;
  top: 52%;
}
.b-item .b-types dt span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: .5em 1.3em;
}
.b-item .b-types ul {
  display: flex;
  flex-wrap: wrap;
}
#siteContent .b-item .b-types li {
  line-height: 1.4167;
}
@media screen and (max-width: 768px){
  .b-item .b-types {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 769px){
  .b-item .b-types {
    margin-bottom: 15px;
  }
  .b-item .b-types ul {
    justify-content: center;
  }
  .b-item .b-types li {
    margin: 0 .5em;
  }
}


.b-rangefoodCampaig .e-rangeCamTtl {
  font-weight: 900;
  text-align: center;
  color: #112B59;
}
@media screen and (max-width: 768px){
  .b-rangefoodCampaig {
    margin-bottom: 65px;
  }
  .b-rangefoodCampaig .e-rangeCamTtl {
    font-size: min(4.2667vw,16px);
    margin-bottom: 5px;
  }
  .b-rangefoodCampaig .e-caution {
    text-align: center;
    margin-top: 5px;
  }
}
@media screen and (min-width: 769px){
  .b-rangefoodCampaig {
    width: 900px;
    margin: 0 auto 80px;
  }
  .b-rangefoodCampaig .e-rangeCamTtl {
    font-size: 20px;
    margin-bottom: 3px;
  }
  .b-rangefoodCampaig .e-caution {
    text-align: right;
    margin-top: 5px;
  }
}


/*------------------------------
 b-plus
-------------------------------*/
.b-plus {
  background: var(--bg);
  position: relative;
}
.b-plus::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background: url(images2025/plus.svg) center center / contain no-repeat;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translate(-50%,-50%);
}
.b-plus em {
  font-style: normal;
  color: var(--red);
}
@media screen and (max-width: 768px){
  .b-plus::before {
    width: 50px;
  }
  .b-plus {
    padding: 40px 20px 30px;
  }
  .b-plus .inner {
    display: block;
    width: min(68vw,350px);
    margin: 0 auto;
  }
  .b-plus .b-cp {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px){
  .b-plus {
    padding: 65px 50px 80px;
  }
  .b-plus::before {
    width: 65px;
  }
  .b-plus .e-ttl {
    margin-bottom: 40px;
  }
  .b-plus .b-cp-caution {
    text-align: center;
  }
  .b-plus .b-cp-caution .e-caution {
    display: inline-block;
    text-align: left;
    margin-top: 1.5em;
  }
}

.b-kumiawase .b-kumiawaseTtls {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  line-height: 1;
}

.b-kumiawase .b-kumiawaseTtls .e-ttl {
  margin-bottom: 0;
  letter-spacing: .2em;
}
.b-kumiawase .b-kumiawaseTtls .e-shoulder {
  letter-spacing: .1em;
  font-weight: 300;
}
@media screen and (max-width: 768px){
  .b-kumiawase {
    margin-top: 40px;
  }
  .b-kumiawase .b-kumiawaseTtls {
    text-align: center;
    padding: .5em 0 .9em;
  }
  .b-kumiawase .b-kumiawaseTtls .e-ttl  {
    font-size: min(3.733vw,16px);
  }
  .b-kumiawase .b-kumiawaseTtls .e-shoulder {
    font-size: min(3.2vw,14px);
    margin-top: .2em;
  }
}
@media screen and (min-width: 769px){
  .b-kumiawase {
    margin-top: 40px;
  }
  .b-kumiawase .b-kumiawaseTtls {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }
  .b-kumiawase .b-kumiawaseTtls .e-ttl  {
    font-size: 18px;
  }
  .b-kumiawase .b-kumiawaseTtls .e-shoulder {
    font-size: 14px;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    padding: .4em .8em;
    margin: 0 .8em;
  }
}


@media screen and (max-width: 768px){
  .b-kumiItem {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px){
  .b-kumiItems {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 22px;
  }
  .b-kumiItem {
    width: 200px;
  }
}

.b-kumiCb {
  background: #fff;
}
.b-plusCaution dt {
  font-weight: 700;
  margin-top: 1em;
}
.b-plusCaution dd+dt {
  margin-top: .5em;
}
@media screen and (max-width: 768px){
  .b-kumiCb {
    margin-top: 40px;
    padding: 25px 0 40px;
  }
  .b-plusCaution dd+dt {
    margin-top: .8em;
  }
  .b-plusCaution dd p {
    margin-top: .8em;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px){
  .b-plusCaution dd+dt {
    margin-top: .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 .b-lnks a {
    width: min(100%,300px);
    margin: 0 auto;
  }
  .b-bottomContent .b-bottom01 .b-lnk {
    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 {
    padding-bottom: 60px;
  }
  .b-bottomContent .b-lnks {
    margin-top: 60px;
  }
  .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{
    padding: 80px 0 0;
  }
  .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{
    padding: 80px 0 0;
  }
  .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 .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: 89.333vw;
    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{
    width: 70vw;
    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-blkMds+.e-txt,
  .b-flowItem .e-txt.m-L{
    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: 78.93vw;
    margin-top: 5vw;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .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{
    margin-top: 1em;
  }
  .b-flowItem.m-add{
    padding-top: 5.5vw;
  }
  .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;
  }
  .b-flowItem.m-add .b-right{
    display: flex;
    justify-content: center;
  }
  .b-flowItem.m-add .e-flowImg{
    width: 360px;
    min-width: 306px;
    margin-left: 50px;
  }
}

.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 .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: 14px;
  }
  .b-flowItem.m-add .m-mds {
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .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-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;
  font-size: 14px;
}
@media screen and (max-width: 768px){
  .b-gasOpen .e-txt {
    line-height: 1.55;
    padding: 1.5em 0;
  }
  .b-gasOpen figure+figure {
    margin-top: 3vw;
  }
}
@media screen and (min-width: 769px){
  .b-gasOpen .e-txt {
    text-align: center;
    margin: 1.3em 0 .7em;
    font-size: 22px;
  }
  .b-movies {
    display: flex;
    justify-content: space-between;
  }
  .b-movies figure {
    width: 390px;
  }
}

/* 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/images/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;
}
