@charset "UTF-8";
/*--------------------------------------------------
 all
-------------------------------------------------- */
body {
  background-color: #fff;
}
main {
  background: #ffffff;
}

.p-series_coco__header,.l-container--wrap,.p-coco {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN-W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", 
  "Yu Gothic", Helvetica, "メイリオ", Meiryo, "Lucida Grande", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, "Lucida Sans Unicode", verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  }
.p-coco {
  overflow: hidden;
}

a:hover {
  text-decoration: none;
}

@media(min-width: 768px) {
  a[href^="tel:"]{
    pointer-events: none;
  }
}

img {
  width: 100%;
}


/*--------------------------------------------------
 header
-------------------------------------------------- */
header.l-header.p-series_coco__header {
  border-bottom: none;
  background-color: #fff;
}

/*-- Nav 調整 --*/
.l-nav__list {
  align-items: center;
  font-size: 1.4rem;
  flex: 1;
}
.l-nav__trigger {
  font-weight: normal;
}
.l-nav__item:hover .l-nav__trigger {
  background: none;
}
.l-nav__item {
  padding: 0 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-nav__child {
  width: 100%;
  padding: 0;
}
.l-nav__item:first-child .l-nav__child {
  min-height: unset;
}
.l-nav__child__link__outer {
  border-bottom: 1px solid #ccc;
}
.l-nav__child__link {
  border-bottom: none;
}
.l-nav__item:first-child .l-nav__child__link {
  padding: 15px 20px 15px 15px;
}
.l-nav__child__item:first-child .l-nav__child__link {
  border-top: none;
}
.l-nav__child__item:hover {
  opacity: 0.8;
}
.l-nav__child__item:hover .l-nav__child__link {
  background-color: unset;
}
.l-nav__child__link__outer.color_cch__base .l-nav__child__link::after {
  border-top: 2px solid #096FB1;
  border-right: 2px solid #096FB1;
}
.l-nav__child__link__outer.color_ccdn__base .l-nav__child__link::after {
  border-top: 2px solid #EE984A;
  border-right: 2px solid #EE984A;
}

/* ----------------- header_menu(PC) ----------------- */
@media screen and (min-width: 1021px) {
.l-header__inner {
  /*justify-content: space-between;*/
}
.l-nav {
    width: 100%;
    border: none;
    background-color: unset;
}
.l-nav__trigger::after {
  border-right: 2px solid #096FB1;
  border-bottom: 2px solid #096FB1;
}
/*-- ロゴ調整 --*/
  .l-header__logo {
    /*margin-right: 2rem;*/
  }
  .l-header__logo__link {
    width: auto;
    height: auto;
  }
  .l-header__logo img {
    width: 160px;
  }

/*-- カートボタン調整 --*/
  .l-header__button__list {
    width: auto;
  }
  .l-header__menu__item {
    font-size: 1rem;
    line-height: 1;
  }
  .l-header__menu__item.-cart {
    margin-left: 2rem;
  }
  .l-header__menu__button__symbol {
    display: block;
    width: 40px;
    height: 22px;
    margin: 0 auto 5px;
  }
  .l-header__menu__button {
    display: block;
    color: #333;
    text-align: center;
    cursor: pointer;
  }
  .-cart .l-header__menu__button__symbol {
    margin-left: -5px;
  }
}
@media screen and (min-width: 769px) {
  .l-container--large {
    padding: 0 10px;
  }
}

/* ----------------- header_menu(SP) ----------------- */
@media screen and (max-width: 1020px) {
  .l-header__menu__list {
    height: 53px;
    align-items: center;
  }
  .l-header__button__list {
    display: none;
  }
  .l-header__menu .-logo {
    width: 60%;
    text-align: left!important;
  }
  .l-header__menu__link {
    width: 102px;
  }

  /* アコーディオン調整_sp */
  .l-nav {
    padding: 70px 0px 40px;
    border-radius: 16px 0 0 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 95vw;
    height: 100%;
    background-color: #fff;
    transform: translateX(100vw) ;
    transition: transform 0.2s;
    z-index: -1;
  }
  .l-nav.is-open {
      transform: translateX(0) ;
  }
  .l-header.is-hide nav.l-nav.p-series_coco__nav {
    display: none;
  }

  .l-nav__list {
    font-size: 1.6rem;
    border-top: solid 1px #707070;
    border-bottom: solid 2px #707070;
  }
  .l-nav__item {
    height: auto;
    padding: 15px;
    width: 100%;
    border-top: 1px solid #333;
    flex-direction: column;
    align-items: flex-start;
  }
  .l-nav__item.l-nav__item__acc {
      padding: 0;
      border: none;
  }
  .l-nav__trigger {
    width: 100%;
    padding: 15px;
    border-bottom: none;
    font-size: 16px;
    color: #333;
  }
  .l-nav__item a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 2px solid #727171;
    border-right: 2px solid #727171;
    content: "";
  }
  .l-nav__item a {
    width: 100%;
  }
  .l-nav__item__acc .l-nav__trigger:hover {
    cursor: pointer;
  }
  .l-nav__item__acc .l-nav__trigger::after {
    display: inline-block;
    position: absolute;
    top: 34%;
    right: 20px;
    width: 8px;
    height: 8px;
    transform: rotate(135deg) translateY(-50%);
    border-top: 2px solid #727171;
    border-right: 2px solid #727171;
    content: "";
  }
  .l-nav__item__acc.l-nav_active .l-nav__trigger::after {
    top: 54%;
    right: 15px;
    transform: rotate(-45deg) translateY(-50%);
  }
  .l-nav__child {
    display: none;
  }
  .l-nav_active .l-nav__child {
    display: block;
  }
  .l-nav__child__item {
    border-bottom: none;
  }
  .l-nav__item.l-nav__item__acc .l-nav__child__link {
    padding: 15px 30px;
    font-weight: normal;
    background: none!important;
  }
  .l-nav__child__link__outer .l-nav__child__link::after {
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
  }
  .p-series_coco__nav.is-open ~ .l-nav__bg {
    opacity: 1;
    z-index: 3;
    pointer-events: auto;
  }
  .l-nav__close {
    border-radius: 40px!important;
  }
  .l-nav__bg {
    pointer-events: none;
  }
}

/*--------------------
caution
--------------------*/
.p-series_coco__header__caution {
  background-color: #E9EAEA;
}
.p-series_coco__header__caution-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.p-series_coco__header__caution-txt {
  margin-left: 36px;
}
.p-series_coco__header__caution-ico {
  line-height: 1.4;
}
.p-series_coco__header__caution-ico::before {
  content:  ""; 
  width: 24px; 
  height: 24px; 
  display:  inline-block;
  background-image: url(/files/user/images/series/coco/common/icon_announce.svg?v=1774790944);
  background-size: contain;    
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: -36px;
  padding-left: 37px;
}

@media screen and (max-width: 1020px) {
  .p-series_coco__header__caution-wrap {
    padding: 20px 2%;
  }
}
/*--------------------------------------------------
 footer-既存コンテンツ調整
-------------------------------------------------- */
section.l-footer__promise.l-footer__section,li.l-footer__guide__sns {
    display: none;
}
li.l-footer__guide__item+.l-footer__guide__item:nth-child(6) {
    display: none;
}
@media screen and (min-width: 769px) {
  .l-footer__section__outer {
    display: block;
  }
  .l-footer__section {
    width: 100%;
  }
}
/*--------------------------------------------------
footerNav
-------------------------------------------------- */
.p-series_coco--theme-gray {
  background: #727171;
}
.p-series_coco__footerNav__link__item__link,
.p-series_coco__footerNav__child a {
  color: #ffffff;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .p-series_coco__footerNav__linkArea {
    max-width: 1200px;
    margin: 0 auto;
  }
  .p-series_coco__footerNav__child {
    display: none;
  }
  .p-series_coco__footerNav__link {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-series_coco__footerNav__link__item {
    position: relative;
    transition: background-color 0.3s ease;
  }
  .p-series_coco__footerNav__link__item__link {
    display: inline-block;
    margin: 10px 0;
    padding: 0 30px;
    font-size: 1.4rem;
    border-right: 1px solid #fff;
  }
  .p-series_coco__footerNav__link__item:last-child .p-series_coco__footerNav__link__item__link {
    border-right: none;
  }

  .p-series_coco__footerNav__link__item:hover {
    background-color: #666666;
  }
}

@media screen and (max-width: 768px) {
  .p-series_coco__footerNav__linkArea {
    padding: 0 15px;
  }
  .p-series_coco__footerNav__link__item {
    position: relative;
  }
  .p-series_coco__footerNav__link__item:not(:last-child) {
    border-bottom: solid 1px #fff;
  }
  .p-series_coco__footerNav__link__item__link {
    display: block;
    padding: 20px 0 20px 5px;
  }
  .p-series_coco__footerNav__link__item:not(:first-child)::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
  }
  /* アコーディオン内調整 */
  .p-series_coco__footerNav__child {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .is-open .p-series_coco__footerNav__child {
    max-height: 500px;
  }
  .p-series_coco__footerNav__trigger {
    position: relative;
  }
  .p-series_coco__footerNav__trigger::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 4px;
    width: 8px;
    height: 8px;
    transform: rotate(135deg) translateY(50%);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
  }
  .p-series_coco__footerNav__link__item.is-open .p-series_coco__footerNav__trigger::after {
    right: 8px;
    transform: rotate(-45deg) translateY(50%);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .p-series_coco__footerNav__child li {
    border-top: solid 1px #333;
    position: relative;
  }
  .p-series_coco__footerNav__child li a {
    color: #333;
    font-weight: normal;
    display: block;
    padding: 20px 0 20px 10px;
  }
  .p-series_coco__footerNav__child li a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
  }
  .p-series_coco__footerNav__child li.color_cch__base a::after {
    border-top: 2px solid #096FB1;
    border-right: 2px solid #096FB1;
  }
  .p-series_coco__footerNav__child li.color_ccdn__base a::after {
    border-top: 2px solid #EE984A;
    border-right: 2px solid #EE984A;
  }
}





















/*--------------------
common
--------------------*/
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
p {
    margin: 0;
}
img {
  width: 100%;
}
.p-coco {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN-W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体",
  "Yu Gothic", Helvetica, "メイリオ", Meiryo, "Lucida Grande", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, "Lucida Sans Unicode", verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  background-color: #fff;
}
/*--------------------
c-heading
--------------------*/
.c-heading-lv1__outer,
.c-heading-lv2__outer {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.c-heading-lv3__outer {
  margin: 60px 0 30px;
  text-align: center;
}

h1.c-heading-lv1,
h2.c-heading-lv2 {
  padding: 0 40px;
  font-size: 2.8rem;
  font-weight: bold;
}

.c-heading-lv1__sub,
.c-heading-lv2__sub {
  display: block;
  margin-bottom: 5px;
  color: #00A7DB;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

h3.c-heading-lv3 {
  padding: 0 40px;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 auto;
}

/*--------------------
coco Color
--------------------*/
.color_common__main {background-color: #727171!important;}
.color_common__base {background-color:#e9eaea!important;}
.color_common__accent1 {background-color:#ffffff!important;}
.color_common__accent2 {background-color:#949495!important;}
.color_cch__main {background-color:#096fb1!important;}
.color_cch__base {background-color:#e6ebee!important;}
.color_cch__accent1 {background-color:#8bb0cd!important;}
.color_cch__accent2 {background-color:#c3ced9!important;}
.color_ccdn__main {background-color:#ee984a!important;}
.color_ccdn__base {background-color:#eeebe9!important;}
.color_ccdn__accent1 {background-color:#e6b48b!important;}
.color_ccdn__accent2 {background-color:#e8d2ba!important;}
.f-color_common__main {color: #727171!important;}
.f-color_common__base {color:#e9eaea!important;}
.f-color_common__accent1 {color:#ffffff!important;}
.f-color_common__accent2 {color:#949495!important;}
.f-color_cch__main {color:#096fb1!important;}
.f-color_cch__base {color:#e6ebee!important;}
.f-color_cch__accent1 {color:#8bb0cd!important;}
.f-color_cch__accent2 {color:#c3ced9!important;}
.f-color_ccdn__main {color:#ee984a!important;}
.f-color_ccdn__base {color:#eeebe9!important;}
.f-color_ccdn__accent1 {color:#e6b48b!important;}
.f-color_ccdn__accent2 {color:#e8d2ba!important;}

/* CCH8 */
.color_cch8__main {background-color:#0D6FB1!important;}
.color_cch8__base {background-color:#DFE1E2!important;}
.color_cch8__accent1 {background-color:#6389C0!important;}
.color_cch8__accent2 {background-color:#62B0E3!important;}
.color_cch8__accent3 {background-color:#B1BFC5!important;}
.f-color_cch8__main {color:#0D6FB1!important;}
.f-color_cch8__base {color:#DFE1E2!important;}
.f-color_cch8__accent1 {color:#6389C0!important;}
.f-color_cch8__accent2 {color:#62B0E3!important;}
.f-color_cch8__accent3 {color:#B1BFC5!important;}

.cch-item_color_cch8_white {background-color: #ffffff; border: 1px solid #C8C8C9;}
.cch-item_color_cch8_gray {background-color: #9EA6BB;}
.cch-item_color_cch8_black {background-color: #333333;}
.cch-item_color_cch8_baige {background-color: #AD968E;}

/*--------------------
link
--------------------*/
.p-series_coco__linktxt-blue {
  color: #096FB1;
}
/*--------------------
Button
--------------------*/
.p-series_coco__button__outer {
    text-align: center;
}
.p-series_coco__button__outer .c-button {
  background: #444444;
  position: relative;
  display: inline-block;
  margin: 30px auto 0;
  width: 100%;
  max-width: 400px;
  font-size: 1.6rem;
  font-weight: 600;
}

.p-series_coco__button__outer--theme-white .c-button {
  background: #ffffff;
  border: solid 1px #444444;
  color: #444444;
  transition: background-color 0.5s ease, color 0.5s ease;
  width: 400px;
  margin: 30px auto 0;
}
.p-series_coco__button__outer .c-button::after,
.p-series_coco__button__outer--theme-white .c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  right: 20px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg)translateY(-50%);
  transition: transform 0.4s ease;
}

.p-series_coco__button__outer--theme-white .c-button:hover {
  background: #444444;
  border: solid 1px #444444;
  color: #ffffff;
  opacity: 1;
}

.p-series_coco__button__outer--small .c-button {
  font-size: 1.4rem;
  margin: 0;
  padding: 8px;
  width: 90%;
  min-width: auto;
  max-width: 220px;
}

.p-series_coco__button__outer--small .c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  right: 15px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg)translateY(-50%);
  transition: transform 0.4s ease;
}

@media screen and (max-width: 1020px) {
  .p-series_coco__button__outer .c-button,
  .p-series_coco__button__outer--theme-white .c-button {
    max-width: unset;
  }
  
}




/*more*/
.p-series_coco__button__more-wrap {
  position: relative;
}
.p-series_coco__button__more {
    font-size: 1.4rem;
    position: absolute;
    right: 20px;
}
.p-series_coco__button__more .arrow_more {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-top: 5px;
  border-radius: 9999px;
  background-color: #333333;
    top: -2px;
    margin-left: 10px;
}
.p-series_coco__button__more .arrow_more::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #333333;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

@media screen and (max-width: 768px) {
  .p-series_coco__button__outer .c-button,
  .p-series_coco__button__outer--theme-white .c-button {
    width: 90%;
    min-width: 300px;
    padding: 12px 10px;
  }
}

/* note */
.p-series_coco__note__list__item {
  font-size: 1.2rem;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.p-series_coco__note__list__item.f-right {
  text-align: right;
}
.p-series_coco--theme-dark .p-series_coco__note__list__item {
  color: #ffffff;
}

.p-series_coco__note__list__item::before {
  content: "※";
  margin-right: 0.5em;
  flex-shrink: 0;
}

.p-series_coco__note__list__item-num {
  font-size: 1.2rem;
  text-indent: -2.5em;
  margin-left: 2.5em;
  counter-increment: num;
}
.p-series_coco__note__list__item-num::before {
  content: "※"counter(num)"";
  margin-right: 0.5em;
  flex-shrink: 0;
}
.p-series_coco__note__list--middlecont {
  max-width: 1000px;
  margin: 0 auto;
}

.p-series_coco__note__list--small .p-series_coco__note__list__item,
.p-series_coco__note__list--small .p-series_coco__note__list__item-num {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-series_coco__note__list--small {
    /*margin: 0 20px;*/
  }
}

/* fadeIn */
.fadein {
  opacity: 0;
  transform: translateY(0);
  transition: all 0.8s ease-out;
}

/* 初期位置（方向別） */
.fadein.up    { transform: translateY(30px); }
.fadein.down  { transform: translateY(-30px); }
.fadein.left  { transform: translateX(-30px); }
.fadein.right { transform: translateX(30px); }

/* 表示時の状態 */
.fadein.show {
  opacity: 1;
  transform: translate(0, 0);
}

/*---------------------------------------------
（共通コンテンツ）swiper
---------------------------------------------*/
.swiper-area {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 80px 30px 80px;
    position: relative;
}
.slide-title {
    margin: 5px 0;
    font-size: 12px;
    text-align: center;
}
.swiper-pagination {
    bottom: 0!important;
}
.swiper-slide {
    height: auto;
}
.swiper-slide img {
    border-radius: 8px;
}
.swiper-button-prev svg,.swiper-button-next svg {display: none;}

.swiper-button-prev,
.swiper-button-next {
    color:#727171!important;
}
.swiper-pagination-bullet {
    background-color: #fff!important;
    opacity: 1;
}
.swiper-pagination.bg-white .swiper-pagination-bullet {
    background-color: #E9EAEA!important;
    opacity: 1;
}
.swiper-pagination-bullet-active,
.swiper-pagination.bg-white .swiper-pagination-bullet-active {
    background-color: #333333!important;
}
@media screen and (max-width: 768px) {
    .swiper-area {
        padding: 0 0 30px 20px;
    }
}


/*---------------------------------------------
（共通コンテンツ）SNS
---------------------------------------------*/
.ecbn-selection-page-wrapper .ecbn-selection-title, .ecbn-selection-wrapper .ecbn-selection-title {
    display: none;
}
.c-heading-lv3__sns {
    margin: 40px 0;
    font-size: 3.2rem;
    color: #727171;
    text-align: center;
    line-height: 1.4;
}
.c-heading-lv3__sns::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/files/user/images/series/coco/top/instagram_logo.png?v=1774243724);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 20px;
    background-position-y: 25%; 
}
@media screen and (max-width: 768px) {
    .p-series_coco--series__voice-inner {
        padding: 2%;
    }
    .c-heading-lv3__sns {
        font-size: calc(22px + 10 * (100vw - 300px) / 468);
    }
    .c-heading-lv3__sns::before {
        width: 6%;
        min-width: 30px;
    } 
}


/*---------------------------------------------
（共通コンテンツ）Support
---------------------------------------------*/
.p-series_coco--support-wrap {
    background-color: #E9EAEA;
    padding: 100px 0;
}
.p-series_coco--support-inner {
    width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
.p-series_coco--support-item-wrap {
  width: 100%;
  padding: 2% 0;
}
.p-series_coco--support-item {
    display: flex;
    justify-content: space-between;
}
.p-series_coco--support-items {
    width: 31.5%;
    display: flex;
    flex-direction: column;
}
.p-series_coco--support-items-inner {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}
.p-series_coco--support-items_icon {
    width: 18%;
    max-width: 64px;
    margin-right: 4%;
}
.p-series_coco--support-items_txt {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
}
.p-series_coco--support-items_txt--small {
    font-size: 1.2rem;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-series_coco--support-item-wrap {
    padding: 2% 20px;
  }
}


.p-series_coco--support-modal {
    text-align: center;
    margin: 25px 0 15px;
}
.p-series_coco--support-modal_btn {
    background-color: unset;
}
.p-series_coco--support-modal_btn::after {
    content: "";
    background: url('/files/user/images/series/coco/common/icon_link_modal.svg') no-repeat left center;
    padding-left: 24px; /* アイコン分の余白 */
    background-size: 16px 16px;
}
.p-series_coco--support-modal_txt {
    color: #333;
    font-size: 1.6rem;
    border-bottom: 1px solid #333;
    margin-right: 2%;
}
/* モーダル*/
.wow-modal__content h2.modal-tit {
  font-size: 2.2rem;
  text-align: center;
  width: auto;
  margin: 20px;
}
.wow-modal__content .p-series_coco__note__list__item {
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
    .p-series_coco--support-wrap {
        padding: 60px 0;
    }
    .p-series_coco--support-inner {
        width: 100%;
        padding: 2% 0;
    }
    .p-series_coco--support-item {
        flex-direction: column;
        align-items: center;
    }
    .p-series_coco--support-items {
        width: 100%;
        max-width: 580px;
        margin-bottom: 20px;
    }
    .p-series_coco--support-items_icon {
        width: 18%;
        max-width: 80px;
        margin-right: 6%;
    }
    .p-series_coco--support-modal {
      margin: 0;
    }

}

/* ------------------ 
（共通コンテンツ） CustomerVoice
 ------------------ */
.p-series_coco--customerVoice {
    margin-top: 100px;
}
/* swiper---voice */
.p-series_coco--series__voice-wrap {}
.p-series_coco--series__voice-inner {
    max-width: 1240px;
    margin: 0 auto 40px;
    padding: 0 20px;
}
.p-series_coco--series__voice-swiper {
    background-color: #E9EAEA;
    padding: 50px 0;
    margin-bottom: 15px;
}
.p-series_coco--series__voice-swiper_note {
  max-width: 1240px;
  margin: 30px auto 0;
  padding: 0 20px;
}
.voice_card-wrap {
    background: #fff;
    border-radius: 8px;
    padding: 20px 15px;

}
.voice_card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.voice_card-prod {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}
.voice_card-img {
    width: 70%;
    margin: 0 auto;
    object-fit: contain;
}
.voice_card-txtarea {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.voice_card-txtarea.-lead {
    margin: 5px 0;
    font-size: 1.6rem;
    font-weight: bold;
}
.voice_card-txtarea.-comment {
    font-size: 1.2rem;
    height: 100%;
    flex-grow: 1;
}
.voice_card-txtarea.-who {
    font-size: 1.2rem;
    text-align: right;
}
.voice_card .p-series_coco__button__outer .c-button {
    min-width: unset;    
}
/* 口コミ星の数 */
.voice_card-txtarea.-star {
    position: relative;
    display: inline-block;
    font-size: 14px;
    height: 25px;
}
.voice_card-txtarea.-star::before, .voice_card-txtarea.-star::after {
    content: "★★★★★";
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.voice_card-txtarea.-star::after {
    color: #333;
    overflow: hidden;
}
.voice_card-txtarea.-star[data-rate="0"]::after {width: 0px;}
.voice_card-txtarea.-star[data-rate="0.5"]::after {width: calc(16px * 0.5);}
.voice_card-txtarea.-star[data-rate="1"]::after {width: calc(16px * 1);}
.voice_card-txtarea.-star[data-rate="1.5"]::after {width: calc(16px * 1.5);}
.voice_card-txtarea.-star[data-rate="2"]::after {width: calc(16px * 2);}
.voice_card-txtarea.-star[data-rate="2.5"]::after {width: calc(16px * 2.5);}
.voice_card-txtarea.-star[data-rate="3"]::after {width: calc(16px * 3);}
.voice_card-txtarea.-star[data-rate="3.5"]::after {width: calc(16px * 3.5);}
.voice_card-txtarea.-star[data-rate="4"]::after {width: calc(16px * 4);}
.voice_card-txtarea.-star[data-rate="4.5"]::after {width: calc(16px * 4.5);}
.voice_card-txtarea.-star[data-rate="5"]::after {width: calc(16px * 5);}

@media screen and (max-width: 768px) {
  .p-series_coco--series__voice-swiper_note {
    margin: 20px auto 0;
  }
}