@charset "utf-8";
@import "/assets/css/zzz_cookiebanner_hidden.css";
/* Format :Desktop First Index */
/*PC = 768px以上*/
/*TB = 416-767px*/
/*SP = 320-415px*/

/*-------------------------------
 Overwrite for CSD_style.css
---------------------------------*/
.card__text.ta-l,
.text-lead-page.ta-l,
.text-lead-cont.ta-l {
  text-align: left;
}
.card__text.ta-r,
.text-lead-page.ta-r,
.text-lead-cont.ta-r {
  text-align: right;
}
.card__text.ta-c,
.text-lead-page.ta-c,
.text-lead-cont.ta-c {
  text-align: center;
}

.link-text__deco--more::after	{
	border-top-color: inherit;
	border-right-color: inherit; 
}
.link-text__deco--more:hover  {}
.link-text__deco--more:hover::after  {
  border-color: inherit;
}
.link-btn-local {
	display: block;
	/* border-radius: 100rem; */
	width: min(90%, 48rem);
	border-bottom: .2rem solid #F6C8D2;
	padding: 1.2em 3.4rem;
	margin: 1.5rem auto;
	background: #fbf0f0;
}
.link-btn-local:hover {
  text-decoration: none;
  color: #fff;
  background: var(--color-link-cmn-hover);
}
.link-btn.bg-g {
  border-radius: 100rem;
  width: min(90%, 48rem);
}
.link-btn.bg-g::after {
  content: none;
}
.link-btn.bg-lt {
  background: #D77373;
  margin-bottom: 0;
}

/*-------------------------------
 Bace _ Common Parts
---------------------------------*/
main {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background: #fff;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  /*濃いめ：書き文字用*/
  --c-brw: #7E5444;
  --c-pnk: #FC8A91;
  --c-org: #f38901;
  /*SD-DD切替用*/
  --c-base-bgc: #fff;
  --c-sd-brw: #6A534F;
  --c-sd-bdr: #EDCBCB;
  --c-sd-bgc: #F6EDEC;
  --c-dd-brw: #F28901;
  --c-dd-bdr: #F8E69F;
  --c-dd-bgc: #FCF8DC;
  /* font-size CSD-Overwrite */
  --fs-xxs:	calc(var(--fs) * 1.0);
  --fs-xs:	calc(var(--fs) * 1.1);
  --fs-s:	calc(var(--fs) * 1.2);
  --fs-ms:	calc(var(--fs) * 1.3);
  --fs-m:	calc(var(--fs) * 1.4);
  --fs-ml:	calc(var(--fs) * 1.5);
  --fs-l:	calc(var(--fs) * 1.6);
  --fs-ll:	calc(var(--fs) * 1.7);
  --fs-xl:	calc(var(--fs) * 1.8);
  --fs-xxl:	calc(var(--fs) * 2.0);
}
.fa, .fab, .fal, .far, .fas {
	text-indent: 0 !important;
}
.container-box {
  margin-inline:auto;
  max-width: 96%;
}

/*-------------------------------
 link _ Common Parts
---------------------------------*/
/*関連リンク*/
.rerated-link {
  width: min(calc(100% - 2rem),78rem);
  padding: 0;
  margin: 2rem auto;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--bs-cmn);
  border: 1px solid var(--color-gry-smoke);
}
.rerated-link:hover {
  color: inherit;
}
.rerated-link__banner {
  width: 50%;
  flex-shrink: 0;
}
.rerated-link__card {
  width: 25%;
  flex-shrink: 0;
}
.rerated-link__text {
  padding: 0 1em;
  margin: 0 auto;
  color: #78162c;
}
/*リンクボタン重ね*/
.card__tower-link {
	padding: 0.5rem 1rem;
	margin-inline: auto;
	width: min(100%, 68rem);
	font-size: calc(var(--fs) * 1.5);
}
.card__tower-link .link-btn {
  padding: 1em 1.5em 1em 0.5em;
  margin: 0.4rem auto;
}
/*ページ内カテゴリリンク小*/
.support-navi-local {
	width: 100%;
	position: relative;
	text-align: center;
	padding: calc(var(--rs) * 2.0) 0;
	font-size: calc(var(--fs) * 1.3);
	z-index: 5;
	/* backdrop-filter: blur(10px); */
	/* position: sticky; */
	/* top: 0; */
	/* background: rgba(255, 255, 255, 0.9); */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.titdec-section + .support-navi-local {
  padding-top: var(--rs);
}
.support-navi-local li {
	padding: 1px 1.25em;
	position: relative;
}
.support-navi-local li:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 1em;
	background-color: #ccc;
	position: absolute;
	top: 3px;
	right: 0;
}
.support-navi-local li a{
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.support-navi-local li:nth-child(3){
  word-wrap: break-word;
}
.support-navi-local li a.active::before{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -.2rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: .5rem;
  border-radius: .2rem;
  background-color: rgba(250, 160, 180, 0.5);
  opacity: 0.3;
}

/*-------------------------------
 Text _ Common Parts
---------------------------------*/
/* color */
.tc-red { color: #EC3E38;} 
.tc-pnk { color: #FC8A91;}
.tc-org { color: #F3AA3D;}
.tc-gray {color: #777;}
.tc-gray-dark {color: #555;}

/* text-dec */
.marker_red	{
	background: linear-gradient(transparent 60%, #ffd5d5 60%);
	}
.marker_pnk	{
	background: linear-gradient(transparent 60%, #FCCFD9 60%);
	}
.marker_blue	{
	background: linear-gradient(transparent 60%, #ccf4ff 60%);
	}
.marker_ppl	{
	background: linear-gradient(transparent 60%, #ccf4ff 60%);
	}
.marker_green	{
	background: linear-gradient(transparent 60%, #daeaca 60%);
	}
.marker_org	{
	background: linear-gradient(transparent 60%, #fdeabf 60%);
	}
.marker_ylw	{
	background: linear-gradient(transparent 60%, #FFEF99 60%);
	}
.marker_grn	{
	background: linear-gradient(transparent 60%, #E3EFE8 60%);
	}
.marker_gry	{
	background: linear-gradient(transparent 60%, rgba(50,50,50,0.15) 60%);
	}
.srvc-icon-update {
  background: #EC3E38;
  color: #fff;
  padding: 1px .6em;
  border-radius: .3rem;
  font-size: calc(var(--fs) * 1.2);
  display: inline-block;
}

/* Font_Size */
.fs--08	{ font-size: 0.8rem !important;}
.fs--09	{ font-size: 0.9rem !important;}
.fs--10	{ font-size: var(--fs-xxs);}
.fs--11	{ font-size: var(--fs-xs);}
.fs--12	{ font-size: var(--fs-s);}
.fs--13	{ font-size: var(--fs-ms);}
.fs--14	{ font-size: var(--fs-m);}
.fs--15	{ font-size: var(--fs-ml);}
.fs--16	{ font-size: var(--fs-l);}
.fs--17	{ font-size: var(--fs-ll);}
.fs--18	{ font-size: var(--fs-xl);}
.fs--20	{ font-size: var(--fs-xxl);}
.fs--22	{ font-size: calc(var(--fs-l) * 1.375);}
.fs--24	{ font-size: calc(var(--fs-l) * 1.5);}
.fs--26	{ font-size: calc(var(--fs-l) * 1.625);}
.fs--28	{ font-size: calc(var(--fs-l) * 1.75);}
.fs--30	{ font-size: calc(var(--fs-xxl) * 1.5);}

/*Font-weight*/
.txt--bold {
  font-weight: bold !important;
}
.txt--normal {
  font-weight: normal !important;
}
/*Note*/
.note-list	{
	padding:0.5em 0;
	margin: auto;
	}
.note-list > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
.note-list > li ~ li {
  margin-top: 0.5rem;
}
.note-list.note-list-flex {
  display: flex;
  flex-wrap: wrap;
}
.note-list.note-list-flex > li {
  margin: 0;
  padding: .2rem 1.5em .5rem 0;
  text-indent: 0;
  flex-shrink: 0;
}
li.note-list--markbull::before,
.note-list--markbull > li::before {
	content: "\25CF";
	opacity: 0.6;
	font-size: 0.5em;
	margin-right: 0.5em;
	width: 1.5em;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	text-indent: 0;
	}
li.note-list--markkome::before,
.note-list--markkome > li::before	{
	content: "\203B";/*※*/
	opacity: 0.6;
	font-size: 0.9em;
	margin-right: 0.1em;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	text-indent: 0;
	}

.tango_list	{
  max-width: 100%;
}
.tango_list > li	{ 
  text-indent: 0;
  display: inline-block;
}
.tango_list > li:not(:last-child)::after	{ 
    content: " | ";
    color: #ddd;
    display: inline-block;
    margin-left: .6em;
    margin-right: .4em;
    }
.tango_list > li.tango-tit 	{
	display: block;
}
.tango_list > li.tango-tit::after	{ content: none;}

.list-brackets {
	display: inline-block;
}
.list-brackets::before	{ content: "( ";}
.list-brackets::after	{ content: " )";}

/*-------------------------------
 Common：共通パーツ・見出し
---------------------------------*/
.content-banner {
  width: min(94rem, 98%);
  margin: 1rem auto;
  line-height: 0;
  position: relative;
}
/*見出し大-明朝-差し色線*/
.titdec-section {
	position: relative;
	margin: 0 auto 1em;
	padding: calc(var(--rs) * 3) 1rem;
	text-align: center;
	font-size: calc(var(--fs) * 2.5 + var(--rs) * 0.5);
	font-weight: bold;
	color: var(--color-main);
	line-height: 1.25;
}
.titdec-section::after {
	content: "";
	position: absolute;
	bottom: .25em;
	display: inline-block;
	width: 5em;
	height: .5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(250, 160, 180, 0.5);
}
.titdec-section-sub {
  font-size: calc(var(--fs) * 1.8);
  font-weight: bold;
}
/*見出し中-八角茶枠-*/
.titdec-heading {
  padding: 2rem;
  margin: 2rem auto;
  font-size: calc(var(--fs) * 2.0);
  font-weight: normal;
  text-align: center;
  position: relative;
  background: var(--c-sd-brw);
  color: #fff;
  box-shadow: 0 0 0 0.3rem var(--c-sd-brw) inset, 0 0 0 0.5rem var(--c-sd-bdr) inset, 0 0 0 0.1rem var(--c-sd-brw) inset;
  overflow: hidden;
}
.titdec-heading.ta-l {
  text-align: left;
}
.titdec-heading.mb0 {
  margin-bottom: 0;
}

.heading-corner1::after,.heading-corner1::before,
.heading-corner2::after,.heading-corner2::before{
  content: "";
  position: absolute;
  height: calc(var(--fs) * 2.0);
  width: calc(var(--fs) * 2.0);
  background: var(--c-base-bgc);
  border: solid var(--c-sd-brw) 0.3rem;
  box-shadow: 0 0 0 0.2rem var(--c-sd-bdr);
}
.heading-corner1::before{
  left: -.5rem;
  top: -.5rem;
  border-radius: 0 0 100% 0;
}
.heading-corner2::before{
  left: -.5rem;
  bottom: -.5rem;
  border-radius: 0 100% 0 0;
}
.heading-corner1::after{
  right: -.5rem;
  top: -.5rem;
  border-radius: 0 0 0 100%;
}
.heading-corner2::after{
  right: -.5rem;
  bottom: -.5rem;
  border-radius: 100% 0 0 0;
}
.text-lead-ictxt {
	display: flex;
	max-width: var(--width-cont);
	padding: 0;
	margin: 1em auto;
	color: var(--color-text-base);
	font-size: var(--fs-l);
	line-height: 1.6;
	justify-content: flex-start;
	align-items: center;
	gap: .5em;
}
.text-lead-ictxt > i {
	/* width: min(5em,10rem); */
	font-size: 4rem;
	color: #EC3E38;
	margin-right: 0;
}
.text-lead-ictxt > i + * {
  flex-grow: 1 1 auto;
}

/*-------------------------------
 導入
---------------------------------*/
.sct-intro {
	max-width: 100%;
	width: 100%;
	padding: 1rem 0 0;
  background: #fff;
}
.sct-intro:has(.information-wrap) {
  padding-bottom: calc(var(--rs) * 4.0);
}

/*-------------------------------
 ニュース
---------------------------------*/
.information-wrap {
	display: flex;
	flex-direction: column;
	width: min(94%,var(--width-site));
	margin: auto;
}
.information-wrap .information-list {
  margin: 0 auto 1rem;
  border-bottom: 0;
  padding: 1rem 0;
  font-size: var(--fs-ml);
}
.information-wrap .card.card--col1 {
  max-width: var(--width-box);
  margin-bottom: calc(var(--rs) * 4.0);
}
.information-list > li {
  align-items: baseline;
}
/*-------------------------------
 商品LINE UPとお求め方法
---------------------------------*/



/*-------------------------------
 アーカイブ：関連動画一覧
---------------------------------*/
.sct-archive {
  max-width: none;
  width: 100%;
  padding: calc(var(--rs) * 2) 2vw;
  background: #F3F1F0;
}
.archive-card-box {
  margin: calc(var(--rs) * 1.0);
  color: var(--color-text-base);
}
.archive-card-box .card-news__title{
  text-align: left;
  background: none;
}
.card-news__period {
  margin-top: auto;
  padding-top: 1rem;
  font-size: var(--fs-m);
  line-height: 1.3;
  text-align: left;
  word-break: break-all;
}
/* slider共通*//*横スクロールバータイプ*/
.slider-conts-wrap {
	position: relative;
  /*max-width: var(--width-site);*/
  max-width: calc(var(--width-cont) + 2rem);
  margin: 0 auto;
	padding: 0 1.5rem 1.5rem;
}
.slider-conts .slick-dots {
  width: 98%;
  margin: auto;
  flex-wrap: nowrap;
  margin-top: 0.5rem;
}
.slider-conts .slick-dots > li {
  flex: 1;
  margin: 0;
  position: relative;
}
.slider-conts .slick-dots > li > button {
  width: 100%;
  height: .8rem;
  position: relative;
}
.slider-conts .slick-dots > li > button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.1);
}
.slider-conts .slick-dots > li.slick-active > button::before {
  background: rgba(0,0,0,.25);
}
.slider-conts .slick-slide {
  position: relative;
}
.slider-conts .slick-slide img {
  max-width: 100%;
  object-fit: contain;
}
.slider-conts .slick-arrow {
  color: #333;
  opacity: .8;
  text-shadow: none;
  font-size: 4rem;
  top: calc(50% - 1em);
}
.slider-conts .slick-arrow.slider-prev { margin: 0; left: -1.7rem;}
.slider-conts .slick-arrow.slider-next { margin: 0; right: -1.7rem;}
.slider-conts .slick-arrow.slick-disabled {
  display: none !important;/*一通*/
}
.slider-conts .slick-dots > li:first-child:last-child {/*1個の時は非表示*/
    display: none !important;
}
/*-------------------------------
 Youtube埋め込み
---------------------------------*/
/* video */
.video {
  width: 100%;
  max-width: 96rem;
  height: 0;
  padding-top: 56.25%; /*アスペクト比16:9 = 9/16 * 100%*/
  position: relative;
  display: block;
  box-shadow: 0 0 0 1px #333;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute; left: 0; top: 0; right: 0; bottom: 0;
  z-index: 1;;
}
/*スマホのみ縦長*/
@media screen and (max-width: 835px) {
  .video.vertically-long-sp {
    padding-top: 177.778%;
    overflow: hidden;
  }
}
/*どんな時も縦長*/
.video.vertically-long-sp--tile {
  padding-top: 177.778%;
  overflow: hidden;
}
.slider .video {
  height: 100%;
  padding-top: 0;
  position: absolute;
  left: 0; top: 0;
}


/*-------------------------------
 アイ：各部位の名称
---------------------------------*/
.sct-various {
	width: 100%;
	max-width: none;
	background: #F1F9F5;
	padding-top: calc(var(--rs) * 4.0);
	padding-bottom: calc(var(--rs) * 4.0);
}
.eye-partname {
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
	width: min(90%,80rem);
	margin: 3rem auto;
}
.eye-partname-dtl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eye-partname-dtl dt{
  font-weight: bold;
  font-size: calc(var(--fs) * 2.0);
}
.eye-partname-dtl dd {
	padding: 0 1rem;
	max-width: 26rem;
	text-align: center;
	margin-inline: auto;
}
/*-------------------------------
 アイ：種類と形状
---------------------------------*/
.eye-parttype-wrap {
	width: min(100%, 128rem);
	position: relative;
	margin: 2rem auto;
	padding: calc(var(--rs) * 1.0);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  margin-bottom: 2rem;
}
.eye-parttype-box {
	width: calc(var(--col2) - (var(--rs) * 2.0));
	margin: calc(var(--rs) * 1.0);
	background: rgba(255,255,255,.9);
	box-shadow: var(--bs-cmn);
}
.eye-parttype-tit {
  position: relative;
	color: #5B504B;
	text-align: center;
	/*margin: 0 calc(var(--fs) * 1.0) calc(var(--fs) * 1.0);*/
}
.eye-parttype-tit > h3 {
	font-weight: bold;
	font-size: calc(var(--fs) * 2.0);
  margin-bottom: .5em;
	padding: 0.5em calc(var(--rs) * 1.0);
  position: relative;
}
.eye-parttype-tit > h3::after {
  content: "";
  width: calc(100% - calc(var(--fs) * 2.0));
  height: 1px;
  border-bottom: 1px solid;
  position: absolute;
  bottom: 0;
  left: calc(var(--fs) * 1.0);
}
.eye-parttype-tit > h4 {
	font-size: calc(var(--fs) * 1.3);
	opacity: .8;
	display: inline-block;
  margin-top: calc(var(--rs) * 1.0);
	padding: 0 .8em;
	line-height: 1.5;
	background: #eee6d4;
	font-weight: normal;
}
.eye-parttype-dtl p{
  padding: calc(var(--fs) * 1.0);
  font-size: calc(var(--fs) * 1.4);
  text-align: left;
}
.eye-parttype-img {
	display: flex;
	justify-content: center;
	text-align: center;
	width: min(60%,20rem);
	margin-inline: auto;
}
.eye-parttype-img > img {
  object-fit: contain;
  width: 50%; 
}
.eye-parttype-img.wide {
  width: min(80%,25rem);
}
.eye-parttype-img.wide > img {
  width: 40%;
}
.eye-parttype-img.wide > img + img {
  width: 60%;
}
.eye-parttype-model {
	padding: calc(var(--fs) * 1.0);
}
/*-------------------------------
 アイの取り外し/取り付け方
---------------------------------*/
.sct-howto {
  max-width: 100rem;
  width: 100%;
  padding: 0 calc(var(--rs) * 1.0) calc(var(--rs) * 4.0);
  background: var(--c-base-bgc);
}
#howto-sd {
  --c-base-bgc: #F6EDEC;
}
#howto-dd {
  --c-sd-brw: #F28901;
  --c-sd-bdr: #F8E69F;
  --c-base-bgc: #FCF8DC;
}

.eye-howto-nav {
	width: min(100%,94rem);
	margin: 2rem auto 4rem;
  padding: 1rem;
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	gap: calc(var(--rs) * 1.0);
}
.eye-howto-link {
  font-size: var(--fs-l);
  padding: 1rem;
  border: 1px solid var(--color-gry-smoke);
  /*box-shadow: var(--bs-cmn);*/
}
.eye-howto-link-cap {
}
.eye-howto-link > dt {
	font-weight: bold;
  text-align: center;
}
.eye-howto-link > dt img {
	margin-top: 0.5em;
  box-shadow: var(--bs-cmn);
  vertical-align: baseline;
}
.eye-howto-link > dt > a {
  display: block;
}
.eye-howto-link > dd {
	text-align: left;
	border-bottom: .2rem dotted #d5d5d5;
}
.eye-howto-link > dd > a {
  display: block;
  position: relative;
  width: 100%;
  padding: calc(var(--rs) * 1.0);
}
.eye-howto-link > dd > ul {
	margin-left: calc(var(--rs) * 1.0 + 1.5em);
}
.eye-howto-link > dd > ul > li {
	font-size: calc(var(--fs) * 1.5);
	padding: .4rem 0;
}
/*POINT：作業の前に注意ポイント*/
.eye-chang-notice {
	width: min(100%,92rem);
	margin: 1.5em auto;
	font-size: calc(var(--fs) * 1.5);
	line-height: 1.6;
	text-align: center;
	color: #EC3E38;
	display: flex;
	justify-content: center;
  align-items: center;
	border: 3px dotted;
	padding: 1rem;
}

/*POINT：ワンポイントアドバイス*/
.eye-advice-point {
	width: min(94%,80rem);
	margin: calc(var(--rs) * 2.0) auto;
	display: flex;
	font-size: var(--fs-m);
	align-items: center;
  border-radius: 2rem;
}
.eye-advice-point dt {
  flex: 1;
  position: relative;
  padding: 1rem;
}
.eye-advice-point dt::before {
	content: "Point";
	background: url("/assets/image/deco/point-text.png") 100% 0 / cover no-repeat;
	color: var(--color-white);
	font-size: 1.25rem;
	font-weight: bold;
	padding: 0 1.5em 0 1rem;
	top: -1rem;
	left: -1rem;
	line-height: 2em;
	height: 2em;
	display: inline-block;
	position: absolute;
}
.eye-advice-point dd {
	flex: 2;
	padding-left: 1em;
  padding: 1rem;
}
.eye-advice-point strong,
.eye-advice-point em,
.eye-advice-point span,
.eye-advice-point b {
  display: inline-block;
}
/*-------------------------------
 アイの交換方法
---------------------------------*/
.eye-change-container {
  padding: calc(var(--rs) * 1.0);
  max-width: calc(var(--width-cont) + calc(var(--rs) * 2.0));
  margin-inline: auto;
  position: relative;
}
/*使用アイテム*/
.eye-change-tools {
  display: flex;
  width: calc(100% - 2rem);
  margin: 1rem auto;
  position: relative;
  text-align: left;
  font-size: calc(var(--fs) * 1.5);
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #FC8795;
  box-shadow: var(--bs-cmn);
  overflow: hidden;
}
.eye-change-tools dt,
.eye-change-tools dd {
  padding: calc(var(--rs) * 1.0) calc(var(--fs) * 1.0);
}
.eye-change-tools dt {
  flex: 0 0 auto;
  font-weight: bold;
}
.eye-change-tools dt::after {
  content: "：";
}
.eye-change-tools dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-grow: 1;
}
.eye-change-tools dd > a:not([class]){
  color: var(--color-text-base);
}
.eye-change-tools dd > .link-text__deco--more {
	/* display: inline-block; */
	padding: 0 .5em;
	border-bottom: 2px dotted;
	font-size: 0.9em;
	background: #fff2f2;
	font-weight: bold;
	margin-right: 0;
	margin-left: 1em;
}


/*TIPS：ご試着について*/
.eye-change-tips {
	width: min(96%,90rem);
	margin: calc(var(--rs) * 2.0) auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 1rem;
	padding: calc(var(--rs) * 2.0);
}
.eye-change-tips dt {
	width: var(--col2);
	position: relative;
}
.eye-change-tips dd {
	padding: 1rem;
	font-size: calc(var(--fs) * 1.4);
	flex-shrink: 1;
	width: var(--col2);
}
.eye-change-tips-cap {
	font-size: calc(var(--fs) * 1.6);
	margin-bottom: .5em;
	color: var(--c-sd-brw);
}

/*交換頻度別タイトル*/
.eye-change-steptit {
	position: relative;
	padding: 1rem;
	border-bottom: 3px solid;
	color: var(--color-main);
	border-color: var(--c-sd-brw);
	background-color: var(--c-sd-bdr);
	font-size: calc(var(--fs) * 1.8);
  font-weight: 900;
	text-align: left;
	width: min(98%,94rem);
	margin: 0 auto 2rem;
}
.eye-change-steptit::before {
  position: absolute;
  bottom: -14px;
  left: 2.5em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0;
  border-style: solid;
  border-color: var(--c-sd-brw) transparent transparent;
}
.eye-change-steptit::after {
  position: absolute;
  bottom: -10px;
  left: 2.5em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0;
  border-style: solid;
  border-color: var(--c-sd-bdr) transparent transparent;
}

/*STEP*/
.sptstep-card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
	padding: .5rem calc(var(--rs) * 0.5);
}
.sptstep-card-item {
	width: var(--col4);
	position: relative;
	padding: calc(var(--rs) * 1.0);
  margin-bottom: calc(var(--rs) * 1.0);
}
.card--col3 .sptstep-card-item {
  width: var(--col3);
}
.sptstep-card-item.sptstep-flex-grow2 {
  width: var(--col2);
}
.sptstep-card-thumb > img:not([class]){
  border: 2px solid var(--c-sd-brw);
}
.sptstep-card-text {
  font-size: calc(var(--fs) * 1.5);
	padding: calc(var(--fs) * 1.0) 0;
	text-align: left;
	line-height: 1.6;
}
.sptstep-card-text > strong:not([class]) {
	font-size: 110%;
	color: var(--color-main);
}
.sptstep-card-att {
	line-height: 1.4;
	display: block;
	margin-top: .5em;
	font-size: calc(var(--fs) * 1.2);
}
.sptstep-card-num {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	/* border-radius: 50%; */
	inline-size: min(25%,3rem);
	position: absolute;
	left: 0;
	top: 0;
	background: var(--c-sd-brw);
	color: #fff;
	font: normal bold calc(var(--fs) * 1.5) intal;
}
.sptstep-card-notebox {
	margin-inline: auto;
	width: min(94%,90rem);
	font-size: var(--fs-m);
}

/*-------------------------------
 関連用品
---------------------------------*/
.eye-item-container {
  margin-top: calc(var(--rs) * 4.0);
  padding-top: 2rem;
  border-top: 3px dotted #e8e8e8;
}
.eye-item-card {padding-bottom: 1rem;}
.eye-item-card  > a:not([class]){
	text-decoration: none;
  color: var(--color-text-base);
  display: block;
  text-align: center;
}
.eye-item-read {
  padding: 0 1rem;
  margin: 1rem auto 0;
  font-size: var(--fs-m);
  color: #fc3959;
  text-align: center;
  position: relative;
}
.eye-item-title {
  padding: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-size: var(--fs-l);
  /*font-weight: bold;*/
  text-align: center;  
}
.eye-item-text {
	padding: 0 1rem;
	margin: calc(var(--fs) * 1.5) auto;
	font-size: var(--fs-m);
	text-align: left;
}
.eye-item-note {
  padding: 0 1rem;
  margin: 1rem auto 0;
  font-size: var(--fs-ms);
}
.eye-item-note > li {
	padding-left: 1em;
	text-indent: -1em;
	padding-top: .3em;
	line-height: 1.4;
}

.eye-item-stars {
  font-size: calc(var(--fs) * 1.2);
  margin: 0 auto 0 0;
  inline-size: fit-content;
  margin-inline: auto;
  color: #626262;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(var(--fs) * 1.0);
}
.eye-item-stars > div {
  display: flex;
  justify-content: center;
  padding: .5rem 1rem;
  background: #F4F4F8;
  margin-top: -1px;
  border-radius: 9rem;
}
.eye-item-stars dt,
.eye-item-stars dd {
}
.eye-item-stars dt {
  width: 5.5em;
  margin-right: .5em;
}
/*.eye-item-stars i.fas{
  margin: 0 !important;
}
.tc-star-none { 
  color: #d7d7d7 !important;
}*/
/*★の数*/
.ic-rating-star {
  display: block;
  position: relative;
}
.ic-rating-star::before, .ic-rating-star::after {
  top: 0;
  left: 0;
  letter-spacing: 1px;
  font-family: var(--fa-style-family,"Font Awesome 6 Free");
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.ic-rating-star::before {
  position: relative;
  color: #d5d5d5;
  content: "\f005\f005\f005\f005\f005";
}
.ic-rating-star::after {
  position: absolute;
  color: #626262;
  z-index: 2;
}
.ic-rating-star.ic-rating--val10::after {
  content: "\f005";
}
.ic-rating-star.ic-rating--val20::after {
  content: "\f005\f005";
}
.ic-rating-star.ic-rating--val30::after {
  content: "\f005\f005\f005";
}
.ic-rating-star.ic-rating--val40::after {
  content: "\f005\f005\f005\f005";
}
.ic-rating-star.ic-rating--val50::after {
  content: "\f005\f005\f005\f005\f005";
}


/*-------------------------------
 品番の見方
---------------------------------*/

/*-------------------------------
 FAQ
---------------------------------*/


/* ==================== PC-only START ==================== */
@media screen and (min-width: 767px) { /* PC only */
/*-------------------------------
 表示切替
---------------------------------*//*PC*/
	.sp-on { display: none;}
	.br-on { display: block;}
  /*PC-only center*/
  .ta-c--pc  {
    text-align: center;
  }
  .ta-r--pc {
    text-align: right;
  }
/*-------------------------------
 Common：共通パーツ・見出し
---------------------------------*//*PC*/
/*-------------------------------
 アイ：各部位の名称
---------------------------------*//*PC*/
  .eye-partname {
    flex-wrap: nowrap;
  }
  .eye-partname-dtl {
    flex: 1;
  }
  .eye-partname-model {
    flex: 2;
  }
/*-------------------------------
 アイ：種類と形状
---------------------------------*//*PC*/
/*-------------------------------
 アイの交換方法
---------------------------------*//*PC*/
  .sptstep-card-item {
  margin-bottom: 0;
}

  
}
/* ==================== PC-only END ==================== */
/* ==================== TB START ==================== */
@media screen and (max-width: 767px) {
/*-------------------------------
 表示切替
---------------------------------*//*TB*/
  br.br-on {
    display: none;
  }
/*-------------------------------
 レイアウト
---------------------------------*//*TB*/
  section {
    padding-top: calc(var(--rs) * 4);
    padding-bottom: calc(var(--rs) * 4);
  }
  .cont-pd10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
/*-------------------------------
 コンテンツ名
---------------------------------*//*TB*/
}
/* ==================== TB END ==================== */
/* ==================== SP START ==================== */
@media screen and (max-width: 415px) {
/*-------------------------------
 表示切替
---------------------------------*//*SP*/
  main .link-btn {
    padding-left: 1.5rem;
    padding-right: 2rem;
    width: 100%;
  }
/*-------------------------------
 アイの交換方法
---------------------------------*//*SP*/
  /*STEP*/
  .sptstep-card-wrap {
    flex-direction: column;
  }
  .sptstep-card-wrap .sptstep-card-item {
    width: 100%;
  }
}
/* ==================== SP END ==================== */

