@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

@media (min-width: 769px) {
  h1,
  h2,
  h3,
  h4,
  p,
  ul {
    margin: 0;
    padding: 0;
  }

  ul {
    list-style: none;
  }

  /* パンくず */
  .breadcrumb {
    padding: 10px;
    font-size: 12px;
    line-height: 2;
    max-width: 1000px;
    width: 100%;
    margin: auto;
  }

  .breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
  }

  .breadcrumb ul li a {
    display: inline-block;
    position: relative;
    padding: 0 7px;
    margin-left: 10px;
  }

  .breadcrumb ul li {
    position: relative;
  }

  .breadcrumb ul li:after {
    position: absolute;
    top: 0;
    left: 2px;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
    content: ">";
  }

  .breadcrumb ul li:first-child,
  .breadcrumb ul li:first-child a {
    padding-left: 0;
    margin-left: 0;
  }

  .breadcrumb ul li:first-child:after {
    display: none;
  }

  .border-bottom {
    border-bottom: 1px solid #444;
  }

  /*メインコンテンツ*/
  .mv-area {
    width: 100%;
    margin: 0 auto 40px;
  }

  .mv {
    width: 100%;
    margin: 0 auto;
    background: #fff;
  }

  .mv img {
    display: block;
  }

  section img {
    width: 100%;
    margin: 0 auto;
  }

  .mv-text-cont {
    width: 100%;
    padding: 40px 0 0;
    margin: 0 auto;
  }

  .mv-ttl {
    width: 100%;
    margin: 0 auto 34px;
    font-size: 20px;
    font-weight: 800;
    color: #C75912;
    text-align: center;
    background: #fff;
  }

  .mv-text {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    color: #444;
    line-height: 1.8;
  }

  .color-flex {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin: 0 auto 28px;
  }

  .color-flex div {
    max-width: 98px;
    width: 50%;
    margin-right: 18px;
  }

  .color-flex div figure {
    width: 100%;
    max-width: 80px;
    margin: 0 auto 8px;
  }

  .color-flex div p {
    font-size: 12px;
    text-align: center;
    width: 100%;
  }
  .cont {
    font-family: "Noto Sans JP", sans-serif;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 80px;
  }

  .tl-bg {
    background-color: #C75912;
    padding: 16px 0;
    width: 100%;
    margin: 0 auto 30px;
  }

  .midashi {
    color: #fff;
    font-size: 22px;
    border-bottom: none;
    font-weight: 800;
    text-align: center;
  }

  .inner {
    display: flex;
    justify-content: space-between;
  }

  .img-l {
    text-align: left;
    width: 50%;
    padding-right: 2.3%;
  }

  .text-r {
    text-align: left;
    line-height: 1.8;
    width: 50%;
  }

  .pt-m {
    color: #C51112;
    padding-top: 0;
    background-color: #fff;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .txt {
    font-size: 16px;
    margin: 0 auto 36px;
    font-weight: 600;
  }

  .ditails {
    font-size: 16px;
    padding: 0.4% 0 0.4% 16px;
    border-left: 6px solid #221714;
    line-height: 1.8;
    background: #fff;
  }

  .product-price {
    font-size: 22px;
    font-weight: 600;
  }

  .tax {
    font-size: 13px;
  }

  .btn-ks {
    position: relative;
    display: block;
    background: #b39e5f;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 48px;
    margin-bottom: 28px;
    text-align: center;
    padding: 12px 0;
    width: 100%;
  }

  .dtl {
    max-width: 298px;
  }

  a.btn-ks::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    margin: auto;
    content: "";
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  a.btn-ks:hover {
    opacity: 0.6;
    color: #fff;
  }

  .souldout {
    font-size: 20px;
    font-weight: 600;
    background-color: #eff1f2;
    padding: 12px 0;
    text-align: center;
  }

  .ud-l {
    width: 100%;
    background: #aaa;
    height: 1px;
    margin: 0 auto 40px;
  }

  .w-400 {
    max-width: 400px;
    margin: 0 auto;
  }

  .pd-30 {
    padding-bottom: 30px;
  }

  .mb-80 {
    margin: 0 auto 80px;
  }

  .mb-60 {
    margin: 0 auto 60px;
  }

  .mb-40 {
    margin: 0 auto 40px;
  }

  .mb-30 {
    margin: 0 auto 30px;
  }

  .mb-20 {
    margin: 0 auto 20px;
  }

  .mb-15 {
    margin: 0 auto 15px;
  }

  .mb-8 {
    margin: 0 auto 0.8%;
  }
}

@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  p,
  ul {
    margin: 0;
    padding: 0;
  }

  a {
    display: block;
  }

  li {
    list-style: none;
  }

  section img {
    max-width: 100%;
  }

  .pc_only_{
    display: none; 
  }

  /* パンくず */
  .breadcrumb {
    font-size: 12px;
    line-height: 2;
    margin: auto;
    width: 94.6%;
  }

  .breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .breadcrumb ul li a {
    display: inline-block;
    position: relative;
    padding: 0 7px;
    margin-left: 10px;
  }

  .breadcrumb ul li {
    position: relative;
  }

  .breadcrumb ul li:after {
    position: absolute;
    top: 0;
    left: 2px;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
    content: ">";
  }

  .breadcrumb ul li:first-child,
  .breadcrumb ul li:first-child a {
    padding-left: 0;
    margin-left: 0;
  }

  .breadcrumb ul li:first-child:after {
    display: none;
  }

  .border-bottom {
    border-bottom: 1px solid #444;
  }

  /*メインコンテンツ*/
  .mv-area {
    width: 100%;
    margin: 0 auto 40px;
  }

  .mv {
    width: 100%;
    margin: 0 auto 40px;
    background-color: #fff;
  }

  section{
    margin-bottom: 20px;
  }

  section img {
    width: 100%;
    margin: 0 auto;
  }

  .mv-ttl {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 20px;
    font-weight: 800;
    color: #C75912;
    text-align: center;
    background: #fff;
    line-height: 2;
  }

  .mv-text {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #444;
    line-height: 1.8;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 2;
  }

  .cont {
    width: 100%;
    margin: 0 auto 80px;
  }

  .tl-bg {
    background-color: #C75912;
    padding: 8px 0;
    width: 100%;
    margin: 0 auto 30px;
  }

  .midashi {
    color: #fff;
    font-size: 18px;
    border-bottom: none;
    font-weight: 800;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0.12rem;
  }

  .inner {
    width: 94.6%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }

  .inner .img-l{
    order: 1;
  }

  .inner .img-l a{
    margin-bottom: 10px;
  }

  .pt-m {
    color: #C51112;
    padding-top: 0;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .txt {
    font-size: 16px;
    margin: 0 auto 40px;
  }
  .ditails {
    font-size: 18px;
    padding: 0.2% 0 0.2% 8px;
    border-left: 4px solid #221714;
    line-height: 1.8;
    background: #fff;
    margin-bottom: 20px;
  }

  .product-price {
    font-size: 20px;
    font-weight: 600;
  }

  .tax {
    font-size: 14px;
  }

  .lst {
    margin-bottom: 0;
  }

  .w-400 {
    width: 80%;
    margin: 0 auto;
  }

  .btn-ks {
    position: relative;
    display: block;
    background: #b39e5f;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 48px;
    margin-bottom: 28px;
    text-align: center;
    padding: 12px 0;
    width: 100%;
    letter-spacing: 0.12rem;
  }

  a.btn-ks::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    margin: auto;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  a.btn-ks:hover {
    opacity: 0.6;
    color: #fff;
  }

  .color-flex {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin: 0 auto 28px;
  }

  .color-flex div {
    max-width: 73px;
    width: 50%;
    margin-right: 16px;
  }

  .color-flex div figure {
    width: 100%;
    max-width: 73px;
    margin: 0 0 6px 0;
  }

  .color-flex div p {
    font-size: 12px;
    text-align: center;
    width: 100%;
  }

  .sml {
    font-size: 14px;
    margin: 0 auto 24px;
  }

  .b-btm {
    border-bottom: solid 1px #ccc;
    width: 94.6%;
    margin: 0 auto 40px;
  }

  .souldout {
    font-size: 16px;
    font-weight: 600;
    background-color: #eff1f2;
    padding: 12px 0;
    text-align: center;
  }

  .mb-10 {
    margin-bottom: 20px;
  }

  .mb-20 {
    margin-bottom: 40px;
  }

  .mb-25 {
    margin-bottom: 50px;
  }

  .mb-40 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 750px) {
  .none-750 {
    display: none;
  }
}

@media screen and (max-width: 580px) {
  .txt {
    margin-bottom: 20px;
  }
  .mb-10 {
    margin-bottom: 10px;
  }

  .mb-20 {
    margin-bottom: 20px;
  }

  .mb-25 {
    margin-bottom: 25px;
  }

  .mb-40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 540px) {
  .tl-bg {
    margin: 0 auto 15px;
  }
}

@media screen and (min-width: 520px) {
  .none-520 {
    display: none;
  }
}
