<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/********共通部分********/
/* カラム落ち防止 */
.flex {
  display: flex;
  flex-wrap: wrap;
}

/* その他共通 */
h1,
h2,
h3 {
  text-align: center;
}

h2.ttl {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 60px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/fridge/new/img/bg_ttl.jpg) 0 0 no-repeat;
  background-size: cover;
  font-size: 32px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  text-shadow: 2px 1px #005395;
}

h3 {
  width: 100%;
  display: flex;
  align-items: center;
}

.h3ttl {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  font-size: 28px;
  background-color: #0099DF;
  color: #fff;
}

.h3cp {
  background-color: #f15a24;
}

h3::before,
h3::after :not(.h3cp) {
  display: inline-block;
  border-top: 2px solid #0099DF;
  content: "";
  width: 100%;
}

.backImg1 {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/fridge/new/img/back1.jpg);
  background-size: contain;
  background-position: center;
}

.backImg2 {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/fridge/new/img/back2.jpg);
  background-size: cover;
  background-position: center;
}

section {
  padding: 40px 0;
}

/* メイン画像・メニュー */
h1 img {
  width: 1200px;
  max-width: 100%;
}

.top_sp {
  display: none;
}

.menu {
  width: 1200px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.menubar {
  margin: 0 auto;
  background-color: #0071BD;
  color: #fff;
}

.mText {
  font-size: 18px;
  padding: 10px 0;
}

.cate {
  margin: 0 auto;
  border: 1px solid #0071BD;
  background-color: #fff;
}

.cate-group,
.cate-g {
  padding: 10px 0;
}

.cate-group {
  border-right: 1px solid #0071BD;
}

a.cText {
  color: #0071BD;
  font-size: 21px;
  text-decoration: none;
  padding: 0 10px;
}

a.cText::after {
  content: "▼";
}

a.cText:hover {
  background-color: #FFFF00;
  cursor: pointer;
}

/* 導入文 */
.text_start {
  padding-top: 60px;
}

.txtBox {
  width: 75%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  color: #0071BD;
  background-color: #fff;
  border: 1px solid #0071BD;
}

.txtBox p {
  font-size: 15px;
  line-height: 2.2rem;
}

.txtBox p.paragraph {
  margin-bottom: 20px;
}

.txtBox p span {
  font-size: 14px;
  line-height: 1.4rem;
  background-color: #FFFF00;
}

/* アイテム */
.itemBox {
  width: 1200px;
  max-width: 92%;
  margin: 40px auto 0;
  padding: 15px 30px;
  background-color: #fff;
  box-shadow: 0 0 7px #65ceff;
}

.item_group {
  padding: 15px 5px;
}

.item {
  padding: 5px;
}

.item_link {
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  transition: 0.2s;
}

.item_link:hover {
  box-shadow: 0 0 7px #0099DF;
  text-decoration: none;
}

.item img,
.sizeCon img,
.size-C img {
  max-width: 100%;
}

.item img:hover {
  opacity: 0.75;
  transition: 0.3s;
}

.item_title {
  min-height: 60px;
  margin: 15px 0 0;
  text-align: left;
  color: #337ab7;
}

.item_price {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  color: #f15a24;
}

.item_price::before {
  content: "¥";
  font-size: 75%;
}

.item_price::after {
  content: "(税込)";
  font-size: 50%;
}

.txtRight {
  text-align: right;
  color: #707070;
}

/* サイズで探す */
.size-group {
  margin: 30px auto;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #0071BD;
}

.size-group img {
  padding: 15px;
}

.sizeCon {
  border-right: 2px dashed #0099DF;
}

a.size_button {
  display: block;
  width: 90%;
  padding: 10px 0;
  margin: 15px auto;
  font-size: 21px;
  font-weight: lighter;
  color: #0071BD;
  border: 2px solid #0071BD;
  border-radius: 30px;
  box-shadow: 0 5px 0 #e6f5fc;
  transition: 0.1s;
}

a.size_button:hover {
  background-color: #e6f5fc;
  box-shadow: none;
  text-decoration: none;
  transform: translateY(5px);
}

a.moreBtn {
  display: block;
  position: relative;
  text-align: center;
  width: 600px;
  max-width: 100%;
  padding: 10px 0;
  margin: 30px auto;
  font-size: 24px;
  background-color: #f15a24;
  color: #fff;
  border: 2px solid #f15a24;
  text-decoration: none;
  transition: 0.1s;
}

a.moreBtn::after {
  content: "";
  position: absolute;
  top: 40%;
  width: 50px;
  height: 8px;
  margin: 0 auto;
  border-bottom: 2px solid #fff;
  border-right: 3px solid #fff;
  transform: skew(45deg);
}

a.moreBtn:hover {
  letter-spacing: 3px;
  background-color: #fff;
  color: #f15a24;
}

a.moreBtn:hover::after {
  border-bottom: 2px solid #f15a24;
  border-right: 3px solid #f15a24;
}

/* 他特集 */
section.camp {
  max-width: 90%;
  padding: 30px 0;
  margin: 20px auto 40px;
}

h2.ttlOther {
  width: 1200px;
  max-width: 100%;
  padding: 15px;
  margin: 0 auto 30px;
  color: #707070;
  border-bottom: 1px dashed #707070;
}

.feature.row {
  max-width: 1200px;
  margin: 0 auto;
}

.feature img {
  max-width: 100%;
  height: auto;
}

.feature img:hover {
  opacity: 0.5;
}

.feature p {
  margin: 10px;
  text-align: center;
  font-size: 16px;
  color: #707070;
}

/* Topに戻る */
.topBtn {
  width: 70px;
  height: 70px;
  max-width: 100%;
  text-align: center;
  position: fixed;
  bottom: 10%;
  right: 5px;
  font-size: 21px;
  background-color: #f15a24;
  border: 2px solid #f15a24;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: .1s;
  opacity: 0;
}
a.topBtn:before {
  content: '\025b2';
  display: block;
  text-align: center;
  padding-bottom: 1px;
  padding-top: 9px;
}
a.topBtn:hover {
  background-color: #fff;
  color: #f15a24;
}

/* フッター、トップへ戻る */
footer &gt; a {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff !important;
  background: #222;
  padding: 1em 0;
  transition: 0.2s;
}

footer &gt; a:hover {
  opacity: 0.7;
}

@media (max-width: 1200px) {
  .cate {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #0071BD;
  }
  a.cText {
    display: block;
    padding: 2px 0;
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  div#main {
    padding-left: 0;
    padding-right: 0;
  }
  .main-container,
#contents .container {
    margin: 0;
  }
  .txtBox {
    width: 90%;
    padding: 20px;
  }
  .item {
    padding: 10px;
  }
  .itemBox,
  .campBox {
    margin: 30px auto;
  }
  .item_title {
    min-height: 30px;
  }
  .sizeCon,.size-C {
    border: none;
  }
  .sizeCon p,.size-C p {
    margin-top: 10px;
    font-size: 21px;
    font-weight: bold;
  }
  .size-group img {
    padding: 5px;
  }
  a.size_button {
    width: 90%;
    border: 1px solid;
  }
  a.size_button:hover {
    transform: translateY(3px);
  }
  a.moreBtn {
    width: 90%;
    font-size: 21px;
    border: 1px solid #f15a24;
  }
  a.moreBtn::after {
    display: none;
    content: "";
    position: absolute;
    top: 35%;
    width: 35px;
    height: 8px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    border-right: 2px solid #fff;
    transform: skew(45deg);
  }
  a.moreBtn:hover::after {
    border-bottom: 1px solid #f15a24;
    border-right: 2px solid #f15a24;
  }
  section.camp {
    padding: 0;
  }
}
/* スマホ表示 */
@media (max-width: 768px) {
  .top_pc {
    display: none;
  }
  .top_sp {
    display: block;
  }
  .mText {
    font-size: 16px;
  }
  a.cText {
    font-size: 108%;
  }
  .text_start {
    padding-bottom: 30px;
  }
  .h3ttl {
    width: 845px;
    max-width: 100%;
    margin: 10px auto;
    font-size: 24px;
    line-height: 1.3;
  }
  .itemBox {
    padding: 5px;
  }
  .item_price {
    font-size: 21px;
  }
  .size-group {
    margin: 0 auto;
  }
  .sizeCon,.size-C {
    padding: 10px 0;
  }
  .campBox {
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */
</pre></body></html>