/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic:wght@500&display=swap");
/* line 9, style.scss */
.frame_content_main {
  color: #000; }

/* line 13, style.scss */
.maru_M {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal; }

/* line 18, style.scss */
.min_L {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal; }

/* line 24, style.scss */
.min_R {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

/* line 30, style.scss */
.min_M {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; }

/* line 36, style.scss */
.text_R {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

/* line 42, style.scss */
.text_M {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; }

/* line 48, style.scss */
.text_B {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal; }

/* line 54, style.scss */
.text_BB {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal; }

/* line 60, style.scss */
.color_b {
  color: #673309; }

/**/
@media screen and (min-width: 600.01px) and (max-width: 760px) {
  /* line 65, style.scss */
  .title_img {
    margin: -20px -20px 0; } }
@media screen and (max-width: 600px) {
  /* line 65, style.scss */
  .title_img {
    margin: -20px -20px 0; } }

/* line 77, style.scss */
.title_imgb {
  max-width: 100%;
  height: 360px;
  position: relative;
  background: url("../images/topimg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 77, style.scss */
    .title_imgb {
      height: 30vw; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 77, style.scss */
    .title_imgb {
      height: 30vw; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 77, style.scss */
    .title_imgb {
      height: 50vw;
      background: url("../images/topimg_sp.jpg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; } }
  @media screen and (max-width: 600px) {
    /* line 77, style.scss */
    .title_imgb {
      height: max(50vw, 220px);
      background: url("../images/topimg_sp.jpg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; } }

/* line 106, style.scss */
.topic_stitle {
  position: absolute;
  width: 144px;
  height: 135px;
  top: 0;
  left: 25px;
  background-image: url("../images/stitle_bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 106, style.scss */
    .topic_stitle {
      width: 115.2px;
      height: 108px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 106, style.scss */
    .topic_stitle {
      width: 105.6px;
      height: 99px; } }
  @media screen and (max-width: 600px) {
    /* line 106, style.scss */
    .topic_stitle {
      width: 86.4px;
      height: 81px;
      left: 10vw; } }

/* line 133, style.scss */
.topic_stitleb {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 36px;
  font-size: 3.6rem;
  color: #ffffff;
  letter-spacing: 0.25em;
  padding-left: 0.25em; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 133, style.scss */
    .topic_stitleb {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 133, style.scss */
    .topic_stitleb {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media screen and (max-width: 600px) {
    /* line 133, style.scss */
    .topic_stitleb {
      font-size: 22px;
      font-size: 2.2rem; } }
  /* line 157, style.scss */
  .topic_stitleb span {
    margin-top: 20px;
    line-height: 1.2; }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 157, style.scss */
      .topic_stitleb span {
        margin-top: 15px; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 157, style.scss */
      .topic_stitleb span {
        margin-top: 15px; } }
    @media screen and (max-width: 600px) {
      /* line 157, style.scss */
      .topic_stitleb span {
        margin-top: 15px; } }

/* line 173, style.scss */
.topic_title {
  position: absolute;
  width: 545px;
  height: 177px;
  top: 110px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../images/topimg_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 173, style.scss */
    .topic_title {
      width: 45.4vw;
      height: 14.75vw;
      top: 9.15vw; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 173, style.scss */
    .topic_title {
      width: 45.4vw;
      height: 14.75vw;
      top: 9.15vw; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 173, style.scss */
    .topic_title {
      width: 71.7vw;
      height: 23.2vw;
      top: 14.4vw; } }
  @media screen and (max-width: 600px) {
    /* line 173, style.scss */
    .topic_title {
      width: 71.7vw;
      height: 23.2vw;
      top: 0;
      bottom: 0; } }
  /* line 206, style.scss */
  .topic_title:before {
    display: block;
    content: '';
    width: 57px;
    height: 77px;
    background-image: url("../images/topimg_bg01.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -60px;
    right: -60px; }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 206, style.scss */
      .topic_title:before {
        width: 4.75vw;
        height: 6.4vw;
        top: -5vw;
        right: -5vw; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 206, style.scss */
      .topic_title:before {
        width: 4.75vw;
        height: 6.4vw;
        top: -5vw;
        right: -5vw; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 206, style.scss */
      .topic_title:before {
        width: 6.8vw;
        height: 9.1vw;
        top: -6vw;
        right: -6vw; } }
    @media screen and (max-width: 600px) {
      /* line 206, style.scss */
      .topic_title:before {
        width: 4.75vw;
        height: 6.4vw;
        top: -5vw;
        right: -5vw; } }

/* line 244, style.scss */
.topic_titleb {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 100%;
  height: calc(100% - 20px); }
  @media screen and (max-width: 600px) {
    /* line 244, style.scss */
    .topic_titleb {
      height: calc(100% - 10px);
      margin-bottom: 10px; } }
  /* line 261, style.scss */
  .topic_titleb h2 {
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 1.4;
    text-align: center;
    color: #442a1e;
    letter-spacing: 0.1rem;
    text-shadow: 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white;
    transform: translateZ(0); }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 261, style.scss */
      .topic_titleb h2 {
        font-size: 3.3vw; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 261, style.scss */
      .topic_titleb h2 {
        font-size: 2.8vw; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 261, style.scss */
      .topic_titleb h2 {
        font-size: 5.2vw; } }
    @media screen and (max-width: 600px) {
      /* line 261, style.scss */
      .topic_titleb h2 {
        font-size: max(5vw, 18px);
        letter-spacing: 0.05rem; } }

/* line 285, style.scss */
.topics_box {
  padding: 0 20px; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 285, style.scss */
    .topics_box {
      padding: 0; } }
  @media screen and (max-width: 600px) {
    /* line 285, style.scss */
    .topics_box {
      padding: 0; } }

/* line 300, style.scss */
.topics_boxb {
  max-width: 800px;
  width: 100%;
  margin: auto;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 300, style.scss */
    .topics_boxb {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 300, style.scss */
    .topics_boxb {
      font-size: 15px;
      font-size: 1.5rem; } }
  @media screen and (max-width: 600px) {
    /* line 300, style.scss */
    .topics_boxb {
      font-size: 15px;
      font-size: 1.5rem; } }

/* line 321, style.scss */
.lead_txt {
  margin: 30px 0 0; }

/* line 326, style.scss */
.list {
  margin: 15px 0 0; }
  @media screen and (max-width: 600px) {
    /* line 326, style.scss */
    .list {
      margin: 5px 0 0; } }
  /* line 337, style.scss */
  .list ul {
    width: fit-content;
    margin: auto; }
    /* line 340, style.scss */
    .list ul li {
      display: flex;
      font-size: 18px;
      font-size: 1.8rem; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 340, style.scss */
        .list ul li {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 340, style.scss */
        .list ul li {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 600px) {
        /* line 340, style.scss */
        .list ul li {
          font-size: 16px;
          font-size: 1.6rem; } }
      /* line 358, style.scss */
      .list ul li:before {
        display: inline-block;
        content: '';
        width: 14px;
        height: 14px;
        background: #673309;
        border-radius: 50%;
        position: relative;
        top: 12px;
        margin-right: 12px; }
        @media screen and (min-width: 600.01px) and (max-width: 760px) {
          /* line 358, style.scss */
          .list ul li:before {
            width: 12px;
            height: 12px;
            top: 11px; } }
        @media screen and (max-width: 600px) {
          /* line 358, style.scss */
          .list ul li:before {
            width: 12px;
            height: 12px;
            top: 11px;
            margin-right: 6px; } }

/* line 387, style.scss */
.content_list {
  margin: 40px 0 0; }
  @media screen and (max-width: 600px) {
    /* line 387, style.scss */
    .content_list {
      margin: 30px 0 0; } }

/* line 399, style.scss */
.content_listb {
  border: 1px solid #ee8c92;
  padding: 20px;
  border-radius: 10px; }
  /* line 403, style.scss */
  .content_listb h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ee8c92;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5; }
    /* line 411, style.scss */
    .content_listb h3:before {
      display: block;
      content: '';
      width: 50px;
      height: 1px;
      background: #ee8c92;
      margin-right: 20px; }
    /* line 419, style.scss */
    .content_listb h3:after {
      display: block;
      content: '';
      width: 50px;
      height: 1px;
      background: #ee8c92;
      margin-left: 20px; }
  /* line 428, style.scss */
  .content_listb dl {
    margin: 10px auto 0;
    width: fit-content;
    counter-reset: listnum; }
    /* line 432, style.scss */
    .content_listb dl a {
      text-decoration: none;
      color: #000000; }
      /* line 435, style.scss */
      .content_listb dl a:hover {
        text-decoration: underline;
        opacity: 0.6; }
    /* line 441, style.scss */
    .content_listb dl dt:before {
      counter-increment: listnum;
      content: counter(listnum) "."; }
    /* line 446, style.scss */
    .content_listb dl dd {
      margin-left: 1.5em; }
      /* line 448, style.scss */
      .content_listb dl dd:before {
        display: inline-block;
        content: '';
        width: 4px;
        height: 4px;
        background: #595959;
        border-radius: 50%;
        position: relative;
        margin-right: 10px; }

/* line 461, style.scss */
.topics_main_title {
  margin: 60px 0 0; }

/* line 465, style.scss */
.topics_main_titleb h3 {
  display: flex;
  align-items: center; }
  /* line 468, style.scss */
  .topics_main_titleb h3 span {
    color: #ffffff;
    font-size: 36px;
    font-size: 3.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #ee8c92;
    position: relative;
    margin-right: 15px;
    line-height: 1.0;
    border-radius: 100%;
    box-shadow: 5px 5px 0px #FBDBDC;
    /*&:before {
    	display: block;
    	content: '';
    	border-right: 1px solid #ffffff;
    	border-bottom: 1px solid #ffffff;
    	position: absolute;
    	top: 0;
    	right: 3px;
    	bottom: 3px;
    	left: 0;
    }
    &:after {
    	display: block;
    	content: '';
    	border-left: 1px solid #ffffff;
    	border-top: 1px solid #ffffff;
    	position: absolute;
    	top: 3px;
    	right: 0;
    	bottom: 0;
    	left: 3px;
    }*/ }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 468, style.scss */
      .topics_main_titleb h3 span {
        font-size: 30px;
        font-size: 3.0rem;
        width: 45px;
        height: 45px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 468, style.scss */
      .topics_main_titleb h3 span {
        font-size: 30px;
        font-size: 3.0rem;
        width: 45px;
        height: 45px; } }
    @media screen and (max-width: 600px) {
      /* line 468, style.scss */
      .topics_main_titleb h3 span {
        font-size: 24px;
        font-size: 2.4rem;
        width: 40px;
        height: 40px; } }
  /* line 528, style.scss */
  .topics_main_titleb h3 p {
    color: #301313;
    font-size: 24px;
    font-size: 2.4rem; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 528, style.scss */
      .topics_main_titleb h3 p {
        font-size: 20px;
        font-size: 2.0rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 528, style.scss */
      .topics_main_titleb h3 p {
        font-size: 20px;
        font-size: 2.0rem; } }
    @media screen and (max-width: 600px) {
      /* line 528, style.scss */
      .topics_main_titleb h3 p {
        font-size: 18px;
        font-size: 1.8rem; } }

/* line 549, style.scss */
.sort_box {
  margin: 20px 0 0; }

/* line 552, style.scss */
.sort_boxb {
  background: #FFF3F3;
  padding: 25px; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 552, style.scss */
    .sort_boxb {
      padding: 20px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 552, style.scss */
    .sort_boxb {
      padding: 20px; } }
  @media screen and (max-width: 600px) {
    /* line 552, style.scss */
    .sort_boxb {
      padding: 15px; } }

/* line 573, style.scss */
.topics_main_stitleb {
  background-image: url("../images/main_stitle_bg01.png");
  background-position: top left;
  background-repeat: repeat;
  background-size: 40px auto;
  padding: 20px; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 573, style.scss */
    .topics_main_stitleb {
      padding: 15px; } }
  @media screen and (max-width: 600px) {
    /* line 573, style.scss */
    .topics_main_stitleb {
      padding: 15px; } }
  /* line 589, style.scss */
  .topics_main_stitleb h4 {
    line-height: 1.0;
    font-size: 20px;
    font-size: 2.0rem;
    color: #301313; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 589, style.scss */
      .topics_main_stitleb h4 {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 589, style.scss */
      .topics_main_stitleb h4 {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 600px) {
      /* line 589, style.scss */
      .topics_main_stitleb h4 {
        font-size: 16px;
        font-size: 1.6rem; } }
  /* line 609, style.scss */
  .point_img .topics_main_stitleb {
    background-image: url("../images/main_stitle_bg02.png");
    position: relative; }
    /* line 612, style.scss */
    .point_img .topics_main_stitleb:before {
      display: block;
      content: '';
      width: 73px;
      height: 67px;
      background-image: url("../images/icon_point.png");
      background-position: top left;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: -20px;
      left: -25px; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 612, style.scss */
        .point_img .topics_main_stitleb:before {
          top: -25px;
          left: -30px; } }
      @media screen and (max-width: 600px) {
        /* line 612, style.scss */
        .point_img .topics_main_stitleb:before {
          top: -25px;
          left: -30px; } }
  /* line 638, style.scss */
  .product_title .topics_main_stitleb {
    padding: 15px 20px; }

/* line 646, style.scss */
.sort_pointb h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ee8c92;
  border-radius: 15px;
  color: #ffffff;
  margin-top: 10px;
  padding: 0 10px; }
  /* line 656, style.scss */
  .sort_pointb h5 span {
    display: inline-block;
    text-align: left; }
/* line 661, style.scss */
.sort_pointb p {
  margin-top: 10px; }
  /* line 663, style.scss */
  .sort_pointb p.center {
    text-align: center; }
    /* line 665, style.scss */
    .sort_pointb p.center span {
      display: inline-block;
      text-align: left; }
/* line 671, style.scss */
.sort_pointb table {
  max-width: 450px;
  width: 100%;
  margin: 10px auto 0;
  border-top: 1px solid #E7C0C0;
  border-right: 1px solid #E7C0C0; }
  /* line 677, style.scss */
  .sort_pointb table th {
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #E7C0C0;
    padding: 5px 20px;
    text-align: center;
    background: #FFC6BE;
    white-space: nowrap;
    width: 90px; }
    @media screen and (max-width: 600px) {
      /* line 677, style.scss */
      .sort_pointb table th {
        padding: 5px; } }
  /* line 695, style.scss */
  .sort_pointb table td {
    border-bottom: 1px solid #E7C0C0;
    border-left: 1px solid #E7C0C0;
    padding: 5px 20px;
    text-align: center;
    background: #fff; }
    @media screen and (max-width: 600px) {
      /* line 695, style.scss */
      .sort_pointb table td {
        padding: 5px; } }
    /* line 711, style.scss */
    .sort_pointb table td span {
      display: inline-block;
      text-align: left; }
  /* line 716, style.scss */
  .sort_pointb table + h5 {
    margin-top: 25px; }

/* line 721, style.scss */
.product_box {
  margin: 45px 0 0; }
  /* line 723, style.scss */
  .product_box.box01 {
    margin: 20px 0 0; }

/* line 730, style.scss */
.product_list {
  margin: 40px 0 0; }
  @media screen and (max-width: 600px) {
    /* line 730, style.scss */
    .product_list {
      margin: 30px 0 0; } }

/* line 742, style.scss */
.matome_box {
  margin: 20px 0 0; }

/* line 746, style.scss */
.matome_boxb table {
  border-top: 1px solid #b8b1a3;
  border-left: 1px solid #b8b1a3;
  width: 100%;
  margin: 20px 0; }
  /* line 751, style.scss */
  .matome_boxb table th,
  .matome_boxb table td {
    border-bottom: 1px solid #b8b1a3;
    border-right: 1px solid #b8b1a3;
    padding: 10px; }
  /* line 757, style.scss */
  .matome_boxb table th {
    background: #FFC6BE; }

/* line 762, style.scss */
.box_img {
  margin: 20px 0 0; }
  /* line 764, style.scss */
  .box_img div {
    max-width: calc(50% - 20px); }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 764, style.scss */
      .box_img div {
        max-width: 100%; } }
    @media screen and (max-width: 600px) {
      /* line 764, style.scss */
      .box_img div {
        max-width: 100%; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 779, style.scss */
      .box_img div + div {
        margin: 10px 0 0; } }
    @media screen and (max-width: 600px) {
      /* line 779, style.scss */
      .box_img div + div {
        margin: 10px 0 0; } }

/* line 796, style.scss */
.img_flex {
  display: flex;
  justify-content: space-between; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 796, style.scss */
    .img_flex {
      display: block; } }
  @media screen and (max-width: 600px) {
    /* line 796, style.scss */
    .img_flex {
      display: block; } }

/* line 813, style.scss */
.attention_box {
  margin: 40px 0 0; }

/* line 816, style.scss */
.attention_boxb {
  padding: 30px;
  border: 3px solid #ee8c92;
  position: relative;
  background: #FFFDF0; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 816, style.scss */
    .attention_boxb {
      padding: 20px; } }
  @media screen and (max-width: 600px) {
    /* line 816, style.scss */
    .attention_boxb {
      padding: 20px 15px 15px; } }
  /* line 835, style.scss */
  .attention_boxb h4 {
    width: fit-content;
    padding: 0 30px;
    background: #ee8c92;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 835, style.scss */
      .attention_boxb h4 {
        font-size: 16px;
        font-size: 1.6rem;
        top: -15px; } }
    @media screen and (max-width: 600px) {
      /* line 835, style.scss */
      .attention_boxb h4 {
        font-size: 16px;
        font-size: 1.6rem;
        top: -15px; } }

/* line 869, style.scss */
.size_formula {
  margin: 30px 0; }
  /* line 872, style.scss */
  .size_formula dl dt {
    text-align: center; }
    /* line 874, style.scss */
    .size_formula dl dt span {
      display: inline-block;
      text-align: left; }
  /* line 879, style.scss */
  .size_formula dl dd {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    color: #301313; }
    @media screen and (max-width: 600px) {
      /* line 879, style.scss */
      .size_formula dl dd {
        font-size: 18px;
        font-size: 1.8rem; } }

/* line 901, style.scss */
.product_lead {
  margin: 20px 0 0; }

/* line 907, style.scss */
.product_flexb {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    /* line 907, style.scss */
    .product_flexb {
      display: block; } }

/* line 923, style.scss */
.product_txt {
  width: calc(100% - 280px); }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 923, style.scss */
    .product_txt {
      width: calc(100% - 230px); } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 923, style.scss */
    .product_txt {
      width: calc(100% - 180px); } }
  @media screen and (max-width: 600px) {
    /* line 923, style.scss */
    .product_txt {
      width: 100%; } }

/* line 941, style.scss */
.product_txtb h4 {
  background-image: url("../images/main_stitle_bg02.png");
  background-position: top left;
  background-repeat: repeat;
  background-size: 40px auto;
  padding: 0 20px;
  border-radius: 20px;
  font-size: 110%; }
/* line 950, style.scss */
.product_txtb p {
  margin: 20px 0 0; }

/* line 954, style.scss */
.product_img_big {
  max-width: 240px;
  margin-left: 40px; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 954, style.scss */
    .product_img_big {
      max-width: 200px;
      margin-left: 30px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 954, style.scss */
    .product_img_big {
      max-width: 160px;
      margin-left: 20px; } }
  @media screen and (max-width: 600px) {
    /* line 954, style.scss */
    .product_img_big {
      max-width: 300px;
      margin: 15px auto 0; } }

/* line 976, style.scss */
.product_listb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    /* line 980, style.scss */
    .product_listb h5 {
      font-weight: bold;
      margin-bottom: 10px; } }
  /* line 991, style.scss */
  .product_listb h5:before {
    display: none;
    content: '';
    width: 15px;
    height: 15px;
    background: #ff8400;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    top: 2px; }
    @media screen and (max-width: 600px) {
      /* line 991, style.scss */
      .product_listb h5:before {
        display: inline-block; } }

/* line 1013, style.scss */
.product_link_name {
  margin: 10px auto 0;
  width: fit-content; }

/* line 1017, style.scss */
.product_link_price {
  font-size: 14px;
  color: #801414;
  text-align: center;
  font-weight: bold;
  margin-top: 5px; }

/* line 1028, style.scss */
.product_tableb table {
  border-top: 1px solid #E7C0C0;
  border-left: 1px solid #E7C0C0;
  width: 100%;
  line-height: 1.4; }
  /* line 1033, style.scss */
  .product_tableb table caption {
    margin-bottom: 10px; }
  /* line 1037, style.scss */
  .product_tableb table th,
  .product_tableb table td {
    border-bottom: 1px solid #E7C0C0;
    border-right: 1px solid #E7C0C0;
    padding: 5px 10px; }
    @media screen and (max-width: 600px) {
      /* line 1037, style.scss */
      .product_tableb table th,
      .product_tableb table td {
        font-size: 14px;
        font-size: 1.4rem; } }
  /* line 1055, style.scss */
  .product_tableb table thead th {
    text-align: center;
    background: #FFC6BE;
    border-right: 1px solid #fff;
    font-size: 15px;
    font-size: 1.5rem; }
    @media screen and (max-width: 600px) {
      /* line 1055, style.scss */
      .product_tableb table thead th {
        font-size: 14px;
        font-size: 1.4rem; } }
    /* line 1072, style.scss */
    .product_tableb table thead th:last-of-type {
      border-right: 1px solid #E7C0C0; }
  /* line 1077, style.scss */
  .product_tableb table td:nth-of-type(2) {
    word-break: break-all; }
  /* line 1088, style.scss */
  .product_tableb table td:last-of-type {
    color: #801414;
    text-align: right;
    font-size: 14px;
    font-weight: bold; }

@media screen and (max-width: 600px) {
  /* line 1106, style.scss */
  .list01 .product_listb {
    flex-direction: column-reverse; } }
/* line 1117, style.scss */
.list01 .product_table {
  width: calc(50% - 10px); }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 1117, style.scss */
    .list01 .product_table {
      width: 75%; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1117, style.scss */
    .list01 .product_table {
      width: 75%; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1117, style.scss */
    .list01 .product_table {
      width: 75%; } }
  @media screen and (max-width: 600px) {
    /* line 1117, style.scss */
    .list01 .product_table {
      width: 100%;
      margin-top: 15px; } }
/* line 1136, style.scss */
.list01 .img01 {
  width: calc(50% - 10px); }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 1136, style.scss */
    .list01 .img01 {
      width: calc(25% - 20px); } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1136, style.scss */
    .list01 .img01 {
      width: calc(25% - 10px); } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1136, style.scss */
    .list01 .img01 {
      width: calc(25% - 10px); } }
  @media screen and (max-width: 600px) {
    /* line 1136, style.scss */
    .list01 .img01 {
      width: 100%; } }
  /* line 1153, style.scss */
  .list01 .img01 .product_imgb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 600px) {
      /* line 1167, style.scss */
      .list01 .img01 .product_imgb h5 {
        width: 100%; } }
    /* line 1178, style.scss */
    .list01 .img01 .product_imgb img {
      width: calc(50% - 10px);
      border: 1px solid #b8b1a3; }
      @media screen and (min-width: 930.01px) and (max-width: 1200px) {
        /* line 1178, style.scss */
        .list01 .img01 .product_imgb img {
          width: 100%; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 1178, style.scss */
        .list01 .img01 .product_imgb img {
          width: 100%; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 1178, style.scss */
        .list01 .img01 .product_imgb img {
          width: 100%; } }
      @media screen and (max-width: 600px) {
        /* line 1178, style.scss */
        .list01 .img01 .product_imgb img {
          width: calc((100% - 10px) / 3); } }
      /* line 1193, style.scss */
      .list01 .img01 .product_imgb img:nth-of-type(n+3) {
        margin-top: 20px; }
        @media screen and (min-width: 930.01px) and (max-width: 1200px) {
          /* line 1193, style.scss */
          .list01 .img01 .product_imgb img:nth-of-type(n+3) {
            margin-top: 10px; } }
        @media screen and (min-width: 760.01px) and (max-width: 930px) {
          /* line 1193, style.scss */
          .list01 .img01 .product_imgb img:nth-of-type(n+3) {
            margin-top: 10px; } }
        @media screen and (max-width: 600px) {
          /* line 1193, style.scss */
          .list01 .img01 .product_imgb img:nth-of-type(n+3) {
            margin-top: 0; } }
      @media screen and (min-width: 930.01px) and (max-width: 1200px) {
        /* line 1207, style.scss */
        .list01 .img01 .product_imgb img:nth-of-type(n+2) {
          margin-top: 10px; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 1207, style.scss */
        .list01 .img01 .product_imgb img:nth-of-type(n+2) {
          margin-top: 10px; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 1207, style.scss */
        .list01 .img01 .product_imgb img:nth-of-type(n+2) {
          margin-top: 10px; } }

@media screen and (max-width: 600px) {
  /* line 1241, style.scss */
  .list02 .product_listb h5,
  .list03 .product_listb h5,
  .list04 .product_listb h5,
  .list05 .product_listb h5,
  .list11 .product_listb h5,
  .list12 .product_listb h5 {
    width: 100%; } }
/* line 1253, style.scss */
.list02 .product_img,
.list03 .product_img,
.list04 .product_img,
.list05 .product_img,
.list11 .product_img,
.list12 .product_img {
  max-width: calc(25% - 15px); }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1253, style.scss */
    .list02 .product_img,
    .list03 .product_img,
    .list04 .product_img,
    .list05 .product_img,
    .list11 .product_img,
    .list12 .product_img {
      max-width: calc(25% - 7px); } }
  @media screen and (max-width: 600px) {
    /* line 1253, style.scss */
    .list02 .product_img,
    .list03 .product_img,
    .list04 .product_img,
    .list05 .product_img,
    .list11 .product_img,
    .list12 .product_img {
      max-width: calc(50% - 5px);
      margin: auto; } }
  /* line 1266, style.scss */
  .list02 .product_img img,
  .list03 .product_img img,
  .list04 .product_img img,
  .list05 .product_img img,
  .list11 .product_img img,
  .list12 .product_img img {
    border: 1px solid #b8b1a3; }
/* line 1270, style.scss */
.list02 .product_table,
.list03 .product_table,
.list04 .product_table,
.list05 .product_table,
.list11 .product_table,
.list12 .product_table {
  width: calc(75% - 5px); }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1270, style.scss */
    .list02 .product_table,
    .list03 .product_table,
    .list04 .product_table,
    .list05 .product_table,
    .list11 .product_table,
    .list12 .product_table {
      width: calc(75% - 3px); } }
  @media screen and (max-width: 600px) {
    /* line 1270, style.scss */
    .list02 .product_table,
    .list03 .product_table,
    .list04 .product_table,
    .list05 .product_table,
    .list11 .product_table,
    .list12 .product_table {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    /* line 1282, style.scss */
    .list02 .product_table table,
    .list03 .product_table table,
    .list04 .product_table table,
    .list05 .product_table table,
    .list11 .product_table table,
    .list12 .product_table table {
      margin-top: 20px; } }
  /* line 1294, style.scss */
  .list02 .product_table table + table,
  .list03 .product_table table + table,
  .list04 .product_table table + table,
  .list05 .product_table table + table,
  .list11 .product_table table + table,
  .list12 .product_table table + table {
    margin-top: 20px; }

/* line 1301, style.scss */
.list06 .product_imgb {
  display: flex; }
  /* line 1303, style.scss */
  .list06 .product_imgb a {
    text-decoration: none;
    color: #000;
    line-height: 1.3;
    max-width: calc(25% - 15px);
    margin-right: 20px; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 1303, style.scss */
      .list06 .product_imgb a {
        max-width: calc(25% - 7px);
        margin-right: 10px; } }
    @media screen and (max-width: 600px) {
      /* line 1303, style.scss */
      .list06 .product_imgb a {
        max-width: calc(50% - 5px);
        margin-right: 10px; } }
    /* line 1325, style.scss */
    .list06 .product_imgb a:last-of-type {
      margin-right: 0; }
    /* line 1328, style.scss */
    .list06 .product_imgb a img {
      border: 1px solid #b8b1a3; }

/* line 1336, style.scss */
.list07 h5,
.list08 h5 {
  margin: 20px 0 0; }
  @media screen and (max-width: 600px) {
    /* line 1336, style.scss */
    .list07 h5,
    .list08 h5 {
      margin: 0;
      width: 100%; } }
/* line 1349, style.scss */
.list07 .product_img,
.list08 .product_img {
  width: calc(50% - 10px); }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1349, style.scss */
    .list07 .product_img,
    .list08 .product_img {
      width: calc(50% - 5px); } }
  @media screen and (max-width: 600px) {
    /* line 1349, style.scss */
    .list07 .product_img,
    .list08 .product_img {
      max-width: 300px;
      width: 100%;
      margin: auto; } }
/* line 1369, style.scss */
.list07 .product_table,
.list08 .product_table {
  width: calc(50% - 10px); }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 1369, style.scss */
    .list07 .product_table,
    .list08 .product_table {
      width: 100%; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1369, style.scss */
    .list07 .product_table,
    .list08 .product_table {
      width: 100%; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1369, style.scss */
    .list07 .product_table,
    .list08 .product_table {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    /* line 1369, style.scss */
    .list07 .product_table,
    .list08 .product_table {
      width: 100%; } }
/* line 1387, style.scss */
.list07 .product_simg,
.list08 .product_simg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 1387, style.scss */
    .list07 .product_simg,
    .list08 .product_simg {
      display: none; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1387, style.scss */
    .list07 .product_simg,
    .list08 .product_simg {
      display: none; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1387, style.scss */
    .list07 .product_simg,
    .list08 .product_simg {
      display: none; } }
  @media screen and (max-width: 600px) {
    /* line 1387, style.scss */
    .list07 .product_simg,
    .list08 .product_simg {
      display: none; } }
  /* line 1406, style.scss */
  .list07 .product_simg.media_ls,
  .list08 .product_simg.media_ls {
    display: none; }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 1406, style.scss */
      .list07 .product_simg.media_ls,
      .list08 .product_simg.media_ls {
        display: flex;
        width: calc(50% - 5px);
        justify-content: space-between;
        flex-wrap: wrap;
        height: fit-content; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 1406, style.scss */
      .list07 .product_simg.media_ls,
      .list08 .product_simg.media_ls {
        display: flex;
        width: calc(50% - 5px);
        justify-content: space-between;
        flex-wrap: wrap;
        height: fit-content; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1406, style.scss */
      .list07 .product_simg.media_ls,
      .list08 .product_simg.media_ls {
        display: flex;
        width: calc(50% - 5px);
        justify-content: space-between;
        flex-wrap: wrap;
        height: fit-content; } }
    @media screen and (max-width: 600px) {
      /* line 1406, style.scss */
      .list07 .product_simg.media_ls,
      .list08 .product_simg.media_ls {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        height: fit-content;
        margin: 15px 0 0; } }
  /* line 1445, style.scss */
  .list07 .product_simg > a,
  .list08 .product_simg > a {
    width: calc(50% - 10px);
    margin-right: 20px;
    text-decoration: none;
    color: #000;
    line-height: 1.3; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 1445, style.scss */
      .list07 .product_simg > a,
      .list08 .product_simg > a {
        width: calc(50% - 5px);
        margin-right: 10px; } }
    @media screen and (max-width: 600px) {
      /* line 1445, style.scss */
      .list07 .product_simg > a,
      .list08 .product_simg > a {
        width: calc((100% - 10px) / 3);
        margin-right: 0; } }
    /* line 1464, style.scss */
    .list07 .product_simg > a:nth-of-type(2n),
    .list08 .product_simg > a:nth-of-type(2n) {
      margin-right: 0; }
    /* line 1467, style.scss */
    .list07 .product_simg > a:nth-of-type(n+3),
    .list08 .product_simg > a:nth-of-type(n+3) {
      margin-top: 20px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 1467, style.scss */
        .list07 .product_simg > a:nth-of-type(n+3),
        .list08 .product_simg > a:nth-of-type(n+3) {
          margin-top: 10px; } }
      @media screen and (max-width: 600px) {
        /* line 1467, style.scss */
        .list07 .product_simg > a:nth-of-type(n+3),
        .list08 .product_simg > a:nth-of-type(n+3) {
          margin-top: 0; } }
    /* line 1480, style.scss */
    .list07 .product_simg > a img,
    .list08 .product_simg > a img {
      border: 1px solid #b8b1a3; }
@media screen and (max-width: 600px) {
  /* line 1486, style.scss */
  .list07 .product_tableb table,
  .list08 .product_tableb table {
    margin: 15px 0 0; } }

/* line 1502, style.scss */
.list09 h5 {
  margin: 20px 0 0; }
  @media screen and (max-width: 600px) {
    /* line 1502, style.scss */
    .list09 h5 {
      margin: 0;
      width: 100%; } }
/* line 1515, style.scss */
.list09 .product_img {
  width: calc(50% - 10px); }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1515, style.scss */
    .list09 .product_img {
      width: calc(50% - 5px); } }
  @media screen and (max-width: 600px) {
    /* line 1515, style.scss */
    .list09 .product_img {
      max-width: 300px;
      width: 100%;
      margin: auto; } }
/* line 1535, style.scss */
.list09 .product_table {
  width: calc(50% - 10px); }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 1535, style.scss */
    .list09 .product_table {
      width: 100%; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1535, style.scss */
    .list09 .product_table {
      width: 100%; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1535, style.scss */
    .list09 .product_table {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    /* line 1535, style.scss */
    .list09 .product_table {
      width: 100%; } }
/* line 1553, style.scss */
.list09 .product_simg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 1553, style.scss */
    .list09 .product_simg {
      display: none; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1553, style.scss */
    .list09 .product_simg {
      display: none; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1553, style.scss */
    .list09 .product_simg {
      display: none; } }
  @media screen and (max-width: 600px) {
    /* line 1553, style.scss */
    .list09 .product_simg {
      display: none; } }
  /* line 1572, style.scss */
  .list09 .product_simg.media_ls {
    display: none; }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 1572, style.scss */
      .list09 .product_simg.media_ls {
        display: flex;
        width: calc(50% - 5px);
        justify-content: space-between;
        flex-wrap: wrap;
        height: fit-content; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 1572, style.scss */
      .list09 .product_simg.media_ls {
        display: flex;
        width: calc(50% - 5px);
        justify-content: space-between;
        flex-wrap: wrap;
        height: fit-content; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1572, style.scss */
      .list09 .product_simg.media_ls {
        display: flex;
        width: calc(50% - 5px);
        justify-content: space-between;
        flex-wrap: wrap;
        height: fit-content; } }
    @media screen and (max-width: 600px) {
      /* line 1572, style.scss */
      .list09 .product_simg.media_ls {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        height: fit-content;
        margin: 15px auto 0; } }
  /* line 1611, style.scss */
  .list09 .product_simg > a {
    width: calc(50% - 10px);
    margin-right: 20px;
    text-decoration: none;
    color: #000;
    line-height: 1.3; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 1611, style.scss */
      .list09 .product_simg > a {
        width: calc(50% - 5px);
        margin-right: 10px; } }
    @media screen and (max-width: 600px) {
      /* line 1611, style.scss */
      .list09 .product_simg > a {
        width: calc(50% - 5px);
        margin-right: 10px; } }
    /* line 1634, style.scss */
    .list09 .product_simg > a:nth-of-type(2n) {
      margin-right: 0; }
    /* line 1637, style.scss */
    .list09 .product_simg > a:nth-of-type(n+3) {
      margin-top: 20px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 1637, style.scss */
        .list09 .product_simg > a:nth-of-type(n+3) {
          margin-top: 10px; } }
      @media screen and (max-width: 600px) {
        /* line 1637, style.scss */
        .list09 .product_simg > a:nth-of-type(n+3) {
          margin-top: 10px; } }
    /* line 1653, style.scss */
    .list09 .product_simg > a img {
      border: 1px solid #b8b1a3; }
@media screen and (max-width: 600px) {
  /* line 1659, style.scss */
  .list09 .product_tableb table {
    margin: 15px 0 0; } }

@media screen and (max-width: 600px) {
  /* line 1673, style.scss */
  .list10 h5 {
    width: 100%; } }
/* line 1684, style.scss */
.list10 .product_img {
  width: calc(50% - 10px); }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1684, style.scss */
    .list10 .product_img {
      width: calc(50% - 5px); } }
  @media screen and (max-width: 600px) {
    /* line 1684, style.scss */
    .list10 .product_img {
      max-width: 300px;
      width: 100%;
      margin: auto; } }
/* line 1704, style.scss */
.list10 .product_table {
  width: calc(50% - 10px); }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 1704, style.scss */
    .list10 .product_table {
      width: 100%; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1704, style.scss */
    .list10 .product_table {
      width: 100%; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1704, style.scss */
    .list10 .product_table {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    /* line 1704, style.scss */
    .list10 .product_table {
      width: 100%; } }
/* line 1722, style.scss */
.list10 .product_simg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 1722, style.scss */
    .list10 .product_simg {
      display: none; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1722, style.scss */
    .list10 .product_simg {
      display: none; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1722, style.scss */
    .list10 .product_simg {
      display: none; } }
  @media screen and (max-width: 600px) {
    /* line 1722, style.scss */
    .list10 .product_simg {
      display: none; } }
  /* line 1741, style.scss */
  .list10 .product_simg.media_ls {
    display: none; }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 1741, style.scss */
      .list10 .product_simg.media_ls {
        display: flex;
        width: calc(50% - 5px);
        justify-content: space-between;
        flex-wrap: wrap;
        height: fit-content; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 1741, style.scss */
      .list10 .product_simg.media_ls {
        display: flex;
        width: calc(50% - 5px);
        justify-content: space-between;
        flex-wrap: wrap;
        height: fit-content; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1741, style.scss */
      .list10 .product_simg.media_ls {
        display: flex;
        width: calc(50% - 5px);
        justify-content: space-between;
        flex-wrap: wrap;
        height: fit-content; } }
    @media screen and (max-width: 600px) {
      /* line 1741, style.scss */
      .list10 .product_simg.media_ls {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        height: fit-content;
        margin: 15px auto 0; } }
  /* line 1773, style.scss */
  .list10 .product_simg > a {
    width: calc(50% - 10px);
    margin-right: 20px;
    text-decoration: none;
    color: #000;
    line-height: 1.3; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 1773, style.scss */
      .list10 .product_simg > a {
        width: calc(50% - 5px);
        margin-right: 10px; } }
    @media screen and (max-width: 600px) {
      /* line 1773, style.scss */
      .list10 .product_simg > a {
        width: calc(50% - 5px);
        margin-right: 10px; } }
    /* line 1796, style.scss */
    .list10 .product_simg > a:nth-of-type(2n) {
      margin-right: 0; }
    /* line 1799, style.scss */
    .list10 .product_simg > a:nth-of-type(n+3) {
      margin-top: 20px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 1799, style.scss */
        .list10 .product_simg > a:nth-of-type(n+3) {
          margin-top: 10px; } }
      @media screen and (max-width: 600px) {
        /* line 1799, style.scss */
        .list10 .product_simg > a:nth-of-type(n+3) {
          margin-top: 10px; } }
    /* line 1815, style.scss */
    .list10 .product_simg > a img {
      border: 1px solid #b8b1a3; }
/* line 1821, style.scss */
.list10 .product_tableb table {
  margin-top: 20px; }

/* line 1829, style.scss */
.list13 .product_flexb,
.list14 .product_flexb,
.list15 .product_flexb {
  flex-wrap: wrap; }
/* line 1832, style.scss */
.list13 .product_txt,
.list14 .product_txt,
.list15 .product_txt {
  width: 100%; }
/* line 1835, style.scss */
.list13 .product_img,
.list14 .product_img,
.list15 .product_img {
  width: 100%;
  margin: 20px 0 0; }
/* line 1839, style.scss */
.list13 .product_imgb,
.list14 .product_imgb,
.list15 .product_imgb {
  display: flex;
  flex-wrap: wrap; }
  /* line 1842, style.scss */
  .list13 .product_imgb > a,
  .list14 .product_imgb > a,
  .list15 .product_imgb > a {
    max-width: calc(25% - 15px);
    margin-right: 20px;
    text-decoration: none;
    color: #000;
    line-height: 1.3; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 1842, style.scss */
      .list13 .product_imgb > a,
      .list14 .product_imgb > a,
      .list15 .product_imgb > a {
        max-width: calc(25% - 7px);
        margin-right: 10px; } }
    @media screen and (max-width: 600px) {
      /* line 1842, style.scss */
      .list13 .product_imgb > a,
      .list14 .product_imgb > a,
      .list15 .product_imgb > a {
        max-width: calc(50% - 7px);
        margin-right: 10px; } }
    /* line 1865, style.scss */
    .list13 .product_imgb > a:nth-of-type(4n),
    .list14 .product_imgb > a:nth-of-type(4n),
    .list15 .product_imgb > a:nth-of-type(4n) {
      margin-right: 0; }
    @media screen and (max-width: 600px) {
      /* line 1868, style.scss */
      .list13 .product_imgb > a:nth-of-type(2n),
      .list14 .product_imgb > a:nth-of-type(2n),
      .list15 .product_imgb > a:nth-of-type(2n) {
        margin-right: 0; } }
    @media screen and (max-width: 600px) {
      /* line 1882, style.scss */
      .list13 .product_imgb > a:nth-of-type(n+3),
      .list14 .product_imgb > a:nth-of-type(n+3),
      .list15 .product_imgb > a:nth-of-type(n+3) {
        margin-top: 10px; } }
    /* line 1896, style.scss */
    .list13 .product_imgb > a img,
    .list14 .product_imgb > a img,
    .list15 .product_imgb > a img {
      border: 1px solid #b8b1a3; }

/* line 1903, style.scss */
.pickup_title {
  margin: 10px 0 0; }

/* line 1906, style.scss */
.pickup_titleb {
  display: flex;
  align-items: center; }
  /* line 1909, style.scss */
  .pickup_titleb span {
    background: #ee8c92;
    display: block;
    width: fit-content;
    padding: 5px 20px;
    line-height: 1.0;
    color: #ffffff;
    border-radius: 20px;
    margin-right: 10px; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1909, style.scss */
      .pickup_titleb span {
        padding: 5px 10px; } }
    @media screen and (max-width: 600px) {
      /* line 1909, style.scss */
      .pickup_titleb span {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 5px 10px; } }
  /* line 1931, style.scss */
  .pickup_titleb p {
    font-size: 24px;
    font-size: 2.4rem; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 1931, style.scss */
      .pickup_titleb p {
        font-size: 20px;
        font-size: 2.0rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1931, style.scss */
      .pickup_titleb p {
        font-size: 20px;
        font-size: 2.0rem; } }
    @media screen and (max-width: 600px) {
      /* line 1931, style.scss */
      .pickup_titleb p {
        font-size: 18px;
        font-size: 1.8rem; } }

/* line 1950, style.scss */
.pickup_txt {
  margin: 10px 0 0; }

/* line 1959, style.scss */
.list-recommend.product_list {
  margin: 40px 0 0; }
  @media screen and (max-width: 600px) {
    /* line 1959, style.scss */
    .list-recommend.product_list {
      margin: 30px 0 0; } }
/* line 1971, style.scss */
.list-recommend .product_listb {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: repeat(4, 1fr); }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 1971, style.scss */
    .list-recommend .product_listb {
      column-gap: 10px;
      row-gap: 10px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1971, style.scss */
    .list-recommend .product_listb {
      grid-template-columns: repeat(3, 1fr);
      column-gap: 10px;
      row-gap: 10px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1971, style.scss */
    .list-recommend .product_listb {
      grid-template-columns: repeat(3, 1fr);
      column-gap: 10px;
      row-gap: 10px; } }
  @media screen and (max-width: 600px) {
    /* line 1971, style.scss */
    .list-recommend .product_listb {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 10px;
      row-gap: 10px; } }
  /* line 1997, style.scss */
  .list-recommend .product_listb .product_link {
    max-width: 185px;
    width: 100%; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 1997, style.scss */
      .list-recommend .product_listb .product_link {
        max-width: 200px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1997, style.scss */
      .list-recommend .product_listb .product_link {
        max-width: 200px; } }
    @media screen and (max-width: 600px) {
      /* line 1997, style.scss */
      .list-recommend .product_listb .product_link {
        max-width: 300px; } }
    /* line 2013, style.scss */
    .list-recommend .product_listb .product_link a {
      text-decoration: none;
      color: #000;
      line-height: 1.3; }
      /* line 2018, style.scss */
      .list-recommend .product_listb .product_link a:hover {
        opacity: 0.6; }
      /* line 2021, style.scss */
      .list-recommend .product_listb .product_link a img {
        border: 1px solid #b8b1a3; }
  /* line 2027, style.scss */
  .list-recommend .product_listb .product_img01 {
    grid-row: 1 / 3;
    grid-column: 1 / 3; }
  /* line 2041, style.scss */
  .list-recommend .product_listb .product_img02 {
    grid-row: 7 / 9;
    grid-column: 3 / 5; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 2041, style.scss */
      .list-recommend .product_listb .product_img02 {
        grid-row: 9 / 11;
        grid-column: 2 / 4; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 2041, style.scss */
      .list-recommend .product_listb .product_img02 {
        grid-row: 9 / 11;
        grid-column: 2 / 4; } }
    @media screen and (max-width: 600px) {
      /* line 2041, style.scss */
      .list-recommend .product_listb .product_img02 {
        grid-row: 13 / 15;
        grid-column: 1 / 3; } }

/*# sourceMappingURL=style.css.map */
