.products_frame .nav-frame a::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #EB922C;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 6px;
}

.products_sunglass .nav-sunglass a::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #EB922C;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 6px;
}

.products_lens .nav-lens a::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #EB922C;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 6px;
}

.products_goggles .nav-goggles a::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #EB922C;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 6px;
}

.products_contactlens .nav-contactlens a::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #EB922C;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 6px;
}

.products_hearingaid .nav-hearingaid a::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #EB922C;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 6px;
}

main .brandBanner {
  max-width: 1200px;
  min-height: 300px;
  margin: 0 auto 40px;
  background-color: #F9F7F3;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  main .brandBanner {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
main .brandBanner > div {
  width: 34%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  main .brandBanner > div {
    width: 100%;
  }
}
main .brandBanner > div p.logo {
  border-bottom: 1px solid #ddd;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
main .brandBanner > div p.logo img {
  mix-blend-mode: darken;
  width: auto;
  height: 60px;
  object-fit: contain;
}
@media screen and (max-width: 668px) {
  main .brandBanner > div p.logo img {
    height: 40px;
  }
}
main .brandBanner > div p.en {
  font-size: 2rem;
}
@media screen and (max-width: 668px) {
  main .brandBanner > div p.en {
    font-size: 1.4rem;
  }
}
main .brandBanner > div p.jp {
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 10px;
}
@media screen and (max-width: 668px) {
  main .brandBanner > div p.jp {
    margin-bottom: 5px;
    font-size: 1.1rem;
  }
}
main .brandBanner > div p.comment {
  font-size: 1.4rem;
}
@media screen and (max-width: 668px) {
  main .brandBanner > div p.comment {
    font-size: 1.1rem;
  }
}
main .brandBanner > p {
  width: 66%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #0E3481;
}
@media screen and (max-width: 960px) {
  main .brandBanner > p {
    width: 100%;
    height: 0;
    padding-top: 35%;
  }
}
main .brandBanner.small > div p.logo {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 960px) {
  main .brandBanner.small > p {
    padding-top: 20%;
  }
}
main #contents .itemList {
  margin-bottom: 60px;
}
main #contents .itemList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  main #contents .itemList ul {
    gap: 12px;
  }
}
main #contents .itemList ul li {
  width: calc(25% - 15px);
}
@media screen and (max-width: 960px) {
  main #contents .itemList ul li {
    width: calc(33.3333333333% - 8px);
  }
}
@media screen and (max-width: 668px) {
  main #contents .itemList ul li {
    width: calc(50% - 6px);
  }
}
main #contents .itemList ul li a {
  border: 1px solid #ddd;
  border-radius: 0 20px;
  padding: 15px 15px 45px;
  display: block;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 668px) {
  main #contents .itemList ul li a {
    padding: 10px 10px 35px;
  }
}
main #contents .itemList ul li a span {
  display: block;
}
main #contents .itemList ul li a span.logo, main #contents .itemList ul li a span.thumb {
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
main #contents .itemList ul li a span.logo img, main #contents .itemList ul li a span.thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
main #contents .itemList ul li a span.logo {
  height: 70px;
}
@media screen and (max-width: 960px) {
  main #contents .itemList ul li a span.logo {
    height: 50px;
  }
}
main #contents .itemList ul li a span.thumb {
  height: 175px;
}
@media screen and (max-width: 960px) {
  main #contents .itemList ul li a span.thumb {
    height: 100px;
  }
}
main #contents .itemList ul li a span.en {
  font-size: 2rem;
}
@media screen and (max-width: 668px) {
  main #contents .itemList ul li a span.en {
    font-size: 1.4rem;
  }
}
main #contents .itemList ul li a span.jp {
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) {
  main #contents .itemList ul li a span.jp {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
}
main #contents .itemList ul li a span.comment {
  font-size: 1.4rem;
}
@media screen and (max-width: 668px) {
  main #contents .itemList ul li a span.comment {
    font-size: 1.1rem;
  }
}
main #contents .itemList ul li a::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/icon_arrow_b.svg) no-repeat center/contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 668px) {
  main #contents .itemList ul li a::after {
    width: 18px;
    height: 18px;
  }
}
main #contents .brandSub {
  background-color: #F9F7F3;
  padding: 30px 0;
}
main #contents .brandSub h4 {
  font-size: 2.6rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  main #contents .brandSub h4 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 668px) {
  main #contents .brandSub h4 {
    font-size: 1.6rem;
  }
}
main #contents .brandSub h4::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 8px;
  vertical-align: middle;
  background-color: #0E3481;
  margin-right: 15px;
}
@media screen and (max-width: 960px) {
  main #contents .brandSub h4::before {
    width: 30px;
    height: 5px;
    margin-right: 7px;
  }
}
main #contents .brandSub ul {
  margin: 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  main #contents .brandSub ul {
    margin: 0 20px;
    gap: 15px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .brandSub ul {
    gap: 10px;
  }
}
main #contents .brandSub ul li {
  width: calc(25% - 15px);
}
@media screen and (max-width: 960px) {
  main #contents .brandSub ul li {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .brandSub ul li {
    width: calc(50% - 5px);
  }
}
main #contents .brandSub ul li a {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px 20px;
  display: block;
}
@media screen and (max-width: 960px) {
  main #contents .brandSub ul li a {
    padding: 10px;
  }
}
main #contents .brandSub ul li a span {
  display: block;
}
main #contents .brandSub ul li a span.logo {
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 960px) {
  main #contents .brandSub ul li a span.logo {
    height: 40px;
  }
}
main #contents .brandSub ul li a span.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
main #contents .brandSub ul li a span.en {
  font-size: 2rem;
}
main #contents .brandSub ul li a span.jp {
  font-size: 1.4rem;
  color: #555;
}
main #contents.categoryPage .othersList {
  margin-bottom: 60px;
}
main #contents.categoryPage .othersList h3 {
  font-size: 3rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 668px) {
  main #contents.categoryPage .othersList h3 {
    font-size: 2rem;
  }
}
main #contents.categoryPage .othersList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 668px) {
  main #contents.categoryPage .othersList ul {
    gap: 20px 15px;
  }
}
main #contents.categoryPage .othersList ul li a {
  display: block;
  text-decoration: underline;
  font-size: 2rem;
}
@media screen and (max-width: 668px) {
  main #contents.categoryPage .othersList ul li a {
    font-size: 1.4rem;
  }
}
main #contents.categoryPage .othersList ul li a::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/icon_arrow_b.svg) no-repeat center/contain;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (max-width: 668px) {
  main #contents.categoryPage .othersList ul li a::before {
    width: 18px;
    height: 18px;
  }
}
main #contents.brandPage {
  padding-bottom: 50px;
}
main #contents.brandPage h3 {
  font-size: 3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  main #contents.brandPage h3 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 668px) {
  main #contents.brandPage h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
main #contents.seriesPage {
  padding-bottom: 50px;
}
main #contents.seriesPage h3 {
  font-size: 3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  main #contents.seriesPage h3 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 668px) {
  main #contents.seriesPage h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
main #contents.itemPage {
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  main #contents.itemPage {
    padding-bottom: 40px;
  }
}
main #contents.itemPage .itemName {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 668px) {
  main #contents.itemPage .itemName {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
}
main #contents.itemPage .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  main #contents.itemPage .item {
    padding-bottom: 40px;
  }
}
main #contents.itemPage .item .photoArea {
  width: 45%;
}
@media screen and (max-width: 668px) {
  main #contents.itemPage .item .photoArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
main #contents.itemPage .item .photoArea .photo {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 668px) {
  main #contents.itemPage .item .photoArea .photo {
    margin-bottom: 10px;
  }
}
main #contents.itemPage .item .photoArea .photo img {
  width: 100%;
  line-height: 100%;
}
main #contents.itemPage .item .photoArea .photo > p.recommend {
  background-color: #EB922C;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(20deg);
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 2;
}
@media screen and (max-width: 668px) {
  main #contents.itemPage .item .photoArea .photo > p.recommend {
    right: -10px;
  }
}
main #contents.itemPage .item .photoArea .photo > p.recommend::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -20px;
  border: 8px solid transparent;
  border-top: 10px solid #EB922C;
  z-index: 0;
  transform: rotate(20deg);
}
@media screen and (max-width: 668px) {
  main #contents.itemPage .item .photoArea .photo > p.recommend {
    width: 70px;
    height: 70px;
  }
}
main #contents.itemPage .item .photoArea .photo > p.recommend span {
  color: #fff;
  display: block;
  font-size: 1.3rem;
  line-height: 120%;
}
main #contents.itemPage .item .photoArea .photo > p.photoMain {
  width: 100%;
  margin-bottom: 15px;
  font-size: 0;
  border: 1px solid #ddd;
  overflow: hidden;
}
@media screen and (max-width: 668px) {
  main #contents.itemPage .item .photoArea .photo > p.photoMain {
    margin-bottom: 9px;
  }
}
main #contents.itemPage .item .photoArea .photo > p.photoMain img {
  width: 100%;
  transition: opacity 0.3s;
  transform: translateY(10%);
}
main #contents.itemPage .item .photoArea .photo > p.photoMain img.is-change {
  opacity: 0;
}
main #contents.itemPage .item .photoArea .photo > ul {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 668px) {
  main #contents.itemPage .item .photoArea .photo > ul {
    gap: 9px;
  }
}
main #contents.itemPage .item .photoArea .photo > ul li {
  width: calc(33.3333333333% - 10px);
  cursor: pointer;
}
@media screen and (max-width: 668px) {
  main #contents.itemPage .item .photoArea .photo > ul li {
    width: calc(33.3333333333% - 6px);
  }
}
main #contents.itemPage .item .photoArea .photo > ul li img {
  border: 1px solid #ddd;
}
main #contents.itemPage .item .photoArea .photo > ul li:hover img, main #contents.itemPage .item .photoArea .photo > ul li.active img {
  border: 2px solid #0E3481;
}
main #contents.itemPage .item .photoArea .btnB {
  text-align: center;
}
main #contents.itemPage .item .photoArea .btnB a {
  display: block;
  width: 250px;
  margin: 0 auto;
  font-size: 1.8rem;
}
main #contents.itemPage .item .photoArea .btnB a span {
  display: inline-block;
  margin-right: 10px;
}
main #contents.itemPage .item .textArea {
  width: calc(55% - 50px);
}
@media screen and (max-width: 960px) {
  main #contents.itemPage .item .textArea {
    width: calc(55% - 30px);
  }
}
@media screen and (max-width: 668px) {
  main #contents.itemPage .item .textArea {
    width: 100%;
  }
}
main #contents.itemPage .item .textArea .comment {
  font-size: 1.6rem;
  padding-top: 20px;
}
@media screen and (max-width: 960px) {
  main #contents.itemPage .item .textArea .comment {
    font-size: 1.4rem;
  }
}
main #contents.itemPage .item .textArea > table {
  width: 100%;
  border-collapse: collapse;
}
main #contents.itemPage .item .textArea > table tr th, main #contents.itemPage .item .textArea > table tr td {
  padding: 20px 10px;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  main #contents.itemPage .item .textArea > table tr th, main #contents.itemPage .item .textArea > table tr td {
    font-size: 1.4rem;
    padding: 10px 5px;
  }
}
main #contents.itemPage .item .textArea > table tr th {
  width: 130px;
}
@media screen and (max-width: 960px) {
  main #contents.itemPage .item .textArea > table tr th {
    width: 100px;
  }
}
main #contents.itemPage .item .textArea > table tr td strong {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  main #contents.itemPage .item .textArea > table tr td strong {
    font-size: 1.8rem;
  }
}
main #contents.itemPage .backBtn {
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  main #contents.itemPage .backBtn {
    padding-bottom: 40px;
  }
}
main #contents.itemPage .backBtn a {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  max-width: 500px;
  margin: 0 auto;
  color: #fff;
  line-height: 120%;
  background-color: #0E3481;
  border-radius: 7px;
  padding: 20px 10px;
  text-align: center;
}

.fancybox-slide--iframe .fancybox-content {
  width: min(640px, 90vw) !important;
  height: min(640px, 90vw) !important;
}
.fancybox-slide--iframe .fancybox-iframe {
  width: 100%;
  height: 100%;
}