@charset "UTF-8";

/*
 * ページスムーススクロール対応
------------------------------------ */

body:not(.on-page-editor) {
  height: initial
}

/*
 * Javascript無効化対応
------------------------------------ */

html.js .hide-enable-js {
  display: none;
}

/* グロナビ
------------------------------------ */

body.on-page-editor .component.GlobalNavigation {
  display: initial;
}

.component.GlobalNavigation>span {
  display: block;
  margin: 5px;
  padding: 5px;
  border: 1px solid #e1e1e1;
}

/* ヘッダ
------------------------------------ */

html.no-js .nav-global>.inner>.navigation {
  margin: 0 0 0px;
}

.nav-global>.inner>.navigation>.no-nav-global {
  display:none;
}

/* #025 インタビュー見出し+テキスト
------------------------------------ */

.mod-interview .scLooseFrameZone+.scLooseFrameZone {
  margin: 26px 0 0;
  padding: 26px 0 0;
  border-top: 1px solid #e1e1e1;
}

@media screen and (min-width: 768px),
print {
  .mod-interview .scLooseFrameZone+.scLooseFrameZone {
    margin: 34px 0 0;
    padding: 34px 0 0;
  }
}

/*  リンクリスト：20240927追加
------------------------------------ */
.mod-link-list:not(.var-03) > .list > li > .scLooseFrameZone > a {
  display: block;
  position: relative;
  padding: 0 0 0 34px;
  float: none;
  color: #222;
  line-height: 1.65;
  text-decoration: none;
}

.mod-link-list:not(.var-03) > .list > li > .scLooseFrameZone > a::after, .mod-link-list:not(.var-03) > .list > li > .scLooseFrameZone > a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  margin: auto 0;
}

.mod-link-list:not(.var-03) > .list > li > .scLooseFrameZone > a::before {
  z-index: 0;
  top: 0;
  bottom: auto;
  left: 0;
  width: 17px;
  height: 26.4px;
  border-radius: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiB2aWV3Qm94PSIwIDAgMTcgMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSI+PHBhdGggZD0ibTAgMGgxN3YxN2gtMTd6Ii8+PGcgc3Ryb2tlPSIjYzAwIj48cGF0aCBkPSJtMTMuNSA4LjVoLTExIi8+PHBhdGggZD0ibTE0LjUgOC40OTktNS42OTUtNS42NSIvPjxwYXRoIGQ9Im0xNC41IDguNS01LjY5NSA1LjY1Ii8+PC9nPjwvZz48L3N2Zz4=") no-repeat center;
  background-size: contain;
  line-height: 1.65;
}

/* #31 .of-fullを付与したボタン：20240927追加
------------------------------------ */

.mod-btn>.inner>.btn.of-full>.scLooseFrameZone{
  flex-basis: 100%;
}

[class*=mod-btn] .scLooseFrameZone a:not([href]):not([role=button]), [class*=mod-btn] a[class*=scEnabledChrome]:not([href]):not([role=button]){
  pointer-events: auto;
}

/* #044 左寄せテキスト
------------------------------------ */
.mod-list>.list>li>.scLooseFrameZone>span:nth-child(2) {
  letter-spacing: 1.2px;
  position: relative;
  display: block;
}

.mod-list>.list>li>.scLooseFrameZone>span:nth-child(2),
.mod-list>.list>li>.scLooseFrameZone>span:not(.scChromeData)~*,
.mod-list.of-dot-small>.list>li>.scLooseFrameZone>span:nth-child(2),
.mod-list.of-dot-small>.list>li>.scLooseFrameZone>span:not(.scChromeData)~* {
  padding-left: 34px;
}

.mod-list>.list>li>.scLooseFrameZone>span:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: 10px;
  width: 10px;
  height: 10px;
  border-top: none;
  border-radius: 10px;
  background-color: #c00;
}
.mod-list.of-dot-small>.list>li>.scLooseFrameZone>span:nth-child(2)::before {
  top: 0.7em;
  left: 12px;
  width: 6px;
  height: 6px;
}

@media screen and (min-width: 768px),
print {

  .mod-list>.list>li>.scLooseFrameZone>span:nth-child(2),
  .mod-list>.list>li>.scLooseFrameZone>span:not(.scChromeData)~* {
    padding-left: 34px;
  }
}

.mod-list>.list>li>.component {
  float: none;
}

/* #046 左寄せテキスト（ビュレットなし）
------------------------------------ */

.mod-list-noBullet>.list>li>.scLooseFrameZone>span:nth-child(2) {
  letter-spacing: 1.2px;
  position: relative;
  display: block;
}

.mod-list-noBullet>.list>li>.scLooseFrameZone>span:nth-child(2),
.mod-list-noBullet>.list>li>.scLooseFrameZone>span:not(.scChromeData)~* {
  padding-left: 34px;
}

@media screen and (min-width: 768px),
print {
  .mod-list-noBullet>.list>li>.scLooseFrameZone>span:nth-child(2),
  .mod-list-noBullet>.list>li>.scLooseFrameZone>span:not(.scChromeData)~* {
    padding-left: 34px;
  }
}



/* #050 ナンバー非順序リスト
------------------------------------ */

.mod-list-hasSymbol>.list>li>.scLooseFrameZone>* {
  vertical-align: text-top;
  display: table-cell
}

.mod-list-hasSymbol>.list>li>.scLooseFrameZone>.symbol>span {
  white-space: nowrap
}

.mod-list-hasSymbol>.list>li>.scLooseFrameZone>.symbol>span img {
  position: relative;
  top: 2px;
  display: block
}

.mod-list-hasSymbol>.list>li>.scLooseFrameZone>.content {
  width: 100%;
  padding: .3em .5em;
}

.mod-list-hasSymbol>.list>li>.scLooseFrameZone>.content>:first-child {
  margin-top: 0
}

.mod-list-hasSymbol>.list>li>.scLooseFrameZone>.content>:last-child {
  margin-bottom: 0
}

.mod-list-hasSymbol>.list>li>.scLooseFrameZone>.content>span:first-child {
  display: block
}

.mod-list-hasSymbol>.list>li>.scLooseFrameZone>.content>span:not(:last-child)+* {
  margin-top: 6px
}

.mod-list-hasSymbol>.list>li+li>.scLooseFrameZone>.content {
  padding-top: 8px
}

.mod-list-hasSymbol>.list>li>.scLooseFrameZone>.symbol {
  line-height: 1;
  padding: .3em 0;
}


/* #051 ○ナンバー非順序リスト
------------------------------------ */

.mod-list-hasSymbol.var-02>.list>li>.scLooseFrameZone>.symbol>span {
/*  font-size: 1.6rem;*/
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  display: block;
  width: 1.8em;
  height: 1.8em;
  background-color: #757575;
  border-radius: 100%;
  padding: .35em;
  z-index: 0;
  vertical-align: text-top;
}

@media screen and (min-width: 768px),
print {
  .mod-list-hasSymbol.var-02>.list>li>.scLooseFrameZone>.content {
    letter-spacing: 1.2px
  }

  .mod-list-hasSymbol.var-02>.list>li+li>.scLooseFrameZone>.symbol {
    margin-top: 8px
  }

  .mod-list-hasSymbol.var-02>.list>li+li>.scLooseFrameZone>.content {
    padding-top: 6px
  }
}


/* #052 ボックス非順序リスト
------------------------------------ */

.mod-list-hasSymbol02>.list .scLooseFrameZone {
  display: flex;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 5px 0 0 5px
}

.mod-list-hasSymbol02>.list>*>.scLooseFrameZone>.content,
.mod-list-hasSymbol02>.list>*>.scLooseFrameZone>.symbol {
  background: #f4f4f4
}

.mod-list-hasSymbol02>.list>*>.scLooseFrameZone>.symbol {
  flex-basis: 82px;
  min-width: 82px;
  max-width: 82px;
  padding: 15px 11px 15px 15px
}

.mod-list-hasSymbol02>.list>*>.scLooseFrameZone>.symbol img,
.mod-list-hasSymbol02>.list>*>.scLooseFrameZone>.symbol>span {
  display: block
}

.mod-list-hasSymbol02>.list>*>.scLooseFrameZone>.symbol>span {
  display: block
}

.mod-list-hasSymbol02>.list>*>.scLooseFrameZone>.content {
  flex-grow: 1;
  align-items: center;
  padding: 16px 20px 16px 0
}

.mod-list-hasSymbol02>.list>*>.scLooseFrameZone>.content>:first-child {
  margin-top: 0
}

.mod-list-hasSymbol02>.list>*>.scLooseFrameZone>.content>:last-child {
  margin-bottom: 0
}

.mod-list-hasSymbol02>.list>*>.scLooseFrameZone>.content>span:first-child {
  display: block
}

.mod-list-hasSymbol02>.list>*>.scLooseFrameZone>.content>span:not(:last-child)+* {
  margin-top: 6px
}

@media screen and (min-width: 768px),
print {
  .mod-list-hasSymbol02>.list>*>.scLooseFrameZone>.symbol {
    flex-basis: 91px;
    min-width: 91px;
    max-width: 91px;
    padding: 20px 20px 20px 15px
  }

  .mod-list-hasSymbol02>.list>*>.scLooseFrameZone>.symbol img {
    width: 56px;
    height: 56px
  }

}
/* #057 棒線+タイトル+テキスト
   #058 棒線+タイトル+テキスト+モジュール
   #059 棒線+タイトル+モジュール
------------------------------------ */

.mod-list-description-02>.list>div:not([sc-part-of*="placeholder"]) {
  display: table-row;
}

.mod-list-description-02>.list>div>dd>.component>.component-content>[class*=mod-list-description]:last-child {
  margin-bottom: 0;
}

.mod-list-description[data-col]>.list>div.of-full {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%
}

.mod-list-description[data-col]>.list>div.of-fillin {
  flex-grow: 1;
  flex-basis: auto;
  width: auto;
  max-width: none
}

/* #066 横並び3連ページ内リンクテキスト：20240927update
------------------------------------ */

.mod-link-anchorList.align-left>.list {
  justify-content: flex-start;
}

.mod-link-anchorList.align-center>.list {
  justify-content: center;
}

.mod-link-anchorList.align-right>.list {
  justify-content: flex-end;
}

.mod-link-anchorList>.list>li>.scLooseFrameZone>a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: block;
  padding: 0 0 0 21px;
}

.mod-link-anchorList>.list>li>.scLooseFrameZone>a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  margin: auto 0;}

.mod-link-anchorList > .list > li > .scLooseFrameZone > a::before {
  z-index: 0;
  top: 0;
  bottom: auto;
  left: 0;
  width: 17px;
  height: 26.4px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-radius: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiB2aWV3Qm94PSIwIDAgMTcgMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSI+PHBhdGggZD0ibTAgMGgxN3YxN2gtMTd6Ii8+PGcgc3Ryb2tlPSIjYzAwIj48cGF0aCBkPSJtMTMuNSA4LjVoLTExIi8+PHBhdGggZD0ibTE0LjUgOC40OTktNS42OTUtNS42NSIvPjxwYXRoIGQ9Im0xNC41IDguNS01LjY5NSA1LjY1Ii8+PC9nPjwvZz48L3N2Zz4=") no-repeat center;
  background-size: contain;
  line-height: 1.65;
}
@media screen and (min-width: 768px),
print {

  .mod-link-anchorList>.list>li>.scLooseFrameZone>a {
    padding-left: 30px;
  }

  .mod-link-anchorList>.list>li>.scLooseFrameZone>a[href]:focus,
  .mod-link-anchorList>.list>li>.scLooseFrameZone>a[href]:hover {
    text-decoration: underline;
  }
}

.mod-link-anchorList>.list>li>.scLooseFrameZone {
  overflow-x: hidden;
}

/* #073 赤枠+汎用ボックス
   #074　汎用ボックス02
------------------------------------ */

[class*="mod-box"]>.inner>.content>div.component[class*="col-"] {
  float: none;
}

/* #082 キャプチャ+タイトル+テキスト
------------------------------------ */
.mod-pnl-02>.list>li>.scLooseFrameZone>.pnl {
  text-decoration: none;
  color: inherit;
  display: flex;
}
.mod-pnl-02>.list>li>.scLooseFrameZone>.pnl:hover {
  text-decoration: underline;
}
.mod-pnl-02>.list>li>.scLooseFrameZone>.pnl>.image {
  padding: 3px 11px 0 0;
}
.mod-pnl-02>.list>li>.scLooseFrameZone>.pnl>.image img {
  display: block;
}
.mod-pnl-02>.list>li>.scLooseFrameZone>.pnl>.content {
  line-height: 1.65;
  flex-grow: 1;
}
.mod-pnl-02>.list>li>.scLooseFrameZone>.pnl>.content>:last-child {
  margin-bottom: 0;
}
.mod-pnl-02>.list>li>.scLooseFrameZone>.pnl>.content>.title {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 27px;
}
.mod-pnl-02>.list>li>.scLooseFrameZone>.pnl>.content>.title::before {
  display: block;
  position: absolute;
  margin: auto 0;
}
.mod-pnl-02>.list>li>.scLooseFrameZone>.pnl>.content>.title::before {
  content: "";
  z-index: 0;
  top: 0;
  bottom: auto;
  left: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18px;
  height: 25.92px;
  margin-right: 4px;
  border-radius: 0;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiB2aWV3Qm94PSIwIDAgMTcgMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSI+PHBhdGggZD0ibTAgMGgxN3YxN2gtMTd6Ii8+PGcgc3Ryb2tlPSIjYzAwIj48cGF0aCBkPSJtMTMuNSA4LjVoLTExIi8+PHBhdGggZD0ibTE0LjUgOC40OTktNS42OTUtNS42NSIvPjxwYXRoIGQ9Im0xNC41IDguNS01LjY5NSA1LjY1Ii8+PC9nPjwvZz48L3N2Zz4=) no-repeat center;
  background-size: contain;
  line-height: 1.44;
}
.mod-pnl-02>.list>li>.scLooseFrameZone>.pnl>.content>.description {
  font-size: 1.3rem;
  margin: 4px 0 0;
}

@media screen and (min-width: 768px),
print {
  .mod-pnl-02>.list>li>.scLooseFrameZone>.pnl>.image {
    padding: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
  }
  .mod-pnl-02>.list>li>.scLooseFrameZone>.pnl>.image>span {
    vertical-align: bottom;
    display: flex;
    overflow: hidden;
  }
  .mod-pnl-02>.list>li>.scLooseFrameZone>.pnl>.image img {
    width: auto;
    max-width: 100px;
    height: auto;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
  }
  .mod-pnl-02>.list>li>.scLooseFrameZone>.pnl>.content {
    padding-left: 20px;
  }
  .mod-pnl-02>.list>li>.scLooseFrameZone>.pnl>.content>.title {
    font-size: 1.8rem;
    padding: 0 0 0 24px;
  }
  .mod-pnl-02>.list>li>.scLooseFrameZone>.pnl>.content>.title::before {
    display: block;
    position: absolute;
    margin: auto 0;
  }
  .mod-pnl-02>.list>li>.scLooseFrameZone>.pnl>.content>.description {
    font-size: 1.6rem;
    margin: 6px 0 0;
  }
}

/* #83 アイコン+キャプチャ+タイトル
   #84 キャプチャ+タイトル 20240930add
------------------------------------ */
.mod-pnl-03 > .list > li > .scLooseFrameZone > .pnl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border: none;
  color: inherit;
  text-decoration: none;
}

.mod-pnl-03 > .list > li > .scLooseFrameZone > .pnl >.icon {
  display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    grid-area: icon;
    background: #e2e2e2;
}

.mod-pnl-03 > .list > li > .scLooseFrameZone > .pnl img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.mod-pnl-03 > .list > li > .scLooseFrameZone > .pnl .title {
  grid-area: title;
  -webkit-box-flex: initial;
  -ms-flex-positive: initial;
  flex-grow: initial;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 8px 0 6px;
  background: transparent;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444;
}

.mod-pnl-03 > .list > li > .scLooseFrameZone > .pnl .title > span > span {
  display: block;
  position: relative;
  padding: 0 0 0 24px;
}

.mod-pnl-03 > .list > li > .scLooseFrameZone > .pnl .title > span > span::before {
  content: "";
  z-index: 0;
  top: 0;
  bottom: auto;
  left: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18px;
  height: 25.92px;
  margin-right: 4px;
  border-radius: 0;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiB2aWV3Qm94PSIwIDAgMTcgMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSI+PHBhdGggZD0ibTAgMGgxN3YxN2gtMTd6Ii8+PGcgc3Ryb2tlPSIjYzAwIj48cGF0aCBkPSJtMTMuNSA4LjVoLTExIi8+PHBhdGggZD0ibTE0LjUgOC40OTktNS42OTUtNS42NSIvPjxwYXRoIGQ9Im0xNC41IDguNS01LjY5NSA1LjY1Ii8+PC9nPjwvZz48L3N2Zz4=) no-repeat center;
  background-size: contain;
  line-height: 1.44;
}

.mod-pnl-03 > .list > li > .scLooseFrameZone > .pnl .title > span > span::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto 0;
}

.mod-pnl-03 > .list > li > .scLooseFrameZone > .pnl > .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: image;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: auto;
  max-width: 100%;
  min-height: initial;
  padding: 0;
}

.mod-pnl-03 > .list > li > .scLooseFrameZone > .pnl .description {
  grid-area: description;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  color: #767676;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .mod-pnl-03 > .list > li > .scLooseFrameZone > .pnl .title {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
  }
  .mod-pnl-03 > .list > li > .scLooseFrameZone > .pnl > .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mod-pnl-03 > .list > li > .scLooseFrameZone > .pnl > .image {
    min-height: initial;
  }
  .mod-pnl-03 > .list > li > .scLooseFrameZone > .pnl > .image img {
    max-width: 100%;
    height: auto;
  }
  .mod-pnl-03 > .list > li > .scLooseFrameZone > .pnl .description {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .mod-pnl-03 > .list > li > .scLooseFrameZone > .pnl .description {
    text-decoration: none;
  }
}

/* #85 Panel Large 20240930add																			
------------------------------------ */
.mod-pnl-large-float__item, .mod-pnl-large-float__item .scLooseFrameZone {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
}

/* #87 カタログパネル 20240930add																	
------------------------------------ */
.mod-pnl-catalog > .list > li > .scLooseFrameZone > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-grid-columns: initial;
  grid-template-columns: initial;
  -ms-grid-rows: initial;
  grid-template-rows: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 30px 20px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  background-color: #fff;
  color: inherit;
  text-decoration: none;
}

.mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .title {
  grid-column: initial;
  grid-row: initial;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 0 20px;
}
.mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .title > .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  font-size: 1.2rem;
}
.mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .title > .tag:not(:empty) {
  padding-bottom: 4px;
}
.mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .title > .tag > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 51px;
  min-height: 21px;
  padding: 0 12px;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
.mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .title > .tag > span.of-new {
  background: #ffebeb;
  color: #c00;
  text-transform: uppercase;
}
.mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .title > .name {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .title > .name::after {
  content: "";
  display: inline-block;
  position: static;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 1.5em;
  -webkit-transform: none;
  transform: none;
  border-radius: 0;
  background: no-repeat center left;
  background-size: 30px auto;
  line-height: 1.5;
  vertical-align: text-bottom;
}
.mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .visual {
  grid-column: initial;
  grid-row: initial;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  height: 142px;
  margin: 0 auto 20px;
  padding: 0;
}
.mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .visual span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
}
.mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .visual img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .detail {
  grid-column: initial;
  grid-row: initial;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .detail > .list {
  display: table;
  width: 100%;
  border-top: 1px solid #dbdbdb;
}
.mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .detail > .list > div {
  display: table-row;
}
.mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .detail > .list > div > * {
  display: table-cell;
  padding: 10px 0;
  border-bottom: 1px solid #dbdbdb;
  font-size: 1.4rem;
  line-height: 1.5;
  vertical-align: top;
}
.mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .detail > .list > div > dt {
  padding-right: 0;
  font-weight: 700;
  letter-spacing: normal;
  white-space: nowrap;
}
.mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > [data-catalog-type] {
  display: -ms-inline-grid;
  display: inline-grid;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  padding-inline: 8px;
  border-radius: 5px 0;
  background: #f4f4f4;
  color: #222;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  isolation: isolate;
  place-items: center;
}

@media screen and (min-width: 768px), print {
  .mod-pnl-catalog > .list > li > .scLooseFrameZone > .item {
    padding: 50px 40px;
  }
  .mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .title {
    margin-bottom: 20px;
  }
  .mod-pnl-catalog > .list > li > .item > .title > .tag > span {
    padding: 4px 8px;
  }
  .mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .title > .tag:not(:empty) {
    padding-bottom: 10px;
  }
  .mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .title > .name {
    font-size: 2rem;
    line-height: 1.3;
  }
  .mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .visual {
    max-width: 100%;
    height: 286px;
    max-height: 286px;
    margin-bottom: 40px;
  }
  .mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .detail > .list > div > * {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.65;
  }  
  .mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .detail > .list > div > dt {
    padding-right: 20px;
  }
  .mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > .detail > .list > div > dd {
    width: 100%;
  }
  .mod-pnl-catalog > .list > li > .scLooseFrameZone > .item > [data-catalog-type] {
    height: 40px;
    padding-inline: 11px;
    font-size: 1.4rem;
  }
}

/* #113 商品情報用レイアウト
------------------------------------ */

.mod-lyt-productInfo>.inner>.picture>.image img {
  width: auto;
}

/* #116 movie+テキスト
------------------------------------ */

.mod-media-embedVideo[data-aspect="9:16"]>.inner>.media {
  padding-top: 177.77778%
}

.mod-media-embedVideo[data-aspect="4:3"]>.inner>.media {
  padding-top: 75%
}

.mod-media-embedVideo[data-aspect="3:4"]>.inner>.media {
  padding-top: 133.33333%
}

/* #128 モーダルウィンドウ
------------------------------------ */

html[data-script-enabled=true] .mod-modal-content {
  display: none;
  margin: 0
}

/* アクセサリー検索
------------------------------------ */

@media screen and (min-width: 768px), print {
  .AccessoryProductSearch .mod-btn>.inner>.btn.search>button {
    margin-bottom: 40px;
  }
}

/* #152 汎用検索結果コンポーネント（ショールーム）
------------------------------------ */

.mod-box-productItems.of-showroom>.inner>.item .box .body+.footer {
  margin-top: 0;
}

.mod-box-productItems.of-showroom>.inner>.item .box .footer>.mod-btn:first-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E4E4E4;
  margin-top: 10px;
}

@media screen and (min-width: 768px),
print {
  .mod-box-productItems.of-showroom>.inner>.item .box .footer>.mod-btn:first-child::before {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

/* #147 認証コンポーネント
------------------------------------ */

form>.auth>label {
  display: initial;
}

/* #141 アクセサリー検索
------------------------------------ */
.mod-form-select .balloon-error {
  display: none;
  position: relative;
  top: 5px;
  left: 30px;
  z-index: 5;
}

.mod-form-select .balloon-error>.description {
  position: absolute;
  padding: 5px 5px 5px 10px;
  z-index: 1;
}

.mod-form-select .balloon-error>.description::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: -3px;
  left: 10px;
  transform: rotate(45deg) skew(20deg,20deg);
  z-index: 1;
}

.mod-form-select .balloon-error>.description::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.mod-form-select .balloon-error>.description>span {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.3;
  z-index: 3;
}

.mod-form-select .balloon-error>.description>span::before {
  display: inline-block;
  content: '!';
  width: 20px;
  height: 20px;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  background: #ffaa00;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0px 5px 2px 0px;
  border-radius: 3px;
}

.mod-form-select .balloon-error>.description,
.mod-form-select .balloon-error>.description::after {
  border-radius: 5px;
}

.mod-form-select .balloon-error>.description,
.mod-form-select .balloon-error>.description::before {
  box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.5);
}

.mod-form-select .balloon-error>.description,
.mod-form-select .balloon-error>.description::before,
.mod-form-select .balloon-error>.description::after {
  background: #ffffff;
}

.mod-form-select .balloon-error>.description,
.mod-form-select .balloon-error>.description::before {
  border: 1px solid #808080;
}

@keyframes show{
  from{
      opacity: 0;
  }
  to{
      opacity: 1;
  }
}

.mod-form-select .balloon-error.show {
  display: block;
  animation: show 0.5s linear 0s;
}

@media screen and (min-width: 768px),
print {
  .mod-form-select .balloon-error>.description {
    padding: 3px 5px 5px 10px;
  }
}

.mod-interview>.unit>.answer>div[class*="component col-"] {
    float: none;
}

