@charset "UTF-8";
/* ------------------
# font
------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;&display=swap");
/* ------------------
# base
------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, audio, video {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: auto;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: auto;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

img {
  width: 100%;
  vertical-align: top;
}

img,
a img {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul,
ol {
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  clear: both;
  overflow: visible;
  box-sizing: content-box;
  height: 0;
  margin: 0;
  color: inherit;
  border-top-width: 1px;
}

b,
strong {
  font-weight: bold;
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}

td,
th {
  padding: 0;
  text-align: left;
  border: none;
}

:root {
  --main-clr: #03913A;
  --bg-clr:#FFFDF0;
}

.cts-innr {
  width: 960px;
  margin: 0 auto;
}

.hdtype02 {
  padding: 5px 0;
  background: var(--main-clr);
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

.pc-visible {
  display: inline;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.main-contents {
  background: var(--bg-clr);
}

@media screen and (max-width: 768px) {
  .cts-innr {
    width: 100%;
  }
  .hdtype02 {
    padding: 1.3333333333vw 0;
    border-radius: 0;
    font-size: 7.4666666667vw;
  }
  .pc-visible, .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/*head-area*/
.mv-block {
  position: relative;
  width: 1280px;
  height: 431px;
  margin: -4px auto 0;
  background: url(/cp/202509-saladclub/assets/img/bg-mv_pc.jpg) no-repeat 0 0;
}

.mv-block-ttl01 {
  padding-top: 32px;
  text-align: center;
}
.mv-block-ttl01 img {
  width: 673px;
}

.mv-block-note {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
}
.mv-block-note img {
  width: 151px;
}

.mv-block-info {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 1096px;
  margin: -50px auto 0;
}

.mv-block-product-list {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: end;
  width: 526px;
  padding-top: 16px;
  padding-left: 16px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}
.mv-block-product-list li:first-child img {
  width: 185px;
}
.mv-block-product-list span {
  position: absolute;
  top: -24px;
  left: 58px;
  padding: 4px 16px;
  background: #E8040E;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.mv-block-recipes img {
  width: 348px;
}

.lead-block-term-wrap {
  background: var(--main-clr);
}
.lead-block-term-wrap .lead-block-term {
  width: 1040px;
  margin: 0 auto 0;
  padding: 10px 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.lead-block-txt-box {
  width: 1040px;
  margin: 0 auto;
}

.lead-block-txt {
  width: 928px;
  margin: 24px auto 0;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  /*head-area*/
  .mv-block {
    width: 100%;
    height: auto;
    margin: -4px auto 0;
    background: url(/cp/202509-saladclub/assets/img/bg-mv_sp.jpg) no-repeat 0 0/contain;
  }
  .mv-block-ttl01 {
    padding-top: 11.2vw;
  }
  .mv-block-ttl01 img {
    width: 90.1333333333vw;
  }
  .mv-block-note {
    top: 33.6vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv-block-note img {
    width: 31.2vw;
  }
  .mv-block-info {
    display: block;
    width: 100%;
    margin: 28.266666667vw auto 0;
    padding-bottom: 4vw;
  }
  .mv-block-product-list {
    gap: 2.6666667vw;
    width: 86.6vw;
    margin: 0 auto;
    padding: 2.6666666667vw 2.1333333333vw 0;
  }
  .mv-block-product-list li:first-child img {
    width: 30.13333333vw;
  }
  .mv-block-product-list span {
    left:6.666667vw;
    padding: 0.8vw 3.2vw;
    border-radius: 4px;
    font-size: 3.2vw;
  }
  .mv-block-recipes {
    display: none;
  }
  .lead-block-term-wrap .lead-block-term {
    width: 100%;
    padding: 2.1333333333vw 0;
    font-size: 6.4vw;
  }
  .lead-block-term-wrap .lead-block-term .no {
    font-size: 8.5333333333vw;
  }
  .lead-block-txt-box {
    width: 100%;
  }
  .lead-block-txt {
    width: 94.6666666667vw;
    margin: 4.2666666667vw auto 0;
    font-size: 4.2666666667vw;
  }
}
/*product-area*/
.product-area {
  margin: 40px auto 0;
  padding-bottom: 48px;
}

.product-area-list li {
  margin-top: 32px;
  padding: 40px;
  background: #fff;
  border: 3px solid #FBFBFB;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
}

.product-area-list-ttl {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.product-area-list-ttl span {
  font-size: 28px;
}

.product-area-list-content {
  margin-top: 24px;
}
.product-area-list-content:after {
  clear: both;
}

.product-area-list-content-img {
  float: left;
  width: 240px;
}

.product-area-course-list-content-block {
  width: 600px;
  margin-left: 280px;
}

.product-area-course-list-content-txt .icon {
  display: inline-block;
  margin-bottom: 16px;
  padding: 4px 16px;
  background: #E8040E;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.product-area-course-list-content-txt p {
  font-size: 22px;
  font-weight: 500;
}

.product-area-course-list-recipe {
  display: flex;
  gap: 40px;
  margin-top: 16px;
}

.product-area-course-list-recipe-detail {
  text-align: center;
}
.product-area-course-list-recipe-detail figcaption {
  margin-top: 8px;
}

.product-area-course-list-recipe-bnr a {
  display: flex;
  gap: 3px;
  align-items: center;
  width: 280px;
  padding: 8px;
  background: #FAF3D9;
  border-radius: 7px;
}
.product-area-course-list-recipe-bnr a p {
  font-size: 14px;
}
.product-area-course-list-recipe-bnr a p span {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
}
.product-area-course-list-recipe-bnr a img {
  width: 109px;
}
.product-area-course-list-recipe-bnr a:after {
  content: ">";
}

.product-area-bnr {
  margin-top: 32px;
  text-align: center;
  font-size: 16px;
}
.product-area-bnr p {
  margin-bottom: 8px;
}
.product-area-bnr img {
  width: 360px;
}

@media screen and (min-width: 769px), print {
  .product-area-course-list-recipe-detail a:hover img {
    opacity: 0.8;
  }
  .product-area-course-list-recipe-detail a:hover figcaption {
    text-decoration: underline;
  }
  .product-area-course-list-recipe-bnr a:hover img {
    opacity: 0.8;
  }
  .product-area-course-list-recipe-bnr a:hover p {
    text-decoration: underline;
  }
  .product-area-bnr a:hover img {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .product-area {
    margin: 6.4vw auto 0;
    padding-bottom: 48px;
  }
  .product-area-list li {
    width: 89.3333333333vw;
    margin: 6.4vw auto 0;
    padding: 2.1333333333vw 2.1333333333vw 6.4vw;
  }
  .product-area-list-ttl {
    text-align: left;
    font-size: 5.8666666667vw;
  }
  .product-area-list-ttl span {
    font-size: 4.8vw;
  }
  .product-area-list-content {
    margin-top: 6.4vw;
  }
  .product-area-list-content-img {
    width: 42.6666666667vw;
  }
  .product-area-course-list-content-block {
    width: 100%;
    margin-left: 0;
  }
  .product-area-course-list-content-txt {
    height: 57.3333333333vw;
    margin-left: 46.9333333333vw;
  }
  .product-area-course-list-content-txt .icon {
    margin: 0 auto 2.1333333333vw;
    padding: 1.0666666667vw 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
  .product-area-course-list-content-txt p {
    font-size: 4vw;
    font-weight: normal;
  }
  .product-area-course-list-recipe {
    flex-direction: column;
    gap: 0;
    margin-top: 2.1333333333vw;
  }
  .product-area-course-list-recipe-detail {
    margin-top: 4.2666666667vw;
    text-align: center;
  }
  .product-area-course-list-recipe-detail figcaption {
    margin-top: 2.1333333333vw;
  }
  .product-area-course-list-recipe-bnr a {
    gap: 2.1333333333vw;
    width: 100%;
    margin-top: 4.2666666667vw;
    padding: 2.1333333333vw;
  }
  .product-area-course-list-recipe-bnr a p {
    font-size: 3.7333333333vw;
  }
  .product-area-course-list-recipe-bnr a img {
    width: 33.6vw;
  }
  .product-area-bnr {
    margin-top: 8.5333333333vw;
    font-size: 4.2666666667vw;
  }
  .product-area-bnr p {
    margin-bottom: 4.2666666667vw;
  }
  .product-area-bnr img {
    width: 70.9333333333vw;
  }
}
/*requirements*/
#requirements {
  margin: 0 auto;
  padding-top: 24px;
  font-size: 16px;
  background: #fff;
}
#requirements .cts-innr {
  padding: 24px 0;
}

.requirements-list {
  margin-top: 24px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  line-height: 1.6;
}

.requirements-list-dt {
  padding: 2em 0 0;
  color: var(--main-clr);
  font-weight: bold;
}
.requirements-list-dt:first-child {
  padding: 0;
}

.requirements-list-dd {
  padding: 1em 0 2em;
  border-bottom: 2px dashed var(--main-clr);
}

.requirements-list-dd a {
  text-decoration: underline;
}

.requirements-list-dd-block:not(:first-child) {
  margin-top: 1em;
}

.requirements-list-dd-block .ttl {
  font-weight: bold;
}

.requirements-list-dd-block.jp .ttl {
  color: var(--jp-brown);
}

.requirements-list-dd-block.wt .ttl {
  color: var(--wt-pink);
}

.requirements-list-dd .note {
  margin-top: 1em;
  font-weight: bold;
}

.requirements-list-dd li {
  padding-left: 1em;
  position: relative;
}

.requirements-list-dd li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

li.requirements-list-inner-list-itm::before {
  content: "●";
  font-size: 0.6em;
  top: 0.5em;
}

a[data-gtm=tocomlink] {
  color: var(--main-color-pink);
}

a[data-gtm=tocomlink]::after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background: url("/cp/202509-saladclub/assets/img/icon_window.svg") no-repeat center/contain;
  margin-left: 0.1em;
  margin-right: 0.2em;
}

@media screen and (max-width: 768px) {
  #requirements {
    margin-top: 0;
    padding-top: 0;
    font-size: 4.2666666667vw;
  }
  #requirements .cts-innr {
    padding: 0;
  }
  .requirements-list {
    margin-top: 0;
  }
  .requirements-list-dt {
    padding: 1em 0 0;
  }
  .requirements-list-dd {
    padding: 1em 0;
  }
  a[data-gtm=tocomlink]::after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.btn-area {
  margin-top: 35px;
  line-height: 1.6;
  text-align: center;
}

.btn-area .copy {
  font-size: 20px;
  color: #000;
}

.btn-area-inner {
  width: 480px;
  margin: 0 auto;
}

.btn-area .btn {
  padding-top: 20px;
}

.btn-area .btn a {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #fff;
  background: rgb(228, 0, 43);
  border: 1px solid #e4002b;
  border-radius: 31px;
  text-decoration: none;
  position: relative;
}

.btn-area .btn a::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-radius: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  transform: rotate(45deg);
}

.btn-area .txt {
  margin-top: 20px;
  padding-right: 16px;
  font-size: 16px;
  text-align: right;
}

.btn-area .txt + .txt {
  margin-top: 8px;
}

.btn-area .txt a {
  color: #000;
  text-decoration: underline;
}

@media screen and (min-width: 769px), print {
  .main a, .main a img {
    transition: all 0.3s;
  }
  .btn-area .btn a:hover {
    color: #e4002b;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .btn-area .copy {
    font-size: 4.2666666667vw;
  }
  .btn-area-inner {
    width: 85.3333333333vw;
  }
  .btn-area .btn {
    padding-top: 4.2666666667vw;
  }
  .btn-area .btn a {
    height: 16vw;
    font-size: 4.2666666667vw;
    border-radius: 8vw;
  }
  .btn-area .btn a::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    border-radius: 2px;
    right: 4.2666666667vw;
  }
  .btn-area .txt {
    margin-top: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
  .btn-area .txt + .txt {
    margin-top: 1.0666666667vw;
  }
  .u-none--sp {
    display: none !important;
  }
}
/* キャンペーン終了 */
.endAnnounce {
  display: block;
  width: 1000px;
  border: 4px #ccc solid;
  color: #eb0028;
  background: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 20px auto;
  padding: 20px;
  box-sizing: border-box;
}

.type_fin {
  color: #eb0028;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .endAnnounce {
    font-size: 5.3333333333vw;
    width: 96%;
  }
}/*# sourceMappingURL=style.css.map */