@charset "utf-8";

.kv {
  background-image: url('/access/hikari/ad/lineup/images/kv-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.kv-img-wrapper {
  margin-bottom: 0!important;
}
.str-column {
  margin: 0;
}
body.ux2v1.lineup .str-inner {
  max-width: 960px;
}
.str-outer-partition.partition-white {
  background-color: #fff!important;
}
.str-outer-partition.partition-minico {
  background-color: #ffe6e5!important;
}
.str-outer-partition.partition-collabo {
  background-color: #ffebf4!important;
}
.str-outer-partition.partition-au {
  background-color: #ffe8db!important;
}
.str-outer-partition.partition-compare {
  background-color: #F4D53A!important;
  position: relative;
  overflow: hidden;
}
.str-outer-partition.partition-compare::before {
  content: "";
  position: absolute;
  top: -4%;
  right: -9%;
  width: 50%;
  aspect-ratio: 1/1;
  background-size: contain;
  background-image: url(/access/hikari/ad/lineup/specposition/images/bg-element.png);
  background-repeat: no-repeat;
  z-index: 0;
}
.str-outer-partition.partition-compare::after {
  content: "";
  position: absolute;
  top: 10%;
  left: -9%;
  width: 50%;
  aspect-ratio: 1/1;
  background-size: contain;
  background-image: url(/access/hikari/ad/lineup/specposition/images/bg-element.png);
  background-repeat: no-repeat;
  z-index: 0;
}
.str-outer-partition.partition-minico .str-inner,
.str-outer-partition.partition-collabo .str-inner,
.str-outer-partition.partition-au .str-inner,
.str-outer-partition.partition-compare .str-inner {
  padding-top: 5.9rem!important;
  padding-bottom: 6rem!important;
}
.str-outer-partition.partition-kvbtm .str-inner {
  padding-top: 3.6rem!important;
  padding-bottom: 6rem!important;
}
.str-outer-partition.partition-kvbtm .mod-txt {
  margin-bottom: 3.1rem!important;
}
.str-outer-partition.partition-kvbtm .product-links-wrapper:last-child > .mod-lyt {
  margin-bottom: 0;
}
.str-outer-partition.partition-compare .str-inner {
  position: relative;
  z-index: 1;
}
.mod-media a[href^="#anc-"]::before {
  content: none!important;
}
.product-img {
  margin-bottom: 3rem;
}
.related-product {
  margin-top: 4rem;
}

.nav_cta {
  margin: 0 auto;
  max-width: 960px;
}

.nav_cta .inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav_cta .inner p {
    margin-right: 15px;
    padding-top: 2px;
}

.nav_cta img {
  vertical-align: middle;
}

.contactbk h3 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: normal;
}

.mod-boxInfomation {
  text-align: center;
  margin-bottom: 20px;
  border-width: 2px;
  border-color: #333;
  border-style: solid;
}
.mod-boxInfomation > p {
  margin: 0;
}
.mod-boxInfomation > p > a {
  padding: 10px;
  display: block;
  background: #fff;
  color: #333;
}

.contactbk p.ps0 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 1.667rem;
  padding: 0;
  text-align: center;
}

.contactbk .bk1,
.contactbk .bk0{
  border:2px solid black;
  background-color:white;
  padding:3rem;
  text-align:center;
}

.contactbk .bk1 h3,
.contactbk .bk0 h3{
  font-size:3rem;
  font-weight:bold;
  position:relative;
}
.contactbk .bk1 h3::before,
.contactbk .bk0 h3::before{
  content: "";
  display:inline-block;
  width:19px;
  height:35px;
  background:url(/access/hikari/images/index/icons.png) left top no-repeat;
  background-size: 111px 35px;
  margin-right:.556em;
  vertical-align: middle;
}
.contactbk .bk0 > *:last-child,
.contactbk .bk1 > *:last-child {
  margin-bottom:0;
}
.tel{
  font-size:3.6rem;
  font-weight:bold;
  padding:0;
  margin:0;
  margin-top:3.6rem;
}
.tel::before{
  content:"";
  display:inline-block;
  background:url(/access/hikari/images/index/icons.png) right top;
  width: 62px;
  height: 35px;
  background-size:111px 35px;
  vertical-align: middle;
}

.root-compare {
  --black: #2B2626;
	--gray: #D9D9D9;
	--gray-light: #eeeeee;
	--baige: #FBF9ED;
	--red: #BD3531;
	--pink: #D3307A;
	--orange: #EB5505;
	--blue: #1f42bb;
	--yellow: #FFEE00;


	--font-main: "Noto Sans JP", sans-serif;

	--font-size-xs: 0.625rem; /*10px*/
	--font-size-sm: 0.75rem; /*12px*/
	--font-size-md: 0.875rem; /*14px*/
	--font-size-def: 1rem; /*16px*/
	--font-size-lg: 1.25rem; /*20px*/
	--font-size-xl: 1.5rem; /*24px*/

	--url-bubble: url(/access/hikari/ad/lineup/usertype/images/bubble.svg);
	--url-check: url(/access/hikari/ad/lineup/usertype/images/svg/check.svg);

	--z-bottom-bar: 1000;

	--border-radius: 5px;
	--border-radius-lg: 10px;

	--spacing-x: 10px; /*0.625rem;*/
	--spacing-y: 20px; /*1.25rem*/

	--container: 850px;
}
.root-compare {
  font-family: var(--font-main);
}
.root-compare img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  width: 100%;
}
.brand-color--red {
	--brand-color: var(--red);
}
.tab-b,
.modal-target2,
.brand-color--pink {
	--brand-color: var(--pink);
}
.tab-c,
.modal-target3,
.brand-color--orange {
	--brand-color: var(--orange);
}
.fixed-buttons .btn {
	border-radius: var(--border-radius);
	padding: 12px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 0.5rem;
	width: 100%;
	background-color: var(--brand-color);
	color: white;
	font-weight: bold;
	line-height: 1.4;
	box-shadow: 0 4px 14px -6px rgba(0, 0, 0, 0.2);
		-webkit-transition: opacity .2s;
			-o-transition: opacity .2s;
			transition: opacity .2s;
}
.fixed-buttons .btn .presentation {
	flex-shrink: 0;
	padding-top: 2px;
}

.fixed-buttons .btn--width {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.fixed-buttons .btn--link {
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 9999px;
}

.fixed-buttons .btn--outline {
	/* padding: 0.8rem; */
	/* border-radius: var(--border-radius); */
	border-width: 2px;
	color: var(--black);
	border-color: var(--black);
	background-color: #fff;

}

.fixed-buttons .btn--cta {
	background-color: var(--yellow);
	color: var(--black);
	border-color: var(--black);
	border-width: 2px;
	font-size: 1.25rem;
		padding: 16px;
	justify-content: center;
		border-radius: 9999px;
}

.fixed-buttons .graph-section .btn--cta {
	background-color: var(--brand-color);
	border-color: var(--brand-color);
	color: white;
	font-size: 1rem;
}

.fixed-buttons .btn--detail {
	background-color: white;
	color: var(--brand-color);
	border-color: white;
	border-width: 2px;
	font-size: 1rem;
	padding: 16px;
	justify-content: center;
	border-radius: 9999px;
}



.fixed-buttons .btn--cta .phone-number {
	width: 150px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.fixed-buttons .btn--vertical {
	flex-direction: column;
	gap: .25em;
}

.fixed-buttons .btn--yellow {
	background-color: var(--yellow);
	color: var(--black);
}
.fixed-buttons .btn--red {
	color: var(--red);
	background-color: white;
}
.fixed-buttons .btn--pink {
	color: var(--pink);
	background-color: white;
}

.fixed-buttons .btn--orange {
	color: var(--orange);
	background-color: white;
}

.fixed-buttons .btn:hover {
	opacity: .7;
}

.fv-compare__text {
	display: block;
	padding: 0 calc(var(--spacing-y) * 2);
	margin-inline: auto;
	max-width: 750px;
}

.fv-compare__triangle {
	width: 30px;
	margin-inline: auto;
}

.fv-compare__buttons {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	/* align-items: center; */
	/* justify-content: center; */
	gap: var(--spacing-x);
	max-width: var(--container);
	margin-inline: auto;
	position: relative;
}



.fv-compare__button-item {
	position: relative;
}

.fv-compare__button-item::before {
	position: absolute;
	top: -9%;
	left: -3%;
	content: "";
	width: 14%;
	aspect-ratio: 1/1;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 4;
	background-color: var(--brand-color);
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fv-compare__button-item.brand-color--red::before {
	background-image: url(/access/hikari/ad/lineup/specposition/images/01/01.png);
}
.fv-compare__button-item.brand-color--pink::before {
	background-image: url(/access/hikari/ad/lineup/specposition/images/02/02.png);
}
.fv-compare__button-item.brand-color--orange::before {
	background-image: url(/access/hikari/ad/lineup/specposition/images/03/03.png);
}

.fv-compare__button-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px 5px;
	background-color: white;
	border-radius: var(--border-radius-lg);
	border-color: currentColor;
  border-style: solid;
	border-width: 2px;
	color: var(--brand-color);
	position: relative;
	z-index: 1;
  text-decoration: none;
}

.fv-compare__button-item a:hover img {
  opacity: .7;
  transition: opacity .2s;
}

.fv-compare__button-item .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-bottom: 2px solid currentColor;
	padding-bottom: 10px;
	aspect-ratio: 2/1;
}

.fv-compare__button-item .logo__text {
	font-size: 3.5vw;
	font-weight: bold;
	margin-bottom: 0.6rem;
	text-align: center;
	line-height: 1.4;
}

.fv-compare__button-item .logo img {
	display: block;
	width: 70%;
}

.fixed-buttons {
	opacity: 0;
	visibility: hidden;

	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fixed-buttons__list .btn--web {
	line-height: 1;
	padding: 10px 2px;
	justify-content: center;
	height: 100%;
}

.fixed-buttons__list .btn--web img {
	width: 80%;
	margin-bottom: 2px;
}

.fixed-buttons__list .btn--web.btn--red img {
	width: 60%;
}

.fixed-buttons__list .btn--call {
	padding: 8px 2px;
}
.fixed-buttons.is-shown {
	opacity: 1;
	visibility: visible;
}

.fixed-buttons .modalOpenTrigger {
	cursor: pointer;
}

.fixed-buttons .modal-description {
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(0, 0, 0, 0);
}

.fixed-buttons .modal-target {
	position: fixed;
	overflow: hidden;
	/* width: 100%; */
	width: 90%;
	/* height: 100%; */
	max-width: 900px;
	height: 95%;
	max-height: 650px;
	opacity: 0;
	-webkit-transition: 0.4s;
		transition: 0.4s;
	-ms-overflow-style: none;
	scrollbar-width: none;
	overscroll-behavior-y: none;
	/* background-color: var(--black); */
	padding: 0;
	border-radius: var(--border-radius);
}

.fixed-buttons .modal-target::-webkit-scrollbar {
	display: none;
}

.fixed-buttons .modal-target.is-active {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 1;
}

.fixed-buttons .modal-target::backdrop {
	cursor: pointer;
	background-color: rgba(0,0,0,0.7);
}

.fixed-buttons .modal-target .modal-target__inner {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	margin: auto;
	background-color: #fff;
	color: var(--black);
	-webkit-transform: translate(0, 10px);
	transform: translate(0, 10px);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	/* translate: 0px 10px; */
	opacity: 0;
	/* transition: 0.4s; */
	border-radius: var(--border-radius);
}

.fixed-buttons .modal-target .modal-target__inner.is-active {
	/* translate: 0px 0px; */
	-webkit-transform: translate(0, 0px);
	transform: translate(0, 0px);
	opacity: 1;
	-webkit-transition: 0.2s 0.2s;
	transition: 0.2s 0.2s;
}

.fixed-buttons .modal-target .modalCloseTrigger {
	cursor: pointer;
	position: absolute;
	top: 2%;
	right: 2%;
	width: 44px;
	aspect-ratio: 1/1;
}

.fixed-buttons .modal-target .modalCloseTrigger img {
	pointer-events: none;
}

.fixed-buttons>.container {
	position: fixed;
	bottom: 0;
	left: 0;/*50%;*/
	right: 0;
	/* width: 100%; */
	/* max-width: 750px; */
	/* translate: -50% 0; */
	z-index: var(--z-bottom-bar);
}

.fixed-buttons>.container>.pagetop {
	display: block;
	margin-left: auto;
	width: 44px;
	/* margin-bottom: 1rem; */
	aspect-ratio: 1/1;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}


.fixed-buttons .fixed-buttons__title {
	color: white;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 2px;
	letter-spacing: 0.05em;
}

.fixed-buttons__grid {
	display: flex;
	flex-wrap: wrap
}

.fixed-buttons__list {
	background-color: #0009;
	padding: 5px;
	text-align: center;
}

.fixed-buttons__list .item {
	width: 33.33%;
	padding: 5px;
}

.fixed-buttons__list .item:last-of-type {
	width: 100%;
}

.fixed-buttons .btn--call .phone-number {
	width: 140px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.fixed-buttons .btn--call .phone-info {
	font-size: .9rem;
	font-weight: normal;
	line-height: 1.3;
}

.fixed-buttons .btn--call .phone-info .phone-info__big {
	font-size: 1.3rem;
	display: block;
}
.fv-compare__button-item .graph {
	/* border-width: 2px; */
	/* border-color: var(--gray); */
	/* border-radius: var(--border-radius); */
  border-style: solid;
	padding: 10px 0;
	/* padding: 0; */
	display: block;
	position: relative;
}
.fv-compare__button-item .compare-btn {
  margin-top: 10px;
  width: 100%;
}

.phone-number-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-inline: auto;
}

.phone-number-wrap .free {
	width: 33px;
}

.phone-number-wrap .phone {
	width: 150px;
}

.fixed-buttons .btn--call .phone-number-wrap .phone {
  margin-top: 2px;
  margin-bottom: 2px;
}

.mod-tbl.bgc-minico tbody th {
  background-color: #BD3531;
  color: #fff;
  font-weight: bold;
}
.mod-tbl.bgc-collabo tbody th {
  background-color: #D3307A;
  color: #fff;
  font-weight: bold;
}
.mod-tbl.bgc-au tbody th {
  background-color: #EB5505;
  color: #fff;
  font-weight: bold;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media screen and (max-width:767px){
  body.ux2v1 #splnav ul li a.nav-pagelink::after{
    rotate: 90deg;
    right: 13px;
  }
  .kv {
    background: none;
  }
  .str-outer-partition.partition-minico .str-inner,
  .str-outer-partition.partition-collabo .str-inner,
  .str-outer-partition.partition-au .str-inner,
  .str-outer-partition.partition-compare .str-inner {
    padding-top: 3.9rem!important;
    padding-bottom: 3.9rem!important;
  }
  .str-outer-partition.partition-kvbtm .str-inner {
    padding-top: 2.4rem!important;
    padding-bottom: 4rem!important;
  }
  .str-outer-partition.partition-kvbtm .mod-txt {
    margin-bottom: 2.5rem!important;
  }
  .product-links-wrapper > .mod-lyt .col {
    padding-top: 20px;
  }
  .product-img {
    margin-bottom: 2rem;
  }
  .product-cvbtn {
    margin-right: 8.438vw;
    margin-left: 8.438vw;
  }
  .related-product {
    margin-top: 3rem;
  }

  .nav_cta .inner {
    flex-direction: column;
    align-items: center;
  }

  .nav_cta .inner p {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .img_nav_01 {
    display: none;
  }
  .contactbk .bk1,
  .contactbk .bk0{
    margin-top:3rem;
  }
  .contactbk .bk1,
  .contactbk .bk0{
    padding:1.5rem;
  }
  .contactbk .bk1 h3,
  .contactbk .bk0 h3{
    font-size:2.4rem;
  }
  .contactbk .bk1 p:first-of-type,
  .contactbk .bk0 p:first-of-type {
    font-size:1.2rem;
    margin-top:1.2rem;
    text-shadow:0px 0px 1px white, 0px 0px 1px white, 0px 0px 1px white;
  }
  p.tel{
    font-size:2.1rem;
    text-shadow:0px 0px 4px white;
    margin-top:2.1rem;
  }
  .fv-compare__buttons.is-vertical {
		grid-template-columns: 1fr;
	}
	.fv-compare__buttons.is-vertical .fv-compare__button-item a {
    flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		padding: var(--spacing-x) var(--spacing-x) var(--spacing-x) 16px;
	}
	.fv-compare__buttons.is-vertical .fv-compare__button-item .logo {
		border: 0;
		width: 40%;
	}

	.fv-compare__buttons.is-vertical .fv-compare__button-item .logo img {
		/* display: block; */
		width: 100%;
	}
	.fv-compare__buttons.is-vertical .fv-compare__button-item .graph {
		/* border: 0; */
		width: 55%;
		border: 2px solid var(--gray);
		padding: 5px;
		border-radius: var(--border-radius);
	}
}

@media (min-width: 768px) {
  body.ux2v1.hikari .applybtn a::after{
    rotate: -90deg;
  }
  .root-compare {
    --spacing-x: 20px;
    --spacing-y: 30px;
  }
  .str-outer-partition.partition-compare::before {
		top: -4%;
		right: -6%;
		width: 300px;
	}
	.str-outer-partition.partition-compare::after {
		bottom: -4%;
		top: auto;
		left: -9%;
		width: 300px;
	}
  .btn {
		padding: 16px 20px;
	}
  .fv-compare__button-item::before {
		top: -6%;
		left: -6%;
		width: 20%;
	}
	.fv-compare__text {
		width: 80%;
	}
	.fv-compare__button-item a {
		padding: 10px;
		min-height: 400px;

	}
	.fv-compare__button-item .graph {
		padding: 10px;
    margin-top: 10px;
	}
	.fv-compare__button-item .logo {
		aspect-ratio: 2/0.8;
		border-bottom: 0;
	}
	.fv-compare__button-item .logo img {
		width: 65%;
	}
	.fv-compare__button-item.brand-color--red .logo img {
		width: 55%;
	}
	.fv-compare__button-item.brand-color--orange .logo img {
		margin: 16px 0;
	}
	.fv-compare__button-item .graph {
		border-width: 2px;
		border-color: var(--gray);
		border-radius: var(--border-radius);
		padding: 10px;
		/* padding: 0; */
		display: block;
		position: relative;
	}
	.fv-compare__button-item .logo__text {
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 0.6rem;
		text-align: center;
		line-height: 1.4;
	}
	.fv-compare__button-item .logo__text br {
		display: none;
	}
  .fixed-buttons__list .btn--web img {
		width: 130px;
		/* margin-bottom: 2px; */
	}
	.fixed-buttons__list .btn--web.btn--red img {
		width: 100px;
	}
	.fixed-buttons__list .text-xs {
		font-size: var(--font-size-sm);
	}

  .fixed-buttons .fixed-buttons__title {
		width: 75%;
		/* margin-bottom: 3px; */
		/* letter-spacing: 0.05em; */
	}
	.fixed-buttons__phone .fixed-buttons__title {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		/* margin-right: 12%; */
		margin-top: -20px;
	}
  .fixed-buttons>.container>.pagetop {
		margin-right: 1rem;
		margin-bottom: 1rem;
	}

	.modal-target {
		--spacing-y: 16px;
	}
  .cta--phone {
		cursor: default;
		pointer-events: none;
		background-color: var(--gray-light);
		border-radius: 5px;
		border-color: transparent;
		box-shadow: none;
	}
	.cta--phone:hover img {
			opacity: 1 !important;
	}
	.fixed-buttons__list .item .cta--phone {
		background-color: transparent;
		color: white!important;
	}
	/* .fixed-buttons__list { */
		.fixed-buttons__grid {
		display: flex;
		flex-wrap: nowrap;
	}

	.fixed-buttons__list .item {
		width: 25%;
		padding: 5px;
	}
	.fixed-buttons__list .item:last-of-type {
		width: 25%;
	}

	.fixed-buttons .btn--call .phone-number {
		width: 90%;
		max-width: 200px;
		margin-top: 4px;
		margin-bottom: 4px;
	}

	/* .fixed-buttons .btn--call .phone-info {
		width: 90%;
			max-width: 200px;
	} */

	.fixed-buttons .btn--call .phone-info {
		/* font-size: 0.6rem; */
		line-height: 1.4;
	}

	.fixed-buttons .btn--call .phone-info .phone-info__big {
		/* font-size: 0.8rem; */
	}
	.fixed-buttons .btn--call .phone-number-wrap .phone {
		width: 133px;
		max-width: 200px;
		margin-top: 4px;
		margin-bottom: 4px;
	}
}

@media (min-width: 1000px) {
  .fixed-buttons__list {
		padding: 10px;
	}

	.fixed-buttons .modal-target {
		max-height: 700px;
	}
	.fixed-buttons .btn--call .phone-info {
		line-height: 1.5;
	}

	.fixed-buttons__list .btn--web img {
		width: 140px;
		/* margin-bottom: 2px; */
	}

	.fixed-buttons__list .btn--web.btn--red img {
		width: 120px;
	}
}
