﻿@charset "utf-8";

img {
	max-width: 100%;
	height: auto;
}

.mod-video {
    width: 100%;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

.transitions-h2 {
    display: inline-block;
    margin: 60px auto 40px;
    border-bottom: 2px solid #000;
    font-size: 3.4rem;
    line-height: 1.5;
    text-align: center;
}

.prod-lens-transitions {
    position: relative;
    margin: 0 auto;
    background: url(/cms/products/lens/transitions/common/images/bg-transitions.png) no-repeat center;
    background-size: cover;
    aspect-ratio: 1 / 1;
    max-width: 600px;
}

.prod-lens-transitions .__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prod-lens-transitions-about {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 60px auto;
}

.prod-lens-transitions-about li {
    width: calc(50% - 15px);
}

.prod-lens-transitions-about .__txt {
    min-height: 180px;
    padding: 60px 0 0 40px;
    background: url(../../images/bg-transitions-txt.png) no-repeat;
    background-position: left top;
    background-size: auto 180px;
}

.transitions-about-lineup {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 100px auto 0;
}

.transitions-about-lineup .__block {
    position: relative;
    padding: 30px 18px;
    text-align: center;
}
@media screen and (min-width:769px) {
  .transitions-about-lineup::after {
    position: absolute;
    content: "";
    top: -80px;
    left: 50%;
    width: 2px;
    height: 55px;
    background: #000;
  }
}


.transitions-about-lineup .__block::before,
.transitions-about-lineup .__block:not(:only-child)::after {
    content: '';
    position: absolute;
    background-color: #000;
    left: 0;
}

.transitions-about-lineup .__block::before {
    left: 50%;
    top: 0;
    transform: translateY(-100%);
    width: 2px;
    height: 25px;
}

/* .transitions-about-lineup .__block:nth-child(2)::before {
    height: 80px;
} */

.transitions-about-lineup .__block:first-child::after {
    left: 50%;
    width: 50%;
}

.transitions-about-lineup .__block:last-child:after {
    width: calc(50% + 1px);
}

.transitions-about-lineup .__block::after {
    top: -25px;
    transform: translateY(-100%);
    height: 2px;
    width: 100%;
}

.transitions-about-lineup .__block h4 {
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
}

.transitions-about-lineup .__block p {
   text-align: left;
   padding-left: 0.3em;
}


.block_color_gray {
    overflow: hidden;
    background: #f2f2f2;
}

.bg-top {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 120px;
}
.bg-top::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 500vw;
    height: 300vw;
    border-radius: 100%;
    background: #f2f2f2;
}

.bg-bottom {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 120px;
}
.bg-bottom::before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 500vw;
    height: 300vw;
    border-radius: 100%;
    background: #f2f2f2;
}

.transitions-features .__title {
    max-width: 800px;
    margin: 0 auto 60px;
}

.transitions-features-hr {
    width: 100vw;
    height: 5px;
    margin: 0 calc(50% - 50vw);
    background:#fff;
    border: none;
}

.transitions-features-01,
.transitions-features-02 {
    max-width: 800px;
    margin: 60px auto;
}

.transitions-features-style {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.transitions-features-style .__block {
    aspect-ratio: 1 / 1;
    width: 50%;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}

.transitions-features-style .__block h3 {
    display: inline-block;
    margin: -30px -30px 20px;
    padding: 5px 30px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
}

.transitions-features-style>span {
    font-size: 60px;
    font-size: 6.0rem;
    font-weight: 700;
    color: #9f9f9f;
}

.transitions-features-03 {
    margin: 60px auto;
}

.prod-lens-allseason-table .season {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 800px;
    margin: auto;
    li {
        position: relative;
        width: 25%;
        margin-bottom: 40px;
        font-size: 14px;
    }
    img {
        display: block;
    }
    figcaption {
        position: relative;
        width: 100px;
        height: 50px;
        margin: -0.6em auto 0;
        padding: 0 10px;
        background: #fff;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-left: 1px solid #000;
        border-radius: 50% / 100% 100% 0 0;
        text-align: center;
        font-weight: bold;
    }
    p {
        height: 6em;
        margin-top: 0.5em;
        padding: 15px;
        line-height: 1.4;
    }
    .uv {
        display: block;
        margin-top: 15px;
    }
    .box {
        padding: 15px;
        text-align: center;
    }
    @media screen and (max-width:768px) {
        li {
            width: 50%;
            display: flex;
            flex-direction: column;
        }
        li:nth-child(-n+2) p {
                height: 4.5em;
            }
        p {
            padding: 0 15px;
        }
        .uv {
            margin-top: 5px;
        }
        .box {
            margin-top: auto;
            padding: 5px 15px;
        }
    }
}


.prod-lens-allseason-table .uv_ray {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 800px;
    margin: auto;
    li {
        position: relative;
        width: 25%;
        padding: 15px;
        font-size: 14px;
        text-align: center;
    }
    p {
        margin-top: 30px;
        line-height: 1;
    }
    @media screen and (max-width:768px) {
        li {
            width: 50%;
        }
    }
}


.transitions-features-uv_dose {
    max-width: 800px;
    margin: 100px auto 0;
}
.transitions-features-uv_dose h2 {
    background: #3E3A39;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
    padding: 6px 0;
    @media screen and (max-width:768px) {
        font-size: 1.8rem;
    }
}

.prod-lens-transitions-lineup-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;;
    justify-content: space-between;
    gap: 15px 0;
}

.prod-lens-transitions-lineup-text .__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
    width: calc(100% / 1);
}

.prod-lens-transitions-lineup-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    gap: 15px;
    max-width: 960px;
    @media screen and (max-width:768px) {
        justify-content: space-between;
        gap: 0;
    }
}

.prod-lens-transitions-lineup-color .__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    @media screen and (max-width:768px) {
        width: 48%;
    }
}

.prod-lens-transitions-lineup-style_box {
    display: inline-block;
    padding: 0 15px 20px;
    border: 2px solid #9f9f9f;
}

.prod-lens-transitions-lineup-style_box .__title {
    position: relative;
    display: inline-block;
    height: 30px;
    margin: 0 0 15px -15px;
    padding: 0 10px;
    background: #9f9f9f;
    color: #fff;
}

.prod-lens-transitions-lineup-style_box .__title::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -30px;
    border-top: 30px solid transparent;
    border-left: 30px solid #9f9f9f;
    transform: rotate(90deg);
}

.prod-lens-transitions-lineup-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    gap: 15px;
    @media screen and (max-width:768px) {
        justify-content: space-between;
        gap: 0;
    }
}

.prod-lens-transitions-lineup-style .__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    @media screen and (max-width:768px) {
        width: 48%;
    }
}

.mod-anchor03 a {
    border-bottom: 20px solid #000;
    color: #000;
}

@media screen and (min-width: 768px) {
    .prod-lens-transitions-lineup-text .__item {
        width: 49%;
    }
}

@media screen and (max-width: 47.938em) {
    .transitions-h2 {
        font-size: 2.6rem;
    }
    .prod-lens-transitions-about {
        gap: 30px;
        margin: 40px auto;
    }
    .prod-lens-transitions-about li {
        width: calc(100% / 1);
    }
    .prod-lens-transitions-about .__txt {
        min-height: 110px;
        padding: 30px 0 0 30px;
        background-size: auto 100px;
    }
    .transitions-about-lineup {
        flex-wrap: wrap;
        margin: 14% auto 0;
    }
    .transitions-about-lineup .__block {
        width: 48%;
        margin-bottom: 4%;
        padding: 30px 1em;
        border: 1px solid #000;
        font-size: 1.3rem;
        h4 {
            font-size: 1.4rem;
        }
    }
    .transitions-about-lineup .__block::before {
        height: 60px;
    }
    .transitions-about-lineup .__block::before,
    .transitions-about-lineup .__block:first-child::after,
    .transitions-about-lineup .__block:not(:only-child)::after,
    .transitions-about-lineup .__block::after {
        content: none;
    }
    .transitions-features-01,
    .transitions-features-02 {
        margin: 40px auto;
    }
    .transitions-features-02 .__block:nth-child(3) {
        flex-flow: column-reverse;
    }
    .transitions-features-style {
        flex-wrap: wrap;
        flex-direction: column;
        .ta_center {
            margin: -0.5em auto;
        }
    }
    .transitions-features-style .__block {
        width: 80%;
    }
}

.new {
    display: inline-block;
    margin-right: 0.5em;
    padding: 0 0.6em;
    background:linear-gradient(to right, #f9be61, #ec8a8e 40%, #4abeee);
    color: #fff;
}

@media screen and (max-width: 767px) {
    .transitions-lineup-detail {
        padding-top: 10%;
        border-top: 1px solid #000;
    }
}

.table_wrap {
  max-width: 1140px;
  margin: 60px auto 0;
}
.table_wrap .t_title {
  width: 100%;
  max-width: 737px;
  display: block;
  margin: 0 20px 0.5em auto;
}
@media screen and (max-width: 767px) {
  .table_wrap .t_title {
    width: 92%;
    margin: 0 auto 0.5em;
  }
}
.table_wrap .inr {
  display: flex;
  padding: 0 20px;
}
.table_wrap .table_box1 {
  width: 203px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .table_wrap .table_box1 {
    width: 125.6px;
  }
}
.table_wrap .table_box2 {
  overflow-x: auto;
}
.table_wrap .table_ph2 {
  width: 897px;
  max-width: none;
  display: block;
}
@media screen and (max-width: 767px) {
  .table_wrap .table_ph2 {
    width: 717.6px;
  }
}
.table_wrap .table_note {
  width: min(92%, 1100px);
  margin: 20px auto 0;
  padding: 1em 2em 1em 3em;
  border: 1px solid #231815;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #231815;
  list-style-type: disc;
}

.under_note {
    width: min(92%, 1100px);
    margin: 20px auto 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    color: #231815;
}
