﻿html:not(.responsive) {
  width: 100%;
}

/*=============================================
* Font Don't Edit
*=============================================*/
.fnt-shippori-mincho {
  font-family: "Shippori Mincho", serif;
}

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

/*=============================================
* body
*=============================================*/
body {
  font-family: "Shippori Mincho", serif;
  background: url("../img/shared/bg_bd.jpg") repeat center;
  color: #000;
  text-align: justify;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 27.5px;
  letter-spacing: 0.1em;
}

body * {
  box-sizing: border-box;
  letter-spacing: 0.1em;
}

img {
  width: 100%;
  height: auto;
}

.pc {
  display: none !important;
}

.sp {
  display: block;
}

.navOpen #pagetop {
  opacity: 0 !important;
  visibility: hidden !important;
}

.navOpen #navigation {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

body.active #fixed-bnr-pc {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.box-parallax {
  position: relative;
}

.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
}

.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0) !important;
}

/*=============================================
* PC
*=============================================*/
@media screen and (min-width: 1000px) {
  body {
    font-size: 16px;
    line-height: 48px;
  }

  .sp {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

  .object-fit-cover {
    position: absolute !important;
  }

  .object-fit-cover img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }

  .img-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .img-auto {
    width: 100%;
  }

  img {
    width: auto;
  }

  .midnightInner {
    overflow: hidden !important;
  }

  .midnightHeader.black .hamburger-inner,
  .midnightHeader.black .hamburger-inner:before,
  .midnightHeader.black .hamburger-inner:after {
    background: #000;
  }

  .midnightHeader.black ul li:nth-child(3) a:nth-child(1) {
    color: #000 !important;
  }

  body.navOpen .midnightHeader.black .hamburger-inner,
  body.navOpen .midnightHeader.black .hamburger-inner:before,
  body.navOpen .midnightHeader.black .hamburger-inner:after {
    background: #fff;
  }

  body.navOpen .midnightHeader.black ul li:nth-child(3) a:nth-child(1) {
    color: #fff !important;
  }
}

/*=============================================
* FCV - CUSTOMS
*=============================================*/
li {
  list-style: none;
}

#feed a:hover {
  text-decoration: underline;
}

i {
  letter-spacing: inherit;
  font-weight: inherit;
}

.word-br {
  word-break: break-all;
}

.txt-center {
  text-align: center;
}

.break-all {
  word-break: break-all;
}

.copied {
  pointer-events: none;
}

.rss-img:hover {
  opacity: 0.7;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }

  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }

  .over-img img:hover,
  img.over:hover,
  a:hover img:not(.btn):not(.non-over),
  button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }

  .img-parallax img {
    height: auto !important;
  }
}

body.navOpen {
  touch-action: none !important;
  pointer-events: none !important;
}

body.navOpen .hamburger,
body.navOpen #ft-bnr-fixed,
body.navOpen #navigation,
body.navOpen #fixed-bnr-pc,
body.navOpen #brandlist_menu {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.navOpen {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.hs-copie {
  pointer-events: none;
}

a {
  text-decoration: none;
  transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
}

a:hover {
  text-decoration: none;
}

/*=============================================
* <main>
*=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
}

.ovh {
  overflow: hidden;
}

/*=============================================
* <header>
*=============================================*/
header {
  position: relative;
  z-index: 3;
}

/*=============================================
* .socialbuttons
*=============================================*/
.socialbuttons .fb-like > span {
  width: 100px !important;
}

.socialbuttons .fb-like > span iframe {
  left: 50%;
  transform: translateX(-50%);
}

.socialbuttons {
  line-height: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 20px;
}

/*=============================================
* .blog
*=============================================*/
.rss_img {
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.rss_img:hover {
  opacity: 0.8;
}

/*=============================================
* copyright
*=============================================*/
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

/*====================== ft-bnr-fixed ====================== */
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: url("../img/shared/bg_bd.jpg") repeat center;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 998;
  }

  #ft-bnr-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px) !important;
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 65px) !important;
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer:after {
    background: url("../img/shared/bg_bd.jpg") repeat center;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 998;
  }

  #ft-bnr-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px) !important;
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 65px) !important;
  }
}

/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3),
  only screen and (min--moz-device-pixel-ratio: 3),
  only screen and (-o-min-device-pixel-ratio: 3/1),
  only screen and (min-device-pixel-ratio: 3),
  only screen and (min-resolution: 458dpi),
  only screen and (min-resolution: 3dppx) {
  footer:after {
    background: url("../img/shared/bg_bd.jpg") repeat center;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 998;
  }

  #ft-bnr-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px) !important;
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 65px) !important;
  }
}

@media screen and (min-width: 768px) {
  footer:after {
    display: none !important;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}

/* --- --- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-delay: 0.3s;
}

/*=============================================
* Button shared
*=============================================*/
.btn-shared a {
  position: relative;
  display: block;
  background: #000;
  color: #fff;
  padding-left: 50px;
  font-size: 14px;
  line-height: 59px;
}

.btn-shared a::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 4.5px;
  height: 6.5px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}

.btn-shared a.unsmooth::before {
  -webkit-clip-path: unset;
  clip-path: unset;
  background: url("../img/shared/icon_popup.png") no-repeat;
  width: 10px;
  height: 9px;
  background-size: 100%;
}

.btn-shared.type-2 a {
  background: #fff;
  color: #000;
}

.btn-shared.type-2 a::before {
  background: #000;
}

@media screen and (min-width: 1000px) {
  .btn-shared {
    width: 320px;
    margin: 0 auto;
  }

  .btn-shared a {
    padding-left: 54px;
    font-size: 16px;
    line-height: 65px;
  }

  .btn-shared a::before {
    width: 5px;
    height: 7px;
    right: 19px;
  }

  .btn-shared a:hover {
    opacity: 0.7;
  }

  .btn-shared a.unsmooth::before {
    width: 13px;
    height: 11px;
    right: 15px;
  }
}

/*=============================================
* Header
*=============================================*/
#header {
  background: url("../img/shared/bg_bd.jpg") repeat center;
  position: relative;
  z-index: 2;
}

#header h1 {
  position: absolute;
  top: 2vw;
  left: 4%;
  right: 26%;
  z-index: 1;
  color: #7b7b7b;
  font-size: 11px;
  line-height: 24px;
}

#header .logo {
  position: absolute;
  top: 43.5%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 38%;
}

#header .logo-child {
  position: absolute;
  top: 20vw;
  left: 4%;
  width: 13%;
  z-index: 1;
}

#header #keyvisual {
  position: relative;
}

#header #keyvisual .photo {
  height: 160vw;
}

#header #keyvisual .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#header #keyvisual h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 7.73vw;
  line-height: 1;
  letter-spacing: 0.15em;
}

#header #rss {
  position: absolute;
  bottom: 6.5vw;
  left: 11.5%;
  right: 11.5%;
  z-index: 1;
}

#header #rss .group1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header #rss .group1 h2 {
  position: relative;
  padding-right: 34px;
  font-size: 18px;
  line-height: 1;
}

#header #rss .group1 h2::before,
#header #rss .group1 h2:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 1px;
  top: 50%;
  right: 0;
  height: 32.5px;
  transform: translateY(-50%);
}

#header #rss .group1 h2:after {
  right: 4px;
}

#header #rss .group1 .btn-more a {
  display: block;
  position: relative;
  line-height: 1;
  padding-right: 12px;
}

#header #rss .group1 .btn-more a::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(135deg);
}

#header #rss .group2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 20px;
}

#header #rss .group2 .btn-insta {
  width: 35.5px;
  margin-bottom: 7px;
}
.btn-info {
  display: block;
  float: none;
}
@media screen and (min-width: 1000px) {
  #header h1 {
    inset: 287px 11px 0 auto;
    font-size: 14px;
  }

  #header .logo {
    top: 50%;
    width: 218px;
  }

  #header .hd-top {
    position: relative;
    z-index: 2;
    display: flex !important;
    justify-content: space-between;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 15px 30px 0;
  }

  #header .hd-top .col-l {
    flex: 1;
    max-width: 712px;
  }

  #header .hd-top .col-l .nav-list {
    display: flex;
    justify-content: space-between;
  }

  #header .hd-top .col-l .nav-list > li > a {
    position: relative;
    z-index: 2;
    display: block;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }

  #header .hd-top .col-l .nav-list > li > a::before {
    content: "";
    position: absolute;
    background: #000;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 3px;
    opacity: 0;
  }

  #header .hd-top .col-l .nav-list > li > a:hover,
  #header .hd-top .col-l .nav-list > li > a.active {
    border-color: #000;
  }

  #header .hd-top .col-l .nav-list > li > a:hover::before,
  #header .hd-top .col-l .nav-list > li > a.active::before {
    opacity: 1;
  }

  #header .hd-top .col-l .nav-list .parent {
    position: relative;
  }

  #header .hd-top .col-l .nav-list .parent .sub-menu {
    position: absolute;
    top: 0;
    left: 50%;
    width: 214px;
    padding-top: 50px;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
  }

  #header .hd-top .col-l .nav-list .parent .sub-menu ul {
    background: url("../img/shared/bg_bd.jpg") repeat center;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.16);
    padding: 18px 20px 14px 40px;
  }

  #header .hd-top .col-l .nav-list .parent .sub-menu ul li a {
    display: block;
    font-size: 14px;
    line-height: 36px;
  }

  #header .hd-top .col-l .nav-list .parent .sub-menu ul li a:hover {
    opacity: 0.8;
  }

  #header .hd-top .col-l .nav-list .parent .sub-menu ul li + li {
    margin-top: 0px;
  }

  #header .hd-top .col-l .nav-list .parent:hover > a {
    border-color: rgba(0, 0, 0, 0);
  }

  #header .hd-top .col-l .nav-list .parent:hover > a::before {
    display: none;
  }

  #header .hd-top .col-l .nav-list .parent:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
  }

  #header .hd-top .col-r .group-link-1 {
    display: flex;
    justify-content: flex-end;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .btn-info {
    display: flex;
    width: 336px;
    float: right;
    justify-content: space-around;
  }
  .btn-insta {
    clear: both;
  }
  #header .hd-top .col-r .group-link-1 li:nth-child(1) a:nth-child(1) span {
    margin-right: -6px;
  }

  #header .hd-top .col-r .group-link-1 li:nth-child(1) a:nth-child(2) {
    color: #b1b1b1;
  }

  #header .hd-top .col-r .group-link-1 li:nth-child(1) a:hover {
    opacity: 0.7;
  }

  #header .hd-top .col-r .group-link-1 li:nth-child(2) {
    margin-right: -4px;
    font-size: 22px;
    letter-spacing: 0.1em;
  }

  #header .hd-top .col-r .group-link-1 li:nth-child(2) img {
    width: 12px;
    margin: -6px 7px 0 0;
  }

  #header .hd-top .col-r .group-link-2 {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  #header .hd-top .col-r .group-link-2 li a {
    position: relative;
    display: block;
    color: #fff;
    padding-left: 53px;
    width: 190px;
    font-size: 15px;
    line-height: 50px;
  }

  #header .hd-top .col-r .group-link-2 li a:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 5px;
    height: 7px;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }

  #header .hd-top .col-r .group-link-2 li a:hover {
    opacity: 0.7;
  }

  #header .hd-top .col-r .group-link-2 li:nth-child(1) a {
    background: #541316;
  }

  #header .hd-top .col-r .group-link-2 li:nth-child(1) a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_web.png") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 19px;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
  }

  #header .hd-top .col-r .group-link-2 li:nth-child(2) a {
    background: #000;
  }

  #header .hd-top .col-r .group-link-2 li:nth-child(2) a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_cart_w.png") no-repeat;
    background-size: 100%;
    width: 21px;
    height: 20px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }

  #header .hd-top .col-r .btn-company {
    width: 135px;
    margin: 31px 0 0 auto;
  }

  #header .hd-top .col-r .btn-company a {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 1px solid #000;
    padding: 0 17px 11px 0;
    font-size: 14px;
    line-height: 1;
  }

  #header .hd-top .col-r .btn-company a:after {
    content: "";
    position: absolute;
    background: #000;
    top: 3px;
    right: 17px;
    width: 5px;
    height: 9px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }

  #header .hd-top .col-r .btn-company a:hover {
    opacity: 0.7;
  }

  #header #rss {
    bottom: 35px;
    left: 35px;
    right: auto;
    width: 450px;
  }

  #header #rss .group1 {
    justify-content: flex-start;
  }

  #header #rss .group1 h2 {
    padding-right: 42px;
    font-size: 22px;
  }

  #header #rss .group1 h2::before,
  #header #rss .group1 h2:after {
    height: 40px;
  }

  #header #rss .group1 .btn-more {
    margin: 5px 0 0 54px;
  }

  #header #rss .group1 .btn-more a {
    padding-right: 15px;
  }

  #header #rss .group1 .btn-more a::before {
    top: 6px;
  }

  #header #rss .group1 .btn-more a:hover {
    opacity: 0.7;
  }

  #header #rss .group2 {
    margin: 28px 0 0 -6px;
    align-items: flex-start;
  }

  #header #rss .group2 #feed .item {
    flex: 1;
    display: flex;
  }

  #header #rss .group2 #feed .item dd {
    flex: 1;
    margin-left: 24px;
  }

  #header #rss .group2 .btn-insta {
    width: 35px;
    margin: -2px 0 0;
  }

  #header .logo-child {
    top: 270px;
    left: 30px;
    width: 64px;
  }

  #header #keyvisual {
    margin-top: 45px;
  }

  #header #keyvisual .photo {
    height: 840px;
  }

  #header #keyvisual h2 {
    font-size: 45px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
  #header .hd-top .col-l .nav-list > li > a {
    font-size: 14px;
  }
}

/*=============================================
* Navigation
*=============================================*/
#navigation {
  position: fixed;
  inset: 0;
  background: url("../img/shared/fixed_bg_sp.jpg") no-repeat center top/cover;
  color: #fff;
  z-index: 999;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s all linear;
  z-index: 999;
}

#navigation .group {
  padding: 55.5px 12% 90px;
}

#navigation .group .row-1 .col-r .nav-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#navigation .group .row-1 .col-r .nav-list > ul > li > a {
  display: block;
  font-size: 16.5px;
}

#navigation .group .row-1 .col-r .nav-list > ul > li > a:hover,
#navigation .group .row-1 .col-r .nav-list > ul > li > a.active {
  opacity: 0.7;
}

#navigation .group .row-1 .col-r .nav-list > ul > li + li {
  margin-top: 27.5px;
}

#navigation .group .row-1 .col-r .nav-list > ul:nth-child(3) {
  width: 100%;
  margin-top: 22px;
}

#navigation .group .row-1 .col-r .nav-list > ul:nth-child(3) .sub-menu {
  margin: 10px 0 0 33px;
}

#navigation .group .row-1 .col-r .nav-list > ul:nth-child(3) .sub-menu li a {
  display: block;
  font-size: 13px;
}

#navigation .group .row-1 .col-r .nav-list > ul:nth-child(3) .sub-menu li + li {
  margin-top: 6px;
}

#navigation .group .row-1 .col-l {
  width: 79%;
  margin: 40px 0 0 1px;
}

#navigation .group .row-1 .col-l .group-link li a {
  display: block;
  position: relative;
  font-size: 15.5px;
  padding-left: 50px;
}

#navigation .group .row-1 .col-l .group-link li a:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 4.5px;
  height: 8.5px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

#navigation .group .row-1 .col-l .group-link li:nth-child(2) a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 47px;
}

#navigation .group .row-1 .col-l .group-link li:nth-child(2) a::before {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_cart_w.png") no-repeat;
  background-size: 100%;
  top: 50%;
  left: 31px;
  width: 13px;
  height: 12px;
  transform: translateY(-50%);
}

#navigation .group .row-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

#navigation .group .row-2 .btn-company {
  /* width: 100%; */
  margin-bottom: 4vw;
}

#navigation .group .row-2 .btn-company a {
  position: relative;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0vw 14vw;
  font-size: 15.5px;
  line-height: 47px;
}

#navigation .group .row-2 .btn-company a:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 4.5px;
  height: 8.5px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

#navigation .group .row-2 .btn-insta {
  margin-top: 55px;
}

#navigation .group .row-2 .btn-insta span {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1;
}

#navigation .group .row-2 .btn-insta img {
  width: 31.5px;
}

@media screen and (min-width: 1000px) {
  #navigation {
    background-image: url("../img/shared/fixed_bg_pc.jpg");
  }

  #navigation .group {
    max-width: 1240px;
    margin: 0 auto;
    padding: 149px 20px 173px;
  }

  #navigation .group a:hover {
    opacity: 0.7;
  }

  #navigation .group .row-1 {
    display: flex;
    justify-content: space-between;
  }

  #navigation .group .row-1 .col-r {
    order: 2;
  }

  #navigation .group .row-1 .col-r .nav-list {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  #navigation .group .row-1 .col-r .nav-list > ul {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }

  #navigation .group .row-1 .col-r .nav-list > ul > li > a {
    font-size: 16px;
    line-height: 1;
  }

  #navigation .group .row-1 .col-r .nav-list > ul > li + li {
    margin-top: 42px;
  }

  #navigation .group .row-1 .col-r .nav-list > ul:nth-child(1) {
    order: 1;
    padding: 8px 53px 0 22px;
  }

  #navigation .group .row-1 .col-r .nav-list > ul:nth-child(2) {
    order: 3;
    padding: 8px 53px 0 29px;
  }

  #navigation .group .row-1 .col-r .nav-list > ul:nth-child(3) {
    order: 2;
    width: auto;
    margin-top: 0;
    padding: 8px 40px 10px 31px;
  }

  #navigation .group .row-1 .col-r .nav-list > ul:nth-child(3) .sub-menu {
    margin: 25px 0 0 5px;
  }

  #navigation .group .row-1 .col-r .nav-list > ul:nth-child(3) .sub-menu li a {
    display: block;
    font-size: 14px;
    line-height: 1;
  }

  #navigation
    .group
    .row-1
    .col-r
    .nav-list
    > ul:nth-child(3)
    .sub-menu
    li
    + li {
    margin-top: 22px;
  }

  #navigation .group .row-1 .col-l {
    width: auto;
    margin: 0;
  }

  #navigation .group .row-1 .col-l .btn-tel dl {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    line-height: 1;
  }

  #navigation .group .row-1 .col-l .btn-tel dl dd {
    margin-top: 16px;
    font-size: 29px;
  }

  #navigation .group .row-1 .col-l .btn-tel dl dd img {
    width: 15px;
    margin: -8px 8px 0 0;
  }

  #navigation .group .row-1 .col-l .btn-tel .note {
    margin-top: 12px;
    font-size: 14px;
    line-height: 25px;
  }

  #navigation .group .row-1 .col-l .group-link {
    width: 250px;
    margin-top: 18px;
  }

  #navigation .group .row-1 .col-l .group-link li a {
    font-size: 16px;
    padding-left: 55px;
  }

  #navigation .group .row-1 .col-l .group-link li a:after {
    width: 5px;
    height: 7px;
    right: 19px;
  }

  #navigation .group .row-1 .col-l .group-link li:nth-child(1) a {
    background: #541316;
    line-height: 65px;
  }

  #navigation .group .row-1 .col-l .group-link li:nth-child(1) a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_web.png") no-repeat;
    background-size: 100%;
    top: 50%;
    left: 22px;
    width: 20px;
    height: 19px;
    transform: translateY(-50%);
  }

  #navigation .group .row-1 .col-l .group-link li:nth-child(2) {
    margin-top: 18px;
  }

  #navigation .group .row-1 .col-l .group-link li:nth-child(2) a {
    line-height: 63px;
  }

  #navigation .group .row-1 .col-l .group-link li:nth-child(2) a::before {
    left: 20px;
    width: 21px;
    height: 20px;
  }

  #navigation .group .row-2 {
    display: block;
    width: 135px;
    margin: -30px 41px 0 auto;
  }

  #navigation .group .row-2 .btn-company {
    width: 150px;
    margin-left: 20px;
  }

  #navigation .group .row-2 .btn-company a {
    text-align: center;
    padding: 0 16px 0 0;
    font-size: 14px;
    line-height: 35px;
  }

  #navigation .group .row-2 .btn-company a:after {
    width: 5px;
    height: 9px;
    right: 17px;
  }

  #navigation .group .row-2 .btn-insta {
    margin: 33px 4px 0 0;
    clear: both;
  }

  #navigation .group .row-2 .btn-insta a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 13px;
    column-gap: 13px;
  }

  #navigation .group .row-2 .btn-insta span {
    margin: 0;
    font-size: 14px;
  }

  #navigation .group .row-2 .btn-insta img {
    width: 34px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
  #navigation .group .row-1 .col-r .nav-list > ul {
    padding: 8px 30px 10px 20px !important;
  }
}

/*=============================================
* Fixed Button PC
*=============================================*/
#fixed-bnr-pc {
  position: fixed;
  top: 58px !important;
  right: 22px !important;
  left: auto !important;
  z-index: 1001;
  width: 65px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s all linear;
}

#fixed-bnr-pc.fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

#fixed-bnr-pc ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 30px;
}

#fixed-bnr-pc ul li a:hover {
  opacity: 0.7;
}

#fixed-bnr-pc ul li:nth-child(1) {
  width: 56px;
}

#fixed-bnr-pc ul li:nth-child(1):hover {
  opacity: 0.7;
}

#fixed-bnr-pc ul li:nth-child(2) {
  width: 65px;
}

#fixed-bnr-pc ul li:nth-child(2) a {
  position: relative;
  display: block;
  text-align: center;
  background: #541316;
  color: #fff;
  padding-top: 10px;
  height: 220px;
  line-height: 65px;
}

#fixed-bnr-pc ul li:nth-child(2) a::before {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_web.png") no-repeat;
  background-size: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 19px;
  top: 34px;
}

#fixed-bnr-pc ul li:nth-child(2) a:after {
  content: "";
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 7px;
  bottom: 20px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

#fixed-bnr-pc ul li:nth-child(3) {
  width: 30px;
}

#fixed-bnr-pc ul li:nth-child(3) a {
  display: block;
  text-align: center;
  line-height: 1;
}

#fixed-bnr-pc ul li:nth-child(3) a:nth-child(1) {
  color: #fff;
}

#fixed-bnr-pc ul li:nth-child(3) a:nth-child(2) {
  border-top: 1px solid #898989;
  color: #898989;
  margin-top: 13px;
  padding-top: 12px;
}

/*=============================================
* Footer Button Fixed
*=============================================*/
#ft-bnr-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

#ft-bnr-fixed ul {
  display: flex;
  height: 55px;
}

#ft-bnr-fixed ul li a {
  height: 100%;
}

#ft-bnr-fixed ul li:nth-child(-n + 2) {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}

#ft-bnr-fixed ul li:not(:nth-child(4)) {
  background: url("../img/shared/bg_bd.jpg") repeat center;
  width: 14.6666666667%;
}

#ft-bnr-fixed ul li:not(:nth-child(4)) a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#ft-bnr-fixed ul li:not(:nth-child(4)) img {
  width: auto;
  margin-bottom: 9.5px;
  height: 18.5px;
}

#ft-bnr-fixed ul li:not(:nth-child(4)) span {
  display: block;
  font-size: 8.5px;
  font-weight: 600;
  line-height: 1;
}

#ft-bnr-fixed ul li:nth-child(4) {
  background: #541316;
  color: #fff;
  width: 41.3333333333%;
}

#ft-bnr-fixed ul li:nth-child(4) a {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

#ft-bnr-fixed ul li:nth-child(4) a img {
  width: 17.5px;
}

#ft-bnr-fixed ul li:nth-child(4) a span {
  display: block;
  font-size: 12.5px;
  line-height: 1;
}

#ft-bnr-fixed ul li:last-child span {
  margin-bottom: 10px;
}

#ft-bnr-fixed ul li:last-child span.off {
  display: block;
}

#ft-bnr-fixed ul li:last-child span.on {
  display: none;
}

#ft-bnr-fixed ul li:last-child.is-active span.off {
  display: none;
}

#ft-bnr-fixed ul li:last-child.is-active span.on {
  display: block;
}

/*=============================================
* Footer
*=============================================*/
#footer {
  background: url("../img/shared/bg_bd.jpg") repeat center;
  padding-bottom: 30vw;
}

#footer .col-l {
  background: #f1f1f1;
  padding: 15vw 0;
}

#footer .col-l .logo {
  width: 13%;
  margin: 0 auto;
}

#footer .col-l .btn-tel {
  text-align: center;
  margin-top: 10vw;
}

#footer .col-l .btn-tel dl {
  line-height: 1;
}

#footer .col-l .btn-tel dl dt {
  font-size: 15px;
}

#footer .col-l .btn-tel dl dd {
  margin-top: 14px;
  font-size: 27px;
}

#footer .col-l .btn-tel dl dd img {
  width: 14px;
  margin: -7px 7px 0 7px;
}

#footer .col-l .btn-tel .note {
  margin: 11px 0 0 10px;
  line-height: 23px;
}

#footer .col-l .group-link-1 {
  margin: 10vw 8% 0;
}

#footer .col-l .group-link-1 li a {
  color: #fff;
  padding-left: 0;
  line-height: 64px;
}

#footer .col-l .group-link-1 li span {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 24px;
  font-size: 16px;
}

#footer .col-l .group-link-1 li:nth-child(1) a {
  background: #541316;
}

#footer .col-l .group-link-1 li:nth-child(1) a span::before {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_web.png") no-repeat;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 20.5px;
  height: 19.5px;
  left: -6px;
}

#footer .col-l .group-link-1 li:nth-child(2) {
  margin-top: 3vw;
}

#footer .col-l .group-link-1 li:nth-child(2) a {
  background: #000;
}

#footer .col-l .group-link-1 li:nth-child(2) a span::before {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_cart_w.png") no-repeat;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 20px;
  left: -6px;
}

#footer .col-l .group-link-2 {
  display: flex;
  justify-content: center;
  margin-top: 10vw;
}

#footer .col-l .group-link-2 li a {
  display: block;
  font-size: 16px;
}

#footer .col-l .group-link-2 li:nth-child(2) a {
  color: #b1b1b1;
}

#footer .col-r {
  padding-top: 12vw;
}

#footer .col-r .bot {
  font-size: 14px;
  line-height: 30px;
}

#footer .col-r .bot .btn-copy a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-right: 26px;
}

#footer .col-r .bot .btn-copy a::before {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_copy.png") no-repeat;
  width: 17px;
  height: 17px;
  background-size: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#footer .col-r .bot .btn-copy a span {
  letter-spacing: 0.15em;
}

#footer .col-r .bot .socialbuttons {
  margin-top: 9vw;
}

#footer .col-r .bot .btn-cookie {
  margin-top: 5.5vw;
}

#footer .col-r .bot .btn-cookie a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-right: 20px;
}

#footer .col-r .bot .btn-cookie a::before {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_cookie.png") no-repeat;
  width: 14px;
  height: 14px;
  background-size: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#footer .col-r .bot .btn-cookie a span {
  text-decoration: underline;
  text-underline-offset: 1px;
}

#footer .col-r .bot address {
  text-align: center;
  margin-top: 7vw;
}

#footer .col-r .bot .pagetop {
  margin-top: 7vw;
}

#footer .col-r .bot .pagetop a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 6px;
  letter-spacing: 0.16em;
}

#footer .col-r .bot .pagetop a::before {
  content: "";
  position: absolute;
  background: #000;
  width: 7px;
  height: 5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

@media screen and (min-width: 1000px) {
  #footer {
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  #footer .col-l {
    flex: 1;
    max-width: 420px;
    width: 100%;
    padding: 93px 20px 53px;
  }

  #footer .col-l .logo {
    width: 74px;
  }

  #footer .col-l .btn-tel {
    margin-top: 35px;
  }

  #footer .col-l .btn-tel dl dt {
    font-size: 16px;
  }

  #footer .col-l .btn-tel dl dd {
    margin-top: 16px;
    font-size: 29px;
  }

  #footer .col-l .btn-tel dl dd img {
    width: 15px;
    margin: -6px 6px 0 0;
  }

  #footer .col-l .btn-tel .note {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 25px;
  }

  #footer .col-l .group-link-1 {
    max-width: 330px;
    margin: 36px auto 0;
  }

  #footer .col-l .group-link-1 li {
    width: 100%;
  }

  #footer .col-l .group-link-1 li a {
    line-height: 65px;
  }

  #footer .col-l .group-link-1 li span {
    padding-left: 25px;
  }

  #footer .col-l .group-link-1 li:nth-child(2) {
    margin-top: 15px;
  }

  #footer .col-l .group-link-2 {
    margin-top: 0;
  }

  #footer .col-l .group-link-2 li a:hover {
    opacity: 0.7;
  }

  #footer .col-r {
    padding: 78px 104px 0 0;
  }

  #footer .col-r .top .nav-list {
    display: flex;
  }

  #footer .col-r .top .nav-list a:hover {
    opacity: 0.7;
  }

  #footer .col-r .top .nav-list > ul {
    border-left: 1px solid rgba(0, 0, 0, 0.5);
  }

  #footer .col-r .top .nav-list > ul > li > a {
    display: block;
    line-height: 30px;
  }

  #footer .col-r .top .nav-list > ul > li + li {
    margin-top: 28px;
  }

  #footer .col-r .top .nav-list > ul:nth-child(1) {
    padding: 0 53px 0 23px;
  }

  #footer .col-r .top .nav-list > ul:nth-child(2) {
    padding: 0 31px 0 45px;
  }

  #footer .col-r .top .nav-list > ul:nth-child(2) > li > a {
    margin-left: -14px;
  }

  #footer .col-r .top .nav-list > ul:nth-child(2) .sub-menu {
    margin-top: 7px;
  }

  #footer .col-r .top .nav-list > ul:nth-child(2) .sub-menu li a {
    display: block;
    font-size: 14px;
    line-height: 36px;
  }

  #footer .col-r .top .nav-list > ul:nth-child(3) {
    padding: 0px 11px 0 29px;
  }

  #footer .col-r .top .btn-company {
    width: 135px;
    margin: 52px 0 33px 23px;
    /* float: right; */
  }

  #footer .col-r .top .btn-company a {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: block;
    text-align: center;
    padding-right: 16px;
    font-size: 14px;
    line-height: 35px;
  }

  #footer .col-r .top .btn-company a:after {
    content: "";
    position: absolute;
    background: #000;
    top: 50%;
    width: 5px;
    height: 9px;
    right: 17px;
    transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }

  #footer .col-r .top .btn-company a:hover {
    opacity: 0.7;
  }

  #footer .col-r .top .btn-insta a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -moz-column-gap: 13px;
    column-gap: 13px;
  }

  #footer .col-r .top .btn-insta a span {
    display: block;
    font-size: 14px;
    line-height: 1;
  }

  #footer .col-r .top .btn-insta a img {
    width: 34px;
  }

  #footer .col-r .top .btn-insta a:hover {
    opacity: 0.7;
  }

  #footer .col-r .bot {
    display: flex;
    flex-direction: column;
    margin-top: 98px;
  }

  #footer .col-r .bot .btn-copy {
    order: 3;
    margin-top: 24px;
  }

  #footer .col-r .bot .btn-copy a {
    margin: 0 0 0 auto;
  }

  #footer .col-r .bot .btn-copy a:hover span {
    text-decoration: underline;
    text-underline-offset: 1px;
  }

  #footer .col-r .bot .socialbuttons {
    order: 4;
    margin-top: 15px;
    justify-content: flex-end;
  }

  #footer .col-r .bot .btn-cookie {
    order: 2;
    margin-top: 7px;
  }

  #footer .col-r .bot .btn-cookie a {
    margin: 0 0 0 auto;
  }

  #footer .col-r .bot .btn-cookie a span:hover {
    text-decoration: none;
  }

  #footer .col-r .bot address {
    order: 1;
    text-align: right;
    margin-top: 0;
  }

  #footer .col-r .bot .pagetop {
    order: 5;
    margin-top: 28px;
  }

  #footer .col-r .bot .pagetop a {
    padding: 0 22px 0 0;
    margin: 0 0 0 auto;
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  #footer .col-r .bot .pagetop a::before {
    top: 50%;
    left: auto;
    right: 0;
    transform: translateY(-50%);
  }

  #footer .col-r .bot .pagetop a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
  #footer .col-r {
    padding-right: 30px;
  }
}
