@charset "utf-8";

/*RESET*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}

a:hover,
a:link,
a:visited,
ins {
  text-decoration: none;
}

a,
body {
  color: #000;
}

.btn_type_A_title,
.fixed_ctr_inner {
  transform: translateY(-50%) translateX(-50%);
}

.que,
.st_h,
body,
img {
  width: 100%;
}

.form_1,
.form_2,
table {
  border-collapse: collapse;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

img,
input,
select {
  vertical-align: middle;
}

button,
input[type='email'],
input[type='mail'],
input[type='password'],
input[type='submit'],
input[type='text'],
select,
textarea {
  margin: 0;
  padding: 0;
  background: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
}

a,
a img,
select {
  background: 0 0;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ins,
mark {
  background-color: none;
  color: #000;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a img {
  border: 0 #fff;
}

.cf:after,
.cf:before,
.wp-pagenavi:after,
.wp-pagenavi:before {
  content: '';
  display: table;
}

.cf:after,
.wp-pagenavi:after {
  clear: both;
}

.cf,
.wp-pagenavi {
  zoom: 1;
}

::selection {
  background: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
  font-size: inherit;
  color: inherit;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}

input {
  display: block;
  margin: auto auto 3em;
}

body {
  position: relative;
  letter-spacing: 0.05em;
  font-size: 15px;
  line-height: 1.8em;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  word-wrap: break-word;
}

/*BASE(MOBILE FIRST)*/
p {
  margin-bottom: 15px;
}

p a {
  color: #0081ff;
  text-decoration: underline !important;
}

p a:hover {
  color: #0081ff;
  text-decoration: none !important;
}

img {
  display: block;
  position: relative;
}

.fle_l {
  display: flex;
  flex-wrap: wrap;
}

.fle_r {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.fle_c {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.fle_btw {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fle_ard {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.ps_right {
  justify-content: flex-end;
}

.ps_ctr {
  align-items: center;
}

.ps_btm {
  align-items: flex-end;
}

.inner {
  position: relative;
  max-width: 1180px;
  width: calc(100% - 40px);
  margin: 0 auto 0;
}
.w-1440 {
  width: 100%;
  height: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  box-sizing: border-box;
}
.w-1200 {
  width: 100%;
  height: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  box-sizing: border-box;
}
.w-1100 {
  width: 100%;
  height: auto;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  box-sizing: border-box;
}
.w-1000 {
  width: 100%;
  height: auto;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  box-sizing: border-box;
}
.w-900 {
  max-width: 900px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
.w-740 {
  max-width: 740px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
.wide_inner {
  position: relative;
  max-width: 1420px;
  width: calc(100% - 40px);
  margin: 0 auto 0;
}

.narrow_inner {
  background-color: #fff;
  padding: 40px 80px;
  max-width: 860px;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 4px #00000030);
  position: relative;
  margin: auto;
}

.lower_contents {
  padding: 1px 0 70px;
  background: #FFE3E9;
}
/*ここフェードアニメーション制御*/
.fade {
  opacity: 0;
  transition: 0.75s;
  position: relative;
  top: 20px;
}

.fade-in {
  opacity: 1 !important;
  top: 0;
}

.ttl_times {
  margin: 100px auto 50px;
  color: #F2A3A3;
  font-family: "Times New Roman", Times, serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.88px;
  text-align: center;
}
.heart_bg {
  /*background: url(../images/top/concept_bg_pc.png);*/
  background: #FFE3E9;
}
/*-------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 30px;
  z-index: 10;
  transition: 0.3s;
  background: #FFE3E9;
}

header.fixed {
  padding: 10px 10px;
}

header:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  /*background: rgba(255, 255, 255, 0.6);*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  /*box-shadow: 0px 2px 50px rgba(0, 67, 149, 0.5);*/
  transition: 0.3s;
  top: -100%;
}

header.fixed:after {
  /*box-shadow: 0px 2px 30px rgba(0, 67, 149, 0.2);*/
  top: 0;
}

header h1 {
  width: 120px;
  transition: 0.3s;
}

header.fixed h1 {
  width: 90px;
}

header h1 a {
  display: block;
}

header h1 a img {
  width: 100%;
}

nav li:nth-child(n + 2) {
  margin-left: 30px;
}

li.nav_txt {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 400;
  transition: 0.3s;
  color: #000000;
  cursor: pointer;
}

li.nav_txt:hover {
  color: #F2A3A3;
}

li.nav_sns a {
  font-size: 26px;
  transition: 0.3s;
  color: #000000;
}

li.nav_sns a:hover {
  color: #F2A3A3;
}

li.pop_shop_list {
  background: #F2A3A3;
  background-size: 400% 400%;
  animation: pop_shop_list 10s ease infinite;
  height: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}

@keyframes pop_shop_list {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

li.pop_shop_list:hover {
  animation-play-state: paused;
  transform: scale(1.1);
}

/*-------------------------------------------------------------------------
MV
------------------------------------------------------------------------*/
.section-fv__inner {
  position: relative;
}
#section-fv {
  padding: 95px 0 46px;
  /*background: linear-gradient(180deg, #FBE4F4 0%, #FDEFF8 100%);*/
  background: #FCE6AD;
}
.section-fv__inner .section-fv__main {
  position: relative;
  z-index: 4;
  display: block;
}
.section-fv__inner picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top #section-fv {
  padding: 77px 0 0;
}
@media only screen and (max-width: 860px) {
  .top #section-fv {
    padding: 53px 0 0;
  }
}

/*-------------------------------------------------------------------------
NEWS
------------------------------------------------------------------------*/

section.news {
  padding-bottom: 80px;
}

section.news .ttl_times {
  margin-top: 0;
}
.news_list li {
  list-style: none;
  margin-bottom: 24px;
  border-bottom: 1px dashed #ccc;
}

.news_list li span {
  display: block;
  width: 100px;
  margin-right: 10px;
  line-height: 1.8em;
  font-family: 'Montserrat', sans-serif;
}

.news_list li p {
  display: block;
  width: calc(100% - 110px);
  margin-bottom: 0;
}

.news_list li a {
  padding-bottom: 12px;
  display: block;
}
.news_list li:last-of-type {
  margin-bottom: 0px;
}


/*-------------------------------------------------------------------------
CONCEPT
------------------------------------------------------------------------*/

.section-bland-concept__inner {
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}
.section-bland-concept__inner::before {
  content: '';
}

@media only screen and (max-width: 860px) {
  #section-bland-concept {
    position: relative;
  }
  .section-bland-concept__inner {
    padding: 40px 0 80px;
    max-width: initial;
    position: relative;
  }
}



/*-------------------------------------------------------------------------
LENS
------------------------------------------------------------------------*/
.w-640 {
  margin: 0 auto;
  width: 640px;
  max-width: 100%;
}
.w-870 {
  margin: 0 auto;
  width: 870px;
  max-width: 100%;
}
#section-lens {
  padding-top: 80px;
  /*background: url(../images/top/lens_bg_pc.png);*/
  background-color: #FFF9FA;
  background-size: contain;
}
@media only screen and (max-width: 750px) {
  #section-lens {
    /*background-image: url(../images/top/lens_bg_sp.png);*/
    background-position: top right;
  }
  .section-lens__inner {
    padding: 40px 20px 0;
    position: relative;
  }
}

/*-------------------------------------------------------------------------
COLORMAP
------------------------------------------------------------------------*/

#section-colormap {
  /*background-image: url(../images/top/color-map_bg_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;*/
  padding: 0 20px 80px;
}

.section-colormap__inner {
  margin: 0 auto;
  width: 870px;
  max-width: 100%;
}

@media only screen and (max-width: 750px) {
  #section-colormap {
    margin-bottom: 60px;
    padding: 0 0 20px;
  }
  .section-colormap__inner {
    padding: 0;
  }
}
/*-------------------------------------------------------------------------
LOWER_MV
------------------------------------------------------------------------*/
body.product01 header,
body.product02 header,
body.product03 header,
body.product04 header,
body.product05 header,
body.product06 header,
body.product07 header,
body.product08 header,
body.product09 header {
  background: transparent;
}
body.product01 header.fixed,
body.product02 header.fixed,
body.product03 header.fixed,
body.product04 header.fixed,
body.product05 header.fixed,
body.product06 header.fixed,
body.product07 header.fixed,
body.product08 header.fixed,
body.product09 header.fixed {
  background: #FFE3E9;
}
body.product01 #section-fv {
  padding-top: 0;
}
.detail .mv_1920 {
  display: none;
}
.detail .mv_sp {
  display: none;
}
.detail .main_visual {
  position: relative;
}
.detail .main_visual .mv {
  width: 100%;
  height: auto;
}
.detail .main_visual .cnt_in {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 80%;
  width: 80%;
}
.detail .main_visual .cnt_box {
  text-align: center;
  max-width: 50%;
  margin-left: auto;
}

.product04 .main_visual .cnt_box {
  max-width: 52%;
}
.detail h2.ttl,
.top #section-colorlineup h2.ttl {
  margin: 0 auto 50px;
  text-align: center;
}

.detail h2.ttl img {
  width: auto;
  margin: 0 auto;
}
.detail #section-colorlineup h2.ttl img,
.top #section-colorlineup h2.ttl img {
  margin: 0 auto;
  width: 197px;
}

.section-online__top {
  margin-top: 80px;
  margin-bottom: 80px;
}
picture.section-fv__inner__visual {
  position: relative;
  z-index: 2;
}

picture.section-fv__inner__bg {
  position: absolute;
  top: 0;
  left: 0;
}

/*-------------------------------------------------------------------------
CTA
------------------------------------------------------------------------*/

.cta_area {
  padding: 140px 0 40px;
}

.detail .cta_area {
  padding: 70px 0 100px;
}

.cta_area_mv_after,
.detail .cta_area_mv_after {
  padding: 70px 0 0;
}

.top .cta_area {
  padding: 80px 0;
}
/*-------------------------------------------------------------------------
COLOR LINEUP
------------------------------------------------------------------------*/
.color_lineup {
  padding: 0 0 10px
}
.p-card {
  padding: 0 0 10px;
}
.p-card_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 70%;
  margin: 0 auto 50px;
}
.p-card_list li {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  width: 48%;
  /*height: 420px;*/
  aspect-ratio: 824 / 420;
  margin: 0 0 30px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.9s;
}
.p-card_list li:before {
  position: absolute;
  content: '';
  display: block;
  width: 51%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-card_list li:after {
  position: absolute;
  content: '';
  display: block;
  width: 94%;
  height: 92%;
  left: 50%;
  top: 50%;
  border-radius: 80px 0 0;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}
.p-card_list li:hover:after {
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(1.1);
}

.p-card_list li.is-product01 {
  background-image: url('../images/top/lineup_bg_product01.png');
}
.p-card_list li.is-product02 {
  background-image: url('../images/top/lineup_bg_product02.png');
}
.p-card_list li.is-product03 {
  background-image: url('../images/top/lineup_bg_product03.png');
}
.p-card_list li.is-product04 {
  background-image: url('../images/top/lineup_bg_product04.png');
}
.p-card_list li.is-product05 {
  background-image: url('../images/top/lineup_bg_product05.png');
}
.p-card_list li.is-product06 {
  background-image: url('../images/top/lineup_bg_product06.png');
}
.p-card_list li.is-product07 {
  background: #fef2d6;
}
.p-card_list li.is-product08 {
  background: #fee0e2;
}
.p-card_list li.is-product09 {
  background: #e5dcd6;
}
.p-card_list li.is-product01::before {
  background-image: url('../images/top/lineup_ribbon_product01.png');
}
.p-card_list li.is-product02::before {
  background-image: url('../images/top/lineup_ribbon_product02.png');
}
.p-card_list li.is-product03::before {
  background-image: url('../images/top/lineup_ribbon_product03.png');
}
.p-card_list li.is-product04::before {
  background-image: url('../images/top/lineup_ribbon_product04.png');
}
.p-card_list li.is-product05::before,
.p-card_list li.is-product06::before {
  width: 26.56%;
  height: 44%;
  background-image: url('../images/top/lineup_fixing_lens.png');
}
.p-card_list li.is-product07::before,
.p-card_list li.is-product08::before,
.p-card_list li.is-product09::before {
  width: 21%;
  height: 34%;
  top: 6px;
  right: 13px;
}
.p-card_list li.is-product07::before {
  background-image: url('../images/top/lineup_fixing_lens07.png');
}
.p-card_list li.is-product08::before {
  background-image: url('../images/top/lineup_fixing_lens08.png');
}
.p-card_list li.is-product09::before {
  background-image: url('../images/top/lineup_fixing_lens09.png');
}
.p-card_list li.is-product01::after {
  background-image: url('../images/top/lineup_product01.webp');
}
.p-card_list li.is-product02::after {
  background-image: url('../images/top/lineup_product02.webp');
}
.p-card_list li.is-product03::after {
  background-image: url('../images/top/lineup_product03.webp');
}
.p-card_list li.is-product04::after {
  background-image: url('../images/top/lineup_product04.webp');
}
.p-card_list li.is-product05::after {
  background-image: url('../images/top/lineup_product05.webp');
}
.p-card_list li.is-product06::after {
  background-image: url('../images/top/lineup_product06.webp');
}
.p-card_list li.is-product07::after {
  background-image: url('../images/top/lineup_product07.webp');
}
.p-card_list li.is-product08::after {
  background-image: url('../images/top/lineup_product08.webp');
}
.p-card_list li.is-product09::after {
  background-image: url('../images/top/lineup_product09.webp');
}
.p-card_ttl {
  width: 52%;
  margin: 0;
  z-index: 1;
}
.p-card-lens {
  position: relative;
  /*width: 44%;*/
  width: 33%;
  margin: 15px auto 0;
}

.is-product05 .p-card-lens,
.is-product06 .p-card-lens {
  margin-top: 50px;
}
.p-card_icon-new {
  position: absolute;
  top: 0;
  display: flex;
  left: -48%;
  height: auto;
  color: #fff;
  width: 58%;
  padding: 4px 0 0;
  justify-content: center;
  align-items: center;
}
.p-card_h {
  margin: -13% auto -6%;
  position: relative;
  width: 90%;
}
.p-card_h h3 span {
  font-family: 'A1Gothic';
  font-size: 15px;
  line-height: 39px;
  letter-spacing: 0.03em;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.p-card_h-number {
  font-family: 'Gardenisa';
  font-size: 30px;
  display: inline-block;
  transform: rotateZ(-20deg);
  position: absolute;
  top: -30px;
  left: -60px;
}
.p-card_h-number span {
  font-size: 35px;
  display: inline-block;
  margin-left: 5px;
}
.p-card_btn {
  display: block;
  font-size: 14px;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 0.2em;
  text-align: center;
  width: 60.5%;
  border-width: 2px;
  border-style: solid;
  border-radius: 180px;
  margin: 0 auto;
  padding: 5px 0;
  transition: all 0.4s;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 15px rgba(196, 146, 146, 0.15);
}

.p-card_list li.is-product01 .p-card_btn {
  border-color: #F56EB9;
  color: #F56EB9;
}

.p-card_list li.is-product02 .p-card_btn {
  border-color: #A06EE6;
  color: #A06EE6;
}

.p-card_list li.is-product03 .p-card_btn {
  border-color: #FA8764;
  color: #FA8764;
}

.p-card_list li.is-product04 .p-card_btn {
  border-color: #5AB4EB;
  color: #5AB4EB;
}
.p-card_list li.is-product05 .p-card_btn {
  border-color: #f55573;
  color: #f55573;
}
.p-card_list li.is-product06 .p-card_btn {
  border-color: #2882aa;
  color: #2882aa;
}
.p-card_list li.is-product07 .p-card_btn {
  border-color: #ff8c50;
  color: #ff8c50;
}
.p-card_list li.is-product08 .p-card_btn {
  border-color: #fa5f6e;
  color: #fa5f6e;
}
.p-card_list li.is-product09 .p-card_btn {
  border-color: #50321e;
  color: #50321e;
}

.p-card_list li:hover .p-card_btn {
  color: #fff;
}
.p-card_list li.is-product01:hover .p-card_btn {
  background-color: #F56EB9;
}
.p-card_list li.is-product02:hover .p-card_btn {
  background-color: #A06EE6;
}
.p-card_list li.is-product03:hover .p-card_btn {
  background-color: #FA8764;
}
.p-card_list li.is-product04:hover .p-card_btn {
  background-color: #5AB4EB;
}
.p-card_list li.is-product05:hover .p-card_btn {
  background-color: #f55573;
}
.p-card_list li.is-product06:hover .p-card_btn {
  background-color: #2882aa;
}
.p-card_list li.is-product07:hover .p-card_btn {
  background-color: #ff8c50;
}
.p-card_list li.is-product08:hover .p-card_btn {
  background-color: #fa5f6e;
}
.p-card_list li.is-product09:hover .p-card_btn {
  background-color: #50321e;
}
.p-card_list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .p-card {
    padding: 0 0 10px;
  }
  .p-card_list {
    display: block;
    margin: 0 auto 30px;
    width: 90%;
  }
  .p-card_list li {
    width: 100%;
    margin: 0 0 15px;
  }
  .p-card_list li::after {
    border-radius: 50px 0 0;
  }
  .p-card_ttl {
    margin: 0;
    z-index: 1;
  }
  .p-card_icon-new {
    padding: 0;
  }
  
  .p-card_h {
    margin: -17px auto -10px;
    position: relative;
    color: #fff;
  }
  .p-card_h h3 {
    font-size: 25px;
    line-height: 0.5;
  }
  .p-card_h h3 span {
    font-size: 10px;
    line-height: 2.4;
  }
  .p-card_btn {
    padding: 0;
    font-size: 10px;
  }
  .is-product05 .p-card-lens,
  .is-product06 .p-card-lens {
    margin-top: 15px;
  }
  .p-card_list li.is-product05::before,
  .p-card_list li.is-product06::before {
    width: 18%;
    height: 35%;
  }
}
/*-------------------------------------------------------------------------
POPUP
------------------------------------------------------------------------*/
.popup_close_btn {
  height: 40px;
  width: 40px;
  color: #F2A3A3;
  background: #fff;
  border-radius: 50%;
  font-size: 40px;
  position: absolute;
  top: -20px;
  right: -20px;
  box-shadow: 0px 2px 25px rgba(248, 203, 232, 0.7);
  transition: 0.3s;
}

.popup_close_btn:hover {
  color: #faafb9;
}

.popup_close_btn i {
  transform: scale(1.05);
}

.blur_bg {
  transition: 0.3s;
}

body.popup .blur_bg {
  -ms-filter: blur(6px);
  filter: blur(6px);
}

.popup_lineup_title {
  margin-bottom: 56px;
  text-align: center;
}
.popup_lineup_title img {
  width: auto;
  margin: 0 auto;
}
.popup_lineup_list {
  position: fixed;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  /*max-width: 1200px;*/
  max-width: 1400px;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.722);
  padding: 50px 20px 70px;
  border-radius: 10px;
  box-shadow: 0px 2px 25px rgba(248, 203, 232, 0.7);;
}

.popup_lineup_list.popup {
  position: fixed;
  z-index: 100;
  visibility: visible;
  opacity: 1;
}

.popup_lineup_list.popup .fle_btw {
  justify-content: left;
}
.popup_lineup_list ul li {
  /*width: 270px;*/
  width: 220px;
}

.popup_lineup_list ul li.new {
  position: relative;
}

.popup_lineup_list ul li.new a::before {
  content:'';
  position: absolute;
  left: 0;
  top: -1rem;
  width: 100px;
  height: 54px;
  background: url(../images/top/lineup_new_product07.png) no-repeat left top / 100%;
  z-index: 1;
}
.popup_lineup_list ul li:nth-of-type(2).new a::before {
  background-image: url(../images/top/lineup_new_product08.png);
}
.popup_lineup_list ul li:nth-of-type(3).new a::before {
  background-image: url(../images/top/lineup_new_product09.png);
}
.popup_lineup_list ul li a {
  transition: 0.3s;
}

.popup_lineup_list ul li a:hover {
  opacity: 0.7;
}

.popup_fixed_bg {
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 90;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
}

body.popup .popup_fixed_bg {
  visibility: visible;
  opacity: 1;
}

.popup_shop_list {
  position: fixed;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  max-width: 500px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.722);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 25px rgba(230, 110, 135, 1);
}

.popup_shop_list.popup {
  visibility: visible;
  opacity: 1;
}

.popup_shop_list li {
  margin-bottom: 15px;
}

.popup_shop_list li:last-child {
  margin-bottom: 0;
}

.popup_shop_list li a {
  display: block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  max-width: 450px;
  margin: 0 auto;
  transition: 0.3s;
  font-weight: 600;
}

.popup_shop_list li.popup_shop_list_rakuten a {
  background: #bf0101;
  box-shadow: 0px 1px 10px #ffc2c2;
  color: #fff;
}

.popup_shop_list li a:hover {
  transform: scale(1.02);
}

.popup_shop_list li.popup_shop_list_rakuten a:hover {
  box-shadow: 0px 2px 25px rgba(148, 0, 0, 0.717);
}

.popup_shop_list li.popup_shop_list_amazon a {
  background: #131921;
  box-shadow: 0px 1px 10px #91c0ff;
  color: #fff;
}

.popup_shop_list li.popup_shop_list_rakuten a:hover {
  box-shadow: 0px 2px 25px rgba(43, 77, 255, 0.717);
}

.popup_shop_list li.popup_shop_list_qoo10 a {
  background: #4775b3;
  box-shadow: 0px 1px 10px #91c0ff;
  color: #fff;
}

.popup_shop_list li.popup_shop_list_qoo10 a:hover {
  box-shadow: 0px 2px 25px rgba(43, 77, 255, 0.717);
}

/*-------------------------------------------------------------------------
PRODUCER
------------------------------------------------------------------------*/
.producer {
  padding: 150px 0;
  position: relative;
  background: url(../images/top/profile_bg.png);
  /*background: #EFE6F4;*/
}
@media only screen and (max-width: 860px) {
  .producer .inner {
    width: 100%;
    max-width: initial;
  }
}



/*-------------------------------------------------------------------------
LENS DESIGN
------------------------------------------------------------------------*/
.products_design {
  margin-top: 100px;
  margin-bottom: 80px;
}
/*-------------------------------------------------------------------------
LENS SPEC
------------------------------------------------------------------------*/
section#section-lensspec {
  margin: 80px 0;
}
.p-spec_list > div {
  margin-bottom: 4px;
}
.p-spec_list > .u-w100 {
  width: 100%;
}
.p-spec_title {
  background-color: #E18CAA;
  color: #fff;
  padding: 0.5em 1.5em;
}
.p-spec_value {
  background-color: #fff;
  flex-grow: 1;
  padding: 0.5em 1.5em;
  text-align:left;
}
@media screen and (min-width: 640px) {
  .p-spec_list {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.92em;
  }
  .p-spec_list > div {
    display: flex;
    flex-wrap: nowrap;
    width: 50%;
    margin-bottom: 10px;
  }
  .p-spec_title {
    padding: 1em;
    width: 106px;
    text-align: center;
  }
  .p-spec_value {
    padding: 1em;
  }
  .p-spec_list > div > .p-spec_title {
    margin-right: 8px;
  }
  .p-spec_list > .p-spec_list__left > .p-spec_value {
    margin-right: 8px;
  }
  .p-spec_list > .p-spec_list__right > .p-spec_title {
    margin-right: 8px;
    margin-left: 10px;
  }
}

/*-------------------------------------------------------------------------
LENS FEATURE
------------------------------------------------------------------------*/
.lens_feature .lens_spec_list {
  margin-top: -20px;
}
.lens_feature ul li {
  width: calc(50% - 10px);
}

/*-------------------------------------------------------------------------
CHUKI SEC
------------------------------------------------------------------------*/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 800px;
  margin: 0 auto 40px;
}
.youtube.howtouse {
  max-width: 500px;
  margin: auto;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.chuki_list.chuki_list_bdr_none {
  padding: 0;
  margin: 0 auto;
  background: none;
  max-width: 990px;
}

.chuki_list {
  padding: 27px 27px 20px;
  margin: 32px auto;
  background: #f8f8f8;
  display: block;
}

.chuki_list dt {
  line-height: 1.6em;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  color: #F2A3A3;
}

.chuki_list dd {
  display: block;
  text-align: left;
  padding-left: 13px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 5px;
}

.chuki_list dd:after {
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  background: #F2A3A3;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}

.lower_chuki_wrap {
  text-align: center;
  margin: 0 auto;
}

.chuki_list.chuki_list_bdr_none {
  padding: 0;
  margin: 0 auto;
  background: none;
  max-width: 1020px;
  width: 100%;
  display: inline-block;
  text-align: left;
  padding-left: 30px;
}
.movie_sec {
  margin-bottom: 66px;
}
.movie_sec > * {
  text-align: center;
}
.detail .movie_sec {
  margin-top: 60px;
}

/*-------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------*/
.cta_area.ft_cta {
}
footer {
  padding: 50px 0 20px;
  background: #FFE3E9;
  margin-top: 0;
  text-align: center;
}
footer .inner {
  max-width: 1440px;
}


.footer_ttl {
  line-height: 1.8em;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background: #fff;
  display: inline-block;
  color: #ee7e83;
  text-align: center;
  padding: 0 15px;
  margin: 0 auto 10px;
}

.footer_nav_list_lineup {
  width: 100%;
  margin-bottom: 40px;
}

.footer_nav_list_lineup li {
  padding: 0 15px;
}

.footer_nav_list_lineup li a {
  font-size: 15px;
  transition: 0.3s;
}

.footer_nav_list_lineup li a:hover {
  color: #F2A3A3;
}

.footer_nav_list_link {
  margin-bottom: 20px;
}

.footer_nav_list_link li {
  padding: 0 15px;
  border-right: 1px solid #000;
  line-height: 1em;
}

.footer_nav_list_link li:nth-child(1) {
  border-left: 1px solid #000;
}

.footer_nav_list_link li a {
  line-height: 1em;
  display: block;
  padding-bottom: 3px;
  transition: 0.3s;
}

.footer_nav_list_link li a:hover {
  color: #FF9863;
}

.small {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-align: center;
}
.u-smaller {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  line-height: 1.6em;
}
.u-color__gray {
  color:#4f4f4f;
}

/*-------------------------------------------------------------------------
FORM
------------------------------------------------------------------------*/
.form_01 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  margin-top: 30px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.form_01 th,
.form_01 td {
  position: relative;
  text-align: left;
  vertical-align: top;
  padding: 10px 20px;
  border-top: 1px solid #dddddd;
  vertical-align: middle;
}

.form_01 th {
  background: #f8f8f8;
}

.form_01 tr:last-child th,
.form_01 tr:last-child td {
  border-bottom: 1px solid #dddddd;
}

.form_01.confirm tr th,
.form_01.confirm tr td {
  padding: 20px 15px;
}

.form_01 th h2 {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}

.form_01 th {
  width: 250px;
  padding: 20px;
}

.form_01 .fix-txt {
  margin-top: 30px;
  line-height: 1.8em;
}

.form_01 .fix-txt a {
  display: block;
  line-height: 1.8em;
  color: #4e4d4d;
  font-size: 25px;
  margin-top: 40px;
}

.form_01 .fix-txt a i {
  color: #ffab00;
}

.form_01 .fix-title {
  font-size: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000000;
}

/*---formDesign---*/
.form_01 input[type='text'],
.form_01 input[type='submit'],
.form_01 input[type='tel'],
.form_01 input[type='search'],
.form_01 input[type='email'],
.form_01 input[type='mail'],
.form_01 input[type='password'],
.form_01 textarea,
.form_01 button,
.form_01 select {
  outline: 0;
  width: 100%;
  padding: 15px;
  margin: 5px auto;
  outline: 0;
  border: 1px solid #dddddd;
  font-size: 16px;
  line-height: 1.2em;
  background: #fff;
  font-family: arial, sans-serif;
}

input[type='file'] {
  padding: 15px;
  margin: 5px auto;
  outline: 0;
}

.form_01 .satsusu > div {
  width: 200px;
  float: left;
}

.form_01 .satsusu span {
  display: block;
  width: 20px;
  float: left;
  margin: 20px 10px;
}

.form_01 textarea {
  height: 10em;
}

.form_01 input[type='text']:focus,
.form_01 input[type='tel']:focus,
.form_01 select:focus,
.form_01 textarea:focus {
  border-color: #12318b;
}

.form_01 .contact > p {
  text-align: center;
}

.form_01 form > p {
  text-align: center;
  margin: 30px auto 10px;
}

.form_01 input[type='radio'] {
  display: none;
}

.form_01 input[type='radio'] + label {
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 15px auto 0;
  padding: 0 0 0 28px;
  cursor: pointer;
  transition: 0.3s;
}

.form_01 input[type='radio']:checked + label {
  color: #faafb9;
}

.form_01 input[type='radio'] + label:after {
  content: '';
  display: block;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  content: '\f058';
  font-family: FontAwesome;
  margin-right: 7px;
  color: #ccc;
  font-size: 23px;
  position: absolute;
  top: -5px;
  left: 0;
  transition: 0.3s;
}

.form_01 input[type='radio']:checked + label:after {
  color: #faafb9;
}

.form_01 th br {
  display: none;
}

.form_01 th.ind:after {
  content: '必須';
  display: inline-block;
  font-size: 13px;
  padding: 6px 10px;
  background: #ff0000;
  color: #fff;
  line-height: 18px;
  border-radius: 5px;
  margin-left: 5px;
  transform: scale(0.8);
}

.checkbox_center {
  display: block;
  padding: 10px 0 10px 15px;
  border: 1px solid #dddddd;
  max-width: 150px;
  margin: 0 auto 30px;
}

.form_01 input[type='checkbox'] {
  display: none;
}

.form_01 input[type='checkbox'] + label {
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 15px auto 0;
  padding: 0 0 0 28px;
  cursor: pointer;
  transition: 0.3s;
}

.form_01 input[type='checkbox']:checked + label {
  color: #faafb9;
}

.form_01 input[type='checkbox'] + label:after {
  content: '';
  display: block;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  content: '\f14a';
  font-family: FontAwesome;
  margin-right: 7px;
  color: #ccc;
  font-size: 23px;
  position: absolute;
  top: -5px;
  left: 0;
  transition: 0.3s;
}

.form_01 input[type='checkbox']:checked + label:after {
  color: #faafb9;
}

.c-form_button-wrap button {
  background: linear-gradient(45deg, #aaafc8, #aaafc8, #faafb9, #aaafc8, #aaafc8);
  background-size: 400% 400%;
  animation: pop_shop_list 10s ease infinite;
  height: 100%;
  padding: 30px 50px;
  border-radius: 5px;
  box-shadow: 0px 1px 10px rgba(210, 251, 255, 1);
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  font-size: 16px;
  widows: 100%;
  display: block;
  max-width: 450px;
  text-align: center;
  margin: 0 auto 20px;
  transition: 0.3s;
  font-weight: 600;
}

.c-form_button-wrap button:hover {
  animation-play-state: paused;
  transform: scale(1.1);
  box-shadow: 0px 2px 25px rgba(0, 67, 149, 0.3);
}

.c-form_button-wrap button:hover {
  animation-play-state: paused;
  transform: scale(1.02);
  box-shadow: 0px 2px 25px rgba(0, 67, 149, 0.3);
}

/*-------------------------------------------------------------------------
OTHER
------------------------------------------------------------------------*/


.chuki {
  padding-left: 18px;
  position: relative;
  display: inline-block;
  line-height: 1.6em;
}

.chuki:after {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

/*-------------------------------------------------------------------------
POLICY
------------------------------------------------------------------------*/
.policy .lower_header_wrap,
.company .lower_header_wrap {
  padding-top: 77px;
}
.policy .lower_contents,
.company .lower_contents {
  background: transparent;
}
.policy_term > * {
  margin-bottom: 30px;
}

.policy_term dt {
  display: inline-block;
  padding: 10px 15px 10px 40px;
  width: 100%;
  color: #E66E87;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  border-left: 5px solid #E66E87;
}

.policy_term > dl:nth-child(10) dt,
.policy_term > dl:nth-child(11) dt,
.policy_term > dl:nth-child(12) dt,
.policy_term > dl:nth-child(13) dt,
.policy_term > dl:nth-child(14) dt {
  padding-left: 50px;
}

.policy_term > dl dt:after {
  content: '1.';
  position: absolute;
  left: 15px;
  top: 10px;
}

.policy_term > dl:nth-child(2) dt:after {
  content: '2.';
}

.policy_term > dl:nth-child(3) dt:after {
  content: '3.';
}

.policy_term > dl:nth-child(4) dt:after {
  content: '4.';
}

.policy_term > dl:nth-child(5) dt:after {
  content: '5.';
}

.policy_term > dl:nth-child(6) dt:after {
  content: '6.';
}

.policy_term > dl:nth-child(7) dt:after {
  content: '7.';
}

.policy_term > dl:nth-child(8) dt:after {
  content: '8.';
}

.policy_term > dl:nth-child(9) dt:after {
  content: '9.';
}

.policy_term > dl:nth-child(10) dt:after {
  content: '10.';
}

.policy_term > dl:nth-child(11) dt:after {
  content: '11.';
}

.policy_term > dl:nth-child(12) dt:after {
  content: '12.';
}

.policy_term > dl:nth-child(13) dt:after {
  content: '13.';
}

.policy_term > dl:nth-child(14) dt:after {
  content: '14.';
}

.policy_term p {
  margin-bottom: 10px;
}

.policy_term a {
  color: #0081ff;
  text-decoration: underline;
}

.policy_term a:hover {
  text-decoration: none;
}

.policy_term ol {
  margin-bottom: 15px;
}

.policy_term ol > li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.policy_term ol > li:after {
  content: '(1)';
  position: absolute;
  top: 0;
  left: 0;
}

.policy_term ol > li:nth-child(2):after {
  content: '(2)';
}

.policy_term ol > li:nth-child(3):after {
  content: '(3)';
}

.policy_term ol > li:nth-child(4):after {
  content: '(4)';
}

.policy_term ol > li:nth-child(5):after {
  content: '(5)';
}

.policy_term ol > li:nth-child(6):after {
  content: '(6)';
}

.policy_term ol > li:nth-child(7):after {
  content: '(7)';
}

.policy_term ol > li:nth-child(8):after {
  content: '(8)';
}

.policy_term ul {
  margin-bottom: 15px;
}

.policy_term ul > li {
  margin-bottom: 3px;
  padding-left: 15px;
  position: relative;
}

.policy_term ul > li:after {
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #E66E87;
  position: absolute;
  top: 10px;
  left: 0;
}

.policy_term_c_ttl {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  color: #E66E87;
  font-weight: bold;
  line-height: 1.6em;
  background: #fff2fb;
  border-radius: 3px;
}

.policy_term_edit_name {
  text-align: right;
}

/*-------------------------------------------------------------------------
TTL
------------------------------------------------------------------------*/
.ttl_brand_concept {
  width: 380px;
  margin-bottom: 30px;
}

.ttl_color_lineup_concept {
  width: 350px;
  margin-bottom: 30px;
  margin: 0 auto 30px;
}

.producer_ttl {
  width: 350px;
  margin-bottom: 30px;
  margin: 0 auto 30px;
}


/*-------------------------------------------------------------------------
LOWER_PRODUCTS
------------------------------------------------------------------------*/
.products_attachment {
  position: relative;
  padding: 60px 0;
}

.products_attachment:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -10;
  opacity: 0.4;
}

body.moonlatte .products_attachment:after {
  background: url(img/color_lineup_01_bg.jpg) center center;
  background-size: 120% auto;
}

body.honeysyrup .products_attachment:after {
  background: url(img/color_lineup_02_bg.jpg) center center;
  background-size: 120% auto;
}

body.gemgrege .products_attachment:after {
  background: url(img/color_lineup_03_bg.jpg) center center;
  background-size: 120% auto;
}

body.product01 .products_attachment:after {
  background: url(img/color_lineup_04_bg.jpg) center center;
  background-size: 120% auto;
}

.products_attachment_layer_01 {
  display: block;
  height: 150px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: -8;
}

.products_attachment_layer_02 {
  display: block;
  height: 130px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -8;
}

.popup_attachment_img {
  position: fixed;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  max-width: 500px;
  width: calc(100% - 130px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.722);
  border-radius: 10px;
  box-shadow: 0px 2px 25px rgba(0, 67, 149, 1);
}

.popup_lens_img {
  border-radius: 50%;
}

.popup_attachment_img.popup {
  visibility: visible;
  opacity: 1;
}

.popup_attachment_img_lens.popup {
  border-radius: 50%;
}

.popup_attachment_img img {
  display: block;
  z-index: -1;
  position: relative;
}



.lens_image dl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px 0 30px;
}

.lens_image dl dt {
  width: 62%;
  margin-right: 3%;
}

.lens_image dl dd {
  width: 35%;
  /*background: rgba(139, 148, 188, 0.07)*/
  padding-right: 10px;
}

.products_image_attachment p {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}

.products_image_attachment_arrow:after {
  content: '';
  display: block;
  width: 100%;
  height: 18px;
  background: url(img/products_image_attachment_arrow.png) center center no-repeat;
  background-size: 35px 18px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}

.products_image_attachment > *:nth-child(2) .products_image_attachment_arrow:after {
  background: url(img/products_image_attachment_arrow_gray.png) center center no-repeat;
  background-size: 35px 18px;
}

.products_image_attachment > *:nth-child(1) p {
  color: #be9678;
}

.products_image_attachment > *:nth-child(2) p {
  color: #787878;
}

.products_image_txt > *:nth-child(1) {
  width: 200px;
}

.products_image_txt > *:nth-child(2) p {
  font-size: 17px;
  color: #aaafc8;
}

.products_image_txt > *:nth-child(3) {
  width: 200px;
}

.products_image_attachment > * {
  width: calc(50% - 20px);
}

.pop_up_search_icon {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.pop_up_search_icon:hover {
  opacity: 0.7;
}

.pop_up_search_icon:after {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  content: '\f002';
  font-family: FontAwesome;
  font-size: 28px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #787878;
  transition: 0.3s;
  z-index: 5;
  line-height: 1em;
}

.pop_up_search_icon:before {
  content: '+';
  display: block;
  border-radius: 50%;
  position: absolute;
  font-size: 16px;
  right: 32px;
  bottom: 29px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #787878;
  transition: 0.3s;
  z-index: 5;
  line-height: 1em;
}

.pop_up_search_icon:hover:before {
  font-size: 30px;
  right: 46px;
  bottom: 41px;
}

.pop_up_search_icon:hover:after {
  font-size: 60px;
}

.lower_color_lineup_list > * {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.lower_color_lineup_list > * a {
  display: block;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}

.lower_color_lineup_list > * a:hover {
  opacity: 0.7;
}

/*
 .lower_color_lineup_list > * a:before {
    content: "";
   position: absolute;
   top: 0;
   left: -75%;
   z-index: 2;
   display: block;
   width: 50%;
   height: 100%;
   background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
   -webkit-transform: skewX(-25deg);
   transform: skewX(-25deg);
 }
  .lower_color_lineup_list > * a:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
  }
  */
/*-------------------------------------------------------------------------
LOWER HEADER
------------------------------------------------------------------------*/
.lower_header_wrap {
  padding-top: 90px;
}

.lower_header {
  padding: 80px 0;
}

.lower_header_ttl {
  color: #E66E87;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.88px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}

ul#breadcrumb {
  display: flex;
  margin-bottom: 18px;
}
ul#breadcrumb li {
  margin-right: 8px;
  font-weight: bold;
}

/*-------------------------------------------------------------------------
PRODUCT
------------------------------------------------------------------------*/
#section-colorlineup {
  padding-bottom: 60px;
}
#section-colorlineup ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section-colorlineup ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  width: 100%;
  margin: auto;
}
#section-colorlineup ul li {
  width: calc(50% - 20px);
  margin-bottom: 32px;
}
#section-colorlineup ul li a {
  padding: 13px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  border-radius: 180px;
  font-size: 20px;
  font-weight: 500;
  border: 2px solid #FFFFFF;
  transition: 0.3s;
  line-height: 1.3;
}
#section-colorlineup ul li a span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: "Times New Roman", Times, serif;
}

#section-colorlineup ul li:nth-of-type(1) a {
  background: #ff8c50;
}
#section-colorlineup ul li:nth-of-type(2) a {
  background: #fa5f6e;
}
#section-colorlineup ul li:nth-of-type(3) a {
  background: #50321e;
}
#section-colorlineup ul li:nth-of-type(4) a {
  background: #f55573;
}
#section-colorlineup ul li:nth-of-type(5) a {
  background: #2882aa;
}
#section-colorlineup ul li:nth-of-type(6) a {
  background: #F56EB9;
}
#section-colorlineup ul li:nth-of-type(7) a {
  background: #FA8764;
}
#section-colorlineup ul li:nth-of-type(8) a {
  background: #A06EE6;
}
#section-colorlineup ul li:nth-of-type(9) a {
  background: #5AB4EB;
}

#section-colorlineup ul li a:hover {
  background: #FFFFFF;
}
#section-colorlineup ul li:nth-of-type(1) a:hover {
  color: #ff8c50;
  border-color: #ff8c50;
}
#section-colorlineup ul li:nth-of-type(2) a:hover {
  color: #fa5f6e;
  border-color: #fa5f6e;
}
#section-colorlineup ul li:nth-of-type(3) a:hover {
  color: #50321e;
  border-color: #50321e;
}
#section-colorlineup ul li:nth-of-type(4) a:hover {
  color: #f55573;
  border-color: #f55573;
}
#section-colorlineup ul li:nth-of-type(5) a:hover {
  color: #2882aa;
  border-color: #2882aa;
}
#section-colorlineup ul li:nth-of-type(6) a:hover {
  color: #F56EB9;
  border-color: #F56EB9;
}
#section-colorlineup ul li:nth-of-type(7) a:hover {
  color: #FA8764;
  border-color: #FA8764;
}
#section-colorlineup ul li:nth-of-type(8) a:hover {
  color: #A06EE6;
  border-color: #A06EE6;
}
#section-colorlineup ul li:nth-of-type(9) a:hover {
  color: #5AB4EB;
  border-color: #5AB4EB;
}
/*-------------------------------------------------------------------------
TABLE_02
------------------------------------------------------------------------*/
.table_02 {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
}

.table_02 dl {
  margin-bottom: 6px;
  display: flex;
  flex-wrap: wrap;
}

.table_02 dl dt {
  width: 250px;
  vertical-align: middle;
  background: #faafb9;
  color: #fff;
  padding: 7px 15px;
  font-weight: 600;
}

.table_02 dl dd {
  text-align: left;
  line-height: 1.8em;
  padding: 7px 15px;
  background: #fff;
  width: calc(100% - 250px);
}

/*-------------------------------------------------------------------------
TABLE_01
------------------------------------------------------------------------*/
table.table_01 {
  border: 1px solid #eeeeee;
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
}

.table_01 tr {
  border-bottom: 1px solid #eeeeee;
}

.table_01 tr th {
  width: 250px;
  vertical-align: middle;
  background: #fff2fb;
  color: #000000;
  padding: 15px;
}

.table_01 tr td {
  text-align: left;
  line-height: 1.8em;
  padding: 15px;
}

.table_01_title {
  display: block;
  font-weight: bold;
}

.table_indent {
  margin-left: 1.2em;
  margin-top: -20px;
}

.table_indent ul li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}

.fukuri_list li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}

@media only screen and (max-width: 750px) {
  .table_01 tr th {
    width: 100%;
    padding: 20px;
  }

  .table_01 tr th,
  .table_01 tr td {
    display: block;
    border-top: none;
  }

  .table_01 tr th {
    padding: 10px 15px;
  }

  .table_01 tr td {
    padding: 20px 15px;
  }
}

/*-------------------------------------------------------------------------
BTN
------------------------------------------------------------------------*/

.btn_cart {
  text-align: center;
}

.btn_cart p {
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto 15px;
}

.btn_cart p span {
  font-size: 20px;
  background: linear-gradient(transparent 70%, #ffedef 30%);
}

.btn_base span {
  background: #F2A3A3;
  background-size: 400% 400%;
  animation: pop_shop_list 10s ease infinite;
  height: 100%;
  padding: 30px 50px;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  font-size: 20px;
  width: 100%;
  display: block;
  max-width: 450px;
  text-align: center;
  margin: 0 auto;
  transition: 0.3s;
}

.btn_base span:hover {
  animation-play-state: paused;
  transform: scale(1.1);
}

.btn_base a {
  background: #E66E87;
  background-size: 400% 400%;
  animation: pop_shop_list 10s ease infinite;
  height: 100%;
  padding: 30px 50px;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  font-size: 16px;
  widows: 100%;
  display: block;
  max-width: 450px;
  text-align: center;
  margin: 0 auto;
  transition: 0.3s;
  font-weight: 600;
}

.btn_base a:hover {
  animation-play-state: paused;
  transform: scale(1.1);
  box-shadow: 0px 2px 25px rgba(0, 67, 149, 0.3);
}

.btn_base a:hover {
  animation-play-state: paused;
  transform: scale(1.02);
  box-shadow: 0px 2px 25px rgba(0, 67, 149, 0.3);
}


@media only screen and (max-width: 1200px) {
  .form_01 tr th {
    width: 100%;
    padding: 20px;
  }

  .form_01 tr th,
  .form_01 tr td {
    display: block;
  }

  .form_01 tr th {
    padding: 10px 15px;
  }

  .form_01 tr td {
    padding: 20px 15px;
  }

  .form_01 tr:last-child th {
    border-bottom: none;
  }

  .producer_img {
    width: 500px;
    margin-right: 30px;
  }

  .producer_txt {
    font-weight: 600;
    color: #faafb9;
    width: calc(100% - 530px);
    letter-spacing: 0.01em;
    display: inline;
    font-weight: bold;
  }
}

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

  /*-------------------------------------------------------------------------
  PRODUCER
  ------------------------------------------------------------------------*/
  .producer_img {
    width: 500px;
    margin: 0 auto 30px;
  }

  .producer_txt {
    width: 100%;
    display: block;
    text-align: center;
  }

  /*-------------------------------------------------------------------------
LOWER MV
------------------------------------------------------------------------*/
  

  .lens_image dl {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    max-width: 700px;
    margin: 0 auto;
  }

  .lens_image dl dt {
    width: 100%;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .lens_image dl dd {
    width: 100%;
    background: rgba(139, 148, 188, 0.07);
    padding: 30px;
  }

  .chuki_list.chuki_list_bdr_none {
    padding-left: 0;
  }
}

@media only screen and (max-width: 860px) {
  .detail .main_visual .mv {
    padding-top: 0;
  }
  .mv_pc {
    display: none;
  }
  .detail .main_visual .cnt_in {
    position: static;
    max-width: 100%;
    width: 100%;
    transform:inherit;
    padding-top: 30px;
    background: #D9B4C2;
  }
  .detail.product02 .main_visual .cnt_in {
    background: #D6C0AE;
  }
  .detail.product03 .main_visual .cnt_in {
    background: #B79FB7;
  }
  .detail.product04 .main_visual .cnt_in {
    background: #A4BCCD;
  }
  .detail.product05 .main_visual .cnt_in {
    background: #ebb4b0;
  }
  .detail.product06 .main_visual .cnt_in {
    background: #a0cae5;
  }
  .detail.product07 .main_visual .cnt_in {
    background: #dae0c9;
  }
  .detail.product08 .main_visual .cnt_in {
    background: #ceb1ab;
  }
  .detail.product09 .main_visual .cnt_in {
    background: #cbb49f;
  }
  .detail .main_visual .cnt_in .cnt_box,
  .detail.product04 .main_visual .cnt_in .cnt_box {
    max-width: 100%;
  }
  .detail .main_visual .cnt_in .cnt_box h1 {
    width: 100%;
  }
  .inner {
    width: calc(100% - 30px);
  }

  .wide_inner {
    width: calc(100% - 30px);
  }
  section.news {
    padding: 40px 20px;
  }
  .narrow_inner {
    padding: 40px 20px;
  }

  .detail .main_visual {
    margin-bottom: 50px;
  }
  .ttl_times {
    margin: 20px auto;
  }
  .lens_feature ul li {
    width: 100%;
  }
  
  #section-colorlineup {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  #section-colorlineup ul li {
    width: 48%;
  }
  #section-colorlineup ul li {
    margin-bottom: 32px;
  }
  #section-colorlineup ul li a {
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.5;
  }
  #section-colorlineup ul li a span {
    font-size: 10px;
  }
  .producer {
    background: transparent;
  }

  ul#breadcrumb li {
    margin-right: 8px;
    font-weight: bold;
    font-size: 14px;
  }
  .products_design {
    margin-top: 60px;
  }
  
  .products_design p {
    margin: 10px 0 0 -12px;
    text-align: center !important;
    font-size: 12px;
    white-space: nowrap;
  }
  /*-------------------------------------------------------------------------
COLOR LINEUP
------------------------------------------------------------------------*/
  .color_lineup_list_eye {
    width: 250px;
  }

  .color_lineup_list_lens {
    display: block;
    width: 70px;
    top: 210px;
    left: 30px;
  }



  .ttl_color_lineup_concept {
    max-width: 270px;
  }

  .producer_ttl {
    max-width: 220px;
    margin: 0 auto 20px;
  }

  .ttl_lens_spec {
    max-width: 220px;
    margin: 0 auto 20px;
  }

  .ttl_1day_spec {
    max-width: 220px;
    margin: 0 auto 20px;
  }

  .popup_lineup_list {
    max-width: 820px;
    width: calc(100% - 60px);
  }

  .popup_lineup_list ul li {
    width: calc(50% - 10px);
  }

  .popup_lineup_list ul li:nth-child(n + 3) {
    margin-top: 0;
  }

  /*-------------------------------------------------------------------------
  LOWER MV
  ------------------------------------------------------------------------*/
  body.honeysyrup .lower_mv_layer_01 {
    height: 940px;
    background: url(img/lower_mv_honeysyrup_sp.jpg) top center no-repeat;
    background-size: 900px auto;
    width: calc(100% + 30px);
  }

  body.gemgrege .lower_mv_layer_01 {
    height: 940px;
    background: url(img/lower_mv_gemgrege_sp.jpg) top center no-repeat;
    background-size: 900px auto;
  }

  body.moonlatte .lower_mv_layer_01 {
    height: 940px;
    background: url(img/lower_mv_moonlatte_sp.jpg) top center no-repeat;
    background-size: 900px auto;
  }

  body.product01 .lower_mv_layer_01 {
    height: 940px;
    background: url(img/lower_mv_dollydrop_sp.jpg) top center no-repeat;
    background-size: 900px auto;
  }

  .lens_image dl > * {
    margin-bottom: 30px;
  }

  .lens_image dl dd {
    padding: 20px;
  }

  .products_attachment {
    position: relative;
    padding: 30px 0;
  }

  .lens_spec_list > * {
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .lens_spec_list > * {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .lens_spec_list_img {
    width: 180px;
  }

  .lens_spec_list_content {
    margin-left: 20px;
    width: calc(100% - 200px);
  }

  .lens_spec_list_content_ttl {
    text-align: left;
  }

  .lower_color_lineup_list > * {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 700px) {
  h1 {
    width: 60px;
  }

  header {
    padding: 10px 10px;
  }

  header h1 {
    width: 60px;
  }
  header.fixed h1 {
    width: 60px;
  }

  nav li:nth-child(n + 2) {
    margin-left: 15px;
  }

  li.pop_shop_list {
    padding: 8px 10px;
    font-size: 13px;
  }

  li.nav_txt {
    font-size: 16px;
  }

  li.nav_sns a {
    font-size: 26px;
  }

  .mv_products_list > * {
    font-size: 12px;
  }

  .mv_products_list > *:nth-child(n + 2) {
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid #dddddd;
  }

  /*-------------------------------------------------------------------------
  COLOR LINEUP
  ------------------------------------------------------------------------*/
  .color_lineup_list_eye {
    width: 88%;
    margin-right: 6%;
  }

  .color_lineup_list > *:nth-child(even) .color_lineup_list_eye {
    margin-left: 6%;
  }

  .color_lineup_list_lens {
    display: block;
    width: 70px;
    top: 46%;
    left: 0;
  }

  .color_lineup_list > *:nth-child(even) .color_lineup_list_lens {
    left: auto;
    right: 0;
  }

  .color_lineup_list > * {
    padding: 20px 10px;
  }

  .color_lineup_list_btn {
    display: inline-block;
    box-shadow: 0px 1px 20px rgba(139, 148, 188, 0.6);
    margin: 20px auto 0;
    width: 100%;
    max-width: 5000px;
    border-radius: 6px;
    transition: 0.3s;
  }

  .color_lineup_strong_txt,
  .color_lineup_after_txt {
    max-width: 450px;
  }

  .producer_txt {
    font-size: 15px;
    letter-spacing: 0;
    letter-spacing: 0;
    text-shadow:
      0 0 3px rgba(255, 255, 255, 0.605),
      0 0 3px rgba(255, 255, 255, 0.605);
    line-height: 1.8em;
  }

  .producer_txt_ttl {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
  }

  .footer_nav_list_lineup {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer_nav_list_lineup li {
    padding: 0 6px;
  }

  .footer_nav_list_lineup li a {
    font-size: 13px;
    transition: 0.3s;
  }

  .footer_nav_list_link li {
    padding: 0 6px;
    border-right: 1px solid #000;
    line-height: 1em;
  }

  .footer_nav_list_link li a {
    font-size: 13px;
  }

  .chuki_list {
    padding: 15px 15px 10px;
    text-align: left;
  }

  .chuki_list dt {
    margin-bottom: 5px;
  }

  .chuki_list dd {
    margin-right: auto;
    width: 100%;
    line-height: 1.6em;
    font-size: 13px;
  }

  .chuki_list dd:after {
    height: 8px;
    width: 8px;
    top: 7px;
  }

  .form_01 input[type='radio'] + label {
    margin-bottom: 10px;
  }

  .form_01 input[type='radio'] + label {
    font-size: 15px;
    padding: 0 0 0 23px;
  }

  .form_01 input[type='radio']:checked + label {
    color: #faafb9;
  }

  .form_01 input[type='radio'] + label:after {
    font-size: 18px;
    top: -1px;
  }

  .lower_header_wrap {
    padding-top: 65px;
  }

  .lower_header {
    padding: 30px 0;
  }

  .lower_header_ttl {
    font-size: 28px;
  }

  .breadcrumb_inner > *:after {
    top: 9px;
    right: -16px;
  }

  .breadcrumb_inner > *:nth-child(1) a {
    height: 25px;
    width: 25px;
    font-size: 11px;
    line-height: 23px;
  }

  .breadcrumb_inner > *:nth-child(n + 2) a {
    padding: 4px 10px 5px;
    font-size: 11px;
  }

  .lower_contents {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 560px) {
  .mv {
    padding-top: 290px;
    height: 630px;
  }

  .mv_logo {
    max-width: 360px;
    transform: translateX(15px);
    margin: 0 auto;
    width: 100%;
  }

  .mv_layer_01 {
    top: 0;
    transform: translateX(0);
    width: 100%;
    left: 0;
    background: url(img/mv_layer_01_sp.jpg) center top no-repeat;
    background-size: 100% auto;
  }

  .mv_layer_02 {
    content: '';
    display: block;
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 100px;
    left: 0;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
    z-index: -8;
  }

  .dot_animation > *:nth-child(1) {
    height: 100%;
    width: 100px;
    background-size: 100px auto;
    right: 20px;
    top: 100px;
  }

  .dot_animation > *:nth-child(2) {
    display: none;
  }

  .dot_animation > *:nth-child(3) {
    width: 100px;
    background-size: 100px auto;
    top: 0;
    right: 0;
  }

  .dot_animation > *:nth-child(4) {
    height: 100%;
    width: 100px;
    background: url(img/dot_animation_right_04_sp.png) top center no-repeat;
    background-size: 100px auto;
    position: absolute;
    top: 0;
    left: -10px;
  }

  .dot_animation > *:nth-child(5) {
    height: 150px;
    width: 130px;
    top: 210px;
    left: -50px;
  }

  .dot_animation > *:nth-child(6) {
    display: none;
  }

  .mv_lens {
    width: 100%;
    max-width: 330px;
    margin: 10px auto 0;
  }

  .mv_lens > * {
    width: calc(25% - 6px);
    margin-right: 8px;
  }

  .mv_lens > *:last-child {
    margin-right: auto;
  }

  /*-------------------------------------------------------------------------
  COLOR LINEUP
  ------------------------------------------------------------------------*/
  .color_lineup_list_eye {
    width: 90%;
    margin-right: 5%;
  }

  .color_lineup_list > *:nth-child(even) .color_lineup_list_eye {
    margin-left: 5%;
  }

  .color_lineup_list > * {
    padding: 15px 10px;
  }

  .color_lineup_list {
  }

  .color_lineup_list_lens {
    width: 50px;
    top: 53%;
    left: -5px;
  }

  .color_lineup_list > *:nth-child(even) .color_lineup_list_lens {
    left: auto;
    right: -5px;
  }

  .color_lineup_list_btn {
    margin: 10px auto 0;
    width: 100%;
  }

  .color_lineup_list_btn span {
    padding: 10px 10px;
    line-height: 1.8em;
    border-radius: 3px;
    font-size: 13px;
  }

  li.pop_shop_list {
    padding: 3px 5px;
  }

  li.nav_txt {
    font-size: 14px;
  }

  li.nav_sns a {
    font-size: 18px;
  }

  .mv_products_list > * {
    font-size: 10px;
  }

  .mv_products_list > *:nth-child(n + 2) {
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid #dddddd;
  }

  .color_lineup_strong_txt,
  .color_lineup_after_txt {
    max-width: 350px;
    width: calc(100% - 20px);
  }

  .news_list {
    margin-bottom: 50px;
  }

  .news_list li {
    padding: 10px 0;
  }

  .news_list li span {
    color: #eb8280;
    font-size: 12px;
  }

  .news_list li a {
    width: 100%;
    padding-right: 30px;
    line-height: 1.6em;
    font-size: 14px;
  }

  .news_list li p {
    width: 100%;
    line-height: 1.6em;
    font-size: 14px;
  }

  .news_list li a:before,
  .news_list li a:after {
    display: none;
  }

  .cta_area,
  .detail .cta_area {
    padding: 60px 0 0;
  }
  .top .cta_area {
    padding: 60px 0 40px;
  }

  .cta_area_mv_after,
  .detail .cta_area_mv_after {
    padding: 0 0 20px;
  }

  .btn_base span {
    padding: 18px 20px;
    font-size: 16px;
  }

  .btn_base span:hover {
    transform: scale(1);
  }

  .btn_cart p {
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto 10px;
  }

  .btn_cart p span {
    font-size: 18px;
    background: linear-gradient(transparent 70%, #FEF3D7  30%);
  }

  .bland_concept .inner {
    width: 100%;
  }

  .bland_concept_content {
    position: relative;
  }

  .bland_concept_content p {
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .producer {
    padding: 0;
    position: relative;
  }

  footer {
    padding: 30px 0 20px;
    margin-top: 0;
  }

  body.top footer {
    margin-top: 30px;
  }

  .footer_nav_list_lineup li {
    width: 100%;
  }

  .youtube {
    margin: 0 auto 20px;
  }

  .producer_txt {
    text-align: left;
  }

  .sp_hide {
    display: none;
  }

  .popup_shop_list {
    width: calc(100% - 40px);
  }

  .popup_close_btn {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
  }

  .popup_lineup_list {
    width: calc(100% - 10px);
    padding: 30px 10px;
    max-width: 320px;
  }
  .popup_lineup_list.popup .fle_btw {
    margin: 0 6vw;
  }
  .popup_lineup_list ul li {
    width: 45%;
  }
  .popup_lineup_list ul li.new a::before {
    top: 0rem;
    width: 55px;
    height: 30px;
  }
  .popup_lineup_title {
    margin: 0 auto 13px;
    width: 150px;
  }
  .popup_lineup_title img {
    width: 100%;
  }

  .lower_mv_content_wrap {
    max-width: 380px;
    padding-top: 49px;
  }

  .lower_mv_logo {
    margin-bottom: 280px;
    max-width: 380px;
  }

  .lower_mv_content {
    padding-left: 115px;
  }

  .lower_mv_content_lens {
    width: 105px;
  }

  .lower_mv_content_txt p {
    font-size: 15px;
    line-height: 1.4em;
  }

  .lower_mv_content_txt_list > * {
    padding: 7px 0 0;
    line-height: 1em;
    height: 40px;
    width: 70px;
    text-align: center;
    color: #aaafc8;
    font-size: 13px;
    text-shadow: none;
    border-radius: 50%;
  }

  .lower_mv_content_txt_list > * span {
    font-size: 11px;
    margin-bottom: 1px;
  }

  body.moonlatte .lower_mv_content_txt_list > * {
    border: none;
    color: #fff;
    background: #aaafc8;
    box-shadow:
      0px 1px 10px #aaafc8,
      0px 1px 10px #aaafc8,
      0px 1px 10px #aaafc8,
      0px 1px 10px #aaafc8;
  }

  body.honeysyrup .lower_mv_content_txt_list > * {
    border: none;
    color: #fff;
    background: #faafb9;
    box-shadow:
      0px 1px 10px #faafb9,
      0px 1px 10px #faafb9,
      0px 1px 10px #faafb9,
      0px 1px 10px #faafb9;
  }

  body.gemgrege .lower_mv_content_txt_list > * {
    border: none;
    color: #fff;
    background: #787d8c;
    box-shadow:
      0px 1px 10px #787d8c,
      0px 1px 10px #787d8c,
      0px 1px 10px #787d8c,
      0px 1px 10px #787d8c;
  }

  body.product01 .lower_mv_content_txt_list > * {
    border: none;
    color: #fff;
    background: #dc96c8;
    box-shadow:
      0px 1px 10px #dc96c8,
      0px 1px 10px #dc96c8,
      0px 1px 10px #dc96c8,
      0px 1px 10px #dc96c8;
  }

  .lower_mv_layer_02 {
    bottom: -20px;
    height: 70px;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 55%, #ffffff 100%);
  }

  .lower_mv_content_txt_list {
    margin-bottom: 8px;
    letter-spacing: 0.01em;
  }

  .lower_mv_content_txt_lens_3d {
    width: 70px;
    bottom: -23px;
  }

  .lower_mv_content_txt_color_list li {
    display: block;
    width: 25px;
    height: 13px;
    background: #000000;
    border-radius: 13px / 7px;
    transform: rotate(-40deg);
    margin-top: 5px;
    box-shadow:
      0px 1px 20px rgba(255, 255, 255, 1),
      0px 1px 20px rgba(255, 255, 255, 1);
  }

  .lower_mv {
    height: auto;
    min-height: 700px;
  }

  body.moonlatte .lower_mv_layer_01 {
    height: 740px;
    background-size: 680px auto;
    top: 0;
  }

  body.honeysyrup .lower_mv_layer_01 {
    height: 740px;
    background-size: 680px auto;
    top: 0;
  }

  body.gemgrege .lower_mv_layer_01 {
    height: 740px;
    background-size: 680px auto;
    top: 0;
  }

  body.product01 .lower_mv_layer_01 {
    height: 740px;
    background-size: 680px auto;
    top: 0;
  }

  .products_image_attachment > * {
    width: calc(50% - 5px);
  }

  .lower_color_lineup_list > * {
    width: 100%;
    margin-bottom: 10px;
  }

  .lower_contents {
    padding: 20px 0;
  }

  .lens_spec {
    padding: 30px 0;
    position: relative;
  }

  .lens_spec_list > * {
    margin-bottom: 10px;
  }

  .lens_spec_list > *:last-child {
    margin-bottom: 0;
  }

  .lens_spec_list_img {
    width: 100px;
  }

  .lens_spec_list_content {
    margin-left: 15px;
    width: calc(100% - 125px);
    line-height: 1.6em;
  }

  .oneday_spec_content {
    padding: 20px 0 20px;
  }

  .oneday_spec {
    display: flex;
    justify-content: normal;
    flex-wrap: wrap-reverse;
  }

  .oneday_spec_content {
    width: 100%;
  }

  .oneday_spec_package {
    background: url(img/oneday_spec_package.png) center center;
    background-attachment: auto;
    width: 360px;
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 10px auto 20px;
  }

  .table_02 {
    display: block;
  }

  .table_02 dl {
    margin-bottom: 0;
    display: block;
    flex-wrap: auto;
  }

  .table_02 dl dt,
  .table_02 dl dd {
    width: 100%;
  }

  .popup_attachment_img {
    width: calc(100% - 60px);
  }

  .pop_up_search_icon:hover:before {
    font-size: 16px;
    right: 32px;
    bottom: 29px;
  }

  .pop_up_search_icon:hover:after {
    font-size: 28px;
  }

  .pop_up_search_icon:before,
  .pop_up_search_icon:after {
    transform: translate(10px, 10px);
  }

  .products_image_attachment p {
    font-size: 15px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 470px) {
  .color_lineup_list_lens {
    top: 50%;
  }
}

@media only screen and (max-width: 430px) {
  .color_lineup_list_lens {
    top: 48%;
  }
}

@media only screen and (max-width: 400px) {
  .color_lineup_list_lens {
    top: 45%;
  }
}

@media only screen and (max-width: 380px) {
  .color_lineup_list_lens {
    top: 43%;
  }
}

img {
  pointer-events: none;
}
