@charset "utf-8";
/* CSS Document */

/* ==============================================================================
    vars
=============================================================================== */
:root {
  --brand-navy: #0D2D6C;
  --marker-blue: #AED7EE;
  --emphasis-yellow: #FFE200;
  --border-gray: #C9C9C9;
  --secondary-blue: #5EAEE0;
  --dha-purple70: #AA73B4;
  --dha-purple20: rgba(163, 116, 171, .2);
  --dha-purple10: rgba(163, 116, 171, .1);
}

figure {
  margin: 0;
}

.prod-bnr {
  padding-bottom: 0 !important;
}

/* ==============================================================================
    newer components
=============================================================================== */
.txt {
  font-size: 16px;
  line-height: 1.5;
}
.txt_lead {
  margin: 0 auto;
  color: var(--brand-navy);
  font-size: min(18px, 3.733333333vw);
  font-weight: bold;
  text-align: center;
}
.txt_caption {
  margin-top: 10px;
  font-size: 11px;
}
.img img {
  display: block;
  width: 100%;
  height: auto;
}
.list:first-child {
  margin-top: -.5em;
}
.list:last-child {
  margin-bottom: -.5em;
}
.list-square > li {
  margin-left: 1.25em;
  text-indent: -1.25em;
}
.list-square > li::before {
  display: inline-block;
  content: '■';
  width: 1.25em;
  color: var(--dha-purple70);
  text-indent: 0;
}
.list-circle > li {
  margin-left: 1.5em;
  text-indent: -1.5em;
  padding-left: 0;
}
.list-circle > li + li {
  margin-top: .45em;
}
.list-circle > li::before {
  display: inline-block;
  margin-right: 1em;
  content: '';
  width: .5em;
  height: .5em;
  background: var(--dha-purple70);
  border-radius: 50%;
  text-indent: 0;
  vertical-align: 0.15em;
}
.maxbox {
  margin-right: auto;
  margin-left: auto;
  width: max-content;
}
.gridbox {
  display: flex;
}
.gridbox--2up {
  gap: 34px;
}
.gridbox--2up .gridbox_item {
  width: 50%;
}

@media screen and (max-width:768px) {
  .gridbox {
    flex-direction: column;
  }
  .gridbox--2up {
    gap: 15px;
  }
  .gridbox--2up .gridbox_item {
    width: 100%;
  }
}
/* 
.btn {
  position: relative;
  display: flex;
  padding: 20px 0;
  width: 100%;
  max-width: 390px;
  height: auto;
  font-size: 22px;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
}
.cta_btn p {
  font-size: 12px;
  max-width: 390px;
  margin: 10px auto 0 ;
}

.btn.regular-btn-color {
  background: var(--dha-purple70);
}
.btn.regular-btn-color.close-btn {
  margin-top: 0;
  margin-bottom: 0;
  background: #999;
}
@media screen and (max-width: 768px) {
  .btn {
    margin: 0 auto;
    padding: calc(28/750*100vw) 0;
    width: 100%;
    max-width: calc(580/750*100vw);
    font-size: 6.4vw;
  }
  .cta_btn p {
    font-size: 10px;
    max-width: calc(580/750*100vw);
  }
  .btn.regular-btn-color.btn-close {
    margin-top: 0;
  }
  .btn.regular-btn-color:not(.close-btn)::before {
    display: none;
  }
  .btn.regular-btn-color:not(.close-btn)::after {
    right: calc(52/750*100vw);
    width: calc(14/750*100vw);
    height: calc(14/750*100vw);
    border-width: 1px;
  }
} */

.align-c {
  text-align: center;
}
/* 
/* ==============================================================================
    cart
=============================================================================== */

/* slider */
/*
.cta-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
div:not(.slick-track) > .slide_item {
  position: absolute;
}
.cta-slide .slick-list {
  padding-top: 62px;
}
.cta-slide .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 1;
  display: block;
  width: 107px;
  height: 32px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid;
  color: var(--dha-purple70);
  font-size: 0;
}
.cta-slide .slick-arrow:hover {
  opacity: .5;
}
.cta-slide .slick-arrow::before {
  display: block;
  content: '';
  margin: 0 auto;
  width: 10px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.cta-slide .slick-arrow.slick-prev {
  right: 116px;
}
.cta-slide .slick-arrow.slick-prev::before {
  background-image: url(../image/renew2307/icon_slide_prev.svg);
}
.cta-slide .slick-arrow.slick-next {
  right: 0;
}
.cta-slide .slick-arrow.slick-next::before {
  background-image: url(../image/renew2307/icon_slide_next.svg);
}
.cta-slide .slick-dots {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 64px;
}
.cta-slide .slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid var(--dha-purple70);
  border-radius: 50%;
  font-size: 0;
}
.cta-slide .slick-dots .slick-active button {
  background: var(--dha-purple20);
}
@media screen and (max-width: 768px) {
  .cta-slide {
    margin-right: -5vw;
    margin-left: -5vw;
    width: 100vw;
  }
  .cta-slide .slick-list {
    padding: 37px 0 21px;
  }
  .cta-slide .slick-list::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: '';
    width: 90vw;
    height: 1px;
    translate: -50% 0;
    background: var(--border-gray);
  }
  .cta-slide .slick-arrow {
    width: 17.066666667vw;
    height: 32px;
  }
  .cta-slide .slick-arrow::before {
    width: 10px;
    height: 14px;
  }
  .cta-slide .slick-arrow.slick-prev {
    right: 24.733333333vw;
  }
  .cta-slide .slick-arrow.slick-next {
    right: 5vw;
  }
  .cta-slide .slick-dots {
    gap: 10px;
    margin-top: 20px;
  }
  .cta-slide .slick-dots button {
    width: 13px;
    height: 13px;
  }
}

/* pannel */
/*
.cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 33px;
  height: 600px;
  width: 100%;
}
.cta img {
  display: block;
  width: 100%;
}
.cta_thumb {
  display: flex;
  align-items: center;
  width: 407px;
}
.cta_thumb img {
  max-width: 382px;
  margin-left: auto;
}
.cta_price {
  display: flex;
  flex-direction: column;
  width: 460px;
}
.cta_form {
  margin: auto 0 0;
  height: 100%;
}
.cta_form form {
  display: flex;
  flex-direction: column;
  margin: auto 0 0;
  width: 100%;
  height: 100%;
}
.cta_quantity {
  text-align: right;
}
.cta_quantity::before {
  display: inline-block;
  content: '1回あたりの個数：';
  font-size: min(19px, 4.533333333vw);
  font-weight: bold;
}
.cta_quantity .regular-form-text {
  padding: 2px 4px;
  width: 49px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.cta_message {
  margin-top: min(12px, 1.53vw);
  text-align: right;
}
.cta_message .aside_message {
  color: var(--dha-purple70);
  font-weight: bold;
}
.cta_message .aside_subscription {
  color: var(--brand-navy);
  font-weight: bold;
}
.cta_message .aside_subscription:not(:first-child) {
  margin-top: min(10px, 1.53vw);
}
.cta_message .aside_subscription label {
  color: inherit;
  font-size: min(16px, 4.266666667vw);
}
.cta_btn {
  margin-top: auto;
  padding-top: min(15px, 5.333333333vw) !important;
}
@media screen and (max-width: 768px) {
  .cta {
    gap: 0;
    margin: 0 auto;
    width: 90%;
    min-height: 0;
    height: auto;
  }
  .cta_thumb {
    width: 100%;
  }

  .cta_thumb img {
    max-width: none;
  }
  .cta_quantity {
    margin-top: 3px;
  }
  .cta_quantity .regular-form-text {
    font-weight: bold;
  }
} 
*/

/* ==============================================================================
    layout
=============================================================================== */
/* structure */
.main > .inner {
  display: block;
  /* font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Helvetica', sans-serif !important; */
  font-weight: 400;
}

/* pagehead */
.pagehead {
  padding-top: min(570px, 61.333333333vw);
  background: url(../image/renew2307/bg_kv.jpg) no-repeat;
  background-size: 100% auto;
}
.pagehead .tit_h1 {
  margin: 0 auto 40px;
  max-width: 714px;
  background: linear-gradient();
  color: var(--brand-navy);
  font-feature-settings: "palt";
  font-size: min(40px, 6.4vw);
  letter-spacing: 0.05em;
  text-align: center;
}
.pagehead .tit_h1 span {
  position: relative;
  background: linear-gradient(to top, var(--marker-blue) 0%, var(--marker-blue) 5px, transparent 6px);
}
.pagehead .txt_lead {
  max-width: 714px;
  margin-bottom: 40px;
}
.pagehead .txt {
  margin: 0 auto;
  max-width: 714px;
}
.pagehead + .cta-slide {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .pagehead .tit_h1 {
    margin-bottom: 18px;
  }
  .pagehead .txt_lead {
    margin-bottom: 22px;
  }
  .pagehead + .cta-slide {
    margin-top: 40px;
  }
}

/* section共通 */
.icon::before {
  display: block;
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
}
.icon-about::before {
  background-image: url(../image/renew2307/icon_about.svg);
}
.icon-liquidSilverFree::before {
  background-image: url(../image/renew2307/icon_liquidSilverFree.svg);
}
.icon-sustainable::before {
  background-image: url(../image/renew2307/icon_sustainable.svg);
}
.icon-capcell::before {
  background-image: url(../image/renew2307/icon_capcell.svg);
}
.icon-logo::before {
  background-image: url(../../cmn/img/header-logomark.png);
}
.icon-gmp::before {
  background-image: url(../image/renew2307/icon_gmp.svg);
}
.icon-international::before {
  background-image: url(../image/renew2307/icon_international.svg);
}
.section + .section {
  margin-top: 100px;
}
.section_title {
  margin: 0 auto 40px;
  max-width: 714px;
  background: linear-gradient();
  color: var(--brand-navy);
  font-feature-settings: "palt";
  font-size: min(40px, 6.4vw);
  letter-spacing: 0.05em;
  text-align: center;
}
.section_title span {
  position: relative;
  background: linear-gradient(to top, var(--marker-blue) 0%, var(--marker-blue) 5px, transparent 6px);
}
.section_title.icon::before {
  margin: 0 auto 32px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .section+.section {
    margin-top: 80px;
  }
  .section_title.icon::before {
    margin-bottom: 28px;
    width: 80px;
    height: 80px;
  }
}

/* structure内特徴アコーディオン */
.feature + .feature {
  margin-top: 10px;
}
.feature_title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 18px 83px 18px 46px;
  background: var(--dha-purple20);
  color: var(--brand-navy);
  font-size: 22px;
  font-weight: bold;
}
.feature_title.icon::before {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
}
.feature_title::after {
  position: absolute;
  top: 50%;
  right: 33px;
  translate: 0 -50%;
  rotate: 0deg;
  transition: rotate .2s;
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background: url(../image/renew2307/icon_arrow.svg) no-repeat;
  background-size: cover;
}
.feature_title:hover {
  cursor: pointer;
}
.feature_title.is-open::after {
  rotate: 180deg;
}
.feature_content {
  display: none;
  padding: 30px 30px 36px;
  border: 2px solid var(--dha-purple20);
  border-top: none;
}
.feature_content .subtitle {
  margin-bottom: 20px;
  color: var(--brand-navy);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.feature_content .imageset {
  display: flex;
  align-items: center;
  gap: 28px;
  width: 100%;
}
.feature_content .imageset_image {
  flex: 0 0 276px;
  width: 276px;
}
.feature_content .imageset_body {
  line-height: 2;
}
.feature_content .quality_lead {
  color: var(--brand-navy);
  font-size: 24px;
}
.feature_content .gpmlist {
  counter-reset: gpmnum;
  color: var(--brand-navy);
  font-size: 24px;
  line-height: 1.5;
}
.feature_content .gpmlist > li {
  position: relative;
  counter-increment: gpmnum;
  padding: 24px 13px 18px 98px;
  min-height: 94px;
  border-bottom: 1px solid var(--border-gray);
}
.feature_content .gpmlist > li::before {
  position: absolute;
  top: .7em;
  left: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(gpmnum);
  width: 40px;
  height: 55px;
  background: url(../image/renew2307/icon_shield.svg) no-repeat left bottom;
  background-size: contain;
  color: #fff;
  text-align: center;
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  .feature {
    margin-right: -5vw;
    margin-left: -5vw;
    width: 100vw;
  }
  .feature + .feature {
    margin-top: 2px;
  }
  .feature_title {
    gap: 4vw;
    padding: 13px 13.333333333vw 13px 5.333333333vw;
    font-size: 18px;
  }
  .feature_title.icon::before {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
  }
  .feature_title::after {
    right: 3.2vw;
  }
  .feature_content {
    padding: 10.666666667% 5% 8%;
  }
  .feature_content .subtitle {
    font-size: 18px;
  }
  .feature_content .imageset {
    flex-direction: column;
    gap: 20px;
  }
  .feature_content .imageset_image {
    flex: none;
    width: 100%;
  }
  .feature_content .imageset_body {
    width: 100%;
  }
  .feature_content .feature-img03 img {
    height: 36.533333333vw;
    object-fit: contain;
  }
  .feature_content .quality_lead {
    font-size: 16px;
  }
  .feature_content .gpmlist {
    font-size: 16px;
  }
  .feature_content .gpmlist > li {
    padding: 18px 0px 18px 48px;
    min-height: 68px;
  }
  .feature_content .gpmlist > li::before {
    position: absolute;
    top: 10px;
    left: 0;
    padding-bottom: 2px;
    width: 32px;
    height: 44px;
    font-size: 18px;
    vertical-align: 2px;
  }
}

/* outline */
.outline-wrp {
  margin-top: 40px;
  border-top: 1px solid #9565A8;
}
.outline-wrp .section_subtitle {
  margin-top: 24px;
  color: var(--brand-navy);
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
.outline_title {
  position: relative;
  padding: 12px 30px 20px 0;
  border-bottom: 1px solid var(--dha-purple20);
  color: var(--brand-navy);
  font-size: 24px;
  font-weight: 400;
}
.outline_title::after {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  rotate: 0deg;
  transform-origin: center;
  transition: rotate .2s;
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  background: url(../image/renew2307/icon_outline_arrow.svg);
  background-size: cover;
}
.outline_title:hover {
  cursor: pointer;
}
.outline_title.is-open::after {
  rotate: 180deg;
}
.outline_content {
  display: none;
  padding: 26px 22px 24px;
  background: var(--dha-purple10);
}
@media screen and (max-width: 768px) {
  .outline-wrp {
    margin-top: 30px;
  }
  .outline_title {
    padding: 16px 20px 13px 0;
    font-size: 16px;
  }
  .outline_title::after {
    width: 15px;
    height: 15px;
  }
  .outline_content {
    padding: 18px 16px;
  }
}

/* pagefoot */
.pagefoot {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pagefoot {
    margin-bottom: 80px;
  }
}


/* -------------------------------------------
2023.07
MILKA
------------------------------------------- */

.milka-area {
  background-color: #EFFAF9;
  margin-bottom: 40px;
}

.milka-area picture img {
  width: 100%;
}

.milka-area .milka-area-item {
  padding: 0 30px 40px 30px;
}

.milka-area .milka-area-item .btn {
  position: relative;
  margin: 0 auto 40px;
  /*background: #28968d;*/
  background: #186A09;/* #74652 */
  border-radius: 100px;
  width: 310px;
  height: 45px;
  min-width: auto;
  display: flex;
  font-weight: 400;
  font-size: 18px;
}
.milka-area .milka-area-item .btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  rotate: 45deg;
  translate: 0 -50%;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;}

.milka-area .milka-area-item h3 {
  color: #0D2D6C;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
}

.milka-area .milka-area-item p {
  color: #474A4A;
  font-size: 16px;
}

@media screen and (max-width:768px) {

  .milka-area .milka-area-item .btn {
    font-size: 16px;
  }

  .milka-area .milka-area-item {
    padding: 0 16px 20px 16px;
  }

  .milka-area .milka-area-item h3 {
    font-size: 18px;
  }
}

.cta_quantity {
  position: relative;
}

.single30_dhaset .cta_quantity::before {
  content: '数量：';
}

.cta_quantity p {
  color: #4C4C4C;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width:768px) {

  .cta_quantity p {
    font-size: 11px;
  }
}

/*20240703追加*/
.img_wrap img {
  width: 100%;
  height: auto;
}