.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.mainCalendar {
  display: flex;
  justify-content: space-between;
}
.mainCalendar table.tbl_calendar {
    max-width: calc(50% - 30px);
}
.mainCalendar table.tbl_calendar caption{
  font-weight: bold;
    margin: 0px auto 15px;
    font-size: 18px;
}
@media (max-width: 991px) {
  .mainCalendar {
    display: block;
  }
  .mainCalendar table.tbl_calendar {
      max-width: 100%;
  }
}

// 20230923追加
p.keyword_c_text strong {
    font-weight: 700;
}

@media (min-width: 992px) {
  .sec_giftConcept.conceptB .alignCenter {
    padding-left: 30px;
  }
}

.sec_add_link a {
    border-bottom: 1px solid!important;
}
.sec_add_link {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


.sec_mv_news .newsList--typeC .newsList__head h2 {
    background: #286F54!important;
    border-color: #286F54!important;
}
.sec_keyword .keywordList li a {
    border-color: #286F54!important;
    color: #286F54!important;
}
.button--typeB, a.button--typeB, .button, a.button {
    border: 1px solid #286F54!important;
    background: #286F54!important;
}
.conceptB .text--left small {
    color: #286F54!important;
}
.tab--typeD .tabSwitch li.active, .tab--typeB .tabSwitch li.active {
    border-bottom: 2px solid #286F54!important;
    color: #286F54!important;
}
.button--typeA, a.button--typeA, .button--typeA, a.button--typeA {
    color: #286F54!important;
}
.button--typeA.arrow:hover, a.button--typeA.arrow:hover, .button--typeA.arrow:hover, a.button--typeA.arrow:hover {
    background-color: #286F54!important;
    color: #fff!important;
}
.bnrList a:hover {
    color: #286F54!important;
}
.articleList__wrap:hover, .articleList__wrap:active {
    color: #286F54!important;
}
.conceptB .contentsSlider .slick-prev {
    left: 15px;
}
.conceptB .contentsSlider .slick-next {
    right: 15px;
}
@media (max-width:767px){
.conceptB__right {
    padding-right: inherit!important;
  
}
  .collabSec .conceptB__textWrap p{
  text-align: center;
  }
}
h2.h2C small {
    color: black;
    font-size: 16px;
    margin-bottom: 50px;
}
section.sec_keyword {
    margin-bottom: 50px !important;
}

.fusatochois {
    text-align: center;
    margin-bottom: 30px;
}

.fusatochois a img {
    padding: 10px;
}

a.button--typeB.arrow.block {
    width: 200px;
}

section.sec_info {
    margin-top: 40px;
}

.col-pc-6.col-sp-12 iframe {
    width: 100%;
}

.keywordSearch.keywordSearch--typeA a.button--typeB.arrow.block {
    width: 200px;
    height: 60px;
    padding-top: 15px;
}

/* 20240925 コンテンツ移動の調整 start */
.groovynuts {
    margin: 100px auto 100px;
}
@media screen and (max-width: 768px) {
    .groovynuts {
        margin: 50px auto 50px;
    }
}
/* 20240925 コンテンツ移動の調整 end */

/* 20251022 アーティストのプロフィール掲載 */
.itemArrange__img img {
    width: 100%;
}
.artistSec .headImages {
    text-align: center;
    max-width: 420px;
    width: 35vw;
    margin: 50px auto;
}
.artistSec .headImages img {
    display: block;
    margin: 5px auto;
}
.artistSec .groovynutsText {
    max-width: 55%;
}
.artistSec .crossImage {
    max-width: 50px;
    width: 8%;
}
.artistSec .artistImage {
    max-width: 740px;
    margin: 0 auto 30px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.artistSec .artistImage .itemImage {
    width: 30%;
}
.artistSec .artistImage .itemImage img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.artistSec .artistProfile {
    max-width: 920px;
    margin: 0 auto 30px;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 767px) {
    .artistSec .headImages {
    text-align: center;
    width: 55vw;
    margin: 30px auto;
    }
    .artistSec .headImages img {
    display: block;
    margin: 10px auto;
    }
    .artistSec .artistImage .itemImage {
    width: calc(100% / 3);
    }
    .artistSec .artistImage .itemImage img {
    height: 100px;
    }
}

/* 20251022 よくある質問コンテンツの掲載 */
.sec_qa {
    margin-top: 60px;
}
.qa_kind {
    text-align: left;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 20px;
}
div.qaWrap a {
    text-decoration: underline;
}
div.qaWrap a:hover {
    text-decoration: none;
    color: #006400;
}
div.qaWrap {
    text-align: center;
}
div.qaWrap div.inner {
    margin: 0 auto;
}
div.qaWrap h2 {
    padding: 0 0 80px;
    text-align: left;
}
div.qaWrap div.block {
    text-align: left;
    margin: 0 0 20px;
    padding: 0 0 0 40px;
}
div.qaWrap h3 {
    font-size: 14pt;
    font-weight: bold;
    margin: 0 0 30px;
}
div.qaWrap h3 span.num {
    font-size: 19pt;
    padding: 0 12px 0 0;
    font-family: Helvetica, Arial, sans-serif;
}
div.qaWrap h3 span.title {
    border-bottom: 1px solid #333;
    padding: 0 0 3px;
    line-height: 2.0;
}
div.qaWrap div.block p {
    padding-left: 20px;
    line-height: 2.0;
}
div.qaWrap div.block p span {
    background: linear-gradient(transparent 50%, #fff697 0%);
    display: inline;
}
div.qaWrap p.name {
    text-align: right;
    padding: 60px 0 50px;
}

/* 20251022 製造風景や工程の掲載 */
.process {
    margin-bottom: 60px;
    max-width: 100%;
    width: 100%;
}