@charset "utf-8";

#contents p,
p:hover {
  color: #313131;
}

#contents b,
b:hover {
  color: #313131;
}

#contents ruby,
rt:hover {
  color: #313131;
}

/*#contents h2:hover {
  color: #313131;
}
*/
#contents li,
li:hover {
  color: #313131;
}

@media screen and (min-width:737px) {

  .lead,
  .lead:hover {
    font-size: 1.25rem;
    color: #313131;
    text-align: center;
  }

  .pc-none {
    display: none;
  }

  .btn ul {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    z-index: 100;
    display: flex;
  }

  .btn li {
    display: inline-flex;
    width: calc(33.3333% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
    justify-content: center;
    text-align: center;
  }

  .btn li:nth-of-type(3n) {
    margin-right: 0;
    /*右端に来る箱だけ右側の余白を消す*/
  }

  /*====//btn====*/
  .btn-link a {
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: #0076AE;
    border: 0px;
    color: #fff;
    letter-spacing: 0.1em;
    padding: 3%;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .btn-link:active,
  .btn-link:hover,
  .btn-link:visited,
  .btn-link:link {
    color: #fff;
  }

  .btn-link span {
    position: absolute;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
  }

  .btn-link a:after {
    position: absolute;
    content: "\e914";
    top: 60%;
    right: 5%;
    width: 10px;
    height: 10px;
    color: #fff;
    font-size: 16px;
    font-family: "icn_font";
    line-height: 0;
    transform: translateX(-50%) translateY(-50%);
  }

  .btn-link:hover {
    cursor: pointer;
    opacity: 0.6;
    transition-duration: 0.5s;
  }

  /*====btn//========*/
  #w-bg .top_h2 {
    text-align: center;
    color: #008234;
    font-size: 24px;
    margin: 40px 0 0;
  }

  #w-bg .top_h2 span {
    color: #008234;
  }

  #w-bg .top_h2 {
    display: flex;
    align-items: center;
    /* 垂直中心 */
    justify-content: center;
    /* 水平中心 */
  }

  #w-bg .top_h2:before,
  #w-bg .top_h2:after {
    border-top: 2px solid;
    border-color: #008234;
    content: "";
    width: 10em;
    /* 線の長さ */
  }

  #w-bg .top_h2:before {
    margin-right: 0.5em;
    /* 文字の右隣 */
  }

  #w-bg .top_h2:after {
    margin-left: 0.5em;
    /* 文字の左隣 */
  }

  #w-bg .tit_h2 {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
    text-align: center;
    margin: -20px 0 40px 0;
    padding: 0;
  }

  #w-bg .tit_h2:before {
    content: '';
    position: absolute;
    bottom: -25px;
    display: inline-block;
    width: 10%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
  }

  #w-bg button.more {
    position: relative;
    width: 400px;
    margin: 20px auto;
    display: block;
    background-color: #0076AE;
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
  }

  #w-bg button.more:hover {
    opacity: 0.6;
    cursor: pointer;
  }

  #w-bg button.more a {
    color: #fff;
  }

  #w-bg button.more:after {
    position: absolute;
    content: "\e903";
    top: 50%;
    right: 0%;
    color: #fff;
    font-size: 16px;
    font-family: "icn_font";
    line-height: 0;
    transform: translateX(-50%) translateY(-50%);
  }

  #w-bg {
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
    padding: 1% 0.8% 4%;
    margin: 40px 0;
  }

  #w-bg a {
    text-decoration: none;
  }

  #w-bg a :hover {
    opacity: 0.8;
  }

  #w-bg .ly-mod-ttl-l.ly-no-bd {
    margin-top: 20px;
    margin-bottom: 0;
  }

  #w-bg .listarea {
    display: flex;
    flex-wrap: wrap;
  }

  #w-bg .list {
    display: flex;
    flex-direction: column;
    width: 30.934%;
    margin: 0 1.2%;
    margin-top: 40px;
    box-sizing: border-box;
  }

  #w-bg .listarea.col4 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  #w-bg .listarea.col4 .list {
    display: flex;
    flex-direction: column;
    width: calc(100% / 4 - .5rem);
    margin-top: 40px;
    box-sizing: border-box;
    margin: 40px 0 0;
  }

  #w-bg .listarea.col4 .cat_txt {
    font-size: 1rem;
  }

  #w-bg .ph {
    min-height: 0%;
  }

  #w-bg .clear {
    clear: both;
  }

  #w-bg .category {
    color: #008234;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    margin: 10px 0;
  }

  #w-bg .cat_tit {
    color: #0076AE;
    font-size: 18px;
    font-weight: bold;
  }

  #w-bg .cat_txt {
    color: #313131;
    font-size: 18px;
  }

  #w-bg .cat_txtS {
    color: #313131;
    font-size: 16px;
    text-align: right;
  }

  #w-bg a:hover .category {
    opacity: 0.8;
  }

  #w-bg a:hover .cat_tit {
    opacity: 0.8;
  }

  #w-bg a:hover .cat_txt {
    opacity: 0.8;
  }

  #w-bg a:hover .cat_txtS {
    opacity: 0.8;
  }

  #w-bg a:hover .ph {
    opacity: 0.8;
  }
}

@media screen and (max-width:736px) {

  .lead,
  .lead:hover {
    font-size: 0.9rem;
    color: #313131;
    text-align: center;
  }

  .sp-none {
    display: none;
  }

  .btn ul {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }

  .btn li {
    flex-wrap: wrap;
    display: inline-flex;
    width: 48%;
    margin: 3px 2.5px;
  }

  .btn li:nth-of-type(2n) {
    margin-right: 0;
    /*右端に来る箱だけ右側の余白を消す*/
  }

  /*====//btn====*/
  .btn-link a {
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: #0076AE;
    border: 0px;
    color: #fff;
    letter-spacing: 0.1em;
    padding: 0 3%;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .btn-link:active,
  .btn-link:hover,
  .btn-link:visited,
  .btn-link:link {
    color: #fff;
  }

  .ly-wrp-breadcrumb-sp-inner span {
    color: #000;
  }



  .btn-link span {
    position: absolute;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
    width: 80%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
  }

  .btn-link a:after {
    position: absolute;
    content: "\e914";
    top: 60%;
    right: 3%;
    width: 10px;
    height: 10px;
    color: #fff;
    font-size: 13px;
    font-family: "icn_font";
    line-height: 0;
    transform: translateX(-50%) translateY(-50%);
  }

  .btn-link:hover {
    cursor: pointer;
    opacity: 0.6;
    transition-duration: 0.5s;
  }

  /*====btn//========*/
  #w-bg .top_h2 {
    text-align: center;
    color: #008234;
    font-size: 20px;
    margin: 30px 0 0;
  }

  #w-bg .top_h2 span {
    color: #008234;
  }

  #w-bg .top_h2 {
    display: flex;
    align-items: center;
    /* 垂直中心 */
    justify-content: center;
    /* 水平中心 */
  }

  #w-bg .top_h2:before,
  #w-bg .top_h2:after {
    border-top: 2px solid;
    border-color: #008234;
    content: "";
    width: 3em;
    /* 線の長さ */
  }

  #w-bg .top_h2:before {
    margin-right: 0.5em;
    /* 文字の右隣 */
  }

  #w-bg .top_h2:after {
    margin-left: 0.5em;
    /* 文字の左隣 */
  }

  #w-bg .tit_h2 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0;
  }

  #w-bg .tit_h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 15%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
  }

  #w-bg button.more {
    position: relative;
    width: 90%;
    height: 40px;
    margin: 20px auto;
    display: block;
    background-color: #0076AE;
    border-radius: 5px;
    color: #fff;
    padding: 3px 10px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
  }

  #w-bg button.more:hover {
    opacity: 0.6;
    cursor: pointer;
  }

  #w-bg button.more a {
    color: #fff;
  }

  #w-bg button.more:after {
    position: absolute;
    content: "\e903";
    top: 50%;
    right: 0%;
    color: #fff;
    font-size: 12px;
    font-family: "icn_font";
    line-height: 0;
    transform: translateX(-50%) translateY(-50%);
  }

  #w-bg {
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
    padding: 1% 2% 10% 2%;
    margin: 20px 0;
  }

  #w-bg a {
    text-decoration: none;
  }

  #w-bg a :hover {
    opacity: 0.8;
  }

  #w-bg .ly-mod-ttl-l.ly-no-bd {
    margin-top: 20px;
    margin-bottom: 0;
  }

  #w-bg .list {
    width: auto;
    margin: 0 1.2%;
    margin-top: 30px;
  }

  #w-bg .category {
    color: #008234;
    font-weight: bold;
    text-align: right;
    margin: 10px 0;
    opacity: 1;
  }

  #w-bg .cat_tit {
    color: #0076AE;
    font-size: 14px;
    font-weight: bold;
    opacity: 1;
  }

  #w-bg .cat_txt {
    color: #313131;
    font-size: 14px;
    opacity: 1;
  }

  #w-bg .cat_txtS {
    color: #313131;
    font-size: 13px;
    text-align: right;
  }

  #w-bg a:hover .category {
    opacity: 0.8;
  }

  #w-bg a:hover .cat_tit {
    opacity: 0.8;
  }

  #w-bg a:hover .cat_txt {
    opacity: 0.8;
  }

  #w-bg a:hover .cat_txtS {
    opacity: 0.8;
  }

  #w-bg a:hover .ph {
    opacity: 0.8;
  }
}

/*======common調整======*/
.ly-lang-switch {
  color: #313131;
}

.ly-lang-switch:hover {
  color: #313131;
}

.ly-wrp-breadcrumb span {
  font-size: 11.5px;
  color: #313131;
}

/*======2025/09 商品開発秘話のスタイル移築======*/
#w-bg .h3_tit {
  background-image: linear-gradient(0deg, rgba(247, 166, 12, 1), rgba(255, 34, 87, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 0.86));
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-shadow: 3px 3px 3px #1cac4b, -3px -3px 3px #1cac4b, -3px 3px 3px #1cac4b, 3px -3px 3px #1cac4b, 3px 0px 3px #1cac4b, -3px 0px 3px #1cac4b, 0px 3px 3px #1cac4b, 0px -3px 3px #1cac4b;
  /* margin: 0px; 2025/09 delete */
  padding-top: 20px;
}
#w-bg .sub_tit {
  text-align: center;
  font-size: 16px;
  color: #424242;
  margin-top: -20px;
  padding: 0;
}

@media screen and (max-width: 736px) {
  #w-bg .h3_tit {
    background-image: linear-gradient(0deg, rgba(247, 166, 12, 1), rgba(255, 34, 87, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 0.86));
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-shadow: 3px 3px 3px #1cac4b, -3px -3px 3px #1cac4b, -3px 3px 3px #1cac4b, 3px -3px 3px #1cac4b, 3px 0px 3px #1cac4b, -3px 0px 3px #1cac4b, 0px 3px 3px #1cac4b, 0px -3px 3px #1cac4b;
    /* margin: 0px; 2025/09 delete */
    padding-top: 20px;
  }
  #w-bg .sub_tit {
    text-align: center;
    font-size: 13px;
    color: #424242;
    margin-top: -10px;
    padding: 0;
  }
}