@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

br.pc {
  display: inline;
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}

.dib {
  display: inline-block;
}

/* ラベルレス容器バナー */
.labelless_bnr {
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
}

/*=========================
        MV
==========================*/
.info {
  background-color: #EAF8F4;
  padding: 15px 0 18px;
  text-align: center;
}
.info .info_txt {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
}

.mv {
  text-align: center;
  background: #89E4D4;
}
.mv img {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

/*=========================
        トップリンク
==========================*/
.shop_link {
  background: linear-gradient(#157C74, #009CA2);
}
.shop_link .link_list {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .shop_link .link_list {
    flex-wrap: wrap;
    padding: 10px 20px;
  }
}
.shop_link .link_list li {
  width: 100%;
  padding: 5px 0 11px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shop_link .link_list li {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding: 0;
  }
}
.shop_link .link_list li:first-of-type {
  border-right: 1px solid #58B495;
}
@media screen and (max-width: 768px) {
  .shop_link .link_list li:nth-child(2) a {
    padding-bottom: 12px;
  }
}
.shop_link .link_list li:last-child {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .shop_link .link_list li:last-child {
    flex: 0 0 100%;
    width: 100%;
    max-width: 320px;
    padding-top: 20px;
  }
}
.shop_link .link_list li:last-child a {
  padding-bottom: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}
.shop_link .link_list li a {
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 1.3;
  padding-bottom: 5px;
}
.shop_link .link_list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(-50%, 100%) rotate(45deg);
}
.shop_link .link_list li:last-of-type a::after {
  display: none;
}

/*=========================
    ドライアイ  
==========================*/
.dry_eye {
  background: linear-gradient(#D4F4E6, #EDFCF4, #CAE3D8);
  padding: 30px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .dry_eye {
    padding: 25px 0 0;
  }
}
.dry_eye .video_wrap {
  width: 800px;
  max-width: 100%;
  margin: 50px auto 60px;
}
@media screen and (max-width: 768px) {
  .dry_eye .video_wrap {
    margin: 0px auto 30px;
  }
}
.dry_eye .video_article {
  padding-top: 56.25%;
  position: relative;
}
.dry_eye .video_article iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.dry_eye .ttl {
  text-align: center;
  position: relative;
}
.dry_eye .ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../img/watermark.png);
  background-size: contain;
  width: 107px;
  height: 109px;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.dry_eye .ttl h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #157C5C;
  position: relative;
  z-index: 1;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .dry_eye .ttl h2 {
    font-size: 22px;
  }
}
.dry_eye .ttl h2 .large {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .dry_eye .ttl h2 .large {
    font-size: 35px;
  }
}
.dry_eye .ttl h2 .small {
  font-size: 18px;
}
.dry_eye .steps_to_use {
  margin: 20px 0;
}
.dry_eye .steps_to_use .step {
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .dry_eye .steps_to_use .step {
    flex-direction: column;
    padding-bottom: 10px;
  }
}
.dry_eye .steps_to_use .step::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background-image: url(../img/premium-moisture/Polygon.png);
  background-size: contain;
  width: 180px;
  height: 30px;
  transform: translate(-50%, 120%);
}
.dry_eye .steps_to_use .step li {
  background-color: #fff;
  margin-right: 20px;
  max-width: 300px;
  width: 100%;
  padding: 35px 0 0;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(37, 136, 132, 0.5);
}
@media screen and (max-width: 768px) {
  .dry_eye .steps_to_use .step li {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 0 6px 0;
    max-width: 100%;
    padding: 15px;
  }
  .dry_eye .steps_to_use .step li:nth-child(2n) {
    flex-flow: row-reverse;
  }
}
.dry_eye .steps_to_use .step li:last-of-type {
  margin-right: 0;
}
.dry_eye .steps_to_use .step li p {
  text-align: center;
  padding: 25px 0;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .dry_eye .steps_to_use .step li p {
    font-weight: 700;
    padding: 0;
    line-height: 1.5;
  }
}
.dry_eye .steps_to_use .step li img {
  width: auto;
  height: 120px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .dry_eye .steps_to_use .step li img {
    height: 78px;
    margin: 0;
  }
}
.dry_eye .tears {
  position: relative;
  padding-bottom: 40px;
  background: url(../img/premium-moisture/wave.png) no-repeat center bottom -1px/100% 206px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .dry_eye .tears {
    background: url(../img/premium-moisture/wave.png) no-repeat center bottom -1px/110% 135px;
  }
}
.dry_eye .tears .subttl {
  font-size: 38px;
  text-align: center;
  color: #157C5C;
  font-family: "Noto Serif JP", serif;
  margin: 60px 0 30px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .dry_eye .tears .subttl {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.dry_eye .tears .subttl_kome {
  text-align: center;
  font-size: 12px;
  position: relative;
  top: -10px;
}
.dry_eye .tears .tears_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(37, 136, 132, 0.5);
  padding: 32px 73px 26px 50px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .dry_eye .tears .tears_inner {
    flex-direction: column;
    padding: 25px;
  }
}
.dry_eye .tears .tears_inner .tears_left {
  flex: 0 0 38.2%;
  max-width: 38.2%;
  width: 38.2%;
}
@media screen and (max-width: 768px) {
  .dry_eye .tears .tears_inner .tears_left {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.dry_eye .tears .tears_inner .tears_left .left_upper p {
  color: #29357B;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.34;
}
@media screen and (max-width: 768px) {
  .dry_eye .tears .tears_inner .tears_left .left_upper p {
    margin-bottom: 15px;
  }
}
.dry_eye .tears .tears_inner .tears_left .left_upper p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/left_bar.png);
  background-size: contain;
  width: 29px;
  height: 39px;
  background-repeat: no-repeat;
  transform: translate(-20%, -10%);
}
.dry_eye .tears .tears_inner .tears_left .left_upper p::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/right_bar.png);
  background-size: contain;
  width: 29px;
  height: 39px;
  background-repeat: no-repeat;
  transform: translate(20%, -10%);
}
.dry_eye .tears .tears_inner .tears_right {
  flex: 0 0 54.6%;
  max-width: 54.6%;
  width: 54.6%;
}
@media screen and (max-width: 768px) {
  .dry_eye .tears .tears_inner .tears_right {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.dry_eye .tears .tears_inner .tears_right .right_upper p {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .dry_eye .tears .tears_inner .tears_right .right_upper p {
    font-size: 16px;
  }
}

/*=========================
    高保湿
==========================*/
.high_moisture {
  background: url(../img/premium-moisture/wave_bottom_pc.png) no-repeat center bottom/100%, linear-gradient(#2E8E6D, #3BB8AD, #41DB9A);
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .high_moisture {
    background: url(../img/premium-moisture/wave_bottom_sp.png) no-repeat center bottom/100%, linear-gradient(#2E8E6D, #3BB8AD, #41DB9A);
    padding-top: 0;
    margin-top: -1px;
  }
}
.high_moisture .hm_img {
  display: flex;
  justify-content: center;
  max-width: 680px;
  margin: 0 auto;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .high_moisture .hm_img {
    flex-direction: column;
  }
}
.high_moisture .eff_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 10px;
  max-width: 100%;
  width: 700px;
  margin: 40px auto 0;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .high_moisture .eff_list {
    grid-template-columns: repeat(1, 100%);
  }
}
.high_moisture .eff_list_item {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: linear-gradient(#FFFFFF, #E8FAF4);
  padding: 5px 15px;
}
.high_moisture .eff_list_item_inner {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.high_moisture .eff_list_item h3 {
  color: #157C5C;
  padding: 10px 0;
  border-bottom: 1px solid #A38D43;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.high_moisture .eff_list_item p {
  padding: 10px 0;
  font-size: 17px;
  text-align: center;
}
.high_moisture .eff_list_item_strong h3 {
  font-size: 33px;
}
.high_moisture .eff_list .kome {
  font-size: 10px !important;
}
.high_moisture .eff_kome_list {
  max-width: 100%;
  width: 700px;
  margin: 15px auto 0;
  color: #fff;
  font-size: 12px;
}
.high_moisture .eff_kome_list li {
  line-height: 1.33;
}
.high_moisture .c_wave {
  position: relative;
  margin-top: 60px;
}
.high_moisture .c_wave .drop {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
@media screen and (max-width: 768px) {
  .high_moisture .c_wave .drop {
    left: 0;
    right: 0;
    transform: translate(0, -60%);
  }
}
.high_moisture .c_wave .drop img {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.high_moisture .c_wave .drop p {
  text-align: center;
  color: #fff;
}
.high_moisture .c_wave .drop p.kome {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 13px;
  line-height: 11px;
}
@media screen and (max-width: 768px) {
  .high_moisture .c_wave .drop p.kome {
    font-size: 10px;
  }
}
.high_moisture .c_wave .drop p.veil {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 34px;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .high_moisture .c_wave .drop p.veil {
    font-size: 22px;
  }
}
.high_moisture .hm_cus {
  width: 100%;
  max-width: 960px;
  margin: 50px auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background: linear-gradient(#EBFAFF, #FFFFFF, #E6F9FF);
  padding: 40px 60px 30px 30px;
  border-radius: 10px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .high_moisture .hm_cus {
    display: block;
    padding: 20px 10px 20px;
  }
}
.high_moisture .hm_cus_img {
  flex: 0 0 45.6%;
  width: 45.6%;
  max-width: 45.6%;
}
@media screen and (max-width: 768px) {
  .high_moisture .hm_cus_img {
    width: 100%;
    max-width: 100%;
  }
}
.high_moisture .hm_cus_txt {
  flex: 0 0 48.3%;
  width: 48.3%;
  max-width: 48.3%;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .high_moisture .hm_cus_txt {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    text-align: center;
  }
}
.high_moisture .hm_daily {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  max-width: 100%;
  padding: 0 20px;
  margin: 50px auto;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .high_moisture .hm_daily {
    display: block;
    padding: 0;
  }
}
.high_moisture .hm_wearing {
  flex: 0 0 44%;
  width: 44%;
  max-width: 44%;
}
@media screen and (max-width: 768px) {
  .high_moisture .hm_wearing {
    width: 100%;
    max-width: 100%;
    padding-bottom: 15px;
  }
}
.high_moisture .hm_wearing_title {
  color: #EAD48A;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 10px 0 15px;
  margin-bottom: 30px;
  background: linear-gradient(to right, rgba(41, 53, 123, 0), rgb(255, 255, 255), rgba(41, 53, 123, 0)) no-repeat center bottom/100% 4px;
}
.high_moisture .hm_wearing_title_sub {
  margin-bottom: 5px;
  color: #EAD48A;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .high_moisture .hm_wearing_title {
    font-size: 24px;
    background: linear-gradient(to right, rgba(41, 53, 123, 0), rgb(255, 255, 255), rgba(41, 53, 123, 0)) no-repeat center bottom/85% 3px;
    max-width: calc(100% - 32px);
    margin: 0 auto 30px;
  }
}
.high_moisture .hm_wearing_block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .high_moisture .hm_wearing_block {
    max-width: 100%;
  }
}
.high_moisture .hm_wearing_block:nth-child(2n-1) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  .high_moisture .hm_wearing_block:nth-child(2n-1) .hm_wearing_txt {
    padding-left: 25px;
  }
}
.high_moisture .hm_wearing_img {
  flex: 0 0 174px;
  width: 174px;
  max-width: 174px;
}
.high_moisture .hm_wearing_txt {
  flex: 0 0 60%;
  width: 60%;
  max-width: calc(100% - 184px);
}
.high_moisture .hm_wearing_txt p {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .high_moisture .hm_wearing_txt p {
    font-size: 14px;
  }
}
.high_moisture .hm_date {
  padding: 45px 40px;
  flex: 0 0 46%;
  width: 46%;
  max-width: 46%;
  background: linear-gradient(#FEFFD9, #FFFFFF, #F5FFFD);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .high_moisture .hm_date {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 45px 10px 35px;
  }
}
.high_moisture .hm_date_title {
  margin-bottom: 43px;
  color: #29357B;
  font-size: 31px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .high_moisture .hm_date_title {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.3;
  }
}
.high_moisture .hm_date_flow {
  display: flex;
  justify-content: space-between;
}
.high_moisture .hm_date_flow_item {
  flex: 0 0 115px;
  width: 115px;
  max-width: 115px;
}
.high_moisture .hm_date_flow_img {
  width: 78px;
  max-width: 78px;
  margin: 0 auto 10px;
}
.high_moisture .hm_date_flow_txt p {
  color: #29357B;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
.high_moisture .item_img {
  width: 333px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .high_moisture .item_img {
    width: 251px;
    padding: 8px 0 20px;
    transform: translateX(-15px);
  }
}
.high_moisture .item_link {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 270px;
  height: 50px;
  margin: 0 auto;
  background: #fff;
  color: #006F58;
  font-size: 18px;
  letter-spacing: 0.05em;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  position: relative;
}
.high_moisture .item_link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #006F58;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  transform: rotate(45deg);
}

/*=========================
      BOTTOM LINK
==========================*/
.bottom_link {
  background: linear-gradient(#157C74, #009CA2);
  padding: 11px 0;
}
@media screen and (max-width: 768px) {
  .bottom_link {
    padding: 12px 0 46px;
  }
}
.bottom_link .link_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .bottom_link .link_list {
    display: block;
    max-width: 270px;
    margin: 0 auto;
  }
}
.bottom_link .link_list li {
  margin: 0 6px;
}
@media screen and (max-width: 768px) {
  .bottom_link .link_list li {
    margin: 20px 0 0;
  }
}
.bottom_link .link_list li a {
  display: block;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bottom_link .link_list li a {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .bottom_link .link_list li a img {
    width: 270px;
  }
}
.bottom_link .link_list li:first-of-type a span {
  display: inline-block;
  padding: 0 36px 0 38px;
  position: relative;
}
.bottom_link .link_list li:first-of-type a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../img/mini_basket.svg);
  width: 26px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .bottom_link .link_list li:first-of-type a span {
    padding-right: 0;
  }
}

/*=========================
      USES
==========================*/
.uses {
  background: linear-gradient(#D4F4E6, #EDFCF4, #CAE3D8);
  padding: 24px 0;
}
.uses .uses_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .uses .uses_inner {
    flex-direction: column;
  }
}
.uses .uses_inner .uses_point {
  width: 100%;
  margin: 0 20px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .uses .uses_inner .uses_point {
    margin: 20px 0 0;
  }
}
.uses .uses_inner .uses_point h2 {
  background-color: #5EB27B;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  border-radius: 10px 10px 0 0;
  padding: 8px 13px 12px;
}
@media screen and (max-width: 768px) {
  .uses .uses_inner .uses_point h2 {
    padding: 12px;
  }
}
.uses .uses_inner .uses_point .dtl {
  padding: 24px;
  text-align: center;
}
.uses .uses_inner .uses_point .dtl img {
  margin: auto;
}
.uses .uses_inner .uses_point .dtl p {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: left;
  margin-top: 20px;
  line-height: 1.75;
}
.uses .uses_inner .uses_point .dtl p span {
  display: block;
  font-size: 12px;
}
.uses .uses_inner .uses_point.right p {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .uses .uses_inner .uses_point.right p {
    margin-top: 20px;
  }
}

/*=========================
    PREMIUM SERIES
==========================*/
.premium_series {
  margin: 25px 0 0;
}
.premium_series .series_inner {
  border: 1px solid #EEEEEE;
  border-radius: 10px 10px 0 0;
}
.premium_series .series_inner .ps_ttl {
  background: linear-gradient(to left, #D8B85E, #A07C29);
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 11px 0 12px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .premium_series .series_inner .ps_ttl {
    background: linear-gradient(#D8B85E, #A07C29);
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 34px;
  }
}
.premium_series .series_inner .ps_ttl .symptoms {
  background-color: #fff;
  border-radius: 30px;
  font-size: 16px;
  color: #897315;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding: 5px 23px;
  letter-spacing: 0.05em;
}
.premium_series .series_inner .ps_ttl .roto_c {
  font-size: 15px;
  padding: 0 16px 0 21px;
}
.premium_series .series_inner .p_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .premium_series .series_inner .p_list {
    display: block;
  }
}
.premium_series .series_inner .p_list li {
  text-align: center;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 768px) {
  .premium_series .series_inner .p_list li {
    padding: 20px 5px 20px 10px;
    text-align: start;
  }
}
@media screen and (max-width: 768px) {
  .premium_series .series_inner .p_list li a {
    display: flex;
    align-items: center;
  }
}
.premium_series .series_inner .p_list li a .p_txt {
  margin-left: 13px;
}
.premium_series .series_inner .p_list li .bold {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.premium_series .series_inner .p_list li .bold.semi {
  font-size: 20px;
}
.premium_series .series_inner .p_list li .s_bold {
  font-size: 12px;
}
.premium_series .series_inner .p_list li .regular {
  color: #000;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 26px;
  line-height: 1.57;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .premium_series .series_inner .p_list li .regular {
    padding-bottom: 0;
  }
}
.premium_series .series_inner .p_list li img {
  max-width: 146px;
  margin: auto;
  padding: 27px 0 10px;
}
@media screen and (max-width: 768px) {
  .premium_series .series_inner .p_list li img {
    max-width: 86px;
    margin: 0;
    width: 100%;
    padding: 0;
  }
}
.premium_series .series_inner .p_list li:last-of-type {
  border-right: none;
}

#premium-clear {
  /*=========================
          MV
  ==========================*/
  /*=========================
          トップリンク
  ==========================*/
  /*=========================
      ドライアイ  
  ==========================*/
  /*=========================
      高保湿
  ==========================*/
  /*=========================
      BOTTOM LINK
  ==========================*/
  /*=========================
      USES
  ==========================*/
}
#premium-clear .info {
  background-color: #FFF5DE;
}
#premium-clear .mv {
  background: #FEB74C;
}
#premium-clear .shop_link {
  background: linear-gradient(#E66B1E, #F49A0B);
}
#premium-clear .shop_link .link_list li:first-of-type {
  border-right: 1px solid #FFCE72;
}
#premium-clear .dry_eye {
  background: linear-gradient(#F8F1E5, #F7F5F2, #FDF4E2);
}
#premium-clear .dry_eye .ttl h2 {
  color: #CE4820;
}
#premium-clear .dry_eye .steps_to_use .step::after {
  background-image: url(../img/premium-clear/Polygon.png);
}
#premium-clear .dry_eye .steps_to_use .step li {
  box-shadow: 0 0 10px rgba(190, 93, 22, 0.5);
}
#premium-clear .dry_eye .tears {
  background: url(../img/premium-clear/wave.png) no-repeat center bottom -1px/100% 206px;
}
@media screen and (max-width: 768px) {
  #premium-clear .dry_eye .tears {
    background: url(../img/premium-clear/wave.png) no-repeat center bottom -1px/110% 135px;
  }
}
#premium-clear .dry_eye .tears .subttl {
  color: #CE4820;
}
#premium-clear .dry_eye .tears .tears_inner {
  box-shadow: 0 0 10px rgba(190, 93, 22, 0.5);
}
#premium-clear .high_moisture {
  background: url(../img/premium-clear/wave_bottom_pc.png) no-repeat center bottom/100%, linear-gradient(#9A0C00, #CE4820);
}
@media screen and (max-width: 768px) {
  #premium-clear .high_moisture {
    background: url(../img/premium-clear/wave_bottom_sp.png) no-repeat center bottom/100%, linear-gradient(#9A0C00, #CE4820);
    padding: 0 0 25px;
    margin-top: -1px;
  }
}
#premium-clear .high_moisture .eff_list_item {
  background: linear-gradient(#FFFCF2, #EADFC7);
}
#premium-clear .high_moisture .eff_list_item h3 {
  color: #CE4820;
  border-bottom: 1px solid #CE4820;
  line-height: 1.25;
  font-weight: normal;
}
#premium-clear .high_moisture .eff_list_item_strong {
  background: linear-gradient(#FFF4CE, #FFDA60);
}
#premium-clear .high_moisture .item_link {
  color: #CE4820;
}
#premium-clear .high_moisture .item_link::after {
  border-color: #CE4820;
}
#premium-clear .bottom_link {
  background: #AC2F0A;
}
#premium-clear .uses {
  background: linear-gradient(#F8F1E5, #F7F5F2, #FDF4E2);
}
#premium-clear .uses .uses_inner .uses_point h2 {
  background-color: #D16E50;
}

#premium-fit {
  /*=========================
          MV
  ==========================*/
  /*=========================
          トップリンク
  ==========================*/
  /*=========================
      ドライアイ  
  ==========================*/
  /*=========================
      高保湿
  ==========================*/
  /*=========================
      BOTTOM LINK
  ==========================*/
  /*=========================
      USES
  ==========================*/
}
#premium-fit .info {
  background-color: #E5F0FF;
}
#premium-fit .mv {
  background: url(../img/premium-fit/bg_fit_pc.jpg) no-repeat center center/auto 100%, url(../img/premium-fit/bg_fit2.jpg) repeat-x center center/auto 100%;
}
#premium-fit .mv img {
  max-width: 980px;
}
#premium-fit .shop_link {
  background: linear-gradient(#2C59BF, #1A2876);
}
#premium-fit .shop_link .link_list li:first-of-type {
  border-right: 1px solid #5A7EAF;
}
#premium-fit .dry_eye {
  background: url(../img/premium-fit/bg_dry_l.png) no-repeat right calc(50vw + 485px) top 48px/125px, url(../img/premium-fit/bg_dry_r.png) no-repeat left calc(50vw + 485px) top 48px/125px, linear-gradient(#DAF0F7, #F0FCFF, #F0FCFF);
}
#premium-fit .dry_eye .ttl h2 {
  color: #29357B;
}
#premium-fit .dry_eye .steps_to_use .step::after {
  background-image: url(../img/premium-fit/Polygon.png);
}
#premium-fit .dry_eye .steps_to_use .step li {
  box-shadow: 0 0 10px rgba(60, 110, 168, 0.5);
}
#premium-fit .dry_eye .tears {
  background: url(../img/premium-fit/wave.png) no-repeat center bottom -1px/100% 206px;
}
@media screen and (max-width: 768px) {
  #premium-fit .dry_eye .tears {
    background: url(../img/premium-fit/wave.png) no-repeat center bottom -1px/110% 135px;
  }
}
#premium-fit .dry_eye .tears .subttl {
  color: #29357B;
}
#premium-fit .dry_eye .tears .tears_inner {
  box-shadow: 0 0 10px rgba(60, 110, 168, 0.5);
}
#premium-fit .high_moisture {
  background: url(../img/premium-fit/wave_bottom_pc.png) no-repeat center bottom/100%, linear-gradient(#1A2876, #2C59BF);
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #premium-fit .high_moisture {
    background: url(../img/premium-fit/wave_bottom_sp.png) no-repeat center bottom/100%, linear-gradient(#1A2876, #2C59BF);
  }
}
#premium-fit .high_moisture .item_link {
  color: #0D88E7;
}
#premium-fit .high_moisture .item_link::after {
  border-color: #0D88E7;
}
#premium-fit .bottom_link {
  background: linear-gradient(#2C59BF, #1A2876);
}
#premium-fit .uses {
  background: linear-gradient(#DAF0F7, #F0FCFF, #F0FCFF);
}
#premium-fit .uses .uses_inner .uses_point h2 {
  background-color: #5078D1;
}