@charset "UTF-8";
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 {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

body {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

sup {
  font-size: 70%;
  vertical-align: top;
}

/* ======================================
basic
====================================== */
img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

/* ======================================
utility style
====================================== */
/* ----- media display ----- */
.pc-on {
  display: block;
}

.sp-on {
  display: none;
}

.tab-on {
  display: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 540px) {
  .sp-on {
    display: block;
  }

  .pc-on {
    display: none;
  }

  .tab-on {
    display: none;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
/* タブレット */
@media screen and (max-width: 975px) and (min-width: 540px) {
  .tab-on {
    display: block;
  }

  .sp-on {
    display: none;
  }

  .pc-on {
    display: block;
  }
}
/* -----clearfix----- */
/* .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
} */
/* .clearfix {
  display: block;
} */
/* ======================================
layer
====================================== */
.l-wrap {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

/* ======================================
component
====================================== */
/* -----
area
 ----- */
/* .content-area{
   padding-bottom: 50px;
 } */
@media screen and (max-width: 767px) {
  .content-area {
    padding-bottom: 30px;
  }

  .content-area .inner {
    padding-top: 24px;
  }
}
/* -----
heading
 ----- */
.heading-02 {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
  color: #3c3f7c;
  text-align: center;
  margin: 64px 0 28px;
  padding-bottom: 20px;
  line-height: 1.3;
  letter-spacing: 0.002em;
}

/* .heading-02 span {
  font-size: 26px;
} */
.heading-02-inner {
  display: inline-block;
}

.heading-02::after {
  position: absolute;
  content: "";
  width: 92%;
  height: 1px;
  border-bottom: 1px solid #878787;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.heading-02_none::after {
  content: none;
}

.heading-03 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin: 20px 0 28px;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  color: #1e1e1e;
}

.heading-box {
  position: relative;
}

.heading-box .heading {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 26px;
  color: #3c3f7c;
  text-align: center;
  margin: 48px 0 56px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.heading-box .heading span {
  font-size: 20px;
  color: #1e1e1e;
}

.heading-box .img-box {
  position: absolute;
  width: 80px;
  top: -12px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .heading-02 {
    margin: 40px 0 18px;
  }

  .heading-02-inner::after {
    width: calc(100% + 8px);
    bottom: -14px;
  }

  .heading-box {
    position: relative;
    width: 98%;
    max-width: 400px;
    margin: 0 auto;
  }

  .heading-03 {
    margin: 24px 0;
    font-size: 20px;
    line-height: 1.5;
  }

  .heading-box .heading {
    font-size: 24px;
    text-align: left;
    margin: 32px 0 0;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  .heading-box .heading span {
    display: inline-block;
    font-size: 16px;
    color: #1e1e1e;
  }

  .heading-box .img-box {
    width: 80px;
    top: 0;
  }
}
/* -----
text
----- */
.tex-box {
  margin: 32px 0;
}

.tex {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.002em;
  color: #1e1e1e;
}

.notes {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.002em;
  color: #1e1e1e;
}

@media screen and (max-width: 767px) {
  .tex-box {
    margin: 16px 0;
  }

  .notes {
    margin-top: 20px;
    font-size: 10px;
  }
}
/* -----
img
----- */
.img-box .img-box-inner {
  padding: 40px 0 32px;
}

@media screen and (max-width: 767px) {
  .img-box .img-box-inner {
    padding: 24px 0;
  }
}
/* -----
column
----- */
/* -----float----- */
.float-box-col2 .tex {
  /* display: inline; */
}

.float-box-col2 .text02 {
  padding-top: 24px;
}

.float-box-col2 .img-box {
  float: right;
  width: auto;
  margin: 0 16px 32px 48px;
}

.float-box-col2 .img01 {
  width: 180px;
}

.float-box-col2 .img02 {
  width: 270px;
}

/* -----flex box----- */
.col1 .tex {
  margin: 40px 0;
  text-align: center;
}

.col2 {
  display: flex;
  justify-content: space-between;
}

.col2 .img-box {
  width: 41%;
  margin: 0 0 0 48px;
}

.col2 .tex {
  width: 52%;
}

.col2 .img-box img {
  width: 100%;
}

.col2-02 {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}

.col2-02 .img-box {
  /* width: 32%; */
  font-size: 14px;
  line-height: 1.8;
  /* margin: 0 48px 0 0; */
}

/* .col2-02 .tex{
  width: 60%;
} */
.col2-02 .img-box img {
  width: 100%;
  /* margin-bottom: 10px; */
}

@media screen and (max-width: 767px) {
  /* -----float----- */
  .sp-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sp-flex .img-box {
    order: 2;
  }

  .sp-flex .text02 {
    order: 3;
  }

  .float-box-col2 .text02 {
    padding-top: 0;
  }

  .float-box-col2 .img-box {
    float: none;
    width: auto;
    margin: 24px 0;
  }

  .float-box-col2 .img01 {
    width: 180px;
  }

  .float-box-col2 .img02 {
    width: 270px;
  }

  /* -----flex box----- */
  .col1 .tex {
    margin: 24px 0;
    text-align: left;
  }

  .col2 {
    flex-direction: column-reverse;
    justify-content: unset;
    align-items: center;
  }

  .col2 .img-box {
    width: 100%;
    margin: 32px 0 24px;
  }

  .col2 .tex {
    width: 100%;
  }

  .col2-02 {
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    margin-top: 0;
  }

  .col2-02 .img-box {
    width: 68%;
    margin: 0 0 32px 0;
  }

  .col2-02 .tex {
    width: 100%;
  }
}
/* -----
movie
----- */
.movie-area {
  margin: 48px 0;
  padding: 40px;
  background-color: #e2e2eb;
}

.movie-area .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 26px;
  color: #3c3f7c;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.movie-box {
  margin: 0 auto;
  max-width: 700px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 50.15%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  .movie-area {
    position: relative;
    left: -20px;
    width: 100vw;
    margin: 40px 0;
    padding: 24px 20px;
  }

  .movie-area .title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .movie-box {
    margin: 0 auto;
    width: 100%;
  }

  .youtube {
    padding-top: 50.25%;
  }
}
/* -----
box
----- */
.cont-box {
  padding: 40px;
  background: #ffffff;
  border: 2px solid #3c3f7c;
  border-radius: 20px;
}

.cont-box .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  color: #3c3f7c;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.cont-box .title.title_01 {
  font-weight: 600;
}

.cont-box .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title_01 + .box .tex {
  width: 45%;
}

.title_01 + .box .img-box {
  width: 46%;
}

.cont-box .box .img-box {
  margin-left: 32px;
}

.cont-box .box .img-box img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cont-box {
    margin-top: 48px;
    padding: 24px 16px;
    border-radius: 16px;
  }

  .cont-box .title {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .cont-box .box {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    align-items: center;
  }

  .title_01 + .box .tex {
    width: 100%;
  }

  .title_01 + .box .img-box {
    width: 77%;
  }

  .cont-box .box .img-box {
    margin-left: 0;
    margin-bottom: 16px;
  }

  .cont-box .box .img-box img {
    width: 100%;
  }
}
/* -----
button
----- */
.btn-box {
  margin: 24px 0;
}

.btn-box .btn01 {
  margin-bottom: 24px;
}

.btn-box .btn01:last-child {
  margin-bottom: 0;
}

.btn01 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 24px;
  text-align: center;
}

.btn01 a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 19px 12px;
  border: 1px solid #3c3f7c;
  font-size: 18px;
  text-decoration: none;
  color: #3c3f7c;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.btn01 a:hover {
  color: #fff;
  background: #3c3f7c;
}

.btn01 a::after {
  content: ">";
  position: absolute;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .btn-box {
    margin: 20px 0;
  }

  .btn-box .btn01 {
    margin-bottom: 20px;
  }

  .btn01 {
    margin-bottom: 20px;
    padding: 0 16px;
  }

  .btn01 a {
    width: 100%;
    padding: 8px 16px 9px;
    line-height: 1.25;
  }

  .btn01 a::after {
    content: ">";
    position: absolute;
    top: calc((100% - 20px) / 2);
    right: 8px;
  }
}
/* -----
product
----- */
.prodt-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0;
}

.prod-img {
  width: 44%;
  margin-right: 48px;
}

.prod-img img {
  width: 100%;
}

.prod-img a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.prod-img a:hover {
  opacity: 0.7;
}

.prod-detail {
  width: 50%;
}

.prod-detail .prod-name {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.prod-detail .prod-price {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.875;
}

.prod-detail .prod-tex {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .product-area {
    padding-top: 16px;
    margin-bottom: 60px;
  }

  .prodt-box {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
  }

  .prod-img {
    width: min(100%, 550px);
    margin: 0 auto 24px;
  }

  .prod-img img {
    width: 100%;
  }

  .prod-detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .prod-detail .prod-name {
    margin-bottom: 12px;
  }

  .prod-detail .prod-price {
    text-align: center;
  }

  .prod-detail .prod-tex {
    margin-top: 28px;
  }
}
/* ======================================
common.cssの上書き
====================================== */
/* .main-contents {
  overflow: hidden;
} */
.com-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1039px) {
  .com-wrap {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .com-wrap {
    display: block;
    margin-right: 0;
  }
}
.com-wrap .com-nav-area {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .com-wrap .com-nav-area {
    width: 100%;
  }
}
.com-wrap .com-main-area {
  max-width: 780px;
  width: calc(100% - 220px);
}

@media screen and (max-width: 767px) {
  .com-wrap .com-main-area {
    width: 100%;
  }
}
.com-wrap .com-nav-area ul li a {
  height: auto;
  padding-top: 11px;
  padding-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .com-wrap .com-nav-area ul li a {
    padding-left: 2em;
  }
}
@media screen and (max-width: 767px) {
  .com-wrap .com-nav-area ul li a::after {
    content: ">";
    position: absolute;
    right: 1.5em;
    top: calc((100% - 14px) / 2);
  }
}
@media screen and (max-width: 1039px) {
  .udl-head {
    padding-bottom: 5px;
  }
}
.com-nav-area {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  line-height: 1.15;
}

.com-nav-area--02 {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
  /* 共通 */
  .pc-only,
.pc-on {
    display: none;
  }

  .tab-on {
    display: none;
  }

  .sp-only,
.sp-on {
    display: block !important;
  }
}
/* ↓2025win01 追記 ========================================= */
.heading-02 span {
  font-size: 26px;
}
.tex-box .tex{
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tex-box .tex{
    text-align: left;
  }
}
.tex-box sup {
  font-size: 50%;
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  /* ↓画面幅いっぱいに表示 */
  .img-box.img_01 figure,
  .img-box.img_02 figure,
  .img-box.img_05 figure,
  .img-box.img_10 figure {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
/* ↑共通 */
/* ↓section-01 */
.section-01 {
  margin-block: 40px 0;
}
.section-01 h2 {
  font-size: 30px;
  text-align: center;
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 32px;
}
.section-01 h2 span{
  font-size: 26px;
}
.section-01 h3 {
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-top: 70px;
  margin-bottom: 32px;
  color: #BF9C46;
}
.section-01 .tex small{
  font-size: 14px;
}
.section-01 .img-box.img_03{
  width: 80%;
  margin: 0 auto;
}
.section-01 .img-box.img_04{
  width: 90%;
  margin: 45px auto 0px;
}
@media screen and (max-width: 767px) {
  .section-01 {
    margin-block: 20px 0;
  }
  .section-01 h2 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 60px;
  }
  .section-01 h2 span{
    font-size: 20px;
  }
  .section-01 .tex{
    text-align: justify;
  }
  .section-01 h3 {
    font-size: 20px;
    margin-top: 50px;
  }
  .section-01 .notes{
    margin-top: 5px;
  }
  .section-01 .img-box.img_03{
    width: 100%;
    margin-top: 30px;
  }
  .section-01 .img-box.img_04{
    width: 100%;
    margin: 25px 0 50px;
  }
}
/* ↑section-01 */

/* ↓section-02 */
.section-02{
  margin-top: 70px;
}
.section-02 .img-box.img_05{
  margin-bottom: 50px;
}
.section-02 .head-text{
  margin-bottom: 70px;
}
.section-02 .bg01{
  border: solid 1px #BF9C46;
  padding: 4px;
  margin-bottom: 30px;
  position:relative;
}
.section-02 .bg01 .corner01,
.section-02 .bg01 .corner02,
.section-02 .bg01 .corner03,
.section-02 .bg01 .corner04 {
  position: absolute;
}
.section-02 .bg01 .corner01{
  top: -1.8px;
  left: -1.8px;
}
.section-02 .bg01 .corner02{
  transform: rotate(90deg);
  top: -1.8px;
  right: -1.8px;
}
.section-02 .bg01 .corner03{
  transform: rotate(180deg);
  bottom: -1.8px;
  right: -1.8px;
}
.section-02 .bg01 .corner04{
  transform: rotate(-90deg);
  bottom: -1.8px;
  left: -1.8px;
}
.section-02 .bg02{
  border: solid 1px #BF9C46;
  padding: 40px 40px 40px 0;
}
.section-02 .bg01:has(.img_06){
  margin-top: 40px;
}
.section-02 .bg01:has(.img_07){
  margin-bottom: 0;
}
.section-02 .award_container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-02 .award_container .img_area{
  width: 35%;
  display: flex;
  justify-content: center;
}
.section-02 .award_container .img_area .img_06{
  width: min(189px, 100%);
}
.section-02 .award_container .img_area .img_07{
  width: min(133px, 100%);
}
.section-02 .award_container .txt_area{
  width: min(100%, 470px);
}
.section-02 .award_container .txt_area h3{
  color: #BF9C46;
  font-size: 22px;
  margin: 0 0 10px;
}
.section-02 h3{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: normal;
  margin: 36px 0 30px;
  line-height: 1.4;
}
@media screen and (max-width: 850px) {
  .section-02 .award_container{
    padding-left:20px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-02{
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .section-02 .head-text{
    margin-bottom: 50px;
  }
  .section-02 .bg01{
    padding: 3px;
    margin-bottom: 20px;
  }
  .section-02 .bg01 .corner01,
  .section-02 .bg01 .corner02,
  .section-02 .bg01 .corner03,
  .section-02 .bg01 .corner04 {
    width: 18px;
    height: 18px;
  }
  .section-02 .bg02{
    padding: 20px;
  }
  .section-02 .award_container{
    flex-flow: column;
    gap: 0;
    padding: 0;
  }
  .section-02 .award_container .img_area{
    width: 100%;
  }
  .section-02 .award_container .txt_area{
    width: 100%;
  }
  .section-02 .award_container .txt_area h3{
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
  }
}
/* ↑section-02 */

/* ↓section-03 */
.section-03{
  margin-top: 75px;
}
.section-03 h2{
  font-size: 30px;
  text-align: center;
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 32px;
  position: relative;
}
.section-03 h2 span{
  font-size: 26px;
}
.section-03 h2::before{
  content: "";
  width: 180px;
  height: 216px;
  background-image: url("../img/img_08.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -60px;
  left: 0;
}
.section-03 h2::after{
  content: "";
  width: 180px;
  height: 216px;
  background-image: url("../img/img_09.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -60px;
  right: 0;
  border: 0;
  left: unset!important;
  transform: unset;
}
.section-03 .efficacy{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.section-03 .efficacy01{
  padding: 25px 40px 30px;
  margin: 50px 0 40px;
}
.section-03 .efficacy02{
  padding: 25px 40px 30px;
  flex-flow: row-reverse;
}
.section-03 .efficacy01 .img_area{
  width: 55%;
}
.section-03 .efficacy02 .img_area{
  width: 45%;
}
.section-03 .efficacy .img_area .img-box{
  width: 95%;
}
.section-03 .efficacy02 .img_area .img-box{
  margin: 0 0 0 auto;
}
.section-03 .efficacy01 .txt_area{
  width: 45%;
}
.section-03 .efficacy02 .txt_area{
  width: 55%;
}
.section-03 .efficacy .txt_area p:first-child{
  font-weight: bold;
  font-size: 16px;
}
.section-03 .efficacy .txt_area h3{
  font-size: 22px;
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #D57587;
  margin-bottom: 10px;
}
.section-03 .corner{
  height: 50px;
  width: 50px;
  position: absolute;
}
.section-03 .corner05{
  border-top: solid 10px #ECE1C7;
  border-left: solid 10px #ECE1C7;
  top: 0;
  left: 0;
}
.section-03 .corner06{
  border-top: solid 10px #ECE1C7;
  border-right: solid 10px #ECE1C7;
  top: 0;
  right: 0;
}
.section-03 .corner07{
  border-right: solid 10px #ECE1C7;
  border-bottom: solid 10px #ECE1C7;
  right: 0;
  bottom: 0;
}
.section-03 .corner08{
  border-left: solid 10px #ECE1C7;
  border-bottom: solid 10px #ECE1C7;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 970px) {
  .section-03{
    overflow: hidden;
  }
  .section-03 h2::before{
    top: -95px;
    left: -20px;
  }
  .section-03 h2::after{
    top: -95px;
    right: -20px;
  }
}
@media screen and (max-width: 850px) {
  .section-03 h2::before{
    left: -55px;
  }
  .section-03 h2::after{
    right: -55px;
  }
}
@media screen and (max-width: 767px) {
  .section-03{
    margin-top: 0px;
  }
  .section-03 h2{
    font-size: 24px;
    margin-bottom: 25px;
  }
  .section-03 h2 span{
    font-size: 20px;
  }
  .section-03 h2::before{
    width: 150px;
    height: 186px;
    top: unset;
    bottom: -48px;
    left: -40px;
  }
  .section-03 h2::after{
    width: 150px;
    height: 186px;
    top: unset;
    bottom: -48px;
    right: -40px;
  }
  .section-03 .efficacy01{
    padding: 30px;
    margin: 20px 0;
    flex-flow: column-reverse;
  }
  .section-03 .efficacy02{
    padding: 30px;
    flex-flow: column-reverse;
  }
  .section-03 .efficacy01 .img_area{
    width: 100%;
  }
  .section-03 .efficacy02 .img_area{
    width: 100%;
  }
  .section-03 .efficacy .img_area .img-box{
    width: 100%;
  }
  .section-03 .efficacy02 .img_area .img-box{
    margin: 20px auto 0;
    width: 90%;
  }
  .section-03 .efficacy01 .txt_area{
    width: 100%;
  }
  .section-03 .efficacy02 .txt_area{
    width: 100%;
  }
  .section-03 .efficacy .txt_area p:first-child{
    font-weight: bold;
    font-size: 16px;
  }
  .section-03 .efficacy .txt_area h3{
    font-size: 18px;
  }
  .section-03 .corner{
    height: 45px;
    width: 45px;
  }
  .section-03 .corner05{
    border-top: solid 8px #ECE1C7;
    border-left: solid 8px #ECE1C7;
  }
  .section-03 .corner06{
    border-top: solid 8px #ECE1C7;
    border-right: solid 8px #ECE1C7;
  }
  .section-03 .corner07{
    border-right: solid 8px #ECE1C7;
    border-bottom: solid 8px #ECE1C7;
  }
  .section-03 .corner08{
    border-left: solid 8px #ECE1C7;
    border-bottom: solid 8px #ECE1C7;
  }
}
/* ↑section-03 */

/* ↓product-area */
.product-area{
  clear: both;
  margin: 170px 0 100px;
}
.product-area h2{
  width: fit-content;
  padding: 0 40px 20px;
  margin: 64px auto 28px;
}
.product-area .catchphrase{
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .product-area{
    margin: 90px 0 50px;
  }
  .product-area h2{
    width: 100%;
    margin-top: 0;
    padding: 0 0 20px;
  }
  .prod-detail .prod-name {
    font-size: 21px;
  }
}
/* ↑product-area */
/* ↑2025win01 追記 ========================================= */
