:root {
  --main-black-text: #000;
  
  /* Palette from Figma */
  --color-grey-3: #F8F8F8;
  --color-grey-5: #F2F2F2;
  --color-grey-10: #E6E6E6;
  --color-grey-25: #BFBFBF;
  --color-grey-50: #808080;
  --color-main-red: #DA0024;
  --color-text-black: #000000;

  --font-base: TazuganeGothicStdN, sans-serif;
  --font-jins-next: 'jins_next', 'JINS Next', 'Noto Sans Japanese', sans-serif;
  --fs-lg: 18px;
  --fs-md: 16px;
  --sp-md: 20px;
  --sp-sm: 8px;
  --bp-md: 768px;
}

.jins-next-font{
  font-family: var(--font-jins-next);
}

.u-mb0 {
  margin-bottom: 0 !important;
}
.u-pt0 {
  padding-top: 0 !important;
}
.u-pt60 {
  padding-top: 60px !important;
}

@media screen and (max-width: 768px) {
  .sm\:u-pt-sm {
    padding-top: 60px !important;
  }
}

.u-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-pc {
    display: block;
  }
}

.u-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

.l-under_inner {
	box-sizing: border-box;
	max-width: 1048px;
	margin: auto;
	padding: 0 24px;
	/*padding: 0 var(--side-spacing);*/
}

.breadcrumbs__lists {
  padding-left: 0;
}

.p-pageHead__title {
  font-feature-settings: "palt";
  word-break: keep-all;
  letter-spacing: 0.01em;
}

/* Main Visual */
.themepage-mainvisual {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

/* Page Head */
.p-pageHead {
	margin: 90px 0 0;
}
.p-pageHead.m-last {
	margin-bottom: 0;
}
.p-pageHead__title {
  margin-bottom: 30px;
	line-height: 1.45;
	font-size: 31px;
	font-weight: 700;
  text-align: center;
}
.p-pageHead__content {
  max-width: 518px;
	margin: 0 auto;
}
.p-pageHead__content__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-pageHead__lead {
  width: calc(100% - 152px);
  max-width: 366px;
  text-align: left;
}
.p-pageHead__lead p {
  line-height: 1.66;
	font-size: 16.5px;
  font-weight: 400;
}
.p-pageHead__lead .note {
  font-size: 11px;
}
.p-pageHead__image {
  width: 112px;
}
@media screen and (max-width: 768px) {
  .p-pageHead {
    margin: 60px 0 0;
  }
  .p-pageHead__title {
    margin-bottom: 25px;
  }
  .p-pageHead__lead {
    width: calc(100% - 124px);
  }
  .p-pageHead__lead p {
    font-size: 14.4px;
  }
  .p-pageHead__image {
    width: 104px;
    display: flex;
    align-items: center;
  }
}


/* l-section */
.content-sunglasses .l-section {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .content-sunglasses .l-section {
    padding-top: 60px;
  }
}

/* l-section-100types */
.l-section-100types {
  padding: 80px var(--side-spacing) 0;
}
.l-section-100types__inner {
  width: 100%;
  max-width: 1304px;
  margin: 0 auto;
  padding: 60px;
  background: #F7F5F0;
  border-radius: 10px;
}
.l-section-100types__ttl{
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.l-section-100types__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-section-100types__wrap.wrap-col2 {
  max-width: 920px;
  margin-inline: auto;
  gap: 80px;
}
.l-section-100types__wrap.wrap-col3 {
  gap: 40px;
}
.l-section-100types__block {
  position: relative;
  padding-bottom: 40px;
}
.wrap-col2 .l-section-100types__block {
  width: calc((100% - 80px) / 2);
  max-width: 420px;
}
.wrap-col2 .l-section-100types__block br.u-pc {
  display: none;
}

.wrap-col3 .l-section-100types__block {
  width: calc((100% - 80px) / 3);
  max-width: 368px;
}
.l-section-100types__flex {
  display: flex;
  flex-wrap: wrap;
}
.l-section-100types__text {
  width: calc(100% - 130px);
}
.l-section-100types__mttl {
  font-family: var(--font-jins-next);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.l-section-100types__mttl span {
  font-family: var(--font-base);
  font-weight: 700;
}
.l-section-100types__text p {
  font-size: 14.4px;
  font-weight: 400;
  margin-bottom: 20px;
}
.l-section-100types__text .l-section-100types__type {
  display: inline-block;
  font-size: 12.2px;
  line-height: 1.66;
  border: 1px solid #000;
  border-radius: 5px;
  /*padding: 3px 7px;*/
  padding: 3px 7px 2px;
  margin-bottom: 10px;
}
.l-section-100types__img {
  width: 130px;
  padding-top: 40px;
}
.l-section-100types__btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
}
.l-section-100types__btn a {
  font-size: 16.5px;
  /*line-height: 1.66;*/
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 400;
  padding: 4px 0 3px;
  min-width: 100%;
  min-height: 36px;
  text-decoration: none;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e6e6e6;
  transition: 0.3s;
}
.l-section-100types__btn a:hover {
  opacity: 0.5;
}
.l-section-100types__btn a br.u-spex {
  display: none;
}
.l-section-100types__note {
  margin-top: 40px;
  font-size: 14.4px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .l-section-100types__wrap.wrap-col3 {
    max-width: 920px;
    margin-inline: auto;
    gap: 80px;
  }
  .wrap-col3 .l-section-100types__block {
    width: calc((100% - 80px) / 2);
    max-width: 420px;
  }
}
@media screen and (max-width: 960px) {
  .l-section-100types__wrap {
    display: block;
  }
  .l-section-100types__block {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .l-section-100types__block:last-child {
    margin-bottom: 0;
  }
  .wrap-col2 .l-section-100types__block,
  .wrap-col3 .l-section-100types__block {
    width: 100%;
    max-width: none;
  }
  .l-section-100types__flex {
    display: block;
    text-align: center;
  }
  .l-section-100types__text {
    width: 100%;
  }
  .l-section-100types__mttl {
    padding-left: 0;
    text-indent: 0;
  }
  .l-section-100types__img {
    padding-top: 0;
    margin-inline: auto;
    margin-bottom: 30px;
  }
  .l-section-100types__btn {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .l-section-100types {
    padding: 60px 0 0;
  }
  .l-section-100types__inner {
    padding: 40px 24px;
    border-radius: 0;
  }
  .l-section-100types__ttl{
    font-size: 20px;
  }
  .l-section-100types__mttl {
    font-size: 17px;
  }
  .l-section-100types__btn {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 420px) {
  .l-section-100types__btn a {
    padding-inline: 20px;
    text-align: center;
  }
  .l-section-100types__btn a br.u-spex {
    display: block;
  }
}

/* .l-section-recommendlens */
.l-section-recommendlens {}

.l-section-recommendlens__wrap {
  display: flex;
  /*flex-wrap: wrap;*/
  gap: 20px;
}
.recolens_col2 .l-section-recommendlens__bnr {
  width: calc((100% - 20px) / 2);
}
.recolens_col3 .l-section-recommendlens__bnr {
  width: calc((100% - 40px) / 3);
}

.l-section-recommendlens__bnr {
  /*max-width: calc((100% - 20px) / 2);*/

  .bannerLink {
    transition: var(--transition, 0.3s);
  }
  .bannerLink:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .l-section-recommendlens__wrap {
    display: block;
  }
  .recolens_col2 .l-section-recommendlens__bnr,
  .recolens_col3 .l-section-recommendlens__bnr {
    width: 100%;
  }
  .l-section-recommendlens__bnr {
    margin-bottom: 10px;
  }
}


/* l-section--lens_content */
.l-section.l-section--lens_content {
  /*padding-top: 30px;*/
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--lens_content {
    padding-top: 20px;
  }
}
.l-section--lens_content__mttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: var(--main-color);
}
@media screen and (max-width: 768px) {
  .l-section--lens_content__mttl {
    font-size: 17px;
  }
}
.l-section--lens_content .slider-lens-list .lens_list_block {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .l-section--lens_content .slider-lens-list .lens_list_block {
    margin-top: 10px;
  }
}

.l-section--lens_content {
  .slider-lens-list .lens_list_block .lens_list_item__sub_img,
  .lens_list_contents .lens_list_block .lens_list_item__sub_img,
  .lens_list_block .lens_list_item__sub_img {
    bottom: -1px;
  }
}

/* l-section-frametype */
.l-section-frametype {}

.l-section-frametype__mttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.l-section-frametype__wrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.l-section-frametype__block {
  width: calc((100% - 60px) / 4);
}
.l-section-frametype__block a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  text-decoration: none;
  transition: .2s;
}
.l-section-frametype__block a:hover {
  opacity: 0.5;
}
.l-section-frametype__block img {
  width: 100px;
  margin-bottom: 5px;
}
.l-section-frametype__sttl {
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-section-frametype__mttl {
    font-size: 17px;
  }
  .l-section-frametype__wrap {
    gap: 10px;
  }
  .l-section-frametype__block {
    width: calc((100% - 10px) / 2);
  }
  .l-section-frametype__block a {
    padding: 15px;
  }
  .l-section-frametype__block img {
    width: 80px;
  }
  .l-section-frametype__sttl {
    font-size: 15px;
  }
}


/* l-section-staffpost */
.l-section-staffpost {}
@media screen and (max-width: 768px) {
  .title-top-lv2.l-section-staffpost__mttl {
    align-items: end;

    .title-top-lv2__link {
      width: calc(100% - 5.5rem);
    }
  }
}


/* l-section-guide */
.l-section-guide {}

.l-section-guide__wrap {
  display: flex;
  flex-wrap: wrap;
}
.l-section-guide__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 18px 0;
  border-top: 1px solid #e6e6e6;
  transition: 0.3s;
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}
.l-section-guide__item:nth-child(2n) {
  margin-right: 0;
}
.l-section-guide__item:nth-last-child(-n+2) {
  border-bottom: 1px solid #e6e6e6;
}
.l-section-guide__item:hover {
  opacity: 0.7;
}
.l-section-guide__text {
  font-size: 15px;
  line-height: 1.55;
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-section-guide__wrap {
    display: block;
  }
  .l-section-guide__item {
    width: 100%;
    margin-right: 0;
  }
  .l-section-guide__item:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .l-section-guide__item:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
}


/* Banner Slide Section */
.theme-banner-slide {}

.theme-banner-slide__item {
  .bannerLink {
    text-decoration: none;
    transition: var(--transition, 0.3s);
  }
  .bannerLink:hover {
    opacity: 0.7;
  }
}

.theme-banner-slide__img {}

.theme-banner-slide__txt {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.66;
  font-weight: 700;
}


/* Item Slider Section */
.itemSlider-wrapper {}

.itemSlider-btnwrap {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.itemSlider-btn {
  width: fit-content;
}

.itemSlider-btn + .itemSlider-btn {
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .itemSlider-btnwrap {
    display: block;
  }
  .itemSlider-btn + .itemSlider-btn {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .itemSlider-btnwrap {
    margin-top: 30px;
  }
}


/* weekly Section */
.weekly-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
}

.weekly-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  transition: var(--transition, 0.3s);
}
.weekly-card:hover {
  opacity: 0.7;
}

.weekly-card__thumb {
  overflow: hidden;
}

.weekly-card__img {
  transition: transform 0.2s ease;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 45/31;
}

.weekly-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.weekly-card__title {
  font-size: 15px;
  font-weight: 700;
}

.weekly-card__date {
  font-family: var(--font-jins-next);
  font-size: 13px;
  color: var(--Black-50, #808080);
  
}

@media screen and (max-width: 768px) {
  .weekly-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .weekly-card {
    gap: 15px;
  }
}