/* ----------------------------------------
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;
}
@media screen and (min-width: 720px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 720px) {
  .pc-only {
    display: block;
  }
}

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

#tomato-main {
  position: relative;
}
#tomato-main .tomato-post-header .tomato-hgroup .tomato-hgroup-adress {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  #tomato-main .tomato-post-header .tomato-hgroup .tomato-hgroup-adress {
    width: 60%;
  }
}
#tomato-main .tomato-post-header .tomato-hgroup-imagecut {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  #tomato-main .tomato-post-header .tomato-hgroup-imagecut {
    position: absolute;
    right: 0;
    top: 0;
    width: 23%;
  }
}

/* --------------------- ---------------------
tomato post body style
--------------------- --------------------- */
.kikanshi #tomato-article {
  margin-top: 4em;
}
.kikanshi #tomato-article .tomato-contaienr {
  padding: 0 5%;
  display: grid;
  gap: 2em;
}
@media screen and (min-width: 720px) {
  .kikanshi #tomato-article .tomato-contaienr {
    grid-template-columns: 1fr 1fr;
    gap: 4em 10%;
  }
  .kikanshi #tomato-article .tomato-contaienr-frame01 {
    grid-column: 1/3;
  }
  .kikanshi #tomato-article .tomato-contaienr-frame01 .tomato-photolist {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3em;
  }
  .kikanshi #tomato-article .tomato-contaienr-frame01 .tomato-photolist .photo01 {
    width: 50%;
  }
  .kikanshi #tomato-article .tomato-contaienr-frame01 .tomato-photolist .photo02 {
    width: 40%;
  }
  .kikanshi #tomato-article .tomato-contaienr-frame02 {
    grid-column: 1/3;
  }
  .kikanshi #tomato-article .tomato-contaienr-frame02 .tomato-photolist {
    display: flex;
    justify-content: space-between;
  }
  .kikanshi #tomato-article .tomato-contaienr-frame02 .tomato-photolist .photo01 {
    width: 55%;
  }
  .kikanshi #tomato-article .tomato-contaienr-frame02 .tomato-photolist .photo02 {
    width: 42%;
  }
  .kikanshi #tomato-article .tomato-contaienr-frame03 {
    grid-column: 1/3;
  }
  .kikanshi #tomato-article .tomato-contaienr-frame03 .tomato-photolist {
    display: flex;
    justify-content: space-between;
  }
  .kikanshi #tomato-article .tomato-contaienr-frame03 .tomato-photolist .photo01 {
    width: 65%;
  }
  .kikanshi #tomato-article .tomato-contaienr-frame03 .tomato-photolist .photo02 {
    width: 34%;
  }
  .kikanshi #tomato-article .tomato-contaienr-frame04 {
    grid-column: 1/3;
  }
}
.kikanshi #tomato-article .tomato-contaienr .tomato-title {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 0.5em;
  margin-bottom: 1em;
}
.kikanshi #tomato-article .tomato-contaienr .tomato-title dt {
  color: var(--white);
  font-size: 2em;
  line-height: 1 !important;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: -0.125em;
  display: grid;
  place-items: center;
  background-color: var(--accent-color);
  border-radius: 9999px;
}
.kikanshi #tomato-article .tomato-contaienr .tomato-title dd {
  font-size: 1.25em;
  line-height: 1.25 !important;
}
.kikanshi #tomato-article .tomato-contaienr .tomato-photolist li + li {
  margin-top: 1em;
}
.kikanshi #tomato-article .tomato-contaienr .tomato-photolist li .posC {
  text-align: center;
}
.kikanshi #tomato-article .tomato-contaienr .tomato-photolist li .posR {
  text-align: right;
}
.kikanshi #tomato-article .tomato-contaienr-frame01 .photo01 figure {
  width: 80%;
  margin: 0 auto;
}
.kikanshi #tomato-article .tomato-contaienr-frame02 .note {
  margin-top: 0.5em;
  font-size: 0.9em;
}
.kikanshi #tomato-article .tomato-contaienr-frame02 .tomato-photolist {
  margin-top: 4.9741496599em;
}
.kikanshi #tomato-article .tomato-contaienr-frame02 .photo01 {
  position: relative;
  justify-content: center;
  gap: 1em;
}
.kikanshi #tomato-article .tomato-contaienr-frame02 .photo01 figure {
  width: 60%;
  margin: 0 auto;
}
.kikanshi #tomato-article .tomato-contaienr-frame02 .photo01 p {
  font-size: var(--fz);
  width: 8em;
  display: grid;
  place-content: center;
  place-items: center;
  aspect-ratio: 735/457;
  padding-bottom: 1em;
  background: url(../images/tomatoChan202507_img_04b.png) no-repeat top center/contain;
  position: absolute;
  left: 50%;
  bottom: calc(100% - 1.75em);
}
@media screen and (min-width: 720px) {
  .kikanshi #tomato-article .tomato-contaienr-frame02 .photo01 figure {
    width: 80%;
  }
  .kikanshi #tomato-article .tomato-contaienr-frame02 .photo01 p {
    width: 10em;
    position: absolute;
    right: -1em;
    bottom: calc(100% - 1.75em);
  }
}
.kikanshi #tomato-article .tomato-contaienr-frame02 .photo02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kikanshi #tomato-article .tomato-contaienr-frame02 .photo02 figure {
  width: 35%;
  margin: 0 auto;
}
.kikanshi #tomato-article .tomato-contaienr-frame02 .photo02 p {
  width: 60%;
  position: relative;
}
.kikanshi #tomato-article .tomato-contaienr-frame02 .photo02 p:before {
  content: "";
  width: 120%;
  aspect-ratio: 1;
  background: #F9DDD8;
  border-radius: 50vh;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.kikanshi #tomato-article .tomato-contaienr-frame03 .tomato-photolist {
  font-size: var(--fz);
  margin-top: 7.85em;
}
.kikanshi #tomato-article .tomato-contaienr-frame03 .photo01 {
  position: relative;
  justify-content: center;
  gap: 1em;
}
.kikanshi #tomato-article .tomato-contaienr-frame03 .photo01 figure {
  width: 100%;
  margin: 0 auto;
}
.kikanshi #tomato-article .tomato-contaienr-frame03 .photo01 p {
  font-size: var(--fz);
  width: 14em;
  display: grid;
  place-content: center;
  place-items: center;
  aspect-ratio: 735/471;
  padding-bottom: 1em;
  background: url(../images/tomatoChan202507_img_06b.png) no-repeat top center/contain;
  position: absolute;
  right: -1em;
  bottom: calc(100% - 2.75em);
}
@media screen and (min-width: 720px) {
  .kikanshi #tomato-article .tomato-contaienr-frame03 .photo01 figure {
    width: 80%;
  }
  .kikanshi #tomato-article .tomato-contaienr-frame03 .photo01 p {
    width: 14em;
    position: absolute;
  }
}
.kikanshi #tomato-article .tomato-contaienr-frame03 .photo02 {
  display: block;
  grid-template-columns: 1fr;
}
.kikanshi #tomato-article .tomato-contaienr-frame03 .photo02 figure {
  width: 80%;
  margin: 0 auto;
}
.kikanshi #tomato-article .tomato-contaienr-frame03 .photo02 p {
  text-align: center;
  position: relative;
}
.kikanshi #tomato-article .tomato-contaienr-frame04 .link {
  margin-top: 1em;
}
.kikanshi #tomato-article .tomato-contaienr-frame04 .link a {
  background: #e60012;
  display: block;
  border-radius: 50vh;
  padding: 0.75em 1.5em 0.75em 0.5em;
  color: var(--white);
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.kikanshi #tomato-article .tomato-contaienr-frame04 .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-contaienr-frame04 .imagecut {
  width: 90%;
  margin: 2rem auto 0;
}
@media screen and (min-width: 720px) {
  .kikanshi #tomato-article .tomato-contaienr-frame04 {
    position: relative;
  }
  .kikanshi #tomato-article .tomato-contaienr-frame04 .link {
    width: 50%;
    margin: 0 auto;
  }
  .kikanshi #tomato-article .tomato-contaienr-frame04 .imagecut {
    width: 30%;
    position: absolute;
    right: 0;
    top: -5rem;
  }
}
.kikanshi #tomato-article .tomato-whatabout {
  margin: 2em 0;
  padding: 5% 5%;
  background-color: #e7e0ce;
  border-radius: 1em;
}
.kikanshi #tomato-article .tomato-whatabout h2 {
  font-size: 1.5em;
  color: #e04959;
  background: none;
}
.kikanshi #tomato-article .tomato-whatabout p {
  font-size: 1.25em;
  line-height: 1.6;
}
.kikanshi #tomato-article .tomato-whatabout p strong {
  font-size: 1em;
}
.kikanshi #tomato-article .tomato-whatabout figure {
  margin-top: 1em;
}
.kikanshi #tomato-article .tomato-whatabout .link {
  margin-top: 1em;
}
.kikanshi #tomato-article .tomato-whatabout .link a {
  background: #e60012;
  display: block;
  border-radius: 50vh;
  padding: 0.75em 1.5em 0.75em 0.5em;
  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;
  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);
}
@media screen and (min-width: 720px) {
  .kikanshi #tomato-article .tomato-whatabout {
    padding: 2em 5% 5em;
    display: grid;
    grid-template-columns: 1fr 35%;
    gap: 3%;
  }
  .kikanshi #tomato-article .tomato-whatabout h2 {
    grid-column: 1/3;
    grid-row: 1/2;
    font-size: 1.75em;
  }
  .kikanshi #tomato-article .tomato-whatabout .disc {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .kikanshi #tomato-article .tomato-whatabout figure {
    grid-column: 2/3;
    grid-row: 2/5;
  }
  .kikanshi #tomato-article .tomato-whatabout .linkdisc {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .kikanshi #tomato-article .tomato-whatabout .link {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}