.pc {
  display: block !important;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
}

body,
html {
  margin: 0;
  padding: 0;
}

* {
  list-style: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

iframe {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  img {
    width: 100%;
  }
}

#cateWrap {
  max-width: 780px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
}

@media screen and (max-width: 750px) {
  #cateWrap {
    max-width: 100%;
  }
}

#cateWrap .cate-ttl {
  display: block;
  margin: 0;
}

#cateWrap .cate-ttl img {
  display: block;
  max-width: 100%;
}

#cateWrap .sec {
  margin: 0;
  padding: 40px;
}

@media screen and (max-width: 750px) {
  #cateWrap .sec {
    padding: 2rem 1rem;
  }
}

#cateWrap .sec.baige {
  background-color: #f8f8f8;
  -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

#cateWrap .sec__ttl {
  position: relative;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  padding: 0 1em 10px;
  font-size: 29px;
  font-weight: 700;
  z-index: 10;
  line-height: 1.25;
}

#cateWrap .sec__ttl span {
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  #cateWrap .sec__ttl {
    white-space: normal;
    font-size: 5.2vw;
  }
  #cateWrap .sec__ttl span {
    font-size: 4.5vw;
  }
}

#cateWrap .sec__ttl:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
  z-index: -2;
}

#cateWrap .sec__ttl:after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: #000;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
}

#cateWrap .sec__ttl.beige:after {
  background-color: #f8f8f8;
}

#cateWrap .sec__ttl__wrap {
  margin: 0 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#cateWrap figure {
  display: block;
  margin: 0;
  padding: 0;
}

#cateWrap .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cateWrap .desc figure {
  margin-right: 10px;
  width: 50%;
}

#cateWrap .desc figure img {
  display: block;
  margin: 0;
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  #cateWrap .desc figure img {
    max-width: 75%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  #cateWrap .desc figure {
    margin: 0 0 1rem;
    width: 100%;
  }
}

#cateWrap .desc .txt {
  width: 50%;
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  #cateWrap .desc .txt {
    font-size: 4.2vw;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  #cateWrap .desc {
    display: block;
  }
}

#cateWrap .desc-large {
  text-align: center;
  font-size: 20px;
  line-height: 3;
  white-space: nowrap;
}

#cateWrap .desc-large mark {
  display: inline-block;
  padding: 0 .1em;
  font-size: 25px;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(16, 211, 238, 0)), color-stop(50%, rgba(16, 211, 238, 0.3)), color-stop(70%, rgba(16, 211, 238, 0.3)), color-stop(70%, rgba(16, 211, 238, 0)));
  background: linear-gradient(to bottom, rgba(16, 211, 238, 0) 50%, rgba(16, 211, 238, 0.3) 50%, rgba(16, 211, 238, 0.3) 70%, rgba(16, 211, 238, 0) 70%);
}

@media screen and (max-width: 750px) {
  #cateWrap .desc-large {
    white-space: normal;
    font-size: 4.5vw;
    text-align: justify;
    line-height: 2;
  }
  #cateWrap .desc-large mark {
    font-size: 6vw;
  }
}

#cateWrap .example-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin-bottom: -40px;
}

@media screen and (max-width: 750px) {
  #cateWrap .example-list {
    margin-bottom: -2rem;
  }
}

#cateWrap .example-list li {
  padding-bottom: 40px;
}

#cateWrap .example-list li img {
  display: block;
  max-width: 100%;
  margin: 0 auto 5px;
}

@media screen and (max-width: 750px) {
  #cateWrap .example-list li img {
    width: 75%;
  }
}

#cateWrap .example-list li p {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}

@media screen and (max-width: 750px) {
  #cateWrap .example-list li {
    width: 100%;
    padding-bottom: 2rem;
  }
  #cateWrap .example-list li p {
    font-size: 5vw;
  }
}

#cateWrap .desc-list li {
  display: block;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 20px 25px;
  background: #fff;
  overflow: hidden;
}

#cateWrap .desc-list li:not(:last-child) {
  margin-bottom: 20px;
}

#cateWrap .desc-list li p {
  display: block;
  font-size: 20px;
  line-height: 1.5625;
}

@media screen and (max-width: 750px) {
  #cateWrap .desc-list li {
    padding: 1rem;
  }
  #cateWrap .desc-list li p {
    font-size: 4.5vw;
    line-height: 1.666;
  }
}

#cateWrap .desc-list__ttl {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 .5em;
}

@media screen and (max-width: 750px) {
  #cateWrap .desc-list__ttl {
    font-size: 5vw;
    line-height: 1.5;
  }
}

#cateWrap .desc-list .float-right {
  float: right;
  margin-left: 10px;
  margin-top: .25em;
}

@media screen and (max-width: 750px) {
  #cateWrap .desc-list .float-right {
    max-width: 50%;
  }
}

#cateWrap .prod {
  margin: 0 0 120px;
}

@media screen and (max-width: 750px) {
  #cateWrap .prod {
    margin: 0 0 6vw;
  }
}

#cateWrap .prod__ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
  margin: 0 0 30px;
  background-image: url(prod_ttl_bg.gif);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 10px 0 10px 50px;
}

@media screen and (max-width: 750px) {
  #cateWrap .prod__ttl {
    font-size: 5.2vw;
    padding: .5em 0;
    line-height: 1.5;
    border-top: 2px solid #000;
    border-bottom: 1px dotted #000;
    text-align: center;
  }
}

#cateWrap .prod img {
  max-width: 100%;
}

#cateWrap .prod__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 25px;
}

@media screen and (max-width: 750px) {
  #cateWrap .prod__detail {
    display: block;
    padding: 1rem 0;
  }
}

#cateWrap .prod__col {
  width: 50%;
}

@media screen and (max-width: 750px) {
  #cateWrap .prod__col {
    width: 100%;
  }
}

#cateWrap .prod__col:nth-of-type(1) {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 750px) {
  #cateWrap .prod__col:nth-of-type(1) {
    width: 100%;
  }
}

#cateWrap .prod__desc {
  font-size: 18px;
  line-height: 1.66666667;
  margin: 0;
}

#cateWrap .prod__desc p {
  margin: 0;
  padding-bottom: 25px;
}

@media screen and (max-width: 750px) {
  #cateWrap .prod__desc p {
    padding: 0 8vw 6vw 8vw;
  }
}

@media screen and (max-width: 750px) {
  #cateWrap .prod__desc {
    font-size: 4.5vw;
    line-height: 2;
    margin-bottom: 2rem;
    margin: 0 auto;
    text-align: center;
  }
}

#cateWrap .prod__points {
  margin: 0 0 25px;
  padding: 0;
}

@media screen and (max-width: 750px) {
  #cateWrap .prod__points {
    margin: 0 0 2rem;
  }
}

#cateWrap .prod__points li {
  border: 2px solid #fef0ca;
  background-color: #ffffff;
  padding: .3em;
  margin-bottom: .5em;
  font-size: 13.5px;
  line-height: 1.25;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #cateWrap .prod__points li {
    font-size: 3.5vw;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-weight: 500;
    padding: .8em;
  }
}

#cateWrap .prod__color {
  margin: 0 10px 0 0;
  padding: 0;
  max-width: calc( 100% - ( 210px + 10px));
}

@media screen and (max-width: 750px) {
  #cateWrap .prod__color {
    max-width: unset;
    max-width: initial;
    margin: 0 auto 2rem;
  }
}

#cateWrap .prod__price {
  font-size: 50px;
  color: #ff9c1b;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  text-align: right;
  min-width: 210px;
  letter-spacing: -.01em;
  white-space: nowrap;
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
  #cateWrap .prod__price {
    width: 100%;
    text-align: center;
    min-width: unset;
    min-width: initial;
    font-size: 16vw;
    margin-bottom: 4vw;
  }
}

#cateWrap .prod__price span {
  font-size: .5em;
}

#cateWrap .prod__price__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 750px) {
  #cateWrap .prod__price__box {
    display: block;
  }
}

#cateWrap .prod__link {
  display: block;
  background-color: #fdfcef;
  color: #71cad1;
  border: 2px solid #71cad1;
  text-decoration: none;
  text-align: center;
  padding: 1rem;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  #cateWrap .prod__link {
    width: 55%;
    font-size: 4.5vw;
    padding: 0.5rem;
    margin: 0 auto 6vw;
  }
}

#cateWrap .prod__link:hover {
  background-color: #abe0e4;
  color: #ffffff;
}

#cateWrap .prod__link span {
  margin-right: 18%;
}

#cateWrap .prod__link:after {
  content: '>';
  width: 18%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #71cad1;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}

#cateWrap #section02 .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cateWrap #section02 .desc .txt {
  width: 100%;
}

#cateWrap #section02 .desc figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 750px) {
  #cateWrap #section02 .desc figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#cateWrap #section02 .desc figure .txt {
  width: 45%;
}

#cateWrap #section02 .desc figure .txt .txt_bigger {
  display: block;
}

@media screen and (max-width: 750px) {
  #cateWrap #section02 .desc figure .txt .txt_bigger {
    text-align: center;
    padding-top: 30px;
  }
}

#cateWrap #section02 .desc figure .txt .txt_bold {
  display: block;
}

@media screen and (max-width: 750px) {
  #cateWrap #section02 .desc figure .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  #cateWrap #section02 .desc figure .txt .txt_bold {
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  #cateWrap #section02 .desc figure .txt .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 750px) {
  #cateWrap #section02 .desc figure .txt .contents .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 46.5%;
  }
}

#cateWrap #section04 .txt {
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #cateWrap #section04 .txt {
    font-size: 4.5vw;
  }
}

#cateWrap #products {
  background: #fdfcef;
}

#cateWrap #products .prod__price__box img {
  border-radius: 0;
}

#cateWrap #products img {
  border-radius: 10px;
}

#cateWrap #products h2 {
  font-size: 30px;
  text-align: center;
  margin: 25px 0 55px 0;
}

@media screen and (max-width: 750px) {
  #cateWrap #products h2 {
    font-size: 5.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#cateWrap #products h2 span:nth-of-type(1) {
  background: #ffffff;
  color: #ce3129;
  border-radius: 999px 0 0 999px;
  padding: 0.25em 1.5em;
  border: 2px solid #ce3129;
}

@media screen and (max-width: 750px) {
  #cateWrap #products h2 span:nth-of-type(1) {
    padding: 0.5em 0.8em;
  }
}

#cateWrap #products h2 span:nth-of-type(2) {
  background: #ce3129;
  color: #ffffff;
  border-radius: 0 999px 999px 0;
  padding: 0.25em 1.5em;
  border: 2px solid #ce3129;
}

@media screen and (max-width: 750px) {
  #cateWrap #products h2 span:nth-of-type(2) {
    padding: 0.5em 0.3em;
  }
}

.txt_bigger {
  font-size: 25px;
}

@media screen and (max-width: 750px) {
  .txt_bigger {
    font-size: 5.2vw;
  }
}

.txt_bold {
  font-weight: 600;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex > article {
  width: 48%;
}

@media screen and (max-width: 750px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex > article {
    width: 100%;
  }
}

#cateWrap .prod.prod--half .prod__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cateWrap .prod.prod--half .prod__detail .prod__col {
  width: 100%;
}

#cateWrap .prod.prod--half .prod__detail .prod__col .prod__price__box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#section05 .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#section05 .anchor a {
  width: 30.5%;
  font-size: 20px;
  border: #71cad1 double 4px;
  outline: #71cad1 solid 1px;
  padding: 18px 0;
  text-align: center;
  color: #71cad1;
  position: relative;
  margin-bottom: 35px;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  #section05 .anchor a {
    width: 45.5%;
    font-size: 4vw;
    padding: 1.25vw 0;
  }
}

#section05 .anchor .anchor_orange {
  color: #ff9c1b;
  border: #ff9c1b double 4px;
  outline: #ff9c1b solid 1px;
}

#section05 .anchor .anchor_orange li::after {
  border-color: #ff9c1b transparent transparent transparent;
}

#section05 .anchor li::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 18px 0 18px;
  border-color: #71cad1 transparent transparent transparent;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#section05 h3 {
  font-size: 24px;
  color: #71cad1;
  padding-bottom: 4px;
  border-bottom: 2px solid #71cad1;
  position: relative;
  text-align: center;
}

#section05 h3::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 18px 0 18px;
  border-color: #71cad1 transparent transparent transparent;
  display: block;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#section05 h3.orange {
  color: #ff9c1b;
  border-bottom: 2px solid #ff9c1b;
}

#section05 h3.orange::after {
  border-color: #ff9c1b transparent transparent transparent;
}

.color.bb--no {
  border: none;
}

.color {
  margin-bottom: 40px;
  border-bottom: 2px solid #d9d9d9;
}

.color .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  background: #f8f8f7;
}

@media screen and (max-width: 750px) {
  .color .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.color .intro img {
  width: 42%;
}

@media screen and (max-width: 750px) {
  .color .intro img {
    width: 100%;
  }
}

.color .intro_content {
  width: 55%;
  padding-top: 15px;
}

@media screen and (max-width: 750px) {
  .color .intro_content {
    width: 100%;
    padding-top: 0;
  }
}

.color .intro_content .intro_txt {
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  .color .intro_content .intro_txt {
    text-align: center;
    padding: 7vw;
  }
}

.color .intro_content .intro_txt span {
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .color .intro_content .tags {
    margin: 0 auto 6vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.color .intro_content .tags .tag {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  color: #ffffff;
  background: #71cad1;
  padding: 0 10px;
}

.color .intro_content .tags .tag.orange {
  background: #ff9c1b;
}

.color .prod__link {
  width: 45%;
  margin: 0 auto;
  margin-bottom: 40px;
  background-color: #ffffff !important;
}

@media screen and (max-width: 750px) {
  .color .prod__link {
    width: 55%;
  }
}

.color .prod__link:hover {
  color: #32b4c5 !important;
}

table {
  margin: 0 auto;
}

table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

table tr td {
  width: 100px;
  text-align: center;
  font-size: 15px;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 750px) {
  table tr td {
    width: 15%;
    font-size: 2.8vw;
  }
}

table tr td img {
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 750px) {
  table tr td img {
    height: 10vw;
  }
}

table tr th {
  width: 100%;
  font-size: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 750px) {
  table tr th {
    width: auto;
  }
}

@media screen and (max-width: 750px) {
  table tr:nth-of-type(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.kizi-01 {
  width: 610px;
}

@media screen and (max-width: 750px) {
  .kizi-01 {
    width: 100%;
  }
}

.kizi-02 {
  width: 700px;
}

@media screen and (max-width: 750px) {
  .kizi-02 {
    width: 100%;
  }
}

.kizi-03 {
  width: 460px;
}

@media screen and (max-width: 750px) {
  .kizi-03 {
    width: 70%;
  }
  .kizi-03 tr td {
    width: 22%;
  }
}

a {
  text-decoration: none;
  color: #000000;
}

@media screen and (max-width: 750px) {
  #section01 .txt {
    text-align: center;
  }
}
/*# sourceMappingURL=cate2023.css.map */