@charset "UTF-8";
/**
 * 基本カラー定義
 */
/**
 * body設定
 */
/**
 * リンク設定
 */
/**
 * 基本フォント設定
 */
/**
 * サイズ系定義
 */
/**
 * ブレークポイント
 */
/**
 * アニメーション用
 */
/**
 * mixins and functions
 *
 * 全プロジェクト共通使用（読み込み専用）
 * 調整する際はこのファイルを編集しないで各プロジェクト用のファイルに追記する事。
 *
 * @version 2.0
 */
/**
 * ブレークポイント
 */
/**
 * Retina
 */
/**
 * クリアフィックス
 */
/**
 * placeholder
 */
/**
 * 汎用パーツ:marker
 */
/**
 * 汎用パーツ:button
 */
/**
 * 汎用パーツ:点線上
 * TODO:サイズ可変にする
 */
/**
 * 汎用パーツ:点線下
 * TODO:サイズ可変にする
 */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/**
 * ベース設定
 *
 * 全プロジェクト共通使用（読み込み専用）
 * 調整する際はこのファイルを編集しないで各プロジェクト用のファイルに追記する事。
 *
 * @version 2.0
 */
*, :after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0;
}

a {
  color: #000;
  text-decoration: underline;
}
a img:hover {
  opacity: 0.75;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

ul {
  list-style: none;
}

#footer {
  padding: 50px 70px 0 70px;
  background-color: #000;
}

.footer-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #25425A;
}

.footer-area a {
  color: #B1B1B1;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-area a:hover {
  color: #B25938;
}

.footer-area ul,
.footer-area dl {
  width: 25%;
  line-height: 2;
}

.footer-area ul li::before {
  content: "-";
  padding: 0 10px;
}

.footer-area dt {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 10px 0;
}

small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 50px 0;
}

@media screen and (max-width: 1090px) {
  #footer {
    padding: 250px 30px 0 30px;
  }

  .footer-area ul {
    width: 30%;
  }

  .footer-area dl {
    border-top: 1px solid #333;
    width: 100%;
    padding: 50px 0 0 0;
    margin: 50px 0 0 0;
    text-align: center;
    line-height: 2.5;
  }
}
@media screen and (max-width: 810px) {
  #footer {
    padding: 200px 30px 0 30px;
  }

  .footer-area ul {
    width: 47%;
    margin: 0 0 50px 0;
  }

  .footer-area dl {
    border: none;
    width: 47%;
    padding: 0;
    margin: 0 0 50px 0;
    text-align: left;
    line-height: 2;
  }
}
@media screen and (max-width: 545px) {
  #footer {
    padding: 150px 30px 0 30px;
  }

  .footer-area ul,
.footer-area dl {
    border-top: 1px solid #25425A;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 30px 0 0 0;
    line-height: 2.5;
  }

  .footer-area dl {
    text-align: center;
  }
}
/*==================================================
/* ページの指定の高さを超えたら下から出現*/
/*===================================*/
/*リンクの形状*/
#page-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #25425A;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #570000;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
.about__read, .lens__read, .why__read, .compare__read {
  line-height: 2;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

body {
  position: relative;
}

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

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.header {
  width: 100%;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .header__inner {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 0 0 20px;
    height: 50px;
  }
}
@media screen and (min-width: 769px) {
  .header__logo {
    width: 192px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 100px;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .header__menu {
    width: 400px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu {
    width: 60%;
    height: 50px;
  }
}
@media screen and (min-width: 769px) {
  .header__item {
    width: 200px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .header__item {
    width: 50%;
    height: 50px;
  }
}
.header__favorite, .header__cart {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #135598;
}
@media screen and (min-width: 769px) {
  .header__favorite, .header__cart {
    width: 200px;
    height: 70px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .header__favorite, .header__cart {
    width: 100%;
    height: 50px;
    font-size: 1.1rem;
  }
}
.header__favorite:before, .header__cart:before {
  display: block;
  content: "";
  background: url(../../../images/apparel/talex_function_casting/background/header__favorite.png) 0% 50%/100% no-repeat;
}
@media screen and (min-width: 769px) {
  .header__favorite:before, .header__cart:before {
    width: 22px;
    height: 22px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 768px) {
  .header__favorite:before, .header__cart:before {
    width: 15px;
    height: 15px;
    margin: 0 5px;
  }
}
.header__cart {
  background-color: #014181;
}
.header__cart:before {
  background-image: url(../../../images/apparel/talex_function_casting/background/header__cart.png);
}

.section {
  width: 100%;
  overflow-x: hidden;
}

.firstview__inner {
  width: 100%;
}
.firstview__list .slick-dots {
  text-align: right;
  display: inline-block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .firstview__list .slick-dots {
    bottom: 14px;
    right: 19px;
  }
}
@media screen and (max-width: 768px) {
  .firstview__list .slick-dots {
    bottom: 0px;
    right: 0px;
  }
}
.firstview__list .slick-dots li {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .firstview__list .slick-dots li {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .firstview__list .slick-dots li {
    width: 20px;
  }
}
.firstview__list .slick-dots button:before {
  border-radius: 10px;
  content: "";
  background-color: #808080;
}
@media screen and (min-width: 769px) {
  .firstview__list .slick-dots button:before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .firstview__list .slick-dots button:before {
    width: 6px;
    height: 6px;
  }
}
.firstview__list .slick-active button:before {
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .compare {
    padding: 70px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .compare {
    padding: 30px 0 120px;
  }
}
.compare__inner {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #E9ECEF;
}
.compare__title {
  max-width: 509px;
  margin: 50px auto 22px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .compare__title-img {
    height: 50px;
  }
}
.compare__read {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .compare__read {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .compare__read {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.compare__photo .twentytwenty-before-label:before {
  left: 0;
}
.compare__photo .twentytwenty-after-label:before {
  right: 0;
}
.compare__img {
  width: 100%;
  max-width: none;
}
.compare__text {
  color: #000;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .compare__text {
    padding: 0 0 50px;
    line-height: 2;
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .compare__text {
    padding: 20px 5%;
    line-height: 1.8571428571;
    font-size: 1.4rem;
    text-align: left;
  }
}

.why {
  background-color: #014181;
  position: relative;
}
@media screen and (min-width: 769px) {
  .why {
    padding: 210px 0;
  }
}
@media screen and (max-width: 768px) {
  .why {
    padding: 30px 0 70.1388888889%;
  }
}
.why:before {
  display: block;
  content: "";
  background: url(../../../images/apparel/talex_function_casting/background/why.jpg) 0% 50%/100% no-repeat;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .why:before {
    width: 50%;
    max-width: 720px;
    height: 480px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .why:before {
    width: 100%;
    padding-top: 66.6666666667%;
    bottom: 0;
    left: 0;
  }
}
.why__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.why__title {
  width: 393px;
  margin-right: 60%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .why__title-img {
    height: 40px;
  }
}
.why__read {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .why__read {
    margin-right: 60%;
  }
}
@media screen and (max-width: 768px) {
  .why__read {
    width: 90%;
    margin: 0 auto;
  }
}

.product {
  background: url(../../../images/apparel/talex_function_casting/background/product.jpg) 0 0/100% no-repeat;
}
@media screen and (min-width: 769px) {
  .product {
    padding: 16.1805555556% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .product {
    padding: 13.8888888889% 0 0;
  }
}
.product__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.product__title {
  text-align: right;
  margin-bottom: 73px;
}
@media screen and (max-width: 768px) {
  .product__title {
    margin-right: 30px;
  }
}
@media screen and (min-width: 769px) {
  .product__title-img {
    width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .product__title-img {
    height: 30px;
  }
}
.product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .product__list {
    width: 90%;
    margin: 0 auto;
  }
}
.product__list:before {
  height: 0;
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 769px) {
  .product__list:before {
    width: 22.2222222222%;
  }
}
@media screen and (max-width: 768px) {
  .product__list:before {
    width: 48%;
  }
}
.product__list:after {
  height: 0;
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .product__list:after {
    width: 22.2222222222%;
  }
}
@media screen and (max-width: 768px) {
  .product__list:after {
    width: 48%;
  }
}
.product__item {
  margin-bottom: 60px;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .product__item {
    width: 22.2222222222%;
  }
}
@media screen and (max-width: 768px) {
  .product__item {
    width: 48%;
  }
}
.product__info {
  background-color: #fff;
}
.product__photo, .product__photo--new {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.product__photo--new {
  position: relative;
}
.product__photo--new:before {
  display: block;
  content: "";
  background: url(../../../images/apparel/talex_function_casting/background/new.png) 0 0/cover no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .product__photo--new:before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .product__photo--new:before {
    width: 60px;
    height: 60px;
  }
}
.product__copy {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .product__copy {
    line-height: 2.1428571429;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .product__copy {
    width: 100%;
    line-height: 1.8571428571;
    font-size: 1.4rem;
  }
}

.lens {
  background-color: #F7F7F7;
  background-image: url(../../../images/apparel/talex_function_casting/background/lens_01.png), url(../../../images/apparel/talex_function_casting/background/lens_02.png);
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (min-width: 769px) {
  .lens {
    padding: 120px 0;
    background-size: 885px 458px, 885px 458px;
  }
}
@media screen and (max-width: 768px) {
  .lens {
    padding: 30px 0;
    background-size: 50%, 50%;
  }
}
.lens__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.lens__title {
  width: 322px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lens__title-img {
    height: 30px;
  }
}
.lens__read {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .lens__read {
    margin-bottom: 63px;
  }
}
@media screen and (max-width: 768px) {
  .lens__read {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.lens__sub-title {
  color: #014181;
  letter-spacing: 0.06em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .lens__sub-title {
    line-height: 1.3333333333;
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .lens__sub-title {
    line-height: 1.5;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.lens__sub-title:before {
  display: inline-block;
  content: "";
  background-color: #014181;
}
@media screen and (min-width: 769px) {
  .lens__sub-title:before {
    width: 30px;
    height: 4px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lens__sub-title:before {
    width: 25px;
    height: 2px;
    margin-right: 15px;
  }
}
.lens__sub-title:after {
  display: inline-block;
  content: "";
  background-color: #014181;
}
@media screen and (min-width: 769px) {
  .lens__sub-title:after {
    width: 30px;
    height: 4px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lens__sub-title:after {
    width: 25px;
    height: 2px;
    margin-left: 15px;
  }
}

.lens-map {
  max-width: 1080px;
  margin-bottom: 83px;
}
.lens-map__list {
  padding-top: 40.1851851852%;
  background: url(../../../images/apparel/talex_function_casting/background/lens-map__list.png) 0 0/cover no-repeat;
  position: relative;
}
.lens-map__eg, .lens-map__ap, .lens-map__lo, .lens-map__tvs, .lens-map__tv {
  width: 7.7777777778%;
  height: 19.3548387097%;
  cursor: pointer;
  position: absolute;
  top: 60.599078341%;
  left: 33.1481481481%;
}
.lens-map__eg:hover, .lens-map__ap:hover, .lens-map__lo:hover, .lens-map__tvs:hover, .lens-map__tv:hover {
  opacity: 0.8;
}
.lens-map__tv {
  top: 39.6313364055%;
  left: 8.2407407407%;
}
.lens-map__tvs {
  top: 40.7834101382%;
  left: 55.3703703704%;
}
.lens-map__lo {
  top: 56.4516129032%;
  left: 71.7592592593%;
}
.lens-map__ap {
  top: 21.4285714286%;
  left: 76.4814814815%;
}

.modal {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal.on {
  opacity: 1;
  z-index: 10;
}
.modal__bg {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
}
.modal__inner {
  margin: 0 auto;
  opacity: 1;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  .modal__inner {
    width: 74.0740740741%;
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .modal__inner {
    width: 90%;
  }
}
.modal__close {
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 1;
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: #000;
  position: absolute;
  top: -40px;
  right: 0px;
}
.modal__close:hover {
  opacity: 0.8;
}
.modal__body {
  min-height: 390px;
  max-height: 500px;
  overflow-y: auto;
  scrollbar-color: #777777 #DBDBDB;
}
@media screen and (min-width: 769px) {
  .modal__body {
    padding: 60px 45px 50px 40px;
  }
}
@media screen and (max-width: 768px) {
  .modal__body {
    padding: 30px 20px;
  }
}

.lens-type {
  max-width: 1080px;
  margin: 0 auto 67px;
  position: relative;
}
.lens-type__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lens-type__list {
    width: 90%;
    margin: 0 auto;
  }
}
.lens-type__item {
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .lens-type__item {
    width: 49.0740740741%;
  }
}
@media screen and (max-width: 768px) {
  .lens-type__item {
    width: 48%;
  }
}
.lens-type__img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lens-type__img:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.about {
  background-color: #014181;
  position: relative;
}
@media screen and (min-width: 769px) {
  .about {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 30px 0 0;
  }
}
.about:before {
  display: block;
  content: "";
  position: absolute;
}
@media screen and (min-width: 769px) {
  .about:before {
    width: 50%;
    max-width: 720px;
    height: 507px;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .about:before {
    width: 100%;
    padding-top: 70.4166666667%;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .about__title {
    width: 300px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  .about__title {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about__title-img {
    height: 60px;
  }
}
.about__inner {
  background-image: url(../../../images/apparel/talex_function_casting/background/about.jpg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .about__inner {
    max-width: 1080px;
    min-height: 336px;
    margin: 0 auto;
    background-position: 0% 50%;
    background-size: 50%;
  }
}
@media screen and (max-width: 768px) {
  .about__inner {
    padding-bottom: 65%;
    background-position: 0 100%;
    background-size: 100%;
  }
}
.about__read {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .about__read {
    margin-left: 55%;
  }
}
@media screen and (max-width: 768px) {
  .about__read {
    width: 90%;
    margin: 0 auto;
  }
}

.tester {
  background: #E9ECEF url(../../../images/apparel/talex_function_casting/background/tester.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 769px) {
  .tester {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .tester {
    padding: 12.9861111111% 0 30px;
  }
}
.tester__inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tester__list {
    width: 90%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 769px) {
  .tester__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 118px;
  }
}
@media screen and (min-width: 769px) {
  .tester__photo {
    width: 55.5555555556%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.tester__dl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .tester__dl {
    width: 55.5555555556%;
    padding: 50px 62px;
    -webkit-transform: translate(120px, 60px);
            transform: translate(120px, 60px);
  }
}
@media screen and (max-width: 768px) {
  .tester__dl {
    padding: 20px;
  }
}
.tester__dt {
  padding-top: 28px;
  color: #014181;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .tester__dt {
    line-height: 1.3333333333;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .tester__dt {
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
.tester__dt:before {
  width: 108px;
  height: 19px;
  display: block;
  content: "";
  background: url(../../../images/apparel/talex_function_casting/background/tester__dt.png) 0 0/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .tester__dt:after {
    width: 50px;
    height: 1px;
    display: block;
    content: "";
    margin-bottom: 22px;
    background-color: #000;
    position: absolute;
    top: 48px;
    left: -62px;
  }
}
.tester__dd {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .tester__dd {
    line-height: 2.5;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .tester__dd {
    line-height: 2.1428571429;
    font-size: 1.4rem;
  }
}
.tester__list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .tester__list02 {
    max-width: 1080px;
  }
}
.tester__list02-item {
  width: 320px;
}
@media screen and (min-width: 769px) {
  .tester__list02-item:nth-child(2n) {
    margin-top: 54px;
  }
}

.pagetop {
  width: 50px;
  height: 50px;
  display: block;
  background-color: #181818;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 37px;
  right: 34px;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagetop:before {
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  display: block;
  content: "";
  margin: -3px 0 0 -5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pagetop.on {
  opacity: 1;
  visibility: visible;
}

.color-detail__head {
  margin-bottom: 20px;
}
.color-detail__head:after {
  content: "";
  display: block;
  clear: both;
}
.color-detail__lens {
  float: left;
}
@media screen and (min-width: 769px) {
  .color-detail__lens {
    width: 84px;
    margin-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .color-detail__lens {
    width: 42px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .color-detail__title {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .color-detail__title {
    padding-top: 3px;
  }
}
.color-detail__title-img {
  display: block;
}
@media screen and (min-width: 769px) {
  .color-detail__title-img {
    height: 38px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .color-detail__title-img {
    height: 13px;
    margin-bottom: 3px;
  }
}
.color-detail__body {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .color-detail__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.color-detail__text {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .color-detail__text {
    width: 51.4285714286%;
    line-height: 1.7142857143;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .color-detail__text {
    width: 100%;
    line-height: 1.6666666667;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.color-detail__variation {
  background-color: #F7F7F7;
}
@media screen and (min-width: 769px) {
  .color-detail__variation {
    width: 44.2857142857%;
    padding: 15px 25px;
  }
}
@media screen and (max-width: 768px) {
  .color-detail__variation {
    width: 100%;
    padding: 10px;
  }
}
.color-detail__variation-item {
  padding-left: 16px;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 769px) {
  .color-detail__variation-item {
    line-height: 2;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .color-detail__variation-item {
    line-height: 2.1538461538;
    font-size: 1.3rem;
  }
}
.color-detail__variation-item:before {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  display: block;
  content: "";
  background-color: #000;
  position: absolute;
  top: 12px;
  left: 0;
}
.color-detail__sub-title {
  margin-bottom: 21px;
}
@media screen and (min-width: 769px) {
  .color-detail__sub-title {
    padding-left: 20px;
    border-left: 10px solid #000;
    line-height: 2;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .color-detail__sub-title {
    padding-left: 14px;
    border-left: 4px solid #000;
    line-height: 1.8888888889;
    font-size: 1.8rem;
  }
}
.color-detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
.color-detail__list:after {
  display: block;
  content: "";
}
@media screen and (min-width: 769px) {
  .color-detail__list:after {
    width: 31.4285714286%;
  }
}
@media screen and (max-width: 768px) {
  .color-detail__list:after {
    width: 48%;
  }
}
.color-detail__item {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .color-detail__item {
    width: 31.4285714286%;
  }
}
@media screen and (max-width: 768px) {
  .color-detail__item {
    width: 48%;
  }
}

@media screen and (min-width: 769px) {
  .lens-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .lens-detail__summary {
    width: 43.4722222222%;
  }
}
.lens-detail__title {
  margin-bottom: 13px;
}
.lens-detail__title-img {
  display: block;
  line-height: 2;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .lens-detail__title-img {
    height: 34px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lens-detail__title-img {
    height: 25px;
    margin-bottom: 15px;
  }
}
.lens-detail__img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lens-detail__img {
    margin-bottom: 20px;
  }
}
.lens-detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .lens-detail__list {
    width: 52.0833333333%;
  }
}
.lens-detail__item {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .lens-detail__item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .lens-detail__item {
    width: 48%;
  }
}