@charset "UTF-8";
/* ============================================================
＠＠ %update / 2026.06.23
=======*/

#Main {
  max-width: 1600px;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  #Main .pc-only {
    display: block;
  }

  #Main .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #Main .pc-only {
    display: none;
  }

  #Main .sp-only {
    display: block;
  }
}

section {
  color: #000000;
  font-size: 1rem;
  font-family: 'Noto Sans Jp', sans-serif;
  line-height: 1.5;
}

section,
section * {
  box-sizing: border-box;
}

section .secInner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 50px;
  letter-spacing: 0.05em;
}

section .secInner > *:first-child {
  margin-top: 0!important;
}

section .secInner > *:last-child {
  margin-bottom: 0!important;
}

section h2:has(img) {
  margin-bottom: 48px;
}

section img {
  width: 100%;
}

section mark {
  background: linear-gradient(to bottom, transparent 70%, #efea44 70%);
}

section .strong {
  font-size: 1.5rem;
  font-weight: bold;
}

section .secInner > p {
  margin-top: 24px;
}

section .cards {
  display: flex;
  gap: 32px;
}

section .cards .card {
  width: calc((100% - 32px * 3) / 4);
}

section .card {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  box-shadow: 8px 0 16px #00000029;
}

section .card .cardImage {
  width: 100%;
  max-width: 248px;
  aspect-ratio: 248 / 152;
  margin-inline: auto;
  position: relative;
}

section .card .cardImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section .card .cardText {
  font-size: 0.875rem;
}

section .card .cardBtn {
  margin-top: auto;
}

section .card .cardBtn > a {
  color: #000000;
  background-color: #efea44;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 16px 20px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

section .card .cardBtn > a[target="_blank"]::after {
  background: url(/product/sun_glass/img/icon_external.png) no-repeat center center;
  background-size: 100% auto;
  content: "";
  width: 16px;
  height: 16px;
  position: relative;
}

section .secHalf {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

section .secHalf::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  content: "";
  width: 50%;
  z-index: -1;
}

section .secHalf .card .cardBtn {
  align-self: flex-end;
  width: fit-content;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  section .cards {
    flex-wrap: wrap;
  }

  section .cards .card {
    width: calc((100% - 32px) / 2);
  }
}

@media screen and (min-width: 768px) {
  section .secHalf .card {
    max-width: calc((1280px - 20px) / 2);
    margin-inline: 50px 10px;
    flex: 1;
  }

  section .secHalf .card .cardImage {
    max-width: 260px;
    aspect-ratio: 260 / 152;
  }
}

@media screen and (max-width: 767px) {
  section {
    font-size: 0.875rem;
  }

  section .secInner {
    padding: 0 20px;
  }

  section h2:has(img) {
    margin-bottom: 40px;
  }

  section .strong {
    font-size: 1.25rem;
  }

  section .cards {
    flex-direction: column;
    gap: 20px;
  }

  section .cards .card {
    width: 100%;
  }

  section .card {
    gap: 20px;
    padding: 20px;
  }

  section .card .cardImage {
    width: auto;
    max-width: none;
    height: calc(240 / 790 * 100vw);
    max-height: 240px;
  }

  section .card .cardText {
    font-size: 0.8125rem;
  }

  section .card .cardBtn {
    width: max-content;
    margin-left: auto;
  }

  section .card .cardBtn > a {
    gap: 4px;
    padding: 16px 17px;
    font-size: 0.875rem;
  }

  section .card .cardBtn > a[target="_blank"] {
    padding-inline: 10px;
  }

  section .card .cardBtn > a[target="_blank"]::after {
    width: 13px;
    height: 13px;
  }

  section .secHalf {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  section .secHalf .card {
    max-width: 100%;
    margin-inline: 20px;
  }
}

#mainVisual {
  height: 950px;
  padding-bottom: 76px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 32px;
}

#mainVisual::before {
  background-color: #efea44;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 960px;
  transform: skewY(-30deg);
  transform-origin: 100% top;
  z-index: -1;
}

#mainVisual::after {
  background: url(/product/sun_glass/img/bg_mainvisual_pc.png) no-repeat top center;
/*  background-size: 100% auto;*/
  background-size: 1600px auto;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 950px;
  z-index: -1;
}

#mainVisual .mainvisualHead {
  color: #ffffff;
  background-color: #000000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(50% - 75px);
  min-width: 630px;
  height: 123px;
  margin-inline: auto 0;
  padding-inline: 35px 0;
  text-align: left;
  position: relative;
}

#mainVisual .mainvisualHead::before {
  background-color: #000000;
  content: "";
  position: absolute;
  left: -45px;
  width: 45px;
  height: 100%;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

#mainVisual .mainvisualHead #pageTtl {
  font-size: 4.375rem;
  font-weight: bold;
}

#mainVisual .mainvisualHead #pageTtl > strong {
  font-size: 5rem;
}

#mainVisual .mainvisualHead #pageTtl > .pink {
  color: #ff4885;
  font-style: italic;
  margin-right: .12em;
}

#mainVisual .mainvisualHead #pageTtl > .blue {
  color: #47d8ff;
  font-style: italic;
  margin-right: .12em;
}

#mainVisual .mainvisualBody {
  width: 100%;
  max-width: 1380px;
  padding: 0 50px;
  margin-inline: auto;
  text-align: right;
}

#mainVisual .mainvisualBody > * {
  margin-top: 24px;
}

#mainVisual .mainvisualBody > *:first-child {
  margin-top: 0!important;
}

#mainVisual .mainCopy {
  font-size: 2.875rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  #mainVisual {
    height: auto;
    padding-bottom: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 32px;
  }

  #mainVisual::before {
    height: calc(4460 / 780 * 100vw);
    height: 2230px;
  }

  #mainVisual::after {
    background-image: url(/product/sun_glass/img/bg_mainvisual_sp.png);
    background-size: 100% auto;
    min-height: 0;
    aspect-ratio: 780 / 781;
  }

  #mainVisual .mainvisualHead {
    width: calc((590 + 24) / 780 * 100vw);
    min-width: 0;
    height: calc(124 / 780 * 100vw);
    margin-top: calc(610 / 780 * 100vw);
    padding-inline: calc(16 / 780 * 100vw) 0;
  }

  #mainVisual .mainvisualHead::before {
    background-color: #000000;
    content: "";
    position: absolute;
    left: calc(-48 / 780 * 100vw);
    width: calc(48 / 780 * 100vw);
  }

  #mainVisual .mainvisualHead #pageTtl {
    font-size: calc(70 / 780 * 100vw);
  }

  #mainVisual .mainvisualHead #pageTtl > strong {
    font-size: calc(80 / 780 * 100vw);
  }

  #mainVisual .mainvisualBody {
    padding: 0 20px;
    font-size: 0.875rem;
    text-align: left;
  }

  #mainVisual .mainvisualBody > * {
    margin-top: 24px;
  }

  #mainVisual .mainCopy {
    font-size: calc(46 / 780 * 100vw);
    text-align: right;
    margin-bottom: 48px;
  }
}

#mainVisual mark,
#brand mark {
  background: linear-gradient(to bottom, transparent 70%, #ffffff 70%);
}

#brand {
  padding-block: 70px 65px;
  position: relative;
}

#brand h2 {
  margin-top: 64px;
}

#photochromic {
  padding-block: 65px 55px;
  position: relative;
}

#polarized {
  padding-block: 55px 90px;
  position: relative;
}

#polarized::after {
  background-color: #d9eef1;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 960px;
  transform: skewY(-30deg);
  transform-origin: calc(50% - (1600px / 2)) bottom;
  z-index: -2;
}

#shop {
  color: #ffffff;
  background: url(/product/sun_glass/img/bg_shop_pc.png) no-repeat center center;
  background-size: cover;
  padding-block: 120px;
  font-size: 1.25rem;
  text-align: center;
}

#shop .shopDesc {
  font-size: 0.875rem;
}

#shop .button {
  width: 310px;
  margin: 32px auto;
}

#shop .button > a {
  color: #ffffff;
  background-color: #03913d;
  width: 100%;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #photochromic > *:nth-child(2 of .secInner),
  #polarized > *:nth-child(2 of .secInner) {
      text-align: right;
  }

  #photochromic > *:nth-child(1 of .secHalf) {
    justify-content: flex-end;
    align-items: flex-end;
  }

  #photochromic > *:nth-child(2 of .secHalf) {
    flex-direction: row-reverse;
    align-items: flex-start;
  }

  #photochromic > *:nth-child(1 of .secHalf)::after {
    background-image: url(/product/sun_glass/img/bg_photochromic01_pc.png);
    aspect-ratio: 720 / 663;
  }

  #photochromic > *:nth-child(2 of .secHalf)::after {
    background-image: url(/product/sun_glass/img/bg_photochromic02_pc.png);
    aspect-ratio: 720 / 623;
  }

  #photochromic > *:nth-child(2 of .secHalf) .card {
    margin-inline: 10px 50px;
  }

  #polarized .secHalf {
    justify-content: flex-end;
    align-items: flex-end;
  }

  #polarized .secHalf::after {
    background: url(/product/sun_glass/img/bg_polarized_pc.png) no-repeat center center;
    background-size: 100% auto;
    content: "";
    width: 50%;
    aspect-ratio: 720 / 890;
  }
}

@media screen and (max-width: 767px) {
  #brand {
    padding-block: 40px 0;
  }

  #photochromic {
    padding-block: calc(254 / 780 * 100vw) 0;
    margin-top: calc(-40 / 780 * 100vw);
  }

  #photochromic::before {
    background: url(/product/sun_glass/img/bg_photochromic_sp.png) no-repeat center bottom;
    background-size: 100% auto;
    content: "";
    width: calc(362 / 780 * 100vw);
    aspect-ratio: 362 / 516;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }

  #photochromic > *:nth-child(1 of .secHalf) {
    margin-top: 24px;
  }

  #photochromic > *:nth-child(1 of .secHalf)::after {
    background-image: url(/product/sun_glass/img/bg_photochromic01_sp.png);
    width: 100%;
    aspect-ratio: 780 / 306;
    margin-top: calc(48 / 780 * 100vw);
  }

  #photochromic > *:nth-child(2 of .secHalf)::after {
    background-image: url(/product/sun_glass/img/bg_photochromic02_sp.png);
    width: 100%;
    aspect-ratio: 780 / 511;
    margin-top: calc(-84 / 780 * 100vw);
    z-index: -1;
  }

  #polarized {
    padding-block: calc(320 / 780 * 100vw) calc(494 / 780 * 100vw);
    margin-top: calc(-66 / 780 * 100vw);
  }

  #polarized::before {
    background: url(/product/sun_glass/img/bg_polarized02_sp.png) no-repeat center bottom;
    background-size: 100% auto;
    content: "";
    width: 100%;
    aspect-ratio: 780 / 494;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  #polarized::after {
    background-color: #d9eef1;
    content: "";
    position: absolute;
    left: 0;
    bottom: auto;
    top: 0;
    width: 100%;
    height: calc(1180 / 780 * 100vw);
    transform: skewY(-30deg);
    transform-origin: right top;
    z-index: -2;
  }

  #polarized h2::after {
    background: url(/product/sun_glass/img/bg_polarized01_sp.png) no-repeat center bottom;
    background-size: 100% auto;
    content: "";
    width: calc(402 / 780 * 100vw);
    aspect-ratio: 402 / 512;
    position: absolute;
    top: calc(66 / 780 * 100vw);
    right: 0;
    z-index: -1;
  }

  #polarized .secHalf {
    margin-top: 24px;
  }

  #shop {
    background-image: url(/product/sun_glass/img/bg_shop_sp.png);
    padding-block: 48px;
    font-size: 0.875rem;
  }

  #shop .shopDesc {
    font-size: 0.6875rem;
  }

  #shop .button {
    width: max-content;
    margin: 24px auto;
  }

  #shop .button > a {
    height: 46px;
    padding-inline: 20px;
    font-size: 0.875rem;
  }
}
