@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css"); */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}
/* p-popup
--------------------------------*/
.p-lends__popup {
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .p-lends__popup {
    top: 50px;
    max-height: 100%;
  }
}

.p-lends__popup-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    padding-bottom: 60px;
  }
}

.p-lends__popup-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.p-lends__popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.p-lends__popup-close img {
  width: 32px;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-close img {
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-lends__popup-close {
    top: 5px;
    right: 5px;
  }
}

.p-lends__popup-panel {
  position: relative;
  z-index: 11;
  width: 100%;
  max-width: 985px;
  padding: 50px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel {
    padding: 60px 20px 30px;
    margin-bottom: 15px;
  }
}

/* 20181219追加 */
@media screen and (max-height: 730px) and (min-width: 768px) {
  .p-lends__popup-panel {
    position: absolute;
    top: 0;
  }
}

/* 追加終わり */
.p-lends__popup-panel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-inner {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}

.p-lends__popup-panel-inner > div {
  width: 50%;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-inner > div {
    width: 100%;
    padding: 0;
  }
}

.p-lends__popup-panel-img {
  position: relative;
}

.p-lends__popup-panel-img-inner {
  position: relative;
}

.p-lends__popup-panel-img-ttl {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}

.p-lends__popup-panel-img-ttl img {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-img-ttl {
    top: 1%;
    left: 23%;
    max-width: 15%;
  }
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-lends__popup-panel-slider {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-slider {
    order: 1;
    width: 81%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
  }
}

.p-lends__popup-panel-slider img {
  width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-thumbnail {
    order: 0;
    width: 19%;
    padding-right: 2%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-thumbnail .slick-list {
    height: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-thumbnail .slick-track {
    height: auto !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
}

.p-lends__popup-panel-thumbnail .slick-slide {
  padding: 4px;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-thumbnail .slick-slide {
    padding: 0;
    margin-bottom: 10%;
  }
}

.p-lends__popup-panel-thumbnail .slick-slide img {
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
  cursor: pointer;
}

.p-lends__popup-panel-glass-wrap {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-glass-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-glass-ttl {
    width: 19%;
    padding-right: 2.5%;
  }
}

.p-lends__popup-panel-glass-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-glass-type {
    width: 81%;
    padding: 20px 0;
    border-bottom: none;
  }
}

.p-lends__popup-panel-glass-type > div {
  width: 64px;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-glass-type > div {
    width: 35px;
  }
}

.p-lends__popup-panel-glass-type > p {
  width: calc(100% - 64px);
  padding-left: 20px;
  font-size: 18px;
  color: #3a4763;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-glass-type > p {
    width: calc(100% - 35px);
    padding-left: 10px;
    font-size: 10px;
  }
}

.p-lends__popup-panel-catch {
  margin-bottom: 10px;
}

.p-lends__popup-panel-catch-text {
  position: relative;
  padding: 12px 25px;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-catch-text {
    padding: 12px 15px;
  }
}

.p-lends__popup-panel-catch-text::before,
.p-lends__popup-panel-catch-text::after {
  position: absolute;
  width: 32px;
  height: 32px;
  content: " ";
  border: 1px solid #3a4763;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-catch-text::before,
  .p-lends__popup-panel-catch-text::after {
    width: 28px;
    height: 28px;
    border-width: 1px;
  }
}

.p-lends__popup-panel-catch-text::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.p-lends__popup-panel-catch-text::after {
  right: 0;
  bottom: 0;
  border-top: none;
  border-left: none;
}

.p-lends__popup-panel-catch-text > p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  color: #3a4763;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-catch-text > p {
    font-size: 12px;
    line-height: 1.6;
  }
}

.p-lends__popup-panel-catch-img {
  margin-top: -20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-catch-img {
    max-width: 40%;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-lends__popup-panel-catch-img img {
  width: 100%;
  max-width: 250px;
}

.p-lends__popup-panel-info-ttl {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-info-ttl {
    max-width: 71px;
    margin-bottom: 10px;
  }
}

.p-lends__popup-panel-info-name {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-info-name {
    margin-bottom: 15px;
  }
}

.p-lends__popup-panel-info-name > p {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  color: #3a4763;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-info-name > p {
    margin-bottom: 0;
    font-size: 10px;
  }
}

.p-lends__popup-panel-info-btn a {
  display: block;
  padding: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #3a4763;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-lends__popup-panel-info-btn a:hover {
  background-color: #4d5972;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-info-btn a {
    padding: 15px;
    font-size: 14px;
  }
}

.p-lends__popup-panel-info-btn a > span {
  position: relative;
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-info-btn a > span {
    padding-left: 40px;
  }
}

.p-lends__popup-panel-info-btn a > span > img {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-lends__popup-panel-info-btn a > span > img {
    width: 30px;
  }
}

/*-----------------------------------------
    under
-----------------------------------------*/
/* html {
  font-family: "jins_next", "Noto Sans Japanese", -apple-system,
    BlinkMacSystemFont, serif;
} */

.noscroll {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

.seOnly {
  display: block;
}

@media only screen and (min-width: 769px) {
  .seOnly {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .seOnly {
    display: none;
  }
}

.spOnly {
  display: block;
}

@media only screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
}

.pcOnly {
  display: none;
}

@media only screen and (min-width: 769px) {
  .pcOnly {
    display: block;
  }
}

.l-under_inner-sml {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1040px;
  padding: 0 30px 0;
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .l-under_inner-sml {
    padding: 0 20px 0;
  }
}

.u-font-jins-bold {
  font-family: "jins_next";
  font-weight: 400;
}

/* p-lens__recommend
--------------------------------*/
.p-lens__recommend {
  margin: 77px 0 80px 0;
}

.p-lens__recommend__ttl {
  margin-bottom: 25px;
  line-height: 1.2;
  letter-spacing: 0.15em;
}

.p-lens__recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-lens__recommend__list-item {
  width: 48.55%;
}

.p-lens__recommend__list-item:nth-child(n + 3) {
  padding-top: 3%;
}

@media only screen and (min-width: 769px) {
  .p-lens__recommend__list-item {
    width: 23.5%;
    max-width: 235px;
  }
  .p-lens__recommend__list-item:nth-child(n + 3) {
    padding-top: 0;
  }
  .p-lens__recommend__list-item:nth-child(n + 5) {
    padding-top: 2%;
  }
  .p-lens__recommend__list-item img {
    width: 100%;
  }
}

.c-ttl04::after {
  display: none;
}

/* p-lensdesc
--------------------------------*/
.p-lensdesc {
  margin-bottom: 60px;
}

.p-lensdesc__ttl.c-ttl02 {
  padding-top: 40px;
  font-size: 18px;
}

@media only screen and (min-width: 769px) {
  .p-lensdesc {
    margin-bottom: 90px;
  }
  .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;
  }
}

/* p-price
--------------------------------*/
.p-price-lens__note {
    margin-top: -4px;
    font-weight: normal;
    font-size: 12.2px;
} 

.p-priceFooter {
	margin-top: 29px;
	text-align: center;
}
.p-under .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;
}

/* p-refractive
--------------------------------*/
.p-refractive {
  width: 94%;
  padding-bottom: 12px;
  margin: auto;
}

.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-refractive__img {
  padding-bottom: 10px;
}

.p-refractive__list {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  padding-bottom: 5px;
  margin: auto;
}
.p-refractive__list.contents_double {
  justify-content: center;
}

.p-refractive__list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px 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;
  }
}

@media only screen and (max-width: 768px) {
	.p-refractive .p-refractive__list {
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
		margin: 0 40px;
	}
	.p-refractive .p-refractive__list-item {
		width: calc((100% - 15px) / 2);
	}
}

/* p-spec
--------------------------------*/
.p-spec {
  padding-bottom: 24px;
  margin-bottom: 31px;
}

.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: 33.3%;
    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;
  }
}

/* p-lenstype
--------------------------------*/
.p-lenstype__headding__txt {
  padding: 26px 0 0;
}

.p-lenstype__list {
  display: flex;
  justify-content: space-between;
  gap: 0 9px;
}

@media only screen and (min-width: 769px) {}

.p-lenstype__colorimg {
  position: relative;
  width: 90px;
  height: 77px;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-lenstype__colorimg {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}

.p-lenstype__colorimg img:hover {
  cursor: pointer;
  -ms-filter: "alpha( opacity=70 )";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.is-check_wrap {
  border-top: 1px solid #ccc;
}

.off img {
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}

.p-lenstype__img-wrap {
  margin: 0;
  padding: 11px 0;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .p-lenstype__img-wrap {
    width: 15.14286vw;
    max-width: 184px;
    padding: 5 px 0 0;
  }
}

.p-lenstype__ttl {
  display: inline-block;
  min-height: 50px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  color: #3a4763;
  text-align: left;
}

@media only screen and (min-width: 769px) {
  .p-lenstype__ttl {
    font-size: 14px;
    font-weight: normal;
  }
}

.p-lenstype__ttl span {
  font-size: 16px;
}

@media only screen and (min-width: 769px) {
  .p-lenstype__ttl span {
    font-size: 12px;
  }
}

.p-lenstype-img img {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .p-lenstype-img {
    width: 80%;
    min-height: 0;
    margin: auto;
  }
}

.p-lenstype__list-item-child {
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  padding: 40px 20px 20px 20px;
  margin: 0;
  overflow: hidden;
/*
  background: #fff;
  -ms-filter: "alpha( opacity=95 )";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
*/
}

.p-lenstype__list-item {
  border-radius: 4px;
}

@media (max-width: 768px) {
  .p-lenstype__list-item {
    width: 18.2%;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .p-lenstype__list-item-child {
    width: auto;
    padding: 10px;
  }
}

.p-lens__try__box {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.p-lens__try__box::before {
	content: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(63,70,78,0.50);
	width: 100%;
	height: 100%;
}
.color_bf-af_container:has(.m-current) .p-lens__try__box {
	z-index: -1;
}
.color_bf-af_container:has(.m-current) .p-lens__try__box::before {
	content: "";
}
.color_bf-af_container:has(.m-current) .p-lenstype__container {
	position: static;
}

@media (max-width: 768px) {
  .p-lens__try__box {
    display: block;
    border-radius: 0;
  }
}

.p-lens__try__box-item {
  position: relative;
}

@media (max-width: 768px) {
  .p-lens__try__box-item {
    width: 100%;
  }
}

.p-lens__try-img {
  text-align: center;
}

.p-lens__try__box__changeimg_wrap {
  position: relative;
  max-width: 458px;
  margin-right: auto;
  margin-left: auto;
}

.p-lens__try__box__changeimg_txt {
  padding-bottom: 6px;
  font-size: 10px;
  color: #3e3a39;
  letter-spacing: -0.05em;
}

@media (max-width: 768px) {
  .p-lens__try__box__changeimg_txt {
    padding-bottom: 6px;
    font-size: 10px;
    color: #3e3a39;
    letter-spacing: -0.05em;
  }
}

.p-lens__try__box__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: normal;
  color: #000;
}
.p-lens__try__box__heading .before,
.p-lens__try__box__heading .after {
	background: #F8F8F8;
	padding: 7px 8px;
	text-align: center;
	white-space: nowrap;
	line-height: 1;
	font-family: jins_next;
	font-size: 15px;
	font-weight: 300;
}
.p-lens__try__box__heading .before {
	border-radius: 0 0 5px 0;
}
.p-lens__try__box__heading .after {
	border-radius: 0 0 0 5px;
}

@media (max-width: 768px) {
  .p-lens__try-img {
    width: auto;
    margin: 0 auto;
  }
}

.p-lenstype__frame-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px 0 0;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

@media only screen and (min-width: 769px) {
  .p-lenstype__frame-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.current {
  color: #fff;
  background: #3a4763;
}

.p-lenstype__frame-list-item {
  position: relative;
  width: 19%;
  padding: 15px 0 15px 100px;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
  color: #3a4763;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  border-radius: 4px;
}

.p-lenstype__frame-list-item:hover {
  cursor: pointer;
  -ms-filter: "alpha( opacity=70 )";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.p-lenstype__frame-list-item.is-c01 {
  background-image: url(../img/icon_type01_off.png);
}

.p-lenstype__frame-list-item.is-c02 {
  background-image: url(../img/icon_type02_off.png);
}

.p-lenstype__frame-list-item.is-c03 {
  background-image: url(../img/icon_type03_off.png);
}

.p-lenstype__frame-list-item.is-c04 {
  background-image: url(../img/icon_type04_off.png);
}

.p-lenstype__frame-list-item.is-c05 {
  background-image: url(../img/icon_type05_off.png);
}

.p-lenstype__frame-list-item.is-c06 {
  background-image: url(../img/icon_type06_off.png);
}

.p-lenstype__frame-list-item.is-c07 {
  background-image: url(../img/icon_type07_off.png);
}

.p-lenstype__frame-list-item.is-c08 {
  background-image: url(../img/icon_type08_off.png);
}

.p-lenstype__frame-list-item.is-c09 {
  background-image: url(../img/icon_type09_off.png);
}

.p-lenstype__frame-list-item.is-c10 {
  background-image: url(../img/icon_type10_off.png);
}

.p-lenstype__frame-list-item.is-c11 {
  background-image: url(../img/icon_type11_off.png);
}

@media only screen and (min-width: 769px) {
  .p-lenstype__frame-list-item {
    position: relative;
    width: 15.14286vw;
    max-width: 184px;
    padding: 60px 10px 20px 10px;
    margin: 0 20px 20px 0;
    font-size: 16px;
    font-weight: bold;
    color: #3a4763;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: center 20px;
    border-radius: 4px;
  }
  .p-lenstype__frame-list-item span {
    display: block;
    margin: auto;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }
  .p-lenstype__frame-list-item:nth-child(5) {
    margin-right: 0;
  }
  .p-lenstype__frame-list-item.is-c11 {
    background-image: url(../img/icon_type11_off.png);
    background-size: 45%;
  }
}

.p-lenstype__frame-list-item.current {
  color: #fff;
  background-color: #3a4763;
}

.p-lenstype__frame-list-item.current.is-c01 {
  background-image: url(../img/icon_type01_on.png);
}

.p-lenstype__frame-list-item.current.is-c02 {
  background-image: url(../img/icon_type02_on.png);
}

.p-lenstype__frame-list-item.current.is-c03 {
  background-image: url(../img/icon_type03_on.png);
}

.p-lenstype__frame-list-item.current.is-c04 {
  background-image: url(../img/icon_type04_on.png);
}

.p-lenstype__frame-list-item.current.is-c05 {
  background-image: url(../img/icon_type05_on.png);
}

.p-lenstype__frame-list-item.current.is-c06 {
  background-image: url(../img/icon_type06_on.png);
}

.p-lenstype__frame-list-item.current.is-c07 {
  background-image: url(../img/icon_type07_on.png);
}

.p-lenstype__frame-list-item.current.is-c08 {
  background-image: url(../img/icon_type08_on.png);
}

.p-lenstype__frame-list-item.current.is-c09 {
  background-image: url(../img/icon_type09_on.png);
}

.p-lenstype__frame-list-item.current.is-c10 {
  background-image: url(../img/icon_type10_on.png);
}

.p-lenstype__frame-list-item.current.is-c11 {
  background-image: url(../img/icon_type11_on.png);
}

@media (max-width: 768px) {
  .p-lenstype__frame-list-item span {
    display: none;
  }
  .p-lenstype__frame-list-item {
    display: inline-block;
    width: 28.5%;
    padding: 30px 0;
    margin: 0 0.55% 0;
    background-position: center !important;
  }
  .p-lenstype__frame-list-item:hover {
    -ms-filter: "alpha( opacity=100 )";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .xScroll_wrap {
    position: relative;
    z-index: 100;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    padding: 20px 0 10px 0;
    overflow: hidden;
    text-align: center;
  }
  .p-lenstype__frame-list {
    display: block;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}

/* p-lenstype color
--------------------------------*/
.p-lenstype__color-box {
  float: left;
  width: 90px;
  margin-right: 13px;
}

@media screen and (max-width: 768px) {
  .p-lenstype__color-box {
    position: relative;
    float: left;
    width: 15%;
    padding-top: 10%;
    margin-right: 0;
    margin-left: 2.6%;
  }
}

.p-lenstype__color-name {
  margin-bottom: 20px;
  text-align: center;
}

.p-lenstype__color-name img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-lenstype__color-name {
    position: absolute;
    top: 0;
    height: 30px;
    margin-bottom: 0;
  }
}

/* p-lenstype name
--------------------------------*/
.p-lenstype__lineup-name_box {
  float: left;
  width: 100px;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .p-lenstype__lineup-name_box {
    float: left;
    width: 20.4%;
    padding-top: 14%;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-lenstype__lineup-name_list {
    margin-left: 0;
  }
}

.p-lenstype__lineup-name_list li {
  display: table;
  float: none;
  width: 100px;
  height: 77px;
  margin: 0;
  margin-bottom: 20px;
  clear: both;
  text-align: center;
  vertical-align: middle;
  border-radius: none;
}

@media screen and (max-width: 768px) {
  .p-lenstype__lineup-name_list li {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 46%;
  }
}

.p-lenstype__lineup-name_list li img {
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  .p-lenstype__lineup-name_list li img {
    margin-top: 0;
  }
}

.p-lenstype__lineup-name_list li.gradation img {
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .p-lenstype__lineup-name_list li.gradation img {
    margin-top: 0;
  }
}

.p-under__mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 133.33333vw;
  margin-top: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media only screen and (min-width: 769px) {
  .p-under__mv {
    height: 32.14286vw;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .p-under__mv {
    margin-top: 80px;
  }
}

.p-under__mv--circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53.33333vw;
  height: 53.33333vw;
  background-color: white;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media only screen and (min-width: 769px) {
  .p-under__mv--circle {
    width: 22.85714vw;
    height: 22.85714vw;
  }
}

.p-under__mv--txt {
  font-size: 4.8vw;
  font-weight: normal;
  line-height: 1.52777;
  color: #3e3a39;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: transparent;
}

@media only screen and (min-width: 769px) {
  .p-under__mv--txt {
    font-size: 2.14286vw;
  }
}

.p-under__mv--txt--wt {
  color: #fff;
}

.p-under__mv--animation--blur {
  -webkit-filter: blur(30px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="30" /></filter></svg>#filter');
  filter: blur(30px);
  -webkit-transition: 2s ease;
  transition: 2s ease;
}

.p-under__mv--animation--blur-go {
  -webkit-filter: blur(0);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  filter: blur(0);
}

.p-under_mv--animation--clo--yellow {
  background-color: #fff;
  -webkit-animation: bgCloYellow 5s 1s forwards;
  animation: bgCloYellow 5s 1s forwards;
}

.p-under_mv--animation--clo--gray {
  background-color: #fff;
  -webkit-animation: bgCloGray 5s 1s forwards;
  animation: bgCloGray 5s 1s forwards;
}

.p-under_mv--animation--clo--change {
  background-color: #e4d7d5;
  -webkit-animation: bgCloChange 10s 1s infinite;
  animation: bgCloChange 10s 1s infinite;
}

@-webkit-keyframes bgCloYellow {
  0% {
    background-color: white;
  }
  100% {
    background-color: #dfeaf4;
  }
}

@keyframes bgCloYellow {
  0% {
    background-color: white;
  }
  100% {
    background-color: #dfeaf4;
  }
}

@-webkit-keyframes bgCloGray {
  0% {
    background-color: white;
  }
  100% {
    background-color: #525252;
  }
}

@keyframes bgCloGray {
  0% {
    background-color: white;
  }
  100% {
    background-color: #525252;
  }
}

@-webkit-keyframes bgCloChange {
  0% {
    background-color: #e4d7d5;
  }
  16.6% {
    background-color: #e0e0e8;
  }
  33.3% {
    background-color: #f4dff2;
  }
  50% {
    background-color: #dfeaf4;
  }
  66.6% {
    background-color: #eae9dc;
  }
  83.3% {
    background-color: #e6dec4;
  }
  100% {
    background-color: #e4d7d5;
  }
}

@keyframes bgCloChange {
  0% {
    background-color: #e4d7d5;
  }
  16.6% {
    background-color: #e0e0e8;
  }
  33.3% {
    background-color: #f4dff2;
  }
  50% {
    background-color: #dfeaf4;
  }
  66.6% {
    background-color: #eae9dc;
  }
  83.3% {
    background-color: #e6dec4;
  }
  100% {
    background-color: #e4d7d5;
  }
}

.weekly__bnr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  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) {
  .weekly__bnr__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    padding: 0 40px;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
}

.weekly__bnr__list-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-bottom: 5.33333vw;
}

.weekly__bnr__list-item a {
  display: block;
}

.weekly__bnr__list-item a img {
  width: 100%;
}

.weekly__bnr__list-item:nth-last-child(1) {
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
  .weekly__bnr__list-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 48%;
    max-width: 440px;
    margin-bottom: 0;
  }
  .weekly__bnr__list-item a {
    display: block;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .weekly__bnr__list-item a img {
    width: 100%;
  }
  .weekly__bnr__list-item a:hover {
    opacity: 0.8;
  }
  .weekly__bnr__list-item:nth-child(n + 3) {
    margin: auto;
    margin-top: 35px;
  }
}
@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;
}

.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;
  }
}

.p-frame-search__btn {
	display: block;
	box-sizing: border-box;
	border-radius: 50px;
	border: 1px solid #E6E6E6;
	margin: 90px auto;
	max-width: 342px;
	height: 60px;
	line-height: 58px;
	font-size: 16.5px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	transition: 0.3s;
}
.p-frame-search__btn:hover {
	border-color: #1B1B1B;
}

@media only screen and (max-width: 768px) {
	.p-frame-search__btn {
		margin: 60px auto;
	}
}

.slick-dots {
  position: relative !important;
  top: 1vw !important;
}

#p-under--color.l-container {
  margin-bottom: 0;
}

#p-under--color .p-under__mv {
  background-image: url(../img/mv__bg--sp02.jpg);
  background-size: contain;
}

@media only screen and (min-width: 769px) {
  #p-under--color .p-under__mv {
    background-image: url(../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 auto 15px 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 .c-card-link {
  width: 100%;
  padding: 0;
}

.color_bf-af_container {
	position: relative;
	margin-bottom: 60px;
}

@media only screen and (min-width: 769px) {
  .color_bf-af_container {
    margin-bottom: 90px;
  }
}

.c-attention {
	padding-bottom: 0;
}
.c-attention_desclist {
	margin: 0;
	padding-bottom: 0;
}

#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-lensdesc__wrapper .p-lensdesc__ttl.c-ttl03-big {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: auto auto 5px 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-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-lens__variation {
  background: #fff;
  border-radius: 10px;
  padding: 40px 0;
}

#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;
  }
}

.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%;
	}
}

/* LP改修追加 */
.p-leadTxt {
  margin: 40px auto 80px;
  color: #3e3a39;
  font-size: 14px;
}
.p-subLead {
  width: 89.85%;
  margin: 20px auto 0px;
  color: #3e3a39;
}
.p-subLead-top{
  margin-bottom: 75px;
}
.p-frame-search {
  background-color: #f9f9fa;
  padding: 80px 0;
}
.p-howTo3dLead {
  color: #3e3a39;
  font-weight: bold;
  text-align: center;
  font-size: 21px;
  margin-bottom: 33px;
}
.p-howTo3dLeadTxt {
  width: 90%;
  margin: 0 auto 10px;
  text-align: left;
  color: #3e3a39;
}
.p-howTo3d__searchBtn {
  margin-bottom: 50px;
}
.p-howTo3d {
  margin-bottom: 55px;
}

@media only screen and (min-width: 769px) {
  .p-leadTxt {
    width: 767px;
    font-size: 16px;
    margin: 69px auto 72px;
  }
  .p-subLead {
    width: 767px;
    font-size: 16px;
    margin: 0 auto 20px;
  }
  .p-subLead-top{
    margin-bottom: 80px;
  }
  .p-frame-search {
    margin-bottom: 110px;
    padding: 140px 0 110px;
  }
  .p-howTo3dLead {
    font-size: 32px;
    margin-bottom: 55px;
  }
  .p-howTo3dLeadTxt {
    width: auto;
    margin: 0;
    text-align: center;
    font-size: 18px;
  }
  .p-howTo3d .l-inner {
    margin-bottom: 20px;
  }
  .p-frame-search__ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .p-howTo3d__searchBtn {
    margin-bottom: 0;
  }
  .p-howTo3d {
    margin-bottom: 0;
  }
  .p-howTo3d .p-howto__block {
    padding: 60px 0 60px;
  }
}

/* ラインナップ */
.p-lens__variation__lead {
  text-align: center;
  color: #3e3a39;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 44px;
}
.p-lens__variation__tab {
  width: 100%;
  margin: 0 auto 60px;
}
.p-lens__variation__tabs {
  display: flex;
  gap: 0 30px;
  border-bottom: 1px solid #E6E6E6;
  margin: 0 0 30px;
  padding: 0 40px;
}
.p-lens__variation__tab__item {
  display: flex;
  gap: 10px 8px;
  align-items: center;
  position: relative;
  border-bottom: 1px solid transparent;
  padding-bottom: 9px;
  cursor: pointer;
}
.p-lens__variation__tab__item.u-tabItemactive {
  border-color: #000;
}
.p-lens__variation__tab__img {
  width: 30px;
}
.p-lens__variation__tab__txt {
  text-align: center;
  font-size: 11px;
  line-height: 1.66;
}
.p-lens__variation__tab__txt__small {}
.p-lens__variation__tab__txt__new {
  position: absolute;
  top: -17px;
  left: 0;
  font-size: 12.2px;
  line-height: 1;
}

.p-lens__variation__contents {
	padding: 0 40px;
}

.p-lens__variation__tab__content {
  display: none;
  border-radius: 5px;
}
.p-lens__variation__tab__content.u-tabContentactive {
  display: block;
}
.p-lens__variation__tab__content__container {
  margin: 0 auto;
}
.p-lens__variation__tab__content__lead {
  font-size: 16.5px;
}
.p-lens__variation__tab__content_lineUp {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0;
  margin: 43px -15px 0;
}

@media only screen and (min-width: 769px) {
	.p-lens__variation__tab__content_lineUp.m-center {
		justify-content: center;
	}
}

.p-lens__variation__tab__content_lineUp li {
	position: relative;
	width: calc(100% / 6);
	text-align: center;
}
.p-lens__variation__tab__content_lineUpName {
  margin-top: 20px;
  font-size: 14.4px;
}
.p-lens__variation__tab__content_lineUpMark {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
}
.p-lens__variation__tab__content_lineUpMark img {
  width: auto;
  max-width: 20px;
  margin-left: 90px;
  padding-bottom: 3.8px;
}
.p-lens__variation__tab__content_lineUpMark img:last-child {
  padding-bottom: 0;
}
.p-lenseIcoList {
  display: flex;
  margin-top: 45px;
}
.p-lenseIcoList .p-lenseIcoList__item {
  display: flex;
  margin-right: 15px;
  font-size: 16.5px;
}
.p-lenseIcoList .p-lenseIcoList__item:last-child {
  margin-right: 0;
}
.p-lenseIcoList .p-lenseIcoList__item img {
  box-sizing: content-box;
  width: 20px;
  margin-top: 1px;
  padding-right: 5px;
}
.p-LineupLink {
  margin-top: 30px;
  text-align: center;
}
.p-LineupLink a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.p-LineupLink a span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-image: url(../img/ico_newTab.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.p-lens__variation__tab__content_lineUp.u-mirrorLineup .p-lens__variation__tab__content_lineUp__br,
.p-lens__variation__tab__content_lineUp.u-twoItem .p-lens__variation__tab__content_lineUp__br {
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .p-lens__variation__lead {
    font-size: 22px;
    margin-bottom: 50px;
    margin-top: 44px;
  }
  .p-lens__variation__tab {
    margin: 0 auto;
  }
  .p-lens__variation__tab__item {
    cursor: pointer;
  }
  .p-lens__variation__tab__txt {
    font-size: 16px;
    line-height: inherit;
  }
  .p-lens__variation__tab__content_lineUp li img {
    width: 87px;
  }
  .p-lens__variation__tab__content_lineUpMark {
    right: 15px;
  }
  .p-lens__variation__tab__content_lineUpMark img {
    max-width: 20px;
    padding-bottom: 8px;
  }
  .p-lenseIcoList .p-lenseIcoList__item {
    margin-right: 15px;
    font-size: 16.5px;
  }
  .p-LineupLink {
    margin-top: 40px;
  }
  .p-LineupLink a {
    font-size: 16px;
  }
  .p-lens__variation__tab__content.u-tabContentactive {
    margin-top: -1.2px;
  }
}

@media only screen and (max-width: 768px) {
	.p-lens__variation {
		padding-top: 24px;
	}
	.p-lens__variation__tabs {
		gap: 0 4px;
		justify-content: space-evenly;
		padding: 0 8px;
	}
	.p-lens__variation__tab {
		margin-bottom: 0;
	}
	.p-lens__variation__tab__item {
		flex-direction: column;
	}
	.p-lens__variation__tab__txt {
		white-space: nowrap;
		letter-spacing: -0.6px;
	}
	.p-lens__variation__tab__txt__new {
		width: 100%;
		font-size: 11px;
	}

	.p-lens__variation__contents {
		padding: 0 18px;
	}
	.p-lens__variation__tab__content_lineUp {
		gap: 30px 0;
		margin-top: 40px;
	}
	.p-lens__variation__tab__content_lineUp.u-twoItem li {
		width: calc(100% / 2);
	}
	.p-lens__variation__tab__content_lineUp.u-twolowItem li {
		width: calc(100% / 2);
	}
	.p-lens__variation__tab__content_lineUp.u-threeItem li {
		width: calc(100% / 3);
	}
	.p-lens__variation__tab__content_lineUp li img {
		width: 60px;
	}
	.p-lens__variation__tab__content_lineUpMark img {
		margin-left: 70px;
	}
	.p-lens__variation__tab__content_lineUpName {
		margin-top: 10px;
		font-size: 11.75px;
	}
}

/* TRY! COLOR LENS */
.u-hidden {
	display: none!important;
}

.p-lensTypes {}
#p-under--color .l-inner-btm20 {
	padding-bottom: 0;
}
.p-lenstype__headding {
	margin-bottom: 30px;
}
#p-under--color .p-lenstype__list {
	margin: 0 -5px;
}

.p-lenstype__list {
	justify-content: space-between;
}
.p-lenstype__list-item {
	flex: 1;
	border-radius: 0;
}
.p-lenstype__img-wrap {
	box-sizing: border-box;
	position: relative;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	max-width: none;
	width: auto;
	padding: 9px 0 2px;
	cursor: pointer;
}
.m-current .p-lenstype__img-wrap {
	border-color: #1B1B1B;
}
.p-lenstype__img-wrap::before {
	content: "";
	position: absolute;
	top: 23px;
	left: 0;
	right: 0;
	background: url(../img/icon_select.svg) no-repeat 50% 50%;
	background-size: contain;
	margin: 0 auto;
	width: 14px;
	height: 13px;
	transform: translateX(22px) scaleY(-1);
}
.m-current .p-lenstype__img-wrap::before {
	transform: translateX(22px) scaleY(1);
}
.p-lenstype__img-wrap::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	background: rgba(63,70,78,0.50);
	width: 100%;
	height: 10px;
}
.p-lenstype__img {
	width: 40px;
	max-width: 40px;
	margin: 0 auto;
}
.p-lenstype__img img {
	margin-left: -25px;
}
.p-lenstype__ttl {
	min-height: 0;
	margin-top: 15px;
	white-space: nowrap;
	text-align: center;
	line-height: 1;
	font-size: 11px;
	font-weight: normal;
}

.p-lenstype__list-item-child {
	opacity: 1;
	top: 0;
	bottom: 134px;
	left: 0;
	right: 0;
	width: calc(100% - 10px);
	margin: 0 auto;
	padding: 0 24px;
}

.p-lenstype__color-box {
	float: none;
	width: auto;
	max-width: 670px;
	margin: 0 auto;
}
.p-lenstype__check_two {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex: 1;
}
.p-lenstype__lineup-box {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: 0 auto;
}

.p-lenstype__colorimg {
	position: relative;
	background: #f5f6f7;
	border-radius: 5px;
	width: 100px;
	height: auto;
	margin: 5px;
	padding: 11px 0;
	text-align: center;
	font-size: 12px;
	color: #3e3a39;
	cursor: pointer;
}
.p-lenstype__color-box.m-pc-split2 {
	width: 80%;
	margin: 0 auto;
}
/*
.m-pc-split2 .p-lenstype__colorimg:nth-child(odd),
.m-pc-split3 .p-lenstype__colorimg:nth-child(3n+1) {
	margin-left: 10px;
}
.m-pc-split2 .p-lenstype__colorimg:nth-child(even),
.m-pc-split3 .p-lenstype__colorimg:nth-child(3n) {
	margin-right: 10px;
}
*/
.p-lenstype__colorimg img {
	opacity: 1!important;
}
.p-lenstype__colorimg .img {
	width: 40px;
	margin: 0 auto 8px;
}
.p-lenstype__colorimg .color {
	line-height: 1;
}
.p-lenstype__colorimg .mark {
	position: absolute;
	top: 4px;
	right: 5px;
	width: 20px;
}
	.p-lenstype__colorimg .mark img {
		display: block;
		width: 20px;
		margin-bottom: 3px;
	}

.p-lenstype__note {
	margin: 5px 0 0;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.p-lenstype__note .mark__ico {
	margin: 0 7px;
	font-size: 16.5px;
}
.p-lenstype__note .mark img {
	width: 20px;
	margin: -0.22em 5px 0 0;
	vertical-align: middle;
}

.p-lens__try__set {
/*
	z-index: -1;
*/
	width: 37.2%;
	max-width: none;
}
.p-lens__try__beforeAfter {
	width: 63%;
}
.p-lens__try__beforeAfter,
.p-lens__try__box__changeimg_wrap {
	max-width: none;
}
.p-lenstype__container {
	position: relative;
	z-index: 2;
	justify-content: flex-start;
	gap: 9px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	max-width: 840px;
	margin: -20px auto 0;
	padding: 25px 45px;
}

@media screen and (max-width: 768px) {
	.p-lensTypes .l-under_inner {
		padding-right: 0;
		padding-left: 0;
	}
	#p-under--color .p-lenstype .l-inner-btm20 {
		width: auto;
		margin: 0;
		padding: 0;
	}
	.p-lenstype__headding {
		padding-right: 24px;
		padding-left: 24px;
	}
	#p-under--color .p-lenstype__list {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		margin: 0;
		padding: 0;
	}
	.p-lenstype__img-wrap {
		width: 26vw;
	}
	.p-lenstype__img-wrap::before {}

	.p-lenstype__list-item {
		width: auto;
	}
	.p-lenstype__list-item:last-child {
		padding-right: 24px;
	}
	.p-lenstype__img-wrap::after {
		bottom: -12px;
		height: 14px;
		background-color: #9fa2a6;
	}

	.p-lenstype__list-item-child {
		width: calc(100% - 6px);
		padding: 17px;
	}
	.p-lenstype__color-box {
		padding: 0;
	}

	.p-lenstype__colorimg {
		width: 48%;
		margin: 1%!important;
		padding: 7px 0 8px;
		letter-spacing: -1px;
		font-size: 10px;
	}
	.p-lenstype__colorimg .img {
		margin-bottom: 6px;
	}
	.p-lenstype__color-box.m-pc-split2 {
		width: auto;
	}
	.m-sp-column3 .p-lenstype__colorimg {
		width: 31.33%;
	}

	.p-lenstype__colorimg .mark {
		right: 50%;
		margin-right: -42px;
	}
	.p-lenstype__note {
		text-align: left;
	}
	.p-lenstype__note .mark__ico {
		margin-left: 0;
	}

	.p-lens__try-img {
		max-width: none;
	}
	.p-lens__try__box-item {
		width: auto;
		max-width: none;
	}

	.p-lenstype__container {
		margin-top: -18px;
		padding: 25px 0 25px 24px;
	}
}

@media screen and (max-width: 370px) {
	.p-lenstype__img-wrap::before {}
}

.u-linebreak {
	width: 100%!important;
}

.p-lenstypeShow {
	position: relative;
	top: -10px;
	width: 92%;
	margin: 0 auto;
}
.p-lenstypeShow .p-lenstype__list-item-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	width: 100%;
}


@media screen and (min-width: 769px) {
	.p-subLead.m-center {
		text-align: start;
	}
	.p-lens__variation__tab__content_lineUp.u-threeItem.m-col3 {}
	.p-lens__variation__tab__content_lineUp.u-threeItem.m-col3 li {}
	.p-lenstype__check_two.m-col3 {
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (max-width: 768px) {
	.u-pc {display: none!important;}
}
@media screen and (min-width: 769px) {
	.u-sp {display: none!important;}
}
.p-indent__only {
  text-indent: -1.5em !important;
}

.p-color-ok {
  width: 100%;
  margin: 0 auto 50px;
}
.p-bnr--mb {
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .p-color-ok {
    width: 90%;
    max-width: 880px;
    margin-bottom: 100px;
  }
  .p-bnr--mb {
    margin-bottom: 80px;
  }
  .p-spacingPc1 {
      letter-spacing: 0;
  }
}

.p-lens__variation__tab__content_nowrap,
.p-lenstype__nowrap {
  white-space: nowrap;
}
.p-lens__variation__tab__content_nowrap {
  letter-spacing: -0.05em;
}
.p-lenstype__nowrap {
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .p-lens__variation__tab__content_nowrap,
  .p-lenstype__nowrap {
    letter-spacing: -0.1em;
  }
}
@media screen and (max-width: 340px) {
  .p-lenstype__nowrap {
    letter-spacing: -0.22em;
  }
}

.u-colorRed {
  color: #cf3052;
}
.u-weightBold {
  font-weight: bold;
}
#recommend-appeal-contents {
  margin-top: 70px;
  margin-bottom: 140px;
}
#recommend-appeal-contents .p-recommend:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #recommend-appeal-contents {
    margin-bottom: 100px;
  }
}

.p-progressive-subLead{
  color: #3E3A39;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-progressive-subLead{
    font-size: 14px;
    text-align: left;
    padding: 0 8.11vw;
  }
}

.p-lens__variation__tab__content__new__text{
  font-size: 16.5px;
}
.p-lens__variation__tab__content__new__text span{
  color: #cf3052;
  margin-right: 5px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .p-lens__variation__tab__content__new__text{}
  .p-lens__variation__tab__content__new__text span{}
}

.p-lensesLineup {
	margin: 90px 0;
	padding: 90px 0;
}
.p-lensesLineup-color {
	background: #FBF7F3;
}
.p-lensesLineup-mirror {
	background: linear-gradient(89.91deg, #E4EDF0 0.1%, #F7FAFB 28.88%, #E4EDF0 101.36%);
	margin-top: 120px;
}

.p-priceAndColor__left,
.p-priceAndColor__right,
.p-priceAndColor__price__container {
	background-color: #fff;
}

.l-inner {
	width: auto;
	max-width: none;
	padding: 0;
	margin: auto;
}

.c-attention_desclist {
	font-size: 11px;
	color: #5E5E5E;
}

@media only screen and (min-width: 769px) {
	.l-inner {
		padding: 0;
	}
}

@media only screen and (max-width: 768px) {
	.p-lensesLineup {
		margin: 60px 0;
		padding: 60px 0;
	}
}

.p-lens__try__box .p-lens__try__box__changeimg {
	height: 390px;
}
.p-lens__try__box .p-lens__try__box__changeimg img {
	aspect-ratio: 21 / 13;
	object-fit: cover;
}

.p-selecttype__item_campaign {
	position: absolute;
	top: -80px;
	left: 4px;
	right: 0;
	border-radius: 15px;
	background-color: #808080;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	display: table;
	z-index: 1;
	margin: 0 auto;
	padding: 10px 16px 9px;
	white-space: nowrap;
	pointer-events: none;
}
.p-selecttype__item_campaign::after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 0;
	right: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #808080;
	width: 0;
	height: 0;
	margin: 0 auto;
}
.p-selecttype__item_campaign sup {
	font-size: 60%;
}

@media only screen and (max-width: 768px) {
	.p-selecttype__item_campaign {
		top: -80px;
		left: auto;
		right: -25px;
	}
	.p-selecttype__item_campaign::after {
		left: auto;
		right: 51px;
	}
}

.p-takeaway {
	background: #F2F2F2;
	border-radius: 10px;
	margin: 0 40px 32px;
	padding: 19px 20px;
}
.p-takeaway__title {
	text-align: center;
	line-height: 1.55;
	font-size: 15px;
	font-weight: bold;
}
.p-takeaway__title sup {
	margin-left: 1px;
	vertical-align: -1px;
	font-size: 68%;
}
.p-takeaway__list {
	display: flex;
	flex-wrap: wrap;
	gap: 3px 22px;
	margin: 9px 0 0;
	line-height: 1.66;
	font-size: 12.2px;
}
.p-takeaway__item {
	background: url(../img/icon_takeaway01.svg) no-repeat 0 50%;
	min-height: 16px;
	padding: 0 0 0 24px;
}

@media only screen and (max-width: 768px) {
	.p-takeaway {
		margin-right: 24px;
		margin-left: 24px;
		padding-right: 0;
		padding-left: 0;
	}
	.p-takeaway__list {
		gap: 3px 20px;
	}
	.p-takeaway__item {
		padding-left: 22px;
	}
}

.p-rank-link{
  text-align: center;
  margin-top: 30px;
  .button-m-3-sub2-jp{
    display: inline-block;
  }
}

.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;
	}
}

/** 2025-09-25 add rim intro **/
.p-rim-intro {
  display: flex;
  justify-content: flex-start;
  margin: 24px;
  text-align: left;
}

.p-rim-intro__inner {
  border: 1px solid #E6E6E6;
  padding: 25px;
  border-radius: 10px;
}

.p-rim-intro__title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.p-rim-intro__text {
  font-size: 14px;
  line-height: 1.66;
  margin-block: 0.5em 1em;
}

.p-rim-intro__notice {
  width: fit-content;
  text-align: left;
}

.p-rim-intro__notice small {
  display: block;
  width: 100%;
  width: stretch;
  font-size: 11px;
  color: #5E5E5E;
  line-height: 1.66;
  padding-left: 1em;
  text-indent: -1em;
}

.p-rim-intro__notice small+small {
  margin-top: 0.5em;
}

@media only screen and (min-width: 769px) {
  .p-rim-intro {
    justify-content: center;
    margin: 30px;
    text-align: center;
  }

  .p-rim-intro__notice {
    margin-inline: auto;
  }
}