@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_NextRegular;
}

.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-sectionContainer {
	margin-top: 90px;
	padding: 90px 0 1px;
}
.p-sectionContainer.p-sectionCheek {
	background: linear-gradient(89.9deg, #FCE7EC 0.11%, #FFF6F9 99.95%);
	margin-top: 0;
}
.p-sectionContainer.p-sectionConcealer {
	background: linear-gradient(89.9deg, #FFEFE1 0.11%, #FFFBF1 99.95%);
}

.p-lensdesc.m-head {
	margin-top: 60px;
}
.p-lensdesc__ttl {
  font-family: JINS_NextMedium;
	margin: 0 0 30px;
	line-height: 1.45;
	font-size: 31px;
	font-weight: 500;
}
.p-lensdesc__ttl.c-ttl02 {
  padding-top: 40px;
  font-size: 18px;
}

@media only screen and (min-width: 769px) {
	.p-lensdesc.m-head {
		margin-top: 90px;
	}
	.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: 17px;
}
.p-lensdesc__heading__txt  span {
	margin-bottom: 8px;
	display: inline-block;
}
.p-lensdesc__heading__txt1,
.p-lensdesc__heading__txt2 {
	margin-bottom: 20px;
}
.p-lensdesc__heading__txt1 p {
	margin-bottom: 29px;
}
.p-lensdesc__heading__txt2 {
	font-size: 11px;
	color: #5E5E5E;
}
.p-lensdesc__heading__txt2 p {
	margin-bottom: 5px;
}

@media only screen and (min-width: 769px) {
	.p-lensdesc__heading__txt {
		text-align: center;
	}
}

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

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

@media only screen and (max-width: 768px) {
	.p-sectionContainer {
		padding-top: 60px;
	}
  .p-lensdesc__heading__txt1 p {
    margin-bottom: 20px;
  }
}

/* p-price
--------------------------------*/
.p-price-lens__note {
    font-family: JINS_NextRegular;
    margin-top: -4px;
    font-weight: 400;
    font-size: 12px;
}

.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: 14px;
}
.p-priceFooter__text a {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
.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: 45px 15px 35px;
  margin: auto;
}

@media only screen and (min-width: 769px) {
.p-price__wrapper {
  width: 400px;
  min-width: 400px;
  padding: 0;
  margin-left: 0;
  margin-bottom: 50px;
  }
}

.p-price__img {
  width: 116px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

@media only screen and (min-width: 769px) {
  .p-price__img {
    width: 150px;
  }
}

.p-price__img img{
  height: auto;
}


/* p-refractive
--------------------------------*/
.p-refractive {
  width: 94%;
  padding-bottom: 12px;
  margin: 40px 30px;
}

.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-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: 33.3%;
    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: 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: #3d3938;
}

.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--white {
  background-color: #fff;
  -webkit-animation: bgCloWhite 5s 1s forwards;
  animation: bgCloWhite 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;
  }
}
@keyframes bgCloWhite {
  0% {
    background-color: white;
  }

  100% {
    background-color: white;
  }
}

@-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__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;
  }
}

@media screen and (min-width: 769px) {
  .p-frame-search {
    margin-bottom: 100px;
  }
}

.p-frame-search {
  margin-bottom: 80px;
}


.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--colorcontrol.l-container {
  margin-bottom: 0;
}
/*
#p-under--colorcontrol .p-under__mv {
  background-image: url(../img/mv_bg_sp_202405.jpg);
}

@media only screen and (min-width: 769px) {
  #p-under--colorcontrol .p-under__mv {
    background-image: url(../img/mv_bg_pc_202405.jpg);
  }
}

@media only screen and (min-width: 769px) {
  #p-under--colorcontrol .p-under__mv--txt {
    font-size: 1.9vw;
  }
}
*/
#p-under--colorcontrol .p-mov__container {
  width: 100%;
  height: 46.3vw;
  margin: 0 auto 60px;
}

#p-under--colorcontrol .p-mov__container iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 769px) {
  #p-under--colorcontrol .p-mov__container {
    width: 560px;
    height: 315px;
    margin: 0 auto 120px;
  }

  #p-under--colorcontrol .p-mov__container iframe {
    width: 100%;
    height: 100%;
  }
}

#p-under--colorcontrol .p-lensdesc__wrapper {
  width: 100%;
}

#p-under--colorcontrol .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--colorcontrol .p-lensdesc__wrapper {
    width: 100%;
  }

  #p-under--colorcontrol .p-lensdesc__wrapper .p-lensdesc__ttl.c-ttl03-big {
    display: block;
    width: 100%;
    max-width: 440px;
    margin: auto;
    text-align: center;
  }
}

#p-under--colorcontrol .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--colorcontrol .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--colorcontrol .c-txt01-small {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  #p-under--colorcontrol .c-txt01-small {
    text-align: center;
  }
}

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

#p-under--colorcontrol .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--colorcontrol .p-spec__list .p-spec__list-item {
  width: 50%;
}

@media only screen and (min-width: 769px) {
  #p-under--colorcontrol .p-spec__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  #p-under--colorcontrol .p-spec__list .p-spec__list-item {
    width: 33.3%;
  }

  #p-under--colorcontrol .p-spec__list .p-spec__list-item img {
    width: 110px;
  }
}

#p-under--colorcontrol .colorcontrol__fadeslider__container {
  position: relative;
}

#p-under--colorcontrol .colorcontrol__fadeslider__container .p-lensdesc__ttl.c-ttl02 {
  padding: 70px 0 40px;
}

@media only screen and (min-width: 769px) {
  #p-under--colorcontrol .colorcontrol__fadeslider__container .p-lensdesc__ttl.c-ttl02 {
    padding: 77px 0 60px;
  }
}

#p-under--colorcontrol .colorcontrol__fadeslider__contents__container {
  position: relative;
  padding: 20px 0 0;
  margin: 0 auto 0;
  background-color: #f5f6f7;
}

@media only screen and (min-width: 769px) {
  #p-under--colorcontrol .colorcontrol__fadeslider__contents__container {
    padding: 0;
    margin: 0 auto 120px;
  }
}

#p-under--colorcontrol .fadeslider {
  padding: 0;
}

@media only screen and (min-width: 769px) {
  #p-under--colorcontrol .fadeslider {
    padding: 30px;
  }
}

#p-under--colorcontrol .colorcontrol__fadeslider__img__container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

#p-under--colorcontrol .colorcontrol__fadeslider__img__container .colorcontrol__fadeslider__img__wrap {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

#p-under--colorcontrol .colorcontrol__fadeslider__img__container .colorcontrol__fadeslider__img__wrap:nth-last-child(1) {
  margin-bottom: 0;
}

#p-under--colorcontrol .colorcontrol__fadeslider__img__container .colorcontrol__fadeslider__img__wrap img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  #p-under--colorcontrol .colorcontrol__fadeslider__img__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: auto;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }

  #p-under--colorcontrol .colorcontrol__fadeslider__img__container .colorcontrol__fadeslider__img__wrap {
    width: 50%;
    max-width: 460px;
    margin-right: 30px;
    margin-bottom: 0;
  }

  #p-under--colorcontrol .colorcontrol__fadeslider__img__container .colorcontrol__fadeslider__img__wrap:nth-last-child(1) {
    margin-right: 0;
  }
}

#p-under--colorcontrol .fadeDots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 82vw;
  height: 2.13333vw;
  margin: 3.33333vw auto 29.33333vw;
  cursor: pointer;
}

#p-under--colorcontrol .fadeDots li {
  position: relative;
  width: 25%;
  height: 30vw;
}

#p-under--colorcontrol .fadeDots li button {
  position: relative;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 30vw;
  color: transparent;
  background-color: transparent;
  border: 1px solid transparent;
  opacity: 1;
}

#p-under--colorcontrol .fadeDots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: "";
  background-color: #e5e6e9;
}

#p-under--colorcontrol .fadeDots .slick-active button::before {
  background-color: #3a4763;
}

#p-under--colorcontrol .fadeDots::after {
  position: absolute;
  bottom: -16vw;
  left: 50%;
  width: 75.86667vw;
  height: 11.86667vw;
  content: "";
  background-image: url(../colorcontrol/img/fadeslider__fader-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 769px) {
  #p-under--colorcontrol .fadeDots {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 440px;
    height: 6px;
    margin: 40px auto 100px;
    cursor: pointer;
  }

  #p-under--colorcontrol .fadeDots li {
    position: relative;
    width: 25%;
    height: 100px;
  }

  #p-under--colorcontrol .fadeDots li button {
    position: relative;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100px;
    color: transparent;
    background-color: transparent;
    border: 1px solid transparent;
    opacity: 1;
  }

  #p-under--colorcontrol .fadeDots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    content: "";
    background-color: #e5e6e9;
  }

  #p-under--colorcontrol .fadeDots .slick-active button::before {
    background-color: #3a4763;
  }

  #p-under--colorcontrol .fadeDots::after {
    position: absolute;
    bottom: -80px;
    left: 50%;
    width: 392px;
    height: 56px;
    content: "";
    background-image: url(../colorcontrol/img/fadeslider__fader.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

#p-under--colorcontrol .colorcontrol__fadeslider__note__container {
  padding: 10px 10px 60px;
  margin-top: 20px;
  font-size: 11px;
  color: #9a9a9a;
  background-color: #fff;
}

#p-under--colorcontrol .colorcontrol__fadeslider__note__container h3 {
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1;
}

#p-under--colorcontrol .colorcontrol__fadeslider__note__container ul li {
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.6;
}

@media only screen and (min-width: 769px) {
  #p-under--colorcontrol .colorcontrol__fadeslider__note__container {
    padding: 30px 30px 80px;
    margin-top: 20px;
    font-size: 10px;
    background-color: #fff;
  }

  #p-under--colorcontrol .colorcontrol__fadeslider__note__container h3 {
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1;
  }

  #p-under--colorcontrol .colorcontrol__fadeslider__note__container ul li {
    margin-bottom: 5px;
    font-weight: normal;
    line-height: 1.5;
  }

  #p-under--colorcontrol .colorcontrol__fadeslider__note__container ul li::before {
    margin-right: 5px;
  }
}

.p-colorcontrolContent__item {
	font-size: 11px!important;
	color: #000!important;
}
.p-priceFooter__text a,
.p-colorcontrolContent__item a {
	transition: 0.3s;
}
.p-priceFooter__text a:hover,
.p-colorcontrolContent__item a:hover {
	color: #808080!important;
}

.p-colorcontrolContent__item.--center-pc {
  text-align: left;
  margin: 30px auto 0;
}

@media only screen and (min-width: 769px) {
  .p-colorcontrolContent__item.--center-pc {
    text-align: center;
  }
}


.l-under_note .p-recommendLenses {
	margin-top: 30px;
}

#p-under--colorcontrol .p-feature-bnr {
  margin-top: 22vw;
}

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

@media only screen and (max-width: 768px) {
	.l-under_note .p-recommendLenses {
		margin-top: 20px;
	}
}

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

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



.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;
    max-width: 1100px;
    width: 100%;
  }
}

.bnr-area .bnr-big ul {}

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

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

/* 210322 追加  */
.p-lenscart {
  width: 100%;
  margin: 0;
  padding-bottom: 40px;
}
.p-lenscart__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px;
}
.p-lenscart__list > li {
  list-style: none;
  width: 33%;
  text-align: center;
  margin-top: 20px;
}
.p-lenscart__list > li:nth-child(-n+3){
  margin-top: 0;
}
.p-lenscart__list__img {
  width: 80%;
  margin: 0 auto;
}
.p-lenscart__list__img img {
  max-width: 100%;
}

.colorcontrol__doboz {
  overflow: hidden;
}

.colorcontrol__doboz__switch {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.colorcontrol__doboz__switch__item {
  width: 31%;
  color: #3e3a39;
  background-color: #f5f6f7;
  border-radius: 5px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 5px 0 5px 5px;
}

.colorcontrol__doboz__switch__item:nth-of-type(-n+3){
  margin-top: 0px;
}
.colorcontrol__doboz__switch__item.is-active {
  background-color: #3b4763;
  color: #fff;
}

.colorcontrol__doboz__switch__item__tit {
  width: 70%;
  font-size: 10px;
  line-height: 1.4em !important;
  text-align: left;
}

@media only screen and (max-width: 320px) {
  .colorcontrol__doboz__switch__item__tit {
    transform: scale(0.8);
    white-space: nowrap;
    transform-origin: left;
  }
}

.colorcontrol__doboz__switch__item__img {
  width: 30%;
  margin-top: 0px;
  align-items: center;
}

.colorcontrol__doboz__switch__item__img.is-adj {
  margin-top: 10px;
}

.colorcontrol__doboz__switch__item__img img {
  width: auto;
}

.colorcontrol__doboz__main {
  background-color: #f5f6f7;
  margin-top: 25px;
  position: relative;
}

.colorcontrol__doboz__main__item {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  /* display: flex;
  justify-content: space-between; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 15px;
}

.colorcontrol__doboz__main__item.is-active {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
  position: static;
}

.colorcontrol__doboz__main__glass {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.colorcontrol__doboz__main__glass img {
  max-width: 100%;
  vertical-align: bottom;
}

.colorcontrol__doboz__main__glass__cover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.colorcontrol__doboz__main__park {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-top: 30px;
}

.colorcontrol__doboz__main__park img {
  width: 100%;
  vertical-align: bottom;
}

.colorcontrol__doboz__main__park__cover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.colorcontrol__doboz__fader {
  text-align: center;
  background-color: #f5f6f7;
  padding: 0 20px 30px;
}

.colorcontrol__doboz__fader__range {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.colorcontrol__doboz__fader__range::before {
  content: "";
  width: 98%;
  height: 2px;
  background: #6e6c79;
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translateX(-50%);
}

.colorcontrol__doboz__fader__range__input {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background: none;
  height: 14px;
  width: 100%;
  border-radius: 0;
  border: none;
  outline: 0;
  position: relative;
  z-index: 1;
}



/* -webkit-向けのつまみ */
.colorcontrol__doboz__fader__range__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* デフォルトのつまみのスタイルを解除 */
  background: #6e6c79;
  /* 背景色 */
  width: 14px;
  /* 幅 */
  height: 14px;
  /* 高さ */
  border-radius: 50%;
  /* 円形に */
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  /* 影 */
}

/* -moz-向けのつまみ */
.colorcontrol__doboz__fader__range__input::-moz-range-thumb {
  background: #6e6c79;
  /* 背景色 */
  width: 14px;
  /* 幅 */
  height: 14px;
  /* 高さ */
  border-radius: 50%;
  /* 円形に */
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  /* 影 */
  border: none;
  /* デフォルトの線を消す */
}

/* Firefoxで点線が周りに表示されてしまう問題の解消 */
.colorcontrol__doboz__fader__range__input::-moz-focus-outer {
  background: none;
  border: none;
}

.colorcontrol__doboz__fader__range__input::-ms-track {
  background: transparent;
  color: transparent;
  border: transparent;
}

.colorcontrol__doboz__fader__range__input::-ms-fill-upper {
  background: transparent;
  color: transparent;
  border: transparent;
}

.colorcontrol__doboz__fader__range__input::-ms-fill-lower {
  background: transparent;
  border: transparent;
  color: transparent;
}

.colorcontrol__doboz__fader__range__input::-ms-fill-upper {
  background: transparent;
  border: transparent;
  color: transparent;
}

.colorcontrol__doboz__fader__range__input::-ms-tooltip {
  /* IE Range upper fill */
  display: none;
}

.colorcontrol__doboz__fader__range__input::-ms-ticks-before {
  background: transparent;
  border: transparent;
  color: transparent;
}

.colorcontrol__doboz__fader__range__input::-ms-ticks-after {
  background: transparent;
  border: transparent;
  color: transparent;
}

.colorcontrol__doboz__fader__range__input:focus::-ms-ticks-before {
  background: transparent;
  border: transparent;
  color: transparent;
}

.colorcontrol__doboz__fader__range__input:focus::-ms-fill-upper {
  background: transparent;
  border: transparent;
  color: transparent;
}

.colorcontrol__doboz__fader__range__input::-ms-thumb {
  display: block;
  /* デフォルトのつまみのスタイルを解除 */
  background: #6e6c79;
  /* 背景色 */
  width: 14px;
  /* 幅 */
  height: 14px;
  /* 高さ */
  border-radius: 50%;
  overflow: hidden;
  /* 円形に */
  box-shadow: none;
  outline: none;
  /* 影 */
}

.colorcontrol__doboz__fader__range__input:focus::-ms-thumb {
  border: none;
}

@media only screen and (min-width: 769px) {

  /* 210322 追加  */
  .p-lenscart {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .p-lenscart__list {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    padding: 0;
  }
  .p-lenscart__list > li {
    list-style: none;
    width: 15%;
    margin-top: 0;
  }
  .p-lenscart__list > li:nth-child(-n+3){
    margin-top: 0;
  }
  .p-lenscart__list__img {

  }
  .p-lenscart__list__img img {

  }


  .colorcontrol__doboz {}

  .colorcontrol__doboz__switch {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .colorcontrol__doboz__switch__item {
    width: 112px;
    color: #3e3a39;
    background-color: #f5f6f7;
    border-radius: 10px;
    text-align: center;
    padding: 20px 0 10px;
    cursor: pointer;
    opacity: 1;
    transition: 0.3s;
    display: block;
    margin-top: 0;
  }
  .colorcontrol__doboz__switch__item.is-active {
    background-color: #3b4763;
    color: #fff;
  }

  .colorcontrol__doboz__switch__item__tit {
    width: 100%;
    min-height: 36px;
    font-size: 13px;
    line-height: 1.4em !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .colorcontrol__doboz__switch__item__img {
    width: auto;
    margin-top: 0;
  }

  .colorcontrol__doboz__switch__item__img.is-adj {
    margin-top: 0;
  }

  .colorcontrol__doboz__switch__item__img img {
    width: auto;
  }

  .colorcontrol__doboz__main {
    background-color: #f5f6f7;
    margin-top: 50px;
    position: relative;
  }

  .colorcontrol__doboz__main__item {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 30px;
  }

  .colorcontrol__doboz__main__item.is-active {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
    position: static;
  }

  .colorcontrol__doboz__main__glass {
    width: 48%;
    max-width: 460px;
    position: relative;
  }

  .colorcontrol__doboz__main__glass img {
    max-width: 100%;
    vertical-align: bottom;
  }

  .colorcontrol__doboz__main__glass__cover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }

  .colorcontrol__doboz__main__park {
    width: 48%;
    max-width: 460px;
    position: relative;
    margin-top: 0;
  }

  .colorcontrol__doboz__main__park img {
    width: 100%;
    vertical-align: bottom;
  }

  .colorcontrol__doboz__main__park__cover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }

  .colorcontrol__doboz__fader {
    text-align: center;
    background-color: #f5f6f7;
    padding: 0 0 60px;
  }

  .colorcontrol__doboz__fader__range {
    width: 450px;
    margin: 0 auto;
    position: relative;
  }

  .colorcontrol__doboz__fader__range::before {
    content: "";
    width: 98%;
    height: 4px;
    background: #6e6c79;
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translateX(-50%);
  }

  .colorcontrol__doboz__fader__range__input {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background: none;
    height: 24px;
    width: 100%;
    border-radius: 0;
    border: none;
    outline: 0;
    position: relative;
    z-index: 1;
  }

  /* -webkit-向けのつまみ */
  .colorcontrol__doboz__fader__range__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* デフォルトのつまみのスタイルを解除 */
    background: #6e6c79;
    /* 背景色 */
    width: 24px;
    /* 幅 */
    height: 24px;
    /* 高さ */
    border-radius: 50%;
    /* 円形に */
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    /* 影 */
  }

  /* -moz-向けのつまみ */
  .colorcontrol__doboz__fader__range__input::-moz-range-thumb {
    background: #6e6c79;
    /* 背景色 */
    width: 24px;
    /* 幅 */
    height: 24px;
    /* 高さ */
    border-radius: 50%;
    /* 円形に */
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    /* 影 */
    border: none;
    /* デフォルトの線を消す */
  }

  /* Firefoxで点線が周りに表示されてしまう問題の解消 */
  .colorcontrol__doboz__fader__range__input::-moz-focus-outer {
    background: none;
    border: none;
  }

  .colorcontrol__doboz__fader__range__input::-ms-track {
    background: transparent;
    color: transparent;
    border: transparent;
  }

  .colorcontrol__doboz__fader__range__input::-ms-fill-upper {
    background: transparent;
    color: transparent;
    border: transparent;
  }

  .colorcontrol__doboz__fader__range__input::-ms-fill-lower {
    background: transparent;
    border: transparent;
    color: transparent;
  }

  .colorcontrol__doboz__fader__range__input::-ms-fill-upper {
    background: transparent;
    border: transparent;
    color: transparent;
  }

  .colorcontrol__doboz__fader__range__input::-ms-tooltip {
    /* IE Range upper fill */
    display: none;
  }

  .colorcontrol__doboz__fader__range__input::-ms-ticks-before {
    background: transparent;
    border: transparent;
    color: transparent;
  }

  .colorcontrol__doboz__fader__range__input::-ms-ticks-after {
    background: transparent;
    border: transparent;
    color: transparent;
  }

  .colorcontrol__doboz__fader__range__input:focus::-ms-ticks-before {
    background: transparent;
    border: transparent;
    color: transparent;
  }

  .colorcontrol__doboz__fader__range__input:focus::-ms-fill-upper {
    background: transparent;
    border: transparent;
    color: transparent;
  }

  .colorcontrol__doboz__fader__range__input::-ms-thumb {
    display: block;
    /* デフォルトのつまみのスタイルを解除 */
    background: #6e6c79;
    /* 背景色 */
    width: 24px;
    /* 幅 */
    height: 24px;
    /* 高さ */
    border-radius: 50%;
    overflow: hidden;
    /* 円形に */
    box-shadow: none;
    outline: none;
    /* 影 */
  }

  .colorcontrol__doboz__fader__range__input:focus::-ms-thumb {
    border: none;
  }

}

.colorcontrol__doboz__fader__range {
  margin-bottom: 2%;
}

.colorcontrol__doboz__fader__range__input  {
  transform: scale(1.5);
  width: 67%;
}


@media screen and (max-width: 768px) {

  .colorcontrol__doboz__fader__range {
    margin-bottom: 3% ;
  }


  .colorcontrol__doboz__fader__range__input {
    transform: scale(1.5) ;
    width: 67% ;
  }

 }


 /* 210422追加 */

 .movie-container {
   width: 80%;
   margin: 90px auto;
 }

 .movie-wrapper {
   width: 100%; /*横幅いっぱいにwidthを指定*/
  padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
  height:0px;              /*高さはpaddingで指定するためheightは0に*/
  position: relative;
  margin: 0 auto 0;
 }

 .movie-wrapper  iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }



 @media screen and (max-width: 768px) {

  .movie-container {
    width: 100%;
    margin: 10% auto;
  }


 .movie-wrapper {
  width:100%;              /*横幅いっぱいにwidthを指定*/
  padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
  height:0px;              /*高さはpaddingで指定するためheightは0に*/
  position: relative;
  margin: 0 auto ;
}
.movie-wrapper  iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

 }

 .p-lensdesc__colorimg {
   width: 100%;
   background: #f5f6f7;
   padding: 80px 0;
   margin: 80px 0;
 }
 .p-lensdesc__colorimg .colorimg_inner {
  width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.p-lensdesc__colorimg .colorimg_inner .color_thumb {
  width: 254px;
}
.p-lensdesc__colorimg .colorimg_inner .color_thumb .color_ttl {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 15px;
  text-align: center;
  color: #3a4863;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  .p-lensdesc__colorimg {
    width: 100%;
    background: #f5f6f7;
    padding: 20px 20px;
    margin: 30px 0;
  }
  .p-lensdesc__colorimg .colorimg_inner {
   width: 100%;
   margin: 0 auto;
   display: block;
 }
 .p-lensdesc__colorimg .colorimg_inner .color_thumb {
   width: 100%;
   margin: 7px 0;
   display: -webkit-box;
   display: -ms-flexbox;
   flex-direction: row-reverse;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
       justify-content: center;
-webkit-box-align: center;
   -ms-flex-align: center;
       align-items: center;
    background: #FFFFFF;
  }
 .p-lensdesc__colorimg .colorimg_inner .color_thumb .color_ttl {
   font-size: 3vw;
   font-weight: bold;
   padding: 0 0 0;
   text-align: center;
   color: #3a4863;
   line-height: 1.6em;
   width: 50%;
 }
 .p-lensdesc__colorimg .colorimg_inner .color_thumb .color_img {
  width: 50%;
}
.p-lensdesc__colorimg .colorimg_inner .color_thumb .color_img img {
  width: 100%;
}
}

@media screen and (max-width: 480px) {
  .p-lensdesc__colorimg .colorimg_inner .color_thumb .color_ttl {
    font-size: 12px;
  }



}

.p-lensdesc__wrapper .lens_img {
  width: 100%;
  text-align: center;
  padding: 50px 0 80px;
}

@media only screen and (max-width: 768px) {
  .p-lensdesc__wrapper .lens_img {
    width: 70%;
    text-align: center;
    padding: 30px 0 40px;
    margin: 0 auto;
  }
  .p-lensdesc__wrapper .lens_img img {
    width: 100%;
  }
}

.list-wrapper {
	width: 86%;
	margin: 0 auto;
	padding: 12% 0 10%;
}

@media only screen and (min-width: 769px) {
	.list-wrapper {
		width: 630px;
		margin: 0 auto;
		padding: 90px 0 80px;
	}
}

.list-wrapper2 {
	width: 76%;
	margin: 0 auto;
	padding: 5% 0 5%;
}

@media only screen and (min-width: 769px) {
	.list-wrapper2 {
		width: 330px;
		margin: 0 auto;
		padding: 20px 0 20px;
	}
}

.list-wrapper .block-title {
	margin-bottom: 10%;
	width: 100%;
	padding: 2%;
	background-color: #f9c8d4;
	color: #fff;
	text-align: center;
	font-size: 3.75vw;
	letter-spacing: 0.16em;
	font-weight: 500;
}

@media only screen and (min-width: 769px) {
	.list-wrapper .block-title {
		margin-bottom: 30px;
		margin-bottom: 45px;
		width: 100%;
		font-size: 25px;
	}
}

.list-wrapper2 .block-title2 {
	margin-bottom: 10%;
	width: 100%;
	padding: 4%;
	background-color: #f9c8d4;
	color: #fff;
	text-align: center;
	font-size: 3.6vw;
	letter-spacing: 0.16em;
	font-weight: 500;
	border-radius: 10px;
}

@media only screen and (min-width: 769px) {
	.list-wrapper2 .block-title2 {
		margin-bottom: 30px;
		margin-bottom: 45px;
		width: 100%;
		font-size: 18px;
	}
}

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

@media only screen and (min-width: 769px) {
	.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 {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 48%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 23px;
	height: 23px;
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

@media only screen and (min-width: 760px) {
	.list-wrapper ._checklist li {
		padding-left: 65px;
	}

	.list-wrapper ._checklist li::before {
		width: 45px;
		height: 45px;
	}
}

@media only screen and (min-width: 769px) {
	.list-wrapper ._checklist li {
		padding-left: 45px;
	}

	.list-wrapper ._checklist li::before {
		width: 30px;
		height: 30px;
	}
}

.p-lineup {
	background: #fff;
	border-radius: 10px;
	margin: 0 0 30px;
}
.p-lineup__list {
	padding: 30px 80px 40px;
	line-height: 1.66;
}
.p-lineup__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0 0;
}
.p-lineup__image {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	background: #F8F8F8;
	border-radius: 10px;
	width: 100px;
	height: 100px;
	margin: 0 40px 0 0;
}
.p-lineup__image img {
	width: 62px;
	height: 62px;
}
.p-lineup__text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: auto;
}
.p-lineup__name {
	margin: 0 70px 0 0;
  display: flex;
  align-items: center;
}
.p-lineup__color {
	font-size: 17px;
}
.p-lineup__kana {
	margin: 0 0 0 12px;
	vertical-align: text-top;
	font-size: 12.2px;
}
.p-lineup__info {
	flex: auto;
	font-size: 14.4px;
}
.p-lineup__footer,
.p-lensdesc__note {
	margin-top: 30px;
	font-size: 11px;
	color: #5E5E5E;
}

.p-lensdesc__diagram {
	background: #fff;
	border-radius: 10px;
	padding: 65px 24px;
	text-align: center;
}
.p-lensdesc__diagram img {
	width: 423px;
}

.p-lensdesc__lensimg {
 margin: 0 auto;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 gap: 20px;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
}
.p-lensdesc__lensimg .lens_thumb img {
	border-radius: 10px;
}
.p-lensdesc__lensimg .lens_thumb .lens_txt {
 font-size: 16.5px;
 padding: 10px 0 0;
 text-align: left;
 color: #000;
 line-height: 1.66;
}

@media only screen and (min-width: 769px) {
	.m-cheek .p-lineup__name {
		width: 214px;
	}
	.m-concealer .p-lineup__name {
		width: 220px;
	}
	.p-lineup__footer {
		text-align: center;
	}
	.p-lensdesc__diagram img {
		margin-left: 58px;
	}
}

@media only screen and (max-width: 768px) {
	.p-lineup__list {
		padding: 24px;
	}
	.p-lineup__item {
		align-items: flex-start;
		margin-top: 40px;
	}
	.p-lineup__item:first-child {
		margin-top: 0;
	}
	.p-lineup__image {
		width: 80px;
		height: 96px;
		margin-right: 24px;
	}
	.p-lineup__text {
		display: block;
	}
	.p-lineup__name {
		margin-bottom: 7px;
    display: block;
	}
	.p-lineup__color,
	.p-lineup__kana {
		display: block;
	}
	.p-lineup__kana {
		margin: -4px 0 0;
	}
	.p-lineup__info {
		font-size: 12.2px;
	}

  .p-lensdesc__lensimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
   }
   .p-lensdesc__lensimg .lens_thumb {
    width: calc((100% - 15px)/2);
   }
   .p-lensdesc__lensimg .lens_thumb img {
    width: 100%;
   }
	.p-lensdesc__lensimg .lens_thumb .lens_txt {
		text-align: left;
	}

	.p-lensdesc__diagram {
		padding: 24px;
	}
	.p-lensdesc__note {
		text-align: left;
	}
}

.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
    .br-sp {
    display: 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;
	}
	.p-recommendLenses .button-l-1-main-jp.m-sp {
		white-space: nowrap;
		font-size: 3.7vw;
	}
}

/* 選べるバリエーション */
.p-head__primary {
  margin-bottom: 30px;
  font-size: 25px;
  color: #000;
  text-align: center !important;
  font-weight: bold;
}

.p-selecttype {
	max-width: 1304px;
	margin: 90px auto 0;
	padding: 0 20px;
}
.p-selecttypeOuter .p-selecttype {
	margin-top: 0;
	padding: 0;
}
.p-selecttypeOuter {
	background: url(../img/bg_variations.png) no-repeat left 38% top 32%;
	background-size: 820px auto;
	margin-top: -80px;
	padding: 80px 0 155px;
}

@media only screen and (max-width: 768px) {
	.p-selecttype {
		margin-top: 80px;
		padding: 0;
	}
	.p-selecttypeOuter {
		background: url(../img/bg_variations1_sp.png) no-repeat right 0 top 28%;
		background-size: 124px auto;
		margin-top: -40px;
		padding: 60px 0 80px;
	}
}

.p-selecttype__list {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}

@media only screen and (min-width: 769px) {
  .p-selecttype__list {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 19px;
  }
}


.p-selecttype__link {
  text-decoration: none;
  position: relative;
  display: block;
  padding: 25px;
  background: linear-gradient(89.9deg, #FFFAF5 0.11%, #FFEFDD 99.95%);
  border-radius: 15px;
}
.p-selecttype__for {
	font-size: 15px;
	font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .p-selecttype__link {
    padding: 35px 20px 68px;
  }
	.m-simple .p-selecttype__link {
		padding-bottom: 35px;
	}
}

.p-selecttype__item {
  flex: 1;
  text-align: center;
  position: relative;
}

.p-selecttype__item.u-color-blue .p-selecttype__link {
  background: linear-gradient(89.52deg, #FFE8E1 0.55%, #FFF0CE 99.72%);
}
.p-selecttype__item.m-cheek .p-selecttype__link {
  background: linear-gradient(89.9deg, #FCE7EC 0.11%, #FFF6F9 99.95%);
}
.p-selecttype__item.m-concealer .p-selecttype__link {
  background: linear-gradient(89.9deg, #FFEFE1 0.11%, #FFFBF1 99.95%);
}

.p-selecttype__item+.p-selecttype__item.u-color-4,
.p-selecttype__item+.p-selecttype__item.u-color-3 {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .p-selecttype__item+.p-selecttype__item.u-color-4,
  .p-selecttype__item+.p-selecttype__item.u-color-3 {
    margin-top: 0;
  }
}
.p-selecttype__item.u-color-4 .p-selecttype__link {
  background: linear-gradient(89.9deg, #D1DFF6 0.11%, #EAF9E3 99.95%);
}
.p-selecttype__item.u-color-3 .p-selecttype__link {
  background: linear-gradient(89.52deg, #F6F7EB 0.55%, #DDEAFF 99.72%);
}
@media only screen and (min-width: 769px) {
  .p-selecttype__item.u-color-4 .p-selecttype__link,
  .p-selecttype__item.u-color-3 .p-selecttype__link {
    padding-bottom: 40px;
  }
}

.p-selecttype__item.u-color-blue .p-selecttype__recobtn {
  color: #548D96;
}

.p-selecttype__caption{
  margin-top: 40px;
}
.p-selecttype__caption p{
  font-size: 11px;
  color: #5E5E5E;
  line-height: 1.66;
  text-align: left;
  margin-bottom: 5px;
  text-indent: -2.1em;
  padding-left: 2.1em;
}
@media only screen and (min-width: 769px) {
  .p-selecttype__caption{
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-selecttype__caption{
    margin-top: 40px;
    padding: 0px 24px;
  }
}

.p-lensType {
	margin-top: 90px;
	padding-bottom: 90px;
}
.p-lensType.m-type1 {
	background: linear-gradient(89.52deg, #FFE8E1 0.55%, #FFF0CE 99.72%);
}
.p-lensType.m-type2 {
	margin-top: 120px;
	background: linear-gradient(89.9deg, #FFFAF5 0.11%, #FFEFDD 99.95%);
}
.p-lensType.m-type4 {
	margin-top: 120px;
	background: linear-gradient(89.9deg, #D1DFF6 0.11%, #EAF9E3 99.95%);
}
.p-lensType.m-type3 {
	margin-top: 120px;
	background: linear-gradient(89.9deg, #F6F7EB 0.11%, #DDEAFF 99.95%);
}

.p-selecttype__item+.p-selecttype__item {
  margin-top: 60px;
}

@media only screen and (min-width: 769px) {
  .p-selecttype__item+.p-selecttype__item {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 768px) {
	.p-lensType {
		padding-bottom: 60px;
	}
	.p-lensType.m-type2 {
		margin-top: 90px;
	}
}

.p-selecttype__price {
  font-family: JINS_NextMedium;
  color: #000;
  font-weight: 500;
  font-size: 21px;
}

.p-selecttype__price small {
  font-size: 16px;
  display: inline-block;
}

.p-selecttype__name {
  font-family: JINS_NextMedium;
  font-size: 20px;
  color: #000;
  white-space: nowrap;
  font-weight: 500;
}

.p-selecttype__new {
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 16px;
	color: #DA0024;
}
.p-selecttype__campaign-title {
	letter-spacing: normal;
}

.p-selecttype__arrow {
  position: absolute;
  bottom: -20px;
  width: 40px;
  left: 50%;
  transform: translate(-50%, 0%) rotate(90deg);
}

.p-selecttype__text {
  font-size: 16.5px;
  line-height: 24px;
  color: #000;
  margin-top: 10px;
}

@media only screen and (min-width: 769px) {
  .p-selecttype__text {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
	.p-selecttype__new {
		display: block;
		position: static;
		line-height: 1.2;
		margin: 0;
	}
	.p-selecttype__campaign-title {
		margin-bottom: 4px;
	}
}

.p-selecttype__reco {
  margin-top: 15px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 10px;
  display: block;
  text-decoration: none;
}
.m-simple .p-selecttype__reco {
  background-color: transparent;
  margin-top: 0;
  border-radius: 0;
  padding: 0;
  display: block;
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
	.p-selecttype__reco {
		padding: 19px 10px;
	}
}

.p-selecttype__note-text{
  font-size: 11px;
  color: #5E5E5E;
  line-height: 1.66;
  text-align: left;
  margin-top: 10px;
}
.p-selecttype__note-text sup {
	top: -2px;
}

.p-selecttype__person {
	margin-top: 4px;
	text-align: left;
	line-height: 1.66;
	font-size: 12.2px;
	color: #000;
}
.p-selecttype__person span {
	font-weight: bold;
}

.p-selecttype__img {
	margin-top: 5px;
	margin-bottom: 2px;
}
.p-selecttype__img img {
	max-width: 210px;
}

@media only screen and (min-width: 769px) {
	.p-selecttype__note-text{
		text-align: center;
	}
	.p-selecttype__person {
		text-align: justify;
		letter-spacing: normal;
	}
}

.p-selecttype__recobtn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #D09F44;
  text-decoration: none;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
}

.p-selecttype__recobtn span {
  margin-left: 10px;
  width: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .p-selecttype__recobtn span {
    width: 15px;
  }

  .p-selecttype__recobtn {
    margin-top: 25px;
  }
}

.p-selecttype__item_campaign_20240701{
  position: absolute;
  top: -30px;
  left: 0;
  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;
}
.p-selecttype__item_campaign_20240701::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_20240701 sup {
	font-size: 60%;
}

@media screen and (max-width: 768px) {
	.p-head__primary,
	.p-selecttype__item {
		text-align: left;
	}
	.p-selecttype .p-head__primary {
		padding-right: 24px;
		padding-left: 24px;
	}
}

.p-priceAndColor__left,
.p-priceAndColor__right,
.p-priceAndColor__price__container,
.p-spec_contents__item {
	background-color: #fff;
}