@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Martel:wght@400;700&family=Noto+Sans+JP:wght@400;700&family=Shippori+Mincho+B1&display=swap");

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
th,
td,
dt,
dd,
ul,
ol,
li,
table,
tt,
td,
tr {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

sup {
  font-size: 80%;
  vertical-align: super;
  top: 0.3em;
  margin-right: 0.2em;
}

.serif {
  font-family: "Shippori Mincho B1", serif;
  font-display: swap;
}

.serif-en {
  font-family: "Martel", serif;
  font-display: swap;
}

.bold {
  font-weight: 700;
}

.tate {
  writing-mode: vertical-rl;
}

.tate sup {
  top: 0.1em;
}

/* @media screen and (max-width: 650px) {
  .tate sup {
    display: inline-block;
    transform: rotate(-90deg);
  }
} */

html {
  font-size: 62.5%;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}

.entry-header {
  display: none;
}

.entry-content {
  margin: 0 auto;
}

.l-breadcrumb {
  display: none;
}

.l-breadcrumb__item:nth-child(2) {
  display: none;
}

.l-breadcrumb__item:nth-child(3) {
  margin-left: 5px;
}

.entry-content {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.08em !important;
  color: #1A1311;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  transform: translateY(3px) translateX(3px);
  box-shadow: none;
  opacity: 0.7;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.grecaptcha-badge {
  z-index: 5;
}

.navbar-nav .dropdown-menu {
  min-width: 166px;
  border-radius: 0.5rem;
  padding:0.8rem 0;
}


/* common parts */
.full-width {
  width: 100%;
}

.w1120 {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.w920 {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.w800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.w680 {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.w620 {
  width: 100%;
  max-width: 620px;
}

@media screen and (max-width: 650px) {
  .w920 {
    max-width: 650px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 650px) {

  .w800,
  .w680,
  .w620 {
    width: 92%;
    margin: 0 auto;
  }
}

.color-main {
  color: #D46988;
}

.gray_bg {
  background-color: #EBEBEB;
}

.white_bg {
  background-color: #fff;
}

.yellow-paper_bg {
  background-image: url(/wp-content/uploads/2023/11/yellow-paper.webp);
  background-size: 300px 300px;
}

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

/* PC-SP表示切り替え */
@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

/* SP用改行 */
@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

/* PC用改行 */
@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

/* =============================
　トップイメージ
================================ */
.mv {
  overflow: hidden;
}

.mv_bg {
  position: relative;
  height: 1585px;
  background-image: radial-gradient(circle farthest-side at 50% 10%, rgb(255, 255, 255), rgb(239, 239, 239) 60%);
}

.mv_bg::after {
  content: '';
  width: 100%;
  height: 515px;
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgb(239, 239, 239));
  position: absolute;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 650px) {
  .mv_bg {
    height: 1400px;
  }

  .mv_bg::after {
    height: 200px;
  }
}

.mv_wrap {
  position: relative;
  height: 1660px;
  padding-top: 120px;
  z-index: 2;
}

.mv_koji-item {
  position: absolute;
  width: 365px;
  height: auto;
}

.mv_koji-item .mv_koji-item_img {
  position: absolute;
}

.mv_koji-item .mv_koji-item_caption {
  font-size: 1rem;
  position: absolute;
  width: 200px;
  height: auto;
  opacity: 0;
  padding: 10px;
  color: #1A1311;
  background-color: rgba(255, 255, 255, 0.6);
  transition: opacity 1.5s ease;
}

.mv_koji-item .mv_koji-item_caption h4 {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #1A1311;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.mv_koji-item:hover .mv_koji-item_caption {
  opacity: 1;
}

@media screen and (max-width: 650px) {
  .mv_koji-item {
    width: 210px;
  }

  .mv_koji-item:hover .mv_koji-item_caption {
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 20;
  }
}

.top-koji_yellow-se {
  top: -2%;
  left: -11%;
}

.top-koji_yellow-se .mv_koji-item_caption {
  top: 250px;
  right: -20%;
}

@media screen and (max-width: 650px) {
  .top-koji_yellow-se {
    top: 1%;
    left: -12%;
  }

  .top-koji_yellow-se .mv_koji-item_caption {
    top: 150px;
    right: -30%;
  }
}

.top-koji_white-s {
  top: -9%;
  left: 50%;
}

.top-koji_white-s .mv_koji-item_caption {
  top: 200px;
  right: -40%;
}

@media screen and (max-width: 650px) {
  .top-koji_white-s {
    top: -5%;
    left: 55%;
  }

  .top-koji_white-s .mv_koji-item_caption {
    height: 100px;
    right: 30%;
    top: 100px;
  }
}

.top-koji_black-k {
  top: 30%;
  left: -18%;
}

.top-koji_black-k .mv_koji-item_caption {
  top: -40px;
  left: 50%;
}

@media screen and (max-width: 650px) {
  .top-koji_black-k {
    top: 64%;
    left: 8%;
  }

  .top-koji_black-k .mv_koji-item_caption {
    top: -20px;
    left: 50%;
  }
}

.top-koji_yellow-m {
  top: 18%;
  right: -22%;
}

.top-koji_yellow-m .mv_koji-item_caption {
  left: -30%;
  top: 10%;
}

@media screen and (max-width: 650px) {
  .top-koji_yellow-m {
    top: 18%;
    right: -25%;
  }

  .top-koji_yellow-m .mv_koji-item_caption {
    left: -70%;
    top: -20px;
  }
}

.top-koji_yellow-ms {
  bottom: 56%;
  right: -10%;
}

.top-koji_yellow-ms .mv_koji-item_caption {
  bottom: -320px;
  right: 80%;
}

@media screen and (max-width: 650px) {
  .top-koji_yellow-ms {
    bottom: 56%;
    right: -28%;
  }

  .top-koji_yellow-ms .mv_koji-item_caption {
    bottom: -60px;
    right: 70%;
  }
}

.top-koji_yellow-sy {
  bottom: 42%;
  left: 10%;
}

.top-koji_yellow-sy .mv_koji-item_caption {
  bottom: -110px;
  left: 75%;
}

@media screen and (max-width: 650px) {
  .top-koji_yellow-sy {
    bottom: 65%;
    left: -27%;
  }

  .top-koji_yellow-sy .mv_koji-item_caption {
    bottom: -60px;
    left: 60%;
  }
}

.mv_head {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

@media screen and (max-width: 650px) {
  .mv_head {
    top: 80px;
  }
}

.mv_copy {
  text-align: center;
  letter-spacing: 0.4em;
  margin-bottom: 80px;
}

.mv_copy h2 span {
  display: inline-block;
  color: #fff;
  background-color: #1A1311;
  font-size: 2.8rem;
  padding: 4px 20px;
}

@media screen and (max-width: 650px) {
  .mv_copy {
    margin-bottom: 40px;
  }

  .mv_copy h2 span {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}

.mv_logo {
  width: 340px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 650px) {
  .mv_logo {
    width: 220px;
  }
}

.mv_intro {
  position: absolute;
  top: 500px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  margin: 0 auto;
  z-index: 10;
}

.mv_intro .flex {
  flex-wrap: nowrap;
}

@media screen and (max-width: 650px) {
  .mv_intro {
    top: 410px;
    width: 92%;
  }
}

.mv_intro_wrapper {
  flex-direction: row-reverse;
  justify-content: flex-start;
  width: 100%;
}

.mv_intro_head {
  font-size: 3.2rem;
  display: inline-block;
  text-shadow: 0px 1px 2px #fff;
  filter: drop-shadow(0 0 5px #fff);
  letter-spacing: 0.2em;
  margin-left: 30px;
}

@media screen and (max-width: 650px) {
  .mv_intro_head {
    margin-left: 10px;
    height: 450px;
  }
}

.mv_intro_txt {
  height: 320px;
  font-size: 1.5rem;
  line-height: 2.6;
  margin-top: 20px;
}

.mv_intro_txt p {
  text-shadow: 0px 1px 8px #efefef;
  filter: drop-shadow(0 0 2px #efefef);
}

.mv_intro_txt sup {
  font-size: 90%;
  margin-right: 0;
  margin-bottom: -0.2em;
}

@media screen and (max-width: 650px) {
  .mv_intro_txt {
    font-size: 1.4rem;
    line-height: 1.9;
    width: 80%;
    height: 630px;
    display: flex;
  }

  .mv_intro_txt p {
    display: block;
    margin-bottom: 60px;
    background-color: rgba(249, 249, 249, 0.1);
  }

  .mv_intro_txt sup {
    font-size: 90%;
    margin-right: 0;
    margin-bottom: -0.2em;
  }
}

/* =============================
　details
================================ */
.details {
  position: relative;
  margin-top: -100px !important;
  z-index: 10;
}

.details section {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 650px) {
  .details {
    margin-top: -60px !important;
  }
}

.detail_title {
  width: 142px;
  height: 100%;
  margin-top: 40px;
  position: sticky;
  top: 8%;
}

.detail_title sup {
  top: -0.2em;
  margin-bottom: -0.5em;
}

@media screen and (max-width: 650px) {
  .detail_title {
    position: absolute;
    top: 0;
    left: -6%;
    z-index: 20;
    margin-top: 0;
  }
}

.detail_title h2 {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 2;
}

.detail_title h2 span {
  color: #fff;
  background: #000;
  padding: 20px 0;
}

.detail_title h2 .line2 {
  margin-top: 30px;
}

@media screen and (max-width: 650px) {
  .detail_title h2 {
    font-size: 2.2rem;
  }

  .detail_title h2 .line2 {
    margin-top: 40px;
  }
}

.detail_lead {
  font-size: 1.6rem;
  line-height: 2.25;
}

.detail_block {
  padding: 60px 0;
  border-bottom: 1px solid #1A1311;
}

.detail_block:last-child {
  border: none;
  margin-bottom: 60px;
}

@media screen and (max-width: 650px) {
  .detail_block {
    width: 92%;
  }

  .detail_block:last-child {
    margin-bottom: 20px;
  }
}

.detail_sub-title {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  color: #D46988;
  margin-bottom: 30px;
}

@media screen and (max-width: 650px) {
  .detail_sub-title {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
}

.detail_txt {
  font-size: 1.4rem;
  line-height: 2;
  align-items: flex-start;
}

.detail_txt span {
  border-bottom: 1px solid;
  padding: 0 1px 1px;
}

/* summary */
.summary .w620 {
  margin-right: 120px;
}

.summary .detail_title {
  height: 620px;
}

.summary .detail_lead {
  width: 53%;
}

.summary .detail_txt {
  width: 100%;
}

.summary .detail_txt p {
  width: 36%;
}

.summary .detail_ingredient {
  width: 60%;
}

.summary .detail_ingredient .flex {
  height: 280px;
}

.summary .detail_ingredient .flex::after {
  content: none;
}

.summary .detail_ingredient li {
  width: 30%;
}

.summary .detail_ingredient .list01 {
  color: #D46988;
}

.summary .detail_ingredient .list01 .ingredient_list .ingredient_list_header {
  background: #E09AAB;
}

.summary .detail_ingredient .list01 .ingredient_list ul {
  background: #D46988;
}

.summary .detail_ingredient .list01 .etc {
  background: #D46988;
}

.summary .detail_ingredient .list02 {
  color: #6EB07E;
}

.summary .detail_ingredient .list02 .ingredient_list .ingredient_list_header {
  background: #A1C7A3;
}

.summary .detail_ingredient .list02 .ingredient_list ul {
  background: #6EB07E;
}

.summary .detail_ingredient .list02 .etc {
  background: #6EB07E;
}

.summary .detail_ingredient .list03 {
  color: #4894C8;
}

.summary .detail_ingredient .list03 .ingredient_list .ingredient_list_header {
  background: #8BB2D8;
}

.summary .detail_ingredient .list03 .ingredient_list ul {
  background: #4894C8;
}

.summary .detail_ingredient .list03 .etc {
  background: #4894C8;
}

.summary .detail_ingredient .ingredient_arrow {
  width: 100%;
  height: auto;
  margin-bottom: 6px;
}

.summary .detail_ingredient .ingredient_list {
  color: #fff;
  margin: 0 auto;
}

.summary .detail_ingredient .ingredient_list .ingredient_list_header {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding: 7px 0;
}

.summary .detail_ingredient .ingredient_list ul {
  padding: 10px 0;
  height: 180px;
}

.summary .detail_ingredient .ingredient_list ul li {
  width: 70%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 auto;
}

.summary .detail_ingredient .ingredient_list ul li::before {
  content: '・';
  margin-right: 4px;
}

.summary .detail_ingredient .ingredient_list ul .etc {
  text-align: right;
  margin-top: 10px;
}

.summary .detail_ingredient .ingredient_list ul .etc::before {
  content: none;
}

@media screen and (max-width: 650px) {
  .summary .w620 {
    margin-right: 0;
  }

  .summary .detail_lead {
    width: 88%;
    margin-left: auto;
    line-height: 1.8;
  }

  .summary .detail_txt {
    display: block;
  }

  .summary .detail_txt p {
    width: 100%;
    margin-bottom: 20px;
  }

  .summary .detail_ingredient {
    width: 100%;
    margin-top: 25px;
  }

  .summary .detail_ingredient .flex {
    height: 280px;
    display: flex !important;
  }

  .summary .detail_ingredient li {
    width: 31.5%;
  }

  .summary .detail_ingredient .ingredient_list .ingredient_list_header {
    letter-spacing: -0.01em;
  }

  .summary .detail_ingredient .ingredient_list ul li {
    width: 80%;
  }
}

@media screen and (max-width: 650px) {
  .summary {
    position: relative;
  }
}

.summary_topimg {
  width: 740px;
  height: 392px;
  margin-top: -50px;
  margin-bottom: 60px;
}

@media screen and (max-width: 650px) {
  .summary_topimg {
    position: absolute;
    width: 92%;
    height: 320px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }

  .summary_topimg img {
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 0;
    object-position: center 0;
  }
}

.summary_intro {
  padding-top: 0;
}

.summary_intro .detail_txt p {
  width: 56%;
}

.summary_intro .detail_figure {
  width: 40%;
  max-width: 240px;
}

@media screen and (max-width: 650px) {
  .summary_intro {
    padding-top: 394px;
  }

  .summary_intro .detail_sub-title {
    letter-spacing: 0.01em;
    padding-left: 16%;
    text-align: center;
  }

  .summary_intro .detail_txt p {
    width: 100%;
  }

  .summary_intro .detail_figure {
    width: 100%;
    max-width: 280px;
    margin: 40px auto 0;
  }
}

.summary_test_img {
  width: 56%;
  font-size: 1.2rem;
}

.summary_test_img table {
  border-spacing: 10px 0;
  border-collapse: separate;
}

.summary_test_img th {
  text-align: center;
}

.summary_test_img th span {
  display: inline-block;
  border: 1px solid #1A1311;
  padding: 0 20px;
  text-decoration: none;
  margin-bottom: 12px;
}

.summary_test_img td {
  width: 48%;
  height: auto;
}

.summary_test_img .tate {
  display: block;
  width: 12px;
  height: auto;
  padding: 40px 0;
  white-space: pre;
}

.summary_test_img .test_before::after {
  content: '';
  display: block;
  width: 14px;
  height: 12px;
  background-image: url(/wp-content/uploads/2023/11/arrow_bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 5px auto;
}

@media screen and (max-width: 650px) {
  .summary_test_img {
    width: 100%;
  }
}

/* turnover */
.details .turnover {
  flex-direction: row-reverse;
}

.turnover .detail_title {
  width: 90px;
  height: 540px;
}

.turnover .detail_title h2 {
  margin-right: 40px;
}

.turnover .w620 {
  margin-left: 180px;
}

.turnover .detail_content .flex {
  align-items: flex-end;
}

.turnover .detail_content .turnover_topimg {
  width: 460px;
  height: 593px;
  margin-left: -180px;
}

.turnover .detail_content .detail_lead {
  width: 50%;
}

.turnover .detail_content .detail_lead .caption {
  font-size: 1rem;
  margin-top: 10px;
}

.turnover .detail_content .detail_txt {
  align-items: flex-start;
}

.turnover .detail_content .detail_txt p {
  width: 46%;
}

.turnover .detail_content .detail_txt .detail_figure {
  width: 48%;
  height: auto;
}

.turnover .detail_content .detail_txt .detail_figure .caption {
  width: 100%;
  font-size: 1rem;
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .turnover {
    position: relative;
  }

  .turnover .detail_title {
    left: initial;
    right: 4%;
    height: 416px;
    text-align: end;
  }

  .turnover .detail_title h2 {
    margin-right: 0;
  }

  .turnover .w620 {
    margin: 0 auto;
  }

  .turnover .detail_content .flex {
    display: block;
    margin: 0 auto;
  }

  .turnover .detail_content .turnover_topimg {
    width: 282px;
    height: 416px;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .turnover .detail_content .turnover_topimg img {
    width: 282px;
    height: 416px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .turnover .detail_content .detail_lead {
    width: 100%;
    line-height: 1.8;
    margin: 0 auto;
  }

  .turnover .detail_content .detail_lead .caption {
    margin-top: 20px;
  }

  .turnover .detail_content .detail_txt p {
    width: 100%;
    margin-bottom: 30px;
  }

  .turnover .detail_content .detail_txt .detail_figure {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
}

.turnover-atp {
  margin-top: 80px;
  padding: 30px;
  align-items: flex-start !important;
}

.turnover-atp .turnover-atp_txt {
  width: 40%;
}

.turnover-atp .turnover-atp_txt h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.turnover-atp .turnover-atp_txt p {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 2;
}

.turnover-atp .turnover-atp_txt p span {
  border-bottom: 1px solid;
  padding: 0 1px 1px;
}

.turnover-atp .turnover-atp_figure {
  width: 54%;
  height: 200px;
}

.turnover-atp .turnover-atp_figure .turnover-atp_figure_title {
  border: 1px solid #D46988;
  padding: 10px;
  align-items: center;
  margin-bottom: 15px;
}

.turnover-atp .turnover-atp_figure .turnover-atp_figure_title h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #D46988;
}

.turnover-atp .turnover-atp_figure .turnover-atp_figure_title p {
  width: 50%;
}

.turnover-atp .turnover-atp_figure .turnover-atp_figure_img {
  height: 132px;
}

.turnover-atp .turnover-atp_figure .turnover-atp_figure_img .caption {
  font-size: 1rem;
  text-align: center;
  margin-top: 10px;
}

.turnover-atp .turnover-atp_figure .turnover-atp_arrow {
  width: 14px;
  height: auto;
  margin-bottom: -20px;
}

.turnover-atp .turnover-atp_figure .turnover-atp_figure_img_wrap {
  align-items: center;
}

.turnover-atp .turnover-atp_figure .turnover-atp_figure_img_wrap .atp01 {
  width: 60px;
  height: 57px;
  margin-top: 30px;
}

.turnover-atp .turnover-atp_figure .turnover-atp_figure_img_wrap .atp02 {
  width: 66px;
  height: 57px;
  margin-top: 30px;
}

.turnover-atp .turnover-atp_figure .turnover-atp_figure_img_wrap .atp03 {
  width: 90px;
  height: 91px;
}

@media screen and (max-width: 650px) {
  .turnover-atp {
    margin-top: 40px !important;
    padding: 20px;
    align-items: flex-start !important;
  }

  .turnover-atp .turnover-atp_txt {
    width: 100%;
    margin-bottom: 30px;
  }

  .turnover-atp .turnover-atp_figure {
    width: 100%;
    height: 200px;
  }

  .turnover-atp .turnover-atp_figure .turnover-atp_figure_title {
    display: flex;
    margin-bottom: 10px;
  }

  .turnover-atp .turnover-atp_figure .turnover-atp_figure_img_wrap {
    display: flex;
  }
}

.turnover_test_img {
  width: 100%;
  font-size: 1.2rem;
}

.turnover_test_img table {
  border-spacing: 10px 0;
  border-collapse: separate;
}

.turnover_test_img th {
  text-align: center;
}

.turnover_test_img th span {
  display: inline-block;
  border: 1px solid #1A1311;
  padding: 0 20px;
  text-decoration: none;
  margin-bottom: 12px;
}

.turnover_test_img td {
  width: 48%;
  height: auto;
}

.turnover_test_img .tate {
  display: block;
  width: 12px;
  height: auto;
  padding: 26px 0;
  white-space: pre;
}

.turnover_test_img .test_before::after {
  content: '';
  display: block;
  width: 14px;
  height: 12px;
  background-image: url(/wp-content/uploads/2023/11/arrow_bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 5px auto;
}

/* concept */
.concept {
  margin-top: 150px !important;
}

.concept .w620 {
  margin-right: 120px;
}

.concept .flex {
  align-items: flex-end;
  flex-wrap: nowrap;
}

.concept .detail_title {
  height: 500px;
}

.concept .detail_lead {
  width: 53%;
}

.concept .detail_sub-title {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #D46988;
  margin-top: 40px;
  margin-bottom: 40px;
}

.concept .detail_txt .detail_synergy li {
  font-size: 1.4rem;
  line-height: 2.6;
  padding-left: 25px;
  background-image: url(/wp-content/uploads/2023/11/concept_checkbox.svg);
  background-repeat: no-repeat;
  background-size: 1.4em;
  background-position: left 45%;
}

.concept .detail_txt .detail_synergy li span {
  color: #C81946;
}

.concept .concept_arrow {
  width: 22px;
  height: auto;
  margin: 40px auto 0;
}

.concept .concept_01 {
  width: 620px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 650px) {
  .concept {
    position: relative;
  }

  .concept .w620 {
    margin: 0 auto;
  }

  .concept .detail_block {
    width: 100%;
  }

  .concept .detail_sub-title {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-bottom: 30px;
  }

  .concept .detail_sub-title .synergy {
    line-height: 2.4;
  }

  .concept .detail_txt .detail_synergy li {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: normal;
    background-size: 1.2em;
    margin-bottom: 10px;
    padding-left: 18px;
    background-position: left 38%;
  }

  .concept .concept_arrow {
    margin: 30px auto 20px;
  }

  .concept .concept_01 {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 650px) {
  .details .concept {
    margin-bottom: 0 !important;
  }
}

.concept_topimg {
  position: relative;
  background-image: url(/wp-content/uploads/2023/11/concept_topimg.webp);
  background-size: 1009px 400px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  width: 740px;
  height: 400px;
  margin-top: -50px;
}

.concept_topimg .detail_lead {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  right: 12%;
  z-index: 1;
}

@media screen and (max-width: 650px) {
  .concept_topimg {
    background-size: cover;
    background-position: 12% 0;
    width: 100%;
    height: 240px;
    margin: 20px 0 90px;
  }

  .concept_topimg .detail_lead {
    top: initial;
    bottom: -44%;
    transform: none;
    right: 0;
    width: 80%;
    line-height: 1.6;
    letter-spacing: normal;
  }

  .concept_topimg .detail_lead span {
    display: inline-block;
    margin-top: 8px;
  }
}

.original-material_title h4 {
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 1.1em;
  margin: 60px 0 15px;
  background-image: url(/wp-content/uploads/2023/11/arrow_right_black.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

/* オリジナル原料各種 */
.original-material .ricetect {
  color: #D46988;
}

.original-material .ricetect .effect-tag li {
  background-color: #D46988;
}

.original-material .lactibiorose {
  color: #DB7562;
}

.original-material .lactibiorose .effect-tag li {
  background-color: #DB7562;
}

.original-material .yukime {
  color: #4894C8;
}

.original-material .yukime .effect-tag li {
  background-color: #4894C8;
}

.original-material .celabio {
  color: #6EB07E;
}

.original-material .celabio .effect-tag li {
  background-color: #6EB07E;
}

.original-material .original-material_items {
  width: 100%;
}

.original-material .original-material_items ul {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.original-material .original-material_items ul li {
  width: 48%;
  margin-bottom: 20px;
}

.original-material .original-material_items ul li .viewmore_link:hover {
  display: block;
  transition: all 0.2s;
  transform: translate(0, -8px);
  opacity: 1;
}

.original-material .item_header_wrap {
  align-items: center;
  padding-right: 10px;
}

.original-material .item-img {
  width: 78px;
  height: auto;
}

.original-material .item-header {
  width: calc(100% - 78px);
  padding-left: 10px;
}

.original-material .item-name_en {
  font-size: 1.8rem;
  margin-top: 5px;
}

.original-material .item-name_en sup {
  font-size: 60%;
  margin-right: 2px;
}

.original-material .item-name_jp {
  font-size: 1rem;
  margin-top: -10px;
}

.original-material .item-label {
  font-size: 1rem;
  color: #1A1311;
}

.original-material .item_bottom_wrap {
  padding: 4px 10px 10px;
}

.original-material .item_bottom_wrap .effect-tag {
  font-size: 1rem;
  width: calc(100% - 52px);
}

.original-material .item_bottom_wrap .effect-tag .flex {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.original-material .item_bottom_wrap .effect-tag li {
  width: auto;
  border-radius: 3px;
  color: #fff;
  margin: 6px 3px 0 0;
  padding: 0 6px;
  font-weight: 700;
}

@media screen and (max-width: 650px) {
  .original-material {
    width: 300px;
    margin: 0 auto;
  }

  .original-material .original-material_items {
    width: 100%;
  }

  .original-material .original-material_items ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .original-material .original-material_items ul li:last-child {
    margin-bottom: 0;
  }

  .original-material .item_bottom_wrap {
    align-items: center;
  }
}

.patent-tag {
  font-size: 1.2rem;
  color: #fff;
  position: relative;
  width: 52px;
  height: 52px;
  background-color: #C81946;
  border-radius: 50%;
}

.patent-tag span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  text-align: center;
  border-bottom: none;
  line-height: 1.4;
}

.viewmore {
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  margin-left: 2px;
}

.viewmore img {
  display: inline-block;
  width: 4px;
  height: auto;
}

@media screen and (max-width: 650px) {
  .detail_sub-title {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
}

/* =============================
　merit
================================ */
.merit {
  margin-bottom: 80px;
}

.merit_intro {
  position: relative;
  height: 872px;
}

.merit_intro .merit_topimg {
  position: absolute;
  display: block;
  width: 840px;
  height: auto;
  left: 0;
  z-index: -5;
}

.merit_intro .merit_txt_bg-logo {
  position: absolute;
  width: 390px;
  height: auto;
  z-index: -1;
}

.merit_intro .merit_txt {
  text-align: right;
  position: relative;
  height: 380px;
}

.merit_intro .merit_txt .merit_txt_bg-logo {
  position: absolute;
  width: 390px;
  height: auto;
  z-index: -1;
  right: -60px;
}

.merit_intro .merit_txt .merit_title {
  font-size: 2.4rem;
  text-align: right;
  line-height: 1.8;
  position: absolute;
  top: 50%;
  right: 0;
}

.merit_intro .merit_txt .merit_lead {
  width: 42%;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.6;
  position: absolute;
  top: 92%;
  right: 0;
}

@media screen and (max-width: 650px) {
  .merit_intro {
    height: 860px;
  }

  .merit_intro .merit_topimg {
    width: 100%;
    height: 434px;
    top: 0;
    left: -15%;
    overflow: hidden;
  }

  .merit_intro .merit_topimg img {
    width: 500px;
  }

  .merit_intro .w800 {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translateX(-50%);
  }

  .merit_intro .merit_txt {
    letter-spacing: normal;
  }

  .merit_intro .merit_txt .merit_txt_bg-logo {
    width: 75%;
    height: 340px;
    right: 0;
    top: -56%;
  }

  .merit_intro .merit_txt .merit_txt_bg-logo img {
    width: 330px;
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }

  .merit_intro .merit_txt .merit_title {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.8;
    top: 0;
  }

  .merit_intro .merit_txt .merit_title span {
    display: inline-block;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
  }

  .merit_intro .merit_txt .merit_lead {
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
    top: 40%;
  }
}

/* コンセプト一例 */
.merit-ex {
  margin-top: 60px;
  padding: 60px;
}

@media screen and (max-width: 650px) {
  .merit-ex {
    padding: 20px;
  }
}

.merit-ex_head {
  text-align: center;
  margin-bottom: 40px;
}

.merit-ex_head .merit-ex_head_title {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}

.merit-ex_head .merit-ex_head_title h3 {
  font-weight: 700;
}

.merit-ex_head .merit-ex_head_sub-title {
  font-size: 1.6rem;
  letter-spacing: 0.4em;
}

@media screen and (max-width: 650px) {
  .merit-ex_head .merit-ex_head_title {
    font-size: 1.8rem;
    margin-top: 20px;
  }

  .merit-ex_head .merit-ex_head_sub-title {
    font-size: 1.4rem;
    letter-spacing: 0.4em;
  }
}

.merit-ex_items .flex {
  justify-content: space-between;
  margin-bottom: 40px;
}

.merit-ex_items .flex li {
  width: 30%;
}

.merit-ex_items .merit-ex_item-header {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.merit-ex_items .merit-ex_item-header h4 {
  font-weight: 700;
  position: relative;
  padding-left: 10px;
}

.merit-ex_items .merit-ex_item-header h4::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  background-color: #1A1311;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.merit-ex_items .merit-ex_item-txt {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.merit-ex_items .merit-ex_item-img .flex::after {
  content: none;
}

.merit-ex_items .merit-ex_item-img li {
  width: 18%;
}

.merit-ex_items .merit-ex_item-img .merit-ex_icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 8px;
}

.merit-ex_items .merit-ex_item-img .merit-ex_icon img {
  width: 100px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.merit-ex_items .merit-ex_item-img .merit-ex_icon .merit-ex_icon_wide {
  width: 120px;
  height: auto;
}

.merit-ex_items .merit-ex_item-img .merit-ex_icon-caption {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .merit-ex_items .flex {
    display: block;
  }

  .merit-ex_items .flex li {
    width: 100%;
    margin-bottom: 40px;
  }

  .merit-ex_items .merit-ex_item-header {
    letter-spacing: 0.04em;
  }

  .merit-ex_items .merit-ex_item-txt {
    line-height: 1.8;
  }

  .merit-ex_items .merit-ex_item-img .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }

  .merit-ex_items .merit-ex_item-img li {
    width: 30%;
    margin-bottom: 20px;
  }

  .merit-ex_items .merit-ex_item-img .merit-ex_icon {
    width: 90px;
    height: 90px;
  }

  .merit-ex_items .merit-ex_item-img .merit-ex_icon img {
    width: 84px;
  }

  .merit-ex_items .merit-ex_item-img .merit-ex_icon .merit-ex_icon_wide {
    width: 100px;
  }

  .merit-ex_items .merit-ex_item-img .merit-ex_icon-caption {
    font-size: 1.2rem;
  }
}

/* =============================
　suggestion
================================ */
.suggestion_title {
  position: relative;
  height: 264px;
}

.suggestion_title h3 {
  position: absolute;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.2em;
  width: 100%;
  top: 1.4em;
  left: 50%;
  transform: translateX(-50%);
}

.suggestion_title .suggestion_title_bgimg {
  position: absolute;
  width: 820px;
  height: 264px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -5;
}

@media screen and (max-width: 650px) {
  .suggestion_title {
    height: 140px;
  }

  .suggestion_title h3 {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    width: 100%;
    top: 15px;
  }

  .suggestion_title .suggestion_title_bgimg {
    width: 100%;
    height: auto;
    z-index: -5;
  }
}

/* アイテム一例 */
.sample-item {
  margin-top: 50px;
  padding: 80px 0;
}

@media screen and (max-width: 650px) {
  .sample-item {
    margin-top: 30px;
    padding: 60px 0;
  }
}

.sample-item_logo {
  width: 168px;
  height: auto;
  margin: 0 auto 50px;
}

.sample-item_lead {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 20px;
}

@media screen and (max-width: 650px) {
  .sample-item_lead {
    text-align: left;
  }
}

.sample-item_list .flex {
  flex-wrap: wrap;
}

.sample-item_list li {
  width: 30%;
  margin-top: 40px;
}

.sample-item_list li .sample-item_img {
  margin-bottom: 12px;
  width: 240px;
  height: auto;
}

.sample-item_list li .sample-item_name {
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .sample-item_list .flex {
    flex-wrap: wrap;
    width: 100%;
  }

  .sample-item_list li {
    width: 46%;
    margin-top: 30px;
  }

  .sample-item_list li .sample-item_img {
    margin-bottom: 6px;
    width: 100%;
  }
}

/* =============================
　cta
================================ */
.cta {
  margin: 140px auto 200px;
}

@media screen and (max-width: 650px) {
  .cta {
    margin: -160px auto 200px;
  }
}

.cta_btn {
  width: 100%;
  height: auto;
  max-width: 240px;
}

@media screen and (max-width: 650px) {
  .cta_btn {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 650px) {
  .cta_btn_wrap {
    display: block;
  }
}


/* =============================
　animation
================================ */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}