<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================

↓ヘッドタイトルcss 

=================================== */
h2 {
  width: 100%;
  height: 260px;
  min-width: 980px;
  padding-top: 240px;
  font-size: 38px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.3em;
  position: relative;
  font-weight: bold;
  background: url(../img/product/product_bg.jpg) no-repeat bottom center;
  background-size: cover;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  h2 {
    min-width: 100%;
    height: 0;
    font-size: 24px;
    padding-top: 110px;
    padding-bottom: 100px;
    background: url(../img/product/sp_product_bg.jpg) no-repeat bottom center;
    background-size: cover;
    margin-bottom: 10px;
  }
}

h2:before {
  content: "";
  display: block;
  width: 155x;
  height: 53px;
  background: url(../img/product/products_title.png) no-repeat;
  position: absolute;
  right: 0;
  top: 170px;
  bottom: 0;
  left: 50%;
  /* Horizontally centered. */
  margin-left: -78px;
  /* Half of my width. */
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  h2:before {
    width: 135px;
    height: 46px;
    margin-left: -68px;
    /* Half of my width. */
    top: 50px;
  }
}

.bread_nav {
  width: 980px;
  margin: 0 auto 100px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #666666;
}

@media only screen and (max-width: 768px) {
  .bread_nav {
    width: 100%;
    margin: 0 auto 60px;
    font-size: 10px;
  }
}

.bread_nav a {
  color: #c58313;
  text-decoration: none;
}

.bread_nav a:first-of-type {
  position: relative;
}

.bread_nav a:first-of-type:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 15px;
  margin-right: 4px;
  background-color: red;
  background: url(../img/about/ico_home.svg) no-repeat;
}

@media only screen and (max-width: 768px) {
  .bread_nav a:first-of-type:before {
    width: 8px;
    height: 12px;
  }
}

/* ===================================

↓導入css 

=================================== */
.contents_inner {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  /*h3*/
  /*p*/
}

@media only screen and (max-width: 768px) {
  .contents_inner {
    width: 100%;
  }
}

.contents_inner h3 {
  font-size: 24px;
  font-feature-settings: "palt";
  font-weight: bold;
  color: #422210;
  margin-bottom: 40px;
  line-height: 2em;
  text-align: center;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 768px) {
  .contents_inner h3 {
    font-size: 18px;
    margin-bottom: 50px;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    margin-bottom: 20px;
  }
  .contents_inner h3 br {
    display: none;
  }
}

.contents_inner p {
  font-size: 16px;
  line-height: 2.5em;
  color: #422210;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 140px;
}

@media only screen and (max-width: 768px) {
  .contents_inner p {
    font-size: 14px;
    line-height: 2em;
    text-align: left;
    margin-bottom: 70px;
  }
  .contents_inner p br {
    display: none;
  }
}

/* ===================================

↓ちんでんcss 

=================================== */
.chinden {
  width: 100%;
  min-width: 980px;
  height: 510px;
  background: url(../img/product/cloth_bg.jpg);
  margin-bottom: 180px;
  /*.inner*/
}

@media only screen and (max-width: 768px) {
  .chinden {
    min-width: 100%;
    margin-bottom: 100px;
    padding-bottom: 40px;
    height: auto;
  }
}

.chinden .inner {
  width: 980px;
  margin: 0 auto;
  /*.image_box*/
  /*.chinden_copy*/
}

@media only screen and (max-width: 768px) {
  .chinden .inner {
    width: 100%;
  }
}

.chinden .inner .image_box {
  width: 510px;
  float: left;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .chinden .inner .image_box {
    width: 100%;
    float: none;
    padding-bottom: 50%;
  }
}

.chinden .inner .chinden_copy {
  width: 440px;
  float: right;
  position: relative;
  padding-top: 100px;
}

@media only screen and (max-width: 768px) {
  .chinden .inner .chinden_copy {
    width: 100%;
    float: none;
    padding-top: 0;
  }
}

.img_01 {
  width: 470px;
  position: absolute;
  top: -40px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .img_01 {
    top: -30px;
    width: 60%;
    left: 5%;
  }
}

.img_02 {
  width: 375px;
  position: absolute;
  top: 150px;
  right: 10px;
}

@media only screen and (max-width: 768px) {
  .img_02 {
    width: 45%;
    top: 50px;
    right: 20%;
  }
}

.img_03 {
  width: 120px;
  position: absolute;
  top: 230px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .img_03 {
    width: 18%;
    top: 20px;
    left: 78%;
  }
}

.chinden_copy h4 {
  width: 350px;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .chinden_copy h4 {
    width: 70%;
    position: static;
    margin: 20px auto 30px;
  }
}

.chinden_copy p {
  font-size: 14px;
  line-height: 2.3em;
  color: #422210;
}

@media only screen and (max-width: 768px) {
  .chinden_copy p {
    width: 90%;
    ine-height: 2em;
    margin: 0 auto;
  }
}

.chinden_link_btn a {
  display: block;
  margin: 80px auto 0;
  width: 380px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 25px;
  height: 55px;
  color: #ffffff;
  text-decoration: none;
  background-color: #387c33;
  border-radius: 10px;
  position: relative;
  transition: all .5s ease-out;
}

@media only screen and (max-width: 768px) {
  .chinden_link_btn a {
    width: 90%;
    font-size: 3.5vw;
    margin: 80px auto 0;
  }
}

.chinden_link_btn a:after {
  content: "";
  display: block;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: #ffffff 1px solid;
  border-right: #ffffff 1px solid;
  position: absolute;
  right: 40px;
  top: 36px;
  transition: all .5s ease-out;
}

@media only screen and (max-width: 768px) {
  .chinden_link_btn a:after {
    right: 7%;
  }
}

.chinden_link_btn a:before {
  content: "";
  display: block;
  width: 140px;
  height: 75px;
  background: url(../img/product/chinden_character.svg) no-repeat center;
  position: absolute;
  left: 10px;
  top: -64px;
  transition: all .5s ease-out;
}

@media only screen and (max-width: 768px) {
  .chinden_link_btn a:before {
    left: 20vw;
  }
}

.chinden_link_btn a:hover {
  background-color: #e36508;
}

.chinden_link_btn a:hover:after {
  right: 35px;
}

@media only screen and (max-width: 768px) {
  .chinden_link_btn a:hover:after {
    right: 7%;
  }
}

.chinden_link_btn a:hover:before {
  left: 220px;
}

@media only screen and (max-width: 768px) {
  .chinden_link_btn a:hover:before {
    left: 20vw;
  }
}

/* ===================================　

↓その他のパンcss 

=================================== */
.product_inner {
  width: 980px;
  margin: 0 auto 70px;
  overflow: hidden;
  font-size: 0;
}

@media only screen and (max-width: 768px) {
  .product_inner {
    width: 90%;
    margin: 0 auto 50px;
  }
}

.pan {
  display: inline-block;
  /* インラインブロック化 */
  vertical-align: top;
  /* 上端を揃える */
  width: 272px;
  font-size: 14px;
  margin-right: 77px;
  margin-bottom: 80px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .pan {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.pan:nth-child(3n) {
  margin-right: 0;
}

.pan img {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .pan img {
    margin-bottom: 10px;
  }
}

.pan dl {
  text-align: center;
}

.pan dl dt {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #c59f36;
  letter-spacing: 0.3em;
  padding-bottom: 10px;
  border-bottom: dotted 2px  #c59f36;
}

.pan dl dd {
  text-align: left;
  font-size: 14px;
  line-height: 2em;
  color: #422210;
}

.under_copy {
  font-feature-settings: "palt";
  font-size: 20px;
  font-weight: bold;
  line-height: 2.3em;
  color: #422210;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .under_copy {
    font-size: 18px;
    line-height: 2em;
    text-align: left;
    margin-bottom: 70px;
    letter-spacing: 0.1em;
  }
  .under_copy br {
    display: none;
  }
}
</pre></body></html>