@charset "UTF-8";

.ali-C {
  text-align: center;
}

.ali-L {
  text-align: left;
}

.ali-R {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.inline-b {
  display: inline-block;
}

.border-000 {
  border-bottom: #000 1px solid;
}

.white-space-n-pc {
  white-space: nowrap;
}

.maxWidth400 {
  max-width: 400px;
  margin: 0 auto;
}

.maxWidth500 {
  max-width: 500px;
  margin: 0 auto;
}

.maxWidth550 {
  max-width: 550px;
  margin: 0 auto;
}

.maxWidth600 {
  max-width: 600px;
  margin: 0 auto;
}

.maxWidth800 {
  max-width: 800px;
  margin: 0 auto;
}

.maxWidth1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.linkStyle01 {
  text-decoration: underline !important;
  transition: 0.3s;
  cursor: pointer;
}

.linkStyle01:hover {
  opacity: 0.8;
}

/* .listStyle01{
  padding: 0.5em 0.5em 0.5em 2em;
} */

.listStyle01 > li {
  position: relative;
  padding-left: 16px;
}

.listStyle01 > li::before {
  content: "";
  position: absolute;
  display: block;
  height: 12px;
  width: 12px;
  top: 10px;
  left: 0;
  border-radius: 9999px;
  background: #333;
}

@media screen and (min-width: 641px) {
  .PcNodisplay {
    display: none !important;
  }

  .SpNodisplay {
    display: block !important;
  }

  .wid50PerSp{
    width: 50% !important;
  }

  .u-tc--pc{
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .PcNodisplay {
    display: block !important;
  }

  .SpNodisplay {
    display: none !important;
  }

  .white-space-n-pc {
    white-space: initial;
  }

  .wid100PerSp{
    width: 100% !important;
  }

  .wid50PerPc{
    width: 50% !important;
  }
}
/* .thumbnail-movie {
  position: relative;
}

.thumbnail-movie::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/jp/terasu/trend/trendnews/70/img/trend04/movie-icon.png)
    no-repeat center / contain;
  height: 60px;
  width: 92px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
} */

.u-objectC{
  object-fit: cover !important;
}

.u-h-auto{
  height: auto !important;
}

.u-line-height-1-6{
  line-height: 1.6 !important;
}

/* ------------------↑↑↑ユーティリティ置き場↑↑↑---------------------- */

.trend-link-icon {
  height: 20px;
  width: 20px;
  display: inline-flex;
  position: relative;
  top: 2px;
}

.trend-link-icon > img {
  height: auto;
  width: 100%;
  object-fit: contain;
}
.c-link-post .c-link-post__box .c-link-post__ttl {
  font-size: 19px;
}

.ttl-before {
  display: inline-block;
  background-color: #444;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 6px 20px;
}

.ttl-after {
  display: inline-block;
  background-color: #e58b00;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 6px 20px;
}

@media screen and (max-width: 640px) {
  .ttl-after {
    margin-top: 30px;
  }
}

.trend70__pht {
  max-width: 600px;
  margin: 0 auto;
}

.trend70__pht--800px {
  max-width: 800px;
}

.trend70__pht--1000px {
  max-width: 1000px;
}

.trend70__pht figure > img {
  width: 100%;
}

.trend70 .trend70__2column {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.trend70 .trend70__2column--child .trend70__2column , .trend70 .trend70__2column--child > figure {
  width: calc(50% - 8px);
}

.trend70 .trend70__2column > .trend70__texts {
  width: calc(50% - 8px);
}

.trend70 .trend70__2column > figure {
  width: calc(50% - 8px);
  height: auto;
}

.trend70 .trend70__2column--h300 figure > img {
  min-height: 300px;
}

.trend70 .trend70__2column > figure > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.trend70 .trend70__pht2column figure {
  width: calc(100% / 2 - 12px);
  height: auto;
}

.trend70 .trend70__pht2column--wide figure {
  width: calc(100% / 2 - 8px);
  height: auto;
}

.trend70 .trend70__pht2column figure > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.trend70 .trend70__pht2column--wide figure > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.trend70 .trend70__pht2column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.trend70 .trend70__pht2column--center {
  justify-content: center;
  align-items: flex-start;
}

.trend70 .trend70__pht2column--center > figure {
  width: 50%;
}

.trend70 .trend70__pht2column--center > .trend70__texts {
  width: calc(50% - 20px);
}

.trend70 .trend70__pht2column p {
  line-height: 1.6;
}

.trend70 .trend70__pht2column--gray {
  background-color: #f7f7f7;
  padding: 32px 24px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .trend70 .trend70__pht2column figure {
    width: calc(100% / 2 - 6px);
  }

  .trend70 .trend70__pht2column--center > .trend70__texts {
    width: 100%;
  }

  .trend70 .trend70__2column > .trend70__texts {
    width: 100%;
  }

  .trend70 .trend70__2column > figure {
    width: 100%;
    height: auto;
  }

  .trend70 .trend70__2column--child .trend70__2column{
    display: flex;
  }
  
  .trend70 .trend70__2column--child > .trend70__2column > figure {
    width: calc(50% - 8px) !important;
  }

  .trend70 .trend70__2column--h300 figure > img{
    min-height: initial;
  }
}

/* ------3カラム--------- */

.trend70 .trend70__pht3column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.trend70 .trend70__pht3column figure {
  width: calc(100% / 3 - 4px);
  height: auto;
}

.trend70 .trend70__pht3column figure > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
  .trend70 .trend70__pht3column figure {
    width: 100%;
  }
}

.ul.first-catch {
  display: table;
  width: 100%;
  margin: 0;
  padding-left: 0;
  margin-top: 8px;
}

.first-catch--orange {
  color: #ff6a00 !important;
}

ul.first-catch li {
  list-style: none;
  line-height: 1.6;
  font-size: 1.8rem;
}

ul.first-catch li .first-catch__head {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 0.08em;
}

ul.first-catch li .first-catch__text {
  display: table-cell;
  vertical-align: top;
}

table.TableStyle01 {
  border: solid 3px #ccc;
  background-color: #fff;
  width: 100%;
  margin: 20px auto;
}
table.TableStyle01 th,
table.TableStyle01 td {
  padding: 10px;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
/* table.TableStyle01 th  {width:270px; background-color:#f5f5f5;} */
table.TableStyle01 th {
  width: 270px;
  background-color: #f2f2f2;
}
table.TableStyle01 .Tablestyle--gray-td {
  background-color: #f1f1f2;
  text-align: center;
  vertical-align: middle;
}
table.TableStyle01 .Tablestyle__head {
  font-size: 20px;
  width: 30%;
}

table.TableStyle01 .Tablestyle__sub-head {
  font-size: 16px;
  width: 20%;
}

@media screen and (max-width: 640px) {
  table.TableStyle01 td {
    padding: 10px 6px;
  }

  table.TableStyle01 .Tablestyle__head {
    font-size: 16px;
    width: initial;
  }

  table.TableStyle01 .Tablestyle__sub-head {
    font-size: 14px;
    width: initial;
  }
}


/* -------trend70専用------- */

/* -----1段目----- */

.trend70-pht01{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items:stretch;
}

.trend70-pht01__left , .trend70-pht01__right{
  width: calc(100% / 2 - 12px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trend70-pht01__left img , .trend70-pht01__right img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.trend70-pht01__right-content:nth-child(1){
  display: flex;
  align-items: center;
}

.trend70-pht01__right-content:nth-child(2){
  display: flex;
  flex-direction: column;
    align-items:stretch;
}

.trend70-pht01__right-content:nth-child(1) img{
  max-width: 190px;
  margin-right: 24px;
  max-height: 190px;
}

@media screen and (max-width: 640px) {
  .trend70-pht01__left , .trend70-pht01__right{
    width: 100%;
  }

  .trend70-pht01__right-content:nth-child(1){
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .trend70-pht01__right-content:nth-child(1) figure{
    width: 50%;
  }

  .trend70-pht01__right-content:nth-child(1) p{
    width: 50%;
    display: flex;
    justify-content: center;
  }

  .trend70-pht01__right-content:nth-child(1) img{
    width: 100%;
  }
}

/* -----2段目----- */

.trend70-pht02__ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.trend70-pht02__ul-li{
  width: calc(100% / 3 - 12px);
}

.trend70-pht02__ul-li img{
  height: 202px;
  width: 100%;
  object-fit: cover;
}

.trend70-pht02__ul-li p{
  line-height: 1.6 !important;
}

@media screen and (max-width: 640px) {
  .trend70-pht02__ul-li{
    width: 100%;
  }

  .trend70-pht02__ul-li img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

/* -----3段目----- */

.trend70-pht03__ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.trend70-pht03__ul-li img{
  height: 366px;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
  .trend70-pht03__ul-li img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .trend70-pht03__ul-li:nth-child(1){
    width: 100%;
  }

  .trend70-pht03__ul-li:nth-child(2){
    width: 100%;
  }
}


/* -------GridColumn--------- */

/* ---------2column----------- */

.trend70__2column-grid01 {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 8px;
}

.trend70__2column-grid01 img {
  height: 100%;
  width: 100%;
  object-fit: contain;

  max-height: 345px;
}

@media screen and (max-width: 640px) {
  .trend70__2column-grid01 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .trend70__2column-grid01 img {
    height: 100%;
    width: 100%;
    object-fit: contain;

    max-height: initial;
  }

  .trend70__2column-grid01--sp{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
  }

  .trend70__2column-grid01--sp img{
    width: calc(50% - 20px) !important;
  }

  .trend70__2column-grid01--sp p{
    width: calc(50% + 12px);
  }
}


.trend70__2column-grid02 {
  display: grid;
  grid-template-columns: 63% 37%;
  gap: 20px;
}

.trend70__2column-grid02 img {
  height: 100%;
  width: 100%;
  object-fit: contain;

  max-height: 238px;
}

@media screen and (max-width: 640px) {
  .trend70__2column-grid02 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .trend70__2column-grid02 img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  
    max-height: initial;
  }

  .trend70__2column-grid02 figure:nth-child(1) img {
    height: 160px;
  }

  .trend70__2column-grid02 figure:nth-child(2) img {
    height: 250px;
  }
}

/* -------3column--------- */

.trend70__3column-grid01 {
  display: grid;
  grid-template-columns: 38% 38% 24%;
  gap: 8px;
}

.trend70__3column-grid01 img {
  height: 100%;
  width: 100%;
  object-fit: contain;

  max-height: 345px;
}

.trend70__3column-grid01 {
  display: grid;
  grid-template-columns: 38% 38% 24%;
  gap: 8px;
}

.trend70__3column-grid01 img {
  height: 100%;
  width: 100%;
  object-fit: contain;

  max-height: 240px;
}

@media screen and (max-width: 640px) {
  .trend70__3column-grid01 {
    display: grid;
    grid-template-columns: 60% 40%; /* 2列目は40%と60%の割合で設定 */
    grid-auto-rows: auto; /* 行の高さはコンテンツに基づく */
    gap: 8px;
  }

  .trend70__3column-grid01 > figure > img{
    max-height: 160px;
  }
  .trend70__3column-grid01 > figure:nth-child(1){
    grid-column: 1 / -1; /* 全幅を占める */
  }

  .trend70__3column-grid01 > figure:nth-child(1) > img{
    max-height: 240px
  }

  .trend70__3column-grid01 > figure:nth-child(2){
    grid-column: 1; /* 2列目の右カラム */
  }

  .trend70__3column-grid01 > figure:nth-child(3){
    grid-column: 2; /* 2列目の右カラム */
  }
}

/* start new css */

.trendnews .trendnews-profile__item.trendnews-profile__item--place figure {
  position: relative;
}

.trendnews .trendnews-profile__item.trendnews-profile__item--place figure img  {
  width: 210px;
}
.trendnews .trendnews-profile__item.trendnews-profile__item--place figure figcaption  {
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  white-space: nowrap;
}

.trendnews .trendnews-profile__item p a{
  text-decoration: underline;
}

.trendnews .trendnews__img--01{
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.trendnews .trendnews__img--01 img{
  max-width: 100%;
}

.trendnews .trendnews__img--02{
  width: 100%;
}
.trendnews .trendnews__img--02 img{
  max-width: 100%;
}
.trendnews .trendnews__img--02 figcaption{
  font-size: 14px;
  line-height: 22px;
  color: #393939;
}
.trendnews .trendnews__img--02 figcaption a{
  text-decoration: underline;
}

.trendnews .trendnews__img--row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.trendnews .trendnews__img--row .trendnews__img--03{
  width: calc(50% - 30px);
  color: #393939;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.trendnews .trendnews__img--row .trendnews__img--03 img{
  max-width: 100%;
  max-height: 340px;
  width: auto;
}

@media screen and (max-width: 640px) {
  .trendnews .trendnews__img--row{
    flex-direction: column;
  }

  .trendnews .trendnews__img--row .trendnews__img--03{
    width: 100%;
  }
  
}



/* end new css */