@charset "utf-8";
/* ? PROGRESSIVE */
/* ! FOR PRODUCTION */

/* == COMMON STYLEs ==  */
h2 {
  margin-bottom: 30px;
  font-size: 50px;
}

#introduction h2 {
  margin-bottom: 80px;
}

.p-pageHead {
	margin-bottom: 90px;
}

.p-pageLeader__item {
	gap: 30px 80px;
}
@media only screen and (min-width: 768px) {
	.p-pageLeader.m-marginLeft {
		margin-left: 140px;
	}
}

.hero {
  width: 100vw;
  -ms-overflow-style: hidden;
  /* overflow: hidden; */
  background-color: #f9f9fa;
}

.hero__inner {
  position: relative;
}

.hero__bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100vw;
  overflow: visible;
}

.hero__bg .spOnly{
  display: none;
}
@media only screen and (max-width: 768px) {
  .hero__bg .pcOnly{
    display: none;
  }
  .hero__bg .spOnly{
    display: block;
  }  
}

.hero__bg__container {
  display: inline-block;
  width: 100vw;
  height: 46.35417vw;
  max-height: 90vh;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.lensguidetop-link {
  width: 84%;
  max-width: 1040px;
  margin: auto auto 80px;
}

.lensguidetop-link .banner-link {
  width: 100%;
  padding: 0;
  color: #3e3a39;
  background: #eeeeee;
}
@media only screen and (max-width: 768px) {
  .banner-link{
    margin-bottom: 80px;
  }  
}

@media only screen and (min-width: 769px) {
  .lensguidetop-link .banner-link {
    width: 100%;
    max-width: 660px;
    margin: auto;
  }
  .lensguidetop-link .banner-link a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .lensguidetop-link .banner-link a:hover {
    opacity: 0.8;
  }
}

.l-main-container .p-section-container__first{
  margin: 70px auto 0;
}

.p-title-heading1 {
	margin-bottom: 28px;
	text-align: center;
	line-height: 1.55;
	font-size: 25px;
	font-weight: bold;
}
.p-title-heading1.jins-font{
  font-family: "jins_next";
}
.p-title-heading2 {
	margin-bottom: 40px;
	line-height: 1.55;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.p-title-heading3 {
	margin-bottom: 20px;
	line-height: 1.55;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.p-contents-text {
	text-align: center;
	line-height: 1.66;
	font-size: 16.5px;
}

@media only screen and (max-width: 768px) {
  .p-title-heading1 {}
  .p-contents-text{
    text-align: left;
  }
  .p-contents-text-second {}
  .p-contents-text-third {}
  .p-title-heading3{}
}

.p-new-link{
  position: relative;
  border-radius: 2px;
  background-color: #6ECD9C;
  width: 400px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin: 65px auto 0;
}
.p-new-link::before{
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/link_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 1.43vw;
  top: 50%;
  transform: translateY(-50%);
}
.p-new-link a{
  text-decoration: none;
}

.p-new-link p{
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.45;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-new-link{
    width: 269px;
    height: 64px;
    margin: 40px auto 0;
  }
  .p-new-link::before{
    right: 4.32vw;
    width: 8px;
    height: 12px;
  }

  .p-new-link p{
    font-size: 14px;
  }
}
.c-lens-set-btn a{
  width: 320px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 80px;
  border: solid 1px #3E3A39;
  border-radius: 2px;
  transition: all 0.3s ease;
  color: #3E3A39;
}
.c-lens-set-btn a:hover{
  color: #fff;
  background-color: #3e3a39;
  opacity: 1;
}
.c-lens-set-btn a{
  text-decoration: none;
  font-size: 16px;
}
.p-progressive-subLead{
  color: #3E3A39;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-progressive-subLead{
    font-size: 14px;
    text-align: left;
    padding: 0 8.11vw;
  }
  .c-lens-set-btn a{
    width: 269px;
    height: 58px;
  }
}
/* content01 */

.p-description-content01-img{
  margin-top: 40px;
}

.p-description-content01-img img{
  width: 300px;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 768px) {
  .p-description-content01-img img{
    width: 200px;
  }
}

/* content02 */
.p-description-content02 {
	background: #F8F8F8;
	border-radius: 10px;
	padding: 40px;
}
.p-description-content02-images {}
.p-description-content02-item {
	position: relative;
}
.p-description-content02-item p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: table;
	background: #fff;
	border-radius: 0 0 5px 5px;
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
}
.p-description-content02-caution {
	margin-top: 12px;
	color: #5E5E5E;
}
.p-description-content02-caution p {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 11px;
}

@media only screen and (max-width: 768px) {
	.p-description-content02 {
		padding: 24px;
	}
  .p-description-content02-images{
  display: block;
  margin: 40px auto 0;
  }
  .p-description-content02-item p{
    font-size: 13px;
    margin-bottom: 32px;
  }
  .p-description-content02-caution{
    padding: 0px 10px;
  }
  .p-description-content02-caution p{
  text-align: left;
  }
}

/* content03 */

.p-description-content03-images{
  margin-top: 60px;
  margin-bottom: 30px;
}

.p-description-content03-item img{
  width: 300px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-description-content03-images{
    margin-top: 40px;
  }
  .p-description-content03-item img{
    width: 200px;
  }  
}

/* content04 */
.p-description-content04{
  margin-top: 60px;
}
.p-description-content04-type-box {
	margin-bottom: 29px;
	text-align: center;
	line-height: 1.55;
  font-size: 25px;
  font-weight: bold;
}
.p-description-content04-title {
	margin-bottom: 21px;
	text-align: center;
	line-height: 1.55;
	font-size: 20px;
	font-weight: bold;
}

.p-description-content04-img {}
.p-description-content04-img img {
	border-radius: 15px;
}
.p-description-content04-text{
  font-size: 18px;
  text-align: center;
  color: #3E3A39;
  margin-bottom: 25px;
}

.p-description-content04-sub-text {
	margin-top: 12px;
	font-size: 11px;
	color: #5E5E5E;
}

@media only screen and (max-width: 768px) {
  .p-description-content04{
    margin-top: 40px;
  }
  .p-description-content04-type-box {}
  .p-description-content04-title {}
  .p-description-content04-text{
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
  }
  .p-description-content04-img {
    margin-bottom: 15px;
  }
	.p-description-content02-images img,
	.p-description-content04-img img {
		width: 100%;
	}
}

/* 流用コンテンツ*/
.p-description-content05 .p-lensdesc__container{
  margin: 0 auto;
}
.p-description-content05{
  padding: 60px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-description-content05{
    padding: 55px 4.05vw 48px;
  }
}
.p-refractive__list-item.is-orange2{
  position: relative;
}

.c-txt01-small{
  position: absolute;
  white-space: nowrap;
  bottom: -30px;
  width: fit-content;
}
.p-refractive.p-refractiveCol5 .p-refractive__list-item:not(:last-child){
  margin-right: 25px !important;
}
@media only screen and (max-width: 768px) {
  .p-refractive.p-refractiveCol5 .p-refractive__list-item:not(:last-child){
    margin-right: 15px !important;
  }
  .c-txt01-small{
    bottom: -22px;
  }  
}

.p-refractive {
  width: 94%;
  padding-bottom: 12px;
  margin: auto;
}

.p-refractive__ttl {
  margin-bottom: 10px;
  font-size: 14px !important;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .p-refractive__ttl {
    font-size: 16px !important;
  }
}

.p-refractive__img {
  padding-bottom: 10px;
}

.p-refractive__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 5px;
  margin: auto;
}
.p-refractive .p-refractive__list {
  align-items: flex-start;
}

.p-refractive__list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  width: 80px;
  padding-top: 5px;
  font-size: 14px;
  font-weight: lighter;
  color: #000;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.p-refractive__list-refraction {
  text-align: center;
  font-size: 13px;
}

.p-refractive__list-note {
	display: inline-block;
	margin: 10px 0 0;
	font-size: 11px;
	font-weight: 500;
	color: #5E5E5E;
}

.p-refractive__list-price {
  display: inline-block;
  margin-top: 6px;
  font-size: 15px;
  font-weight: 500;
}

.p-refractive__note {
  margin-top: 10px;
  font-size: 10px;
  color: #000;
}

@media only screen and (min-width: 769px) {
  .p-refractive__note {
    text-align: center;
    font-size: 13px;
  }
}


/* p-spec
--------------------------------*/
.p-spec {
  padding-bottom: 110px !important;
  margin-bottom: 31px;
}
@media only screen and (max-width: 768px) {
  .p-spec {
    padding-bottom: 0 !important;
  }  
}

.p-spec__ttl {
  padding-bottom: 30px;
}

@media only screen and (min-width: 769px) {
  .p-spec__ttl {
    padding-bottom: 60px;
  }
  .p-spec {
    margin-bottom: 0;
  }
}

.p-spec__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #3e3a39;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .p-spec__list {
    width: 100%;
    max-width: 1000px;
    margin: auto;
  }
}

.p-spec__list-item {
  width: 50%;
  padding-bottom: 25px;
}

@media only screen and (min-width: 769px) {
  .p-spec__list-item {
    width: calc(100% / 4) !important;
    padding-bottom: 34px;
  }
}

.p-spec__list-item-border {
	width: 110px;
    height: 110px;
    margin: 0 auto;
    padding: 15px;
	border: 1px solid #EAEBED;
    border-radius: 50%;
}

.p-spec__list-item-img {
  width: 100%;
}

.p-spec__list-item-txt {
  display: inline-block;
  padding-top: 5px;
  font-size: 12px;
  line-height: 1.3;
  color: #3e3a39;
}

@media only screen and (min-width: 769px) {
  .p-spec__list-item-txt {
    font-size: 16px;
  }
}
/* 流用コンテンツ end*/

.p-description-content06-list{
  display: flex;
  justify-content: center;
  gap: 1.19vw;
}
.p-description-content06-item img{
  width: 320px;
  margin: 0 auto;
  display: block;
}
.p-description-content06-item p{
  text-align: center;
}

.p-description-content06-desclist{
  color: #9a9a9a;
  width: 84%;
  max-width: 960px;
  margin: 80px auto 140px;
}

.p-description-content06-item .c-item-title {
	margin-bottom: 5px;
	line-height: 1.55;
	font-size: 17px;
	font-weight: bold;
}
.p-description-content06-item .c-item-text {
	margin-bottom: 20px;
	line-height: 1.66;
	font-size: 16.5px;
}
.p-description-content06-item .c-item-comment{
	margin-top: 21px;
	line-height: 1.66;
	font-size: 14.4px;
}

@media only screen and (max-width: 768px) {
  .p-description-content06-desclist{
    margin: 70px auto 0;
  }
  .p-description-content06-item.u-first-item{
    margin-top: 30px;
  }
  .p-description-content06-item{
    margin-top: 48px;
  }

  .p-description-content06-list{
    display: block;
  }
  .p-description-content06-item .c-item-title{}
  .p-description-content06-item .c-item-text{}
}

#recommend-appeal-contents .recommend-appeal-contents-caption{
  font-size: 18px;
  color: #3E3A39;
  padding: 65px 0 140px;
  margin: 0 auto;
  max-width: 1040px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #recommend-appeal-contents{
    margin-top: 115px !important;
  }
  #recommend-appeal-contents .recommend-appeal-contents-caption{
    padding: 48px 8.11vw 100px;
    font-size: 14px;
  }
  .p-frame-search{
    margin-bottom: 85px;
  }
}
@media only screen and (min-width: 769px) {
  .bnr-area .bnr-big ul .u-progressive-bnr{
    margin-bottom: 65px !important;
  }
  .p-frame-search .l-inner{
    padding: 20px 20px 0px !important;
  }
  .p-frame-search{
    padding: 80px 0 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .p-title-heading1{}
}
.u-font-w{
  font-weight: 500;
}

.p-refractive__ttl {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .p-refractive__ttl {
    font-size: 16px;
  }
}

.p-price-frame__txt{
  font-weight: bold;
}
/* p-price
--------------------------------*/
.p-price-lens__note {
	margin-top: -4px;
	font-weight: normal;
	font-size: 12.2px;
}
.p-priceFooter {
	margin-top: 29px;
  margin-bottom: 90px;
	/*text-align: center;*/
}
.l-main-container .button-m-3-sub2-jp {
	display: inline-block;
}
.p-priceFooter__text {
	margin-top: 15px;
	line-height: 1.66;
	font-size: 14.4px;
}
.c-priceFooter_desclist {
	margin: 0;
	padding: 0;
	font-size: inherit;
}
.c-priceFooter_desclist-item {
	margin-bottom: 5px;
  padding: 0 0 0 1em;
	text-indent: -1em;
  letter-spacing: normal;
  font-weight: normal;
  line-height: 1.66;
  color: #5E5E5E;
  font-size: 11px
}

/* カラー流用 */

#p-under--color .p-under__mv {
  background-image: url(../color/img/mv__bg--sp02.jpg);
  background-size: contain;
}

@media only screen and (min-width: 769px) {
  #p-under--color .p-under__mv {
    background-image: url(../color/img/mv__bg--pc02.jpg);
    background-size: cover;
  }
}

#p-under--color .p-lensdesc__wrapper {
  width: 100%;
}

#p-under--color .p-lensdesc__wrapper .p-lensdesc__ttl.c-ttl03-big {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: auto;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  #p-under--color .p-lensdesc__wrapper {
    width: 100%;
  }
  #p-under--color .p-lensdesc__wrapper .p-lensdesc__ttl.c-ttl03-big {
    display: block;
    width: 100%;
    max-width: 440px;
    margin: auto;
    text-align: center;
  }
}

#p-under--color .p-lensdesc__container + .p-lensdesc__container {
  margin-top: 40px;
}

#p-under--color .p-lens__variation + .p-lensdesc__container {
  padding-top: 40px;
}

@media only screen and (min-width: 769px) {
  #p-under--color .p-lens__variation + .p-lensdesc__container {
    padding-top: 70px;
  }
}

#p-under--color .c-card-link {
  width: 100%;
  padding: 0;
}

@media only screen and (min-width: 769px) {
  #p-under--color .color_bf-af_container {
    width: 87%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto 120px;
    background-color: #f8f8f8;
  }
}

@media only screen and (min-width: 769px) {
  #p-under--color .color_bf-af_container .c-attention {
    padding: 20px 30px;
    background-color: #fff;
  }
}

@media only screen and (min-width: 769px) {
  #p-under--color .color_bf-af_container .margin-left0 {
    margin-left: 0 !important;
  }
}

#p-under--color .p-feature-bnr__list-item::after {
  display: none;
}

#p-under--color .p-lensdesc__ttl.c-ttl01 {
  padding-top: 30px;
  padding-bottom: 0;
}
#p-under--color .p-lensdesc__ttl.c-ttl02 {
  padding-top: 40px;
}

@media only screen and (min-width: 769px) {
  #p-under--color .p-lensdesc__ttl.c-ttl01 {
    padding: 69px 0 0;
  }
  #p-under--color .p-lensdesc__ttl.c-ttl02 {
    padding: 89px 0 50px;
  }
}

#p-under--color .p-lensdesc__wrapper {
  width: 100%;
}

#p-under--color .p-price__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media only screen and (min-width: 769px) {
  #p-under--color .p-price__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    justify-content: start;
    width: 100%;
    max-width: 1000px;
    padding: 42px 0 0 40px;
    margin: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    margin-bottom: 50px;
  }
}

#p-under--color .c-txt01-small {
  text-align: left;
  font-size: 10px;
}

@media only screen and (min-width: 769px) {
  #p-under--color .c-txt01-small {
    text-align: center;
    font-size: 14px;
  }
}

#p-under--color .p-lensdesc {
  padding-bottom: 40px;
}

@media only screen and (min-width: 769px) {
  #p-under--color .p-lensdesc {
    padding-bottom: 110px;
  }
}

#p-under--color .p-lens__variation {
  text-align: center;
}

#p-under--color .l-inner-btm20 {
  padding: 20px 20px 0;
}

@media only screen and (min-width: 769px) {
  #p-under--color .l-inner-btm20 {
    padding: 20px 20px 60px;
  }
}

#p-under--color .p-lenstype__list {
  margin: 0 0 4%;
}

@media only screen and (min-width: 769px) {
  #p-under--color .p-lenstype__list {
    margin: 0 0 30px;
  }
}

.p-lensdesc {
  padding-bottom: 30px;
}

.p-lensdesc__ttl.c-ttl02 {
  padding-top: 40px;
  font-size: 18px;
}

@media only screen and (min-width: 769px) {
  .p-lensdesc__ttl.c-ttl02 {
    padding: 77px 0 72px;
    font-size: 32px;
    line-height: 1;
  }
}

.p-lensdesc__heading__txt {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto 40px;
  font-size: 14px;
  line-height: 1.875;
  color: #3e3a39;
  text-align: left;
}

@media only screen and (min-width: 769px) {
  .p-lensdesc__heading__txt {
    width: 676px;
    padding: 0;
    margin: 0 auto 43px;
    font-size: 16px;
  }
}

.p-lensdesc__heading__img {
  width: 100%;
  margin: 0 auto 50px;
}

.p-lensdesc__heading__img img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .p-lensdesc__heading__img {
    width: 431px;
    margin: 0 auto 95px;
  }
}

.p-lensdesc__txt {
  padding-bottom: 25px;
}

.p-lensdesc__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

@media only screen and (min-width: 769px) {
  .p-lensdesc__container {
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
}

.p-lensdesc__wrapper {
  margin-bottom: 10px;
}

@media only screen and (min-width: 769px) {
  .p-lensdesc__wrapper {
    width: 50%;
    padding: 0 30px;
  }
}

#recommend-appeal-contents {
  margin-top: 70px;
}
#recommend-appeal-contents .p-recommend:first-child {
  padding-top: 0;
}

.bnr-area {
  margin: 90px auto 10%;
	width:80%;
}
.bnr-area a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.bnr-area {
    margin: 140px auto 80px;
    max-width: 1100px;
    width: 100%;
	}
}
.bnr-area .bnr-big ul {
}
.bnr-area .bnr-big ul li {
  margin-bottom:8.359%;
}
.bnr-area .bnr-big ul li .text {
	text-align:center;
	font-size:3.25vw;
	color:#3e3a39;
	margin-top:3%;
}
.bnr-area .bnr-big ul li img {
	width:100%;
}
@media only screen and (min-width: 769px) {
	.bnr-area .bnr-big ul {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		width:100%;
		margin:0 auto;
	}
	.bnr-area .bnr-big ul li {
	margin-bottom:107px;
	width:48%;
	}
	.bnr-area .bnr-big ul li:nth-child(2n) {
	margin-left:4%;
	}
	.bnr-area .bnr-big ul li .text {
		font-size:18px;
		margin-top:25px;
	}
}

.bnr-area .bnr-small ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bnr-area .bnr-small ul li:nth-child(2n) {
	margin-left:4%;
}
.bnr-area .bnr-small ul li {
	margin-bottom:5%;
	width:48%;
}
.bnr-area .bnr-small ul li .title {
	text-align:left;
	font-size:3.25vw;
	color:#3e3a39;
	margin-top:5%;
	font-weight: bold;
}
.bnr-area .bnr-small ul li .text {
	text-align:left;
	font-size:2.35vw;
	color:#3e3a39;
  margin-top:5%;
  line-height: 1.7;
  letter-spacing: 0;
}
.bnr-area .bnr-small ul li img {
	width:100%;
}
@media only screen and (min-width: 769px) {
	.bnr-area .bnr-small ul {
		width:100%;
		margin:0 auto;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.bnr-area .bnr-small ul li:nth-child(2n) {
	margin-left:0%;
}
	.bnr-area .bnr-small ul li:last-child {
		margin-right:0%;
	}
	.bnr-area .bnr-small ul li {
		margin-bottom:5%;
		width:46%;
		max-width: 246px;
		margin-right:3.5%;
	}
	.bnr-area .bnr-small ul li .title {
		font-size:18px;
		margin-top:15px;
	}
	.bnr-area .bnr-small ul li .text {
		font-size:14px;
		margin-top:10px;
	}
	.bnr-area .bnr-small ul li img {
		width:100%;
	}
}

.c-btn01-arrow{
  color: #3e3a39 !important;
  background-color: #fff !important;
  border: 1px solid #3e3a39 !important;
  width: 100% !important;
  max-width: 320px !important;
  height: 64px !important;
  font-size: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.c-btn01-arrow-g{
  background-color: #f9f9fa !important;
}
@media only screen and (max-width: 769px) {
  .c-btn01-arrow{
    width: 269px !important;
    height: 58px !important;
  }
}

/* p-price
--------------------------------*/
.p-price {
  padding: 20px 0;
  font-weight: bold;
  color: #3e3a39;
  text-align: center;
  background: #f9f9fa;
}

.p-price + .p-price {
  margin-top: 16px;
}

.p-price__frame__box,
.p-price__lens__box {
  width: 45%;
  text-align: center;
}

.p-price__plus {
  position: relative;
  width: 10%;
  margin-top: 42px;
}

.p-price__plus::before,
.p-price__plus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 2px;
  margin: auto;
  content: "";
  background: #000;
}

.p-price__plus:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.p-price-frame__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 60px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #3e3a39;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media only screen and (min-width: 769px) {
  .p-price-frame__txt {
    font-size: 16px;
  }
}

.p-price-lens__txt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 10px;
  height: 60px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #3e3a39;
  letter-spacing: 0;
}

@media only screen and (min-width: 769px) {
  .p-price-lens__txt {
    font-size: 16px;
  }
}

.p-price-lens__txt .pcOnly {
	display: block !important;
}

@media only screen and (min-width: 769px) {
	.p-price-lens__txt .pcOnly {
		display: none !important;
	}
}

.p-price-lens__txt .spOnly {
	display: none !important;
}

@media only screen and (min-width: 769px) {
	.p-price-lens__txt .spOnly {
		display: block !important;
	}
}

.p-price-lens__num {
  font-family: "jins_next";
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  color: #3e3a39;
  letter-spacing: 1px;
  vertical-align: middle;
}

@media only screen and (max-width: 374px) {
  .p-price-lens__num {
    font-size: 22px;
  }
}

.p-price-tax {
  display: inline-block;
  padding-left: 6px;
  font-size: 12px;
}

@media only screen and (min-width: 769px) {
  .p-price-tax {
    font-size: 16px;
  }
}

.p-price__wrapper {
  display: flex;
  width: 100%;
  padding: 45px 15px 35px;
  margin: auto;
}

@media only screen and (min-width: 769px) {
.p-price__wrapper {
  width: 400px;
  min-width: 400px;
  padding: 0;
  margin-left: 0;
  margin-bottom: 50px;
  }
}

.p-price__img {
  width: 116px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

@media only screen and (min-width: 769px) {
  .p-price__img {
    width: 150px;
  }
}

.p-price__img img{
  height: auto;
}

.u-font-jins-bold {
  font-family: "jins_next";
  font-weight: 400;
}


.c-ttl04:after{
  content: none !important;
}

.p-description-content06 {
	margin-bottom: 90px;
}
.p-description-content06-desclist {
    width: auto;
    max-width: none;
	margin: 90px 0 0;
	padding: 0;
	font-size: 11px;
	color: #5E5E5E;
}
.c-attention_desclist {
	margin: 0;
	/*padding: 0;*/
  padding: 0 0 30px;
	font-size: inherit;
}
.c-attention_desclist-ttl {
	line-height: 1;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.c-attention_desclist-item {
	margin-bottom: 5px;
	letter-spacing: normal;
	font-weight: normal;
	line-height: 1.66;
}

.p-pageLeader__image img {
	max-width: 240px;
}

@media only screen and (max-width: 767px) {
	.p-title-heading2,
	.p-title-heading3,
	.p-description-content04-type-box,
	.p-description-content04-title,
	.p-title-heading1 {
		text-align: left;
	}
	.p-pageLeader {
		margin-bottom: 60px;
	}
	.p-description-content06-desclist {
		margin-top: 60px;
	}
}

.p-refractive__list.progressive_grid {
  justify-content: center !important;
  gap: 60px;
}

.p-hqbifocal_lens_frame{
  width: 111px;
    text-align: center;
}

.p-hqbifocal_lens_lens{
  width: 170px;
}

@media screen and (max-width: 768px) {
  .p-hqbifocal_lens_frame{
    width: auto;
    display: flex;
    align-items: center;
        gap: 20px;
        margin-bottom: 28px;
        margin-top: 25px;
  }

  .p-hqbifocal_lens_lens{
    width: auto;
    display: flex;
    align-items: center;
        gap: 20px;
            margin-top: 10px;
                margin-bottom: 10px;
  }
}

/* 着用品番 */
.p-frameNumber__item {
	font-size: 12.2px!important;
	color: #000!important;
  position: relative;
  z-index: 99;
}
.p-frameNumber__item a {
  text-decoration: underline !important;
	transition: 0.3s;
}
.p-frameNumber__item a:hover {
	color: #808080!important;
}
.p-frameNumber__item.--center-pc {
  text-align: left;
  margin: 20px auto 0;
}
.p-frameNumber__item.pd-al.--center-pc {
  padding: 0 var(--side-spacing);
}
.p-frameNumber__item.--center-pc span {
  letter-spacing: normal;
  font-size: 11px;
  color: #5E5E5E;
}
@media only screen and (min-width: 769px) {
  .p-frameNumber__item.--center-pc {
    text-align: center;
    margin: 30px auto 0;
    /*padding: 0 var(--side-spacing);*/
  }
}

/* レンズ情報 */
.p-priceAndColor__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 40px;
  gap: 20px;
  flex: 1;
  width: calc((100% - 20px) / 2);
}

.p-priceAndColor__item__inner {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .p-priceAndColor__item__inner {
    flex: 1;
  }
}

.p-priceAndColor__item__annotation {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 11px;
  color: #5e5e5e;
  line-height: 1.66;
  letter-spacing: 0.01em;
  margin-top: 8px;
  /*white-space: nowrap;*/
}

.p-priceAndColor__item__name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 93px;
}

.p-priceAndColor__item__name__logo img {
  max-width: 131px;
  height: auto;
}

.p-priceAndColor__item__name__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: 0.01em;
  /*color: #3e3a39;*/
}

.p-priceAndColor__item__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  background: #fff;
  font-size: 16.5px;
  line-height: 1.66;
  /*color: #3e3a39;*/
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-priceAndColor__item__btn:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .p-priceAndColor__item {
    padding: 25px;
    gap: 20px;
    width: auto;
  }

  .p-priceAndColor__item__inner {
    padding: 0;
  }
  .p-priceAndColor__item__plus {
    align-self: auto;
  }

  .p-priceAndColor__item__annotation {
    padding: 0 22px 20px;
    white-space: normal;
  }

  .p-priceAndColor__item__name {
    min-height: auto;
  }

  .p-priceAndColor__item__name__text {
    font-size: 17px;
  }

  .p-priceAndColor__item__name__logo img {
    max-width: 110px;
  }
}

.p-priceAndColor__item__wrapper {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px;
}

.p-priceAndColor__item__image {
	margin-bottom: 26px;
}

.p-priceAndColor__item__frame,
.p-priceAndColor__item__lens {
	text-align: center;
}
.p-priceAndColor__item__frame,
.p-priceAndColor__item__lens {
	flex: 1;
}
.p-priceAndColor__item__frame {
	width: 40%;
}
.p-priceAndColor__item__lens {
	width: 50%;
}

.p-priceAndColor__item__plus {
  position: relative;
  width: 24px;
}
.p-priceAndColor__item__plus::before,
.p-priceAndColor__item__plus::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 21px;
  height: 2px;
  margin: auto;
  content: "";
  background: #000;
}
.p-priceAndColor__item__plus::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-priceAndColor__item__frame__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.p-priceAndColor__item__lens__text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 7px;
  line-height: 1.55;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0;
}

.p-priceAndColor__item__number {
  font-family: "jins_next";
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  letter-spacing: 1px;
  vertical-align: middle;
}

@media only screen and (min-width: 769px) {
	.p-priceAndColor__item__frame,
	.p-priceAndColor__item__lens {
		margin-top: 10px;
		margin-bottom: -15px;
	}
}

@media only screen and (max-width: 768px) {
	.p-priceAndColor__item__wrapper {
		flex-direction: column;
		align-items: center;
	}
	.p-priceAndColor__item__frame,
	.p-priceAndColor__item__lens {
		display: flex;
		align-items: center;
		gap: 18px;
		width: auto;
	}
	.p-priceAndColor__item__image {
		width: 100px;
		margin-left: 13px;
		margin-bottom: 0;
	}
	.p-priceAndColor__item__frame__text,
	.p-priceAndColor__item__lens__text {
		align-items: flex-start;
		justify-content: flex-start;
		width: 155px;
		text-align: left;
		white-space: nowrap;
	}
	.p-priceAndColor__item__plus {
		margin-top: 35px;
		margin-bottom: 35px;
	}
}

/* 購入手順 */
.p-flow_contents__title,
.p-shop_contents__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: 0.01em;
  /*color: #3e3a39;*/
  margin-bottom: 20px;
}
.p-flow_contents__list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 10px;
}
.p-flow_contents__item {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px;
  background-color: #f8f8f8;
  border-radius: 10px;
  word-break: break-word;
  min-width: 1px;
}
.p-flow_contents__step {
  font-family: "jins_next";
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.p-flow_contents__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-flow_contents__stepttl {
  font-size: 17px;
  font-weight: 750;
  line-height: 1.55;
  letter-spacing: 0.01em;
}
.p-flow_contents__text {
  font-size: 14px;
  line-height: 1.66;
  letter-spacing: 0.01em;
}
.p-flow_contents__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p-flow_contents__arrow img {
  width: 13px;
  height: 13px;
}
@media only screen and (max-width: 768px) {
  .p-flow_contents__list {
    flex-direction: column;
  }
  .p-flow_contents__item {
    width: 100%;
  }
  .p-flow_contents__arrow {
    width: 100%;
    height: 20px;
  }
  .p-flow_contents__arrow img {
    transform: rotate(90deg);
  }
}

/* 取扱店舗 */
.p-shop_contents {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #E6E6E6;
}
.p-shop_contents__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  word-break: break-word;
}
.p-shop_contents__item {
  width: 300px;
  font-size: 16.5px;
  line-height: 1.66;
  letter-spacing: 0.165px;
}
@media only screen and (max-width: 768px) {
  .p-shop_contents__list {
    flex-direction: column;
  }
  .p-shop_contents__item {
    width: 100%;
  }
}

.p-reservation {
	margin-top: 60px;
	margin-bottom: 90px;
	text-align: center;
}
.p-reservation .button-l-1-main-jp {
	display: inline-block;
}

@media screen and (min-width: 769px) {
	.p-reservation .button-l-1-main-jp {
		/*width: auto;*/
    width: 100%;
    max-width: 342px;
	}
}

