@charset "utf-8";
/* ? PROGRESSIVE */
/* ! FOR PRODUCTION */

/* == COMMON STYLEs ==  */
h2 {
  margin-bottom: 30px;
  font-size: 50px;
}

#introduction h2 {
  margin-bottom: 80px;
}

.p-pageHead {
	margin-bottom: 60px;
}

.p-pageLeader__item {
	gap: 30px 60px;
}
@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: 30px;
	text-align: center;
	line-height: 1.55;
	font-size: 25px;
	font-weight: bold;
}
.p-title-heading1.jins-font {
  font-family: "jins_next";
  padding-bottom: 0;
}

.p-title-heading3 {
	margin-bottom: 10px;
	line-height: 1.55;
	font-size: 17px;
	font-weight: bold;
}
.p-contents-text{
	line-height: 1.64;
	font-size: 16.5px;
}

@media only screen and (max-width: 768px) {
	.p-title-heading1 {
		text-align: left;
	}
}

.p-new-link{
  position: relative;
  border-radius: 10px;
  background-color: #6ECD9C;
  width: 330px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin: 65px auto 0;
}
.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;
    font-weight: 800;
  }
}
.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 {
	margin-top: 12px;
	line-height: 1.66;
	font-size: 11px;
}
@media only screen and (max-width: 768px) {
  .c-lens-set-btn a{
    width: 269px;
    height: 58px;
  }
}

.p-content-questions{
  margin-top: 100px;
  background-color: #F8F8F8;
}

.p-content-questions-wrapper{
  width: auto;
  max-width: 630px;
  margin: 0 auto;
  padding: 90px 0;
}

.p-content-questions-title{
  font-size: 25px;
  font-weight: bold;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6ECD9C;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.p-content-questions-item p{
  font-size: 22px;
  letter-spacing: 0.05rem;
  color: #3E3A39;
}
.p-content-questions-item{
  display: flex;
  align-items: start;
  margin-bottom: 30px;
}
.p-content-questions-item:last-child{
  margin-bottom: 0;
}
.p-content-questions-item::before{
  content: "";
  min-width: 30px;
  height: 30px;
  margin: 4px 15px 0 0;
  background-image: url(../img/green_check_icon.png);
  background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 768px) {
  .p-content-questions{
    margin-top: 55px;
  }
  .p-content-questions-wrapper{
    max-width: 305px;
    margin: 0 auto;
    padding: 45px 0;
  }
  
  .p-content-questions-title{
    font-size: 13px;
    height: 34px;
    margin-bottom: 20px;
  }
  .p-content-questions-item{
  margin-bottom: 20px;
  }
  .p-content-questions-item p{
    font-size: 14px;
  }
  .p-content-questions-item::before{
    min-width: 24px;
    height: 24px;
    margin: 2px 10px 0 0;
  }
}

/* content */
.p-description-content-inner {
	display: flex;
	gap: 20px 40px;
}
.p-description-content-img {
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.p-description-content-inner {
		align-items: center;
	}
	.p-description-content-img {
		flex-shrink: 0;
		width: 430px;
	}
}

@media only screen and (max-width: 768px) {
	.p-description-content-inner {
		flex-direction: column;
	}
	.p-description-content-img .img-pattern2 {
		max-width: 190px;
	}
}

.p-description-contents {
	background-color: #F8F8F8;
	border-radius: 10px;
	padding: 40px;
}
.p-description-content.p-content02 {
	margin-top: 40px;
}
.p-description-content.p-content02:first-child {
	margin-top: 0;
}

/* 流用コンテンツ カラーレンズから流用 スペック*/
.p-description-content05 .p-lensdesc__container{
  margin: 0 auto;
}
.p-description-content05{
  padding: 120px 0 0 0;
}
@media only screen and (max-width: 768px) {
	.p-description-contents {
		padding: 24px;
	}
  .p-description-content05{
    padding: 80px 4.05vw 50px;
  }
}
.p-refractive__list-item.is-orange2{
  position: relative;
}

.c-txt01-small{
  position: absolute;
  white-space: nowrap;
  bottom: -22px;
  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;
  }
}

.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__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-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;
  justify-content: 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% / 3) !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: 312px;
  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: 0px auto 140px;
}

.p-description-content06-item .c-item-title{
  width: 200px;
  height: 45px;
  background-color: #F6F7F9;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3A4763;
  font-weight: bold;
  margin: 0 auto;
  font-size: 20px;
}

.p-description-content06-item .c-item-text{
  font-size: 18px;
    font-weight: bold;
    color: #3E3A39;
    margin: 25px 0 40px;
}

.p-description-content06-item .c-item-comment{
  font-size: 16px;
  color: #3E3A39;
  font-weight: 400;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .p-description-content06-desclist{
    margin: 70px auto 45px;
  }
  .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{
    height: 38px;
    font-size: 15px;
  }
  .p-description-content06-item .c-item-text{
    margin: 20px 0 30px;
  }
}

#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;
    padding: 55px 0 60px !important;
  }
}
@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-price-frame__txt{
  font-weight: bold;
}

/* カラー流用 */

#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%;
	}
}

@media only screen and (max-width: 769px) {
  .p-howto__container:last-of-type { padding-bottom: 15.625vw;}
}

.p-howto__block {
  position: relative;
  width: 67.86%;
  padding: 6% 0 8%;
  margin: auto;
}
.p-howto .l-inner {
   padding-bottom: 0;
}
.l-inner.l-inner-second {
  margin-top: 100px;
}

.p-howto__block::after {
  position: absolute;
  top: 50%;
  right: -11%;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #3a4763;
  border-style: solid;
  border-width: 10px 0 10px 15px;
}

.p-howto__block div {
  position: relative;
}

.p-howto__block div img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .p-howto__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .p-howto__block::after {
    display: none;
  }
  .p-howto__block div {
    position: relative;
    width: 30%;
    margin-right: 4.5%;
  }
  .p-howto__block div::after {
    position: absolute;
    top: 50%;
    right: -11%;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #3a4763;
    border-style: solid;
    border-width: 10px 0 10px 15px;
  }
  .p-howto__block div:nth-of-type(3), .p-howto__block div:nth-of-type(6),.p-howto__block div:last-of-type {
    margin-right: 0;
  }
  .p-howto__block div:nth-of-type(3)::after, .p-howto__block div:nth-of-type(6)::after,.p-howto__block div:last-of-type:after   {
    display: none;
  }
  .p-howto__block div:nth-child(n + 4) {
    padding-top: 3%;
  }
  .p-howto__block div:nth-last-child(1)::after {
    display: none;
  }
}

.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-priceFooter {
	margin-top: 29px;
	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;
}
.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__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: 25px 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;
}

.p-howto {
  padding: 80px 0 0;
}

@media only screen and (max-width: 480px) {
  .p-howto {
    padding: 0;
}
}

.c-ttl04:after{
  content: none !important;
}

.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;
	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;
}

@media only screen and (max-width: 767px) {
	.p-pageLeader {
		margin-bottom: 60px;
	}
	.p-pageLeader__image [width="240"] {
		max-width: 240px;
	}
	.p-description-content06-desclist {
		margin-top: 60px;
	}
}

.p-recommendLenses {
	margin-top: 80px;
	margin-bottom: 90px;
	text-align: center;
}
.p-recommendLenses .button-l-1-main-jp {
	display: inline-block;
}

@media screen and (min-width: 769px) {
	.p-recommendLenses .button-l-1-main-jp {
		width: auto;
	}
}

@media screen and (max-width: 768px) {
	.p-recommendLenses {
		margin-top: 50px;
		margin-bottom: 60px;
	}
}