/* ========================================================================
desktop - style layout 
========================================================================*/
.main-area.top.news-detail img {
width: 100%;
height: 100%;
}

.text-box {
  display: inline-block;
  border: 1px solid #000;
  font-weight: bold;
  padding: 5px 10px;
}

.text-link,
.text-Link {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
}

nav.c-breadcrumb {
  display: none;
}

.text-color-red {
  color: #f00;
  font-weight: normal;
}

.hidden-desktop {
  display: block;
}

.hidden-phone {
  display: none;
}

.main-area.top .detail-block-inner {
  max-width: 80rem;
  margin: 0 auto;
}


a.Underline_btn {
  text-decoration: underline;
}

.news-detail {
  font-family: var(--font-ja);
  color: #231815;
}

.news-detail .text-bold {
  font-size: 1.8rem;
  font-weight: bold;
}

/*  カテゴリー スタイル */
.category{
  font-family: var(--font-ja);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: var(--fontweight-bold);
  text-align: left;
  margin-bottom: 2rem;
}

.category.web-news{
  font-family: var(--font-ja);
  text-align: left;
  color: #89B4E0;
}

.category.shop-news{
  font-family: var(--font-ja);
  color: #88C8C6;
}

/* タイトル スタイル */
.news-detail .news-detail__Newsttl {
  font-family: var(--font-ja);
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-weight: var(--fontweight-bold);
  word-break: break-all;
  text-align: left;
  color: #231815;
  margin-bottom: 1.4rem;
}

/* 日付 スタイル */
.news-detail .news-detail__Newsdate {
  font-family: var(--font-ja);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4166666667;
  font-weight: var(--fontweight-medium);
  text-align: left;
  color: #A8A8A8;
  margin-bottom: 2.4rem;
}

/* 画像 スタイル */
.news-detail__ImgArea {
  width: 60%;
  height: auto;
}
.news-detail .news-detail__ImgArea {
  margin-bottom: 2rem;
}

.block-story {
  margin-bottom: 14rem;
}

.block-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/* テキスト スタイル */
.main-area.top.news-detail .block-inner {
  max-width: 111.8rem;
}

.detail-block-inner .newssubttl {
	font-size: 11px;
  letter-spacing: 0.025em;
  margin-bottom: 15px;
  color: #85b7b2;
  font-weight: bold
}

.detail-block-inner .newsttl {
	font-size: 22px;
	margin-bottom: 11px;
  font-family: inherit;
}

.detail-block-inner .newsdate {
	font-size: 11px;
  letter-spacing: 0.025em;
  margin-bottom: 26px;
  color: #595757;
  font-family: inherit;
}

.detail-block-inner .box-txt .newstxt p {
	font-size: 14px;
}

.detail-block-inner .box-txt .newstxt dl {
	font-size: 14px;
}

.detail-block-inner .box-txt .newstxt .mb20{
	margin-bottom: 20px;
}
.detail-block-inner .box-txt .newstxt .fwb{
  font-weight: bold;
}


.news-detail__TxtBox{
  margin-bottom: 5.8rem;
}

.news-detail__Txt {
  font-family: var(--font-ja);
  font-weight: var(--fontweight-medium);
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0.05em;
  text-align: left;
  color: #231815;
}

.news-detail__Txt-en {
  font-family: var(--font-en);
  color: #231815;
}

.news-detail .news-detail__TxtBox .news-detail__TxtArea {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}

/* ボタン スタイル */
.news-detail .text-bold{
  font-weight: 600;
}

.news-detail a.viewall__btn {
  padding: 2rem 7rem;
  display: inline-block;
  font-size: 1.8rem;
  text-align: center;
  margin: 0;
}

.main-area.top.news-detail .panel-footer .prev .txt,
.main-area.top.news-detail .panel-footer .next .txt{
  margin: 0 1.3rem;
}

/* ========================================================================
mobile - style layout 
========================================================================*/
@media screen and (max-width:767px) {
  .main-area.top.news-detail img {
    width: 100%;
  }

  .hidden-desktop {
    display: none;
  }

  .hidden-phone {
    display: block;
  }

  .main-area.top.news-detail .detail-block-inner {
    width: 100%;
    margin: 0 auto;
  }

  .main-area.news-detail .block-story .block-inner{
    width: calc(335*(100vw / 375));
  }

  /*  カテゴリー スタイル */
  .category{
    font-family: var(--font-ja);
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }

  /* タイトル　スタイル */
  .news-detail .news-detail__Newsttl {
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
  }

  /* 日付 スタイル */
  .news-detail .news-detail__Newsdate {
    font-size: 12px;
    margin-bottom: 20px;
  }

  /* 画像 スタイル */
  .news-detail__ImgArea {
    width: 100%;
  }

  .news-detail .news-detail__ImgArea {
    margin-bottom: 20px;
  }

  /* サブタイトル　スタイル */
  .main-area.top.news-detail .block-story .newssubttl {
    margin-bottom: 25px;
    font-size: 11px;
    text-align: left;
    font-family: var(--font-ja);
  }

  /* テキスト スタイル */
  .news-detail__TxtBox{
    margin-bottom: 46px;
  }

  .news-detail__Txt {
    font-size: 12px;
    line-height: 1.6666666667;
  }

  /* ボタン スタイル */
  .news-detail a.viewall__btn {
    font-size: calc(32 * (100vw / 750));
    text-align: center;
    margin: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #A0917C;
  }

  .news-detail .text-bold {
    font-size: calc(34 * (100vw / 750));
  }

}