@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Sawarabi+Mincho&family=Zen+Old+Mincho:wght@400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,900;1,400&display=swap");

html {
  font-size: 62.5%;
}

#warm_fair {
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  color: #3c3c3c;
  background: #ffefe3;
}

#warm_fair * {
  box-sizing: border-box;
}

#warm_fair img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

#warm_fair span {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}

#warm_fair strong {
  font-size: inherit;
  font-weight: 900;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}

#warm_fair sup {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  vertical-align: super;
  position: relative;
  top: 0.4em;
}

#warm_fair sub {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  vertical-align: sub;
  position: relative;
  bottom: -0.1em;
}

#warm_fair .title h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  color: #707070;
  text-align: center;
  margin-top: 5rem;
}

#warm_fair .title p {
  color: #707070;
  text-align: center;
  margin: 1rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#warm_fair .title ul {
  margin: 2rem auto 0;
  width: 90%;
  max-width: 600px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#warm_fair .title ul li {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0.5rem;
  width: 20%;
  border-right: dashed 1px #714842;
}

#warm_fair .title ul li:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  #warm_fair .title h1 {
    font-size: 2rem;
  }

  #warm_fair .title ul li {
    width: 30%;
  }

  #warm_fair .title ul li:nth-of-type(3) {
    border-right: none;
  }
}

#warm_fair > h2 {
  margin: 0;
  padding: 10rem 0 0;
  text-align: center;
  color: #ef6a31;
  font-family: "Sawarabi Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
}

#warm_fair > h2 {
  margin: 0;
  padding: 10rem 0 0;
  text-align: center;
  color: #ef6a31;
  font-family: "Sawarabi Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
}

#warm_fair > h2 strong {
  font-family: "Sawarabi Mincho", serif;
  font-size: 2.4rem;
  color: #707070;
  font-weight: 700;
  display: block;
  position: relative;
  margin-bottom: 0.3rem;
}

#warm_fair > h2 strong::after {
  content: "";
  display: block;
  height: 1px;
  background: #707070;
  min-width: 16rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#warm_fair .item1 {
  text-decoration: none;
  color: inherit;
  margin: 2rem auto 0;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 5rem;
}

#warm_fair .item1 .img {
  width: 49%;
}

#warm_fair .item1 .dtl {
  width: 48%;
}

#warm_fair .item1 .dtl h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#warm_fair .item1 .dtl h3 strong {
  display: block;
  width: 65%;
  word-break: keep-all;
  overflow-wrap: break-word;
  color: #704039;
  font-size: 1.6rem;
}

#warm_fair .item1 .dtl h3 span {
  display: block;
  width: 35%;
}

#warm_fair .item1 .dtl p {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.4;
}

#warm_fair .item1 .dtl > span {
  display: block;
  margin: 1rem auto 0;
  width: 95%;
}

#warm_fair .item1 .lnk {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

#warm_fair .item1 .lnk span {
  display: block;
  width: 60%;
}

#warm_fair .item1 .lnk p {
  width: 40%;
  padding: 1rem;
  color: #036eb7;
  text-decoration: underline;
}

#warm_fair .item1 .lnk p strong {
  display: block;
  font-weight: inherit;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #warm_fair .item1 {
    justify-content: space-around;
  }

  #warm_fair .item1 .img {
    width: 60%;
  }

  #warm_fair .item1 .dtl {
    width: 100%;
  }

  #warm_fair .item1 .dtl h3 strong {
    font-size: 1.8rem;
    text-align: center;
  }
}

#warm_fair .item2 {
  text-decoration: none;
  color: inherit;
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5rem;
}

#warm_fair .item2 a {
  width: 49%;
}

#warm_fair .item2 .dtl {
  display: flex;
  margin-top: 0.5rem;
  justify-content: space-between;
}

#warm_fair .item2 .dtl span {
  width: 38%;
}

#warm_fair .item2 .dtl p {
  width: 60%;
  font-size: 1.2rem;
  line-height: 1.4;
}

#warm_fair .item2 .dtl p strong {
  display: block;
  color: #704039;
  font-size: 1.4rem;
  padding-bottom: 0.5rem;
}

#warm_fair .item2 .lnk {
  display: flex;
  margin-top: 1rem;
  justify-content: center;
  align-items: center;
}

#warm_fair .item2 .lnk span {
  width: 35%;
}

#warm_fair .item2 .lnk p {
  width: 62%;
  color: #036eb7;
  text-decoration: underline;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#warm_fair .item2 .lnk p strong {
  display: block;
  font-weight: normal;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #warm_fair .item2 {
    justify-content: space-around;
  }

  #warm_fair .item2 a {
    width: 80%;
    padding-bottom: 4rem;
  }
}

#warm_fair .ranking {
  margin-top: 5rem;
  background-color: #ffeb99;
  padding: 2rem;
  text-align: center;
}

#warm_fair .ranking h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  color: #ef6a31;
  font-size: 1.8rem;
}

#warm_fair .ranking h3 strong {
  display: inline-block;
  text-align: center;
  font-weight: 900;
  font-size: 2rem;
  color: #714842;
  position: inherit;
  background: url(https://gigaplus.makeshop.jp/matrug/freepage/warm/2024/images/wf018.svg)
    no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding: 0 5rem 3rem;
}

#warm_fair .ranking ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
}

#warm_fair .ranking ul li {
  width: 33.33%;
  margin-top: 1rem;
}

#warm_fair .ranking ul::after {
  content: "";
  display: block;
  width: 30%;
  height: 2rem;
  background: url(https://gigaplus.makeshop.jp/matrug/freepage/warm/2024/images/wf022.svg)
    no-repeat;
  background-position: center;
  background-size: contain;
  margin: 2rem auto 1.5rem;
}

#warm_fair .ranking > a {
  display: inline-block;
  background: #ef6a31;
  border: solid #ef6a31 0.3rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  padding: 0.3rem 5rem;
}

#warm_fair .ranking > a:hover {
  background: #fff;
  color: #ef6a31;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #warm_fair .ranking ul li {
    width: 50%;
  }

  #warm_fair .ranking ul li:first-child {
    width: 60%;
  }
}

#warm_fair .power_save {
  margin-top: 3rem;
  text-align: center;
}

#warm_fair .power_save p:nth-of-type(1) {
  margin-top: 1rem;
  word-break: keep-all;
  overflow-wrap: break-word;
  color: #0dac67;
  font-size: 2rem;
  font-weight: bold;
}

#warm_fair .power_save p:nth-of-type(1) strong {
  color: #f3df72;
  font-size: 3rem;
  font-weight: 400;
  text-shadow: 2px 2px 0 #0dac67, -2px -2px 0 #0dac67, -2px 2px 0 #0dac67,
    2px -2px 0 #0dac67, 2px 0 0 #0dac67, -2px 0 0 #0dac67, 0 2px 0 #0dac67,
    0 -2px 0 #0dac67;
}

#warm_fair .power_save p:nth-of-type(2) {
  margin-top: 1rem;
  word-break: keep-all;
  overflow-wrap: break-word;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
}

#warm_fair .power_save p:nth-of-type(2) strong {
  background: #0dac67;
  color: #fff;
  padding: 0.5rem;
}

#warm_fair .power_save p:nth-of-type(2) strong span {
  font-size: 3.2rem;
  color: #f3df72;
  font-weight: 400;
}

#warm_fair .power_save p:nth-of-type(2) > span {
  font-size: 2.5rem;
  color: #f29600;
}

#warm_fair .column {
  margin: 5rem 0 0;
  padding-bottom: 5rem;
  background-color: #fff;
  text-align: center;
}

#warm_fair .column h2 {
  background-color: #714842;
  text-align: center;
  margin: 0;
}

#warm_fair .column h2 span {
  display: inline-block;
  margin: 1.5rem;
  position: relative;
  padding: 0.3rem 4rem;
  font-size: 1.8rem;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#warm_fair .column h2 span::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-15deg);
}

#warm_fair .column h2 span::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(15deg);
}

#warm_fair .column div {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffefe3;
  padding-bottom: 4rem;
}

#warm_fair .column div a {
  display: block;
  width: calc(100% / 3);
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  #warm_fair .column div a {
    width: calc(100% / 2);
  }
}

#warm_fair .column > a {
  display: inline-block;
  color: #fff;
  background: #a81b4b;
  border: solid 3px #a81b4b;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 4rem 0 0;
  padding: 0.7rem 5rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#warm_fair .column > a:hover {
  color: #a81b4b;
  background: #fff;
  opacity: 1;
}

/* 
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Sawarabi Mincho', serif;
font-family: 'Zen Old Mincho', serif;
font-family: 'Noto Sans', sans-serif; 
*/
