@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: 82.6147426982vw;
}
#tomato-main .tomato-hgroup {
  padding-top: 5.5632823366vw;
}

/* --------------------- ---------------------
tomato post body style
--------------------- --------------------- */
.kikanshi #tomato-article {
  margin-top: 8.3449235049vw !important;
}
.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.6759388039vw;
  line-height: 1.25 !important;
}
.kikanshi #tomato-article .tomato-container .tomato-title--long {
  align-items: flex-start;
}
.kikanshi #tomato-article .tomato-no1 {
  margin-top: 16.6898470097vw;
}
.kikanshi #tomato-article .tomato-no1__left {
  margin-top: 4.1724617524vw;
}
.kikanshi #tomato-article .tomato-no1__left__img {
  text-align: center;
}
.kikanshi #tomato-article .tomato-no1__left__img img {
  width: 100%;
}
.kikanshi #tomato-article .tomato-no1__right {
  margin-top: 6.9541029207vw;
}
.kikanshi #tomato-article .tomato-no1__right__fukidashi {
  padding: 4.1724617524vw 1.3908205841vw;
  background: #f9ddd8;
  border-radius: 22.2531293463vw;
  position: relative;
}
.kikanshi #tomato-article .tomato-no1__right__fukidashi::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0;
  border-left: 2.7816411683vw solid transparent;
  border-right: 2.7816411683vw solid transparent;
  border-bottom: 8.3449235049vw solid #f9ddd8;
  pointer-events: none;
  position: absolute;
  top: -7.7885952712vw;
  left: auto;
  right: 19.471488178vw;
  bottom: auto;
  border-style: solid;
}
.kikanshi #tomato-article .tomato-no1__right__lead {
  color: #333;
  font-size: 4.4506258693vw;
  font-weight: 500;
  text-align: center;
}
.kikanshi #tomato-article .tomato-no2 {
  margin-top: 13.9082058414vw;
}
.kikanshi #tomato-article .tomato-no2__summary {
  color: #dd2c4b;
  font-size: 1.8rem;
}
.kikanshi #tomato-article .tomato-no2__img {
  margin-top: 3rem;
  text-align: center;
}
.kikanshi #tomato-article .tomato-no2__img img {
  width: 38.35rem;
}
.kikanshi #tomato-article .tomato-no3 {
  margin-top: 13.9082058414vw;
}
.kikanshi #tomato-article .tomato-no3__flex {
  max-width: 104.3115438108vw;
  margin: 4.1724617524vw auto 0 auto;
  position: relative;
}
.kikanshi #tomato-article .tomato-no3__img {
  text-align: center;
}
.kikanshi #tomato-article .tomato-no3__img img {
  width: 100%;
}
.kikanshi #tomato-article .tomato-no3__meta {
  margin-top: 4.1724617524vw;
  text-align: center;
}
.kikanshi #tomato-article .tomato-no3__meta img {
  width: 24.36rem;
}
.kikanshi #tomato-article .tomato-no4 {
  margin-top: 16.6898470097vw;
}
.kikanshi #tomato-article .tomato-no4__left {
  margin-top: 4.1724617524vw;
}
.kikanshi #tomato-article .tomato-no4__left__img {
  display: flex;
  text-align: center;
}
.kikanshi #tomato-article .tomato-no4__left__img img {
  width: 100%;
}
.kikanshi #tomato-article .tomato-no4__right {
  margin-top: 6.9541029207vw;
}
.kikanshi #tomato-article .tomato-no4__right__fukidashi {
  padding: 4.1724617524vw 1.3908205841vw;
  background: #f9ddd8;
  border-radius: 22.2531293463vw;
  position: relative;
}
.kikanshi #tomato-article .tomato-no4__right__fukidashi::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0;
  border-left: 2.7816411683vw solid transparent;
  border-right: 2.7816411683vw solid transparent;
  border-bottom: 8.3449235049vw solid #f9ddd8;
  pointer-events: none;
  position: absolute;
  top: -7.7885952712vw;
  left: 0;
  right: 0;
  bottom: auto;
  border-style: solid;
}
.kikanshi #tomato-article .tomato-no4__right__lead {
  color: #333;
  font-size: 4.4506258693vw;
  font-weight: 500;
  text-align: center;
}
.kikanshi #tomato-article .tomato-no4 .link {
  width: 100%;
  max-width: 83.4492350487vw;
  margin: 2.7816411683vw auto 0 auto;
}
.kikanshi #tomato-article .tomato-no4 .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-no4 .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-no5 {
  margin-top: 16.6898470097vw;
}
.kikanshi #tomato-article .tomato-no5__left {
  margin-top: 4.1724617524vw;
}
.kikanshi #tomato-article .tomato-no5__left__img {
  display: flex;
  text-align: center;
}
.kikanshi #tomato-article .tomato-no5__left__img img {
  width: 100%;
}
.kikanshi #tomato-article .tomato-no5__right {
  margin-top: 6.9541029207vw;
}
.kikanshi #tomato-article .tomato-no5__right__fukidashi {
  padding: 4.1724617524vw 1.3908205841vw;
  background: #f9ddd8;
  border-radius: 22.2531293463vw;
  position: relative;
}
.kikanshi #tomato-article .tomato-no5__right__fukidashi::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0;
  border-left: 2.7816411683vw solid transparent;
  border-right: 2.7816411683vw solid transparent;
  border-bottom: 8.3449235049vw solid #f9ddd8;
  pointer-events: none;
  position: absolute;
  top: -7.7885952712vw;
  left: 0;
  right: 0;
  bottom: auto;
  border-style: solid;
}
.kikanshi #tomato-article .tomato-no5__right__lead {
  color: #333;
  font-size: 4.4506258693vw;
  font-weight: 500;
  text-align: center;
}
@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: 23.76rem;
    height: 23.76rem;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  #tomato-main .tomato-hgroup {
    width: calc(100% - 31.4rem);
    padding-top: 0;
    padding-right: 2rem;
    margin-right: 23.76rem;
    position: relative;
    z-index: 2;
  }
  .kikanshi #tomato-article {
    margin-top: 3rem !important;
  }
  .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-no1 {
    margin-top: 6rem;
  }
  .kikanshi #tomato-article .tomato-no1__flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin: 3rem auto 0 auto;
  }
  .kikanshi #tomato-article .tomato-no1__left {
    width: calc(100% - 38rem);
    margin-top: 0;
  }
  .kikanshi #tomato-article .tomato-no1__left__img {
    display: flex;
  }
  .kikanshi #tomato-article .tomato-no1__left__img img:first-of-type {
    width: 47%;
  }
  .kikanshi #tomato-article .tomato-no1__left__img img:last-of-type {
    width: 53%;
  }
  .kikanshi #tomato-article .tomato-no1__right {
    width: 34rem;
    margin-top: 0;
  }
  .kikanshi #tomato-article .tomato-no1__right__fukidashi {
    padding: 1rem;
    border-radius: 8rem;
  }
  .kikanshi #tomato-article .tomato-no1__right__fukidashi::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 1rem solid transparent;
    border-left: 0;
    border-right: 3rem solid #f9ddd8;
    border-bottom: 1rem solid transparent;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -2.8rem;
    right: auto;
    bottom: 0;
    border-style: solid;
  }
  .kikanshi #tomato-article .tomato-no1__right__lead {
    font-size: 1.6rem;
  }
  .kikanshi #tomato-article .tomato-no2 {
    margin-top: 10rem;
  }
  .kikanshi #tomato-article .tomato-no3 {
    margin-top: 10rem;
  }
  .kikanshi #tomato-article .tomato-no3__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 75rem;
    margin: 3rem auto 0 auto;
  }
  .kikanshi #tomato-article .tomato-no3__img {
    width: 45rem;
  }
  .kikanshi #tomato-article .tomato-no3__meta {
    margin-top: 0;
  }
  .kikanshi #tomato-article .tomato-no4 {
    margin-top: 6rem;
  }
  .kikanshi #tomato-article .tomato-no4__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 66rem;
    margin: 3rem auto 0 auto;
  }
  .kikanshi #tomato-article .tomato-no4__left {
    width: calc(100% - 28rem);
    margin-top: 0;
  }
  .kikanshi #tomato-article .tomato-no4__right {
    width: 24rem;
    margin-top: 0;
  }
  .kikanshi #tomato-article .tomato-no4__right__fukidashi {
    padding: 1rem;
    border-radius: 8rem;
  }
  .kikanshi #tomato-article .tomato-no4__right__fukidashi::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 1rem solid transparent;
    border-left: 0;
    border-right: 3rem solid #f9ddd8;
    border-bottom: 1rem solid transparent;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -2.8rem;
    right: auto;
    bottom: 0;
    border-style: solid;
  }
  .kikanshi #tomato-article .tomato-no4__right__lead {
    font-size: 1.6rem;
  }
  .kikanshi #tomato-article .tomato-no4 .link {
    max-width: 46.5rem;
    margin: 2rem auto 0 auto;
  }
  .kikanshi #tomato-article .tomato-no5 {
    margin-top: 6rem;
  }
  .kikanshi #tomato-article .tomato-no5__flex {
    display: flex;
    justify-content: space-between;
    width: 66rem;
    margin: 3rem auto 0 auto;
  }
  .kikanshi #tomato-article .tomato-no5__left {
    width: calc(100% - 28rem);
    margin-top: 0;
  }
  .kikanshi #tomato-article .tomato-no5__right {
    width: 24rem;
    padding-top: 4rem;
    margin-top: 0;
  }
  .kikanshi #tomato-article .tomato-no5__right__fukidashi {
    padding: 1rem;
    border-radius: 8rem;
  }
  .kikanshi #tomato-article .tomato-no5__right__fukidashi::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 1rem solid transparent;
    border-left: 0;
    border-right: 3rem solid #f9ddd8;
    border-bottom: 1rem solid transparent;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -2.8rem;
    right: auto;
    bottom: 0;
    border-style: solid;
  }
  .kikanshi #tomato-article .tomato-no5__right__lead {
    font-size: 1.6rem;
  }
}