@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");

/* 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%;
  }
}

.c-ttl04::after {
  display: none;
}

/* p-lensdesc
--------------------------------*/
.p-lensdesc {
	margin-top: 90px;
}
.p-lensdesc__ttl {
	margin: 0 0 29px;
	line-height: 1.45;
	font-size: 31px;
	font-weight: bold;
}
.p-lensdesc__ttl.c-ttl02 {
  padding-top: 40px;
  font-size: 18px;
}

@media only screen and (min-width: 769px) {
	.p-lensdesc__ttl {
		text-align: center;
	}
  .p-lensdesc__ttl.c-ttl02 {
    padding: 77px 0 72px;
    font-size: 32px;
    line-height: 1;
  }
}

.p-lensdesc__heading__txt {
	margin: 0 0 29px;
	line-height: 1.66;
	font-size: 16.5px;
}

.p-lensdesc__heading__txt__sub {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto 40px;
  font-size: 14px;
  line-height: 1.875;
  color: #3e3a39;
  text-align: center;
  letter-spacing: -0.03em;
}

.p-lensdesc__heading__txt__sub.u-left {
  text-align: left;
}
.p-lensdesc__heading__txt__sub.u-mb20 {
  margin-bottom: 20px;
}
.p-lensdesc__heading__txt__sub.u-mb40 {
  margin-bottom: 40px;
}
.p-lensdesc__heading__txt__sub.u-spLeft {
  text-align: left;
}

@media only screen and (min-width: 769px) {
  .p-lensdesc__heading__txt {
	text-align: center;
  }
  .p-lensdesc__heading__txt__sub {
    width: 676px;
    padding: 0;
    margin: 0 auto 30px;
    font-size: 16px;
  }
  .p-lensdesc__heading__txt__sub.u-spLeft {
    text-align: center;
  }
}

.p-lensdesc__heading__img {
	display: flex;
	gap: 5px 60px;
	justify-content: space-between;
	align-items: center;
	margin: 60px auto 0;
}
.p-lensdesc__heading__detail {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--main-color-gray3);
	border-radius: 10px;
	padding: 34px 0 56px;
	text-align: center;
}
.p-lensdesc__heading__detail,
.p-lensdesc__heading__text {
	flex: 1;
}
.p-lensdesc__heading__title {
	margin: 0 0 10px;
	line-height: 1.55;
	font-size: 20px;
	font-weight: bold;
}
.p-lensdesc__heading__text {
	padding: 15px 0;
	line-height: 1.66;
	font-size: 16.5px;
}

#p-under--antifog .p-mov__container {
  width: 100%;
  margin: 0 auto 60px;
}

#p-under--antifog .p-mov__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  margin: 5px auto 0;
}

#p-under--antifog .p-mov__container iframe  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#p-under--antifog .p-mov__container p  {
	text-align:center;
	font-size:2.9vw;
	color:#999;
}

@media only screen and (min-width: 769px) {
  #p-under--antifog .p-mov__container {
    max-width: 1000px;
  }
  #p-under--antifog .p-mov__container video {
    width: 100%;
    height: 100%;
  }
  #p-under--antifog .p-mov__container p  {
	  font-size:14px;
	}
}

@media only screen and (max-width: 768px) {
	.p-lensdesc {
		margin-top: 60px;
	}
	.p-lensdesc__heading__img {
		flex-direction: column-reverse;
	}
	.p-lensdesc__heading__detail {
		width: 100%;
	}
}


.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: 26px;
}

@media only screen and (min-width: 769px) {
  .p-lensdesc__wrapper {
    width: 50%;
    padding: 0 30px;
  }
}

.c-ttl01.p-lead__ttl {
  padding-bottom: 20px;
  font-size: 18px;
}

@media only screen and (min-width: 769px) {
  .c-ttl01.p-lead__ttl {
    padding-bottom: 45px;
    font-size: 32px;
  }
}

/* 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: 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-item .u-new {
  display: inline-block;
  color: #cf3052;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}


@media only screen and (min-width: 769px) {
  .p-refractive__list-item .u-new {
    font-size: 14px;
  }
}

.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: 24px;
}

.p-spec__ttl {
  padding-bottom: 30px;
}

@media only screen and (min-width: 769px) {
  .p-spec__ttl {
    padding-bottom: 60px;
  }
}

.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: 25%;
    padding-bottom: 60px;
  }
}

.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: 14px;
  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 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

@media only screen and (min-width: 769px) {
  .p-lenstype__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.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 {
  padding: 11px 0;
  margin: 0;
  text-align: center;
  background: #fff;
}

@media only screen and (min-width: 769px) {
  .p-lenstype__img-wrap {
    width: 15.14286vw;
    max-width: 184px;
    padding: 5 px 0 0;
    margin-right: 20px !important;
    background-color: #f8f8f8;
    border-radius: 2px;
  }
  .p-lenstype__img-wrap:nth-last-child(1) {
    margin-right: 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__ttl {
    display: none;
  }
  .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 {
  margin: 0 0 20px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .p-lenstype__list-item {
    width: 18.2%;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .p-lenstype__list {
    margin: 0 0 30px;
  }
  .p-lenstype__list-item-child {
    width: auto;
    padding: 10px;
  }
}

.p-lenstype__img {
  width: 4.28571vw;
  max-width: 60px;
  margin: auto;
}

@media (max-width: 768px) {
  .p-lenstype__img {
    width: 80%;
    margin: auto;
  }
}

.p-lens__try__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 30px;
}

@media (max-width: 768px) {
  .p-lens__try__box {
    display: block;
    padding: 0 30px 11px;
  }
}

.p-lens__try__box-item {
  width: 48%;
  max-width: 450px;
}

@media (max-width: 768px) {
  .p-lens__try__box-item {
    width: 100%;
    margin-bottom: 4%;
  }
}

.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;
  padding-top: 7px;
  font-size: 18px;
  font-weight: bold;
  color: #3e3a39;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

@media (max-width: 768px) {
  .p-lens__try-img {
    width: 100%;
    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(../color/img/icon_type01_off.png);
}

.p-lenstype__frame-list-item.is-c02 {
  background-image: url(../color/img/icon_type02_off.png);
}

.p-lenstype__frame-list-item.is-c03 {
  background-image: url(../color/img/icon_type03_off.png);
}

.p-lenstype__frame-list-item.is-c04 {
  background-image: url(../color/img/icon_type04_off.png);
}

.p-lenstype__frame-list-item.is-c05 {
  background-image: url(../color/img/icon_type05_off.png);
}

.p-lenstype__frame-list-item.is-c06 {
  background-image: url(../color/img/icon_type06_off.png);
}

.p-lenstype__frame-list-item.is-c07 {
  background-image: url(../color/img/icon_type07_off.png);
}

.p-lenstype__frame-list-item.is-c08 {
  background-image: url(../color/img/icon_type08_off.png);
}

.p-lenstype__frame-list-item.is-c09 {
  background-image: url(../color/img/icon_type09_off.png);
}

.p-lenstype__frame-list-item.is-c10 {
  background-image: url(../color/img/icon_type10_off.png);
}

.p-lenstype__frame-list-item.is-c11 {
  background-image: url(../color/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(../color/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(../color/img/icon_type01_on.png);
}

.p-lenstype__frame-list-item.current.is-c02 {
  background-image: url(../color/img/icon_type02_on.png);
}

.p-lenstype__frame-list-item.current.is-c03 {
  background-image: url(../color/img/icon_type03_on.png);
}

.p-lenstype__frame-list-item.current.is-c04 {
  background-image: url(../color/img/icon_type04_on.png);
}

.p-lenstype__frame-list-item.current.is-c05 {
  background-image: url(../color/img/icon_type05_on.png);
}

.p-lenstype__frame-list-item.current.is-c06 {
  background-image: url(../color/img/icon_type06_on.png);
}

.p-lenstype__frame-list-item.current.is-c07 {
  background-image: url(../color/img/icon_type07_on.png);
}

.p-lenstype__frame-list-item.current.is-c08 {
  background-image: url(../color/img/icon_type08_on.png);
}

.p-lenstype__frame-list-item.current.is-c09 {
  background-image: url(../color/img/icon_type09_on.png);
}

.p-lenstype__frame-list-item.current.is-c10 {
  background-image: url(../color/img/icon_type10_on.png);
}

.p-lenstype__frame-list-item.current.is-c11 {
  background-image: url(../color/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__lineup-box {
  position: relative;
  left: 30%;
  padding-top: 16px;
}

@media screen and (max-width: 768px) {
  .p-lenstype__lineup-box {
    position: relative;
    left: 0;
    width: auto;
  }
}

/* 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 {
	margin-top: 10px;
}
.p-kv {
	text-align: center;
}
.p-kv img {
	width: 100%;
}
/*
.p-under__mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 133.33333vw;
  margin-top: 10px;
  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;
  }
}

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

.p-howto .l-inner {
  padding-bottom: 0;
}

.p-howto__block {
  position: relative;
  width: 67.86%;
  padding: 6% 0 8%;
  margin: auto;
}

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


.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 {
	margin-bottom: 22vw;
}
@media only screen and (min-width: 769px) {
	.p-frame-search {
	margin-bottom: 125px;
	}
}
.p-frame-search__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 270px;
  height: 58px;
  padding: 0 1.5em;
  font-size: 14px;
  line-height: 1;
  color: #3e3a39;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #3e3a39;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.p-frame-search__btn::after {
  display: none;
}

@media only screen and (min-width: 769px) {
  .p-frame-search__btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    max-width: 100%;
    height: 64px;
    padding: 0 1.5em 0;
    font-size: 16px;
    line-height: 1;
    color: #3e3a39;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #3e3a39;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-frame-search__btn::after {
    display: none;
  }
  .p-frame-search__btn:hover {
    color: #fff;
    background-color: #3e3a39;
    opacity: 1;
  }
}

.slick-dots {
  position: relative !important;
  top: 1vw !important;
}

#p-under--antifog.l-container {
  margin-bottom: 0;
}
/*
#p-under--antifog .p-under__mv {
  background-image: url(../antifog/img/mv__bg--sp__02.jpg?timestamp=1513156906000);
}

@media only screen and (min-width: 769px) {
  #p-under--antifog .p-under__mv {
    background-image: url(../antifog/img/mv__bg--pc__02.jpg?timestamp=1513156906000);
  }
}

#p-under--antifog .p-under__mv--circle {
  background-color: #fff;
}

#p-under--antifog .p-under__mv--txt {
  width: 53.3333vw;
  height: 53.3333vw;
  padding-top: 14vw;
  border-radius: 50%;
}

@media only screen and (min-width: 769px) {
  #p-under--antifog .p-under__mv--txt {
    width: 100%;
    height: auto;
    padding-top: 0;
    border-radius: 0;
  }
}
*/
#p-under--antifog .p-lensdesc__wrapper {
  width: 100%;
}

#p-under--antifog .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--antifog .p-lensdesc__wrapper {
    width: 100%;
  }
  #p-under--antifog .p-lensdesc__wrapper .p-lensdesc__ttl.c-ttl03-big {
    display: block;
    width: 100%;
    max-width: 440px;
    margin: auto;
    text-align: center;
  }
}

#p-under--antifog .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--antifog .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;
  }
}

#p-under--antifog .p-spec {
  padding-bottom: 0;
  margin-bottom: -20px;
}

#p-under--antifog .p-spec__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #3e3a39;
  text-align: center;
}

#p-under--antifog .p-spec__list .p-spec__list-item {
  width: 50%;
}

@media only screen and (min-width: 769px) {
  #p-under--antifog .p-spec__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 785px;
  }
  #p-under--antifog .p-spec__list .p-spec__list-item {
    width: 25%;
    /* width: 33.3%; */
  }
  #p-under--antifog .p-spec__list .p-spec__list-item img {
    width: 110px;
  }
}

#p-under--antifog .p-feature-bnr {
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  #p-under--antifog .p-feature-bnr {
    margin-top: 0;
  }
}

#p-under--antifog .p-feature-bnr__list-item::after {
  display: none;
}

#p-under--antifog .c-card-link {
  width: 100%;
  padding: 0;
}



.cambnr {
	text-align:center;
	 margin:-10% auto 0;
	 padding:0 10% 20%;
}
@media only screen and (min-width: 769px) {
	.cambnr {
		margin:0 auto;
		padding:0 0 100px;
	}
}
.bnr-area {
	margin:10% auto ;
	width:80%;
}
.bnr-area a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
	.bnr-area {
	margin: 80px auto 80px;
	max-width: 1100px;
	width: 100%;
	}
}
.bnr-area .bnr-big ul li {
  margin-bottom:10%;
}
.bnr-area .bnr-big ul li .text {
	text-align:center;
	font-size:3.25vw;
	color:#3e3a39;
  margin-top:3%;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.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 .text-area {
  min-height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  .bnr-area .bnr-small ul li .text-area {
    min-height: 17.188vw;
  }
}
.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 {
  align-self: flex-end;
	text-align:left;
	font-size:2.35vw;
	color:#3e3a39;
  margin-top:5%;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
.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%;
	}
}

.u-bg-gray {
  background: #f7f8fa;
}
.list-wrapper {
  width: 86%;
  margin: 0 auto;
  padding: 12% 0 10%;
}
.list-wrapper .block-title {
  margin-bottom: 10%;
  width: 100%;
  padding: 2%;
  background-color: #9adae2;
  color: #fff;
  text-align: center;
  font-size: 3.75vw;
  letter-spacing: 0.16em;
  font-weight: 500;
}
.list-wrapper ._checklist li {
  line-height: 1.688;
  font-size: 3.75vw;
  color: #3e3a39;
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 35px;
  line-height: 1.414;
  position: relative;
}
.list-wrapper ._checklist li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background-image: url(../drive/img/pc/check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (min-width: 760px) {
  .list-wrapper ._checklist li {
    padding-left: 65px;
}
.list-wrapper ._checklist li::before {
  width: 45px;
  height: 45px;
}
}
@media screen and (min-width: 769px) {
  .list-wrapper {
    width: 630px;
    margin: 0 auto;
    padding: 90px 0 80px;
}
.list-wrapper .block-title {
  margin-bottom: 30px;
  margin-bottom: 45px;
  width: 100%;
  font-size: 25px;
}
.list-wrapper ._checklist li {
  line-height: 1.688;
  font-size: 22px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 45px;
}
.list-wrapper ._checklist li::before {
  width: 30px;
  height: 30px;
}
}

.p-pointArea {
  margin: 52px 0 22%;
}
@media screen and (min-width: 769px) {
  .p-pointArea {
    margin: 100px 0 130px;
  }
}

.p-standLead {
  display: inline-block;
  background: linear-gradient(transparent 70%, #E83929 70%);
}

.u-gray {
  color: #999;
}
@media screen and (min-width: 769px) {
  .l-accordion > .p-accordion_head {
    height: 10.2vw;
  }
}
@media screen and (min-width: 900px) {
  .l-accordion > .p-accordion_head {
    height: 90px;
  }
}

.l-colorLens_wrapImg .l-colorLens_nowrap {
  white-space: nowrap;
  letter-spacing: -0.08em;
}

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