@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*----------------------------------------
	RESET
-----------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none !important;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* .mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
} */
.zen {
  font-family: "Zen Old Mincho", serif;
}

main,
header,
footer,
section {
  display: block;
}

label {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

/*----------------------------------------
BODY
-----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  color: #1a1a1a;
  background: #fff;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 0;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

.fwb {
  font-weight: bold;
}

.posr {
  position: relative;
}

.posa {
  position: absolute;
}

a.over:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

video {
  width: 100%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.eb {
  font-family: "EB Garamond", serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

@media only screen and (min-width: 769px) {
  body {
    font-size: 1.5rem;
    min-width: 1100px;
  }
  main:not(#top):not(#mens) {
    padding-top: 50px;
  }
  .spbr {
    display: none;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a {
    text-decoration: none;
  }
  a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  a:hover img {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.1rem;
  }
  main {
    padding-top: 50px;
  }
  .pcbr {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
/*----------------------------------------
インナー類
-----------------------------------------*/
.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1000px) {
  .inrWidth {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .inrWidth {
    width: 90%;
  }
}

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .outerWidth {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .outerWidth {
    width: 90%;
  }
}

.fullWidth {
  width: 1820px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1820px) {
  .fullWidth {
    width: 95%;
  }
  .fullWidth--small {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .fullWidth {
    width: 90%;
  }
  .fullWidth--small {
    padding-left: 0;
  }
}

.u-fade-in {
  opacity: 0;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
}
.u-fade-in.u-inview {
  -webkit-animation: none;
          animation: none;
  opacity: 0;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
}
.u-fade-in:not(.u-inview) {
  -webkit-animation: animate-fade-in 0.9s ease-out forwards;
          animation: animate-fade-in 0.9s ease-out forwards;
}
.u-fade-up {
  -webkit-animation: animate-fade-up 0.8s forwards;
          animation: animate-fade-up 0.8s forwards;
}
.u-fade-down {
  -webkit-animation: animate-fade-down 0.8s forwards;
          animation: animate-fade-down 0.8s forwards;
}
.u-fade-left {
  -webkit-animation: animate-fade-left 0.8s forwards;
          animation: animate-fade-left 0.8s forwards;
}
.u-fade-right {
  -webkit-animation: animate-fade-right 0.8s forwards;
          animation: animate-fade-right 0.8s forwards;
}

@-webkit-keyframes animate-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes animate-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes animate-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes animate-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes animate-fade-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes animate-fade-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes animate-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-28px);
            transform: translateX(-28px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes animate-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-28px);
            transform: translateX(-28px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes animate-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(28px);
            transform: translateX(28px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes animate-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(28px);
            transform: translateX(28px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*----------------------------------------
以下、HEADER、FOOTER
-----------------------------------------*/
body.fixed {
  overflow: hidden;
}

/*----------------------------------------
HEADER
-----------------------------------------*/
.hd {
  position: relative;
  z-index: 10;
  height: 75px;
  background: #1a1a1a;
}
.hd__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.hd__logo {
  width: 235px;
}
.hd__logo a,
.hd__logo img {
  display: block;
}
.hd__toggle {
  display: none;
}

.hdNav {
  display: none;
}

@media only screen and (max-width: 768px) {
  .hd {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    height: 50px;
    width: 100%;
  }
  .hd__inner {
    width: 90%;
    margin: 0 auto;
  }
  .hd__logo {
    width: 150px;
    z-index: 102;
  }
  .hd__toggle {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    z-index: 102;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    width: 32px;
    height: 32px;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .hd__toggle span {
    display: block;
    width: 100%;
    height: 1px;
    margin-left: auto;
    background: #fff;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  .hd.is-open .hd__toggle span:first-child {
    -webkit-transform: translateY(3.5px) rotate(45deg);
            transform: translateY(3.5px) rotate(45deg);
  }
  .hd.is-open .hd__toggle span:last-child {
    -webkit-transform: translateY(-3.5px) rotate(-45deg);
            transform: translateY(-3.5px) rotate(-45deg);
  }
  .hd.is-open .hdNav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .hdNav {
    position: fixed;
    inset: 0;
    z-index: 101;
    display: block;
    padding: 80px 30px 40px;
    background: #1a1a1a;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    overflow-y: auto;
  }
  .hdNav__inner {
    display: block;
  }
  .hdNav__group + .hdNav__group {
    margin-top: 30px;
  }
  .hdNav__group ul {
    margin-top: 10px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  .hdNav__group li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 55px;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    padding-inline: 20px;
  }
  .hdNav__group li a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .hdNav__group.is-accordion-open ul {
    max-height: 620px;
  }
  .hdNav__head {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    min-height: 82px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 2rem;
    line-height: 1;
  }
  .hdNav__head::after {
    content: "";
    position: absolute;
    right: 4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  .hdNav__group.is-accordion-open .hdNav__head::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
/*----------------------------------------
中央HEADER
-----------------------------------------*/
.localHd {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #1a1a1a;
}
.localHd__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
}
.localHd__logo {
  width: 235px;
}
.localHd__logo a,
.localHd__logo img {
  display: block;
}
.localHd__toggle {
  display: none;
}

.localNav {
  margin-left: auto;
  margin-right: 70px;
}
.localNav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
.localNav__group {
  position: relative;
}
.localNav__group ul {
  text-align: left;
  position: absolute;
  top: calc(100% + 26px);
  left: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-0.8rem);
          transform: translateY(-0.8rem);
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
}
.localNav__group ul.--store {
  width: 100px;
}
.localNav__group li + li {
  margin-top: 0.45rem;
}
.localNav__head {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 0 10px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.localNav a {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
}

.localHd:hover .localNav__group ul,
.localHd:focus-within .localNav__group ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.localHd:hover::after,
.localHd:focus-within::after {
  content: "";
  position: absolute;
  top: 7rem;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 280px;
  background: rgba(26, 26, 26, 0.95);
}

@media only screen and (max-width: 768px) {
  .localHd {
    display: none;
  }
}
/*----------------------------------------
FOOTER
-----------------------------------------*/
.ft {
  padding: 80px 0 30px;
}
.ft__nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr 5.5rem 1.2fr 5.5rem 0.8fr 5.5rem 0.9fr 5.5rem 0.9fr;
  grid-template-columns: 1.2fr 1.2fr 0.8fr 0.9fr 0.9fr;
  gap: 5.5rem;
  padding: 52px 100px 55px;
  background: #1a1a1a;
  color: #fff;
}
.ft__col-title {
  display: block;
  color: #fff;
  padding-bottom: 1.2rem;
  margin-bottom: 1.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.ft__col-title--none {
  border: none;
}
.ft__col ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2.2rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 2.2rem;
}
.ft__col ul a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.ft__col--jp ul {
  display: block;
}
.ft__col--jp ul a {
  font-size: 1.5rem;
  line-height: 1.1;
}
.ft__col--jp li + li {
  margin-top: 15px;
}
.ft__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 50px 100px;
}
.ft__logo {
  width: 217px;
}
.ft__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-left: auto;
}
.ft__sns a {
  font-size: 2rem;
  font-weight: 500;
}
.ft__copy {
  position: absolute;
  left: 50%;
  bottom: 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  font-size: 1.2rem;
  color: #777;
}

@media only screen and (max-width: 768px) {
  .ft {
    padding: 35px 0 80px;
  }
  .ft__nav {
    display: block;
    width: calc(100% - 20px);
    padding: 24px 22px 28px;
  }
  .ft__col + .ft__col {
    margin-top: 35px;
  }
  .ft__col-title {
    padding-bottom: 8px;
    margin-bottom: 9px;
    font-size: 2rem;
  }
  .ft__col ul {
    -ms-grid-columns: 80px 20px 80px;
    grid-template-columns: repeat(2, 80px);
    gap: 3px 20px;
  }
  .ft__col ul.--ladies {
    -ms-grid-columns: (80px)[1];
    grid-template-columns: repeat(1, 80px);
  }
  .ft__col a {
    font-size: 2rem;
  }
  .ft__col--jp li + li {
    margin-top: 10px;
  }
  .ft__col--jp ul a {
    font-size: 1.5rem;
  }
  .ft__bottom {
    width: calc(100% - 40px);
    min-height: 0;
    padding: 25px 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ft__logo {
    width: 100%;
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ft__logo img {
    width: 170px;
  }
  .ft__sns {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    margin-left: 0;
  }
  .ft__sns li + li {
    margin-top: 7px;
  }
  .ft__sns a {
    font-size: 1.7rem;
  }
  .ft__copy {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 20px;
    font-size: 1rem;
    white-space: normal;
  }
}
/*----------------------------------------
サイドの固定バー
-----------------------------------------*/
.fixed-side {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fixed-side a {
  color: #fff;
  vertical-align: middle;
  line-height: 1;
  width: 50px;
  height: 200px;
  padding: 0;
  position: relative;
  background: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  letter-spacing: 0.2em;
  border-radius: 20px 0 0 20px;
}

@media only screen and (max-width: 768px) {
  .fixed-side {
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
  .fixed-side a {
    width: 100%;
    height: 50px;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    letter-spacing: 0.2em;
    border-radius: 0;
  }
}
/*----------------------------------------
共通パーツ
-----------------------------------------*/
.com-bread {
  padding-top: 24px;
  color: #8a8a8a;
  font-size: 1.8rem;
}
.com-bread ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.com-bread li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  color: #1a1a1a;
}
.com-bread li + li::before {
  content: "/";
  color: #8a8a8a;
}
.com-bread a {
  color: #8a8a8a;
}

@media only screen and (max-width: 768px) {
  .com-bread {
    padding-top: 12px;
    font-size: 1.2rem;
  }
}
.com-nav {
  margin: 20px 0 0;
}
.com-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 50px;
  font-size: 3rem;
}
.com-nav ul li.is-active a {
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .com-nav ul a:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 768px) {
  .com-nav {
    width: 100%;
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    background: #f4f2ed;
  }
  .com-nav ul {
    padding: 0 5%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 10px 35px;
    font-size: 1.8rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: none;
  }
}