@charset "utf-8";

@charset "UTF-8";
/* 使い方
font-size: rem(16);
font-size: vw(16);
font-size: vw(16, 1440); // ブラウザ幅が1440pxのデザインデータの場合
line-height: lh(16,28);
letter-spacing: ls(50);
*/
/* ----------------------------------------
reset css
---------------------------------------- */
.kikanshi h2.tomato-post-title {
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent;
}

/* =======================================
general settings
======================================= */
.kikanshi #tomato-main * {
  color: var(--text-color);
  font-size: initial;
  line-height: initial !important;
  letter-spacing: initial;
}
.kikanshi #tomato-main * img {
  align-items: baseline;
}
.kikanshi #tomato-main * dl, .kikanshi #tomato-main * dt, .kikanshi #tomato-main * dd {
  margin: 0;
}
.kikanshi #tomato-main * figure, .kikanshi #tomato-main * h2, .kikanshi #tomato-main * h3, .kikanshi #tomato-main * h4, .kikanshi #tomato-main * h5, .kikanshi #tomato-main * h6, .kikanshi #tomato-main * p {
  margin: 0;
}
.kikanshi #tomato-main * ol, .kikanshi #tomato-main * ul, .kikanshi #tomato-main * li {
  list-style: none;
  padding-left: 0;
  margin-block: 0;
}

.sp-only {
  display: block;
}

.pc-only {
  display: none;
}

/* ----------------------------------------
tomato post header style css
---------------------------------------- */
.tomato-main-wrapper {
  font-family: inherit;
  font-weight: inherit;
  --accent-color: #dd2c4b;
  --bg-color: #fffcdb;
  --bg-color02: #fffcdb;
  --black: #000;
  --fz: clamp(14px, 8.1824px + 1.8182vw, 18px);
  --text-color: #333;
  --white: #fff;
}

#tomato-main {
  position: relative;
}
#tomato-main .tomato-post-header {
  display: block !important;
  justify-content: center;
  position: relative;
}
#tomato-main .tomato-hgroup-place-eyecatch {
  background-color: #006934 !important;
}
#tomato-main .tomato-hgroup-heading h3 {
  padding-top: 4.1724617524vw;
  text-align: center;
}
#tomato-main .tomato-hgroup-heading h3 img {
  width: 67.0375521558vw;
}
#tomato-main .tomato-bg-before {
  margin-top: 5.5632823366vw;
  text-align: center;
}
#tomato-main .tomato-bg-before img {
  width: 67.5938803894vw;
}

/* --------------------- ---------------------
tomato post body style
--------------------- --------------------- */
.kikanshi #tomato-article {
  margin-top: 8.3449235049vw !important;
}
.kikanshi #tomato-article .tomato-container .link {
  width: 100%;
  max-width: 83.4492350487vw;
  margin: 2.7816411683vw auto 0 auto;
}
.kikanshi #tomato-article .tomato-container .link a {
  display: block;
  padding: 0.75em 1.5em 0.75em 0.5em;
  background: #e60012;
  border-radius: 50vh;
  color: var(--white);
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.kikanshi #tomato-article .tomato-container .link a:after {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
  transform: rotate(45deg);
}
.kikanshi #tomato-article .tomato-container .tomato-title, .kikanshi #tomato-article .tomato-container .tomato-title--long {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.kikanshi #tomato-article .tomato-container .tomato-title dt, .kikanshi #tomato-article .tomato-container .tomato-title--long dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: -0.125em;
  background-color: var(--accent-color);
  border-radius: 9999px;
  color: var(--white);
  font-size: 2em;
  line-height: 1 !important;
  text-align: center;
  place-items: center;
}
.kikanshi #tomato-article .tomato-container .tomato-title dt + dd, .kikanshi #tomato-article .tomato-container .tomato-title--long dt + dd {
  padding-left: 2.7816411683vw;
}
.kikanshi #tomato-article .tomato-container .tomato-title dd, .kikanshi #tomato-article .tomato-container .tomato-title--long dd {
  flex: 1;
  color: #dd2c4b;
  font-size: 6.1196105702vw;
  line-height: 1.25 !important;
}
.kikanshi #tomato-article .tomato-container .tomato-title--long {
  align-items: flex-start;
}
.kikanshi #tomato-article .tomato-whatabout {
  max-width: 64rem;
  padding: 5% 5% 8% 5%;
  margin: 0 auto 2em auto;
  background-color: #e7e0ce;
  border-radius: 1em;
}
.kikanshi #tomato-article .tomato-whatabout h2 {
  padding-left: 0;
  padding-right: 0;
  background: none;
  color: #e04959;
  font-size: 1.5em;
}
.kikanshi #tomato-article .tomato-whatabout > p {
  margin-top: 1em;
  font-size: 1.25em;
  line-height: 1.6;
  text-align: justify;
}
.kikanshi #tomato-article .tomato-whatabout__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5.5632823366vw;
}
.kikanshi #tomato-article .tomato-whatabout__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27.8164116829vw;
  height: 27.8164116829vw;
  border: 4px solid #dd2c4b;
  border-radius: 50%;
  color: #333;
  font-size: 5.0069541029vw;
  text-align: center;
}
.kikanshi #tomato-article .tomato-whatabout__meta {
  padding-left: 2.7816411683vw;
  color: #333;
  font-size: 5.0069541029vw;
}
.kikanshi #tomato-article .tomato-whatabout__button {
  margin-top: 6.9541029207vw;
  text-align: center;
}
.kikanshi #tomato-article .tomato-whatabout__button img {
  width: 50.2781641168vw;
}
.kikanshi #tomato-article .tomato-article, .kikanshi #tomato-article .tomato-article--04, .kikanshi #tomato-article .tomato-article--03, .kikanshi #tomato-article .tomato-article--02, .kikanshi #tomato-article .tomato-article--01 {
  margin-top: 13.9082058414vw;
}
.kikanshi #tomato-article .tomato-article__img {
  width: 100%;
  margin: 5.5632823366vw auto 0 auto;
  text-align: center;
}
.kikanshi #tomato-article .tomato-article__img img {
  width: 100%;
}
.kikanshi #tomato-article .tomato-article__flex {
  margin-top: 5.5632823366vw;
}
.kikanshi #tomato-article .tomato-article__tomato {
  text-align: center;
}
.kikanshi #tomato-article .tomato-article__tomato img {
  width: 24.7566063978vw;
}
.kikanshi #tomato-article .tomato-article__meta {
  padding-left: 4.1724617524vw;
  margin-top: 2.7816411683vw;
}
.kikanshi #tomato-article .tomato-article__meta__lead {
  color: #dd2c4b;
  font-size: 5.0069541029vw;
}
.kikanshi #tomato-article .tomato-live {
  padding: 8.3449235049vw;
  margin: 13.9082058414vw auto 0 auto;
  background-color: #5db0d4;
  border-radius: 4.4506258693vw;
}
.kikanshi #tomato-article .tomato-live__heading {
  margin-top: 4.1724617524vw;
  color: #fff;
  font-size: 6.6759388039vw;
  font-weight: bold;
  text-align: center;
}
.kikanshi #tomato-article .tomato-live__heading:first-of-type {
  margin-top: 0;
}
.kikanshi #tomato-article .tomato-live__lead {
  margin-top: 4.1724617524vw;
  color: #fff;
  font-size: 5.0069541029vw;
  text-align: center;
}
.kikanshi #tomato-article .tomato-live__button {
  margin-top: 5.5632823366vw;
}
@media screen and (min-width: 720px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .tomato-main-wrapper {
    --fz: 15px;
  }
  .tomato-main-wrapper {
    --fz: 16px;
  }
  #tomato-main .tomato-post-header {
    display: flex !important;
  }
  #tomato-main .tomato-post-title-container {
    width: 31.4rem;
  }
  #tomato-main .tomato-hgroup-heading h3 {
    padding-top: 0;
    text-align: left;
  }
  #tomato-main .tomato-hgroup-heading h3 img {
    width: 24.1rem;
  }
  #tomato-main .tomato-bg-before {
    width: 29.16rem;
    margin-top: 0;
  }
  .kikanshi #tomato-article {
    margin-top: 3rem !important;
  }
  .kikanshi #tomato-article .tomato-container .link {
    max-width: 46.5rem;
    margin: 2rem auto 0 auto;
  }
  .kikanshi #tomato-article .tomato-container .tomato-title dt + dd, .kikanshi #tomato-article .tomato-container .tomato-title--long dt + dd {
    padding-left: 1rem;
  }
  .kikanshi #tomato-article .tomato-container .tomato-title dd, .kikanshi #tomato-article .tomato-container .tomato-title--long dd {
    font-size: 2.4rem;
  }
  .kikanshi #tomato-article .tomato-container .tomato-title--long {
    align-items: center;
  }
  .kikanshi #tomato-article .tomato-whatabout {
    padding: 3% 5%;
  }
  .kikanshi #tomato-article .tomato-whatabout__flex {
    margin-top: 2rem;
  }
  .kikanshi #tomato-article .tomato-whatabout__circle {
    width: 10rem;
    height: 10rem;
    font-size: 1.8rem;
  }
  .kikanshi #tomato-article .tomato-whatabout__meta {
    padding-left: 1rem;
    font-size: 1.8rem;
  }
  .kikanshi #tomato-article .tomato-whatabout__button {
    margin-top: 2rem;
  }
  .kikanshi #tomato-article .tomato-whatabout__button img {
    width: 24.1rem;
  }
  .kikanshi #tomato-article .tomato-article, .kikanshi #tomato-article .tomato-article--04, .kikanshi #tomato-article .tomato-article--03, .kikanshi #tomato-article .tomato-article--02, .kikanshi #tomato-article .tomato-article--01 {
    margin-top: 10rem;
  }
  .kikanshi #tomato-article .tomato-article__img {
    margin: 2rem auto 0 auto;
  }
  .kikanshi #tomato-article .tomato-article__flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
  }
  .kikanshi #tomato-article .tomato-article__tomato img {
    width: 8.9rem;
  }
  .kikanshi #tomato-article .tomato-article__meta {
    padding-left: 1.5rem;
    margin-top: 0;
  }
  .kikanshi #tomato-article .tomato-article__meta__lead {
    font-size: 1.8rem;
  }
  .kikanshi #tomato-article .tomato-article--01 .tomato-article__img {
    width: 45.4rem;
  }
  .kikanshi #tomato-article .tomato-article--02 .tomato-article__img {
    width: 58.1rem;
  }
  .kikanshi #tomato-article .tomato-article--03 .tomato-article__img:first-of-type {
    width: 48.05rem;
  }
  .kikanshi #tomato-article .tomato-article--03 .tomato-article__img:last-of-type {
    width: 52.3rem;
  }
  .kikanshi #tomato-article .tomato-article--04 .tomato-article__img {
    width: 46.2rem;
  }
  .kikanshi #tomato-article .tomato-live {
    max-width: 50rem;
    padding: 3rem;
    margin-top: 8rem;
    border-radius: 1.6rem;
  }
  .kikanshi #tomato-article .tomato-live__heading {
    margin-top: 1.5rem;
    font-size: 2.4rem;
  }
  .kikanshi #tomato-article .tomato-live__lead {
    margin-top: 1.5rem;
    font-size: 1.8rem;
  }
  .kikanshi #tomato-article .tomato-live__button {
    margin-top: 3rem;
  }
}