/*
Theme Name: Tokyo Megane Theme
Theme URI: 
Author: the WordPress team
Author URI: 
Description: 
Tags: 
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tokyomeganetheme
*/
* {
  box-sizing: border-box;
}
body,
input,
select,
textarea {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
body {
  margin: 0;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Noto Serif Thai", "Noto Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif JP", "Noto Serif Thai", "Noto Serif", sans-serif;
}
h2 {
  font-size: 36px;
  color: #073657;
}
p {
  line-height: 1.4;
}

.title_sec h2 + p {
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 40px;
}

img {
  display: block;
}
.img-responsive {
  max-width: 100%;

  height: auto;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.img-full {
  width: 100%;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
main {
  overflow: hidden;
}
.des-section,
main section,
#main_footer,
#vision_test_contact_us {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-product-list {
  margin-top: 80px;
  margin-bottom: 80px;
}
.text-center {
  text-align: center;
}
.text-white {
  color: #fff;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  h2 {
    font-size: 22px;
  }

  p {
    font-size: 13px;
  }

  .title_sec h2 + p {
    font-size: 13px;
  }

  main section,
  #main_footer,
  #vision_test_contact_us {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

/* TITLE STYLE */
.right_line-title {
  position: relative;
}
.right_line-title:after {
  position: absolute;
  content: "";
  width: calc(100% - 300px);
  height: 1px;
  background-color: #073657;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.right_line-title span {
  position: relative;
  background: #fff;
  z-index: 999;
}
#bangkok_store .right_line-title:after {
  width: calc(100% - 425px);
}
.title_underline {
  margin: 0;
}
.title_underline span {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.title_underline span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #073657;
  left: 0;
  bottom: 0;
}
.title_underline.line_skyblue span {
  padding-bottom: 20px;
}
.title_underline.line_skyblue span:after {
  width: 80%;
  background-color: #7da9ba;
  left: 50%;
  transform: translate(-50%, 0);
}
.title_underline.text-white span:after {
  background-color: #ffffff;
}
.underline_linear {
  position: relative;
  display: inline-block;
  margin: 0;
}
.underline_linear span {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.underline_linear span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #073657 25%, #7da9ba 25% 100%);
  bottom: 0;
  left: 0;
}
.leftline_middle {
  position: relative;
  display: inline-block;
  margin: 0;
}
.leftline_middle span {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 60px;
}
.leftline_middle span:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #7da9ba;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .right_line-title {
    font-size: 5vw;
  }

  .title_underline span {
    margin-bottom: 20px;
  }
}

/* BANNER PAGE */
.banner_page {
  background: #171a26;
  height: 350px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_page::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /*background-color: rgb(255 255 255 / 40%);*/
}
.banner_page .title_page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: left;
  padding-left: 80px;
}
.banner_page .title_page:before {
  content: "";
  position: absolute;
  background-color: #073657;
  width: 60px;
  height: 3px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.banner_page .title_page h1 {
  position: relative;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  /*text-shadow: 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000, 0px 2px 0 #000, 0px -2px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000, 3px 3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000,
    -3px -3px 0 #000, 0px 3px 0 #000, 0px -3px 0 #000, -3px 0px 0 #000, 3px 0px 0 #000, 2px 3px 0 #000, -2px 3px 0 #000, 2px -3px 0 #000, -2px -3px 0 #000, 3px 2px 0 #000, -3px 2px 0 #000,
    3px -2px 0 #000, -3px -2px 0 #000;*/
  margin-bottom: 0;
  color: #073657;
}
@media (max-width: 767px) {
  .banner_page {
    height: 40vw;
  }
  .banner_page .title_page h1 {
    font-size: 8vw;
  }
}

/* HEADER -------------------------------------------------- */
header {
  background-color: #fff;
}
header .header_content {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/banner_bg_header.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 23%;
}
header .header_content .banner_logo {
  width: 100%;
}
header .header_content .header_detail {
  padding: 3vw;
  align-self: center;
}
header .header_content .header_detail .header_logo img {
  width: 35vw;
  margin: 0 auto;
  padding: 25px;
}

header .header_content .header_des {
  font-size: 1.5vw;
  text-align: center;
  color: #083758;
  font-family: "Noto Serif JP", "Noto Serif Thai", "Noto Serif", sans-serif;
  line-height: 1.2;
}

header .header_content .header_des span {
  display: block;
  font-size: 1.7vw;
  font-weight: 700;
  font-family: "Noto Serif JP", "Noto Serif Thai", "Noto Serif", sans-serif;
  margin-bottom: 20px;
}

header .header_content .header_detail .header_toggle {
  display: none;
  width: 50px;
  height: 50px;
  padding: 13px;
  background-color: #182e49;
  border-radius: 5px;
  margin-bottom: 0;
  cursor: pointer;
}
header .header_content .header_detail .header_toggle span {
  margin-top: 10px;
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: block;
  transition: background-color 0.5s ease-in-out;
}
header .header_content .header_detail .header_toggle span:before,
header .header_content .header_detail .header_toggle span:after {
  content: "";
  width: 100%;
  display: block;
  transition: all 0.5s ease-in-out;
  height: 3px;
  background-color: #fff;
}
header .header_content .header_detail .header_toggle span:before {
  transform: translateY(-10px);
}
header .header_content .header_detail .header_toggle span:after {
  transform: translateY(10px);
  margin-top: -4px;
}
header .header_content .header_detail .header_toggle.active span {
  background-color: transparent;
}
header .header_content .header_detail .header_toggle.active span:before {
  -webkit-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
}
header .header_content .header_detail .header_toggle.active span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_navigation {
  background-color: #182e49;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
}
.header_navigation .menu-header-container {
  padding-left: 30px;
}
.header_navigation ul#menu-header-menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
}
.header_navigation ul#menu-header-menu li {
  position: relative;
}
.header_navigation ul#menu-header-menu > li > a {
  color: #fff;
  text-decoration: none;
  padding: 35px 20px;
  font-size: 18px;
  display: block;
}
.header_navigation ul#menu-header-menu > li.current_page_item,
.header_navigation ul#menu-header-menu > li:hover {
  /*background-color: #041934;*/
}
.header_navigation ul#menu-header-menu > li.current_page_item:after,
.header_navigation ul#menu-header-menu > li:hover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #7da9ba;
  left: 0;
  bottom: 20px;
}
.header_navigation ul#menu-header-menu > li > ul > li:hover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #7da9ba;
  left: 0;
  bottom: 0;
}
.header_navigation ul#menu-header-menu > li > ul > li:hover > a {
  color: #7da9ba !important;
}
.header_navigation ul#menu-header-menu > li.current_page_item > a,
.header_navigation ul#menu-header-menu > li:hover > a {
  color: #7da9ba;
}
.header_navigation ul#menu-header-menu > li:hover > a:after {
}
.header_navigation ul#menu-header-menu > li.wpml-ls-item {
  align-self: center;
}
.header_navigation ul#menu-header-menu > li.wpml-ls-item a {
  padding: 10px;
}
.header_navigation ul#menu-header-menu > li > ul.sub-menu {
  display: none;
  position: absolute;
  background: #182e49;
  list-style: none;
  padding: 15px;
  min-width: 130px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 99;
}
.header_navigation ul#menu-header-menu > li:hover > ul.sub-menu {
  display: block;
  width: max-content;
}
.header_navigation ul#menu-header-menu > li > ul.sub-menu > li {
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.header_navigation ul#menu-header-menu > li > ul.sub-menu > li:last-child {
  margin-bottom: 0;
}
.header_navigation ul#menu-header-menu > li > ul.sub-menu > li > a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
}
.header_navigation .header_navigation-content {
  display: grid;
  grid-template-columns: 150px 1fr 100px;
  grid-gap: 30px;
}
.header_navigation .header_navigation-content a {
  align-self: center;
  text-align: center;
}
.header_navigation .header_navigation-content .language_switcher {
  position: relative;
  padding: 0;
  cursor: pointer;
  align-self: center;
}
.header_navigation
  .header_navigation-content
  .language_switcher
  .wpml-ls-statics-shortcode_actions {
  border-radius: 10px;
}
.header_navigation
  .header_navigation-content
  .language_switcher
  .wpml-ls-statics-shortcode_actions
  > ul {
  position: relative;

  background: #fff;
  border-radius: 15px;
}
.header_navigation
  .header_navigation-content
  .language_switcher
  .wpml-ls-statics-shortcode_actions
  > ul:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.header_navigation
  .header_navigation-content
  .language_switcher
  .wpml-ls-statics-shortcode_actions
  > ul
  > li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header_navigation
  .header_navigation-content
  .language_switcher
  .wpml-ls-statics-shortcode_actions
  > ul
  li
  .js-wpml-ls-item-toggle {
  color: #073657;
  text-align: center;
  background: transparent;
  border: transparent;
  display: flex;
  justify-content: center;
  padding-left: 45px;
}
.header_navigation
  .header_navigation-content
  .language_switcher
  .wpml-ls-statics-shortcode_actions
  > ul
  ul {
  background: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 10px;
}
.header_navigation
  .header_navigation-content
  .language_switcher
  .wpml-ls-statics-shortcode_actions
  > ul
  .js-wpml-ls-item-toggle:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/language-icon.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
}
.header_navigation
  .header_navigation-content
  .language_switcher
  .wpml-ls-legacy-list-vertical {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  border-top: 1px solid #cdcdcd;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 101;
  background-color: #fff;
  box-shadow: 4px 2px 10px 0 #9c9c9c;
  width: 125px;
  max-width: 125px;
}
.header_navigation
  .header_navigation-content
  .language_switcher:hover
  .wpml-ls-legacy-list-vertical {
  visibility: visible;
}
.header_navigation
  .header_navigation-content
  .language_switcher:hover
  .wpml-ls-legacy-list-vertical
  ul
  li
  a {
  color: #182e49;
}
.header_navigation
  .header_navigation-content
  .language_switcher:hover
  .wpml-ls-legacy-list-vertical
  ul
  li.wpml-ls-current-language
  a,
.header_navigation
  .header_navigation-content
  .language_switcher
  .wpml-ls-legacy-list-vertical
  ul
  li
  a:hover {
  background-color: #182e49;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header_navigation ul#menu-header-menu > li > a {
    font-size: 2vw;
    padding: 1vw 2vw;
  }
}

.wpml-ls-item ul.sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-top: 1px solid #cdcdcd;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 101;
  padding: 10px;
  background-color: #fff;
}
.wpml-ls-item ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.wpml-ls-item:hover ul {
  visibility: visible;
}
.wpml-ls-item:hover ul li {
  /* margin-bottom: 10px; */
}
.wpml-ls-item:hover ul li:last-child {
  margin-bottom: 0;
}

.front-banner {
  display: none;
}

@media (max-width: 767px) {
  header {
    position: sticky;
    top: 0;
    z-index: 99;
  }
  header .header_content {
    display: block;
  }
  header .header_content .banner_logo {
    display: none;
  }
  header .header_content .header_detail {
    display: flex;
    justify-content: space-between;
    padding: 1vw;
    align-items: center;
    background-color: #182e49;
  }

  header .header_content .header_detail .header_logo {
    display: block;
    max-width: 225px;
    margin: unset;
  }
  header .header_content .header_detail .header_logo img {
    width: 100%;
    margin: 0;
  }

  header .header_content .header_detail .header_des {
    text-align: left;
    font-size: 2vw;
    font-weight: 600;
    display: none;
  }
  header .header_content .header_detail .header_toggle {
    display: inline-block;
  }
  .header_navigation {
    max-width: 300px;
    width: 100%;
    /* height: calc(100vh - 50px); */
    height: min-content;
    top: 20%;
    right: -100%;
    transition: 0.5s;
    padding: 20px 0;
    display: block;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header_navigation .header_navigation-content a {
    text-align: unset;
  }

  .header_navigation.active {
    right: 0;
  }
  .header_navigation ul#menu-header-menu {
    flex-direction: column;
  }
  .header_navigation ul#menu-header-menu > li > a {
    font-size: 4vw;
    padding: 10px 0;
  }

  .header_navigation ul#menu-header-menu > li > ul.sub-menu > li > a {
    font-size: 4vw;
  }

  .header_navigation ul#menu-header-menu > li > ul > li:hover::after,
  .header_navigation ul#menu-header-menu > li:hover:after {
    display: none;
  }

  .header_navigation ul#menu-header-menu > li.current_page_item:after {
    bottom: unset;
    display: inherit;
  }

  .header_navigation ul#menu-header-menu > li > ul.sub-menu {
    display: block;
    position: unset;
    padding: unset;
    padding-left: 20px;
  }

  .header_navigation .menu-header-container {
    padding: unset;
  }

  .header_navigation .header_navigation-content {
    grid-template-columns: 1fr;
  }
  .header_navigation .header_navigation-content .language_switcher {
    padding: 0;
  }
  .header_navigation .header_navigation-content .language_switcher > img {
    display: none;
  }
  .header_navigation
    .header_navigation-content
    .language_switcher
    .wpml-ls-legacy-list-vertical {
    position: relative;
    visibility: visible;
    top: unset;
    width: 100%;
    max-width: 100%;
    box-shadow: unset;
    background-color: transparent;
    border: unset;
  }
  .header_navigation
    .header_navigation-content
    .language_switcher
    .wpml-ls-legacy-list-vertical
    ul
    li
    a {
    border: unset;
    color: #fff !important;
  }
  .header_navigation
    .header_navigation-content
    .language_switcher
    .wpml-ls-legacy-list-vertical
    ul
    li.wpml-ls-current-language
    a,
  .header_navigation
    .header_navigation-content
    .language_switcher:hover
    .wpml-ls-legacy-list-vertical
    ul
    li
    a:hover {
    background-color: #041934;
  }

  .front-banner {
    display: block;
    position: relative;
    height: 650px;
    background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/banner-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #083758;
    font-family: "Noto Serif JP", "Noto Serif Thai", "Noto Serif", sans-serif;
    line-height: 1.2;
  }

  .front-banner .front-banner-txt {
    font-size: 4.5vw;
    position: absolute;
    left: 0;
    bottom: 60px;
    padding: 0 20px;
  }
  .front-banner .front-banner-txt img {
    width: 100%;
    height: 100px;
  }

  .front-banner .front-banner-txt span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    font-family: "Noto Serif JP", "Noto Serif Thai", "Noto Serif", sans-serif;
    margin-bottom: 20px;
  }
}

/* FOOTER ----------------------------------------------------------------- */
.footer-detail__content {
  display: grid;
  grid-template-columns: minmax(auto, 350px) minmax(auto, 300px) minmax(
      auto,
      225px
    );
  grid-gap: 30px;
  justify-content: space-between;
}

.footer-detail__content .footer-detail__content-detail {
  color: #fff;
}

.footer-detail__content .footer-detail__content-detail img {
  max-width: 250px;
  margin-bottom: 20px;
}

.footer-detail__content .footer-detail__content-detail strong,
.footer-detail__content .footer-detail__content-detail p {
  font-size: 14px;
}

.footer-detail__content
  .footer-detail__content-detail
  .tokyo-megane__copyright {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 0;
}

.footer-detail__content .footer-detail__content-social {
  color: #fff;
  align-self: end;
}

.footer-detail__content
  .footer-detail__content-social
  .footer-detail__content-social-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  justify-content: space-between;
}
.footer-detail__content
  .footer-detail__content-social
  .footer-detail__content-social-list
  a {
  transition: 0.5s;
}
.footer-detail__content
  .footer-detail__content-social
  .footer-detail__content-social-list
  img {
  max-height: 55px;
}
.footer-detail__content
  .footer-detail__content-social
  .footer-detail__content-social-list
  a:hover
  img {
  opacity: 0.6;
}
.footer-detail__content nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.footer-detail__content nav ul li {
  margin-bottom: 10px;
}

.footer-detail__content nav ul li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
}
.footer-detail__content nav ul li a:hover {
  color: #7da9ba;
}
.footer-detail__content nav ul li a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 6px;
  left: 0;
  transform: translate(0, -50%);
  top: 50%;
}
@media (max-width: 767px) {
  .footer-detail__content {
    grid-template-columns: unset;
  }

  .footer-detail__content nav {
    display: none;
  }
}

/* INDEX NEW ---------------------------------------------------------- */
.specialist-content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
  align-items: center;
}

.specialist-content .specialist-content__img {
  position: absolute;
  right: 50%;
  width: 100%;
  z-index: -1;
}

.specialist-content .specialist-content__img img {
  height: 500px;
  float: right;
}

.specialist-content .specialist-content__detail {
  align-content: center;
  padding: 60px 50px;
  border-radius: 20px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  min-height: 600px;
}

.specialist-content .specialist-content__detail h2 {
  font-size: 36px;
}

.specialist-content .specialist-content__detail h2 span {
  font-size: 30px;
  font-weight: 400;
  color: #20557b;
}

.specialist-content .specialist-content__detail p {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 30px;
  margin-bottom: 0;
}

.looking-eyewear__content {
  display: grid;
  grid-template-columns: 350px 1fr;
  border-radius: 20px;
  overflow: hidden;
}

.looking-eyewear__content .looking-eyewear__content-title {
  position: relative;
  background-color: #7da9ba;
  text-align: center;
  height: 100%;
  align-content: center;
}

.looking-eyewear__content .looking-eyewear__content-title span {
  position: relative;
  display: block;
  color: #fff;
  font-size: 20px;
  padding-top: 40px;
}

.looking-eyewear__content .looking-eyewear__content-title span:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 30px;
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/glasses-icon.svg);
  background-repeat: no-repeat;
  background-size: 100px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.looking-eyewear__content .looking-eyewear__content-detail {
  background-color: #fff;
  padding: 30px;
  line-height: 1.8;
}

.tokyo-megane-features__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 30px;
}

.tokyo-megane-features__list .tokyo-megane-features__item {
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.tokyo-megane-features__list
  .tokyo-megane-features__item
  .tokyo-megane-features__item-detail {
  position: relative;
  padding: 50px 30px 30px;
}

.tokyo-megane-features__list
  .tokyo-megane-features__item
  .tokyo-megane-features__item-detail
  .tokyo-megane-features__no {
  position: absolute;
  font-size: 20px;
  top: -27px;
  left: 0;
  background-color: #20557b;
  color: #fff;
  padding: 15px 40px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.tokyo-megane-features__list
  .tokyo-megane-features__item
  .tokyo-megane-features__item-detail
  h4 {
  text-align: center;
  margin-bottom: 0;
}

.tokyo-megane-features__list
  .tokyo-megane-features__item
  .tokyo-megane-features__item-detail
  h4
  span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #073657;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.tokyo-megane-features__list
  .tokyo-megane-features__item
  .tokyo-megane-features__item-detail
  h4
  span:after {
  content: "";
  position: absolute;
  width: 160px;
  height: 1px;
  background-color: #073657;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.tokyo-megane-features__list
  .tokyo-megane-features__item
  .tokyo-megane-features__item-detail
  p {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0;
}

.eyesight-test__content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  min-height: 650px;
}

.eyesight-test__content .eyesight-test__img {
  position: absolute;
  right: 52%;
  width: 100%;
  z-index: -1;
}

.eyesight-test__content .eyesight-test__img img {
  height: 500px;
  float: right;
}

.eyesight-test__content .eyesight-test__des {
  /*align-content: end; */
  text-align: left;
}

.eyesight-test__content .eyesight-test__des .eyesight-test__des-detail {
  position: relative;
  top: 475px;
}

.eyesight-test__content .eyesight-test__des .eyesight-test__des-detail h3 {
  font-size: 32px;
  color: #073657;
}
.eyesight-test__content .eyesight-test__des .eyesight-test__des-detail p {
  font-size: 20px;
  line-height: 1.8;
}

.eyesight-test__content .eyesight-test__detail .eyesight-test__item {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin-bottom: 30px;
}

.eyesight-test__content
  .eyesight-test__detail
  .eyesight-test__item
  .eyesight-test__title {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 30px 60px 30px 30px;
  background-color: #215376;
  margin-bottom: 20px;
  margin: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-family: "Noto Serif JP", "Noto Serif Thai", "Noto Serif", sans-serif;
}

.eyesight-test__content
  .eyesight-test__detail
  .eyesight-test__item
  .eyesight-test__title:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/arrow-top.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  transition: 0.5s;
}

.eyesight-test__content
  .eyesight-test__detail
  .eyesight-test__item
  .eyesight-test__title.active {
  background-color: #073657;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.eyesight-test__content
  .eyesight-test__detail
  .eyesight-test__item
  .eyesight-test__title.active:after {
  transform: translate(0, -50%) rotate(0);
}

.eyesight-test__content
  .eyesight-test__detail
  .eyesight-test__item
  .eyesight-test__data {
  /*display: none;*/
  font-size: 18px;
  line-height: 1.8;
  padding: 25px 30px;
}

.eyesight-test__content
  .eyesight-test__detail
  .eyesight-test__item
  .eyesight-test__data.active {
  /*display: block;*/
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.tokyo-megane-product__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 20px;
  overflow: hidden;
}

.tokyo-megane-product__list
  .tokyo-megane-product__item
  .tokyo-megane-product__detail {
  position: relative;
  height: clamp(400px, 50vw, 70vh);
  overflow: hidden;
  transition: background-size 0.5s ease;
  padding: 60px 80px;
}

.tokyo-megane-product__list
  .tokyo-megane-product__item
  .tokyo-megane-product__detail:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: #707070;*/
  background: #4d4d4d;
  background-blend-mode: overlay;
  top: 0;
  left: 0;
  transition: 0.5s ease;
  transform: scale(1);
}

.tokyo-megane-product__list
  .tokyo-megane-product__item
  .tokyo-megane-product__detail:hover:before {
  background: transparent;
}

.tokyo-megane-product__list
  .tokyo-megane-product__item:nth-child(1)
  .tokyo-megane-product__detail:before {
  background-image: url(https://bangkok.tokyo-megane.com/wp-content/uploads/2025/11/glasses_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tokyo-megane-product__list
  .tokyo-megane-product__item:nth-child(2)
  .tokyo-megane-product__detail:before {
  background-image: url(https://bangkok.tokyo-megane.com/wp-content/uploads/2025/11/contacts_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tokyo-megane-product__list
  .tokyo-megane-product__item:nth-child(3)
  .tokyo-megane-product__detail:before {
  background-image: url(https://bangkok.tokyo-megane.com/wp-content/uploads/2025/11/other_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tokyo-megane-product__list
  .tokyo-megane-product__item
  .tokyo-megane-product__detail
  .tokyo-megane-product__title {
  position: absolute;
  top: 60px;
  font-size: 36px;
  font-weight: 700;
  color: #073657;
  padding-top: 160px;
  z-index: 5;
  left: 50%;
  transform: translate(-50%, 0);
}

.tokyo-megane-product__list
  .tokyo-megane-product__item
  .tokyo-megane-product__detail
  .tokyo-megane-product__title:before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border: 3px solid #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}
.tokyo-megane-product__list
  .tokyo-megane-product__item:nth-child(1)
  .tokyo-megane-product__detail
  .tokyo-megane-product__title:before {
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/glasses-product-icon.svg);
  background-color: #073657;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 82px;
}
.tokyo-megane-product__list
  .tokyo-megane-product__item:nth-child(2)
  .tokyo-megane-product__detail
  .tokyo-megane-product__title:before {
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/contacts-product-icon.svg);
  background-color: #073657;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 82px;
}
.tokyo-megane-product__list
  .tokyo-megane-product__item:nth-child(3)
  .tokyo-megane-product__detail
  .tokyo-megane-product__title:before {
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/other-product-icon.svg);
  background-color: #073657;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 82px;
}
.tokyo-megane-product__list
  .tokyo-megane-product__item
  .tokyo-megane-product__detail
  .tokyo-megane-product__title
  span {
  text-shadow: 1px 1px 0 white, -1px 1px 0 white, 1px -1px 0 white,
    -1px -1px 0 white;
}
.tokyo-megane-product__list
  .tokyo-megane-product__item
  .tokyo-megane-product__detail
  .tokyo-megane-product__link {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
}

.tokyo-megane-product__list
  .tokyo-megane-product__item
  .tokyo-megane-product__detail
  .tokyo-megane-product__link
  a {
  position: relative;
  display: inline-block;
  border: 2px solid rgba(7, 54, 87, 0.8);
  padding: 10px 40px 10px 30px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  color: rgba(7, 54, 87, 0.8);
  text-decoration: none;
  max-width: 225px;
  width: 100%;
  transition: 0.5s;
}

.tokyo-megane-product__list
  .tokyo-megane-product__item
  .tokyo-megane-product__detail
  .tokyo-megane-product__link
  a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 20px;
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/arrow-right-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.5s;
}

.tokyo-megane-product__list
  .tokyo-megane-product__item
  .tokyo-megane-product__detail
  .tokyo-megane-product__link
  a:hover {
  color: #fff;
  background-color: #073657;
}

@media (max-width: 767px) {
  .specialist-content {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .specialist-content .specialist-content__img {
    position: unset;
  }

  .specialist-content .specialist-content__img img {
    height: auto;
  }

  .specialist-content .specialist-content__detail {
    padding: 50px 30px;
    min-height: unset;
  }

  .specialist-content .specialist-content__detail h2 {
    font-size: 24px;
  }

  .specialist-content .specialist-content__detail h2 span {
    font-size: 18px;
  }

  .specialist-content .specialist-content__detail p {
    font-size: 13px;
  }

  .tokyo-megane-features__list {
    grid-template-columns: 1fr;
  }

  .tokyo-megane-features__list .tokyo-megane-features__item img {
    width: 100%;
  }

  .tokyo-megane-features__list
    .tokyo-megane-features__item
    .tokyo-megane-features__item-detail
    p {
    font-size: 13px;
  }

  .looking-eyewear__content {
    grid-template-columns: 1fr;
  }

  .looking-eyewear__content .looking-eyewear__content-title span {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .looking-eyewear__content .looking-eyewear__content-title span:before {
    transform: translate(-50%, 50%);
  }

  .looking-eyewear__content .looking-eyewear__content-detail {
    font-size: 13px;
  }

  .eyesight-test__content
    .eyesight-test__detail
    .eyesight-test__item
    .eyesight-test__data {
    font-size: 13px;
  }

  .eyesight-test__content
    .eyesight-test__detail
    .eyesight-test__item
    .eyesight-test__title {
    font-size: 14px;
  }

  .eyesight-test__content {
    grid-template-columns: 1fr;
  }

  .eyesight-test__content .eyesight-test__img {
    position: unset;
  }

  .eyesight-test__content .eyesight-test__des {
    display: none;
  }

  .tokyo-megane-product__list {
    grid-template-columns: 1fr;
  }

  .tokyo-megane-product__list
    .tokyo-megane-product__item
    .tokyo-megane-product__detail
    .tokyo-megane-product__title {
    font-size: 24px;
  }
}

/*  PAGE NEWS -------------------------------------------------------------------  */

#store-interior,
#tokyo-megane-access {
  margin-top: 15px;
  margin-bottom: 40px;
}
#tokyo-megane-access h2 {
  font-size: 32px;
}
.store-interior__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 60px;
}

.store-interior__content img {
  margin: 0 10px;
}

/* Slick dots container */
.slider-nav .slick-dots {
  position: absolute;
  top: -50px;
  width: 100%;
  display: flex !important;
  justify-content: right;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.slider-nav .slick-dots li {
  display: inline-block;
  margin: 0 8px;
}

.slider-nav .slick-dots li > button {
  width: 15px;
  height: 15px;
  border: none;
  background-color: #7da9ba;
  color: transparent;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
}

/* Active dot */
.slider-nav .slick-dots li.slick-active button {
  background-color: #073657;
}

/* Hover */
.slider-nav .slick-dots li:hover button {
  background-color: #073657;
}
/* Slick dots container */

.tokyo-megane-access__content {
  display: grid;
  grid-gap: 30px;
}
.tokyo-megane-access__content .tokyo-megane-access__other {
  padding-left: 20px;
}
.tokyo-megane-access__content .tokyo-megane-access__other div {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
}

.tokyo-megane-access__content .tokyo-megane-access__other div:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.tokyo-megane-access__content .tokyo-megane-access__other div.from_bts:before {
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/bts_tra-icon.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  width: 25px;
  height: 30px;
}

.tokyo-megane-access__content .tokyo-megane-access__other div.from_car:before {
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/car_tra-icon.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  width: 25px;
  height: 21px;
}

.tokyo-megane-access__content .tokyo-megane-access__other div + div {
  margin-top: 10px;
}

#tokyo-megane-group {
  background: linear-gradient(to bottom, #fff, #e6f1f5);
}

.tokyo-megane-group__content {
  padding: 40px 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
}

.tokyo-megane-group__content + .tokyo-megane-group__content {
  margin-top: 40px;
}

.tokyo-megane-group__content h3 {
  color: #073657;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin: 0;
}

.tokyo-megane-group__content h3 span {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.tokyo-megane-group__content h3 span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7da9ba;
  bottom: 0;
  left: 0;
}

.tokyo-megane-group__content .tokyo-megane-group__content-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tokyo-megane-group__content .tokyo-megane-group__content-list > div {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
}

.tokyo-megane-group__content .tokyo-megane-group__content-list > div:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #7da9ba;
  left: 0;
  top: 5px;
  /*top: 50%;
                    transform: translate(0, -50%);*/
}

.Inquiries-other {
  padding-top: 80px;
  padding-bottom: 80px;
}

.Inquiries-other h3 {
  color: #073657;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.Inquiries-other .Inquiries-other__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  max-width: 600px;
  margin: 0 auto;
}

.Inquiries-other .Inquiries-other__content .Inquiries-other__tel {
  position: relative;
  display: block;
  border-radius: 20px;
  padding: 15px 50px 15px 90px;
  color: #fff;
  background-color: #073657;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  transition: 0.5s;
}
.Inquiries-other .Inquiries-other__content .Inquiries-other__tel:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 30px;
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/tel-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  left: 35px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.5s;
}
.Inquiries-other .Inquiries-other__content .Inquiries-other__tel:hover {
  background-color: #7da9ba;
}
.Inquiries-other .Inquiries-other__content .Inquiries-other__social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Inquiries-other .Inquiries-other__content .Inquiries-other__social a {
  width: 45px;
}

.staff-manufacturing-tech__content {
  position: relative;
}

.staff-manufacturing-tech__content .staff-manufacturing-tech__content-box {
  position: relative;
  max-width: 700px;
  margin: 0 0 0 auto;
  align-content: center;
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  padding: 60px 50px;
  min-height: 500px;
}

.staff-manufacturing-tech__content
  .staff-manufacturing-tech__content-box:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 530px;
  height: 405px;
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/glasses/glasses-female-glasses.png);
  background-repeat: no-repeat;
  background-size: 530px;
  right: 100%;
}
.staff-manufacturing-tech__content
  .staff-manufacturing-tech__content-box
  h2
  span {
  font-size: 30px;
  color: #20557b;
}
.staff-manufacturing-tech__content .staff-manufacturing-tech__content-box p {
  font-size: 18px;
  line-height: 1.8;
}

#tailoring-process {
  background: linear-gradient(to bottom, #fff, #e6f1f5);
}

.tailoring-process-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.tailoring-process-list .tailoring-process-item {
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
}
.tailoring-process-list .tailoring-process-item .tailoring-process__content {
  /*height: 100%;*/
}
.tailoring-process-list .tailoring-process-item h3 {
  position: relative;
  font-size: 24px;
  text-align: center;
  color: #073657;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.tailoring-process-list .tailoring-process-item h3:after {
  content: "";
  position: absolute;
  width: 160px;
  height: 1px;
  background-color: #073657;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.tailoring-process-list .tailoring-process-item .tailoring-process-data {
  height: 250px;
}
.tailoring-process-list
  .tailoring-process-item
  .tailoring-process-data.en_page {
  height: 320px;
}
.tailoring-process-list .tailoring-process-item p {
  padding: 0 20px;
  font-size: 18px;
  margin-bottom: 30px;
}

.tailoring-process-list .tailoring-process-item a {
  position: relative;
  display: block;
  background-color: #215376;
  padding: 30px 60px 30px 30px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-family: "Noto Serif JP", "Noto Serif Thai", "Noto Serif", sans-serif;
}

.tailoring-process-list .tailoring-process-item a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/arrow-top.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  transition: 0.5s;
}
.tailoring-process-list .tailoring-process-item .tailoring-process__box-list {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.tailoring-process-list
  .tailoring-process-item
  .tailoring-process__box-list-title {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 30px 60px 30px 30px;
  background-color: #215376;
  margin-bottom: 20px;
  margin: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-family: "Noto Serif JP", "Noto Serif Thai", "Noto Serif", sans-serif;
}
.tailoring-process-list
  .tailoring-process-item
  .tailoring-process__box-list-title:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/arrow-top.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  transition: 0.5s;
}
.tailoring-process-list
  .tailoring-process-item
  .tailoring-process__box-list-title.active {
  background-color: #073657;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tailoring-process-list
  .tailoring-process-item
  .tailoring-process__box-list-title.active:after {
  transform: translate(0, -50%) rotate(0);
}

.tailoring-process-list
  .tailoring-process-item
  .tailoring-process__box-list-data {
  background-color: #fff;
  padding: 25px 30px;
  counter-reset: item;
}

.tailoring-process-list
  .tailoring-process-item
  .tailoring-process__box-list-data.active {
  /*display: block;*/
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.tailoring-process-list
  .tailoring-process-item
  .tailoring-process__box-list-data
  .tailoring-process__box-list-data-list {
  position: relative;
  padding-left: 45px;
}
.tailoring-process-list
  .tailoring-process-item
  .tailoring-process__box-list-data
  .tailoring-process__box-list-data-list:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #7da9ba;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.tailoring-process-list
  .tailoring-process-item
  .tailoring-process__box-list-data
  .tailoring-process__box-list-data-list
  span {
  position: relative;
  display: block;
  padding-left: 40px;
  height: 40px;
  align-content: center;
}
.tailoring-process-list
  .tailoring-process-item
  .tailoring-process__box-list-data
  .tailoring-process__box-list-data-list
  span:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #073657;
  color: #073657;
  border-radius: 10px;
  top: 50%;
  transform: translate(0, -50%);
  align-content: center;
  text-align: center;
  line-height: 1;
  font-size: 14px;
}

#after-sale {
  background-color: #073657;
}

#after-sale h2 + p {
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 30px;
}

.after-sale__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}

.after-sale__list .after-sale__item {
  position: relative;
  background-color: #e6f1f5;
  border-radius: 20px;
  overflow: hidden;
}

.after-sale__list .after-sale__item .after-sale__item-detail {
  padding: 30px;
}

.after-sale__list .after-sale__item .after-sale__item-detail p {
  text-align: center;
  color: #073657;
  font-size: 18px;
  line-height: 1.8;
}

.after-sale__list .after-sale__item .after-sale__item-detail p span {
  font-weight: 700;
}

.after-sale__list .after-sale__item .after-sale__item-detail .note {
  font-size: 12px;
  color: #444444;
  margin-top: 20px;
}

#five-year h2 + p {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.8;
}

#five-year p span {
  font-weight: 700;
}

.process-purchasing__content {
  padding: 40px;
  border-radius: 20px;
  background-color: #f0efef;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
}

.process-purchasing__content h3 {
  font-size: 30px;
  text-align: center;
  color: #073657;
}

.process-purchasing__content .process-purchasing__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.process-purchasing__content
  .process-purchasing__list
  .process-purchasing__item {
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.process-purchasing__content
  .process-purchasing__list
  .process-purchasing__item
  img {
  width: 100%;
}

.process-purchasing__content
  .process-purchasing__list
  .process-purchasing__item
  .process-purchasing__detail {
  position: relative;
  padding: 40px 20px 20px;
}

.process-purchasing__content
  .process-purchasing__list
  .process-purchasing__item
  .process-purchasing__detail
  .process-purchasing__no {
  position: absolute;
  top: -27px;
  left: 0;
  background-color: #20557b;
  color: #fff;
  padding: 15px 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.process-purchasing__content
  .process-purchasing__list
  .process-purchasing__item
  .process-purchasing__detail
  .process-purchasing__topic {
  font-size: 20px;
  color: #073657;
  text-align: center;
  font-weight: 700;
  font-family: "Noto Serif JP", "Noto Serif Thai", "Noto Serif", sans-serif;
}

#checking-after-wearing {
  background: linear-gradient(to bottom, #fff, #e6f1f5);
}

.checking-after-wearing__content {
  display: grid;
  grid-template-columns: 1fr 350px;
  grid-gap: 30px;
}

.checking-after-wearing__content .checking-after-wearing__detail h3 {
  font-size: 32px;
  color: #073657;
  position: relative;
  display: inline-block;
  margin: 0;
}
.checking-after-wearing__content .checking-after-wearing__detail p {
  font-size: 18px;
  line-height: 1.8;
}
.checking-after-wearing__content .checking-after-wearing__list-test {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
}

.checking-after-wearing__content .checking-after-wearing__list-test h3 {
  font-size: 20px;
  background-color: #073657;
  padding: 30px;
  color: #fff;
  margin: 0;
}

.checking-after-wearing__content
  .checking-after-wearing__list-test
  .checking-after-wearing__list-test-box {
  background-color: #fff;
  padding: 25px 30px;
  counter-reset: item;
}

.checking-after-wearing__content
  .checking-after-wearing__list-test
  .checking-after-wearing__list-test-box
  .checking-after-wearing__list-test-item {
  position: relative;
  padding-left: 45px;
}

.checking-after-wearing__content
  .checking-after-wearing__list-test
  .checking-after-wearing__list-test-box
  .checking-after-wearing__list-test-item:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #7da9ba;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.checking-after-wearing__content
  .checking-after-wearing__list-test
  .checking-after-wearing__list-test-box
  .checking-after-wearing__list-test-item
  span {
  position: relative;
  display: block;
  padding-left: 40px;
  height: 40px;
  align-content: center;
}

.checking-after-wearing__content
  .checking-after-wearing__list-test
  .checking-after-wearing__list-test-box
  .checking-after-wearing__list-test-item
  span:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #073657;
  color: #073657;
  border-radius: 10px;
  top: 50%;
  transform: translate(0, -50%);
  align-content: center;
  text-align: center;
  line-height: 1;
  font-size: 14px;
}

.checking-after-wearing__note {
  position: relative;
  display: grid;
  grid-template-columns: 125px 1fr;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
}

.checking-after-wearing__note .checking-after-wearing__note-img {
  background-color: #7da9ba;
  padding: 30px;
}

.checking-after-wearing__note .checking-after-wearing__note-img img {
  margin: 0 auto;
}

.checking-after-wearing__note .checking-after-wearing__note-text {
  background-color: #fff;
  padding: 30px;
  line-height: 1.8;
  align-content: center;
}

.product-other__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.product-other__list h2 {
  font-size: 32px;
}
.product-other__list .product-other__item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
}
.product-other__list .product-other__item .product-other__img {
  position: relative;
  overflow: hidden;
}
.product-other__list .product-other__item .product-other__img img {
  width: 100%;
  transition: 0.5s;
}
.product-other__list .product-other__item:hover .product-other__img img {
  transform: scale(1.2);
}

.product-other__list .product-other__item h3 {
  color: #073657;
  text-align: center;
  font-weight: 700;
  padding: 30px;
  margin: 0;
  transition: 0.5s;
}
.product-other__list .product-other__item:hover h3 {
  background-color: #073657;
  color: #ffffff;
}

#peace-mind-see {
  padding-top: 0;
}

.peace-mind-see__content {
  position: relative;
}

.peace-mind-see__content .peace-mind-see__content-box {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  align-content: center;
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  padding: 60px 50px;
  min-height: 550px;
}
.peace-mind-see__content .peace-mind-see__content-box h2 span {
  font-size: 30px;
  color: #20557b;
}

.peace-mind-see__content .peace-mind-see__content-box:before,
.peace-mind-see__content .peace-mind-see__content-box:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.peace-mind-see__content .peace-mind-see__content-box:before {
  width: 420px;
  height: 405px;
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/glasses-female.png);
  background-repeat: no-repeat;
  background-size: 420px;
  right: 100%;
}

.peace-mind-see__content .peace-mind-see__content-box:after {
  width: 420px;
  height: 405px;
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/glasses-male.png);
  background-repeat: no-repeat;
  background-size: 420px;
  left: 100%;
}
.peace-mind-see__content .peace-mind-see__content-box strong {
  color: #073657;
}

#staff-improving {
  background: linear-gradient(to bottom, #fff, #e6f1f5);
}

.staff-improving__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.staff-improving__content .staff-improving__content-detail h2 {
  font-size: 32px;
}
.staff-improving__content .staff-improving__content-detail p {
  font-size: 18px;
  line-height: 1.8;
}

.peace-mind__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.peace-mind__list .peace-mind__item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.peace-mind__list .peace-mind__item .peace-mind__icon {
  background-color: #7da9ba;
  text-align: center;
}

.peace-mind__list .peace-mind__item .peace-mind__icon img {
  margin: 0 auto;
}

.peace-mind__list .peace-mind__item .peace-mind__title {
  background-color: #073657;
  font-size: 20px;
  color: #fff;
  padding: 20px 30px;
  text-align: center;
  height: 100%;
}

#tokyo-megane-see {
  background: linear-gradient(to bottom, #fff, #f0efef);
}

.tokyo-megane-see__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.tokyo-megane-see__content h2 {
  font-size: 32px;
}
.tokyo-megane-see__content p {
  font-size: 18px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .tailoring-process-list {
    grid-template-columns: 1fr;
  }

  .tailoring-process-list .tailoring-process-item p {
    font-size: 13px;
  }

  .tailoring-process-list .tailoring-process-item .tailoring-process__content {
    margin-bottom: 30px;
  }

  .staff-manufacturing-tech__content
    .staff-manufacturing-tech__content-box
    h2
    span {
    font-size: 24px;
  }

  .staff-improving__content .staff-improving__content-detail h2 {
    font-size: 24px;
  }

  .staff-improving__content .staff-improving__content-detail p {
    font-size: 13px;
  }

  .staff-manufacturing-tech__content .staff-manufacturing-tech__content-box p {
    font-size: 13px;
  }

  .after-sale__list {
    grid-template-columns: 1fr;
  }

  .after-sale__list .after-sale__item img {
    width: 100%;
  }

  #five-year h2 {
    font-size: 22px;
  }

  #five-year h2 + p {
    font-size: 13px;
  }

  .process-purchasing__content {
    padding: 20px;
  }

  .process-purchasing__content .process-purchasing__list {
    grid-template-columns: 1fr;
    grid-gap: unset;
  }

  .process-purchasing__content .process-purchasing__list img {
    margin-left: auto;
    margin-right: auto;
  }

  .process-purchasing__content h3 {
    font-size: 20px;
  }

  .process-purchasing__content
    .process-purchasing__list
    .process-purchasing__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    border: unset;
    background: unset;
    box-shadow: unset;
  }

  .process-purchasing__content
    .process-purchasing__list
    .process-purchasing__item
    .left {
    order: 0;
  }

  .process-purchasing__content
    .process-purchasing__list
    .process-purchasing__item
    .process-purchasing__detail.left {
    margin-right: -20px;
  }

  .process-purchasing__content
    .process-purchasing__list
    .process-purchasing__item
    img.left {
    margin-right: unset;
  }

  .process-purchasing__content
    .process-purchasing__list
    .process-purchasing__item
    .right {
    margin-left: -20px;
    order: 1;
  }

  .process-purchasing__content
    .process-purchasing__list
    .process-purchasing__item
    .process-purchasing__detail.right {
    margin-left: -20px;
  }

  .process-purchasing__content
    .process-purchasing__list
    .process-purchasing__item
    img.right {
    margin-left: unset;
  }

  .process-purchasing__content
    .process-purchasing__list
    .process-purchasing__item
    img {
    border-radius: 20px;
  }

  .process-purchasing__content
    .process-purchasing__list
    .process-purchasing__item
    .process-purchasing__detail {
    background-color: #fff;
    padding: unset;
    border-radius: 20px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
  }

  .process-purchasing__content
    .process-purchasing__list
    .process-purchasing__item
    .process-purchasing__detail
    .process-purchasing__topic {
    padding: 30px 0;
  }

  .process-purchasing__content
    .process-purchasing__list
    .process-purchasing__item
    .process-purchasing__detail
    .process-purchasing__no {
    position: unset;
    text-align: center;
    width: 100%;

    padding: 15px 30px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: unset;
  }

  .checking-after-wearing__content {
    grid-template-columns: 1fr;
  }

  .product-other__list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .product-other__list .product-other__item h3 {
    font-size: 13px;
  }

  .staff-improving__content {
    grid-template-columns: 1fr;
  }

  .peace-mind__list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .peace-mind__list .peace-mind__item .peace-mind__title {
    font-size: 13px;
  }

  .peace-mind-see__content .peace-mind-see__content-box h2 span {
    font-size: 24px;
  }

  .peace-mind-see__content .peace-mind-see__content-box {
    min-height: unset;
    padding: 50px 30px;
  }

  .tokyo-megane-see__content {
    grid-template-columns: 1fr;
  }

  .tokyo-megane-see__content h2 {
    font-size: 24px;
  }

  .tokyo-megane-see__content p {
    font-size: 13px;
  }

  .Inquiries-other .Inquiries-other__content {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .Inquiries-other .Inquiries-other__content .Inquiries-other__social {
    justify-content: center;
    grid-gap: 30px;
  }

  .checking-after-wearing__content .checking-after-wearing__detail p {
    font-size: 13px;
  }

  .checking-after-wearing__content .checking-after-wearing__detail h3 {
    font-size: 20px;
  }

  .checking-after-wearing__note {
    grid-template-columns: 1fr;
  }

  .checking-after-wearing__note .checking-after-wearing__note-text {
    font-size: 13px;
  }

  .Inquiries-other h3 {
    font-size: 20px;
  }
}

/* HOME PAGE */
main.home_site section:nth-child(odd) {
  /*background-color: #e6f1f5;*/
}
h2.home_box-title {
  position: relative;
  margin-left: 200px;
  margin-right: 200px;
  text-align: center;
  margin-bottom: 40px;
  color: #073657;
}
h2.home_box-title:before,
h2.home_box-title:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 3px;
  background-color: #073657;
  top: 50%;
  transform: translate(0, -50%);
}
h2.home_box-title:before {
  left: -200px;
}
h2.home_box-title:after {
  right: -200px;
}
.home_box-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-radius: 15px;
  border: 2px solid #073657;
  overflow: hidden;
}
.home_box-list .home_box-item {
  padding: 10px 5px;
}
#tm_trusted_choice .home_box-list .home_box-item:nth-child(odd),
#glasses_safety_system .home_box-list .home_box-item:nth-child(even) {
  background-color: #073657;
  color: #fff;
}
#tm_trusted_choice .home_box-list .home_box-item:nth-child(even),
#glasses_safety_system .home_box-list .home_box-item:nth-child(odd) {
  background-color: #fff;
}
.home_box-list .home_box-item img {
  max-width: 100px;
  width: 100%;
  margin: 0 auto 15px;
}
#glasses_safety_system .home_box-list .home_box-item img {
  margin: 0 auto 30px;
}
.home_box-list .home_box-item h3,
.home_box-list .home_box-item p {
  text-align: center;
}
.home_box-list .home_box-item h3 {
  font-size: 18px;
}
.home_box-list .home_box-item p {
  font-size: 14px;
}
#glasses_safety_system .home_box-list .home_box-item h3,
.home_box-list .home_box-item p {
  margin-bottom: 0;
}
.guide_choosing-title {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-column-gap: 20px;
  margin-bottom: 30px;
}
.guide_choosing-title h2 {
  color: #fff;
  background-color: #073657;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
  align-content: center;
}
.guide_choosing-list .guide_choosing-item {
  display: grid;
  grid-template-columns: 1fr 250px;
  grid-column-gap: 20px;
  margin-bottom: 40px;
}
.guide_choosing-list .guide_choosing-item:last-child {
  margin-bottom: 0;
}
.guide_choosing-list .guide_choosing-item .guide_choosing-detail h3 {
  font-size: 20px;
  color: #073657;
  margin-bottom: 10px;
}
.guide_choosing-list .guide_choosing-item .guide_choosing-detail p {
  text-indent: 50px;
}
@media (max-width: 767px) {
  h2.home_box-title {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10vw;
    padding-right: 10vw;
    margin-bottom: 6vw;
    font-size: 5vw;
  }
  h2.home_box-title:before,
  h2.home_box-title:after {
    width: 10vw;
  }
  h2.home_box-title:before {
    left: 0;
  }
  h2.home_box-title:after {
    right: 0;
  }
  .home_box-list {
    grid-template-columns: 1fr 1fr;
  }
  .home_box-list .home_box-item {
    padding: 5vw 3vw;
  }
  #tm_trusted_choice .home_box-list .home_box-item:nth-child(1),
  #glasses_safety_system .home_box-list .home_box-item:nth-child(2) {
    border-bottom: 2px solid #fff;
  }
  #tm_trusted_choice .home_box-list .home_box-item:nth-child(2),
  #glasses_safety_system .home_box-list .home_box-item:nth-child(1) {
    border-bottom: 2px solid #073657;
  }
  .home_box-list .home_box-item img {
    max-width: 20vw;
  }
  #glasses_safety_system .home_box-list .home_box-item img {
    margin: 0 auto 3vw;
  }
  .home_box-list .home_box-item h3 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .home_box-list .home_box-item p {
    font-size: 3.5vw;
  }
  .guide_choosing-title {
    grid-template-columns: 1fr 15vw;
    grid-column-gap: 5px;
    margin-bottom: 6vw;
  }
  .guide_choosing-title h2 {
    font-size: 3.5vw;
  }
  .guide_choosing-list .guide_choosing-item {
    grid-template-columns: 1fr;
    margin-bottom: 6vw;
  }
  .guide_choosing-list .guide_choosing-item .guide_choosing-detail h3 {
    font-size: 5vw;
  }
  .guide_choosing-list .guide_choosing-item .guide_choosing-detail p {
    font-size: 3vw;
  }
}

/* EYE TEST */
.eyesight_test-content {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-column-gap: 30px;
}
.eyesight_test-content .eyesight_test-detail p {
  color: #073657;
}
@media (max-width: 767px) {
  .eyesight_test-content {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
  .eyesight_test-detail h2 {
    font-size: 5vw;
  }
  .eyesight_test-content .eyesight_test-detail p {
    font-size: 3.5vw;
  }
}

/* PRODUCT */
.merchandise-list .merchandise-item {
  margin-top: 50px;
  margin-bottom: 50px;
}
.merchandise-item:last-child {
  margin-bottom: 0;
}
.merchandise-item .merchandise-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
.merchandise-item .merchandise-content .merchandise-detail {
  align-content: center;
}
.merchandise-item .merchandise-content .merchandise-detail p {
  text-align: center;
}
@media (max-width: 767px) {
  .merchandise-item .merchandise-content {
    grid-template-columns: 1fr;
  }
  .merchandise-item .merchandise-content .merchandise-detail p {
    font-size: 3.5vw;
  }
}

/* ABOUT US */
#company_information-des {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  font-weight: 600;
}
#company_information-des + section {
  padding-top: 0;
}
#company_information-detail img {
  max-width: 500px;
  margin: 0 auto;
}
#company_information-detail .company_information-list {
  padding-top: 40px;
}
#company_information-detail .company_information-item {
  display: grid;
  grid-template-columns: 145px 1fr;
}
#company_information-detail
  .company_information-item
  .company_information-title {
  font-weight: 600;
}
#company_information-detail
  .company_information-item
  .company_information-data {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 20px;
}
.store_information-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
@media (max-width: 767px) {
  .store_information-list {
    grid-gap: 15px;
  }
  #company_information-des {
    padding-top: 10vw;
    padding-bottom: 10vw;
    font-size: 3.5vw;
  }
  #company_information-detail img {
    max-width: 100%;
  }
  #company_information-detail .company_information-item {
    grid-template-columns: 30vw 1fr;
  }
  #company_information-detail
    .company_information-item
    .company_information-title,
  #company_information-detail
    .company_information-item
    .company_information-data {
    font-size: 3.5vw;
  }
  #company_information-detail
    .company_information-item
    .company_information-data {
    grid-template-columns: 12px 1fr;
    grid-gap: 1.5vw;
  }
  #tokyo_megane_group p {
    font-size: 3.5vw;
  }

  .slider-nav .slick-dots {
    top: unset;
    bottom: -30px;
    justify-content: center;
  }
}

/* ACCESS */
#bangkok_store {
  overflow: hidden;
}
.bangkok_store-content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
  align-items: center;
}
.bangkok_store-content .bangkok_store-detail {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.bangkok_store-content .bangkok_store-detail .bangkok_store-item {
  display: grid;
  grid-template-columns: 240px 1fr;
}
.bangkok_store-content
  .bangkok_store-detail
  .bangkok_store-item
  .bangkok_store-title,
.bangkok_store-content
  .bangkok_store-detail
  .bangkok_store-item
  .bangkok_store-data {
  position: relative;
  padding: 30px;
}
.bangkok_store-content
  .bangkok_store-detail
  .bangkok_store-item
  .bangkok_store-title {
  background-color: #073657;
  color: #fff;
  align-content: center;
}
.bangkok_store-content
  .bangkok_store-detail
  .bangkok_store-item
  .bangkok_store-title:after,
.bangkok_store-content
  .bangkok_store-detail
  .bangkok_store-item
  .bangkok_store-data:after {
  content: "";
  position: absolute;
  width: calc(105% - 60px);
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.bangkok_store-content
  .bangkok_store-detail
  .bangkok_store-item
  .bangkok_store-title:after {
  background-color: #fff;
}
.bangkok_store-content
  .bangkok_store-detail
  .bangkok_store-item
  .bangkok_store-data:after {
  background-color: #888888;
}
.bangkok_store-content
  .bangkok_store-detail
  .bangkok_store-item:last-child
  .bangkok_store-title:after,
.bangkok_store-content
  .bangkok_store-detail
  .bangkok_store-item:last-child
  .bangkok_store-data:after {
  content: none;
}
.bangkok_store-content .bangkok_store-content-img {
  position: absolute;
  left: 50%;
  width: 100%;
  z-index: -1;
}
.bangkok_store-content .bangkok_store-content-img img {
  height: 500px;
}

.store_staff-content {
  display: grid;
  grid-template-columns: 180px 1fr;
  grid-gap: 15px;
  align-items: center;
}
.store_staff-detail .store_staff-text h3 {
  color: #073657;
}
.store_staff-detail .store_staff-text p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .bangkok_store-detail {
    grid-template-columns: 1fr;
  }
  .store_staff-detail {
    grid-template-columns: 0.5fr 1fr;
  }
  .bangkok_store-detail .bangkok_store-text p {
    font-size: 3.5vw;
  }
  .store_staff-detail .store_staff-text h3 {
    font-size: 4vw;
  }
  .store_staff-detail .store_staff-text p {
    font-size: 3.5vw;
  }

  .bangkok_store-content {
    display: unset;
  }

  .bangkok_store-content .bangkok_store-content-img {
    position: unset;
    display: none;
  }

  .bangkok_store-content .bangkok_store-detail .bangkok_store-item {
    grid-template-columns: 1fr 2fr;
  }

  .bangkok_store-content
    .bangkok_store-detail
    .bangkok_store-item
    .bangkok_store-title,
  .bangkok_store-content
    .bangkok_store-detail
    .bangkok_store-item
    .bangkok_store-data {
    padding: 20px;
  }

  .bangkok_store-detail {
    margin-bottom: 50px;
  }

  .tokyo-megane-group__content .tokyo-megane-group__content-list {
    grid-template-columns: 1fr;
  }
}

/* Footer Main Side */
#ec-site {
  position: relative;
}
#ec-site:after {
  content: "";
  position: absolute;
  background-color: #073657;
  width: 100%;
  height: 90px;
  bottom: 0;
  z-index: -1;
}
.ec-site__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
}
.ec-site__content .ec-site_content__detail {
  align-content: center;
}
.ec-site__content .ec-site_content__detail p,
.ec-site__content .ec-site_content__detail a {
  font-family: "Noto Serif JP", "Noto Serif Thai", "Noto Serif", sans-serif;
  text-align: center;
}
.ec-site__content .ec-site_content__detail p {
  color: #073657;
  font-weight: 700;
  font-size: 36px;
}
.ec-site__content .ec-site_content__detail p span {
  font-size: 30px;
}
.ec-site__content .ec-site_content__detail a {
  display: block;
  background-color: #f57a00;
  border: 2px solid #ffffff;
  color: #fff;
  font-size: 18px;
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 50px;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  transition: 0.5s;
}
.ec-site__content .ec-site_content__detail a:hover {
  background-color: #ffa042;
}
.ec-site__content .ec-site_content__detail a span {
  position: relative;
  padding-left: 45px;
}
.ec-site__content .ec-site_content__detail a span:before {
  content: "";
  position: absolute;
  width: 27.5px;
  height: 24px;
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/cart.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27.5px;
  left: 0;
}

.brands-product__content h2,
.brands-product__content p {
  color: #ffffff;
  text-align: center;
}
.brands-product__content h2 span {
  display: inline-block;
  position: relative;
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.brands-product__content h2 span:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
}
.brands-product__content p {
  font-family: "Noto Serif JP", "Noto Serif Thai", "Noto Serif", sans-serif;
  font-size: 20px;
}
.brands-product__content > p {
  font-size: 24px;
}
.brands-product__content .footer_tabs {
}
.brands-product__content .footer_tabs-btn {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.brands-product__content .select_tabs {
  display: none;
}

.brands-product__content .footer_tabs-btn:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: calc(100vw);
  height: 2px;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 0;
}
.brands-product__content .footer_tabs-btn .tab-btn {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 20px;
  font-family: "Noto Serif JP", "Noto Serif Thai", "Noto Serif", sans-serif;
}
.brands-product__content .footer_tabs-btn .tab-btn:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50%;
  background-color: #ffffff;
  left: -1px;
  bottom: 0;
}
.brands-product__content .footer_tabs-btn .tab-btn:first-child:before {
  content: none;
}
.brands-product__content .footer_tabs-btn .tab-btn.active,
.brands-product__content .footer_tabs-btn .tab-btn:hover {
  background-color: #ffffff;
  color: #225478;
  font-weight: 700;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.brands-product__content .footer_tabs-btn .tab-btn.active:before,
.brands-product__content .footer_tabs-btn .tab-btn:hover:before {
  content: none;
}
.brands-product__content .footer_tabs-content {
  display: none;
  margin-bottom: 60px;
}
.brands-product__content .footer_tabs-content.active {
  display: block;
}
.brands-product__content .footer_tabs-content .footer_tabs-content-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
}
.brands-product__content .footer_tabs-content .footer_tabs-content-list img {
  border-radius: 10px;
}

#main_footer .main_footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
}
#main_footer .main_footer-content .main_footer-detail {
  align-content: center;
}
#main_footer .main_footer-content .main_footer-detail p,
#main_footer .main_footer-content .main_footer-detail a {
  text-align: center;
}
#main_footer .main_footer-content .main_footer-detail p {
  color: #073657;
  font-weight: 600;
}
#main_footer .main_footer-content .main_footer-detail a {
  display: block;
  background-color: #e6872f;
  color: #fff;
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
  border-radius: 20px;
  text-decoration: none;
}
@media (max-width: 767px) {
  #ec-site:after {
    margin-bottom: -1px;
  }

  .ec-site__content {
    grid-template-columns: 1fr;
    grid-row-gap: 5vw;
  }
  .ec-site__content .ec-site_content__detail p {
    font-size: 24px;
  }

  .ec-site__content .ec-site_content__detail p span {
    font-size: 20px;
  }
  .ec-site__content .ec-site_content__detail a {
    padding: 3vw 2vw;
    font-size: 3.5vw;
  }

  #main_footer .main_footer-content {
    grid-template-columns: 1fr;
    grid-row-gap: 5vw;
  }
  #main_footer .main_footer-content .main_footer-detail p {
    font-size: 3vw;
  }
  #main_footer .main_footer-content .main_footer-detail a {
    padding: 3vw 2vw;
    font-size: 3.5vw;
  }

  .brands-product__content .footer_tabs-content {
    margin-bottom: 20px;
  }

  .brands-product__content .footer_tabs-content .footer_tabs-content-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
  }

  .brands-product__content h2 span {
    margin-bottom: unset;
    font-size: 22px;
  }
}

/* Contact */
#contact_des p {
  margin-bottom: 0;
}
.contact_box {
  background-color: #fff;
  padding: 50px 60px;
  border-radius: 20px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
}
.contact_box > p {
  color: #bd1f1f;
  margin-bottom: 35px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .contact_box {
    padding: 4vw;
  }
  #contact_des p,
  .contact_box > p {
    font-size: 3.5vw;
  }
}

/* FOOTER */
footer {
  /*background-color: #073657;*/
  /*padding-top: 40px;*/
}
footer .footer-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer #brands-product {
  background-color: #073657;
  overflow: hidden;
}
footer #footer-detail {
  background-color: #2a292a;
}
footer .brands_select h3 {
  color: #fff;
  text-align: center;
}

footer .footer_content {
  display: grid;
  grid-template-columns: 1fr 140px 1fr;
  grid-gap: 60px;
}
footer .footer_content .footer_location {
  color: #fff;
  text-align: center;
}
footer .footer_content .footer_location img {
  width: 200px;
  margin: 0 auto;
}
footer .footer_content .footer_location p {
  font-size: 12px;
}
footer .footer_content nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer_content nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  font-size: 14px;
}
@media (max-width: 767px) {
  footer .footer-content {
    padding-bottom: unset;
  }

  footer #brands-product a {
    display: block;
    background-color: #f57a00;
    border: 2px solid #ffffff;
    color: #fff;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    padding: 3vw 2vw;
    margin-bottom: 30px;
    font-size: 3.5vw;
    transition: 0.5s;
  }

  footer #brands-product a span:before {
    content: "";
    position: absolute;
    width: 27.5px;
    height: 24px;
    background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/cart.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 27.5px;
    left: 0;
  }

  footer #brands-product a span {
    position: relative;
    padding-left: 45px;
  }

  footer .footer_content {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding-top: unset;
  }
  footer .footer_content nav {
    display: none;
  }
  footer .brands_select h3 {
    font-size: 4.5vw;
  }

  .brands-product__content .footer_tabs-btn {
    display: none;
  }

  .brands-product__content .select_tabs {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }

  .brands-product__content .select_tabs select {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff, #f1f1f1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    appearance: none;
  }

  .brands-product__content .select_tabs select::before {
    right: 0;
    width: 40%;
    background-color: #7da9ba;
  }

  .brands-product__content .select_tabs::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/themes/tokyomegane_theme/assets/images/icon/arrow-top.svg");
    z-index: 10;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    transform: translateY(-50%) rotate(180deg);
    pointer-events: none;
  }

  .brands-product__content .select_tabs::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
    background-color: #7da9ba;
    pointer-events: none;
    z-index: 1;
    border-radius: 0 20px 20px 0;
  }

  footer .brands_select .footer_tabs-btn {
    grid-template-columns: 1fr 1fr;
  }
  footer .brands_select .footer_tabs-btn .tab-btn {
    font-size: 4vw;
  }
  footer .brands_select .footer_tabs-content .footer_tabs-content-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2vw;
  }
  footer .copyright {
    font-size: 3vw;
  }
}

/* CONTACT FORM 7 */
.contact_form .contact_form-field {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #7da9ba;
  margin-bottom: 20px;
}
.contact_form .contact_form-field.message-field {
  border: none;
}
.contact_form .contact_form-field .contact_form-topic {
  align-self: center;
  color: #073657;
  font-size: 18px;
}
.contact_form .contact_form-field .contact_form-topic .required {
  font-size: 14px;
  color: #bd1f1f;
}
.contact_form .contact_form-field .contact_form-input input,
.contact_form .contact_form-field .contact_form-input textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.contact_form .contact_form-field .contact_form-input input {
  height: 50px;
}
.contact_form .contact-note {
  font-size: 14px;
  color: #444444;
  line-height: 1.8;
  margin-bottom: 40px;
}
.contact_form .contact_form-submit .wpcf7-form-control {
  position: relative;
  min-width: 150px;
  background-color: #073657;
  color: #fff;
  margin: 0 auto;
  display: block;
  border: none;
  cursor: pointer;
  font-size: 18px;
  padding: 20px 40px 20px 30px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  transition: 0.5s;
}
.contact_form .contact_form-submit .wpcf7-form-control:hover {
  background-color: #e6872f;
}
.contact_form .contact_form-submit .wpcf7-form-control:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 20px;
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/arrow-right-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.5s;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #bd1f1f;
}
@media (max-width: 767px) {
  .contact_form .contact_form-field {
    grid-template-columns: 1fr;
    grid-gap: 1vw;
    margin-bottom: 5vw;
  }
  .contact_form .contact_form-field .contact_form-topic {
    font-size: 3.5vw;
  }
  .contact_form .contact_form-submit input {
    font-size: 3.5vw;
  }
}

/* GOOGLE MAP */
.google_map {
  position: relative;
  /*padding-bottom: 75%;*/
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
.google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* HOME */
.best_title {
  color: #fff;
  background-color: #073657;
  padding: 20px;
  border-radius: 30px;
}
.best_des {
  color: #073657;
  font-weight: 600;
  text-align: center;
}
.process_glass {
  color: #073657;
  border: 2px solid #073657;
  padding: 10px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 20px;
}
#owl-demo,
#owl-demo2 {
  margin-bottom: 24px;
  padding-left: 40px;
  padding-right: 40px;
}
.owl-carousel .owl-item {
  padding: 10px;
}
.owl-carousel .owl-item .item {
  padding: 20px;
  border: 2px solid #073657;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.owl-carousel .owl-item .item .item_title {
  position: relative;
  color: #073657;
  font-weight: 600;
  padding-left: 40px;
  height: 50px;
  align-content: center;
  margin-bottom: 10px;
}
.owl-carousel .owl-item .item .item_title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.owl-carousel .owl-item:nth-child(1) .item .item_title:before {
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/no1.png);
  background-size: 30px;
  background-repeat: no-repeat;
}
.owl-carousel .owl-item:nth-child(2) .item .item_title:before {
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/no2.png);
  background-size: 30px;
  background-repeat: no-repeat;
}
.owl-carousel .owl-item:nth-child(3) .item .item_title:before {
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/no3.png);
  background-size: 30px;
  background-repeat: no-repeat;
}
.owl-carousel .owl-item:nth-child(4) .item .item_title:before {
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/no4.png);
  background-size: 30px;
  background-repeat: no-repeat;
}
.owl-carousel .owl-item:nth-child(5) .item .item_title:before {
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/no5.png);
  background-size: 30px;
  background-repeat: no-repeat;
}
.owl-carousel .owl-item:nth-child(6) .item .item_title:before {
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/no6.png);
  background-size: 30px;
  background-repeat: no-repeat;
}
.owl-carousel .owl-item:nth-child(7) .item .item_title:before {
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/no7.png);
  background-size: 30px;
  background-repeat: no-repeat;
}
.owl-carousel .owl-item:nth-child(8) .item .item_title:before {
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/no8.png);
  background-size: 30px;
  background-repeat: no-repeat;
}
.owl-carousel .owl-item .item img {
  width: 120px;
  max-width: 100%;
  margin: 0 auto;
}
.home_note {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 20px;
  background-color: #073657;
  color: #fff;
  padding: 30px;
  border-radius: 20px;
}
.home_sub_topic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 50px;
}
.home_sub_topic.txt_only {
  grid-template-columns: 1fr;
}
.home_sub_topic h3 {
  position: relative;
  padding-left: 40px;
  color: #073657;
}
.home_sub_topic h3:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/themes/tokyomegane_theme/assets/images/icon/icon_topic.png);
  background-size: 30px;
  background-repeat: no-repeat;
  left: 0;
}
.home_sub_topic {
  color: #073657;
  font-weight: 600;
}
.guide_sub_topic {
  margin-bottom: 50px;
}
.guide_sub_topic > div {
  background-color: #e6f1f5;
}
.guide_sub_topic .tree_title {
  position: relative;
  background-color: #073657;
  cursor: pointer;
}
.guide_sub_topic .tree_title h3 {
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 0;
}
.guide_sub_topic .tree_title span {
  position: absolute;
  padding: 8px 16px;
  border-radius: 5px;
  background: #ff1818;
  color: #fff;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  transition: 0.5s;
  font-weight: 600;
}
.guide_sub_topic .tree_title:hover span {
  background: #fff;
  color: #ff1818;
}
.guide_sub_topic .tree_content {
  padding: 30px 80px;
}
.guide_sub_topic .tree_content .tree_data {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.guide_sub_topic .tree_content .tree_data div {
  position: relative;
}
.guide_sub_topic .tree_content .tree_data div:first-child,
.guide_sub_topic .tree_content .tree_data div:last-child {
  padding-top: 15px;
  padding-bottom: 15px;
}
.guide_sub_topic .tree_content .tree_data div:first-child {
  border-right: 2px solid #000;
  padding-right: calc(40% + 20px);
}
.guide_sub_topic .tree_content .tree_data div:first-child:after {
  content: "";
  position: absolute;
  right: 0;
}
.guide_sub_topic .tree_content .tree_data div:last-child {
  padding-left: calc(40% + 20px);
}
.guide_sub_topic .tree_content .tree_data div:last-child:before {
  content: "";
  position: absolute;
  left: 0;
}
.guide_sub_topic .tree_content .tree_data div.tree_data-topic:first-child:after,
.guide_sub_topic
  .tree_content
  .tree_data
  div.tree_data-topic:last-child:before {
  width: 40%;
  height: 2px;
  background-color: #000;
  top: 50%;
  transform: translate(0, -50%);
}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: transparent;
  color: #073657;
  margin: 0;
  padding: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev i,
.owl-theme .owl-controls .owl-buttons .owl-next i {
  font-size: 40px;
  width: 40px;
}
@media (max-width: 767px) {
  .home_sub_topic {
    grid-template-columns: 1fr;
  }
  .best_title {
    font-size: 4vw;
  }
  .best_des {
    font-size: 2.5vw;
  }
  .process_glass {
    font-size: 3vw;
  }
  .owl-carousel .owl-item {
    padding: 1vw;
  }
  .owl-carousel .owl-item .item {
    padding: 2vw;
  }
  .owl-carousel .owl-item .item img {
    width: 25vw;
  }
  .owl-carousel .owl-item .item .item_title {
    font-size: 2vw;
    padding-left: 30px;
    height: 30px;
  }
  .owl-carousel .owl-item .item .item_title:before {
    background-size: 25px !important;
    width: 25px;
    height: 25px;
  }
  .guide_sub_topic .tree_title {
    text-align: center;
  }
  .guide_sub_topic .tree_title span {
    position: relative;
    display: inline-block;
    top: unset;
    right: unset;
    transform: none;
    margin-bottom: 10px;
  }
  .guide_sub_topic .tree_content {
    padding: 4vw;
  }
  .guide_sub_topic .tree_content .tree_data div:first-child,
  .guide_sub_topic .tree_content .tree_data div:last-child {
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 2.5vw;
  }
  .guide_sub_topic .tree_content .tree_data div:first-child {
    padding-right: 10vw;
  }
  .guide_sub_topic .tree_content .tree_data div:last-child {
    padding-left: 10vw;
  }
  .guide_sub_topic
    .tree_content
    .tree_data
    div.tree_data-topic:first-child:after,
  .guide_sub_topic
    .tree_content
    .tree_data
    div.tree_data-topic:last-child:before {
    width: 8vw;
  }
  .home_sub_topic h3 {
    font-size: 3vw;
  }
  .home_sub_topic p {
    font-size: 2.5vw;
  }
  .home_note {
    grid-template-columns: 8vw 1fr;
    grid-gap: 3vw;
    font-size: 2vw;
    padding: 3vw;
  }
}
