/* ----------------------------------------------------------------------
reset css
---------------------------------------------------------------------- */
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,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*font-size:100%; vertical-align:baseline;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button,
input,
select,
textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  -webkit-appearance: none;
  border-radius: 0;
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

iframe {
  max-width: 100%;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%
}

.clearfix {
  display: block;
}

/* end MacIE5 */

/* font */
@import url("'https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Tenor+Sans&display=swap'");

/* ----------------------------------------------------------------------
基本設定
---------------------------------------------------------------------- */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  line-height: 1;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  color: #231815;
}

main {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #223138;
  font-size: 16rem;
  letter-spacing: 0.025em;
  line-height: 1.8;
}

.progsterol_bg {
    background: linear-gradient(
  30deg,
  rgba(255, 255, 255, 0.5) 0%,
  rgba(255, 255, 255, 0.5) 50%,
  rgba(248, 243, 241, 0.5) 100%
);
}
.-en {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #e2d5d3;
    text-align: center;
}

.sec-title {
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-size: 36rem;
    font-weight: 600;
    text-align: center;
}

.-annotation {
  font-size: 12px;
  align-self: flex-start;
}

/* ---------------------------------------------------------------------
keyframes
--------------------------------------------------------------------- */
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  99%, to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  99%, to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}
@-webkit-keyframes page_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes page_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes img-wrap {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes img-wrap {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

/* ---------------------------------------------------------------------
common
--------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 6.25%;
}

body {
  -webkit-animation: page_fadeIn 2s ease 0s;
          animation: page_fadeIn 2s ease 0s;
}


/* ======================================================================================= */
/*pc*/
/* ======================================================================================= */

@media screen and (min-width: 768px) {
  .vw-s {
    display: none !important;
  }
  .wcont {
    max-width: calc(1000px * 12 / 12);
    margin-inline: auto;
  }
  .-marker {
  display: inline-block;
  background: linear-gradient(transparent 60%, rgba(184, 28, 34, 0.15) 65%);
  }
/* ---------------------------------------------------------------------
pc ｜
--------------------------------------------------------------------- */
/*mv*/
  .mv {
    width: 100%;
    height: 80vh;
    min-height: 500px;
    position: relative;
    background-image: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/progsterol/progsterol_mv_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mv::before {
    animation: img-wrap 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: 0.9s;
    background: #fff;
    content: "";
    inset: 0;
    product-descriptioner-events: none;
    position: absolute;
    z-index: 1;
  }
  .mv_inner {
    position: absolute;
    top: 40%;
    left: 20%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .mv_inner {
    left: 45px;
    background-position: 70% center;
  }
}
@media screen and (min-width: 768px) {
  .mv_catch {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition-delay: 1.2s;
  }
  .mv_catch .-sub {
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-size: 18px;
    color: #fff;
    background-color: #b81c22;
    padding: 5px 20px;
    margin-top: 80px;
  }
  .mv_catch_logo {
    width: 80%;
  }
  .mv_catch_txt {
    font-family: YakuHanMP, "Noto Serif JP", serif;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    margin-top: 10px;
    position: relative;
  }
  .mv_catch_txt::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: url("https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/progsterol/progsterol_mv_item.png") no-repeat center / contain;
  top: -115px;
  left: -50px;
  z-index: -1;
  }
  .mv_catch_txt .-big {
    font-size: 28px;
  }
  .mv_catch_txt .-red {
    color: #b81c22;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .mv_catch_txt {
    font-size: 26rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .mv_catch_txt .vw-s {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
/*problem 悩み*/
/* ============================================ */
  .problem {
    position: relative;
    padding-top: 100px;
  }
  .problem::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background: url("https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/progsterol/bg_item.png") no-repeat center / contain;
  opacity: 0.35;
  top: 70px;
  left: -170px;
  transform: rotate(100deg);
  z-index: -1;
}
  .problem_box {
    display: flex;
    justify-content: center;
    row-gap: 10px;
    gap: 1.5%;
    margin-top: 40px;
  }
  .problem_box li {
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 20px 0 20px 0;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    font-weight: 500;
  }
  .problem_box li::before {
    content: "";
    background-image: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/progsterol/problem_checkmark.png);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

/*concept コンセプト*/
/* ============================================ */
  .concept {
    margin-top: 100px;
  }
  .concept_txt {
    position: relative;
    padding-top: 70px;
  }
  .concept_txt .concept_title {
    text-align: left;
  }
  .concept_title .-red {
    color: #b81c22;
  }
  .concept_txt .-big {
    font-size: 18px;
  }
  .concept_txt .-lead {
    margin-top: 50px;
  }
  .concept_txt .-lead h3 {
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: 700;
  }
  .concept_txt .-lead p {
    margin-top: 10px;
  }
  .concept_img {
    position: absolute;
    right: 0;
  }
  .concept_img img {
    max-width: 1500px;
    width: 100%;
    height: 100%;
    border-radius: 256px 0 0 256px;
    object-fit: cover;
  }

/*product-description  商品説明*/
/* ============================================ */
  .product-description {
    position: relative;
    margin-top: 220px;
}
  .product-description::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background: url("https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/progsterol/bg_item.png") no-repeat center / contain;
  opacity: 0.35;
  top: -45px;
  right: -170px;
  transform: rotate(0deg);
  z-index: -1;
}
  .product-description_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
  }
  .product-description_txt .-logo {
    width: 30%;
  }
  .product-description_txt .-explanation {
    margin-top: 10px;
  }
  .ingreaient_box {
    margin-top: 30px;
  }
  .ingreaient_box h4 {
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 700;
  }
  .ingreaient_box h4 span {
    padding-left: 10px;
  }
  .ingreaient_box .-item {
    display: inline-flex;
    flex-direction: column;
  }
  .ingreaient_box .-item li {
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 20px 0 20px 0;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
  }
  .ingreaient_box .-item li::before {
    content: "";
  width: 8px;
  height: 8px;
  background-color: #b81c22;
  border-radius: 50%;
  display: inline-block;
  }


/*features  ProGsterol 3つの特長*/
/* ============================================ */
  .features {
    background-color: #c84146;
    position: relative;
    margin-top: 200px;
  }
  .features:before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-image: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/progsterol/features_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 1px;
    transform: translateY(-100%);
  }
  .features_inner {
    padding: 0 0 100px;
  }
  .features_title {
    color: #fff;
  }
  .features_title rt {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 5px;
  }
  .features_title .-big {
    font-size: 48px;
  }
  .features .-en {
    color: #fff;
  }
  .point_title {
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-size: 18px;
    text-align: center;
  }
  .point_title .-big {
    font-size: 22px;
    color: #b81c22;
  }
  .point_title .bracket {
    font-size: 22px;
    color: #231815;
  }
  .-line {
    width: 20%;
    border-bottom: 2px dotted #e2d5d3;
  }
  .features-point {
    margin-top: 40px;
  }
  .features-point_list {
    display: flex;
    justify-content: center;
    gap: 50px;
  }
  .features-point_list_box {
    width: calc((100% - 100px) / 3);
    background-color: #fff;
    border-radius: 25px 0px 25px 0px;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .features-point_list_box img {
    height: 90px;
  }
  .features-point_list_box .-txt {
    font-size: 14rem;
  }

/*usage  医療機関での活用イメージ*/
/* ============================================ */
.usage {
  position: relative;
  margin-top: 100px;
}
.usage::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: url("https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/progsterol/bg_item.png") no-repeat center / contain;
  opacity: 0.35;
  top: -60px;
  left: 100px;
  transform: rotate(-20deg);
  z-index: -1;
}
.usage_inner {
    padding-bottom: 450px;
  }
.usage_item_box {
    position: relative;
    margin-top: 40px;
  }
.usage_img {
  position: absolute;
}
.usage_img img {
  border-radius: 0 225px 225px 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 1500px;
}
.usage_card {
  position: absolute;
  left: 50%;
  transform: translate(0%, 25%);
  max-width: 1000px;
  width: 600px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 40px 0 40px 0;
  padding: 60px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.usage_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.usage_list li {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  margin-top: 24px;
}
.usage_list li:first-child {
  margin-top: 0;
}

/*another-products 商品概要*/
/* ============================================ */
.another-products {
    position: relative;
    margin-top: 100px;
}
.another-products::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background: url("https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/progsterol/bg_item.png") no-repeat center / contain;
  opacity: 0.35;
  top: 80px;
  right: -130px;
  transform: rotate(5deg);
  z-index: -1;
}
.another-products_inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 3%;
}
.another-products_txt .-sub {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #b81c22;
  padding: 3px 5px;
}
.another-products_txt .-title {
  font-size: 36px;
  font-weight: 600;
}
.another-products_txt .-title span {
  font-size: 16px;
  font-weight: normal;
}
.another-products_txt .-price {
  margin-top: 10px;
}
.another-products_txt table {
  border-collapse: separate;
  border-spacing: 0 12px;
  margin-top: 15px;
}
.another-products_txt table th{
  font-size: 14px;
  font-weight: normal;
  color: #202b59;
  border: 1px solid #202b59;
  border-radius: 5px;
  padding: 2px 8px;
}
.another-products_txt table td {
  font-size: 14px;
  padding-left: 15px;
}
.button {
  width: 500px;
  display: flex;
  align-items: center;
  gap: 5%;
  margin-top: 30px;
}
.button-contact {
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #202b59;
  border-radius: 15px 0 15px 0;
  padding: 15px 0;
  width: 250px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease;
}
.button-contact:hover {
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transform: translateY(2px);
}
.button-purchase {
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #b81c22;
  border-radius: 15px 0 15px 0;
  padding: 15px 0;
  width: 250px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease;
}
.button-purchase:hover {
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transform: translateY(2px);
}


/*usage-note お召し上がり方、注意事項*/
/* ============================================ */

.usage-note {
  margin: 100px 0;
}
.usage-note_box {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 20px 0 20px 0;
  padding: 30px;
}
.usage-note_inner {
  display: flex;
  align-items: stretch;
  gap: 3%;
}
.-divider {
  width: 0;
  border-left: 2px dotted #e2d5d3;
} 
.usage-note .-txt {
  font-size: 14px;
}
.usage-note .-txt:first-child {
  width: 45%;
}
.usage-note .-label {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-left: 8px;
}
.usage-note .-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 1px;
  height: 1em;
  background: #b81c22;
}
.howtoeat {
  margin-top: 10px;
}
.usage-note .-list {
  padding-left: 1.2em;
  list-style: disc;
  margin-top: 10px;
}
.usage-note .-list li::marker {
  font-size: 16px;
  color: #b81c22;
}
}

/* ---------------------------------------------------------------------
ipad ｜ (max-width: 1024.98px)
--------------------------------------------------------------------- */
@media (min-width: 991.98px) and (max-width: 1024.98px) {
  .wcont {
    max-width: calc(90%);
  }
/*problem 悩み*/
/* ============================================ */
  .problem_box {
    flex-direction: column;
    align-items: center;
  }
  .problem_box li {
    width: 400px;
  }

/*concept コンセプト*/
/* ============================================ */
  .concept_txt {
    position: relative;
    min-height: 530px;
    padding-top: 0;
  }
  .concept_img {
    margin-top: 175px;
  }
  .concept_img img {
    width: 80%;
    display: block;
    margin-left: auto;
  }

/*product-description  商品説明*/
/* ============================================ */
  .product-description {
    margin-top: 100px;
}

/*usage  医療機関での活用イメージ*/
/* ============================================ */
.usage_inner {
    padding-bottom: 420px;
  }
.usage_item_box {
    min-height: 140px;
  }
.usage_img img {
  width: 80%;
}
.usage_card {
  top: 80%;
  left: 50%;
  transform: translate(-50%, 90%);
  width: 100%;
}
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
  .wcont {
    max-width: calc(90%);
  }
/*problem 悩み*/
/* ============================================ */
  .problem_box {
    flex-direction: column;
    align-items: center;
  }
  .problem_box li {
    width: 400px;
  }

/*concept コンセプト*/
/* ============================================ */
  .concept_txt {
    position: relative;
    min-height: 470px;
    padding-top: 0;
  }
  .concept_img {
    margin-top: 175px;
  }
  .concept_img img {
    width: 80%;
    display: block;
    margin-left: auto;
  }

/*product-description  商品説明*/
/* ============================================ */
  .product-description {
    margin-top: 100px;
}
  .product-description_img img {
    width: 100%;
  }
  .product-description_txt .-logo {
    width: 45%;
  }

/*features  ProGsterol 3つの特長*/
/* ============================================ */
.features-point_list_box {
  width: calc((100% - 20px) / 3);
}
.features-point_list {
    gap: 15px;
  }

/*usage  医療機関での活用イメージ*/
/* ============================================ */
.usage_item_box {
    min-height: 140px;
  }
.usage_img img {
  width: 80%;
}
.usage_card {
  top: 80%;
  left: 50%;
  transform: translate(-50%, 90%);
}

/*another-products 商品概要*/
/* ============================================ */
.another-products_inner {
    align-items: center;
}
.another-products_img img {
  width: 100%;
}
.button {
  width: 400px;
}

/*usage-note お召し上がり方、注意事項*/
/* ============================================ */
.usage-note_inner {
  flex-direction: column;
}
.-divider {
  width: 100%;
  border-bottom: 2px dotted #e2d5d3;
  margin-top: 20px;
} 
.usage-note .-txt:first-child {
  width: 100%;
}
.usage-note .-txt:last-child {
  width: 100%;
  margin-top: 20px;
}
}


/* ======================================================================================= */
/*mobile*/
/* ======================================================================================= */
@media screen and (max-width: 767.98px) {
  .vw-l {
    display: none !important;
  }
  .wcont {
    max-width: 90%;
    margin-inline: auto;
  }
  main {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    color: #223138;
    font-size: 14rem;
    letter-spacing: 0.025em;
    line-height: 1.8;
  }
  img {
    max-width: 100%;
  }
  .sec-title {
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-size: 24rem;
    font-weight: 700;
    text-align: center;
  }
  .-marker {
  display: inline-block;
  background: linear-gradient(transparent 60%, rgba(184, 28, 34, 0.12) 65%);
  }
/*mv*/
/* ============================================ */
  .mv {
    width: 100%;
    aspect-ratio: 1/1.414;
    min-height: 520px;
    max-height: 750px;
    position: relative;
    background-image: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/progsterol/progsterol_mv_bg_sp.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mv_inner {
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }
  .mv_catch {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mv_catch .-sub {
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-size: 12px;
    color: #fff;
    background-color: #b81c22;
    padding: 3px 10px;
    margin-top: 37px;
  }
  .mv_catch_logo {
    width: 90%;
  }
  .mv_catch_txt {
    font-family: YakuHanMP, "Noto Serif JP", serif;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    width: max-content;
    margin-top: 8px;
  }
  .mv_catch_txt::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: url("https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/progsterol/progsterol_mv_item.png") no-repeat center / contain;
  top: 74%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;

  }
  .mv_catch_txt .-big {
    font-size: 18px;
  }
  .mv_catch_txt .-red {
    color: #b81c22;
  }
/*problem 悩み*/
/* ============================================ */
  .problem {
    position: relative;
    padding-top: 80px;
  }
  .problem::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: url("https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/progsterol/bg_item.png") no-repeat center / contain;
  opacity: 0.35;
  top: 30px;
  left: -137px;
  transform: rotate(100deg);
  z-index: -1;
}
  .problem_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 35px;
  }
  .problem_box li {
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 15px 0 15px 0;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    font-weight: 500;
  }
  .problem_box li:first-child {
    margin-top: 0px;
  }
  .problem_box li::before {
    content: "";
    background-image: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/progsterol/problem_checkmark.png);
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

/*concept コンセプト*/
/* ============================================ */
  .concept {
    margin-top: 80px;
  }
  .concept_txt {
    position: relative;
    min-height: 505px;
  }
  .concept_txt .concept_title {
    text-align: left;
  }
  .concept_title .-red {
    color: #b81c22;
  }
  .concept_txt .-marker {
    margin-top: 10px;
  }
  .concept_txt .-big {
    font-size: 16px;
  }
  .concept_txt .-lead {
    margin-top: 35px;
  }
  .concept_txt .-lead h3 {
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 700;
  }
  .concept_txt .-lead p {
    margin-top: 10px;
  }
  .concept_img {
    position: absolute;
    right: 0;
    margin-top: 326px;
  }
  .concept_img img {
    width: 90%;
    height: auto;
    min-height: 180px;
    border-radius: 210px 0 0 210px;
    object-fit: cover;
    display: block;
    margin-left: auto;
  }


/*product-description  商品説明*/
/* ============================================ */
  .product-description {
    position: relative;
    margin-top: 80px;
}
  .product-description::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: url("https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/progsterol/bg_item.png") no-repeat center / contain;
  opacity: 0.35;
  top: 265px;
  right: -111px;
  transform: rotate(0deg);
  z-index: -1;
}
  .product-description_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .product-description_img {
    text-align: center;
    margin: 0 auto;
  }
  .product-description_img img {
    width: 70%;
  }
  .product-description_txt {
    margin-top: 30px;
  }
  .product-description_txt .-logo {
    width: 45%;
  }
  .product-description_txt .-explanation {
    margin-top: 10px;
  }
  .ingreaient_box {
    margin-top: 30px;
  }
  .ingreaient_box h4 {
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 700;
  }
  .ingreaient_box h4 span {
    padding-left: 10px;
  }
  .ingreaient_box .-item {
    display: inline-flex;
    flex-direction: column;
  }
  .ingreaient_box .-item li {
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 15px 0 15px 0;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
  }
  .ingreaient_box .-item li::before {
    content: "";
  width: 8px;
  height: 8px;
  background-color: #b81c22;
  border-radius: 50%;
  display: inline-block;
  }


/*features  ProGsterol 3つの特長*/
/* ============================================ */
  .features {
    background-color: #c84146;
    position: relative;
    margin-top: 150px;
  }
  .features:before {
    content: "";
    display: block;
    width: 100%;
    height: 70px;
    background-image: url(https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/progsterol/features_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 1px;
    transform: translateY(-100%);
  }
  .features_inner {
    padding: 0 0 80px;
  }
  .features_title {
    color: #fff;
  }
  .features_title rt {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 5px;
  }
  .features_title .-big {
    font-size: 36px;
  }
  .features .-en {
    color: #fff;
  }
  .point_title {
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-size: 16px;
    text-align: center;
  }
  .point_title .-big {
    font-size: 18px;
    color: #b81c22;
  }
  .point_title .bracket {
    font-size: 22px;
    color: #231815;
  }
  .-line {
    width: 20%;
    border-bottom: 2px dotted #e2d5d3;
  }
  .features-point {
    margin-top: 35px;
  }
  .features-point_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
  }
  .features-point_list_box {
    background-color: #fff;
    border-radius: 25px 0px 25px 0px;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

/*usage  医療機関での活用イメージ*/
/* ============================================ */

.usage {
  position: relative;
  margin-top: 80px;
}
.usage::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: url("https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/progsterol/bg_item.png") no-repeat center / contain;
  opacity: 0.35;
  top: -45px;
  left: -8px;
  transform: rotate(-20deg);
  z-index: -1;
}
.usage_item_box {
    position: relative;
    margin-top: 40px;
    min-height: 335px;
  }
.usage_img {
  position: absolute;
  text-align: left;
}
.usage_img img {
  border-radius: 0 210px 210px 0;
  object-fit: cover;
  width: 90%;
  height: auto;
  min-height: 180px;
}
.usage_card {
  position: absolute;
  top: 150px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 40px 0 40px 0;
  padding: 30px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 280px;
}
.usage_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.usage_list li {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  margin-top: 16px;
}
.usage_list li:first-child {
  margin-top: 0;
}
.usage_list li img {
  height: 30px;
}


/*another-products 商品概要*/
/* ============================================ */
.another-products {
    position: relative;
    margin-top: 80px;
}
.another-products::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: url("https://www.creatiocorp.jp/wp2025/wp-content/themes/creatio/img/services/progsterol/bg_item.png") no-repeat center / contain;
  opacity: 0.35;
  top: 430px;
  right: -130px;
  transform: rotate(5deg);
  z-index: -1;
}
.another-products_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.another-products_img {
  text-align: center;
  margin: 0 auto;
}
.another-products_img img {
  width: 70%;
}
.another-products_txt {
  margin-top: 30px;
}
.another-products_txt .-sub {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #b81c22;
  padding: 3px 5px;
}
.another-products_txt .-title {
  font-size: 24px;
  font-weight: 600;
}
.another-products_txt .-title span {
  font-size: 14px;
  font-weight: normal;
}
.another-products_txt .-price {
  margin-top: 10px;
}
.another-products_txt table {
  border-collapse: separate;
  border-spacing: 0 12px;
  margin-top: 15px;
}
.another-products_txt table th{
  font-size: 14px;
  font-weight: normal;
  color: #202b59;
  border: 1px solid #202b59;
  border-radius: 5px;
  padding: 2px 8px;
  width: 90px;
  vertical-align: middle;
}
.another-products_txt table td {
  font-size: 14px;
  padding-left: 10px;
}
.button {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
.button-contact {
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #202b59;
  border-radius: 15px 0 15px 0;
  padding: 20px 0;
  width: 100%;
  min-width: 250px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease;
}
.button-contact:hover {
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transform: translateY(2px);
}
.button-purchase {
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #b81c22;
  border-radius: 15px 0 15px 0;
  padding: 20px 0;
  width: 100%;
  min-width: 250px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  transition: all 0.25s ease;
}
.button-purchase:hover {
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transform: translateY(2px);
}


/*usage-note お召し上がり方、注意事項*/
/* ============================================ */

.usage-note {
  margin: 80px 0;
}
.usage-note_box {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 15px 0 15px 0;
  padding: 30px;
}
.usage-note_inner {
  display: flex;
  flex-direction: column;
}
.-divider {
  width: 100%;
  border-bottom: 2px dotted #e2d5d3;
  margin-top: 20px;
} 
.usage-note .-txt:last-child {
  margin-top: 20px;
}
.usage-note .-label {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-left: 8px;
}
.usage-note .-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 1px;
  height: 1em;
  background: #b81c22;
}
.howtoeat {
  margin-top: 10px;
}
.usage-note .-list {
  padding-left: 1.2em;
  list-style: disc;
  margin-top: 10px;
}
.usage-note .-list li::marker {
  font-size: 16px;
  color: #b81c22;
}
}

/* ---------------------------------------------------------------------
scroll_up ｜下から上へ出現
--------------------------------------------------------------------- */
.scroll_up {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*----------------------------
scroll ｜タイミングをずらす
----------------------------*/
.timing02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.timing025 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.timing03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.timing035 {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.timing04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.timing05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.timing06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.timing07 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.timing08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.timing09 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.timing10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.timing11 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.timing12 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.timing13 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}