@charset "UTF-8";

/* ====================
  PC
==================== */
html[data-browse-mode="P"] .article-wrap {
  font-size: 19px;
  line-height: 2;
  letter-spacing: 0.09em;
  width: 1200px;
  margin: 0 auto 100px;
}
html[data-browse-mode="P"] .article-wrap .sp {
  display: none;
}
html[data-browse-mode="P"] .article-wrap .article-head {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
html[data-browse-mode="P"] .article-wrap .article-head .date {
  display: flex;
  align-items: center;
}
html[data-browse-mode="P"] .article-wrap .article-head .date img {
  width: 86px;
  margin: 0 57px 0 0;
}
html[data-browse-mode="P"] .article-wrap .article-head .date p {
  font-size: 16px;
  padding: 6px 11px;
  border-left: 1px solid #CCC;
  min-height: 46px;
}
html[data-browse-mode="P"] .article-wrap .article-head .sns {
  display: flex;
}
html[data-browse-mode="P"] .article-wrap .article-head .sns li {
  width: 38px;
  line-height: 0;
  margin: 0 10px 0 0;
}
html[data-browse-mode="P"] .article-wrap .article-head .sns li:last-child {
  margin: 0;
}
html[data-browse-mode="P"] .table-of-contents{
  background: #F8F8F8;
  padding: 30px 40px;
}
html[data-browse-mode="P"] .table-of-contents-list-item > a{
  display: block;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 10px;
  padding: 10px 0;
}
html[data-browse-mode="P"] .table-of-contents-list-item > a:hover{
  text-decoration: underline;
}
html[data-browse-mode="P"] .table-of-contents-title{
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 10px;
}
html[data-browse-mode="P"] .table-of-contents-list-sub01{
  padding: 10px 20px 5px;
}
html[data-browse-mode="P"] .table-of-contents-list-sub01 a,html[data-browse-mode="P"] .table-of-contents-list-sub02 a{
  display: block;
}
html[data-browse-mode="P"] .table-of-contents-list-sub01 a:hover,html[data-browse-mode="P"] .table-of-contents-list-sub02 a:hover{
  text-decoration: underline;
}
html[data-browse-mode="P"] .table-of-contents-list-sub02{
  counter-reset: number 0;
  padding: 10px 20px 5px;
}
html[data-browse-mode="P"] .table-of-contents-list-sub02 li a::before{
  counter-increment: number 1;
  content: counter(number)'.';
  display: inline-block;
  margin-right: 8px;
}
html[data-browse-mode="P"] .unincrement li a::before{
  display: none;
}
html[data-browse-mode="P"] .article-wrap .intro {
  margin: 0 0 80px;
}
html[data-browse-mode="P"] .article-wrap h1 {
  font-size: 40px;
  line-height: 1.55;
  margin: 0 0 60px;
  border-left: 2px solid #CC0810;
  padding: 24px 0 24px 48px;
  letter-spacing: 1.5px;
}
html[data-browse-mode="P"] .article-wrap .img {
  max-width:1000px;
  line-height: 0;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}
html[data-browse-mode="P"] .article-wrap .text ul.circle li{
  position: relative;
  padding: 0 0 0 24px;
}
html[data-browse-mode="P"] .article-wrap .text ul.circle li::before{
  content: '';
  background: #CC0810;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  margin: auto 0;
}
html[data-browse-mode="P"] .article-wrap .text > *:not(:last-child) {
  margin: 0 0 35px;
}
html[data-browse-mode="P"] .article-wrap .text p.box{
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 40px 40px;
  box-sizing: border-box;
  line-height: 1;
}
html[data-browse-mode="P"] .article-wrap .text .mb24{
  margin: 0 0 24px;
}
html[data-browse-mode="P"] .article-wrap h2 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 2px solid #CC0910;
  margin: 0 0 50px;
  padding: 0 0 20px;
}
html[data-browse-mode="P"] .article-wrap section {
  margin: 80px 0 0;
}
html[data-browse-mode="P"] .article-wrap h3 {
  font-size: 21px;
  line-height: 1.5;
  font-weight: bold;
  background: #EBEBEB;
  border-radius: 6px;
  padding: 18px 15px !important;
  margin: 45px 0 30px ;
}
html[data-browse-mode="P"] .article-wrap h3,
html[data-browse-mode="P"] .ochugen h3 ,
html[data-browse-mode="P"] .text,
html[data-browse-mode="P"] .articleArea p ,
html[data-browse-mode="P"] .articleArea ul ,
html[data-browse-mode="P"] .articleArea h3 ,
html[data-browse-mode="P"] .articleArea h3 + .detailBodyArea_img ,
html[data-browse-mode="P"] .articleArea h4 {
  width: 850px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
html[data-browse-mode="P"] .text,
html[data-browse-mode="P"] .articleArea p {
  font-size: 19px !important;
  text-align: left;
}
html[data-browse-mode="P"] .text + a {
  display: block;
  margin-top: 60px;
}
html[data-browse-mode="P"] .article-wrap ul.list li {
  position: relative;
  padding: 0 0 0 20px;
}
html[data-browse-mode="P"] .article-wrap ul.list li:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CC0810;
}
html[data-browse-mode="P"] .article-wrap ol.list {
  counter-reset: count 0;
}
html[data-browse-mode="P"] .article-wrap ol.list li {
  counter-increment: cnt;
}
html[data-browse-mode="P"] .article-wrap ol.list li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  padding: 0 5px 0 0;
}
html[data-browse-mode="P"] .article-wrap .link a {
  color: #0073AA;
}
html[data-browse-mode="P"] .article-wrap .link a:hover {
  text-decoration: underline;
}
html[data-browse-mode="P"] .article-wrap .text .headline {
  font-weight: bold;
  margin: 0 0 10px;
}
html[data-browse-mode="P"] .article-wrap .pc-table01 {
  display: flex;
  border: 1px solid #E0E0E0;
  text-align: center;
}
html[data-browse-mode="P"] .article-wrap .pc-table01 dl {
  flex: 1;
  border-right: 1px solid #E0E0E0;
}
html[data-browse-mode="P"] .article-wrap .pc-table01 dl:last-child {
  border: 0;
}
html[data-browse-mode="P"] .article-wrap .pc-table01 dt {
  font-weight: bold;
  border-bottom: 1px solid #E0E0E0;
  background: #F8F8F8;
  padding: 12px 10px 11px;
}
html[data-browse-mode="P"] .article-wrap .pc-table01 dd {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 60px);
  line-height: 1.67;
  padding: 19px 10px 21px;
}
html[data-browse-mode="P"] .article-wrap .pc-table01 table{
  width: 100%;
  table-layout: fixed;
}
html[data-browse-mode="P"] .article-wrap .pc-table01 table th {
  font-weight: bold;
  text-align: center;
  background: #F8F8F8;
  padding: 10px;
  border-bottom: 1px solid #E0E0E0;
}
html[data-browse-mode="P"] .article-wrap .pc-table01 table th:not(:last-child) {
  border-right: 1px solid #E0E0E0;
}
html[data-browse-mode="P"] .article-wrap .pc-table01 table td{
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #E0E0E0;
}
html[data-browse-mode="P"] .article-wrap .pc-table01 table td:not(:last-child){
  border-right: 1px solid #E0E0E0;
}
html[data-browse-mode="P"] .article-wrap .pc-table01 table tr:last-of-type td{
  border-bottom: 0;
}
html[data-browse-mode="P"] .article-wrap .pc-table02,
html[data-browse-mode="P"] .article-wrap .pc-table04,
html[data-browse-mode="P"] .article-wrap .pc-table06,
html[data-browse-mode="P"] .article-wrap .table03 {
  border: 1px solid #E0E0E0;
  text-align: center;
}
html[data-browse-mode="P"] .article-wrap .pc-table02 .head,
html[data-browse-mode="P"] .article-wrap .pc-table04 .head ,
html[data-browse-mode="P"] .article-wrap .pc-table06 .head {
  display: flex;
}
html[data-browse-mode="P"] .article-wrap .pc-table02 .head p,
html[data-browse-mode="P"] .article-wrap .pc-table04 .head p,
html[data-browse-mode="P"] .article-wrap .pc-table06 .head p {
  font-weight: bold;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  background: #F8F8F8;
  padding: 12px 30px 11px;
  flex: 1;
}
html[data-browse-mode="P"] .article-wrap .pc-table02 .head p:last-child,html[data-browse-mode="P"] .article-wrap .pc-table06 .head p:last-child {
  border-right: 0;
  flex: 2;
}
html[data-browse-mode="P"] .article-wrap .pc-table02 dl,
html[data-browse-mode="P"] .article-wrap .pc-table04 dl,
html[data-browse-mode="P"] .article-wrap .pc-table06 dl {
  display: flex;
  border-bottom: 1px solid #E0E0E0;
  line-height: 1.67;
}
html[data-browse-mode="P"] .article-wrap .pc-table02 dl:last-child,
html[data-browse-mode="P"] .article-wrap .pc-table04 dl:last-child,
html[data-browse-mode="P"] .article-wrap .pc-table06 dl:last-child {
  border: 0;
}
html[data-browse-mode="P"] .article-wrap .pc-table02 dt,
html[data-browse-mode="P"] .article-wrap .pc-table04 dt,
html[data-browse-mode="P"] .article-wrap .pc-table06 dt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-right: 1px solid #E0E0E0;
  padding: 15px 30px;
}
html[data-browse-mode="P"] .article-wrap .pc-table02.--layout dt,
html[data-browse-mode="P"] .article-wrap .pc-table04.--layout dt,
html[data-browse-mode="P"] .article-wrap .pc-table06.--layout dt {
  font-weight:bold;
  background:#F8F8F8;
}
html[data-browse-mode="P"] .article-wrap .pc-table02.--layout dd,
html[data-browse-mode="P"] .article-wrap .pc-table04.--layout dd,
html[data-browse-mode="P"] .article-wrap .pc-table06.--layout dd {
  display: block;
  text-align: left;
}
html[data-browse-mode="P"] .article-wrap .pc-table02 dd {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 2;
  padding: 15px 30px;
}
html[data-browse-mode="P"] .article-wrap .pc-table03 table {
  width: 100%;
}
html[data-browse-mode="P"] table td br{
  display: none;
}
html[data-browse-mode="P"] .article-wrap .pc-table03 table th,
html[data-browse-mode="P"] .article-wrap .pc-table03 table td {
  border: 1px solid #E0E0E0;
  text-align: center;
  width: 244px;
  padding: 12px 0;
}
html[data-browse-mode="P"] .article-wrap .pc-table03 table th {
  font-weight: bold;
  background: #F8F8F8;
}
html[data-browse-mode="P"] .article-wrap .pc-table03 table th:first-child {
  width: 220px;
}
html[data-browse-mode="P"] .article-wrap .pc-table04 dd {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 20px 10px;
  border-right: 1px solid #E0E0E0;
}
html[data-browse-mode="P"] .article-wrap .pc-table04 dd:last-child {
  border-right: 0;
}
html[data-browse-mode="P"] .article-wrap .pc-table06 dd {
  display: flex;
  align-items: center;
  flex: 2;
  padding: 15px 30px;
  text-align: left;
}
html[data-browse-mode="P"] .article-wrap h4 {
  font-weight: bold;
  margin: 0 0 10px !important;
}
html[data-browse-mode="S"] table sup,
html[data-browse-mode="P"] .article-wrap .pc-cell03 table sup{
  vertical-align: super;
  font-size: 10px;
}
html[data-browse-mode="P"] .article-wrap .pc-cell02-02 table th:nth-child(1),
html[data-browse-mode="P"] .article-wrap .pc-cell02-02 table td:nth-child(1){
  width: 400px;
  box-sizing: border-box;
  text-align: center;
}

html[data-browse-mode="P"] .article-wrap .pc-cell02-02 table th:nth-child(2),
html[data-browse-mode="P"] .article-wrap .pc-cell02-02 table td:nth-child(2){
  width: 800px;
  box-sizing: border-box;
  text-align: center;
}
html[data-browse-mode="P"] .article-wrap .pc-cell02-03 table th:nth-child(1),
html[data-browse-mode="P"] .article-wrap .pc-cell02-03 table td:nth-child(1){
  width: 400px;
  box-sizing: border-box;
  text-align: center;
}

html[data-browse-mode="P"] .article-wrap .pc-cell02-03 table th:nth-child(2),
html[data-browse-mode="P"] .article-wrap .pc-cell02-03 table td:nth-child(2){
  width: 800px;
  box-sizing: border-box;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
html[data-browse-mode="P"] .article-wrap .pc-cell03 table th:nth-child(1),
html[data-browse-mode="P"] .article-wrap .pc-cell03 table td:nth-child(1){
  width: 200px;
  box-sizing: border-box;
}
html[data-browse-mode="P"] .article-wrap .pc-cell03 table th:nth-child(2),
html[data-browse-mode="P"] .article-wrap .pc-cell03 table td:nth-child(2){
  width: 460px;
  box-sizing: border-box;
  text-align: left;
  padding-left: 16px;
  padding-right: 16px;
}
html[data-browse-mode="P"] .article-wrap .pc-cell03 table th:nth-child(3),
html[data-browse-mode="P"] .article-wrap .pc-cell03 table td:nth-child(3){
  width: 600px;
  box-sizing: border-box;
  text-align: left;
  padding-left: 16px;
  padding-right: 16px;
}
html[data-browse-mode="P"] .article-wrap .pc-cell03 table th:nth-child(2),
html[data-browse-mode="P"] .article-wrap .pc-cell03 table th:nth-child(3){
  text-align: center;
}

html[data-browse-mode="P"] .article-wrap .sec {
  margin: 0 0 30px;
}
html[data-browse-mode="P"] .article-wrap .note {
  font-size: 14px;
  margin: 12px 0 0;
}
html[data-browse-mode="P"] .article-wrap .column {
  margin: 80px 0 0;
  padding: 40px 20px 20px;
  background: #F4F4F4;
}
html[data-browse-mode="P"] .article-wrap .column h2 {
  font-size: 24px;
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0 0 30px;
}
html[data-browse-mode="P"] .article-wrap .column ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  padding: 30px 40px;
}
html[data-browse-mode="P"] .article-wrap .column li {
  width: 500px;
}
html[data-browse-mode="P"] .article-wrap .column li a {
  position: relative;
  display: block;
  border-bottom: 1px solid #E0E0E0;
  padding: 19px 40px 19px 10px;
  font-size: 16px;
}
html[data-browse-mode="P"] .article-wrap .column li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #B40714;
  border-bottom: 2px solid #B40714;
  transform: translateY(-50%) rotate(-45deg);
}
html[data-browse-mode="P"] .article-wrap .column li a:hover {
  opacity: .8;
}
html[data-browse-mode="P"] .article-wrap .text .ex {
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 35px 40px;
  margin-top: -20px;
}
html[data-browse-mode="P"] .article-wrap .text .ex .sec:last-child {
  margin: 0;
}
html[data-browse-mode="P"] .article-wrap .frame{
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 35px 40px;
}
html[data-browse-mode="P"] .article-wrap .frame > *:not(:last-child){
  margin: 0 0 35px;
}
html[data-browse-mode="P"] .article-wrap .frame02{
  border: 1px solid #707070;
  padding: 35px 40px;
}
html[data-browse-mode="P"] .article-wrap .frame02 > *:not(:last-child){
  margin: 0 0 35px;
}
html[data-browse-mode="P"] .article-wrap .text .f14{
  font-size: 14px;
}

/* ====================
  SP
==================== */
html[data-browse-mode="S"] .article-wrap {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.09em;
  padding: 10px 15px 50px;
}
html[data-browse-mode="S"] .article-wrap .pc {
  display: none;
}
html[data-browse-mode="S"] .article-wrap .article-head {
  margin: 0 0 20px;
}
html[data-browse-mode="S"] .article-wrap .article-head .date {
  display: flex;
  align-items: center;
}
html[data-browse-mode="S"] .article-wrap .article-head .date img {
  width: 56px;
}
html[data-browse-mode="S"] .article-wrap .article-head .date p {
  font-size: 12px;
  line-height: 1;
  padding: 6px 10px;
  margin: 0 0 0 12px;
  border-left: 1px solid #CCC;
  min-height: 25px;
}
html[data-browse-mode="S"] .article-wrap .article-head .sns {
  display: flex;
  justify-content: flex-end;
}
html[data-browse-mode="S"] .article-wrap .article-head .sns li {
  width: 33px;
  line-height: 0;
  margin: 0 8px 0 0;
}
html[data-browse-mode="S"] .article-wrap .article-head .sns li:last-child {
  margin: 0;
}
html[data-browse-mode="S"] .table-of-contents{
  background: #F8F8F8;
  padding: 25px 15px 20px;
  margin: 0 -15px;
}
html[data-browse-mode="S"] .table-of-contents-list-item > a{
  display: block;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 10px;
  padding: 5px 0;
}
html[data-browse-mode="S"] .table-of-contents-list-item:has(ul) > a{
  margin-bottom: 5px;
}
html[data-browse-mode="S"] .table-of-contents-title{
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
html[data-browse-mode="S"] .table-of-contents-list-sub01{
  padding: 10px 15px 5px;
}
html[data-browse-mode="S"] .table-of-contents-list-sub01 a,html[data-browse-mode="P"] .table-of-contents-list-sub02 a{
  display: block;
}
html[data-browse-mode="S"] .table-of-contents-list-sub01 a:hover,html[data-browse-mode="P"] .table-of-contents-list-sub02 a:hover{
  text-decoration: underline;
}
html[data-browse-mode="S"] .table-of-contents-list-sub02{
  counter-reset: number 0;
  padding: 10px 15px 5px;
}
html[data-browse-mode="S"] .table-of-contents-list-sub02 li a::before{
  counter-increment: number 1;
  content: counter(number)'.';
  display: inline-block;
  margin-right: 8px;
}
html[data-browse-mode="S"] .article-wrap section p.f14{
  font-size: 14px;
}
html[data-browse-mode="S"] .article-wrap .text ul.circle li{
  position: relative;
  padding: 0 0 0 11px;
}
html[data-browse-mode="S"] .article-wrap .text ul.circle li::before {
  content: '';
  background: #CC0810;
  position: absolute;
  top: 13px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  margin: auto 0;
}
html[data-browse-mode="S"] .unincrement .table-of-contents-list-sub02 li a::before{
  display: none;
}
html[data-browse-mode="S"] .article-wrap .intro {
  margin: 0 0 50px;
}
html[data-browse-mode="S"] .article-wrap h1 {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 30px;
  border-left: 2px solid #CC0810;
  padding: 2px 0 2px 16px;
  letter-spacing: .5px;
  text-align: left;
}
html[data-browse-mode="S"] .article-wrap .img {
  line-height: 0;
  text-align: center;
  margin-bottom:10px; 
}
html[data-browse-mode="S"] .article-wrap .text > *:not(:last-child) {
  margin: 0 0 20px;
}
html[data-browse-mode="S"] .article-wrap .text > p.box{
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 20px 20px;
  box-sizing: border-box;
}
html[data-browse-mode="S"] .article-wrap h2 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 2px solid #CC0910;
  margin: 0 0 25px;
  padding: 0 0 7px;
}
html[data-browse-mode="S"] .article-wrap section {
  margin: 50px 0 0;
}
html[data-browse-mode="S"] .article-wrap h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  background: #EBEBEB;
  border-radius: 4px;
  padding: 12px 11px;
  margin: 35px 0 15px;
}
html[data-browse-mode="S"] .article-wrap .list li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1.57;
  margin: 0 0 8px;
}
html[data-browse-mode="S"] .article-wrap .list li:last-child {
  margin: 0;
}
html[data-browse-mode="S"] .article-wrap ul.list li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CC0810;
}
html[data-browse-mode="S"] .article-wrap ol.list {
  counter-reset: count 0;
}
html[data-browse-mode="S"] .article-wrap ol.list li {
  counter-increment: cnt;
  list-style: none;
  padding: 0;
  display: flex;
}
html[data-browse-mode="S"] .article-wrap ol.list li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  padding: 0 5px 0 0;
  flex-shrink: 0;
}
html[data-browse-mode="S"] .article-wrap .text .link {
  margin: -20px 0 0;
}
html[data-browse-mode="S"] .article-wrap .text .link:not(.sec:last-child) {
  margin-bottom: 20px;
}
html[data-browse-mode="S"] .article-wrap .link a {
  color: #0073AA;
}
html[data-browse-mode="S"] .article-wrap .link a:hover {
  text-decoration: underline;
}
html[data-browse-mode="S"] .article-wrap .text .headline {
  font-weight: bold;
  margin: 0 0 5px;
}
html[data-browse-mode="S"] .article-wrap .sp-table01 {
  border: 0;
  border-top: 1px solid #E0E0E0;
}
html[data-browse-mode="S"] .article-wrap .sp-table01 dl {
  display: flex;
  border-bottom: 1px solid #E0E0E0;
}
html[data-browse-mode="S"] .article-wrap .sp-table01 dt {
  display: flex;
  align-items: center;
  line-height: 1.57;
  font-weight: bold;
  background: #F8F8F8;
  padding: 10px 19px;
  text-align: center;
}
html[data-browse-mode="S"] .article-wrap .sp-table01 dd {
  display: flex;
  align-items: center;
  flex: 1;
  line-height: 1.7;
  padding: 8px 10px;
}
html[data-browse-mode="S"] .article-wrap .sp-table02 {
  border-top: 1px solid #E0E0E0;
}
html[data-browse-mode="S"] .article-wrap .sp-table02 .head {
  display: none;
}
html[data-browse-mode="S"] .article-wrap .sp-table02 .head p {
  font-weight: bold;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  background: #F8F8F8;
  padding: 12px 10px 11px;
  flex: 1;
}
html[data-browse-mode="S"] .article-wrap .sp-table02 .head p:last-child {
  border-right: 0;
  flex: 2;
}
html[data-browse-mode="S"] .article-wrap .sp-table02 dl {
  border-bottom: 1px solid #E0E0E0;
  line-height: 1.67;
}
html[data-browse-mode="S"] .article-wrap .sp-table02 dt {
  padding: 10px 15px;
  background: #F8F8F8;
}
html[data-browse-mode="S"] .article-wrap .sp-table02 dd {
  padding: 10px 15px;
}
html[data-browse-mode="S"] .article-wrap .sp-table03 {
  border-top: 1px solid #E0E0E0;
}
html[data-browse-mode="S"] .article-wrap .sp-table03 .head {
  display: flex;
  border-bottom: 1px solid #E0E0E0;
}
html[data-browse-mode="S"] .article-wrap .sp-table03 .head p {
  width: 44%;
  border-right: 1px solid #E0E0E0;
  text-align: center;
  font-weight: bold;
  background: #F8F8F8;
  padding: 8px 10px;
}
html[data-browse-mode="S"] .article-wrap .sp-table03 .head p:last-child {
  border: 0;
  width: 56%;
}
html[data-browse-mode="S"] .article-wrap .sp-table03 dl {
  display: flex;
  border-bottom: 1px solid #E0E0E0;
}
html[data-browse-mode="S"] .article-wrap .sp-table03 dt {
  width: 44%;
  border-right: 1px solid #E0E0E0;
  padding: 8px 10px;
  text-align: center;
}
html[data-browse-mode="S"] .article-wrap .sp-table03.--layout dt {
  font-weight:bold;
  background:#F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.57;
}
html[data-browse-mode="S"] .article-wrap .sp-table03.--layout dd {
  line-height: 1.57;
}
html[data-browse-mode="S"] .article-wrap .sp-table03.--layout dd.left {
  text-align: left;
}
html[data-browse-mode="S"] .article-wrap .sp-table03 dd {
  width: 56%;
  padding: 8px 10px;
  text-align: center;
}
html[data-browse-mode="S"] .article-wrap .sp-table04 table,
html[data-browse-mode="S"] .article-wrap .sp-table05 table {
  width: 100%;
  margin: 0 0 10px;
}
html[data-browse-mode="S"] .article-wrap .sp-table04 table:last-child {
  margin: 0;
}
html[data-browse-mode="S"] .article-wrap .sp-table04 table th,
html[data-browse-mode="S"] .article-wrap .sp-table04 table td,
html[data-browse-mode="S"] .article-wrap .sp-table05 table th,
html[data-browse-mode="S"] .article-wrap .sp-table05 table td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #E0E0E0;
  padding: 10px;
  width: calc(100% / 3);
  line-height: 1.57;
}
html[data-browse-mode="S"] .article-wrap .sp-table04 table th,
html[data-browse-mode="S"] .article-wrap .sp-table05 table th {
  font-weight: bold;
  background: #F8F8F8;
}
html[data-browse-mode="S"] .article-wrap .sp-table04 table th:first-child,
html[data-browse-mode="S"] .article-wrap .sp-table04 table td:first-child,
html[data-browse-mode="S"] .article-wrap .sp-table05 table th:first-child,
html[data-browse-mode="S"] .article-wrap .sp-table05 table td:first-child {
  border-left: 0;
}
html[data-browse-mode="S"] .article-wrap .sp-table04 table th:last-child,
html[data-browse-mode="S"] .article-wrap .sp-table04 table td:last-child,
html[data-browse-mode="S"] .article-wrap .sp-table05 table th:last-child,
html[data-browse-mode="S"] .article-wrap .sp-table05 table td:last-child {
  border-right: 0;
}
html[data-browse-mode="S"] .article-wrap .sp-table05 table tbody td {
  text-align: left;
  padding: 10px;
  line-height: 1.57;
  letter-spacing: 0;
  vertical-align: middle;
}
html[data-browse-mode="P"] .article-wrap .sp-table05 table th br{
  display: none;
}
html[data-browse-mode="S"] .article-wrap .sp-table05 table th br{
  display: block;
}

html[data-browse-mode="S"] .article-wrap .sp-table05.sp-cell2-5 table th:nth-child(1),
html[data-browse-mode="S"] .article-wrap .sp-table05.sp-cell2-5 table td:nth-child(1){
  text-align: center;
  width: 20vw;
  box-sizing: border-box;
}
html[data-browse-mode="S"] .article-wrap .sp-table05.sp-cell2-5 table th:nth-child(2),
html[data-browse-mode="S"] .article-wrap .sp-table05.sp-cell2-5 table td:nth-child(2){
  text-align: center;
  width: 30.373831775700932vw;
  box-sizing: border-box;
}


html[data-browse-mode="S"] .article-wrap .sp-table05 table th:nth-child(1),
html[data-browse-mode="S"] .article-wrap .sp-table05 table td:nth-child(1){
  text-align: center;
  width: 20vw;
  box-sizing: border-box;
}
html[data-browse-mode="S"] .article-wrap .sp-table05 table th:nth-child(2),
html[data-browse-mode="S"] .article-wrap .sp-table05 table td:nth-child(2){
  text-align: center;
  width: 30.373831775700932vw;
  box-sizing: border-box;
  text-align: left;
}
html[data-browse-mode="S"] .article-wrap .sp-table05 table th:nth-child(3){
  text-align: center;
  width: 45.794392523364486vw;
  box-sizing: border-box;
}
html[data-browse-mode="S"] .article-wrap .sp-table05 table td:nth-child(3){
  width: 45.794392523364486vw;
  box-sizing: border-box;
  text-align: left;
}
html[data-browse-mode="S"] .article-wrap .sp-table05.sp-cell3-1{
  margin-bottom: 40px;
}
html[data-browse-mode="S"] .article-wrap .sp-table05.sp-cell3-1 table table{
  display: block;
  width: 100%;
  border: none;
}
html[data-browse-mode="S"] .article-wrap .sp-table05.sp-cell3-1 table tr{
  display: block;
  width: 100%;
  border: none;
  text-align: left;
}
html[data-browse-mode="S"] .article-wrap .sp-table05.sp-cell3-1 table th{
  display: none;
}
html[data-browse-mode="S"] .article-wrap .sp-table05.sp-cell3-1 table td{
  display: block;
  width: 100%;
  border: none;
  text-align: left;
}
html[data-browse-mode="S"] .article-wrap .sp-table05.sp-cell3-1 table td:nth-child(1){
  background: #F8F8F8;
  font-weight: bold;
}
html[data-browse-mode="S"] .article-wrap .sp-table05.sp-cell3-1 table td:nth-child(3){
  padding-top: 0;
}
html[data-browse-mode="S"] .article-wrap .sp-table05.sp-cell3-1 table td:last-child{
  border-bottom: 1px solid #E0E0E0;
}
html[data-browse-mode="S"] .article-wrap .sp-table05.sp-cell2-1 table th{
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
html[data-browse-mode="S"] .article-wrap .sp-table05.sp-cell2-1 table td{
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
html[data-browse-mode="S"] .article-wrap .sp-table05.sp-cell2-4 table th{
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
html[data-browse-mode="S"] .article-wrap .sp-table05.sp-cell2-4 table td{
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
html[data-browse-mode="S"] .article-wrap .sp-table05.sp-cell2-4 table td:last-child{
  text-align: left;
}
html[data-browse-mode="S"] .article-wrap .sp-table05.sp-cell2-2 table th:last-child,
html[data-browse-mode="S"] .article-wrap .sp-table05.sp-cell2-2 table td:last-child{
  text-align: center;
}
html[data-browse-mode="S"] .article-wrap h4 {
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 10px !important;
}
html[data-browse-mode="S"] .article-wrap h5 {
  font-weight: bold;
}
html[data-browse-mode="S"] .article-wrap .sec {
  margin: 0 0 30px;
}
html[data-browse-mode="S"] .article-wrap .note {
  font-size: 11px;
  margin: 15px 0 0;
}
html[data-browse-mode="S"] .article-wrap .text .ex {
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 15px 20px;
  margin-top: -10px;
}
html[data-browse-mode="S"] .article-wrap .text .ex .sec {
  margin: 0 0 20px;
}
html[data-browse-mode="S"] .article-wrap .text .ex .sec:last-child {
  margin: 0;
}
html[data-browse-mode="S"] .article-wrap .column {
  margin: 60px -15px 0;
  padding: 32px 15px 15px;
  background: #F4F4F4;
}
html[data-browse-mode="S"] .article-wrap .column h2 {
  font-size: 20px;
  text-align: center;
  margin: 0 0 25px;
  border: 0;
}
html[data-browse-mode="S"] .article-wrap .column ul {
  background: #FFF;
  padding: 10px;
}
html[data-browse-mode="S"] .article-wrap .column li {
  border-bottom: 1px solid #E0E0E0;
}
html[data-browse-mode="S"] .article-wrap .column li a {
  position: relative;
  display: block;
  padding: 11px 10px;
}
html[data-browse-mode="S"] .article-wrap .column li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #B40714;
  border-bottom: 2px solid #B40714;
  transform: translateY(-50%) rotate(-45deg);
}
html[data-browse-mode="S"] .article-wrap .frame{
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 15px 20px;
}
html[data-browse-mode="S"] .article-wrap .frame > *:not(:last-child){
  margin: 0 0 20px;
}
html[data-browse-mode="S"] .article-wrap .frame02{
  border: 1px solid #707070;
  padding: 15px 20px;
}
html[data-browse-mode="S"] .article-wrap .frame02 > *:not(:last-child){
  margin: 0 0 20px;
}

/* 202508 銀座の名店セレクション  */

html[data-browse-mode="P"] .sp-only {
  display: none;
}

html[data-browse-mode="S"] .sp-only {
  display: block;
}

html[data-browse-mode="P"] .article-mainvisual {
    margin-top: -40px;
}

html[data-browse-mode="P"] .article-mainvisual img {
    width: 100%;
}

html[data-browse-mode="P"] .article-mainvisual .for-sp {
    display: none;
  }

html[data-browse-mode="S"] .article-mainvisual .for-pc {
    display: none;
  }
html[data-browse-mode="P"] .for-sp {
    display: none;
  }

html[data-browse-mode="S"] .for-pc {
    display: none;
  }
html[data-browse-mode="S"] .shop-feature-intro_item br.for-pc {
    display: none !important;
  }

html[data-browse-mode="P"] .shopinterview {
    margin-top: 55px;
}

html[data-browse-mode="P"] .shopinterview .article-head .date {
    gap: 0 7.3px;
}

html[data-browse-mode="P"] .shopinterview .article-head .date .date_icon {
    display: flex;
    align-items: center;
}

html[data-browse-mode="P"] .shopinterview .article-head .date .icon_interview {
  width: 41.91px;
  margin: 0;
}

html[data-browse-mode="P"] .shopinterview .article-head .date .date_title {
   font-size: 11px;
   padding:1px 16px 1px 8px;
   border-top: 0.5px solid #000;
   border-left: none;
   border-right: 0.5px solid #000;
   border-bottom: 1px solid #000;
   min-height: initial;
   margin-left: -5px;
}

/* SP */

html[data-browse-mode="S"] .shopinterview .article-head .date .icon_interview {
  width: 30.07px;
  margin: 0;
}

html[data-browse-mode="S"] .shopinterview .article-head .date .date_title {
   font-size: 0.8em;
   padding:6px;
   border-top: 0.5px solid #000;
   border-left: none;
   border-right: 0.5px solid #000;
   border-bottom: 1px solid #000;
   min-height: initial;
   margin-left: -5px;
}

html[data-browse-mode="S"] .shopinterview .article-head .date {
    gap: 0 8px;
}

html[data-browse-mode="S"] .shopinterview .article-head .date p {
    margin: 0;
}

html[data-browse-mode="S"] .shopinterview .article-head .date .date_icon {
    display: flex;
    align-items: center;
}

/* 共通パーツ */

html[data-browse-mode="P"] .shopinterview .qa-block {
    margin-top:80px;
}
html[data-browse-mode="P"] .shopinterview .qa-row {
    display: flex;
    align-items: center;
}

html[data-browse-mode="P"] .shopinterview .qa-label {
    width: 63px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    border-radius: 10px;
    flex-shrink: 0;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

html[data-browse-mode="P"] .shopinterview .qa-row.q {
    border-bottom: 2px solid #CC0910;
    padding: 10px;
}

html[data-browse-mode="P"] .shopinterview .qa-row.a {

    margin-top: 50px;
    margin-bottom: 65px;
}

html[data-browse-mode="P"] .shopinterview .qa-label--q {
    background: #CC0910;
}

html[data-browse-mode="P"] .shopinterview .qa-label--a {
    background: #000;
    margin-right: 21px;
}

html[data-browse-mode="P"] .shopinterview .qa-row .qa-text {
    font-weight: bold;
    border-bottom: none;
    margin: 0;
    padding:0;
    margin-left: 21px;
    width: 100%!important;
}

html[data-browse-mode="P"] .shopinterview .qa-row.q .qa-text {
    font-size: 28px;
}

html[data-browse-mode="P"] .shopinterview .qa-row.a .qa-text {
    font-size: 21px;
    letter-spacing: 0.09em;
}

/* 共通パーツ SP */

html[data-browse-mode="S"] .shopinterview .qa-block {
    margin-top:30px;
}
html[data-browse-mode="S"] .shopinterview .qa-row {
    display: flex;
    align-items: center;
}

html[data-browse-mode="S"] .shopinterview .qa-label {
    width: 34.5px;
    height: 32.31px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50%;
    flex-shrink: 0;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

html[data-browse-mode="S"] .shopinterview .qa-row.q {
    border-bottom: 1px solid #CC0910;
    padding: 10px;
}

html[data-browse-mode="S"] .shopinterview .qa-row.a {
    background:#EBEBEB;
    border-radius: 3px;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

html[data-browse-mode="S"] .shopinterview .qa-label--q {
    background: #CC0910;
}

html[data-browse-mode="S"] .shopinterview .qa-label--a {
    background: #000;
}

html[data-browse-mode="S"] .shopinterview .qa-row .qa-text {
    font-weight: bold;
    line-height: 1.5;
    border-bottom: none;
    margin: 0;
    padding: 0;
    margin-left: 5px;
}

html[data-browse-mode="S"] .shopinterview .qa-row.q .qa-text {
    font-size: 18px;
}

html[data-browse-mode="S"] .shopinterview .qa-row.a .qa-text {
    font-size: 16px;
    line-height: calc(24/16);
    letter-spacing: 0.09em;
}

/* カード */

html[data-browse-mode="P"] .shopinterview .shop-card {
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 47px 40px;
    background: #F8F8F8;
    display: flex;
    gap: 44px;
}

html[data-browse-mode="P"] .shopinterview .shop-card_img {
    max-width: 327px;
    width: 100%;
}

html[data-browse-mode="P"] .shopinterview .shop-card_item-title {
    font-size: 20px;
    font-weight: bold;
}

html[data-browse-mode="P"] .shopinterview .shop-card_sp-title {
  display: none;
}

html[data-browse-mode="P"] .shopinterview .shop-card_item-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: calc(24/16);
    font-weight: 400;
}

html[data-browse-mode="P"] .shopinterview .shop-card_item-item {
    margin-top: 5px;
    font-size: 14px;
    color: #5D4700;
    font-weight: 400;
}

html[data-browse-mode="P"] .shopinterview .shop-card_item-btn {
  max-width: 164px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 26px;
  font-size: 14px;
  color: #5D4700;
  font-weight: 400;
}

html[data-browse-mode="P"] .shopinterview .shop-card_item-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
  width: 100%;
  border-radius:40px;
  color: #CC0000;
  border: 1px solid #CC0000;
}

html[data-browse-mode="P"] .shopinterview #contents04 .shop-card {
  margin-top: 80px;
}

html[data-browse-mode="P"] .shopinterview #contents04 .what_title {
  margin-bottom: 40px;
}

html[data-browse-mode="P"] .shopinterview #contents_areamap .qa-row {
    margin-bottom: 50px;
}
html[data-browse-mode="P"] .shopinterview #contents_areamap .text {
    margin-bottom: 80px;
}


/* カードSP */

html[data-browse-mode="S"] .shopinterview .shop-card {
  padding: 20px 25px 10px 25px;
  background-color:#F8F8F8;
}

html[data-browse-mode="S"] .shopinterview .shop-card_sp-title {
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin-top:13.3px;
  color: #5D4700;
  text-transform: uppercase;
}

html[data-browse-mode="S"] .shopinterview .shop-card_item-title {
    font-size: 21px;
    font-weight: bold;
    margin-top: 9px;
}

html[data-browse-mode="S"] .shopinterview .shop-card_item-text {
    margin-top: 23px;
    font-size: 16px;
    line-height: calc(24/16);
    font-weight: 400;
}

html[data-browse-mode="S"] .shopinterview .shop-card_item-btn {
  margin-top: 12px;
  max-width: 164px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

html[data-browse-mode="S"] .shopinterview .shop-card_item-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
  width: 100%;
  border-radius:40px;
  color: #CC0000;
  border: 1px solid #CC0000;
}

html[data-browse-mode="S"] .shopinterview #contents04 .shop-card {
  margin-top: 20px;
}

html[data-browse-mode="S"] .shopinterview #contents04 .what_title {
  margin-bottom: 20px;
}

html[data-browse-mode="S"] .shopinterview #contents_areamap .qa-row {
  margin-bottom: 10px;
}
html[data-browse-mode="S"] .shopinterview #contents_areamap .text {
  margin-bottom: 40px;
}

/* JAL Mallがご紹介！what's 　SHINANOYA？ */

html[data-browse-mode="P"] .shopinterview .what {
    margin-top: 67px;
}

html[data-browse-mode="P"] .shopinterview .what_title {
    font-size: 21px;
    font-weight: bold;
    background-color:#EBEBEB ;
    border-radius: 6px;
    padding: 13px 15px;
}

html[data-browse-mode="P"] .shopinterview .what .text {
    margin-top: 77px;
}

html[data-browse-mode="P"] .shopinterview .what .what_shop-imgs {
    margin-top: 50px;
    display: flex;
    gap: 120px;
}

html[data-browse-mode="P"] .shopinterview .what .what_shop-img span {
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: 0.09em;
}

html[data-browse-mode="P"] .shopinterview .what .what_shop-img img {
    width: 100%;
}

/* JAL Mallがご紹介！what's 　SHINANOYA？ SP */

html[data-browse-mode="S"] .shopinterview .what {
    margin-top: 30px;
}

html[data-browse-mode="S"] .shopinterview .what_title {
    font-size: 16px;
    font-weight: bold;
    background-color:#EBEBEB;
    border-radius: 3px;
    padding: 6px 8px;
}

html[data-browse-mode="S"] .shopinterview .what .text {
    margin-top: 40px;
}

html[data-browse-mode="S"] .shopinterview .what .what_shop-img {
    margin-top: 20px;
}

html[data-browse-mode="S"] .shopinterview .what .what_shop-img span {
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: 0.09em;
}

html[data-browse-mode="S"] .shopinterview .what .what_shop-img img {
    width: 100%;
}

/* さまざまなお客様のニーズにお応えする、提案型ショップ */

html[data-browse-mode="P"] .shopinterview .shop-images {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 55px;
    margin-bottom: 40px;
}

html[data-browse-mode="P"] .shopinterview .shop-image {
    max-width: 671px;
    width: 100%;
}

html[data-browse-mode="P"] .shopinterview .shop-members {
    max-width: 264px;
    width: 100%;
}

html[data-browse-mode="P"] .shopinterview .shop-member {
    text-align: center;
}

html[data-browse-mode="P"] .shopinterview .shop-member:nth-child(n+2) {
    margin-top:53px;
}

html[data-browse-mode="P"] .shopinterview .shop-member img {
    max-width: 169px;
    width: 100%;
}

html[data-browse-mode="P"] .shopinterview .shop-member p {
    margin-top: 33px;
    letter-spacing:0.08em;
    font-size: 19px;
    line-height: calc(38/19);
}

/* さまざまなお客様のニーズにお応えする、提案型ショップ SP */

html[data-browse-mode="S"] .shopinterview .shop-images {
    margin-top: 30px;
    margin-bottom: 20px;
}

html[data-browse-mode="S"] .shopinterview .shop-members {
  margin-top: 29px;
  display: flex;
  justify-content: center;
}

html[data-browse-mode="S"] .shopinterview .shop-member {
    text-align: center;
}

html[data-browse-mode="S"] .shopinterview .shop-member:nth-child(2) {
    margin-left:23px;
}

html[data-browse-mode="S"] .shopinterview .shop-member img {
    max-width: 100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

html[data-browse-mode="S"] .shopinterview .shop-member p {
    margin-top: 3px;
    letter-spacing:0.08em;
    font-size: 15px;
    line-height: calc(20/15);
}

/* 特集・おすすめ */

html[data-browse-mode="P"] .shopinterview .shop-feature {
    margin-top: 40px;
}

html[data-browse-mode="P"] .shopinterview .shop-feature_items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 20px;
}

/* 特集・おすすめ SP */

html[data-browse-mode="S"] .shopinterview .shop-feature {
    margin-top: 20px;
}

html[data-browse-mode="S"] .shopinterview .shop-feature_item:nth-child(n+2) {
    margin-top: 20px;
}

/* 取材スタッフの自腹買いワインをご紹介！ */

html[data-browse-mode="P"] .shopinterview .shop-feature-intro {
  max-width:1000px;
  margin:auto;
  border: solid 1px #976F11;
  margin-top: 70px;
  margin-bottom:80px;
}

html[data-browse-mode="P"] .shopinterview #contents_areamap .shop-feature-intro  {
  border: none !important;
  margin-bottom:40px;
}

html[data-browse-mode="P"] .shopinterview .shop-feature-intro_wrapper {
  width: 998px;
  border: 10px solid #EFE7D5;
  padding: 35px 10px 35px 10px;
  
}

html[data-browse-mode="P"] .shopinterview .shop-feature-intro_inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

html[data-browse-mode="P"] .shopinterview .shop-feature-intro_items {
  display: flex;
  gap: 52px;
  align-items: flex-start;
}

html[data-browse-mode="P"] .shopinterview .shop-feature-intro_item {
width:50%;
}

html[data-browse-mode="P"]  .shopinterview .shop-feature-intro_item_head {
  display: flex;
  gap: 31px;
}



html[data-browse-mode="P"] .shopinterview .shop-feature-intro_item-img {
  max-width: 195px; 
}

html[data-browse-mode="P"] .shopinterview .shop-feature-intro_item-title {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  letter-spacing: initial;
 line-height:1.4; 
}

html[data-browse-mode="P"] .shopinterview .shop-feature-intro_item-price {
  font-size: 16px;
  font-weight: bold;
  margin-top:8px;
  line-height: initial;
  letter-spacing: -0.03em;
}

html[data-browse-mode="P"] .shopinterview .shop-feature-intro_item-price strong {
  font-size: 24px;
  font-weight: bold;
}

html[data-browse-mode="P"] .shopinterview .shop-feature-intro_item-price small {
  font-size: 12px;
  font-weight: 400;
}

html[data-browse-mode="P"] .shopinterview .shop-feature-intro_item-text {
 margin-top: 18px;
 font-size: 14px;
 line-height: calc(25/14);
 letter-spacing: 0.02em;
}

html[data-browse-mode="P"] .shopinterview .shop-feature-intro_item-text span {
  font-size:12px;
}

html[data-browse-mode="P"] .shopinterview .shop-feature-intro_item-btn {
 margin-top: 18px;
 max-width: 181px;
 width: 100%;
}

html[data-browse-mode="P"] .shopinterview .shop-feature-intro_item-btn a {
  display: flex;
  justify-content: center;
  align-items:center;
  width: 100%;
  padding: 5px 0;
  border-radius: 6px;
  background-color: #CC0000;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.09em;
  font-weight: 400;
}

/* 取材スタッフの自腹買いワインをご紹介！ SP */

html[data-browse-mode="S"] .shopinterview .shop-feature-intro {
  border: solid 1px #976F11;
  margin-top: 30px;
  margin-bottom:30px;
}
html[data-browse-mode="S"] .shopinterview #contents_areamap .shop-feature-intro  {
  border: none !important;
  margin-bottom:20px;
}

html[data-browse-mode="S"] .shopinterview .shop-feature-intro_wrapper {
  border: 10px solid #EFE7D5;
  padding: 35px 10px;
}

html[data-browse-mode="S"] .shopinterview .shop-feature-intro_head-subtitle {
  padding:3px 9px;
  background-color: #26608E;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
html[data-browse-mode="S"] .shopinterview .shop-feature-intro_content {
  display: block;
}

html[data-browse-mode="S"] .shopinterview .shop-feature-intro_items {

}


html[data-browse-mode="S"] .shopinterview .shop-feature-intro_item:nth-child(n+2) {
  margin-top: 45.5px;
}

html[data-browse-mode="S"] .shopinterview .shop-feature-intro_item_head {
  display: flex;
  gap:10px;
}

html[data-browse-mode="S"] .shopinterview .shop-feature-intro_item-img {
  max-width: 100px;
  width: 100%;
}

html[data-browse-mode="S"] .shopinterview .shop-feature-intro_item-title {
  font-size: 16px;
  line-height: calc(24/16);
  color: #000000;
  font-weight: bold;
  letter-spacing: initial;
}

html[data-browse-mode="S"] .shopinterview .shop-feature-intro_item-price {
  font-size: 14px;
  font-weight: bold;
  margin-top: 12px;
  letter-spacing: -0.04em;
}

html[data-browse-mode="S"] .shopinterview .shop-feature-intro_item-price strong {
  font-size: 18px;
  font-weight: bold;
}

html[data-browse-mode="S"] .shopinterview .shop-feature-intro_item-price small {
  font-size: 12px;
  font-weight: 400;
}

html[data-browse-mode="S"] .shopinterview .shop-feature-intro_item-text {
 margin-top: 12px;
 font-size: 12px;
 line-height: calc(21/15);
 letter-spacing: 0.02em;
}

html[data-browse-mode="S"] .shopinterview .shop-feature-intro_item-text span {
 font-size: 12px;
}

html[data-browse-mode="S"] .shopinterview .shop-feature-intro_item-btn {
 margin-top: 16px;
 max-width: 180px;
 width: 100%;
}

html[data-browse-mode="S"] .shopinterview .shop-feature-intro_item-btn a {
  display: flex;
  justify-content: center;
  align-items:center;
  width: 100%;
  padding: 5px 0;
  border-radius: 6px;
  background-color: #CC0000;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.09em;
  font-weight: 400;
}

/* その他のショップインタビュー */

html[data-browse-mode="P"] .shopinterview .other .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap:40px;
}

html[data-browse-mode="P"] .shopinterview .other .other-slide_img img {
  /* aspect-ratio: 370 / 176; */
}

html[data-browse-mode="P"] .shopinterview .other .other-slide_content {
  background-color: #F8F8F8;
  padding:12px 16px 24px 16px ;
}

html[data-browse-mode="P"] .shopinterview .other .other-slide_title {
  font-size: 16px;
  line-height: calc(22/16);
  letter-spacing: 0.03em;
  font-weight: bold;
}

html[data-browse-mode="P"] .shopinterview .other .other-slide_box {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}

html[data-browse-mode="P"] .shopinterview .other .other-slide_tag .tag-logo {
  max-width:127px;
  width: 100%;
}

html[data-browse-mode="P"] .shopinterview .other .other-slide_tag span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

html[data-browse-mode="P"] .shopinterview .other .other-slide_tag .desc {
  margin-top: 10px;
  font-size: 12px;
  color: #976F11;
  font-weight: 400;
  letter-spacing: 0.03em;
}

html[data-browse-mode="P"] .shopinterview .other .other-links {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

html[data-browse-mode="P"] .shopinterview .other .other-link {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.09em;
}

/* その他のショップインタビュー SP */

html[data-browse-mode="S"] .shopinterview .other .other-slide_img img {
  aspect-ratio: 345 / 176;
}

html[data-browse-mode="S"] .shopinterview .other .other-slide_content {
  background-color: #F8F8F8;
  padding:12px 16px 24px 16px ;
}

html[data-browse-mode="S"] .shopinterview .other .other-slide_title {
  font-size: 16px;
  line-height: calc(22/16);
  letter-spacing: 0.03em;
  font-weight: bold;
}

html[data-browse-mode="S"] .shopinterview .other .other-slide_tag {
  margin-top: 10px;
}

html[data-browse-mode="S"] .shopinterview .other .other-slide_tag .tag-logo {
  display: none;
}

html[data-browse-mode="S"] .shopinterview .other .other-slide_tag span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

html[data-browse-mode="S"] .shopinterview .other .other-slide_tag .desc {
  margin-top: 10px;
  font-size: 12px;
  color: #976F11;
  font-weight: 400;
  letter-spacing: 0.03em;
}

html[data-browse-mode="S"] .shopinterview .other .other-links {
  display: none;
}