@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Thin.woff2") format("woff2"), url("../font/NotoSansJP-Thin.woff") format("woff"), url("../font/NotoSansJP-Thin.ttf") format("truetype");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-ExtraLight.woff2") format("woff2"), url("../font/NotoSansJP-ExtraLight.woff") format("woff"), url("../font/NotoSansJP-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Light.woff2") format("woff2"), url("../font/NotoSansJP-Light.woff") format("woff"), url("../font/NotoSansJP-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff"), url("../font/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2"), url("../font/NotoSansJP-Medium.woff") format("woff"), url("../font/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-SemiBold.woff2") format("woff2"), url("../font/NotoSansJP-SemiBold.woff") format("woff"), url("../font/NotoSansJP-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff"), url("../font/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-ExtraBold.woff2") format("woff2"), url("../font/NotoSansJP-ExtraBold.woff") format("woff"), url("../font/NotoSansJP-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Black.woff2") format("woff2"), url("../font/NotoSansJP-Black.woff") format("woff"), url("../font/NotoSansJP-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}
.header {
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  transition: all 0.5s;
  width: 100%;
  z-index: 2000;
}
@media (max-width: 1700px) {
  .header {
    height: 4.1176470588vw;
  }
}
@media (max-width: 828px) {
  .header {
    position: relative;
    height: auto;
  }
}
.header_logo {
  width: 210px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1700px) {
  .header_logo {
    width: 12.3529411765vw;
  }
}
@media (max-width: 828px) {
  .header_logo {
    width: 180px;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    margin: 20px auto;
  }
}
.header_logo a {
  display: block;
  width: 100%;
}
.header_logo a img {
  width: 100%;
  height: auto;
}
.header_menu {
  width: 1530px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: right;
  align-items: center;
}
@media (max-width: 1700px) {
  .header_menu {
    width: 90vw;
  }
}
@media (max-width: 828px) {
  .header_menu {
    width: 100%;
    margin: 5px 0;
  }
}
.header_menu_btn {
  margin: 0 85px 0 0;
}
@media (max-width: 1700px) {
  .header_menu_btn {
    margin-right: 5vw;
  }
}
@media (max-width: 828px) {
  .header_menu_btn {
    margin: 0 15px 0 0;
  }
}
.header_menu_btn:nth-child(1) {
  margin: 0 60px 0 0;
}
@media (max-width: 1700px) {
  .header_menu_btn:nth-child(1) {
    margin-right: 3.5294117647vw;
  }
}
.header_menu_btn a {
  text-decoration: none;
}
.header_menu_btn a p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #000;
}
@media (max-width: 1700px) {
  .header_menu_btn a p {
    font-size: 0.9411764706vw;
  }
}
@media (max-width: 828px) {
  .header_menu_btn a p {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .header_menu_btn a p {
    font-size: 12px;
  }
}

main {
  position: relative;
}

.slideup {
  transform: translateY(150px);
  transition: 0.4s ease;
  opacity: 0;
}
@media (max-width: 1700px) {
  .slideup {
    transform: translateY(8.8235294118vw);
  }
}
.slideup_active {
  transform: translateY(0);
  opacity: 1;
}

.slideleft {
  transform: translateX(-1920px);
  transition: 0.4s ease;
  opacity: 0;
}
@media (max-width: 1700px) {
  .slideleft {
    transform: translateX(-112.9411764706vw);
  }
}
.slideleft_active {
  transform: translateX(0);
  opacity: 1;
}

.slideright {
  transform: translateX(1920px);
  transition: 0.4s ease;
  opacity: 0;
}
@media (max-width: 1700px) {
  .slideright {
    transform: translateX(112.9411764706vw);
  }
}
.slideright_active {
  transform: translateX(0);
  opacity: 1;
}

.boxup {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.boxup img {
  opacity: 0;
  transition: opacity 0s 0.4s;
}
.boxup a {
  opacity: 0;
  transition: opacity 0s 0.4s;
}
.boxup::after {
  background-color: #D7D7D7;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 2;
  transition: left 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.4s, width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.boxup-active img {
  opacity: 1;
}
.boxup-active a {
  opacity: 1;
}
.boxup-active::after {
  left: 100%;
  width: 100%;
}

.top {
  margin: 70px 0 0;
  overflow: hidden;
  width: 100%;
  background: #000;
}
@media (max-width: 1700px) {
  .top {
    margin-top: 4.1176470588vw;
  }
}
@media (max-width: 828px) {
  .top {
    margin-top: 0px;
  }
}
.top_slide {
  width: 1920px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1700px) {
  .top_slide {
    width: 112.9411764706vw;
  }
}
@media (max-width: 450px) {
  .top_slide {
    width: 100%;
  }
}
.top_slide_visual {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 450px) {
  .top_slide_visual {
    display: none;
  }
}
.top_slide_visual img {
  width: 100%;
  height: auto;
}
.top_slide_visual .slick-list {
  padding: 0 !important;
}
.top_slide_visualsp {
  width: 100%;
  overflow: hidden;
  display: none;
}
@media (max-width: 450px) {
  .top_slide_visualsp {
    display: block;
  }
}
.top_slide_visualsp img {
  width: 100%;
  height: auto;
}
.top_slide_visualsp .slick-list {
  padding: 0 !important;
}
.top_slide_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_slide_text_logo {
  width: 18.2291666667vw;
  position: absolute;
  left: 10.5%;
  top: 11%;
}
@media (max-width: 450px) {
  .top_slide_text_logo {
    width: 145px;
    left: 5%;
    top: 6%;
  }
}
.top_slide_text_logo img {
  width: 100%;
  height: auto;
}
.top_slide_text_catch {
  width: 24.7916666667vw;
  position: absolute;
  left: 10.5%;
  bottom: 17%;
}
@media (max-width: 450px) {
  .top_slide_text_catch {
    width: 200px;
    left: 7%;
    bottom: 10%;
  }
}
.top_slide_text_catch img {
  width: 100%;
  height: auto;
}
.top_slide_text_audacity {
  width: 27.0833333333vw;
  position: absolute;
  right: 10.5%;
  bottom: 8%;
}
@media (max-width: 450px) {
  .top_slide_text_audacity {
    width: 220px;
    right: 5%;
    bottom: 5%;
  }
}
.top_slide_text_audacity img {
  width: 100%;
  height: auto;
}

.topslideup {
  transform: translateY(100px);
  transition: 0.5s ease;
  opacity: 0;
}
.topslideup_active {
  transform: translateY(0px);
  opacity: 1;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0vw);
  }
  to {
    transform: translateX(-200%);
  }
}
.main {
  width: 100%;
  background: #e4eaeb;
  margin-top: 95px;
  padding-top: 85px;
  padding-bottom: 180px;
}
@media (max-width: 1700px) {
  .main {
    margin-top: 5.5882352941vw;
    padding-top: 5vw;
    padding-bottom: 10.5882352941vw;
  }
}
@media (max-width: 450px) {
  .main {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.main_optical {
  width: 1520px;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .main_optical {
    width: 89.4117647059vw;
  }
}
.main_optical_visual {
  width: 100%;
  position: relative;
}
.main_optical_visual_back {
  display: block;
}
@media (max-width: 450px) {
  .main_optical_visual_back {
    display: none;
  }
}
.main_optical_visual_back img {
  width: 100%;
  height: auto;
}
.main_optical_visual_backsp {
  display: none;
}
@media (max-width: 450px) {
  .main_optical_visual_backsp {
    display: block;
  }
}
.main_optical_visual_backsp img {
  width: 100%;
  height: auto;
}
.main_optical_visual_text {
  width: 437px;
  position: absolute;
  left: 2.6%;
  bottom: 11.6%;
}
@media (max-width: 1700px) {
  .main_optical_visual_text {
    width: 25.7058823529vw;
  }
}
@media (max-width: 450px) {
  .main_optical_visual_text {
    width: 200px;
  }
}
.main_optical_visual_text img {
  width: 100%;
  height: auto;
}
.main_optical_text {
  margin-top: 35px;
  margin-left: 40px;
}
@media (max-width: 1700px) {
  .main_optical_text {
    margin-top: 2.0588235294vw;
    margin-left: 2.3529411765vw;
  }
}
@media (max-width: 450px) {
  .main_optical_text {
    margin-top: 10px;
    margin-left: 0;
  }
}
.main_optical_text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: 700;
}
@media (max-width: 1700px) {
  .main_optical_text p {
    font-size: 1.3529411765vw;
  }
}
@media (max-width: 450px) {
  .main_optical_text p {
    font-size: 14px;
  }
}
.main_optical_collection {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .main_optical_collection {
    margin-top: 3.5294117647vw;
  }
}
@media (max-width: 450px) {
  .main_optical_collection {
    flex-flow: column;
    margin-top: 50px;
  }
}
.main_optical_collection_block {
  width: 740px;
}
@media (max-width: 1700px) {
  .main_optical_collection_block {
    width: 43.5294117647vw;
  }
}
@media (max-width: 450px) {
  .main_optical_collection_block {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .main_optical_collection_block:nth-child(2) {
    margin-top: 50px;
  }
}
.main_optical_collection_block_visual {
  width: 100%;
}
.main_optical_collection_block_visual img {
  width: 100%;
  height: auto;
}
.main_optical_collection_block_item {
  width: 670px;
  height: 495px;
  background: #fff;
  margin: 60px auto 0;
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1700px) {
  .main_optical_collection_block_item {
    width: 39.4117647059vw;
    height: 29.1176470588vw;
    margin-top: 3.5294117647vw;
    padding-top: 5.8823529412vw;
  }
}
@media (max-width: 450px) {
  .main_optical_collection_block_item {
    width: 90%;
    height: 55.5555555556vw;
    margin-top: 20px;
    padding-top: 8.8888888889vw;
  }
}
.main_optical_collection_block_item:hover .main_optical_collection_block_item_img {
  transform: scale(1.5);
  transition: 0.1s ease;
}
.main_optical_collection_block_item a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.main_optical_collection_block_item_img {
  width: 635px;
  margin: 0 auto;
  transition: 0.1s ease;
}
@media (max-width: 1700px) {
  .main_optical_collection_block_item_img {
    width: 37.3529411765vw;
  }
}
@media (max-width: 450px) {
  .main_optical_collection_block_item_img {
    width: 94%;
  }
}
.main_optical_collection_block_item_img img {
  width: 100%;
  height: auto;
}
.main_optical_collection_block_item_text {
  width: 590px;
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 1700px) {
  .main_optical_collection_block_item_text {
    width: 34.7058823529vw;
    bottom: 1.1764705882vw;
  }
}
@media (max-width: 450px) {
  .main_optical_collection_block_item_text {
    width: 92%;
    bottom: 5px;
  }
}
.main_optical_collection_block_item_text_name p {
  font-size: 27px;
  font-family: "outfit";
  font-weight: 400;
  color: #000;
}
@media (max-width: 1700px) {
  .main_optical_collection_block_item_text_name p {
    font-size: 1.5882352941vw;
  }
}
@media (max-width: 450px) {
  .main_optical_collection_block_item_text_name p {
    font-size: 18px;
  }
}
.main_optical_collection_block_item_text_color p {
  font-size: 18px;
  font-family: "outfit";
  font-weight: 100;
  color: #000;
}
@media (max-width: 1700px) {
  .main_optical_collection_block_item_text_color p {
    font-size: 1.0588235294vw;
  }
}
@media (max-width: 450px) {
  .main_optical_collection_block_item_text_color p {
    font-size: 14px;
  }
}
.main_optical_collection_block_check {
  width: 195px;
  margin: 30px auto 0;
  background: #000;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #000;
  transition: 0.2s ease;
  cursor: pointer;
}
@media (max-width: 1700px) {
  .main_optical_collection_block_check {
    width: 11.4705882353vw;
    margin-top: 1.7647058824vw;
  }
}
@media (max-width: 450px) {
  .main_optical_collection_block_check {
    width: 150px;
    margin-top: 15px;
  }
}
.main_optical_collection_block_check:hover {
  background: #fff;
  border: 1px solid #000;
}
.main_optical_collection_block_check:hover a p {
  color: #000;
}
.main_optical_collection_block_check a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 3px 0 5px;
}
@media (max-width: 1700px) {
  .main_optical_collection_block_check a {
    padding-top: 0.1764705882vw;
    padding-bottom: 0.2941176471vw;
  }
}
@media (max-width: 450px) {
  .main_optical_collection_block_check a {
    padding-top: 5px;
    padding-bottom: 6px;
  }
}
.main_optical_collection_block_check p {
  font-size: 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1700px) {
  .main_optical_collection_block_check p {
    font-size: 1.2352941176vw;
  }
}
@media (max-width: 450px) {
  .main_optical_collection_block_check p {
    font-size: 14px;
  }
}
.main_optical_store {
  width: 100%;
  padding: 95px 0 90px;
  margin-top: 115px;
  background: #000;
}
@media (max-width: 1700px) {
  .main_optical_store {
    padding-top: 5.5882352941vw;
    padding-bottom: 5.2941176471vw;
    margin-top: 6.7647058824vw;
  }
}
@media (max-width: 450px) {
  .main_optical_store {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
  }
}
.main_optical_store_wrap {
  width: 1310px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1700px) {
  .main_optical_store_wrap {
    width: 77.0588235294vw;
  }
}
@media (max-width: 450px) {
  .main_optical_store_wrap {
    width: 100%;
    flex-flow: column;
  }
}
.main_optical_store_wrap_text {
  margin: 0 35px 0 0;
}
@media (max-width: 1700px) {
  .main_optical_store_wrap_text {
    margin-right: 2.0588235294vw;
  }
}
@media (max-width: 450px) {
  .main_optical_store_wrap_text {
    width: 100%;
  }
}
.main_optical_store_wrap_text p {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 1700px) {
  .main_optical_store_wrap_text p {
    font-size: 1.0588235294vw;
  }
}
@media (max-width: 450px) {
  .main_optical_store_wrap_text p {
    display: grid;
    place-items: center center;
    font-size: 12px;
    line-height: 1.7;
    font-feature-settings: "palt";
  }
}
.main_optical_store_wrap_link {
  width: 670px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  overflow: hidden;
  background: #000;
  transition: 0.5s ease;
  position: relative;
}
@media (max-width: 1700px) {
  .main_optical_store_wrap_link {
    width: 39.4117647059vw;
  }
}
@media (max-width: 450px) {
  .main_optical_store_wrap_link {
    width: 300px;
    margin: 15px auto 0;
  }
}
.main_optical_store_wrap_link::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 110%;
  height: 130%;
  left: 50%;
  top: 50%;
  transform: translateX(-150%) translateY(-50%);
  transition: 0.5s ease;
  z-index: 1;
  pointer-events: none;
}
.main_optical_store_wrap_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 10px 0;
}
@media (max-width: 1700px) {
  .main_optical_store_wrap_link a {
    padding-top: 0.5882352941vw;
    padding-bottom: 0.5882352941vw;
  }
}
@media (max-width: 450px) {
  .main_optical_store_wrap_link a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.main_optical_store_wrap_link_text {
  margin: 0 50px 0 0;
  transition: 0.2s all;
  z-index: 2;
}
@media (max-width: 1700px) {
  .main_optical_store_wrap_link_text {
    margin-right: 2.9411764706vw;
  }
}
@media (max-width: 1700px) {
  .main_optical_store_wrap_link_text {
    margin-right: 15px;
  }
}
.main_optical_store_wrap_link_text p {
  font-size: 27px;
  color: #fff;
  font-family: "Arial";
  letter-spacing: 3px;
}
@media (max-width: 1700px) {
  .main_optical_store_wrap_link_text p {
    font-size: 1.5882352941vw;
  }
}
@media (max-width: 450px) {
  .main_optical_store_wrap_link_text p {
    font-size: 16px;
  }
}
.main_optical_store_wrap_link_img {
  width: 17px;
  transition: 0.2s all;
  z-index: 2;
}
@media (max-width: 1700px) {
  .main_optical_store_wrap_link_img {
    width: 1vw;
  }
}
@media (max-width: 450px) {
  .main_optical_store_wrap_link_img {
    width: 10px;
  }
}
.main_optical_store_wrap_link_img img {
  width: 100%;
  height: auto;
}
.main_optical_store_wrap_link:hover::before {
  transform: translateX(-50%) translateY(-50%);
}
.main_optical_store_wrap_link:hover .main_optical_store_wrap_link_text p {
  color: #000;
}
.main_optical_store_wrap_link:hover .main_optical_store_wrap_link_img {
  transform: translateX(10px);
  filter: invert(1);
}
.main_optical_shop {
  width: 100%;
  padding: 40px 0 40px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
}
@media (max-width: 1700px) {
  .main_optical_shop {
    padding-top: 2.3529411765vw;
    padding-bottom: 2.3529411765vw;
    margin-top: 1.7647058824vw;
  }
}
@media (max-width: 450px) {
  .main_optical_shop {
    padding-top: 30px;
    padding-bottom: 40px;
    margin-top: 30px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: none;
    border-right: none;
  }
}
.main_optical_shop_wrap {
  width: 1310px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1700px) {
  .main_optical_shop_wrap {
    width: 77.0588235294vw;
  }
}
@media (max-width: 450px) {
  .main_optical_shop_wrap {
    width: 100%;
    flex-flow: column;
  }
}
.main_optical_shop_title {
  margin: 0 35px 0 0;
}
@media (max-width: 1700px) {
  .main_optical_shop_title {
    margin-right: 2.0588235294vw;
  }
}
@media (max-width: 450px) {
  .main_optical_shop_title {
    width: 100%;
    text-align: center;
    margin-right: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
  }
}
.main_optical_shop_title p {
  font-size: 18px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 1700px) {
  .main_optical_shop_title p {
    font-size: 1.0588235294vw;
  }
}
@media (max-width: 450px) {
  .main_optical_shop_title p {
    display: grid;
    place-items: center center;
    font-size: 14px;
    line-height: 1.6;
    font-feature-settings: "palt";
  }
}
.main_optical_shop_title p br {
  display: none;
}
@media (max-width: 450px) {
  .main_optical_shop_title p br {
    display: block;
  }
}
.main_optical_shop_link {
  width: 700px;
  height: 100%;
  box-sizing: border-box;
  transition: 0.5s ease;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1700px) {
  .main_optical_shop_link {
    width: 41.1764705882vw;
  }
}
@media (max-width: 450px) {
  .main_optical_shop_link {
    width: 100%;
    margin: 10px auto 0;
    display: none;
  }
}
.main_optical_shop_link-sp {
  display: none;
}
@media (max-width: 450px) {
  .main_optical_shop_link-sp {
    width: 100%;
    margin: 10px auto 0;
    height: 100%;
    box-sizing: border-box;
    transition: 0.5s ease;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
}
.main_optical_shop_link_wrap:nth-child(1) {
  width: calc((100% - 150px) / 3 - 25px);
}
@media (max-width: 1700px) {
  .main_optical_shop_link_wrap:nth-child(1) {
    width: calc((100% - 8.8235294118vw) / 3 - 1.4705882353vw);
  }
}
@media (max-width: 450px) {
  .main_optical_shop_link_wrap:nth-child(1) {
    width: calc((100% - 40px) / 2 - 15px);
  }
}
.main_optical_shop_link_wrap:nth-child(2) {
  width: calc((100% - 150px) / 3 + 25px);
}
@media (max-width: 1700px) {
  .main_optical_shop_link_wrap:nth-child(2) {
    width: calc((100% - 8.8235294118vw) / 3 + 1.4705882353vw);
  }
}
@media (max-width: 450px) {
  .main_optical_shop_link_wrap:nth-child(2) {
    width: calc((100% - 40px) / 2 + 15px);
  }
}
.main_optical_shop_link_wrap:nth-child(3) {
  width: calc((100% - 150px) / 3 - 0px);
}
@media (max-width: 1700px) {
  .main_optical_shop_link_wrap:nth-child(3) {
    width: calc((100% - 8.8235294118vw) / 3 - 0vw);
  }
}
@media (max-width: 450px) {
  .main_optical_shop_link_wrap:nth-child(3) {
    width: calc((100% - 40px) / 2 + 10px);
  }
}
.main_optical_shop_link_cont {
  margin-bottom: 10px;
}
@media (max-width: 1700px) {
  .main_optical_shop_link_cont {
    margin-bottom: 0.5882352941vw;
  }
}
@media (max-width: 450px) {
  .main_optical_shop_link_cont {
    margin-bottom: 10px;
  }
}
.main_optical_shop_link_cont:last-child {
  margin-bottom: 0;
}
.main_optical_shop_link_cont a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.main_optical_shop_link_cont a:hover {
  opacity: 0.5;
}
.main_optical_shop_link_cont a:hover .main_optical_shop_link_cont_arrow {
  transform: translateX(10px);
}
@media (max-width: 1700px) {
  .main_optical_shop_link_cont a:hover .main_optical_shop_link_cont_arrow {
    transform: translateX(0.5882352941vw);
  }
}
.main_optical_shop_link_cont_name p {
  color: #000;
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media (max-width: 1700px) {
  .main_optical_shop_link_cont_name p {
    font-size: 1vw;
  }
}
@media (max-width: 450px) {
  .main_optical_shop_link_cont_name p {
    font-size: 14px;
  }
}
.main_optical_shop_link_cont_name p span {
  color: #000;
  font-size: 12px;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media (max-width: 1700px) {
  .main_optical_shop_link_cont_name p span {
    font-size: 0.7058823529vw;
  }
}
@media (max-width: 450px) {
  .main_optical_shop_link_cont_name p span {
    font-size: 12px;
    line-height: 1.4;
  }
}
.main_optical_shop_link_cont_arrow {
  transition: 0.3s ease;
}
.main_optical_shop_link_cont_arrow p {
  color: #000;
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media (max-width: 1700px) {
  .main_optical_shop_link_cont_arrow p {
    font-size: 1vw;
  }
}
@media (max-width: 450px) {
  .main_optical_shop_link_cont_arrow p {
    font-size: 12px;
  }
}
.main_optical_mvpc {
  width: 1350px;
  margin-top: 190px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1700px) {
  .main_optical_mvpc {
    width: 79.4117647059vw;
    margin-top: 11.1764705882vw;
  }
}
@media (max-width: 450px) {
  .main_optical_mvpc {
    display: none;
    margin-top: 50px;
  }
}
.main_optical_mvpc video {
  width: 100%;
  height: auto;
}
.main_optical_mvsp {
  display: none;
  width: 100%;
  margin-top: 190px;
}
@media (max-width: 1700px) {
  .main_optical_mvsp {
    margin-top: 11.1764705882vw;
  }
}
@media (max-width: 450px) {
  .main_optical_mvsp {
    display: block;
    margin-top: 50px;
  }
}
.main_optical_mvsp video {
  width: 100%;
  height: auto;
}

.sunglass {
  width: 100%;
  background: rgba(228, 234, 235, 0.6);
  margin-top: 75px;
  padding-top: 50px;
  padding-bottom: 130px;
}
@media (max-width: 1700px) {
  .sunglass {
    margin-top: 4.4117647059vw;
    padding-top: 2.9411764706vw;
    padding-bottom: 7.6470588235vw;
  }
}
@media (max-width: 450px) {
  .sunglass {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sunglass_wrap {
  width: 1520px;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .sunglass_wrap {
    width: 89.4117647059vw;
  }
}
.sunglass_wrap_title {
  width: 437px;
}
@media (max-width: 1700px) {
  .sunglass_wrap_title {
    width: 25.7058823529vw;
  }
}
@media (max-width: 450px) {
  .sunglass_wrap_title {
    width: 200px;
  }
}
.sunglass_wrap_title img {
  width: 100%;
  height: auto;
}
.sunglass_wrap_collection {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .sunglass_wrap_collection {
    margin-top: 1.7647058824vw;
  }
}
@media (max-width: 450px) {
  .sunglass_wrap_collection {
    margin-top: 20px;
    display: block;
  }
}
.sunglass_wrap_collection_visual {
  width: 740px;
}
@media (max-width: 1700px) {
  .sunglass_wrap_collection_visual {
    width: 43.5294117647vw;
  }
}
@media (max-width: 450px) {
  .sunglass_wrap_collection_visual {
    width: 100%;
  }
}
.sunglass_wrap_collection_visual a {
  width: 100%;
  height: auto;
  text-decoration: none;
  transition: 0.3s ease;
}
.sunglass_wrap_collection_visual a:hover {
  opacity: 0.5;
}
.sunglass_wrap_collection_visual_img img {
  width: 100%;
  height: auto;
}
.sunglass_wrap_collection_visual_link {
  text-align: right;
  margin-top: 5px;
}
@media (max-width: 1700px) {
  .sunglass_wrap_collection_visual_link {
    margin-top: 0.2941176471vw;
  }
}
@media (max-width: 450px) {
  .sunglass_wrap_collection_visual_link {
    margin-top: 5px;
  }
}
.sunglass_wrap_collection_visual_link p {
  font-size: 21px;
  font-family: "outfit";
  font-weight: 400;
  color: #000;
}
@media (max-width: 1700px) {
  .sunglass_wrap_collection_visual_link p {
    font-size: 1.2352941176vw;
  }
}
@media (max-width: 450px) {
  .sunglass_wrap_collection_visual_link p {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .sunglass_wrap_collection_visual:nth-child(2) {
    margin-top: 15px;
  }
}

.buy {
  width: 100%;
  background: #000;
  padding-top: 70px;
  padding-bottom: 115px;
}
@media (max-width: 1700px) {
  .buy {
    padding-top: 4.1176470588vw;
    padding-bottom: 6.7647058824vw;
  }
}
@media (max-width: 450px) {
  .buy {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.buy_text {
  text-align: center;
}
.buy_text p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1700px) {
  .buy_text p {
    font-size: 1.0588235294vw;
  }
}
@media (max-width: 450px) {
  .buy_text p {
    font-size: 12px;
  }
}
.buy_text p a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s ease;
}
.buy_text p a:hover {
  opacity: 0.6;
}
.buy_text p span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1700px) {
  .buy_text p span {
    font-size: 1.1764705882vw;
  }
}
@media (max-width: 450px) {
  .buy_text p span {
    font-size: 14px;
    width: 100%;
    display: block;
  }
}
.buy_text p:nth-child(2) {
  margin-top: 30px;
}
@media (max-width: 1700px) {
  .buy_text p:nth-child(2) {
    margin-top: 1.7647058824vw;
  }
}
@media (max-width: 450px) {
  .buy_text p:nth-child(2) {
    margin-top: 20px;
  }
}
.buy_text p br {
  display: none;
}
@media (max-width: 450px) {
  .buy_text p br {
    display: block;
  }
}
@media (max-width: 450px) {
  .buy_text_arrow {
    transform: rotate(90deg);
  }
}

.footer {
  width: 100%;
  padding: 140px 0 45px;
}
@media (max-width: 1700px) {
  .footer {
    padding-top: 8.2352941176vw;
    padding-bottom: 2.6470588235vw;
  }
}
@media (max-width: 828px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.footer_wrap {
  width: 1520px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 1700px) {
  .footer_wrap {
    width: 89.4117647059vw;
  }
}
@media (max-width: 828px) {
  .footer_wrap {
    display: block;
  }
}
.footer_wrap_logo {
  width: 210px;
}
@media (max-width: 1700px) {
  .footer_wrap_logo {
    width: 12.3529411765vw;
  }
}
@media (max-width: 828px) {
  .footer_wrap_logo {
    width: 20.5314009662vw;
    margin: 0 auto;
  }
}
@media (max-width: 450px) {
  .footer_wrap_logo {
    width: 30.193236715vw;
    margin: 0 auto 15px;
  }
}
.footer_wrap_logo img {
  width: 100%;
  height: auto;
}
.footer_wrap_sns_link {
  display: flex;
}
@media (max-width: 828px) {
  .footer_wrap_sns_link {
    justify-content: center;
  }
}
.footer_wrap_sns_link_ico {
  width: 32px;
  height: 32px;
  margin: 0 20px 0 0;
  position: relative;
}
@media (max-width: 450px) {
  .footer_wrap_sns_link_ico {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 450px) {
  .footer_wrap_sns_link_ico:last-child {
    margin: 0;
  }
}
.footer_wrap_sns_link_ico a {
  width: 100%;
  height: 100%;
}
.footer_wrap_sns_link_ico a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
}
.footer_border {
  width: 100%;
  height: 50px;
  background: #000;
}/*# sourceMappingURL=style.css.map */