/** Epro テキスト */
.home-Section-Company {
  background: #f9f9f9;
}

.home-Section-CompanySecondaryUnit {
    display: grid;
    padding-block-start: calc(30em / var(--em));
    padding-block-end:calc(30em / var(--em));
    position: relative
}

.home-Section-CompanySecondaryUnit_Img {
    inline-size: calc(215em / var(--em));
    justify-self: center
}

.home-Section-CompanySecondaryUnit_Text {
    --em: 14;
    --lh: 24;
    color: var(--txt);
    margin-block:calc(15em / var(--em)) calc(-5em / var(--em))}

.home-Section-CompanySecondaryUnit_Text img {
    margin-block: calc(5em / var(--em)) calc(20em / var(--em))
}

.home-Section-CompanySecondaryUnit_Link {
  text-align: right;
}

.home-Section-CompanySecondaryUnit_Link a {
  color: #1b489d;
  font-size: 0.85em !important;
}

@media (min-width: 47.5em) {
    .home-Section-Company_Text {
        --em: 14;
        --lh: 24;
        margin-block:calc(35em / var(--em)) calc(-5em / var(--em));text-align: center
    }

    .home-Section-CompanyPrimaryUnit_Text {
        padding: calc(19em / var(--em)) calc(24em / var(--em))
    }

    .home-Section-CompanySecondaryUnit {
        gap: 0 calc(30em / var(--em));
        grid-auto-flow: column;
        grid-template-columns: calc(180em / var(--em)) 1fr;
        grid-template-rows: auto 1fr
    }

    .home-Section-CompanySecondaryUnit_Img {
        grid-row: span 2;
        inline-size: 100%;
        margin-block: calc(15em / var(--em)) calc(-5em / var(--em));
    }

    .home-Section-CompanySecondaryUnit_Text img {
        max-inline-size: calc(335em / var(--em))
    }
}

/** 会社概要 */
#about-area-article {
	margin-bottom: 40px;
}

------------------------------------------------------------*/
article#about-area-article {
  word-break: break-all;
    
}
article#about-area-article *, article#about-area-article *:before, article#about-area-article *:after {
  box-sizing: border-box;
}
article#about-area-article > section > div,
article#about-area-article > section > section {
  margin: 0 auto;
  font-size: 16px;
  color: #09185A;
  counter-reset: number 0;
}
article#about-area-article > section h1, article#about-area-article > section h2, article#about-area-article > section h3, article#about-area-article > section h4, article#about-area-article > section h5 {
  line-height: 1.4;
  font-weight: bold;
}
article#about-area-article > section .kome {
  line-height: 1.6;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}
article#about-area-article > section p, article#about-area-article > section dl, article#about-area-article > section ul, article#about-area-article > section ol, article#about-area-article > section table {
  line-height: 1.6;
}
article#about-area-article > section ul.kome,
article#about-area-article > section ol.kome {
  padding-left: 1.5em;
}
article#about-area-article > section ul.kome li,
article#about-area-article > section ol.kome li {
  margin-bottom: 0.5em;
  text-indent: -1.5em;
}
article#about-area-article > section ul.kome li:before {
  content: "※";
  margin-right: 0.5em;
}
article#about-area-article > section ol.kome li:before {
  counter-increment: number 1;
  content: "※" counter(number);
  margin-right: 0.5em;
}
article#about-area-article .flex {
  display: flex;
}
article#about-area-article .flex:before, article .flex:after {
  display: none;
}
article#about-area-article .flex.wrap {
  flex-wrap: wrap;
}
article#about-area-article .flex.column {
  flex-direction: column;
}
article#about-area-article .flex.reverse {
  flex-direction: row-reverse;
}
article#about-area-article .flex.start {
  justify-content: flex-start;
}
article#about-area-article .flex.center {
  justify-content: center;
}
article#about-area-article .flex.between {
  justify-content: space-between;
}
article#about-area-article .flex.around {
  justify-content: space-around;
}
article#about-area-article .flex.end {
  justify-content: flex-end;
}
article#about-area-article .flex.top {
  align-items: flex-start;
}
article#about-area-article .flex.middle {
  align-items: center;
}
article#about-area-article .flex.bottom {
  align-items: flex-end;
}


#about-area {
}

#about-area > div h2 {
  margin-bottom: 20px;
  text-align: center;
}
#about-area > div h2 img {
  width: 300px;
}
#about-area > div h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
#about-area > div p {
  margin-bottom: 40px;
}
#about-area > div p.img1, #about-area > div p.img2 {
  text-align: center;
}
#about-area > div p.img1 img, #about-area > div p.img2 img {
  width: 360px;
}
#about-area > div p.img2 {
  margin-bottom: 30px;
}
#about-area > div {
  padding: 50px 0;
  border-top: 1px solid #B3BFD3;
}
#about-area > div h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #09185A;
}
#about-area > div > div {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}
#about-area > div > div dl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
}
#about-area > div > div dl dt {
  flex-shrink: 0;
  width: 150px;
  margin-right: 20px;
  padding: 14px 0;
  border-radius: 100vw;
  text-align: center;
  font-weight: bold;
  background: #DCE1F6;
}
#about-area > di > div dl:nth-child(n+5) dt {
  background: #5E75D4;
  color: #FFF;
}
#about-area > div > div dl:last-of-type dt {
  background: #09185A;
  color: #FFF;
}
#about-area > div {
  max-width: none;
  border: 0;
  background: #EEF0F6;
    padding: 50px 0;
}
#about-area > div table {
  border-collapse: collapse;
  width: 760px;
  margin: 0 auto;
  font-size: 14px;
}
#about-area > div table th, #about-area > div table td {
  padding: 1em 0;
  border-top: 1px solid #B3BFD3;
  border-bottom: 1px solid #B3BFD3;
  text-align: left;
  vertical-align: top;
    word-break: break-all;
}
#about-area > div table th a, #about-area > div table td a {
  color: inherit;
}
#about-area > div table th a:hover, #about-area > div table td a:hover {
  text-decoration: underline;
}
#about-area > div table th {
  padding-right: 6em;
  font-weight: normal;
    width: 240px;
}
#about-area > div table caption {
  caption-side: bottom;
  padding-top: 1em;
  text-align: right;
}


#about-area > div p.brand-logo-epro {
	width: max-content;
    margin: 0 auto 30px auto;
}


/* =スマホ(900px以下)
-------------------------------------------------------------*/
@media screen and (max-width: 900px) {
  
  article#about-area-article > section > div,
  article#about-area-article > section > section {
    margin: 0 1.25em;
    font-size: 4.2vw;
  }
  article#about-area-article > section .kome {
    font-size: 2.6vw;
  }

  #about-area {
    padding: 3em 0 0;
  }
  #about-area > div h2 {
    margin-bottom: 2em;
  }
  #about-area > div h2 img {
    width: 18em;
  }
  #about-area > div h3 {
    margin-bottom: 1em;
    font-size: 1.45em;
  }
  #about-area > div p {
    margin-bottom: 1em;
  }
  #about-area > div p.img1 img, #about-area > div p.img2 img {
    width: 100%;
  }
  #about-area > div p.img2 {
    margin-bottom: 1em;
  }
  #about-area > div p {
    margin-bottom: 2em;
  }
  #about-area > div {
    padding: 2em 0;
  }
  #about-area > div h3 {
    margin-bottom: 2em;
    font-size: 1.3em;
  }
  #about-area > div > div dl {
    margin-bottom: 1.25em;
    font-size: 1.1em;
  }
  #about-area > div > div dl dt {
    width: 5.8em;
    margin-right: 1em;
    padding: 0.25em 0;
  }
  #about-area > div > div dl dd {
    font-size: 0.875em;
  }
  #about-area > div {
    margin: 0;
    padding: 3em 1.25em;
  }
  #about-area > div h3 {
    margin-bottom: 1.5em;
  }
  #about-area > div table {
    width: 100%;
    font-size: 0.84em;
  }
  #about-area > div table th {
    padding-right: 1.5em;
    white-space: nowrap;
    min-width: auto;
    width: auto;
  }
}
/* スマホここまで */


/* CTA */
div.ctaArea {
	margin-block-start: 4em;
}
div.ctaArea ul {
  display: flex;
  /*justify-content: space-between;*/
  /*justify-content: space-evenly;*/
  justify-content: center;
  /*width: 680px;*/
  margin: 0 auto;
  /*width: 80%;*/
  gap: 25px;
}
div.ctaArea ul li {
  background: none;
  margin-right: 0;
  border-right: none;
}
div.ctaArea ul li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 220px;
  height: 60px;
  padding: 0 10px 0 18px;
  border-radius: 100vw;
  /*background: linear-gradient(to bottom, #EF582B 1%, #EB264B 100%);*/
  background: linear-gradient(to bottom, #ff7e2e 1%, #ff4e24 100%);
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  transition: 0.2s;
}
div.ctaArea ul li a:hover {
  opacity: 0.7;
}
div.ctaArea ul li a img {
  flex-shrink: 0;
  width: 30px;
}
div.ctaArea ul li a span {
  flex-grow: 1;
  display: block;
  text-align: center;
}
/*
div.ctaArea ul li:nth-child(2) a {
  background: linear-gradient(to bottom, #ff7e2e 1%, #ff4e24 100%);
}
div.ctaArea ul li:last-child a {
  background: linear-gradient(to bottom, #1E8DE0 1%, #1062C1 100%);
}
*/

@media screen and (max-width: 900px) {
	div.ctaArea {
		margin-block-start: 2em;
	}
	div.ctaArea ul {
	  width: 100%;
	}
	div.ctaArea ul li a {
	  box-sizing: border-box;
	  display: flex;
	  align-items: center;
	  width: 180px;
	  height: 60px;
	  padding: 0 10px 0 18px;
	  border-radius: 100vw;
	  /*background: linear-gradient(to bottom, #EF582B 1%, #EB264B 100%);*/
	  background: linear-gradient(to bottom, #ff7e2e 1%, #ff4e24 100%);
	  font-size: 14px;
	  font-weight: bold;
	  color: #FFF;
	  transition: 0.2s;
	}
	
	div.ctaArea ul li a span {
	    font-size: 14px !important;
	}
}


.home-Hero-Wrap div.ctaArea {
	margin-block-start: 2em;
	margin-block-end: 2em;
}

/** popup */
#pop-box {
    width: 1100px;
}

/* 共通レイアウト */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 40px;
  text-align: center;
}

/* タイトル */
.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  /*background-color: #0071ce;*/
  color: #000;
  padding: 12px 0;
  border-radius: 8px;
}
#pop-box h2, #pop-box h3 {
	background-color:transparent;
	color: #000;
	padding-top: 40px;
}
img.close-btn {
  filter: brightness(0) saturate(100%); /* 白→黒変換 */
}

/* 商品リスト */
.product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* or center */
  gap: 15px;
  /*margin-bottom: 40px;*/
}


/* 商品カード */
.product-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* 下部揃え */
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  width: calc(25% - 50px);
  height: 100%; /* 高さはautoにして、全体で揃える */
  min-height: 320px; /* 必要に応じて調整 */
}

.product-item img {
max-height: 150px;
    /* width: auto; */
    max-width: fit-content;
    margin: 0 auto;
}

/* 説明＋タイトル部 */
.product-content {
  display: flex;
  flex-direction: column;
  justify-content: center; /* 上下中央に */
  flex-grow: .5;
}

.desc {
  font-size: 14px;
  color: #005bac;
  margin: 12px 0 8px;
    font-weight: 900;
}

.name {
  font-size: 18px;
  font-weight: bold;
  margin: 12px 0;
}

/* 詳細ボタンは下に固定 */
.btn-detail {
  display: inline-block;
  padding: 8px 16px;
  background-color: #005bac;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  font-size: 14px;
  align-self: center;
  margin-top: auto; /* 下に寄せる */
}

/* ボタン・電話を横並びにするブロック */
.info-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
  flex-direction: row;
}

/* ボタン */
.action-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.action-buttons img {
    flex-shrink: 0;
    width: 30px;
}

.btn-orange {
/*
  background-color: #f37e42;
  color: white;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
*/
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 220px;
    height: 60px;
    padding: 0 10px 0 18px;
    border-radius: 50vw;
    /* background: linear-gradient(to bottom, #EF582B 1%, #EB264B 100%); */
    background: linear-gradient(to bottom, #ff7e2e 1%, #ff4e24 100%);
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    transition: 0.2s;
}

.btn-orange:hover {
    color: #FFF;
    opacity: .8;
}

/* 電話情報 */
.contact {
  text-align: center;
  min-width: 260px;
}

.contact .tel {
  font-size: 24px;
  font-weight: bold;
  /*margin: 8px 0;*/
}

.contact .time {
  font-size: 14px;
  color: #333;
    line-height: 1;
}

#pop-btn.adjust {
    bottom: 120px;
}
/* スマホ対応 */
@media (max-width: 768px) {
  .product-item {
    width: 100%;
  }

  .info-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact {
    text-align: center;
  }

  .action-buttons {
    flex-direction: column;
    align-items: center;
  }
	#pop-btn.adjust {
	    bottom: 100px;
	}

}

/* 追従フッター */



/* =フッタ(footer)
------------------------------------------------------------*/
#food-footer {
  background: #1A273E;
  top: auto;
  color: #fff;
  padding: 15px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

#food-footer > div {
  width: 780px;
  margin: 0 auto;
  position: relative;
}

#food-footer > div p:first-of-type {
  padding: 18px 14px;
  width: 70px;
  border-right: solid 1px #5F6878;
  float: left;
}

#food-footer > div ul:first-of-type {
  float: left;
  padding: 0 10px;
}

#food-footer > div ul:first-of-type li {
  float: left;
  margin-right: 10px;
  /*border-right: solid 1px #5F6878;*/
  padding: 13px 0;
  padding-right: 10px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

#food-footer > div dl {
  display: inline-block;
  text-align: center;
  width: 145px;
}

#food-footer > div dl dt {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 10px;
}

#food-footer > div dl dd {
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}

#food-footer > div dl dd svg {
  width: 20px;
  vertical-align: middle;
  transform: translateY(-2px);
}

#food-footer > div dl dd span {
  display: block;
  font-size: 10px;
  font-weight: normal;
  padding-top: 4px;
  line-height: 1.2;
}

#food-footer > div dl dd a {
  pointer-events: none;
  cursor: default;
}

#food-footer a {
  color: #fff;
}

#food-footer svg {
  fill: #fff;
}



/* =footer()
-------------------------------------------------------------*/
#food-footer {
  padding: 20px 0;
}
#food-footer > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
#food-footer > div:after {
  display: none;
}
#food-footer > div dl {
  display: block;
  width: auto;
}
#food-footer > div dl dt {
  font-size: 12px;
}
#food-footer > div dl dd {
  font-size: 26px;
}
#food-footer > div dl dd svg {
  width: 30px;
}
#food-footer > div dl dd span {
  padding-top: 6px;
  font-size: 12px;
}
#food-footer > div ul {
  display: flex;
  justify-content: space-between;
  width: 680px;
  margin: 0 auto;
}
#food-footer > div ul li {
  background: none;
  margin-right: 0;
  border-right: none;
}
#food-footer > div ul li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 220px;
  height: 60px;
  padding: 0 10px 0 18px;
  border-radius: 100vw;
  background: linear-gradient(to bottom, #EF582B 1%, #EB264B 100%);
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  transition: 0.2s;
}
#food-footer > div ul li a:hover {
  opacity: 0.7;
}
#food-footer > div ul li a img {
  flex-shrink: 0;
  width: 30px;
}
#food-footer > div ul li a span {
  flex-grow: 1;
  display: block;
  text-align: center;
}
#food-footer > div ul li:nth-child(2) a {
  background: linear-gradient(to bottom, #ff7e2e 1%, #ff4e24 100%);
}
#food-footer > div ul li:last-child a {
  background: linear-gradient(to bottom, #1E8DE0 1%, #1062C1 100%);
}



/* =スマホ(780px以下)
-------------------------------------------------------------*/
@media screen and (max-width: 780px) {
  /* =SPフッタ(footer)
  ------------------------------------------------------------*/
  
  
  /* =SPフッタ(footer)
  ------------------------------------------------------------*/
  #food-footer {
    position: static;
    padding: 0;
  }

  #food-footer > div {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    background: #1A273E;
  }

  #food-footer > div p:first-of-type {
    display: none;
  }

  #food-footer > div dl {
    display: none;
  }

  #food-footer > div ul:first-of-type {
    display: none;
  }

  #food-footer > div ul:last-of-type {
    display: flex;
    float: none;
    box-shadow: 0 0 10px 0 #B2B2B2;
    
        padding: 0;
        margin: 0;
  }


  #food-footer > div ul:last-of-type li {
    display: block;
    /*
    width: 49.9%;
    float: left;*/
  }

  #food-footer > div ul:last-of-type li:last-of-type {
    float: right;
        padding: 0;
        margin:0;
  }

  #food-footer > div ul:last-of-type li a {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    display: block;
    color: #1A273E;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
  }



  #food-footer {
    padding: 0;
  }
  #food-footer > div {
    width: 100%;
    padding: 0;
  }
  #food-footer > div dl {
    display: none;
  }
  #food-footer > div ul {
    justify-content: center;
    padding: 0;
  }
  #food-footer > div ul li {
    width: 33.3333333333%;
    max-width: none;
    margin-right: 0;
    padding: 0;
  }
  #food-footer > div ul li:first-of-type {
    margin-right: 0;
        padding: 0;
        margin:0;
  }
  #food-footer > div ul li:first-of-type a {
    border-right: 1px solid #FFF;
  }
  #food-footer > div ul li:nth-child(2) {
    border-right: 1px solid #FFF;
        padding: 0;
        margin:0;
  }
  #food-footer > div ul li:last-of-type {
    width: 33.3333333333%;
  }
  #food-footer > div ul li a {
    display: block;
    height: 80px;
    border: 0;
    border-radius: 0;
    line-height: 1.4;
    text-align: center;
    font-size: 11px;
    width: 100%;
    padding: 10px 0 0 0;
  }
  #food-footer > div ul li a span {
    flex-direction: column;
    justify-content: center;
    color: #fff;
  }
  #food-footer > div ul li a span svg {
    margin: 0 auto 1vw;
  }
}
/* スマホここまで *//*# sourceMappingURL=v01.css.map */