@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap");
/* img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
} */
@media screen and (min-width:741px) {
  .bifocal-main {
    font-size: 16px;
    font-family: 'BIZ UDPGothic';
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #262626;
  }
  .kv-section {
    position: relative;
  }
  .kv-section .catch {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 39px;
    height: 190px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 4px;
  }
  .loop_wrap {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 300px;
  }
  .loop_wrap img {
    width: 1850px !important;
    height: 300px;
    padding: 0 6px;
  }
  .bifocal-area1 {
    text-align: center;
    position: relative;
    z-index: 0;
  }
  .bifocal-area1::after {
    content: '';
    display: block;
    position: absolute;
    top: 3rem;
    background-image: url("/cms/contents/lens/bifocal/img/bg.png");
    width: 100%;
    max-width: 1440px;
    height: 86.4rem;
    background-repeat: no-repeat;
    left: 50%;
    background-size: contain;
    transform: translateX(-50%);
    z-index: -1;
  }
  .bifocal-area1 .bifocal-title {
    font-size: 40px;
    margin: 32px auto 16px;
    letter-spacing: .1em;
    line-height: 1;
  }
  .bifocal-area1 .bifocal-sub-title {
    margin-top: 16px;
    display: block;
    font-size: 20px;
    letter-spacing: .12em;
  }
  .bifocal-area1 p {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 2;
    margin: 17rem auto 12rem;
  }
  .bifocal-navs {
    position: relative;
    margin: auto;
  }
  .bifocal-nav {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
  .dropdown-link {
    width: 260px;
    font-weight: 300;
    background-color: #237757;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .dropdown-link::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid white;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto 0;
  }
  .store-navs {
    position: relative;
    margin: auto;
  }
  .store-navs ul {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
  .store-navs .store-button {
    width: 550px;
    font-weight: 300;
    background-color: #237757;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .store-navs ul .store-button {
    position: relative;
  }
  .store-navs ul .store-button::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 12px solid white;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto 0;
  }
  .lineup-title {
    font-size: 40px;
    padding: 40px 0 0;
    margin: 0 auto 40px;
    max-width: 1200px;
    letter-spacing: .025em;
    line-height: 1;
    border-top: 2px solid #237757;
    text-align: center;
  }
  .lineup-sub-title {
    width: 1200px;
    margin-inline: auto; font-size: 32px;
    margin-top: 120px;
    padding: 24px 0 40px;
    letter-spacing: .025em;
    border-top: 2px dotted #237757;
    text-align: center;
  }
  .lineup-group {
    text-align: center;
  }
  .lenz-annotation {
    font-size: 12px;
    color: #707070;
    text-align: center;
    margin-top: 10px;
  }
  .lineup-style {
    border: none;
  }
  .lineup-style .lineup-group .lineup-detail {
    display: grid;
    gap: 0 30px;
    grid-template-columns: repeat(2, calc((100% - 30px) / 2));
    max-width: 1130px;
    margin: 0 auto;
  }
  .lineup-style .lineup-group .lineup-detail section {
    border: none;
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    border-radius: 20px;
    margin-top: 118px;
    padding-top: 113px;
  }
  .lineup-style .lineup-group .lineup-detail section h5 {
    position: absolute;
    top: -94px;
    left: 50%;
    transform: translateX(-50%);
  }
  .lineup-style .lineup-group .lineup-detail section .lead {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 25.6px;
    text-align: center;
    color: #262626;
  }
  .lineup-style .lineup-group .lineup-detail section .lens {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 36px;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    width: fit-content;
    margin: 20px auto 0;
    border-radius: 5px;
  }
  .lineup-style .lineup-group .lineup-detail section .scene {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center;
    color: #262626;
    margin: 40px 0 0;
  }
  .lineup-style .lineup-group .lineup-detail section ul {
    display: flex;
    flex-wrap: wrap;
    width: 422px;
    margin: 24px auto 0;
    gap: 20px 31px;
  }
  .lineup-style .lineup-group .lineup-detail section ul li {
    flex: 0 0 120px;
  }
  .lineup-style .lineup-group .lineup-detail section ul li figcaption {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center;
    color: #262626;
    margin-top: 12px;
  }
  .lineup-style .lineup-group .lineup-detail section .block:nth-child(2) {
    border-radius: 0 0 20px 20px;
    margin-top: 40px;
    padding: 25px 0;
  }
  .lineup-style .lineup-group .lineup-detail section .block:nth-child(2) p {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 25.6px;
    text-align: center;
    color: #262626;
    line-height: 30px;
  }
  .lineup-style .lineup-group .lineup-detail section .block:nth-child(2) p .num {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 28.8px;
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
    background-color: #fff;
    padding: 0 4px;
    margin-right: 8px;
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-1 {
    background-color: rgba(23, 84, 163, 0.1);
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-1 .lead strong {
    color: #1754A3;
    font-weight: inherit;
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-1 .lens {
    background-color: #1754A3;
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-1 .block:nth-child(2) {
    background-color: rgba(23, 84, 163, 0.05);
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-1 .block:nth-child(2) .num {
    color: #1754a3;
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-2 {
    background-color: rgba(154, 30, 30, 0.1);
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-2 .lens {
    background-color: #9A1E1E;
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-2 .block:nth-child(2) {
    background-color: rgba(154, 30, 30, 0.05);
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-2 .block:nth-child(2) .num {
    color: #9A1E1E;
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-3 {
    background-color: rgba(153, 110, 58, 0.1);
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-3 .lens {
    background-color: #996E3A;
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-3 .block:nth-child(2) {
    background-color: rgba(153, 110, 58, 0.05);
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-3 .block:nth-child(2) .num {
    color: #996E3A;
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-4 {
    background-color: rgba(42, 118, 2, 0.1);
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-4 .lens {
    background-color: #2A7602;
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-4 .block:nth-child(2) {
    background-color: rgba(42, 118, 2, 0.05);
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-4 .block:nth-child(2) .num {
    color: #2A7602;
  }
  .lineup-price {
    border: none;
  }
  .lineup-price .body > p {
    position: relative;
    width: 530px;
    height: 150px;
    margin: 40px auto 0;
  }
  .lineup-price .body > p span:nth-child(1) {
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: left;
    color: #262626;
    position: absolute;
    top: 16px;
    left: 0;
  }
  .lineup-price .body > p span:nth-child(2) {
    font-weight: bold;
    font-size: 70px;
    letter-spacing: 0.17em;
    line-height: 1;
    text-align: left;
    color: #237757;
    position: absolute;
    top: 67px;
    left: 0;
  }
  .lineup-price .body > p span:nth-child(3) {
    font-weight: normal;
    font-size: 150px;
    line-height: 1;
    text-align: left;
    color: #237757;
    position: absolute;
    top: 0;
    right: 80px;
  }
  .lineup-price .body > p span:nth-child(4) {
    font-weight: bold;
    font-size: 70px;
    line-height: 1;
    letter-spacing: 0.17em;
    text-align: left;
    color: #237757;
    position: absolute;
    top: 67px;
    right: 0;
  }
  .lineup-price .body .series {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lineup-price .body .series-inner {
    display: flex;
    align-items: center;
    letter-spacing: 0;
  }
  .lineup-price .body .series-inner > span:nth-child(1) {
    display: block;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: left;
    color: #262626;
    background-color: rgba(35, 119, 87, 0.1);
    border-radius: 10px;
    padding: 24px;
  }
  .lineup-price .body .series-inner > span:nth-child(1):after {
    content: "";
    background-image: url(/cms/contents/lens/bifocal/img/lineup-price-frame.png);
    background-size: 100% 100%;
    width: 58px;
    height: 26px;
    display: block;
    margin: 15px auto -1px;
  }
  .lineup-price .body .series-inner > span:nth-child(2) {
    position: relative;
    width: 22px;
    height: 22px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 16px;
  }
  .lineup-price .body .series-inner > span:nth-child(2):before, .lineup-price .body .series-inner > span:nth-child(2):after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background-color: #237757;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .lineup-price .body .series-inner > span:nth-child(2):after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .lineup-price .body .series-inner > span:nth-child(3) {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: left;
    color: #262626;
    background-color: rgba(35, 119, 87, 0.1);
    border-radius: 10px;
    padding: 24px;
  }
  .lineup-price .body .series-inner > span:nth-child(3):after {
    content: "";
    background-image: url(/cms/contents/lens/bifocal/img/lineup-price-lens.png);
    background-size: 100% 100%;
    width: 57px;
    height: 26px;
    display: block;
    margin: 15px auto -1px;
  }
  .lineup-price .body .series-inner > span:nth-child(4) {
    position: relative;
    width: 22px;
    height: 22px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 16px;
  }
  .lineup-price .body .series-inner > span:nth-child(4):before, .lineup-price .body .series-inner > span:nth-child(4):after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background-color: #237757;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .lineup-price .body .series-inner > span:nth-child(4):before {
    margin-top: -4px;
  }
  .lineup-price .body .series-inner > span:nth-child(4):after {
    margin-top: 4px;
  }
  .lineup-price .body .series-inner > span:nth-child(5) {
    border: 2px solid rgba(42, 118, 4, 0.1);
    border-radius: 10px;
    width: 324px;
    height: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lineup-price .body .series-inner > span:nth-child(5) > span {
    display: flex;
    align-items: flex-end;
    line-height: 1;
  }
  .lineup-price .body .series-inner > span:nth-child(5) > span > span:nth-child(1) {
    font-weight: bold;
    font-size: 46px;
    line-height: 1;
    text-align: left;
    color: #237757;
    letter-spacing: -1px;
  }
  .lineup-price .body .series-inner > span:nth-child(5) > span > span:nth-child(2) {
    position: relative;
    margin-left: 3px;
  }
  .lineup-price .body .series-inner > span:nth-child(5) > span > span:nth-child(2) > span:nth-child(1) {
    font-weight: bold;
    font-size: 46px;
    line-height: 1;
    text-align: left;
    color: #237757;
    position: absolute;
    top: -36px;
    left: -3px;
  }
  .lineup-price .body .series-inner > span:nth-child(5) > span > span:nth-child(2) > span:nth-child(2) {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    color: #237757;
  }
  .lineup-price .body .series-list {
    margin-left: 32px;
  }
  .lineup-price .body .series-list li {
    position: relative;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 23px;
    text-align: left;
    color: #262626;
    padding-left: 31px;
  }
  .lineup-price .body .series-list li:before {
    content: "";
    background-image: url(/cms/contents/lens/bifocal/img/lineup-price-include.png);
    background-size: 100% 100%;
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .lineup-price .body .series-list li + li {
    margin-top: 10px;
  }
  .flex-gap {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .bifocal-area2 {
    text-align: center;
  }
  .bifocal-area2 .bifocal-title {
    display: inline;
    font-size: 44px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    /* Safari用 */
    line-height: 8.5rem;
    letter-spacing: 2rem;
    margin: 120px 0 40px;
    height: 192px;
  }
  .bifocal-area2 .bifocal-text {
    font-weight: bold;
  }
  .sticky-wrapper {
    height: 265rem;
    padding-bottom: 170px;
    margin: 80px 0 95px;
    border-bottom: 1px solid #D1D1D1;
  }
  .sticky {
    position: sticky;
    top: 90px;
    z-index: 10;
    text-align: center;
    background-color: #fff;
    padding: 24px 0 16px;
  }
  .sticky figure {
    position: relative;
    margin: 0 auto;
    width: 838px;
    height: 178px;
  }
  .sticky figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
  }
  .sticky figure img:nth-child(1) {
    opacity: 1;
  }
  .target-container {
    margin-top: 115px;
  }
  .target {
    text-align: center;
    border-top: 1px solid #D1D1D1;
    transition: border-top 0.3s ease;
  }
  .target ul {
    display: flex;
    gap: 0 120px;
    justify-content: center;
  }
  .target ul li {
    padding: 90px 0 25px;
    flex: 0 0 114px;
  }
  .target ul li img {
    padding: 0;
  }
  .target ul li figcaption {
    margin-top: 16px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center;
    color: #000;
  }
  .target-wrapper {
    position: relative;
    height: 464px;
  }
  #target-1, #target-2, #target-3, #target-4, #target-5 {
    position: sticky;
    top: 170px;
    z-index: 5;
  }
  .select-body {
    text-align: center;
    margin: 32px 15px;
  }
  .select-title {
    font-size: 28px;
    letter-spacing: .08em;
    font-weight: bold;
    color: #237757;
    margin: 72px 0 40px;
  }
  .select-sub-title {
    font-size: 24px;
    letter-spacing: .08em;
    margin-bottom: 16px;
  }
  .bg-gray {
    padding: 72px 50px;
    background-color: #F2F2F2;
    margin: 64px -16px;
  }
  .two-title {
    font-size: 24px;
    margin: 40px 0 10px;
    font-weight: bold;
  }
  .two-text {
    text-align: left;
    margin-top: 16px;
  }
  .select-body .select-style-detail .title {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center;
    color: #000;
    flex: 0 0 100%;
  }
  .select-body .select-style-detail .select-style-detail-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .select-body .select-style-detail .select-style-detail-type .block {
    flex: 0 0 calc((100% - 70px) / 2);
  }
  .select-body .select-style-detail .select-style-detail-type .block .wrapper {
    position: relative;
    border-radius: 20px;
    margin-top: 125px;
    padding: 118px 0 40px;
  }
  .select-body .select-style-detail .select-style-detail-type .block .wrapper .type {
    position: absolute;
    top: -94px;
    left: 50%;
    transform: translateX(-50%);
    width: 188px;
  }
  .select-body .select-style-detail .select-style-detail-type .block .wrapper p {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center;
    color: #262626;
  }
  .select-body .select-style-detail .select-style-detail-type .block .wrapper ul {
    display: flex;
    justify-content: center;
    gap: 0 23px;
    margin: 24px 0 0;
  }
  .select-body .select-style-detail .select-style-detail-type .block .wrapper ul li {
    flex: 0 0 100px;
  }
  .select-body .select-style-detail .select-style-detail-type .block .wrapper ul li figcaption {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center;
    color: #262626;
    margin: 12px -20px 0;
  }
  .select-body .select-style-detail .select-style-detail-type>p {
    flex: 0 0 70px;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.06em;
    line-height: 31px;
    text-align: center;
    color: #707070;
    letter-spacing: 0;
    padding: 0 20px;
  }
  .select-body .select-1 .select-style-detail .select-style-detail-type .block:nth-child(1) .wrapper {
    background-color: rgba(154, 30, 30, 0.1);
  }
  .select-body .select-1 .select-style-detail .select-style-detail-type > p:nth-child(2) {
    padding-top: 190px;
  }
  .select-body .select-1 .select-style-detail .select-style-detail-type .block:nth-child(3) .wrapper {
    background-color: rgba(23, 84, 163, 0.1);
  }
  .select-body .select-2 .select-style-detail:nth-child(1) .select-style-detail-type .block:nth-child(1) .wrapper {
    background-color: rgba(154, 30, 30, 0.1);
  }
  .select-body .select-2 .select-style-detail:nth-child(1) .select-style-detail-type > p:nth-child(2) {
    padding-top: 229px;
  }
  .select-body .select-2 .select-style-detail:nth-child(1) .select-style-detail-type .block:nth-child(3) .wrapper {
    background-color: rgba(23, 84, 163, 0.1);
  }
  .select-body .select-2 .select-style-detail:nth-child(3) .select-style-detail-type .block:nth-child(1) .wrapper {
    background-color: rgba(153, 110, 58, 0.1);
  }
  .select-body .select-2 .select-style-detail:nth-child(3) .select-style-detail-type > p:nth-child(2) {
    padding-top: 229px;
  }
  .select-body .select-2 .select-style-detail:nth-child(3) .select-style-detail-type .block:nth-child(3) .wrapper {
    background-color: rgba(42, 118, 2, 0.1);
  }
  .select-body .select-3 .select-style-detail .select-style-detail-type .block:nth-child(1) .wrapper {
    background-color: rgba(42, 118, 2, 0.1);
  }
  .glasses {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    margin-top: 16px;
  }
  .glass {
    text-align: center;
    position: relative;
  }
  .glass .glass-title {
    font-size: 24px;
    font-weight: bold;
    display: block;
  }
  .glass .glass-name {
    display: block;
    margin-top: 16px;
  }
  .glass .sparkle {
    position: absolute;
    background: url("/cms/contents/lens/bifocal/img/sparkle.png") no-repeat center center;
    background-size: contain;
  }
  .glass .sparkle-1 {
    width: 54px;
    height: 54px;
    top: -42%;
    left: 65%;
  }
  .glass .sparkle-2 {
    width: 21px;
    height: 21px;
    top: 70%;
    right: 2%;
  }
  .glass .sparkle-3 {
    width: 21px;
    height: 21px;
    bottom: 96%;
    left: -4%;
  }
  .glass .sparkle-4 {
    width: 34px;
    height: 34px;
    bottom: 0%;
    right: 84%;
  }
  .glass p {
    display: block;
    margin-bottom: 16px;
    font-weight: bold;
    margin-top: 30px;
  }
  .connector {
    align-self: self-end;
  }
  .connector-arrow {
    align-self: center;
    margin-bottom: 40px;
  }
  .connect {
    width: min-content;
    font-size: 24px;
    font-weight: bold;
    color: #707070;
    line-height: 1.18;
    align-self: self-end;
  }
  .annotation {
    font-size: 12px;
    color: #707070;
    text-align: justify;
    margin-top: 40px;
  }
  .steps-container {
    width: 840px;
    margin: 60px auto 150px;
  }
  .step {
    display: flex;
    gap: 30px;
  }
  .step-header {
    position: relative;
    text-align: left;
  }
  .step-header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 115px;
    width: 2px;
    height: 164px;
    margin: auto;
    background-color: #2d826d;
  }
  .step-header .step-image {
    width: 115px;
    height: 115px;
  }
  .step:last-child .step-header::after {
    content: none;
  }
  .step-content {
    text-align: left;
    margin-left: 10px;
  }
  .step-title {
    color: #fff;
    background-color: #2d826d;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .step-content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #2d826d;
    margin: 16px 0 20px;
  }
  .step + .step {
    margin-top: 64px;
  }
  .qa_box1 {
    transition: 0.2s;
    position: relative;
    border-top: 2px solid #d5d5d5;
  }
  .qa_box1.close {
    transition: 0.2s;
  }
  .qa_box1:last-child {
    border-bottom: 2px solid #d5d5d5;
  }
  .qa_box1 ul {
    padding: 24px 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .qa_box1 ul li {
    width: 100%;
    overflow: hidden;
  }
  .qa_box1 ul li .qa_l {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #1854A3;
    padding-bottom: 4px;
    text-align: left;
  }
  .qa_box1 ul li .qa_r {
    width: 95%;
    text-align: justify;
    text-align-last: left;
  }
  .qa_box1 ul li .qa_r a {
    color: #2d826d;
    position: relative;
  }
  .qa_box1 ul li .qa_r a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 12px solid #2d826d;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto 0;
  }
  .qa_box1 ul li:first-child .qa_r {
    width: 85%;
  }
  .qa_box1 ul li:last-child {
    margin-top: 40px;
    display: none;
  }
  .qa_box1 ul li:last-child .qa_l {
    color: #9A1E1E;
  }
  .qa_box1 .arrow {
    position: absolute;
    top: 50px;
    right: 14px;
    width: 24px;
    height: 24px;
    z-index: 2;
    cursor: pointer;
    border-radius: 24px;
    border: solid 1px #000;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qa_box1 .arrow::before, .qa_box1 .arrow::after {
    content: "";
    position: absolute;
    background-color: #000;
    transition: 0.2s;
  }
  .qa_box1 .arrow::before {
    width: 12px;
    height: 1px;
  }
  .qa_box1 .arrow::after {
    width: 1px;
    height: 12px;
    opacity: 0;
  }
  .qa_box1 .arrow.active::after {
    opacity: 1;
  }
  .flex {
    display: flex;
    justify-content: center;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .mt-24 {
    margin-top: 24px;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .mt-40 {
    margin-top: 40px;
  }
  .mt-60 {
    margin-top: 60px;
  }
  .mt-80 {
    margin-top: 80px;
  }
  .mt-160 {
    margin-top: 160px;
  }
  .mt-170 {
    margin-top: 170px;
  }
  .mt-280 {
    margin-top: 280px;
  }
  .mb-45 {
    margin-bottom: 45px;
  }
  .mb-120 {
    margin-bottom: 120px;
  }
  .bg-green {
    width: 870px;
    background-color: #F3F8F6;
    padding: 35px 40px;
    border-radius: 0 10px 10px 0;
    text-align: left;
  }
  .w-1130 {
    width: 1130px;
    margin: auto;
  }
  .w-1130 .glass {
    width: calc(100% / 2);
  }
  .slick-slide {
    width: 1850px !important;
  }
  .p-footer-banner__item {
    margin-right: 46px;
  }
}
@media screen and (max-width:740px) {
  .bifocal-main {
    font-size: 16px;
    font-family: 'BIZ UDPGothic';
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #262626;
  }
  .kv-section {
    position: relative;
  }
  .kv-section .catch {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 31px;
    height: 154px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 4px;
  }
  .loop_wrap {
    display: flex;
    width: 100%;
    height: 290px;
    overflow: hidden;
    position: relative;
  }
  .loop_wrap img {
    width: 590px !important;
    height: 290px;
    padding: 0 5px;
  }
  .bifocal-area1 {
    text-align: center;
    position: relative;
    z-index: 0;
  }
  .bifocal-area1::after {
    content: '';
    display: block;
    position: absolute;
    top: 16rem;
    background-image: url("/cms/contents/lens/bifocal/img/bg_sp.png");
    width: 100%;
    height: 86.7rem;
    background-size: 100%;
    z-index: -1;
  }
  .bifocal-area1 .bifocal-title {
    font-size: 40px;
    margin: 50px auto 20px;
    letter-spacing: .1em;
    line-height: 1.4;
  }
  .bifocal-area1 .bifocal-sub-title {
    margin-top: 16px;
    display: block;
    font-size: 20px;
    letter-spacing: .12em;
  }
  .bifocal-area1 p {
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 2;
    margin: 20rem auto 11.5rem;
    font-weight: bold;
  }
  .bifocal-navs {
    position: relative;
    margin: auto;
  }
  .bifocal-nav {
    width: 344px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .dropdown-link {
    font-weight: 300;
    background-color: #237757;
    border-radius: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 60px;
    position: relative;
  }
  .dropdown-link::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid white;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto 0;
  }
  .store-button {
    font-weight: 300;
    background-color: #237757;
    border-radius: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    height: 60px;
    position: relative;
  }
  .store-button::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 12px solid white;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto 0;
  }
  .l-free-inner {
    padding: 0 15px;
  }
  .lineup-title {
    font-size: 32px;
    padding: 32px 0;
    letter-spacing: .025em;
    border-top: 2px solid #237757;
    text-align: center;
  }
  .lineup-sub-title {
    font-size: 28px;
    margin-top: 56px;
    padding: 24px 0 64px;
    letter-spacing: .025em;
    border-top: 2px dotted #237757;
    text-align: center;
  }
  .lineup-group {
    text-align: center;
  }
  .lenz-annotation {
    font-size: 12px;
    color: #707070;
    text-align: center;
    margin-top: 10px;
  }
  .lineup-style {
    border: none;
    margin: 0;
  }
  .lineup-style .lineup-group .lineup-detail section {
    border: none;
    position: relative;
    display: grid;
    border-radius: 20px;
    margin: 0;
    margin-top: 134px;
    padding-top: 105px;
  }
  .lineup-style .lineup-group .lineup-detail section h5 {
    position: absolute;
    top: -94px;
    left: 50%;
    transform: translateX(-50%);
    width: 188px;
  }
  .lineup-style .lineup-group .lineup-detail section h5 img {
    height: auto;
  }
  .lineup-style .lineup-group .lineup-detail section .lead {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 25.6px;
    text-align: center;
    color: #262626;
  }
  .lineup-style .lineup-group .lineup-detail section .lens {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 36px;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    width: fit-content;
    margin: 20px auto 0;
    border-radius: 5px;
  }
  .lineup-style .lineup-group .lineup-detail section .scene {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 25.6px;
    text-align: center;
    color: #262626;
    margin: 28px 0 0;
  }
  .lineup-style .lineup-group .lineup-detail section ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(284 / 375 * 100vw);
    max-width: 345px;
    margin: 12px auto 0;
    gap: 15px 10px;
    overflow: hidden;
  }
  .lineup-style .lineup-group .lineup-detail section ul li {
    flex: 0 0 calc((100% - 20px) / 3);
  }
  .lineup-style .lineup-group .lineup-detail section ul li img {
    height: auto;
  }
  .lineup-style .lineup-group .lineup-detail section ul li figcaption {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center;
    color: #262626;
    margin: 5px -40px;
  }
  .lineup-style .lineup-group .lineup-detail section .block:nth-child(2) {
    border-radius: 0 0 20px 20px;
    margin-top: 24px;
    padding: 20px 0;
  }
  .lineup-style .lineup-group .lineup-detail section .block:nth-child(2) p {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 25.6px;
    text-align: center;
    color: #262626;
    line-height: 30px;
  }
  .lineup-style .lineup-group .lineup-detail section .block:nth-child(2) p .num {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
    background-color: #fff;
    padding: 0 4px;
    margin-right: 6px;
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-1 {
    background-color: rgba(23, 84, 163, 0.1);
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-1 .lead strong {
    color: #1754A3;
    font-weight: inherit;
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-1 .lens {
    background-color: #1754A3;
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-1 .block:nth-child(2) {
    background-color: rgba(23, 84, 163, 0.05);
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-1 .block:nth-child(2) .num {
    color: #1754a3;
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-2 {
    background-color: rgba(154, 30, 30, 0.1);
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-2 .lens {
    background-color: #9A1E1E;
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-2 .block:nth-child(2) {
    background-color: rgba(154, 30, 30, 0.05);
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-2 .block:nth-child(2) .num {
    color: #9A1E1E;
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-3 {
    background-color: rgba(153, 110, 58, 0.1);
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-3 .lens {
    background-color: #996E3A;
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-3 .block:nth-child(2) {
    background-color: rgba(153, 110, 58, 0.05);
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-3 .block:nth-child(2) .num {
    color: #996E3A;
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-4 {
    background-color: rgba(42, 118, 2, 0.1);
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-4 .lens {
    background-color: #2A7602;
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-4 .block:nth-child(2) {
    background-color: rgba(42, 118, 2, 0.05);
  }
  .lineup-style .lineup-group .lineup-detail section.lineup-detail-4 .block:nth-child(2) .num {
    color: #2A7602;
  }
  .lineup-price {
    margin: 0;
    border: none;
  }
  .lineup-price .body>p {
    position: relative;
    width: 309px;
    height: 96px;
    margin: 0 auto 0;
  }
  .lineup-price .body>p span:nth-child(1) {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: left;
    color: #262626;
    position: absolute;
    top: 12px;
    left: 0;
  }
  .lineup-price .body>p span:nth-child(2) {
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.17em;
    line-height: 1;
    text-align: left;
    color: #237757;
    position: absolute;
    top: 44px;
    left: 0;
  }
  .lineup-price .body>p span:nth-child(3) {
    font-weight: normal;
    font-size: 96px;
    line-height: 1;
    text-align: left;
    color: #237757;
    position: absolute;
    top: 0;
    right: 48px;
  }
  .lineup-price .body>p span:nth-child(4) {
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.17em;
    text-align: left;
    color: #237757;
    position: absolute;
    top: 44px;
    right: 0;
  }
  .lineup-price .body .series {
    margin: 24px auto 0;
  }
  .lineup-price .body .series-inner {
    letter-spacing: 0;
  }
  .lineup-price .body .series-inner>span:nth-child(1) {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: left;
    color: #262626;
    background-color: rgba(35, 119, 87, 0.1);
    border-radius: 8px;
    padding: 24px 20px 23px;
  }
  .lineup-price .body .series-inner>span:nth-child(1):after {
    content: "";
    background-image: url(/cms/contents/lens/bifocal/img/lineup-price-frame.png);
    background-size: 100% 100%;
    width: 58px;
    height: 26px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .lineup-price .body .series-inner>span:nth-child(2) {
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 8px auto;
  }
  .lineup-price .body .series-inner>span:nth-child(2):before,
  .lineup-price .body .series-inner>span:nth-child(2):after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background-color: #237757;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .lineup-price .body .series-inner>span:nth-child(2):after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .lineup-price .body .series-inner>span:nth-child(3) {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: left;
    color: #262626;
    background-color: rgba(35, 119, 87, 0.1);
    border-radius: 10px;
    padding: 24px 20px 23px;
  }
  .lineup-price .body .series-inner>span:nth-child(3):after {
    content: "";
    background-image: url(/cms/contents/lens/bifocal/img/lineup-price-lens.png);
    background-size: 100% 100%;
    width: 57px;
    height: 26px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .lineup-price .body .series-inner>span:nth-child(4) {
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 8px auto;
  }
  .lineup-price .body .series-inner>span:nth-child(4):before,
  .lineup-price .body .series-inner>span:nth-child(4):after {
    content: "";
    display: block;
    width: 2px;
    height: 22px;
    border-radius: 2px;
    background-color: #237757;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .lineup-price .body .series-inner>span:nth-child(4):before {
    margin-left: -4px;
  }
  .lineup-price .body .series-inner>span:nth-child(4):after {
    margin-left: 4px;
  }
  .lineup-price .body .series-inner>span:nth-child(5) {
    display: flex;
    border: 2px solid rgba(42, 118, 4, 0.1);
    border-radius: 10px;
    height: 67px;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .lineup-price .body .series-inner>span:nth-child(5)>span {
    display: flex;
    align-items: flex-end;
    line-height: 1;
  }
  .lineup-price .body .series-inner>span:nth-child(5)>span>span:nth-child(1) {
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    text-align: left;
    color: #237757;
    letter-spacing: -1px;
  }
  .lineup-price .body .series-inner>span:nth-child(5)>span>span:nth-child(2) {
    position: relative;
    margin-left: 3px;
  }
  .lineup-price .body .series-inner>span:nth-child(5)>span>span:nth-child(2)>span:nth-child(1) {
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    text-align: left;
    color: #237757;
    position: absolute;
    top: -30px;
    left: -2px;
  }
  .lineup-price .body .series-inner>span:nth-child(5)>span>span:nth-child(2)>span:nth-child(2) {
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    color: #237757;
  }
  .lineup-price .body .series ul {
    margin-top: 32px;
  }
  .lineup-price .body .series ul li {
    position: relative;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 23px;
    text-align: left;
    color: #262626;
    padding-left: 31px;
  }
  .lineup-price .body .series ul li:before {
    content: "";
    background-image: url(/cms/contents/lens/bifocal/img/lineup-price-include.png);
    background-size: 100% 100%;
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .lineup-price .body .series ul li+li {
    margin-top: 10px;
  }
  .bifocal-area2 {
    text-align: center;
  }
  .bifocal-area2 .bifocal-title {
    display: inline-block;
    font-size: 30px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 5rem;
    letter-spacing: 1rem;
    margin: 80px 0 40px;
  }
  .bifocal-text {
    margin-top: -32px;
  }
  .sticky-wrapper {
    height: 203rem;
    padding-bottom: 130px;
    margin-bottom: 95px;
    border-bottom: 1px solid #D1D1D1;
  }
  .sticky {
    position: sticky;
    top: 60px;
    z-index: 10;
    text-align: center;
    background-color: #fff;
    padding: 16px 0;
  }
  .sticky figure {
    position: relative;
    margin: 0 auto;
    width: 345px;
    height: 82px;
  }
  .sticky figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
  }
  .sticky figure img:nth-child(1) {
    opacity: 1;
  }
  .target-container {
    margin-top: 100px;
  }
  .target {
    text-align: center;
    border-top: 1px solid #D1D1D1;
    transition: border-top 0.3s ease;
  }
  .target ul {
    display: flex;
    gap: 0 34px;
    justify-content: center;
    overflow: hidden;
  }
  .target ul li {
    padding: 50px 0 25px;
    flex: 0 0 76px;
  }
  .target ul li img {
    padding: 0;
  }
  .target ul li figcaption {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center;
    color: #000;
    margin: 8px -40px 0;
  }
  .target-wrapper {
    position: relative;
    height: 364px;
  }
  #target-1,
  #target-2,
  #target-3,
  #target-4,
  #target-5 {
    position: sticky;
    top: 140px;
    z-index: 5;
  }
  .select-body {
    text-align: center;
    margin: 32px 15px;
  }
  .select-title {
    font-size: 24px;
    letter-spacing: .08em;
    font-weight: bold;
    color: #237757;
    margin: 72px 0 32px;
  }
  .select-sub-title {
    font-size: 20px;
    letter-spacing: .08em;
    margin-bottom: 12px;
  }
  .bg-gray {
    padding: 32px 50px 40px;
    background-color: #F2F2F2;
    margin-inline: -15px;
  }
  .bg-gray {
    padding: 40px 16px;
    background-color: #F2F2F2;
    margin-inline: -15px;
  }
  .bg-gray .glasses {
    margin-top: 0;
  }
  .glass .glass-name {
    margin-top: 10px;
  }
  .two-title {
    margin: 30px 0 10px;
    font-weight: bold;
  }
  .two-text {
    font-size: 16px;
    text-align: left;
    margin-top: 32px;
  }
  .select-body .select-style-detail {
    margin: 36px 0 0;
  }
  .select-body .select-style-detail .title {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 25.6px;
    text-align: center;
    color: #000;
    flex: 0 0 100%;
  }
  .select-body .select-style-detail .select-style-detail-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .select-body .select-style-detail .select-style-detail-type .block {
    flex: 0 0 calc((100% - 38px) / 2);
  }
  .select-body .select-style-detail .select-style-detail-type .block .wrapper {
    position: relative;
    border-radius: 5px;
    margin-top: 76px;
    padding: 72px 0 20px;
  }
  .select-body .select-style-detail .select-style-detail-type .block .wrapper .type {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
  }
  .select-body .select-style-detail .select-style-detail-type .block .wrapper p {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 25.6px;
    text-align: center;
    color: #262626;
  }
  .select-body .select-style-detail .select-style-detail-type .block .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 134px;
    margin: 12px auto 0;
    gap: 16px 10px;
  }
  .select-body .select-style-detail .select-style-detail-type .block .wrapper ul li {
    flex: 0 0 62px;
  }
  .select-body .select-style-detail .select-style-detail-type .block .wrapper ul li figcaption {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center;
    color: #262626;
    margin: 8px -20px 0;
  }
  .select-body .select-style-detail .select-style-detail-type>p {
    flex: 0 0 38px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 23.6px;
    text-align: center;
    color: #707070;
    letter-spacing: 0;
    padding: 0;
  }
  .select-body .select-style-detail .select-style-detail-type>p.adjust {
    padding-top: 181px;
  }
  .select-body .select-1 .select-style-detail .select-style-detail-type .block:nth-child(1) .wrapper {
    background-color: rgba(154, 30, 30, 0.1);
  }
  .select-body .select-1 .select-style-detail .select-style-detail-type>p:nth-child(2) {
    padding-top: 145px;
  }
  .select-body .select-1 .select-style-detail .select-style-detail-type .block:nth-child(3) .wrapper {
    background-color: rgba(23, 84, 163, 0.1);
  }
  .select-body .select-2 .adjust-red {
    background-color: rgba(154, 30, 30, 0.1);
  }
  .select-body .select-2 .select-style-detail:nth-child(3) .select-style-detail-type>p:nth-child(2) {
    padding-top: 181px;
  }
  .select-body .select-2 .adjust-blue {
    background-color: rgba(23, 84, 163, 0.1);
  }
  .select-body .select-2 .adjust-brown {
    background-color: rgba(153, 110, 58, 0.1);
  }
  .select-body .select-2 .select-style-detail:nth-child(5) .select-style-detail-type>p:nth-child(2) {
    padding-top: 178px;
  }
  .select-body .select-2 .adjust-green {
    background-color: rgba(42, 118, 2, 0.1);
  }
  .select-body .select-3 .select-style-detail .select-style-detail-type .block:nth-child(1) {
    flex: 0 0 100%;
  }
  .select-body .select-3 .select-style-detail .select-style-detail-type .block:nth-child(1) .wrapper {
    background-color: rgba(42, 118, 2, 0.1);
  }
  .glasses {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .glass {
    text-align: center;
    position: relative;
    width: calc(100% / 2);
  }
  .glass .sparkle {
    position: absolute;
    background: url("/cms/contents/lens/bifocal/img/sparkle.png") no-repeat center center;
    background-size: contain;
  }
  .glass .sparkle-1 {
    width: 28px;
    height: 28px;
    top: -34%;
    left: 78%;
  }
  .glass .sparkle-2 {
    width: 11px;
    height: 11px;
    top: 61%;
    right: 1%;
  }
  .glass .sparkle-3 {
    width: 11px;
    height: 11px;
    bottom: 96%;
    left: -4%;
  }
  .glass .sparkle-4 {
    width: 18px;
    height: 18px;
    bottom: 17%;
    right: 85%;
  }
  .glass .glass-name {
    font-size: 12px;
  }
  .glass p {
    display: block;
    margin-bottom: 16px;
    font-weight: bold;
    margin-top: 30px;
  }
  .glass span {
    display: block;
  }
  .connector {
    align-self: self-end;
  }
  .connector-arrow {
    align-self: center;
    margin-bottom: 40px;
  }
  .connect {
    width: min-content;
    font-size: 20px;
    font-weight: bold;
    color: #707070;
    line-height: 1.18;
  }
  .annotation {
    font-size: 12px;
    color: #707070;
    text-align: justify;
    margin-top: 32px;
  }
  .steps-container {
    margin: 40px auto 100px;
  }
  .step {
    display: flex;
  }
  .step-header {
    position: relative;
    text-align: left;
  }
  .step-header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    width: 2px;
    height: 95%;
    margin: auto;
    background-color: #2d826d;
  }
  .step:last-child .step-header::after {
    content: none;
  }
  .step-image {
    width: 80px;
    height: 80px;
  }
  .step-content {
    text-align: left;
    margin-left: 10px;
    flex: 1;
  }
  .step-title {
    color: #fff;
    background-color: #2d826d;
    width: fit-content;
    padding: 5px 9px;
    border-radius: 5px;
  }
  .step-content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #2d826d;
    margin: 16px 0 20px;
  }
  .step+.step {
    margin-top: 64px;
  }
  .qa_box1 {
    transition: 0.2s;
    position: relative;
    border-top: 1px solid #d5d5d5;
  }
  .qa_box1.close {
    transition: 0.2s;
  }
  .qa_box1:last-child {
    border-bottom: 1px solid #d5d5d5;
  }
  .qa_box1 ul {
    padding: 12px 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .qa_box1 ul li {
    width: 100%;
    overflow: hidden;
  }
  .qa_box1 ul li .qa_l {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #1854A3;
    padding-bottom: 4px;
    text-align: left;
  }
  .qa_box1 ul li .qa_r {
    width: 100%;
    font-weight: normal;
    line-height: 1.8em;
    text-align: justify;
    text-align-last: left;
  }
  .qa_box1 ul li .qa_r a {
    color: #2d826d;
    position: relative;
    text-decoration: underline;
  }
  .qa_box1 ul li .qa_r a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 12px solid #2d826d;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto 0;
  }
  .qa_box1 ul li:first-child .qa_r {
    width: 85%;
  }
  .qa_box1 ul li:last-child {
    margin-top: 24px;
    display: none;
  }
  .qa_box1 ul li:last-child .qa_l {
    color: #9A1E1E;
  }
  .qa_box1 .arrow {
    position: absolute;
    top: 40px;
    right: 0;
    width: 23px;
    height: 23px;
    z-index: 2;
    cursor: pointer;
    border-radius: 24px;
    border: solid 1px #000;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qa_box1 .arrow::before,
  .qa_box1 .arrow::after {
    content: "";
    position: absolute;
    background-color: #000;
    transition: 0.2s;
  }
  .qa_box1 .arrow::before {
    width: 12px;
    height: 1px;
  }
  .qa_box1 .arrow::after {
    width: 1px;
    height: 12px;
    opacity: 0;
  }
  .qa_box1 .arrow.active::after {
    opacity: 1;
  }
  .mt-20 {
    margin-top: 20px !important;
  }
  .mt-40 {
    margin-top: 40px;
  }
  .mt-80 {
    margin-top: 80px;
  }
  .mt-100 {
    margin-top: 100px;
  }
  .mt-120 {
    margin-top: 120px;
  }
  .mt-170 {
    margin-top: 170px;
  }
  .mb-140 {
    margin-bottom: 140px;
  }
  .w-314 {
    width: 314px;
  }
  .w-326 {
    width: 326px;
  }
  .bg-green {
    text-align: left;
    background-color: #F3F8F6;
    padding: 22px;
    border-radius: 0 0 10px 10px;
  }
  .slick-slide {
    width: 590px !important;
  }
}
.visually-hidden {
  position: absolute;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
}