@charset "UTF-8";
body {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
[lang="en"] body {
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
body#main {
  margin-left: 0;
}

* {
  box-sizing: border-box;
}

img {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

@media screen and (max-width: 767px) {
  .sp_wrap {
    display: block;
  }
}

#menu {
  position: fixed;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  width: 180px;
  background-color: #afb3e6;
  text-align: center;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  #menu {
    display: none;
  }
}
#menu .menu_inner {
  position: relative;
  height: 100vh;
  padding-top: 31px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
#menu .site_logo {
  margin: 0;
}
#menu .site_logo a {
  display: block;
}
#menu .site_logo a img {
  width: 80px;
}
#menu .button {
  margin-top: 30px;
}
#menu .button span {
  display: inline-block;
  cursor: pointer;
}
#menu .menu_icons {
  margin-top: auto;
}
#menu .close {
  display: none;
  position: absolute;
  top: 25px;
  right: 25px;
}
#menu .close #button_close img {
  width: 17px;
}
#menu .close span {
  display: inline-block;
  cursor: pointer;
}
#menu .close span img {
  width: 20px;
}
#menu .gnavi {
  display: none;
  margin-top: 95px;
}
#menu .gnavi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu .gnavi ul li {
  font-weight: bold;
  font-size: 16px;
  line-height: 3.125;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
}
#menu .gnavi ul li a {
  color: #fff;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  #menu .gnavi ul li a:hover {
    color: #50548c;
  }
}
#menu ul.sns-icons {
  margin: 45px 0 0;
  padding: 0;
  list-style: none;
}
#menu ul.sns-icons li {
  margin-top: 23px;
  line-height: 0;
}
#menu ul.sns-icons li a {
  color: #fff;
  font-size: 20px;
}
@media print, screen and (min-width: 768px) {
  #menu ul.sns-icons li a:hover {
    color: #50548c;
  }
}
#menu .shop.open .shop-links {
  width: 280px;
}
#menu .shop span {
  display: block;
}
@media print, screen and (min-width: 768px) {
  #menu .shop span:hover svg path {
    fill: #50548c;
    stroke: #50548c;
  }
}
#menu .shop svg path {
  fill: #fff;
}
#menu .shop .shop-links {
  position: fixed;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 180px;
  width: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s linear;
}
#menu .shop .shop-links ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 20px 20px 48px;
  width: 280px;
}
#menu .shop .shop-links ul li {
  margin-top: 8.25px;
}
#menu .shop .shop-links ul li a {
  display: block;
  background: #fff url(../media/images/kogu/common/footer-link.svg) no-repeat calc(100% - 11px) 50%/15px;
  border: 1px solid #50548c;
  border-radius: 5px;
  padding: 14px 0 16px;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  color: #50548c;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
#menu .shop .shop-links ul li a:hover {
  background-color: #50548c;
  color: #fff;
}
#menu .shop:hover .shop-links {
  width: 280px;
}
#menu.opened {
  width: 250px;
}
#menu.opened .button {
  display: none;
}
#menu.opened .close,
#menu.opened .gnavi {
  display: block;
}
#menu.opened .shop:hover .shop-links {
  left: 250px;
}

#sp-header {
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #afb3e6;
  box-shadow: rgba(0, 0, 0, 0.16) 0 2px 3px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #sp-header {
    display: flex;
  }
}
#sp-header #sp_button .menu_close {
  display: none;
}
#sp-header #sp_button.opened .menu_open {
  display: none;
}
#sp-header #sp_button.opened .menu_close {
  display: block;
}
#sp-header .button {
  flex: 0 0 auto;
  line-height: 0;
}
#sp-header .button span {
  display: inline-block;
  padding: 14px 15px;
  line-height: 0;
}
#sp-header h1 {
  flex: 1 1 auto;
  margin: 0;
  text-align: center;
  line-height: 0;
}
[lang="en"] #sp-header h1 {
  padding-right: 55px;
}
#sp-header h1 a {
  display: inline-block;
  padding: 15.5px 0;
  line-height: 0;
}
#sp-header .shop {
  flex: 0 0 auto;
  line-height: 0;
}
#sp-header .shop a {
  display: inline-block;
  padding: 13.5px 15px;
  line-height: 0;
}
#sp-header .shop a img {
  width: 25px;
}
#sp-header .shop a.opened {
  background: url(../media/images/kogu/common/menu-close2.svg) no-repeat center/25px;
}
#sp-header .shop a.opened > img {
  opacity: 0;
}

#sp-menu {
  display: none;
  position: fixed;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.95);
  left: -320px;
  top: 50px;
  bottom: 0;
  width: 320px;
  padding: 26px 30px 39px;
  transition: all 0.2s linear;
}
#sp-menu.opened {
  display: block;
  left: 0;
}
#sp-menu .flex {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
#sp-menu .flex .gnavi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sp-menu .flex .gnavi ul li {
  background: url(../media/images/kogu/common/sp-gnavi-arrow.svg) no-repeat calc(100% - 2px) 50%;
  font-weight: bold;
  font-size: 15px;
  line-height: 3.33333;
  letter-spacing: 0.05em;
}
#sp-menu .flex .gnavi ul li a {
  color: #50548c;
  text-decoration: none;
}
#sp-menu .flex .shop-links {
  margin-top: auto;
}
#sp-menu .flex .shop-links a {
  display: block;
  margin-top: 8.25px;
  background: #fff url(../media/images/kogu/common/footer-link.svg) no-repeat calc(100% - 11px) 50%/15px;
  border: 1px solid #50548c;
  border-radius: 5px;
  padding: 14px 0 16px;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  color: #50548c;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
#sp-menu .flex .shop-links a:hover {
  background-color: #50548c;
  color: #fff;
}
#sp-menu .flex .sns-icons {
  margin-top: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  list-style: none;
}
#sp-menu .flex .sns-icons a {
  display: block;
  line-height: 0;
  margin: 0 17px;
  font-size: 22px;
  color: #50548c;
}
#sp-menu .flex .shop {
  display: none;
}

#sp-shop-links {
  display: none;
  position: fixed;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.95);
  right: -320px;
  top: 50px;
  bottom: 0;
  width: 320px;
  padding: 26px 30px 39px;
  transition: all 0.2s linear;
}
#sp-shop-links.opened {
  display: block;
  right: 0;
}
#sp-shop-links a {
  display: block;
  margin-bottom: 8.25px;
  background: #fff url(../media/images/kogu/common/footer-link.svg) no-repeat calc(100% - 11px) 50%/15px;
  border: 1px solid #50548c;
  border-radius: 5px;
  padding: 14px 0 16px;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  color: #50548c;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
#sp-shop-links a:hover {
  background-color: #50548c;
  color: #fff;
}

.lang_select {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lang_select > li:not(:first-child) {
  margin-left: 5px;
}
.lang_select > li:not(:first-child)::before {
  content: "/";
  padding-right: 5px;
  color: #fff;
}
.lang_select > li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .lang_select > li a {
    font-size: 13px;
  }
}
.lang_select > li a.active {
  opacity: 0.5;
  pointer-events: none;
}

#menu .lang {
  margin-top: 40px;
}

#sp-menu .lang {
  display: none;
}

#sp-header .lang {
  position: absolute;
  right: 55px;
}
[lang="en"] #sp-header .lang {
  right: 10px;
}

#footer {
  background-color: #f2f3fe;
  min-height: 400px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  padding: 43px 58px 39px 60px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  #footer {
    flex-direction: column;
    align-items: stretch;
    padding: 36px 0 39px;
  }
  [lang="en"] #footer {
    min-height: auto;
  }
}
#footer .r {
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  #footer .r {
    align-self: stretch;
    padding: 0 30px;
  }
}
#footer .r .shop-links {
  width: 280px;
  margin: 0 2px 0 auto;
}
@media screen and (max-width: 980px) {
  #footer .r .shop-links {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  #footer .r .shop-links {
    width: 100%;
    margin: 0;
  }
}
#footer .r .shop-links a {
  display: flex;
  margin-bottom: 10px;
  background: #fff url(../media/images/kogu/common/footer-link.svg) no-repeat calc(100% - 15px) 50%;
  border: 1px solid #50548c;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 32px 1px;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  color: #50548c;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  #footer .r .shop-links a {
    background-position: calc(100% - 14px) 50%;
    background-size: 22px;
    height: 55px;
    padding: 0 36px 2px;
    font-size: 15px;
    line-height: 1.53333;
  }
}
#footer .r .shop-links a:hover {
  background-color: #50548c;
  color: #fff;
}
#footer .r .privacy-policy {
  margin: 47px 0 0;
  text-align: right;
  font-family: "Noto Sans CJK JP", sans-serif;
  color: #50548c;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#footer .r .privacy-policy a {
  color: inherit;
  text-decoration: none;
}
@media print, screen and (min-width: 981px) {
  #footer .r .privacy-policy a {
    transition: 0.5s;
  }
  #footer .r .privacy-policy a:hover {
    opacity: .65;
  }
}
#footer .r .copyright {
  margin: 16px 1px 0 0;
  text-align: right;
  font-family: "Noto Sans CJK JP", sans-serif;
  color: #50548c;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#footer .l {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 980px) {
  #footer .l {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #footer .l {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #footer .l .footer_info {
    display: flex;
    flex-flow: column wrap;
  }
  #footer .l .footer_info > * {
    order: 2;
  }
  #footer .l .footer_info .sns-icons {
    order: 1;
  }
}
#footer .l h1 {
  margin: 0 0 0 2px;
}
@media screen and (max-width: 767px) {
  #footer .l h1 {
    margin: 0;
    text-align: center;
  }
}
#footer .l h1 a img {
  max-width: 100%;
  width: 220px;
}
#footer .l p {
  margin: 0;
  font-family: "Noto Sans CJK JP", sans-serif;
  color: #50548c;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #footer .l p {
    letter-spacing: 0.07em;
  }
}
#footer .l p.address {
  margin-top: 26px;
  line-height: 1.5625;
}
@media screen and (max-width: 767px) {
  #footer .l p.address {
    margin: 20px auto 0;
    width: fit-content;
    line-height: 1.625;
  }
}
#footer .l p.tel {
  margin-top: 14px;
  padding-left: 1px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #footer .l p.tel {
    margin-top: 21px;
    padding-right: 17px;
    text-align: center;
    line-height: 1.875;
  }
}
#footer .l p.tel a {
  color: inherit;
  text-decoration: none;
}
#footer .l p.tel a:hover {
  text-decoration: underline;
}
#footer .l p.hours {
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  #footer .l p.hours {
    margin-top: 6px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0;
  }
  #footer .l p.hours::before, #footer .l p.hours::after {
    content: "｜";
  }
}
#footer .l p.hours span {
  font-size: 13px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  #footer .l p.hours span {
    font-size: inherit;
    letter-spacing: inherit;
  }
}
#footer .l .sns-icons {
  margin-top: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #footer .l .sns-icons {
    margin-top: 0;
    margin-bottom: 30px;
    justify-content: center;
  }
}
#footer .l .sns-icons a {
  display: block;
  line-height: 0;
  margin-right: 24px;
  color: #50548c;
  font-size: 21px;
}
@media print, screen and (min-width: 981px) {
  #footer .l .sns-icons a {
    transition: 0.5s;
  }
  #footer .l .sns-icons a:hover {
    opacity: .75;
  }
}
@media screen and (max-width: 767px) {
  #footer .l .sns-icons a {
    margin: 0 16px;
    font-size: 26px;
  }
  #footer .l .sns-icons a:last-child {
    margin: 0 15px;
    font-size: 22px;
  }
}
#footer .l .privacy-policy {
  margin: 41px 0 0;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  color: #50548c;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#footer .l .privacy-policy a {
  color: inherit;
  text-decoration: none;
}
#footer .l .privacy-policy a:hover {
  text-decoration: underline;
}
#footer .l .sp_footer_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  #footer .l .sp_footer_menu {
    display: table;
    margin: 30px auto 0;
    padding: 0 50px;
    list-style: none;
  }
  #footer .l .sp_footer_menu > li + li {
    margin-top: 10px;
  }
  #footer .l .sp_footer_menu > li > a {
    display: block;
    color: #50548c;
    text-decoration: none;
  }
  #footer .l .sp_footer_menu > li > a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 5px;
    padding-left: 0;
    content: "";
  }
}
#footer .l .copyright {
  margin: 26px auto 0;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  color: #50548c;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}
#footer .footer_navi {
  margin-left: 60px;
  /**/
}
@media screen and (max-width: 980px) {
  #footer .footer_navi {
    display: none;
  }
}
#footer .footer_navi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer_navi ul > li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.5;
}
#footer .footer_navi ul > li + li {
  margin-top: 10px;
}
#footer .footer_navi ul > li.depth1::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 0.5em;
  height: 2px;
  background: #50548c;
}
#footer .footer_navi ul > li a {
  display: block;
  color: #50548c;
  text-decoration: none;
}
@media screen and (min-width: 981px) {
  #footer .footer_navi ul > li a {
    transition: 0.5s;
  }
  #footer .footer_navi ul > li a:hover {
    opacity: 0.8;
  }
}

#main {
  margin-left: 180px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #main {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #main {
    margin-left: 0;
    margin-top: 50px;
  }
}
#main .lower-brands {
  background: linear-gradient(to bottom right, #50548c 0%, #3c2b5b 100%);
  padding: 50px 20px;
}
@media screen and (max-width: 767px) {
  #main .lower-brands {
    padding: 24px 52.5px 30px;
  }
}
#main .lower-brands ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main .lower-brands ul {
    flex-direction: column;
    align-items: stretch;
  }
}
#main .lower-brands ul li {
  margin: 0 5px;
  flex: 0 1 300px;
}
@media screen and (max-width: 767px) {
  #main .lower-brands ul li {
    margin: 7px 0 0;
    flex: 0 0 auto;
  }
}
#main .lower-brands ul li a {
  border-radius: 5px;
  background: #f2f3fe no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .lower-brands ul li a {
    height: 135px;
  }
}
#main .lower-brands ul li a span {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.65);
  width: 100%;
  max-width: 190px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  #main .lower-brands ul li a span {
    max-width: 170px;
    height: 85px;
  }
}
#main .lower-brands ul li a span img {
  width: 70px;
}
@media screen and (max-width: 767px) {
  #main .lower-brands ul li a span img {
    width: 63px;
  }
}
#main .lower-brands ul li a:hover span {
  max-width: 100%;
  height: 100%;
}

/*# sourceMappingURL=kogu-common.css.map */
