@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 .tomato-hgroup-imagecut {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

/* --------------------- ---------------------
tomato post body style
--------------------- --------------------- */
.kikanshi #tomato-article {
  margin-top: 4em;
}
.kikanshi #tomato-article .tomato-container .tomato-title {
  display: grid;
  align-items: center;
  margin-bottom: 1em;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  grid-template-columns: auto 1fr;
}
.kikanshi #tomato-article .tomato-container .tomato-title dt {
  display: grid;
  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;
  place-items: center;
}
.kikanshi #tomato-article .tomato-container .tomato-title dd {
  font-size: 1.25em;
  line-height: 1.25 !important;
}
.kikanshi #tomato-article .tomato-container .tomato-photolist {
  margin-top: 1em;
  text-align: center;
}
.kikanshi #tomato-article .tomato-container .tomato-photolist li {
  text-align: center;
}
.kikanshi #tomato-article .tomato-container .tomato-photolist li + li {
  margin-top: 1em;
}
.kikanshi #tomato-article .tomato-container-frame01 {
  width: 100%;
}
.kikanshi #tomato-article .tomato-container-frame02 {
  width: 100%;
  margin-top: 2em;
}
.kikanshi #tomato-article .tomato-container-frame03 {
  margin-top: 2em;
}
.kikanshi #tomato-article .tomato-container-frame03__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25.0347705146vw;
  margin: 0 auto;
  background: #f9ddd8;
  border-radius: 16.6898470097vw;
  text-align: center;
}
.kikanshi #tomato-article .tomato-container-frame03__circle p {
  font-size: 5.0069541029vw;
}
.kikanshi #tomato-article .tomato-container-frame04 {
  margin-top: 2em;
}
.kikanshi #tomato-article .tomato-container-frame04 .tomato-photolist {
  display: flex;
  justify-content: center;
  position: relative;
}
.kikanshi #tomato-article .tomato-container-frame04__fukidashi {
  display: flex;
  justify-content: center;
  width: 49.9304589708vw;
  height: 26.1474269819vw;
  padding-top: 2.7816411683vw;
  background: url("../images/tomatoChan202509_bg_04_fukidashi.png") no-repeat top left/100% 100%;
  pointer-events: none;
  position: absolute;
  top: 51.4603616134vw;
  right: 0;
}
.kikanshi #tomato-article .tomato-container-frame04__fukidashi p {
  font-size: 4.7287899861vw;
  line-height: 1.6;
  text-align: left;
}
.kikanshi #tomato-article .tomato-container-frame04 .link {
  margin-top: 1em;
}
.kikanshi #tomato-article .tomato-container-frame04 .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-frame04 .link a:after {
  content: "";
  width: 1em;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
  transform: rotate(45deg);
  aspect-ratio: 1;
}
.kikanshi #tomato-article .tomato-whatabout {
  max-width: 700px;
  padding: 5% 5%;
  margin: 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;
}
.kikanshi #tomato-article .tomato-whatabout p strong {
  font-size: 1em;
}
.kikanshi #tomato-article .tomato-whatabout .table {
  padding-bottom: 12.93rem;
  margin-top: 0.25em;
  position: relative;
}
.kikanshi #tomato-article .tomato-whatabout .table table {
  width: 100%;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.kikanshi #tomato-article .tomato-whatabout .table table tr td {
  vertical-align: middle;
  padding: 2% 2%;
  border-top: 1px dotted #333;
  font-size: 2rem;
  line-height: 1.6;
}
.kikanshi #tomato-article .tomato-whatabout .table table tr td strong {
  color: #e60012;
  font-size: 2.26rem;
  font-weight: bold;
}
.kikanshi #tomato-article .tomato-whatabout .table table tr td:last-of-type {
  text-align: center;
}
.kikanshi #tomato-article .tomato-whatabout .table table tr:first-of-type td {
  border-top: 0;
}
.kikanshi #tomato-article .tomato-whatabout .table__fukidashi {
  display: flex;
  justify-content: center;
  width: 20.06rem;
  height: 11.93rem;
  padding-top: 2rem;
  background: url("../images/tomatoChan202509_bg_02_fukidashi.png") no-repeat top left/100% 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
.kikanshi #tomato-article .tomato-whatabout .table__fukidashi p {
  font-size: 2.26rem;
  line-height: 1.6;
  text-align: center;
}
.kikanshi #tomato-article .tomato-whatabout .link {
  margin-top: 1em;
}
.kikanshi #tomato-article .tomato-whatabout .link a {
  display: block;
  padding: 0.75em 1.5em 0.75em 0.5em;
  background: #e60012;
  border-radius: 50vh;
  color: var(--white);
  font-size: 1.125em;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.kikanshi #tomato-article .tomato-whatabout .link a:after {
  content: "";
  width: 1em;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
  transform: rotate(45deg);
  aspect-ratio: 1;
}
@media screen and (min-width: 720px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .tomato-main-wrapper {
    --fz: 15px;
  }
  #tomato-main .tomato-post-header .tomato-hgroup-imagecut {
    width: 23%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .kikanshi #tomato-article .tomato-container-frame03 {
    position: relative;
  }
  .kikanshi #tomato-article .tomato-container-frame03__circle {
    width: 22.66rem;
    height: 22.66rem;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .kikanshi #tomato-article .tomato-container-frame03__circle p {
    font-size: 2rem;
  }
  .kikanshi #tomato-article .tomato-container-frame04 {
    position: relative;
  }
  .kikanshi #tomato-article .tomato-container-frame04 .tomato-photolist {
    width: 53.33rem;
    padding-right: 12.53rem;
    margin: 0 auto;
  }
  .kikanshi #tomato-article .tomato-container-frame04__fukidashi {
    width: 23.93rem;
    height: 12.53rem;
    padding-top: 1.33rem;
    top: 26.66rem;
    right: 4rem;
  }
  .kikanshi #tomato-article .tomato-container-frame04__fukidashi p {
    font-size: 2.26rem;
  }
  .kikanshi #tomato-article .tomato-container-frame04 .link {
    width: 50%;
    margin: 2em auto 0 auto;
  }
  .kikanshi #tomato-article .tomato-container-frame04 .imagecut {
    width: 30%;
    position: absolute;
    top: -5rem;
    right: 0;
  }
}
@media screen and (min-width: 960px) {
  .tomato-main-wrapper {
    --fz: 16px;
  }
}