@charset "UTF-8";
.fluidImg {
  max-width: 100%;
  height: auto;
  width: auto; /* for ie8 */
}

.tCenter {
  text-align: center;
}

.mAuto {
  margin: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.clear {
  clear: both;
}

.clf:after {
  /*for modern browser*/
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.clf {
  zoom: 1; /*for IE 5.5-7*/
}

a {
  color: #333;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.hover {
  transition: all 0.2s linear;
  display: inline-block;
}
.hover:hover {
  opacity: 0.5;
}

/* ===========================================================
// sprite
===========================================================*/
.h-itemName_icon {
  color: #fff;
}

.f-breadcrumb .swiper-slide a {
  color: #fff;
}

.n-dlStyle01 dt a {
  color: #fff;
}

.n-listLinkItems a {
  color: #fff;
}

.h-lnavlist > li > span,
.h-lnavlist > li > a {
  color: #fff;
}

@media all and (min-width: 769px) {
  .inner {
    max-width: 1200px;
    min-width: 1200px;
    margin-inline: auto;
/*    padding-inline: 100px;*/
  }
  img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
  figure {
    margin: 0;
  }
  #container {
    overflow: auto;
  }
  section {
    min-width: 1200px;
    overflow: auto;
  }
  .section-heading {
    background-color: #e7e7e7;
    color: #a31440;
    font-size: 39px;
    line-height: 1.3333333333;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1200px;
    min-height: 180px;
    position: relative;
    z-index: 1;
  }
  .section-heading span {
    display: block;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    padding-block: 65px;
    margin-inline: auto;
    position: relative;
  }
  .section-heading span::before {
    content: "";
    display: block;
    width: 185px;
    height: 100%;
    background: url("/ja/cocchi/assets/img/common/title_deco_c.png") no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .section-heading::after {
    content: "";
    background-color: #e7e7e7;
    width: 60px;
    height: 30px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .mv-pc {
    background: url("/ja/cocchi/assets/img/mv/mv_bg_pc.png") no-repeat 70% center/cover;
    width: 100%;
    min-width: 1200px;
    height: 500px;
    max-height: 500px;
  }
  .mv-pc__inner {
    width: 100%;
    max-width: 1200px;
    min-width: 1200px;
    height: 100%;
    padding-inline: 0;
  }
  .mv-pc__content {
    height: 100%;
    display: flex;
    justify-content: center;
    padding-inline: 20px;
  }
  .mv-pc__title {
    max-width: 430px;
    margin-top: 95px;
  }
	
  .mv-pc__title.ml {
    max-width: 430px;
    margin-top: 45px;
  }
  .mv-pc__demo {
    max-width: 208px;
    margin: 1.75% 0 0 1.5%;/*20240724*/
  }
  .mv-pc__demo.typeB {
    max-width: 208px;
    margin: 1.75% 0 0 3.5%;/*20240724*/
  }
	
  .mv-pc__sub-text {
    max-width: 215px;
/*    margin: 22.4166666667% 0 0 22.1666666667%;*/
    margin: 20% 0 0 20%;
  }
  .mv-download-area {
    min-width: 1200px;
    background-color: #000;
    color: #fff;
    font-feature-settings: "palt";
  }
  .mv-download-area__inner {
    display: flex;
    align-items: center;
    gap: 20px;
    width: fit-content;
    margin-inline: auto;
    padding-block: 40px;
  }
  .mv-download-area__inner > div {
    order: 2;
  }
  .mv-download-area__inner > figure {
    order: 1;
  }
  .mv-download-area__title {
    width: fit-content;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.048em;
    line-height: 1;
  }
  .mv-download-area__list {
    display: flex;
    align-items: flex-end;
    margin-right: 8px;
    order: 3;
  }
  .mv-download-area__item a {
    transition: opacity 0.3s;
  }
  .mv-download-area__item a:hover {
    opacity: 0.7;
  }
  .mv-download-area__item--app {
    max-width: 124px;
  }
  .mv-download-area__item--google {
    max-width: 154px;
    margin-left: 10px;
  }
  .mv-download-area__item--qr {
    max-width: 154px;
    margin-left: 20px;
  }
  .mv-download-area__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5714285714;
    margin-top: 10px;
  }
  .anchor-link-area {
    padding: 50px 0;
  }
  .anchor-link-area__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);/*21231225*//*20240207*/
	/*grid-template-columns: repeat(5, 1fr);/*21231225*//*20240207*/
    gap: /*24*//*10*/24px;/*21231225*//*20240207*/
  }
  .anchor-link-area__item a {
    display: block;
    background-color: #a11440;
    color: #fff;
    font-size: /*20*//*16*/18px;/*21231225*//*20240207*/
    font-weight: 500;
    line-height: 1;
    text-align: center;
    font-feature-settings: "palt";
    padding: 20px 0;
    position: relative;
    transition: all 0.3s;
  }
  .anchor-link-area__item a::before, .anchor-link-area__item a::after {
    content: "";
    display: block;
    position: absolute;
  }
  .anchor-link-area__item a::before {
    width: 20px;
    height: 20px;
    background: url("/ja/cocchi/assets/img/common/anchor-under-white-arrow.svg") no-repeat center center/cover;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .anchor-link-area__item a::after {
    width: 35px;
    height: 18px;
    background: url("/ja/cocchi/assets/img/common/anchor-under-red-arrow.svg") no-repeat center center/cover;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
  }
  .anchor-link-area__item a:hover {
    opacity: 0.7;
  }
  .new__title {
    background-color: #e7e7e7;
    color: #a31440;
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
    font-feature-settings: "palt";
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1200px;
    min-height: 140px;
    position: relative;
    z-index: 1;
  }
  .new__title span {
    display: block;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    padding-block: 40px;
    margin-inline: auto;
    position: relative;
  }
  .new__title span::before {
    content: "";
    display: block;
    width: 111px;
    height: 111px;
    background: url("/ja/cocchi/assets/img/new/new.svg") no-repeat center center/cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    z-index: -1;
  }
  .new__title em {
    margin-top: 10px;
    display: block;
    font-size: 24px;
    font-style: normal;
  }
  .new .new__img {
    margin-top: 20px;
    text-align: center;
  }
  .new__content {
    padding: 50px 0 140px;
  }
  .new__section {
    min-width: 100%;
    overflow: visible;
  }
  .new__section + .new__section {
    border-top: 1px solid #cccccc;
    margin-top: 90px;
    padding-top: 80px;
  }
  .lead_text {/*20240117*/
	font-size: 26px;
    line-height: 1.6666666667;
    text-align: center;
    font-feature-settings: "palt";
	margin-bottom: 50px;  }
  .lead_text span{/*20240117*/
	background: linear-gradient(transparent 70%, #ffff4b 0%);
  }
	.new__text {
    font-size: 30px;
    line-height: 1.6666666667;
    font-weight: 700;
    text-align: center;
    font-feature-settings: "palt";
  }
  .new__text p {
    font-size: 20px;
    line-height: 1.875;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
  }
  .new__text p span {
    font-size: 16px;
  }
  .new__text span {
    background: linear-gradient(transparent 60%, #ffff4b 0%);
  }
  .new__list {
    margin-top: /*60*/40px;
  }
  .new__list--02 {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .new__list--02 li {
    width: /*400*/320px;
  }
  .new__list--02 li:last-child {
    width: /*400*/560px;
	  margin: auto 0;
  }
  .new__list--02 li p {
    font-size: 20px;
  }
	
  .new__item {
    padding: 42px 60px 0;
    position: relative;
  }
  .new__item::before {
    content: "";
    display: block;
    width: 320px;
    height: 210px;
    background-color: #f0f0f0;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .new__item:not(:first-child) {
    margin-top: 80px;
  }
  .new__item-img {
    width: 46.6%;
    max-width: 466px;
  }
  .new__item-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 2.0833333333;
    margin-bottom: -30px;
  }
  .new__item-media {
    display: flex;
    align-items: flex-end;
  }
  .new__item-before {
    width: 100%;
    max-width: 320px;
    position: relative;
  }
  .new__item-before::after {
    content: "";
    display: block;
    width: 31px;
    height: 50px;
    background: url("/ja/cocchi/assets/img/new/sankaku.svg") no-repeat center center/cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -71px;
  }
  .new__item-after {
    width: 100%;
    max-width: 450px;
    margin-left: 110px;
  }
  .new__link {
    margin-top: /*130*/60px;
    text-align: center;
  }
  .new__link a {
    display: inline-block;
    background-color: #a31440;
    color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    border-radius: 48px;
    width: 470px;
    max-width: 100%;
    padding-block: 25px;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-align: center;
    position: relative;
    transition: opacity 0.3s;
  }
  .new__link a::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("/ja/cocchi/assets/img/common/icon_blank_w.png") no-repeat center center/contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
  }
  .new__link a:hover {
    opacity: 0.7;
  }
  .new__other-list {
    border: 1px solid #ccc;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 100px;
    padding: 32px 60px;
    margin-top: 45px;
  }
  .new__other-item {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 18px;
    position: relative;
  }
  .new__other-item::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #840a0a;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
  }
  .new .new__anchor {
    display: block;
    background-color: #a11440;
    color: #fff;
    width: 371px;
    margin: auto;
    margin-top: 60px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    font-feature-settings: "palt";
    padding: 20px 0;
    position: relative;
    transition: all 0.3s;
  }
  .new .new__anchor::before, .new .new__anchor::after {
    content: "";
    display: block;
    position: absolute;
  }
  .new .new__anchor::before {
    width: 20px;
    height: 20px;
    background: url("/ja/cocchi/assets/img/common/anchor-under-white-arrow.svg") no-repeat center center/cover;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .new .new__anchor::after {
    width: 35px;
    height: 18px;
    background: url("/ja/cocchi/assets/img/common/anchor-under-red-arrow.svg") no-repeat center center/cover;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
  }
  .new .new__anchor:hover {
    opacity: 0.7;
  }
  .sec00__content {
    min-width: 1200px;
    background: url("/ja/cocchi/assets/img/sec00/sec00_title_bg_pc.png") no-repeat top center/1414px auto;
    padding-block: 110px 130px;
  }
  .sec01__content {
    min-width: 1200px;
    background: url("/ja/cocchi/assets/img/sec01/sec01_title_bg_pc.png") no-repeat top center/1414px auto;
    padding-block: 110px 130px;
  }
  .sec01__item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 6.8%;
  }
  .sec01__item:not(:first-child) {
    margin-top: 100px;
  }
  .sec01__item:nth-child(even) {
    flex-direction: row;
  }
  .sec01__item-block {
    width: 46.6%;
    max-width: 466px;
  }
  .sec01__item-title {
    color: #a31440;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    padding-block: 10px;
    border: 1px solid #a31440;
  }
  .sec01__item-text {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    font-feature-settings: "palt";
    margin-top: 13px;
    letter-spacing: 0.05em;
  }
  .sec01__item-img {
    width: 46.6%;
    max-width: 466px;
  }
  .sec01 .sec01__other {
    background-color: #f0f0f0;
    padding: 14px 20px;
    margin-top: 20px;
  }
  .sec01 .sec01__other .sec01__other__ttl {
    font-size: 20px;
    font-weight: bold;
  }
  .sec01 .sec01__other .sec01__other-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
  }
  .sec01 .sec01__other .sec01__other-item {
    position: relative;
    font-size: 16px;
    padding-left: 1.3em;
  }
  .sec01 .sec01__other .sec01__other-item::before {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #840a0a;
    border-radius: 10px;
  }
	

	
	
  .sec02__content {
    min-width: 1200px;
/*    background: url("/ja/cocchi/assets/img/sec02/sec02_title_bg_pc.png") no-repeat top center/1414px auto;*/
    padding-block: 90px 120px;
  }
  .sec02__item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 6.8%;
  }
  .sec02__item:not(:first-child) {
    margin-top: 100px;
  }
  .sec02__item:nth-child(even) {
    flex-direction: row;
  }
  .sec02__item-block {
    width: 46.6%;
    max-width: 466px;
  }
  .sec02__item-title {
    color: #a31440;
    font-size: 24px;
    line-height: 1.6666666667;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .sec02__item-text {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    margin-top: 3px;
  }
	
.sec02__item-text2 {/*20240117*/
    font-size: 18px;
    line-height: 1.6666666667;
    font-weight: 700;
    text-align: center;
    font-feature-settings: "palt";
}
.sec02__item-text2 span {/*20240117*/
    background: linear-gradient(transparent 60%, #ffff4b 0%);
}
	

	
	
  .sec02__item-img {
    width: 46.6%;
    max-width: 466px;
  }
  .sec03__content {
    padding-block: 46px 120px;
  }
  .sec03__text {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 500;
    text-align: center;
  }
  .sec03__table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 120px;
    position: relative;
  }
  .sec03__table::before {
    content: "";
    display: block;
    width: /*170*/400px;/*20240507*/
    height: /*48*/60px;/*20240507*/
    background: url("/ja/cocchi/assets/img/sec03/sec03_table_txt3.png") no-repeat center center/contain;/*20241212*/
    position: absolute;
    right: /*5.8*/17.5%;/*20241212*/
    top: -63px;
  }
  .sec03__table th,
  .sec03__table td {
    padding-block: 15px;
  }
  .sec03__table td img {
    width: 21px;
    margin-inline: auto;
  }
  .sec03__table tr:nth-child(even) th,
  .sec03__table tr:nth-child(even) td {
    background-color: #e0e0e0;
  }
  .sec03__table tr:first-child th {
    font-size: /*31*/22px;/*20240507*/
    font-weight: 700;
    /*letter-spacing: 0.06em;*//*20240507*/
    padding-block: 0 20px;
	  line-height: 1.5;
  }
  .sec03__table tr:first-child th span {/*20240507*/
    font-size: 16px;/*20240507*/
	display: inline-block;
	  line-height: 1.5;
  }
  .sec03__table tr:first-child th span.new {/*20240507*/
    font-size: 18px;
	display: inline-block;
	  line-height: 1.5;
	  color: red;
	  font-weight: bold;
    font-style: oblique;
    font-family: "Times New Roman";
	      padding-left: 3px;
	background: linear-gradient(transparent 70%, #ffff4b 0%);
    display: inline;
	}
  .sec03__table tr:not(:first-child) th,
  .sec03__table tr:not(:first-child) td {
    padding-block: 15px;
  }
  .sec03__table tr:not(:first-child) th {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    border-right: 1px solid #000;
    padding-left: /*7*/2%;/*20240507*/
  }
  .sec03__table tr:not(:first-child) td {
    font-size: 18px;
    line-height: 1.2380952381;
    font-weight: 700;
    text-align: center;
  }

  .sec03__table tr th:first-child {
    width: /*44*/19%;/*20240507*/
  }
  .sec03__table tr th:not(:first-child),
  .sec03__table tr td {
/*    width: 27%;20240507*/
  }

/*20241212*/
  .sec03__table tr:first-child th:nth-child(n+3):nth-child(-n+6) {
    border-top: 7px solid #a31440;
  }
  .sec03__table tr:first-child th:last-child, .sec03__table td:last-child {
    border-right: 7px solid #a31440;
  }
  .sec03__table tr:first-child th:nth-child(3), .sec03__table td:nth-child(3) {
    border-left: 7px solid #a31440;
  }
  .sec03__table tr:last-child td:nth-child(n+3):nth-child(-n+6) {
    border-bottom: 7px solid #a31440;
  }
/*
  .sec03__table tr:first-child th:last-child {
    border-top: 7px solid #a31440;
    border-right: 7px solid #a31440;
  }
  .sec03__table tr:first-child th:nth-last-child(2) {
    border-top: 7px solid #a31440;
    border-left: 7px solid #a31440;
  }
  .sec03__table tr:last-child td:last-child {
    border-bottom: 7px solid #a31440;
  }
  .sec03__table tr:last-child td:nth-last-child(2) {
    border-bottom: 7px solid #a31440;
  }
  .sec03__table tr td:last-child {
    border-right: 7px solid #a31440;
  }
  .sec03__table tr td:nth-last-child(2) {
    border-left: 7px solid #a31440;
  }
*/
  .sec03__table-accent {
    color: #a31440;
  }
  .sec03__table-anotation {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.036em;
    margin-top: 25px;
  }
  .sec03__table-anotation2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.036em;
    margin-top: 25px;
	  text-indent: -1.8em;
	  padding-left: 1.6em;
  }
	.sec03__table-sup {
    display: inline-block;
    margin-top: -3px;
    font-size: 0.6em;
    vertical-align: text-top;
  }
	
  .sec03__link {
    margin-top: 95px;
    text-align: center;
  }
  .sec03__link a {
    display: inline-block;
    background-color: #a31440;
    color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    border-radius: 48px;
    width: 470px;
    max-width: 100%;
    padding-block: 25px;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-align: center;
    position: relative;
    transition: opacity 0.3s;
  }
  .sec03__link a::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("/ja/cocchi/assets/img/common/icon_blank_w.png") no-repeat center center/contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
  }
  .sec03__link a.arrow::before {/*20240628 add oto*/
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("/ja/cocchi/assets/img/common/icon_arrow01_w.svg") no-repeat center center/contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
  }
	
	
	
	
  .sec03__link a:hover {
    opacity: 0.7;
  }
	
	
	
  .download-area {
    background-color: #e7e7e7;
    padding: 58px 56px;
  }
  .download-area__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
  }
  .download-area__title {
    width: 85px;
    margin-inline: auto;
  }
  .download-area__list {
    display: flex;
    align-items: center;
    margin-top: 26px;
    padding: 20px;
    border: 1px solid #000;
  }
  .download-area__item a {
    transition: opacity 0.3s;
  }
  .download-area__item a:hover {
    opacity: 0.7;
  }
  .download-area__item--app {
    max-width: 167px;
  }
  .download-area__item--google {
    max-width: 207px;
    margin-left: 14px;
  }
  .download-area__item--qr {
    max-width: 76px;
  }
  .download-area__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5714285714;
    font-feature-settings: "palt";
    margin-left: 20px;
  }
  .attention {
    padding-block: 110px 95px;
  }
  .attention__inner {
    max-width: 1200px;
    padding-inline: 23px;
  }
  .attention__content:not(:first-child) {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #6c6c6c;
  }
  .attention__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.01em;
  }
  .attention__item {
    color: #6c6c6c;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6153846154;
    letter-spacing: 0.012em;
    list-style-type: "※";
    margin-left: 1em;
  }
  .spv {
    display: none !important;
  }
  .pcv {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding-inline: 6.5019505852%;
  }
  .sec03__content .inner {
    padding-inline: 3.0%;
  }	
  img {
    height: auto;
  }
  figure {
    margin: 0;
  }
  .section-heading {
    background-color: #e7e7e7;
    color: #a31440;
    font-size: clamp(19px, 4.95vw, 38px);
    line-height: 1.4210526316;
    font-weight: 900;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 23.4375vw;
    padding-block: 4.1666666667%;
    position: relative;
    z-index: 1;
  }
  .section-heading::before {
    content: "";
    display: block;
    width: 24.0885416667%;
    height: 100%;
    background: url("/ja/cocchi/assets/img/common/title_deco_c.png") no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 5.3385416667%;
    z-index: -1;
  }
  .section-heading::after {
    content: "";
    background-color: #e7e7e7;
    width: 7.8125%;
    height: 16.2162162162%;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    bottom: -15.6756756757%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .mv-sp {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .mv-download-area {
    background-color: #000;
    padding: 11.0533159948% 4.6814044213%;
    margin-top: -1px;
  }
  .mv-download-area__title {
    color: #fff;
    font-size: clamp(22px, 5.86vw, 45px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.048em;
    text-align: center;
  }
  .mv-download-area__list {
    display: flex;
    justify-content: center;
    gap: 2.9895366218%;
    margin-top: 3.3500837521%;
  }
  .mv-download-area__item--app {
    width: 37.3534338358%;
  }
  .mv-download-area__item--google {
    width: 46.3986599665%;
  }
  .anchor-link-area {
    padding: 6.5019505852% 0;
  }
  .anchor-link-area__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.859375vw 4.296875vw;
  }
  .anchor-link-area__item a {
    display: block;
    background-color: #a11440;
    color: #fff;
    font-size: clamp(12px, 3.515625vw, 27px);
    font-weight: 500;
    line-height: 1;
    text-align: center;
    font-feature-settings: "palt";
    padding: 3.9011703511vw 0;
    position: relative;
    transition: all 0.3s;
  }
  .anchor-link-area__item a::before, .anchor-link-area__item a::after {
    content: "";
    display: block;
    position: absolute;
  }
  .anchor-link-area__item a::before {
    width: 3.3854166667vw;
    height: 3.3854166667vw;
    background: url("/ja/cocchi/assets/img/common/anchor-under-white-arrow.svg") no-repeat center center/cover;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5625vw;
  }
  .anchor-link-area__item a::after {
    width: 6.25vw;
    height: 3.2552083333vw;
    background: url("/ja/cocchi/assets/img/common/anchor-under-red-arrow.svg") no-repeat center center/cover;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3.125vw;
  }
  .anchor-link-area__item a:hover {
    opacity: 0.7;
  }
  .new__title {
    background-color: #e7e7e7;
    color: #a31440;
    font-size: clamp(27px, 7.161458vw, 55px);
    line-height: 1;
    font-weight: 900;
    font-feature-settings: "palt";
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 21.875vw;
    position: relative;
    z-index: 1;
  }
  .new__title span {
    display: block;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    padding-block: 7.2916666667vw;
    margin-inline: auto;
    position: relative;
  }
  .new__title span::before {
    content: "";
    display: block;
    width: 11.0677083333vw;
    height: 11.0677083333vw;
    background: url("/ja/cocchi/assets/img/new/new.svg") no-repeat center center/cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.3020833333vw;
    z-index: -1;
  }
  .new__title em {
    margin-top: 2vw;
    display: block;
    font-size: 4vw;
    font-style: normal;
  }
  .new .new__img {
    margin-top: 1.5vw;
  }
  .new__content {
    padding: 3.9011703511% 0 19.5058517555%;
  }
  .new__section {
    min-width: 100%;
  }
  .new__section + .new__section {
    border-top: 1px solid #cccccc;
    margin-top: 15%;
    padding-top: 14%;
  }
  .lead_text {/*20240117*/
    font-size: clamp(20px, 4.69vw, 35px);
    line-height: 1.7;
    font-feature-settings: "palt";
	margin-bottom: 15%;
	  text-align: center;
  }
  .lead_text span {/*20240117*/
	 background: linear-gradient(transparent 70%, #ffff4b 0%);
  }	
  .new__text {
    font-size: clamp(20px, 5.208333vw, 40px);
    line-height: 1.5;
    font-weight: 700;
    font-feature-settings: "palt";
  }
  .new__text p {
    font-size: clamp(16px, 4.29vw, 33px);
    line-height: 1.5151515152;
    font-weight: 400;
    margin-top: 6%;
    font-feature-settings: "palt";
  }
  .new__text span {
    background: linear-gradient(transparent 60%, #ffff4b 0%);
  }
  .new__list {
    margin-top: 4.5572916667vw;
  }
  .new__list--02 {
    font-size: 4vw;
    display: flex;
    flex-direction: column;
    gap: 10vw;
  }
	.new__list--02.typeB li:first-child {
		width: 70%;
		margin: auto;
  }
  .new__item {
    padding-top: 1.953125vw;
    position: relative;
  }
  .new__item::before {
    content: "";
    display: block;
    width: 44.921875vw;
    height: 23.046875vw;
    background-color: #f0f0f0;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    position: absolute;
    top: 0;
    left: -6.5019505852%;
    z-index: -1;
  }
  .new__item:not(:first-child) {
    margin-top: 11.71875vw;
  }
  .new__item-title {
    font-size: clamp(14px, 3.645833vw, 28px);
    font-weight: 700;
    line-height: 1.3571428571;
    margin-bottom: -10px;
  }
  .new__item-media {
    display: flex;
    align-items: flex-end;
  }
  .new__item-before {
    width: 100%;
    max-width: 33.8541666667vw;
    position: relative;
  }
  .new__item-before::after {
    content: "";
    display: block;
    width: 2.8645833333vw;
    height: 4.5572916667vw;
    background: url("/ja/cocchi/assets/img/new/sankaku.svg") no-repeat center center/cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4.1666666667vw;
  }
  .new__item-img {
    width: 100%;
  }
  .new__item-after {
    width: 100%;
    max-width: 48.1770833333vw;
    margin-left: 5.2083333333vw;
  }
  .new__link {
    margin-top: 13.4529147982%;
  }
  .new__link a {
    display: inline-block;
    background-color: #a31440;
    color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    border-radius: 1.8em;
    width: 100%;
    padding-block: 3.288490284%;
    font-size: clamp(20px, 5.2vw, 40px);
    font-weight: 700;
    text-align: center;
    position: relative;
    transition: opacity 0.3s;
  }
  .new__link a::before {
    content: "";
    display: block;
    width: 3.9011703511vw;
    height: 3.9011703511vw;
    background: url("/ja/cocchi/assets/img/common/icon_blank_w.png") no-repeat center center/contain;
    position: absolute;
    right: 3.2509752926vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .new__link a:hover {
    opacity: 0.7;
  }
  .new__other-list {
    border: 1px solid #ccc;
    padding: 1.953125vw 3.90625vw;
    margin-top: 2.6041666667vw;
  }
  .new__other-item {
    font-size: clamp(16px, 4.296875vw, 33px);
    font-weight: 500;
    line-height: 1.5;
    font-feature-settings: "palt";
    padding-left: 3.3854166667vw;
    position: relative;
  }
  .new__other-item::before {
    content: "";
    display: block;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    background-color: #840a0a;
    border-radius: 50%;
    position: absolute;
    top: 2.0833333333vw;
    left: 0;
  }
  .new__other-item:not(:first-child) {
    margin-top: 10px;
  }
  .new .new__anchor {
    margin-top: 8vw;
    display: block;
    background-color: #a11440;
    color: #fff;
    font-size: clamp(12px, 3.515625vw, 27px);
    font-weight: 500;
    line-height: 1;
    text-align: center;
    font-feature-settings: "palt";
    padding: 3.9011703511vw 0;
    position: relative;
    transition: all 0.3s;
  }
  .new .new__anchor::before, .new .new__anchor::after {
    content: "";
    display: block;
    position: absolute;
  }
  .new .new__anchor::before {
    width: 3.3854166667vw;
    height: 3.3854166667vw;
    background: url("/ja/cocchi/assets/img/common/anchor-under-white-arrow.svg") no-repeat center center/cover;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5625vw;
  }
  .new .new__anchor::after {
    width: 6.25vw;
    height: 3.2552083333vw;
    background: url("/ja/cocchi/assets/img/common/anchor-under-red-arrow.svg") no-repeat center center/cover;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3.125vw;
  }
  .new .new__anchor:hover {
    opacity: 0.7;
  }
  .sec00__content {
    background: url("/ja/cocchi/assets/img/sec00/sec00_title_bg_sp.png") no-repeat top center/contain;
    padding-block: 18% 22%;
  }
  .sec01__content {
    background: url("/ja/cocchi/assets/img/sec01/sec01_title_bg_sp.png") no-repeat top center/contain;
    padding-block: 18% 22%;
  }
  .sec01__item:not(:first-child){
    margin-top: 28.1016442451%;
  }
  .sec01__item-title {
    color: #a31440;
    font-size: clamp(18px, 4.941482vw, 38px);
    line-height: 1.4210526316;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 18.5955786736vw;
    padding-block: 2.5411061286%;
    border: 1px solid #a31440;
    font-feature-settings: "palt";
  }
  .sec01__item-text {
    font-size: clamp(16px, 4.29vw, 33px);
    line-height: 1.5151515152;
    font-weight: 500;
    margin-top: 5.5306427504%;
  }
  .sec01__item-img {
    margin: 6.8759342302% 0 0 0;
  }
  .sec01 .sec01__other {
    background-color: #f0f0f0;
    padding: 14px 20px;
    margin-top: 20px;
  }
  .sec01 .sec01__other .sec01__other__ttl {
    font-size: 4vw;
    font-weight: bold;
  }
  .sec01 .sec01__other .sec01__other-list {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    margin-top: 2vw;
  }
  .sec01 .sec01__other .sec01__other-item {
    position: relative;
    font-size: 3.5vw;
    padding-left: 1em;
  }
  .sec01 .sec01__other .sec01__other-item::before {
    position: absolute;
    left: 0;
    top: 2.2vw;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #840a0a;
    border-radius: 10px;
  }
  .sec02__content {
/*    background: url("/ja/cocchi/assets/img/sec02/sec02_title_bg_sp.png") no-repeat top center/contain;*/
    padding-block: 18% 22%;
  }
  .sec02__item {
    display: flex;
    flex-direction: column-reverse;
  }
 .sec02__item.flex-direction_column{
	  flex-direction: column;
	}
  .sec02__item:not(:first-child) {
    margin-top: 25.4110612855%;
  }
  .sec02__item-title {
    color: #a31440;
    font-size: clamp(19px, 4.95vw, 38px);
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-top: 5.2316890882%;
  }
  .sec02__item-text {
    font-size: clamp(16px, 4.29vw, 33px);
    line-height: 1.5151515152;
    font-weight: 500;
    margin-top: 4.0358744395%;
  }
  .sec02__item-text2 {/*20240117*/
    font-size: clamp(16px, 4.29vw, 33px);
    line-height: 1.5;
    font-weight: 700;
    font-feature-settings: "palt";
  }
  .sec02__item-text2 span {/*20240117*/
    background: linear-gradient(transparent 60%, #ffff4b 0%);
}
  .sec02__item-img {
    width: 100%;
  }
  .sec03 {
    padding-bottom: 22%;
  }
  .sec03__text {
    font-size: clamp(16px, 4.29vw, 33px);
    line-height: 1.5151515152;
    font-weight: 500;
    margin-top: 12.4065769806%;
    font-feature-settings: "palt";
  }
  .sec03__table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 23.9162929746%;
    position: relative;
  }
  .sec03__table::before {
    content: "";
    display: block;
    width: 48vw;
    height: 10vw;
    background: url("/ja/cocchi/assets/img/sec03/sec03_table_txt3.png") no-repeat center center/contain;
    position: absolute;
    right: 15px;
    top: -11.5vw;
  }
  .sec03__table th,
  .sec03__table td {
    padding-block: 3.2552083333vw;
    font-feature-settings: "palt";
  }
  .sec03__table td img {
    width: 3.515625vw;
    margin-inline: auto;
  }
  .sec03__table tr:nth-child(even) th,
  .sec03__table tr:nth-child(even) td {
    background-color: #e0e0e0;
  }
  .sec03__table tr:first-child th {
    /*font-size: clamp(20px, 5.2vw, 40px);*/
    font-size: clamp(15px, 4.2vw, 30px);
    font-weight: 700;
    padding-block: 0 1.3020833333vw;
	  line-height: 1.4;
  }
	
  .sec03__table tr:first-child th span {/*20240507*/
font-size: 12px;
    display: inline-block;
    line-height: 1.4;
    text-align: left;
    padding: 5px;
	font-weight: normal;  
  }	

  .sec03__table tr:first-child th span.new {/*20240507*/
    font-size: 10px;
	display: inline-block;
	  line-height: 1.5;
	  color: red;
	  font-weight: bold;
    font-style: oblique;
    font-family: "Times New Roman";
	      padding: 3px;
	background: linear-gradient(transparent 70%, #ffff4b 0%);
    display: inline;
  }
  .sec03__table tr:not(:first-child) th,
  .sec03__table tr:not(:first-child) td {
    padding-block: 3.2552083333vw;
  }
  .sec03__table tr:not(:first-child) td {
    padding-inline: 0.6510416667vw;
  }
  .sec03__table tr:not(:first-child) th {
    font-size: clamp(12px, 3.39vw, 26px);
    font-weight: 500;
    line-height: 1.1153846154;
    text-align: left;
    border-right: 1px solid #000;
    padding-left: 2.6041666667vw;
  }
  .sec03__table tr:not(:first-child) td {
    font-size: clamp(12px, 3.4vw, 27px);
    line-height: 1.0740740741;
    font-weight: 700;
    text-align: center;
  }
/*20241212*/
  .sec03__table tr:first-child th:nth-child(n+3):nth-child(-n+6) {
    border-top: 1.3020833333vw solid #a31440;
  }
  .sec03__table tr:first-child th:last-child, .sec03__table td:last-child {
    border-right: 1.3020833333vw solid #a31440;
  }
  .sec03__table tr:first-child th:nth-child(3), .sec03__table td:nth-child(3) {
    border-left: 1.3020833333vw solid #a31440;
  }
  .sec03__table tr:last-child td:nth-child(n+3):nth-child(-n+6) {
    border-bottom: 1.3020833333vw solid #a31440;
  }
/*
  .sec03__table tr:first-child th:last-child {
    border-top: 1.3020833333vw solid #a31440;
    border-right: 1.3020833333vw solid #a31440;
  }
  .sec03__table tr:first-child th:nth-last-child(2) {
    border-top: 1.3020833333vw solid #a31440;
    border-left: 1.3020833333vw solid #a31440;
  }
  .sec03__table tr:last-child td:last-child {
    border-bottom: 1.3020833333vw solid #a31440;
  }
  .sec03__table tr:last-child td:nth-last-child(2) {
    border-bottom: 1.3020833333vw solid #a31440;
  }
  .sec03__table tr td:last-child {
    border-right: 1.3020833333vw solid #a31440;
  }
  .sec03__table tr td:nth-last-child(2) {
    border-left:1.3020833333vw solid #a31440;
  }
*/
  .sec03__table-accent {
    color: #a31440;
  }
  .sec03__table-anotation {
    font-size: clamp(12px, 3.25vw, 25px);
    font-weight: 500;
    line-height: 1.44;
    margin-top: 4.4843049327%;
    padding-left: 1em;
    text-indent: -1em;
  }
  .sec03__table-anotation2 {
    font-size: clamp(12px, 3.25vw, 25px);
    font-weight: 500;
    line-height: 1.44;
    margin-top: 4.4843049327%;
    padding-left: 1em;
    text-indent: -1.8em;
    padding-left: 1.6em;	  
	  
  }
	.sec03__table-sup {
    display: inline-block;
    margin-top: -6px;
    font-size: 0.4em;
    vertical-align: text-top;
  }
  .sec03__link {
    margin-top: 18.8340807175%;
  }
  .sec03__link a {
    display: inline-block;
    background-color: #a31440;
    color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    border-radius: 1.8em;
    width: 100%;
    padding-block: 3.288490284%;
    font-size: clamp(20px, 5.2vw, 40px);
    font-weight: 700;
    text-align: center;
    position: relative;
    transition: opacity 0.3s;
  }
  .sec03__link a::before {
    content: "";
    display: block;
    width: 3.9011703511vw;
    height: 3.9011703511vw;
    background: url("/ja/cocchi/assets/img/common/icon_blank_w.png") no-repeat center center/contain;
    position: absolute;
    right: 3.2509752926vw;
    top: 50%;
    transform: translateY(-50%);
  }
	
  .sec03__link a.arrow::before {
    content: "";
    display: block;
    width: 3.9011703511vw;
    height: 3.9011703511vw;
    background: url("/ja/cocchi/assets/img/common/icon_arrow01_w.svg") no-repeat center center/contain;
    position: absolute;
    right: 3.2509752926vw;
    top: 50%;
    transform: translateY(-50%);
  }	
  .sec03__link a:hover {
    opacity: 0.7;
  }
  .download-area {
    background-color: #e7e7e7;
    padding: 9.7159940209% 9.7159940209%;
  }
  .download-area__title {
    width: 16.2548764629vw;
    margin-inline: auto;
  }
  .download-area__list {
    display: flex;
    gap: 5.5306427504%;
    margin-top: 5.8626465662%;
  }
  .download-area__item--app {
    width: 42.2110552764%;
  }
  .download-area__item--google {
    width: 52.2613065327%;
  }
  .attention {
    padding-block: 9.865470852%;
  }
  .attention__content:not(:first-child) {
    padding-top: 7.4738415546%;
    margin-top: 7.4738415546%;
    border-top: 1px solid #6c6c6c;
  }
  .attention__title {
    font-size: clamp(11px, 2.99vw, 23px);
    font-weight: 700;
    line-height: 1.5652173913;
  }
  .attention__list {
    margin-top: 1.1958146487%;
  }
  .attention__item {
    color: #6c6c6c;
    font-size: clamp(11px, 3.1vw, 25px);
    font-weight: 400;
    line-height: 1.44;
    list-style-type: "※";
    margin-left: 1em;
  }
  .pcv {
    display: none;
  }
  .spv {
    display: inline-block;
  }
  .hover:hover {
    opacity: 1;
  }
}
.js-active {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.7s, opacity 0.7s;
}
.js-active.active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.7s, opacity 0.7s;
}
.audio[data-v-4d0b2d3b] {
  width: /*700*/460px;/*20240117*/
  border: 1px solid #cccccc;
  margin: auto;
  margin-top: 30px;
}
.audio h4[data-v-4d0b2d3b] {
  font-size: 24px;
  text-align: center;
  background-color: #ccc;
}
.content[data-v-4d0b2d3b] {
  padding: 20px;
  padding-bottom: 28px;
  display: flex;
  justify-content: center;
  gap: /*60*/20px;/*20240117*/
}
.elm[data-v-4d0b2d3b] {
  width: 260px;
  text-align: center;
}
.ttl[data-v-4d0b2d3b] {
  color: #a11440;
  font-size: 24px;
  font-weight: bold;
}
.text[data-v-4d0b2d3b] {
  font-size: /*16*/13px;/*20240117*/
}
.ui button[data-v-4d0b2d3b] {
  transition: all 0.2s linear;
}
.ui button[data-v-4d0b2d3b]:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
.audio[data-v-4d0b2d3b] {
    width: 100%;
}
.audio h4[data-v-4d0b2d3b] {
    font-size: clamp(20px, 5.208333vw, 40px);
}
.content[data-v-4d0b2d3b] {
    flex-direction: column;
    gap: 5vw;
}
.elm[data-v-4d0b2d3b] {
    width: 100%;
    padding-inline: 4vw;
}
.ttl[data-v-4d0b2d3b] {
    font-size: clamp(20px, 5.208333vw, 40px);
}
.text[data-v-4d0b2d3b] {
    font-size: clamp(16px, 4.29vw, 33px);
}
}

/*20231225 add*/
.youtube-heading{
    color: #a31440;
    font-size: 39px;
    line-height: 1.4;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-align: center;	
	padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.youtube-heading{
	font-size: clamp(19px, 5.95vw, 38px);
	padding-block: 6%;
	}
	
}


@media screen and (min-width: 897px){
	#youtubeArea .pcSpaceBet{
		background: #fff;
		padding: 30px 30px 30px 50px;
	}
	#youtubeArea .pcFlex{
		align-items: center;
	}
}
@media screen and (max-width: 896px){
	#youtubeArea .pcSpaceBet{
		background: #fff;
		padding: 30px 30px 30px 30px;
	}
}
/*20231225 add end*/




@media screen and (min-width: 897px){
	.img09 img{
		width: 35%;
	}
}
@media screen and (max-width: 896px){
	.img09 img{
		width: 70%;
	}
}

@media screen and (min-width: 897px){
	.img11 img{
		width: 60%;
		padding: 20px;
		border: solid 1px #ccc;
	}
}
@media screen and (max-width: 896px){
	.img11 img{
		width: 100%;
		padding: 8%;
		border: solid 1px #ccc;
	}
}

@media screen and (min-width: 897px){
	.img12 img{
		width: 65%;

	}
}
@media screen and (max-width: 896px){
	.img12 img{
		width: 100%;
		/*padding: 8%;*/

	}
}

/*osirase_box*/
	.osirase_box{
		margin: auto;
		background: #faeef2;
	}
.osirase_box li{
	border-bottom: solid 1px #ccc;
}

.osirase_box li:last-child{
	border-bottom: none;
}

@media screen and (min-width: 897px){
	.osirase_box{
		width: 1000px;
	}
}
@media screen and (min-width: 897px){
	.osirase_box{
		width: 1000px;
		margin: auto;
	}
.layoutStyle02 .ls02-wrapper {
    margin: 30px 0 0;
    width: auto;
}	
	.osirase_box .layoutStyle02 .ls02-box{
		/*padding-left: 20px;*/
		border-bottom: none;
		font-size: /*20*/16px;
	}
	.osirase_box .layoutStyle02 .ls02-box.pdc .txt{
		width: 623px;
		padding-left: 10px;
	}
	.osirase_box .layoutStyle02 .ls02-box.pdc .txt a{
		font-size: /*20*/16px;
		width: 100%;
	}
	.osirase_box .layoutStyle02 .ls02-box .date {
    width: /*150*/125px;
	}
	.osirase_box .layoutStyle02 .ls02-box .ctg {
    width: 180px;
    margin-left: 14px;
		background: #a31440;
		text-align: center;
		color: #fff;
		line-height: 1.0;
		font-size: 13px;
		height: 22px;
		margin: 5px;
		padding: 4px;
}
	.linkBoxStyle01_pdc a[target="_blank"]:after{
	background: url(https://assets.jpn.pioneer/ja/assets/img/icon_window.svg) no-repeat;
    background-size: 15px;
    right: 10px;
	}
}
@media screen and (max-width: 896px){
    .osirase_box .layoutStyle02 .ls02-box{
    	border-bottom: none;
		/*padding-left: 15px;*/
	}
	.osirase_box .layoutStyle02 .ls02-box .date {
    	font-size: clamp(16px, 3.515625vw, 32px);
	}
	.osirase_box .layoutStyle02 .ls02-box .ctg {
    width: 180px;
    margin-left: 14px;
		background: #a31440;
		text-align: center;
		color: #fff;
		line-height: 1.0;
		font-size: 14px;
		height: 25px;
		margin: 0px;
		padding: 5px;
}
	.osirase_box .layoutStyle02 .ls02-box.pdc .txt a{
		font-size: clamp(16px, 3.515625vw, 27px);
	}
	
}




/*
@media screen and (min-width: 897px){
.table__02 {
    width: 100%;
    border-collapse: collapse;
    margin-top: 100px;
    position: relative;
  }
  .table__02::before {
    content: "";
    display: block;
    width: 360px;
    height: 100px;
    background: url("/ja/cocchi/assets/img/new/table__02_txt.png") no-repeat center center/contain;
    position: absolute;
    right: 0%;
    top: -100px;
  }
  .table__02 th,
  .table__02 td {
    padding-block: 15px;
  }
  .table__02 td img {
    width: 21px;
    margin-inline: auto;
  }
  .table__02 tr:nth-child(odd) th,
  .table__02 tr:nth-child(odd) td {
    background-color: #e0e0e0;
  }
  .table__02 tr:first-child th {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding-block: 10px;
  }
  .table__02 tr:first-child th {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
	  background: #666;
	  color: #fff;
	  line-height: 1.4;
  }
  .table__02 tr:not(:first-child) th,
  .table__02 tr:not(:first-child) td {
    padding-block: 15px;
  }
 .table__02 tr:not(:first-child) td:nth-child(3),
 .table__02 tr:not(:first-child) td:nth-child(4),
 .table__02 tr:not(:first-child) td:nth-child(5){
    color: #a31440;
	 font-size: 30px;
  }	
  .table__02 tr:not(:first-child) th {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    border-right: 1px solid #000;

  }
  .table__02 tr:not(:first-child) td {
    font-size: 21px;
    line-height: 1.2380952381;
    font-weight: 700;
    text-align: center;
	  	 border-right: 1px solid #000;
  }
	  .table__02 tr:not(:first-child) td:nth-child(2) {
    text-align: left;
	  	 border-right: 1px solid #000;
		  padding-left: 50px;
  }
  .table__02 tr:last-child td:last-child {
  }
  .table__02 tr th:first-child {
    width: 20%;
  }
  .table__02 tr th:nth-child(2) {
  }
  .table__02 tr th.table__02-accent{
    width: 12%;
	  line-height: 0.8;
  }
  .table__02 tr td:last-child {
	border-right:none;
  }
  .table__02-accent {
    color: #a31440;
  }
  th.table__02-accent span {
    font-size: 0.53em;
  }	
	
}
*/

/*
@media screen and (max-width: 896px){
*/
.table__02 {
    width: 100%;
    border-collapse: collapse;
    margin-top: 50px;
    position: relative;
  }
  .table__02::before {
    content: "";
    display: block;
    width: 40%;
    height: 60px;
    background: url(/ja/cocchi/assets/img/new/table__02_txt.png) no-repeat center center/contain;
    position: absolute;
    right: -1.5%;
    top: /*-100*/-50px;
  }
  .table__02 th,
  .table__02 td {
    padding-block: 15px;
  }
  .table__02 td img {
    width: 21px;
    margin-inline: auto;
  }
  .table__02 tr:nth-child(odd) th,
  .table__02 tr:nth-child(odd) td {
    background-color: #e0e0e0;
  }
  .table__02 tr:first-child th {
    font-size: clamp(12px, 4.0vw, 14px);
    font-weight: 700;
    letter-spacing: 0.06em;
    padding-block: 10px;
  }
  .table__02 tr:first-child th {
    /*border-top: 1px solid #000;*/
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
	  background: #666;
	  color: #fff;
	  line-height: 1.3;
	  text-align: center;
  }
  .table__02 tr:not(:first-child) th,
  .table__02 tr:not(:first-child) td {
    padding-block: 15px;
  }
 .table__02 tr:not(:first-child) td:nth-child(3),
 .table__02 tr:not(:first-child) td:nth-child(4),
 .table__02 tr:not(:first-child) td:nth-child(5){
    color: #a31440;
	 font-size: clamp(16px, 3.4vw, 31px);
  }	
  .table__02 tr:not(:first-child) th {
    clamp(12px, 3.39vw, 26px);
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    border-right: 1px solid #000;
  }
  .table__02 tr:not(:first-child) td {
    clamp(12px, 3.4vw, 27px);
    line-height: 1.2380952381;
    font-weight: 700;
    text-align: center;
	  	 border-right: 1px solid #000;
  }
	  .table__02 tr:not(:first-child) td:nth-child(2) {
    text-align: left;
	  	 border-right: 1px solid #000;
		  padding-left: 5px;
  }
  .table__02 tr:last-child td:last-child {
  }
  .table__02 tr th:first-child {
    width: /*44*/20%;
  }
  .table__02 tr th:nth-child(2) {
  }
  .table__02 tr th.table__02-accent{
    width: 12%;
	  line-height: 0.8;
  }
  .table__02 tr td:last-child {
	border-right:none;
  }
  .table__02-accent {
    color: #a31440;
  }
  th.table__02-accent span {
    font-size: 0.63em;
  }	
		
	
	
/*
}
*/
.pRed2{color: #a31440 !important;}

@media screen and (min-width: 897px){

  .new__list--03 {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .new__list--03 li {
    width: 480px;
  }
  .new__list--03 li:last-child {
    /*width: 460px;*//*20240724*/
	  /*margin: auto 0;*//*20240724*/
  }
  .new__list--03 li p {
    font-size: 20px;
  }
}
	

@media screen and (max-width: 896px){

  .new__list--03 {
   /* display: flex;
    justify-content: center;
    text-align: center;*/
  }
  .new__list--03 li {
    width: 100%;
  }
  .new__list--03 li:last-child {
    width: 100%;
	  margin: auto 0;
  }
  .new__list--03 li p {
    font-size: clamp(16px, 4.29vw, 33px);
    line-height: 1.5151515152;
  }
	
	
	.new__list--03 img{
		width: 100%;
		margin: auto;
		display: block;
	}
}


@media screen and (min-width: 897px){
    .item-text2b {/*20240502*/
        font-size: 22px;
        line-height: 1.6666666667;
        font-weight: 700;
        text-align: center;
        font-feature-settings: "palt";
    }
    .item-text2b span {/*20240502*/
        background: linear-gradient(transparent 60%, #ffff4b 0%);
    }
}
@media screen and (max-width: 896px){
    .item-text2b {/*20240502*/
        font-size: 16px;
        line-height: 1.6666666667;
        font-weight: 700;
        text-align: center;
        font-feature-settings: "palt";
    }
    .item-text2b span {/*20240502*/
        background: linear-gradient(transparent 60%, #ffff4b 0%);
    }
}

@media screen and (min-width: 897px){
.sec__other2 {
	width: 90%;
    background-color: /*#f0f0f0*/#faeef2;
    padding: 15px 25px 20px;
    margin: 0 auto 30px;
	text-align: left;
  }
.sec__other2 .sec__other2__ttl {
    font-size: /*20*/22px;
    font-weight: bold;
  }
.sec__other2 .sec__other2-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
  }
.sec__other2 .sec__other2-item {
    position: relative;
    font-size: /*16*/17px;
    padding-left: 1.3em;
	width: auto;
	font-weight: 500;/*20240724*/
  }
.sec__other2 .sec__other2-item::before {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #840a0a;
    border-radius: 10px;
  }	
}	


@media screen and (max-width: 896px){
.sec__other2 {
	width: 100%;
    background-color: /*#f0f0f0*/#faeef2;
    padding: 14px 20px;
    margin: 20px auto 30px;
	text-align: left;
  }
.sec__other2 .sec__other2__ttl {
    font-size: /*20*/22px;
    font-weight: bold;
  }
.sec__other2 .sec__other2-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
  }
.sec__other2 .sec__other2-item {
    position: relative;
    font-size: /*16*/17px;
    padding-left: 1.3em;
	width: auto;
	font-weight: 500;/*20240724*/
  }
.sec__other2 .sec__other2-item::before {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #840a0a;
    border-radius: 10px;
  }

}

@media screen and (min-width: 897px){
.sec__other3 {
	width: 90%;
    background-color: /*#f0f0f0*//*#faeef2*/none;
    padding: 10px 25px 10px;
    margin: 30px auto 30px;
	text-align: left;
  }
.sec__other3 .sec__other3__ttl {
    font-size: /*20*/22px;
    font-weight: bold;
  }
.sec__other3 .sec__other3-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
  }
.sec__other3 .sec__other3-item {
    position: relative;
    font-size: /*16*//*17*/19px;
    padding-left: 1.3em;
	width: auto;
	font-weight: 500;
  }
.sec__other3 .sec__other3-item::before {
    position: absolute;
    left: 0;
    top: /*10*/14px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #840a0a;
    border-radius: 10px;
  }	
}	


@media screen and (max-width: 896px){
.sec__other3 {
	width: 100%;
    background-color: /*#f0f0f0*//*#faeef2*/none;
    padding: 14px 20px;
    margin: 20px auto 20px;
	text-align: left;
  }
.sec__other3 .sec__other3__ttl {
    font-size: /*20*/22px;
    font-weight: bold;
  }
.sec__other3 .sec__other3-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
  }
.sec__other3 .sec__other3-item {
    position: relative;
    font-size: /*16*/17px;
    padding-left: 1.3em;
	width: auto;
	font-weight: 500;
  }
.sec__other3 .sec__other3-item::before {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #840a0a;
    border-radius: 10px;
  }

}


@media screen and (min-width: 897px){
 .anc__link {
    margin-bottom: 30px;
    text-align: center;
  }
  .anc__link a {
    display: inline-block;
    background-color: #a31440;
    color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    border-radius: 48px;
    width: 430px;
    max-width: 100%;
    padding-block: 25px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
    position: relative;
    transition: opacity 0.3s;
  }
  .anc__link a::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("/ja/cocchi/assets/img/common/icon_arrow_w_down01.svg") no-repeat center center/contain;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
  }
  .anc__link a:hover {
    opacity: 0.7;
  }
}


@media screen and (max-width: 896px){
 .anc__link {
    margin-bottom: 50px;
    text-align: center;
  }	
  .anc__link a {
    display: inline-block;
    background-color: #a31440;
    color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    border-radius: 1.8em;
    width: 100%;
    padding-block: 3.6%;
    font-size: clamp(12px, 3.515625vw, 27px);
    font-weight: 700;
	    letter-spacing: 0em;
    text-align: center;
    position: relative;
    transition: opacity 0.3s;
  }
  .anc__link a::before {
    content: "";
    display: block;
    width: 3.0vw;
    height: 3.0vw;
    background: url("/ja/cocchi/assets/img/common/icon_arrow_w_down01.svg") no-repeat center center/contain;
    position: absolute;
    right: 2.5vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .anc__link a:hover {
    opacity: 0.7;
  }
}


.bgPink01 {
    background-color: #faeef2 !important;
}



@media screen and (min-width: 897px) {
	.accordion02 .tabStyle03 .ts03-box,
    /*.accordion02 .tabStyle03 .ts03-box:hover,*/
	.accordion02 .tabStyle03 .ts03-box .pcOn {
        background-color: #faeef2;
    }
}
@media screen and (max-width: 896px) {
	.accordion02 .tabStyle03 .ts03-box,
    .accordion02 .tabStyle03 .ts03-box.spOn {
        background-color: #faeef2;
    }
}
@media screen and (max-width: 896px) {
    .accordion02 .tabStyle03 .ts03-box {
        padding: 0 5.330% 5.330%;
    }
}

@media screen and (max-width: 768px) {
    .accordion02 .inner {
        padding-inline: 0;
    }
}


.accordion02 .toggleBtn02,
.accordion02 .toggleBtn02_black,
.accordion02 .toggleBtn02.pcOn,
.accordion02 .toggleBtn02.spOn{
    border: 1px solid #a31440;
    color: #fff;
	background: #a31440 !important;
}
@media screen and (min-width: 897px) {
.accordion02 .toggleBtn02:hover,
.accordion02 .toggleBtn02_black:hover,
.accordion02 .toggleBtn02.pcOn:hover{
	opacity: 0.6;
}
}
.accordion02 .toggleBtn02:after,
.accordion02 .toggleBtn02_black:after{
    background: url(https://assets.jpn.pioneer/ja/assets/img/icon_plus_w.svg) no-repeat;
	    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.accordion02 .toggleBtn02.pcOn:after,
.accordion02 .toggleBtn02.spOn:after{
    background: url(https://assets.jpn.pioneer/ja/assets/img/icon_minus_w.svg) no-repeat;
	    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 16px;
    height: 16px;
    background-size: 16px;
}



/*
@media screen and (min-width: 897px) {
    .toggleBtn01, .toggleBtn01_white, .toggleBtn01_black {
        font-size: 20px;
        letter-spacing: .05em;
        background-size: 23px;
        min-height: 23px;
        padding: 0 23px 0 0;
		font-weight: 500;
		color: #a31440;
    }
}

@media screen and (min-width: 897px) {
    .accordion02 .small.toggleBtn01_white,
	.accordion02 .small.toggleBtn01_black {
        background-size: 20px;
        min-height: 16px;
        padding: 0 16px 0 0;
    }
}
*/
@media screen and (min-width: 769px) {
.new__text2{
	font-size: 22px;
	        color: #a31440;
        line-height: 1.6666666667;
        font-weight: 700;
        letter-spacing: 0.04em;
    }
	
}


@media screen and (max-width: 768px) {
    .new__text2 {
        color: #a31440;
        font-size: 18px;
        line-height: 1.4;
        font-weight: 700;
        letter-spacing: 0.04em;
        margin-top: 5.2316890882%;
    }
}


.indent03{
	text-indent: -3em;
    padding-left: 3em;
}


/*20241212*/

.cocchi_h3 {
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
}
.fBlue {
    color: #1991eb;
}
.marker {
    background: linear-gradient(transparent 60%, #ffff4b 0%);
}
.linkStyle01_red {
    color: #fff !important;
    border-color: #a31440;
    background: #a31440;
}
.linkStyle01_red.anc:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url(https://assets.jpn.pioneer/ja/assets/img/icon_arrow_w_down01.svg) no-repeat;
    background-size: 13px;
    right: 20px;
    top: 42%;
}
.bgLightBlue {
    background: #e3f7ff;
}
.bdGray {
    border: 1px solid #ccc;
}
.shadow_gray01 {
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, .3);
}
#container .mainVisual .swiper-container .swiper-pagination-bullet-active:after {
    -webkit-transition: all 5s linear;
    transition: all 5s linear;
}
.pickup_sec, .pickup_biz {
    padding: 12px 0;
    color: #fff;
    font-weight: 500;
    background: #a31440;
    position: relative;
}
.pickup_sec p::before, .pickup_biz p::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: block;
}
.pickup_sec p::before {
    background: url(/ja/cocchi/assets/img/common/anchor-under-white-arrow.svg) no-repeat center center / cover;
}
.pickup_biz p::before {
    background: url(https://assets.jpn.pioneer/ja/assets/img/icon_arrow01_w.svg) no-repeat center center;
}
.sec00__item-title {
    padding-bottom: 10px;
    color: #a31440;
    font-weight: 700;
    border-bottom: 1px solid #a31440;
}
.tableStyle03 th, .tableStyle03 td {
    padding: 0 10px;
}
video:hover {
    cursor: pointer;
}
.balloon {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    padding: 16px;
    border-radius: 14px;
    background: #fff;
}
.balloon::after {
    content: "";
    position: absolute;
    left: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #fff transparent transparent;
    translate: -100% -50%;
    transform-origin: right;
}
.balloon01::after {
    top: 60%;
    transform: skew(0, -30deg);
}
.balloon02::after {
    top: 40%;
    transform: skew(0, 30deg);
}
.balloon03 {
    margin: auto;
    padding: 16px 0 24px 0;
    width: 470px;
    border-radius: 0;
    background: rgba(255,255,255,.8);
    display: block;
}
.balloon03::after {
    bottom: 0;
    left: 50%;
    border-width: 20px 10px 0 10px;
    border-color: rgba(255,255,255,.8) transparent transparent;
    translate: -50% 100%;
}
.triangle {
    margin: auto auto 50px;
    width: 100px;
    height: calc(100px / 2);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #a31440;
}
.textNo {
    margin-bottom: 5px;
    font-size: 80px;
    font-weight: 600;
    color: #a31440;
    line-height: 1.2;
}
.modal_btn {
    background: #fff;
    display: block;
}
.modal_btn h3, .modal_title {
    padding: 12px 10px 16px;
    color: #fff;
    line-height: 1.6;
    background: #a31440;
}
.modal_btn h3 span.linkStyle02:after {
    width: 12px;
    height: 17px;
    bottom: 5px;
    background: url(https://assets.jpn.pioneer/ja/assets/img/icon_arrow01_w.svg) no-repeat;
    background-size: 12px;
}
.modal_btn p {
    padding: 30px 30px 40px;
}
.modal_txt {
    padding: 30px 20px 40px;
}
.modal_window {
    display: none;
}
.biz-plan .sec01__content {
    background: #fff;
}

@media screen and (min-width: 769px) {
    .cocchi_h3 {
        font-size: 30px;
    }
    .linkStyle01_red.arrow:after {
        background: url(https://assets.jpn.pioneer/ja/assets/img/icon_arrow01_w.svg) no-repeat;
        background-size: 9px;
    }
    .flexPCrr {
        flex-direction: row-reverse;
    }
    .mv-pc-biz {
        background: url("/ja/cocchi/assets/img/mv/mv_biz_pc.png") no-repeat center center/cover;
        width: 100%;
        min-width: 1200px;
        height: 500px;
        max-height: 500px;
    }
    .mv-pc-biz__content {
        margin: auto;
        width: 740px;
        padding-top: 60px;
    }
    .biz-plan .mv-pc-biz__content {
        margin: auto;
        width: 660px;
        padding-top: 90px;
    }
    .mv-pc-biz__inner {
        padding: 34px 30px 30px;
        background: rgba(255,255,255,.8);
    }
    .sec01__content .flexP3 {
        justify-content: center;
    }
    .sec01__content .modal_btn {
        margin: 0 20px 40px;
        width: calc(33% - 40px);
    }
    .biz-plan .anchor-link-area__list {
        grid-template-columns: repeat(3, 1fr);
    }
    .biz-plan .sec03__table tr:first-child th:nth-child(n+2):nth-child(-n+6) {
        border-top: 7px solid #a31440;
    }
    .biz-plan .sec03__table tr:first-child th:last-child, .biz-plan .sec03__table td:last-child {
        border-right: 7px solid #a31440;
    }
    .biz-plan .sec03__table tr:first-child th:nth-child(3), .biz-plan .sec03__table td:nth-child(3) {
        border-left: none;
    }
    .biz-plan .sec03__table tr:first-child th:nth-child(2), .biz-plan .sec03__table td:nth-child(2) {
        border-left: 7px solid #a31440;
    }
    .biz-plan .sec03__table tr:last-child td:nth-child(n+2):nth-child(-n+6) {
        border-bottom: 7px solid #a31440;
    }
    .biz-plan .sec03__table::before {
        right: 24%;
    }
}

@media screen and (max-width: 768px) {
    .cocchi_h3 {
        font-size: 20px;
    }
    .linkStyle01_red.arrow:after {
        background: url(https://assets.jpn.pioneer/ja/assets/img/icon_arrow01_w.svg) no-repeat;
        background-size: 7px;
    }
    .linkStyle01_red.anc:after {
        background: url(https://assets.jpn.pioneer/ja/assets/img/icon_arrow_w_down01.svg) no-repeat;
        background-size: 10px;
    }
    .mv-pc__content, .mv-pc-biz__content {
        display: none;
    }
    .mv-sp-biz__content {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
    }
    .biz-plan .mv-sp {
        position: relative;
    }
    .biz-plan .mv-sp-biz__content {
        position: absolute;
        bottom: 14%;
        left: 0;
        right: 0;
    }
    .modal_btn {
        margin: 0 0 40px 0;
    }
    .modal_btn h3 span.linkStyle02:after {
        bottom: 2px;
    }
    .biz-plan .sec03__table tr:first-child th:nth-child(n+2):nth-child(-n+6) {
        border-top: 1.3020833333vw solid #a31440;
    }
    .biz-plan .sec03__table tr:first-child th:last-child, .biz-plan .sec03__table td:last-child {
        border-right: 1.3020833333vw solid #a31440;
    }
    .biz-plan .sec03__table tr:first-child th:nth-child(3), .biz-plan .sec03__table td:nth-child(3) {
        border-left: none;
    }
    .biz-plan .sec03__table tr:first-child th:nth-child(2), .biz-plan .sec03__table td:nth-child(2) {
        border-left: 1.3020833333vw solid #a31440;
    }
    .biz-plan .sec03__table tr:last-child td:nth-child(n+2):nth-child(-n+6) {
        border-bottom: 1.3020833333vw solid #a31440;
    }
    .biz-plan .sec03__table::before {
        right: 48px;
    }
}
