@charset "EUC-JP";

@keyframes favoriteBaseAnim {
  0% {
    transform: scale(1.0);
  }

  50% {
    transform: scale(0.7);
  }

  100% {
    transform: scale(1.0);
  }
}

@keyframes favoriteIconAnim {
  0% {
    transform: scale(1.0);
  }

  50% {
    transform: scale(0.7);
  }

  75% {
    transform: scale(1.3);
  }

  82% {
    transform: scale(0.8);
  }

  96% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1.0);
  }
}

:root {
  --navigationSize: 340px;
  --contentSidePadding: 60px;
  --defaultColor: #353535;
  --defaultBackgroundColor: #fff;
  --defaultPointColor: red;
  --defaultImportantColor: #437D80;
  --defaultDeep: #437D80;
  --itemImageHeightRatio: 100%;
  --itemImageDisplayMethod: contain;
  --itemImageBackground: rgba(0, 0, 0, 0.03);
  --normalfont: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}

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

ul,
ol,
li,
menu,
figure,
section,
aside {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-weight: normal;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  background: url("https://file001.shop-pro.jp/PA01509/180/img/common/bg.webp") repeat #edeae3;
  color: var(--defaultColor);
  font-family: var(--normalfont);
  scroll-behavior: smooth;
}

body.preventScroll {
  overflow-y: hidden;
}

.classic {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-family: var(--normalfont);
  font-weight: normal;
  overflow: hidden;
}

.classic,
.classic * {
  box-sizing: border-box;
}

*[data-font="belle"] {
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-style: normal;
}

*[data-font="jost"] {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

*[hidden] {
  display: none !important;
}

.pointColor {
  color: var(--defaultPointColor);
}

.importantColor {
  color: var(--defaultImportantColor);
}

.bold {
  font-family: var(--normalfont);
  font-weight: bold;
}

.linethrough {
  text-decoration: line-through;
}

a,
.kiHeader .megaLink>span {
  text-underline-offset: 4px;
}

img {
  border: 0;
  max-width: 100%;
}

img.c-inherit {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  object-fit: cover;
  object-position: center;
}

a {
  color: var(--defaultColor);
  transition: opacity 0.2s ease-out;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

a:is h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

button {
  padding: 0;
}

.forMobile {
  display: none;
}

hr {
  width: 100%;
  height: 0;
  border-top: 1px solid var(--defaultColor);
  opacity: 0.15;
  background: transparent;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.doubleTtl>* {
  display: block;
  line-height: 1.0;
}

.doubleTtl strong {
  font-size: 42px;
}

.doubleTtl strong::first-letter {
  color: var(--defaultDeep);
}

.doubleTtl small {
  font-size: 13px;
  font-weight: normal;
}

.l-main .doubleTtl {
  display: inline-flex;
  align-items: baseline;
}

.l-main .doubleTtl strong {
  margin-right: 12px;
}

.classic input,
.classic textarea,
.classic select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: inherit !important;
  background: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: inherit;
  background: none;
}

label {
  cursor: pointer;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

input[type="date"]::-webkit-clear-button,
input[type="month"]::-webkit-clear-button,
input[type="datetime-local"]::-webkit-clear-button,
input[type="time"]::-webkit-clear-button,
input[type="week"]::-webkit-clear-button {
  -webkit-appearance: none;
}

.siteMenu li svg {
  display: block;
}

.secondNavi>li>a,
.secondNavi>li>label {
  position: relative;
}

.secondNavi>li>a:before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #b8c4c4;
}

.brandNavi li a {
  display: flex;
  align-items: center;
}

.brandNavi li a>* {
  display: block;
  line-height: 1.0;
}

.kiHeader {
  width: 100%;
  display: grid;
  line-height: 1.0;
  z-index: 1000;
}

.kiHeader h2,
#globalMenu h2 {
  margin: 0;
}

.kiHeader a {
  display: block;
  white-space: nowrap;
}

.kiHeader a:hover,
.kiHeader .megaLink:hover>span,
#globalMenu a:hover {
  text-decoration: underline;
  color: #368377;
}

.kiHeader .megaLink span {
  display: block;
  cursor: pointer;
}

.kiHeader .siteMenu li a:hover svg use {
  fill: #368377;
}

#globalMenu {
  line-height: 1.0;
}

#globalMenu .searchBox {
  position: relative;
  height: 40px;
}

#globalMenu .searchBox form {
  display: block;
  width: 100%;
  height: 100%;
}

#globalMenu .searchBox input[type="text"] {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f8f5ef;
  border-radius: 20px;
  font-size: 16px;
}

#globalMenu .searchBox input[type="text"]:focus {
  outline: none;
}

#globalMenu .searchBox .searchBtn {
  display: block;
  position: absolute;
  width: 21px;
  right: 13px;
  top: calc(50% - 10.5px);
}

#globalMenu .searchBox .searchBtn:hover svg use {
  fill: #666;
}

#globalMenu .accTtl {
  padding-bottom: 16px;
  border-bottom: 1px solid #bdc8c7;
}

#globalMenu .accTtl:not(:first-of-type) {
  margin-top: 45px;
}

#globalMenu .accTtl>* {
  display: inline-block;
  line-height: 1.0;
}

#globalMenu .accTtl label {
  display: flex;
  align-items: baseline;
}

#globalMenu .accTtl strong {
  font-size: 26px;
}

#globalMenu .accTtl strong::first-letter {
  color: var(--defaultDeep);
}

#globalMenu .accTtl small {
  padding-left: 10px;
  font-size: 13px;
}


#globalMenu .firstNavi,
#globalMenu .brandNavi {
  border-bottom: 1px solid #b7c3c3;
}

#globalMenu .firstNavi>li,
#globalMenu .brandNavi>li {
  padding: 20px 10px;
}

#globalMenu .firstNavi>li+li,
#globalMenu .brandNavi>li+li {
  border-top: 1px solid #b7c3c3;
}

#globalMenu #vintageList>li>label,
#globalMenu #vintageList>li>a,
#globalMenu #newList>li>label,
#globalMenu #newList>li>a {
  font-weight: bold;
  font-size: 16px;
}

#globalMenu .secondNavi {
  font-size: 14px;
}

#globalMenu .secondNavi li+li {
  margin-top: 16px;
}

#globalMenu .secondNavi li a {
  padding-left: 15px;
}

#globalMenu .brandNavi>li img {
  width: 53px;
}

#globalMenu .brandNavi>li:nth-child(9) img {
  width: 37px;
  margin: 0 auto;
}

#globalMenu .brandNavi>li:nth-child(10) img {
  width: 29.13px;
  margin: 0 auto;
}

#globalMenu .brandNavi>li span {
  width: calc(100% - 53px);
  padding-left: 7px;
}

#globalMenu .brandNavi small {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

#globalMenu .bnrList {
  margin-top: 60px;
}

#globalMenu .bnrList li+li {
  margin-top: 20px;
}

#globalMenu .bnrList a {
  display: block;
  margin: 0 auto;
}

#globalMenu .bnrList img {
  max-width: initial;
  width: 100%;
}

.l-main {
  position: relative;
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
}

.l-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1400px;
  position: relative;
  padding-left: var(--contentSidePadding);
  padding-right: var(--contentSidePadding);
}

.l-content.isPage {
  padding-top: 90px;
}

#btmBox {
  width: 100%;
  background: url("https://file001.shop-pro.jp/PA01509/180/img/common/bg.webp") repeat #edeae4;
}

.c-sns {
  display: flex;
  justify-content: space-between;
}

.c-sns a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.c-sns a svg {
  display: block;
  width: 25px;
  height: 25px;
}

.c-sns a:first-child:nth-last-child(2),
.c-sns a:first-child:nth-last-child(2)~a {
  width: 50%;
}

.c-sns a:first-child:nth-last-child(3),
.c-sns a:first-child:nth-last-child(3)~a {
  width: 33.33%;
}

.c-sns a:first-child:nth-last-child(4),
.c-sns a:first-child:nth-last-child(4)~a {
  width: 25%;
}

.c-sns a:first-child:nth-last-child(5),
.c-sns a:first-child:nth-last-child(5)~a {
  width: 20%;
}

.c-sns a:first-child:nth-last-child(6),
.c-sns a:first-child:nth-last-child(6)~a {
  width: 16.67%;
}

.c-pageTitle,
.c-sectionTitle {
  position: relative;
  font-size: 30px;
  line-height: 150%;
  font-weight: bold;
  font-family: var(--normalfont);
}

.c-indicator {
  font-weight: bold;
  font-family: var(--normalfont);
  padding: 0.3em;
  line-height: 100%;
}

.c-indicator.isSale {
  background: var(--defaultBackgroundColor);
  color: var(--defaultColor);
}

.c-indicator.isSoldout {
  background: var(--defaultColor);
  color: var(--defaultBackgroundColor);
}

.isListSlider .c-indicator {
  font-size: 60%;
}

*[data-parallax] {
  overflow: hidden;
}

*[data-parallax] img {
  width: 100%;
  height: 130%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  object-fit: cover;
  object-position: center;
}

.c-favorite {
  position: relative;
  cursor: pointer;
}

.c-favorite::before {
  content: "";
  padding-top: 100%;
  display: block;
}

.c-favorite::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  border-radius: 100%;
}

.c-favorite>svg {
  width: 50%;
  height: 50%;
  position: absolute;
  left: 25%;
  top: 29%;
  display: block;
  z-index: 2;
  fill: var(--defaultPointColor);
}

.c-favorite:not(.active) svg {
  fill: #e4e4e4;
}

.c-favorite.active.isAnimation::after {
  animation: favoriteBaseAnim 0.2s ease-out 0.0s forwards;
}

.c-favorite.active.isAnimation>svg {
  animation: favoriteIconAnim 0.4s ease-out 0.0s forwards;
}

.c-pulldown {
  height: 50px;
  position: relative;
  display: inline-block;
  z-index: 2;
}

.c-pulldown::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--defaultColor);
  opacity: 0.05;
  z-index: -1;
}

.c-pulldown select {
  color: var(--defaultColor);
  background: transparent;
  outline: none;
  height: 100%;
  padding-left: 20px;
  padding-right: 40px;
}

.c-pulldown::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  right: calc(20px - 6px * 0.5);
  top: calc(20px - 6px * 0.25);
  border-right: 2px solid var(--defaultColor);
  border-bottom: 2px solid var(--defaultColor);
  opacity: 0.5;
  transform: rotate(45deg);
}

.c-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-items a {
  display: block;
}

.c-items::before,
.c-items::after {
  content: "";
  height: 0;
  display: block;
  overflow: hidden;
  padding: 0;
}

.c-items::before {
  order: 1;
}

.c-items a,
.c-items::before,
.c-items::after {
  width: 33.33%;
  color: var(--defaultColor);
  position: relative;
}

.c-items a {
  margin-top: 40px;
}

.c-items.isSlider {
  display: block;
}

.c-items.isSlider::before,
.c-items.isSlider::after {
  content: none;
}

.c-items.isSlider a {
  width: 28.57vw;
  padding-right: 2.85vw;
  position: relative;
}

.c-items.isSlider:not(.slick-initialized) a:not(:first-child) {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}

.c-items.isListSlider:not(.slick-initialized) {
  display: flex;
  justify-content: left;
}

.c-items.isListSlider.slick-initialized {
  display: block;
}

.c-items.isListSlider::before,
.c-items.isListSlider::after {
  content: none;
}

.c-items.isListSlider .slick-track {
  margin-left: 0;
}

.c-items.isListSlider a {
  width: calc(100% / 6);
  display: block;
  position: relative;
}

.c-items.isListSlider:not(.slick-initialized) a:nth-child(n+7) {
  display: none;
}

.c-items.isSlider.slick-initialized a,
.c-items.isListSlider.slick-initialized a {
  height: auto !important;
}

.c-items-image {
  position: relative;
  margin-bottom: 0.8em;
  background: var(--itemImageBackground);
}

.isListSlider .c-items-image {
  margin-bottom: 0;
}

.c-items-image img:not(.c-favorite img) {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
}

.c-items-image::before {
  content: "";
  padding-top: 66.6667%;
  display: block;
}

.c-items-name {
  margin-bottom: 0.5em;
  padding-right: 12%;
}

.c-items-listPrice {
  font-size: 14px;
  line-height: 150%;
  text-decoration: line-through;
}

.c-items .c-indicator {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}

.c-items .c-favorite {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.c-sliderPrev,
.c-sliderNext {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.c-sliderPrev::before,
.c-sliderNext::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--defaultColor);
  opacity: 0.05;
}

.c-sliderPrev::after,
.c-sliderNext::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  transition: right 0.2s ease-out, left 0.2s ease-out;
}

.c-sliderPrev::after {
  right: calc(50% - 10px * 0.75);
  border-top: 1px solid var(--defaultColor);
  border-left: 1px solid var(--defaultColor);
  transform: rotate(-45deg);
}

.c-sliderPrev:hover::after {
  right: calc(50% - 10px * 0.75 + 3px);
}

.c-sliderNext::after {
  left: calc(50% - 10px * 0.75);
  border-top: 1px solid var(--defaultColor);
  border-right: 1px solid var(--defaultColor);
  transform: rotate(45deg);
}

.c-sliderNext:hover::after {
  left: calc(50% - 10px * 0.75 + 3px);
}

.c-favorites .c-sliderPrev,
.c-checked .c-sliderPrev {
  position: absolute;
  right: 52px;
  top: 50%;
  transform: translatey(-50%);
}

.c-favorites .c-sliderNext,
.c-checked .c-sliderNext {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}

.c-rankingIndicator {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  text-align: center;
  color: white;
  pointer-events: none;
  font-family: var(--normalfont);
  font-weight: bold;
  font-size: 28px;
  opacity: 0;
}

.c-rankingIndicator[data-rank="1"] {
  background: #dbc131;
  opacity: 1;
}

.c-rankingIndicator[data-rank="2"] {
  background: #bababa;
  opacity: 1;
}

.c-rankingIndicator[data-rank="3"] {
  background: #c09257;
  opacity: 1;
}

.c-calendar,
#guideSec,
.kiFooter {
  width: 100%;
}

#guideSec {
  background-color: #d6e1e1;
}

#btmBox .doubleTtl,
.c-calendar .doubleTtl,
#guideSec .doubleTtl {
  text-align: center;
}

#guideSec dl {
  margin: 0 auto;
}

.c-calendarComment {
  margin-top: 20px;
  position: absolute;
  bottom: -40px;
}

.c-calendars {
  position: relative;
  margin-top: 30px;
}

.c-calendars .tbl_calendar {
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #f8f5ef;
}

.c-calendars .tbl_calendar th {
  font-weight: normal;
}

.c-calendars .tbl_calendar,
.c-calendars .tbl_calendar th,
.c-calendars .tbl_calendar td {
  border: 1px solid #f8f5ef;
}

.c-calendars .tbl_calendar caption {
  background-color: #f8f5ef;
}

.c-calendars td,
.c-calendars th {
  font-size: 16px;
  text-align: center;
  padding: 0;
}

.c-calendars .tblNote {
  display: block;
  line-height: 1.0;
}

.c-calendars .tblNote span {
  color: #b8cdcd;
}

#guideSec .gSec {
  position: relative;
}

#guideSec .gTtl {
  display: block;
  margin-top: 0;
  background-color: #b8cdcd;
  text-align: center;
  font-weight: bold;
  line-height: 1.0;
}

#guideSec dt {
  display: block;
  border-bottom: 1px solid #bac6c6;
  line-height: 1.0;
}

#guideSec p,
#guideSec dd {
  display: block;
  line-height: 1.75;
}

#guideSec dd {
  margin-left: 0;
}

#guideSec .gSec li {
  margin-left: 20px;
  display: list-item;
  list-style: disc;
}

.kiFooter {
  background-color: #447d80;
  color: #fff;
  line-height: 1.0;
}

.kiFooter a {
  display: block;
  color: #fff;
}

.kiFooter a:hover {
  text-decoration: underline;
}

.kiFooter a svg use {
  fill: #fff;
}

.kiFooter #copyrights {
  margin-bottom: 0;
  line-height: 1.0;
}

.c-popup {
  position: fixed;
  z-index: 1000;
  width: 100vw;
  height: 200vh;
  height: 200svh;
  left: 0;
  top: -50vh;
  top: -50svh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-out, backdrop-filter 0.2s ease-out 0.2s;
}

.c-popup.active {
  opacity: 1;
  pointer-events: all;
  backdrop-filter: blur(5px);
}

.c-popup img {
  width: auto;
  height: auto;
  max-width: 70vw;
  max-height: 70vh;
  max-height: 70svh;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.l-content.isPage>*:not(:first-child) {
  margin-top: 30px;
}

.c-breadcrumb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.c-breadcrumb+.c-breadcrumb {
  margin-top: 0 !important;
}

.c-breadcrumb>* {
  color: var(--defaultColor);
  position: relative;
  font-size: 14px;
  line-height: 100%;
  padding: 0.3em 0;
}

.c-breadcrumb>*:not(:last-child) {
  margin-right: 1em;
}

.c-breadcrumb>*:not(:first-child) {
  padding-left: calc(1em + 5px);
}

.c-breadcrumb>*:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: calc(50% - 5px * 0.5);
  border-top: 1px solid var(--defaultColor);
  border-right: 1px solid var(--defaultColor);
  transform: rotate(45deg);
}

.l-content.isPage .c-breadcrumb+* {
  margin-top: 40px;
}

.l-content.isPage .c-message {
  margin-top: 20px;
}

.c-message img,
.c-message picture {
  max-width: 100%;
  height: auto;
}

.l-product_list-categories .c-accordionHeader {
  display: none;
}

.l-product_list-categories .c-accordion {
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-product_list-categories .c-accordion::before,
.l-product_list-categories .c-accordion::after {
  content: "";
  height: 0;
  display: block;
}

.l-product_list-categories .c-accordion::before {
  order: 1;
}

.l-product_list-categories .c-accordion {
  --product_list_categorieswidth: calc(25% - 7.5px);
}

.l-product_list-categories .c-accordion>*,
.l-product_list-categories .c-accordion::before,
.l-product_list-categories .c-accordion::after {
  width: var(--product_list_categorieswidth);
  margin-bottom: 10px;
  display: block;
}

.l-product_list-categories .c-accordion>a {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 150%;
  color: var(--defaultColor);
  height: 70px;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0 20px;
}

.l-product_list-categories .c-accordion>a::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid var(--defaultColor);
  opacity: 0.25;
  position: absolute;
  z-index: -1;
  transition: opacity 0.2s ease-out;
}

.l-product_list-categories .c-accordion>a:hover::before {
  opacity: 0.5;
}

.l-product_list-categories .c-accordion>a>img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
  position: relative;
  left: -15px;
}

.c-itemsUI {
  position: relative;
  display: flex;
  align-items: center;
}

.c-itemsUISorter {
  margin-left: auto;
  margin-right: 0;
}

.l-content.isPage>.c-message+.c-itemsUI,
.l-content.isPage>.c-items {
  margin-top: 0;
}

.l-content.isPage>.c-items+.c-message {
  margin-top: 60px;
}

.l-content.isPage .c-itemsUISorter .c-pulldown {
  margin-left: 1em;
}

.c-pager {
  --pagerSize: 50px;
  --pagerFontSize: 18px;
  width: 100%;
  height: var(--pagerSize);
  display: flex;
  justify-content: right;
  position: relative;
}

.c-pagerPrev,
.c-pagerNext,
.c-pagerLink,
.c-pager>svg {
  width: var(--pagerSize);
  height: var(--pagerSize);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  white-space: nowrap;
  font-size: var(--pagerFontSize);
  line-height: 100%;
  font-family: var(--normalfont);
  font-weight: bold;
  color: var(--defaultColor);
  transition: background 0.2s ease-out;
  margin: 0 1px;
  z-index: 2;
}

.c-pagerLink:hover {
  color: var(--defaultColor);
}

.c-pagerPrev:last-child,
.c-pagerNext:last-child,
.c-pagerLink:last-child,
.c-pager>svg:last-child {
  margin-right: 0;
}

.c-pagerPrev::before,
.c-pagerNext::before,
.c-pagerLink:not(.isInterval)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--defaultColor);
  opacity: 0.05;
  transition: opacity 0.2s ease-out;
  z-index: -1;
}

.c-pagerPrev:hover::before,
.c-pagerNext:hover::before,
.c-pagerLink:not(.isInterval):hover::before {
  opacity: 0.15;
}

.c-pagerPrev::after,
.c-pagerNext::after {
  content: "";
  width: 20%;
  height: 20%;
  position: absolute;
  top: 40%;
  border-top: 2px solid var(--defaultColor);
  border-right: 2px solid var(--defaultColor);
}

.c-pagerPrev::after {
  transform: rotate(225deg);
  left: 45%;
}

.c-pagerNext::after {
  transform: rotate(45deg);
  right: 45%;
}

.c-pagerLink.isInterval {
  pointer-events: none;
}

.c-pagerLink.isCurrent {
  pointer-events: none;
  color: var(--defaultBackgroundColor);
}

.c-pagerLink.isCurrent::before {
  background: var(--defaultColor);
  opacity: 1;
}

.c-pagerCount {
  font-family: var(--normalfont);
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}

.c-pagerCount>span {
  font-size: 125%;
}

/******************************/
/* free page */
/******************************/
.p-freepage a {
  text-decoration: underline;
}

.p-freepage a:hover {
  text-decoration: none;
}

.p-freepage__contents {
  padding-top: 30px;
}

.p-freepage__attention {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}

.p-freepage__img {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.p-freepage__img img {
  border: 1px solid #cccccc;
}

.p-freepage__body {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-freepage-ol {
  padding-left: 25px;
  list-style-type: decimal;
}

.p-freepage-ol__item {
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

@media screen and (max-width:1399.98px) {
  .l-product_list-categories .c-accordion {
    --product_list_categorieswidth: calc(33.33% - 6.67px);
  }
}

@media screen and (max-width:1199.98px) {

  .c-items a,
  .c-items::before,
  .c-items::after {
    width: 50%;
  }
}

@media screen and (max-width:1099.98px) {
  .c-items.isListSlider a {
    width: calc(100% / 5);
  }

  .c-items.isListSlider:not(.slick-initialized) a:nth-child(n+6) {
    display: none;
  }

  .l-product_list-categories .c-accordion {
    --product_list_categorieswidth: calc(50% - 5px);
  }
}

@media screen and (max-width:1023.98px) {
  *[data-type="pc"] {
    display: none !important;
  }

  .forMobile {
    display: block;
  }

  .kiHeader {
    position: fixed;
    top: 0;
    left: 0;
    grid-template-columns: 24px 1fr 24px;
    grid-template-rows: auto;
    align-items: center;
    padding: 12px 5.333%;
  }

  .kiHeader>* {
    grid-row: 1 / 2;
  }

  .kiHeader .gNavBtn {
    grid-column: 1 / 2;
  }

  .kiHeader #gNavBtn {
    position: relative;
    width: 24px;
    height: 24px;
  }

  .kiHeader #gNavBtn:before,
  .kiHeader #gNavBtn:after,
  .kiHeader #gNavBtn span {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #474746;
    transition: all 0.4s;
  }

  .kiHeader #gNavBtn:before {
    top: 5.5px;
  }

  .kiHeader #gNavBtn:after {
    bottom: 5.5px;
  }

  .kiHeader #gNavBtn span {
    top: calc(50% - 0.5px);
    opacity: 1;
  }

  #gNavCheck:checked~.classic .kiHeader #gNavBtn:before {
    transform: translateY(6px) rotate(-45deg);
  }

  #gNavCheck:checked~.classic .kiHeader #gNavBtn:after {
    transform: translateY(-6px) rotate(45deg);
  }

  #gNavCheck:checked~.classic .kiHeader #gNavBtn span {
    opacity: 0;
  }

  .kiHeader .hLogo {
    grid-column: 2 / 3;
  }

  .kiHeader .hLogo a {
    width: 118px;
    margin: 0 auto;
  }

  .kiHeader .siteMenu {
    grid-column: 3 / 4;
  }

  .kiHeader #cartHdLink {
    padding-left: 3px;
  }

  .kiHeader #cartHdLink svg {
    width: 21px;
    height: auto;
  }

  #globalMenu .accTtl:not(:first-of-type) {
    margin-top: 16px;
  }

  #globalMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    padding: 85px 5.333% 62px;
    background: url("https://file001.shop-pro.jp/PA01509/180/img/common/bg.webp") repeat;
    opacity: 0;
    pointer-events: none;
    transform-origin: center top;
    transition: all 0.4s;
    overflow-y: auto;
    z-index: -1;
  }

  #gNavCheck:checked~.classic #globalMenu {
    pointer-events: auto;
    opacity: 1;
    z-index: 999;
  }

  #globalMenu .searchBox {
    width: 100%;
    margin-bottom: 30px;
  }

  #globalMenu .siteMenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #globalMenu .siteMenu li {
    display: block;
    width: 48.955%;
  }

  #globalMenu .siteMenu li:nth-child(n+3) {
    margin-top: 8px;
  }

  #globalMenu .siteMenu li a {
    display: block;
    width: 100%;
    padding: 16px 4px;
    border: 1px solid #bcc7c6;
    font-size: 18px;
    text-align: center;
  }

  #globalMenu .accordion {
    margin-top: 34px;
  }

  #globalMenu .accTtl label,
  #globalMenu .firstNavi label,
  #globalMenu .brandNavi label {
    position: relative;
  }

  #globalMenu .accTtl label:before,
  #globalMenu .accTtl label:after,
  #globalMenu .firstNavi label:before,
  #globalMenu .firstNavi label:after,
  #globalMenu .brandNavi label:before,
  #globalMenu .brandNavi label:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #474746;
    transition: transform 0.4s;
    transform-origin: center center;
  }

  #globalMenu .accTtl label:before,
  #globalMenu .accTtl label:after {
    right: 0;
  }

  #globalMenu .firstNavi label:before,
  #globalMenu .firstNavi label:after,
  #globalMenu .brandNavi label:before,
  #globalMenu .brandNavi label:after {
    right: -10px;
  }

  #globalMenu .accTtl label:before,
  #globalMenu .firstNavi label:before,
  #globalMenu .brandNavi label:before {
    transform: rotate(90deg);
  }

  #globalMenu .firstNavi,
  #globalMenu .brandNavi,
  #globalMenu .secondNavi {
    max-height: 0px;
    transform-origin: center top;
    transition: all 0.4s;
    overflow: hidden;
  }

  #globalMenu .secondNavi {
    margin-left: 10px;
  }

  #globalMenu input[type="checkbox"]:checked+.accTtl label:before,
  #globalMenu .firstNavi input[type="checkbox"]:checked+label:before,
  #globalMenu .brandNavi input[type="checkbox"]:checked+label:before {
    transform: rotate(0deg);
  }

  #globalMenu input[type="checkbox"]:checked+.accTtl+.firstNavi,
  #globalMenu input[type="checkbox"]:checked+.accTtl+.brandNavi,
  #globalMenu .firstNavi input[type="checkbox"]:checked+label+.secondNavi {
    max-height: 9999px;
  }

  #globalMenu .firstNavi input[type="checkbox"]:checked+label+.secondNavi {
    margin-top: 18px;
  }

  #globalMenu .siteList {
    line-height: 1.0;
  }

  #globalMenu .siteList li {
    margin-top: 46px;
    text-align: center;
  }

  #globalMenu .siteList a[data-font="jost"] {
    font-size: 19px;
  }

  #globalMenu .siteList a:not([data-font="jost"]) {
    font-size: 16px;
  }

  .l-main {
    width: 100%;
    height: auto;
    min-height: 0;
    left: auto;
    top: auto;
    padding-top: 60px;
    overflow-x: hidden;
  }

  .l-content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-left: var(--contentSidePadding);
    padding-right: var(--contentSidePadding);
  }

  .l-content.isPage {
    padding-top: 30px;
  }

  .c-sns a:first-child:nth-last-child(2),
  .c-sns a:first-child:nth-last-child(2)~a,
  .c-sns a:first-child:nth-last-child(3),
  .c-sns a:first-child:nth-last-child(3)~a,
  .c-sns a:first-child:nth-last-child(4),
  .c-sns a:first-child:nth-last-child(4)~a,
  .c-sns a:first-child:nth-last-child(5),
  .c-sns a:first-child:nth-last-child(5)~a,
  .c-sns a:first-child:nth-last-child(6),
  .c-sns a:first-child:nth-last-child(6)~a {
    width: 60px;
    height: 60px;
  }

  .c-sns a svg {
    margin: auto;
    width: 32px;
    height: 32px;
  }

  .c-pageTitle {
    font-size: 28px;
  }

  .c-sectionTitle {
    font-size: 24px;
  }

  .c-items.isListSlider a {
    width: calc(100% / 4);
  }

  .c-items.isListSlider:not(.slick-initialized) a:nth-child(n+5) {
    display: none;
  }

  .c-items a,
  .c-items::before,
  .c-items::after {
    width: 50%;
  }

  .c-items-name {
    font-size: 14px;
  }

  .c-items.isSlider a {
    width: calc(42vw + 4vw);
    padding-right: 4vw;
    position: relative;
  }

  .c-items.isListSlider {
    width: 100vw;
    position: relative;
    left: -6vw;
  }

  .c-items .c-indicator {
    right: 5px;
    top: 5px;
  }

  .c-items .c-favorite {
    width: 30px;
    height: 30px;
    right: 5px;
    bottom: 5px;
  }

  .c-sliderPrev,
  .c-sliderNext {
    width: 35px;
    height: 35px;
  }

  .c-sliderPrev::after,
  .c-sliderNext::after {
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
  }

  .c-sliderPrev::after,
  .c-sliderPrev:hover::after {
    right: calc(50% - 6px * 0.75);
  }

  .c-sliderNext::after,
  .c-sliderNext:hover::after {
    left: calc(50% - 6px * 0.75);
  }

  .c-favorites .c-sliderPrev,
  .c-checked .c-sliderPrev {
    position: absolute;
    right: 37px;
  }

  .c-items .c-indicator {
    font-size: 14px;
  }

  .c-rankingIndicator {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
  }

  .c-recommend,
  .c-favorites,
  .c-checked {
    margin-top: 90px;
  }

  .l-product_list-categories .c-accordionHeader {
    display: block;
    font-size: 20px;
    line-height: 150%;
    font-family: var(--normalfont);
    font-weight: bold;
  }

  .c-itemsUI {
    display: block;
    font-size: 18px;
    text-align: center;
  }

  .l-content.isPage>.c-message+.c-itemsUI {
    margin-top: 30px;
  }

  .c-itemsUISorter {
    font-size: 14px;
    text-align: left;
    width: 100%;
    margin-top: 15px;
  }

  .l-content.isPage .c-itemsUISorter .c-pulldown {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }

  .c-pager {
    --pagerSize: 35px;
    --pagerFontSize: 16px;
    justify-content: center;
  }

  .c-pagerCount {
    text-align: center;
  }

  /* #btmBox{margin-top:80vw;} */
  #btmBox>section {
    padding: 50px 0;
  }

  #btmBox>section+section {
    padding-top: 0;
  }

  .c-calendar {
    padding: 86px 0;
  }

  #btmBox .doubleTtl,
  .c-calendar .doubleTtl {
    margin-bottom: 32px;
  }

  #btmBox .doubleTtl small,
  .c-calendar .doubleTtl small {
    margin-top: 20px;
  }

  .c-calendars .tbl_calendar {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    padding: 36px 6.933% 40px;
  }

  .c-calendars .tbl_calendar+.tbl_calendar {
    margin-top: 20px;
  }

  .c-calendars .tbl_calendar caption {
    padding: 36px 6.933% 0;
  }

  .c-calendars .tbl_calendar th,
  .c-calendars .tbl_calendar td {
    padding: 4px 0;
  }

  .c-calendars .tblNote {
    margin: 24px 5.333vw 0;
  }

  .kiFooter {
    padding: 32px 5.333vw;
    text-align: center;
  }

  .kiFooter .fLogo {
    width: 166px;
    margin: 0 auto;
  }

  .kiFooter .instaLink {
    width: 20px;
    margin: 18px auto 0;
  }

  .kiFooter .ftMenu {
    margin-top: 38px;
    font-size: 19px;
  }

  .kiFooter .ftMenu li+li,
  .kiFooter .ftSiteMenu li {
    margin-top: 40px;
  }

  .kiFooter .ftMenu a,
  .kiFooter .ftSiteMenu a {
    display: inline-block;
    margin: 0 auto;
  }

  .kiFooter .ftSiteMenu {
    font-size: 13px;
  }

  .kiFooter #copyrights {
    margin-top: 58px;
    font-size: 13px;
  }
}

@media all and (max-width:899.98px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }

  .c-items.isListSlider a {
    width: calc(100% / 3);
  }

  .c-items.isListSlider:not(.slick-initialized) a:nth-child(n+4) {
    display: none;
  }

  .l-product_list-categories .c-accordion {
    --product_list_categorieswidth: 100%;
  }
}

@media screen and (max-width:767.98px) {
  .p-freepage__contents {
    padding-top: 15px;
  }
}

@media screen and (max-width:359.98px) {
  #globalMenu .siteMenu li a {
    font-size: 16px;
  }

  .doubleTtl strong {
    font-size: 36px;
  }

  .doubleTtl small {
    font-size: 11px;
  }
}

@media screen and (min-width:1024px) {
  *[data-type="sp"] {
    display: none !important;
  }

  .classic {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .kiHeader {
    position: relative;
    justify-content: space-between;
    align-items: center;
    grdid-template-row: auto;
    padding: 23px 39px;
  }

  .kiHeader>* {
    grid-row: 1 / 2;
  }

  .kiHeader .hLogo {
    width: 175px;
    grid-column: 1 / 2;
  }

  .kiHeader .mainMenu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 17px;
  }

  .kiHeader .megaLink {
    position: relative;
  }

  .kiHeader .megaLink:after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .kiHeader .megaLink>span {
    display: flex;
    align-items: center;
  }

  .kiHeader .megaLink>span:after {
    content: "";
    display: block;
    width: 14px;
    height: 7px;
    margin-left: 7px;
    background: url("https://file001.shop-pro.jp/PA01509/180/img//common/arrow.svg") no-repeat center center / contain;
    transition: transform 0.4s;
    transform-origin: center center;
  }

  .kiHeader .megaLink:hover>span:after {
    transform: rotate(180deg);
  }

  .kiHeader #megaMenu {
    display: grid;
    grid-template-columns: 39% 18.75% 39%;
    grid-template-rows: auto auto;
    column-gap: 1.625%;
    position: absolute;
    top: 57px;
    width: 100vw;
    padding: 42px 0;
    background-color: #d6e1e1;
    font-size: 13px;
    transition: all 0.4s;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }

  .kiHeader .megaLink:hover #megaMenu {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
  }

  .kiHeader #vintage {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .kiHeader #currentItem {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-top: 34px;
  }

  .kiHeader #brand {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }

  .kiHeader #designer {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
  }

  .kiHeader #megaMenu h2 {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bac6c6;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.0;
  }

  .kiHeader #megaMenu .firstNavi {
    column-count: 2;
  }

  .kiHeader #megaMenu .firstNavi>li {
    margin-bottom: 13px;
  }

  .kiHeader #megaMenu #vintage .firstNavi>li>a {
    font-weight: bold;
  }

  .kiHeader #megaMenu .secondNavi {
    margin-top: 11px;
  }

  .kiHeader #megaMenu .secondNavi>li+li {
    margin-top: 9px;
  }

  .kiHeader #megaMenu .secondNavi>li {
    padding-left: 12px;
  }

  .kiHeader #megaMenu .secondNavi>li a {
    position: relative;
    padding-left: 14px;
  }

  .kiHeader #megaMenu .brandNavi>li+li {
    margin-top: 12px;
  }

  .kiHeader #megaMenu .brandNavi img {
    width: 40px;
  }

  .kiHeader #megaMenu .brandNavi li:last-child img {
    width: 20px;
    margin: 0 10px;
  }

  .l-main {
    width: calc(100% - var(--navigationSize));
  }

  #globalMenu {
    width: var(--navigationSize);
    padding: 0 61px 10px 39px;
  }
}

.kiHeader #megaMenu .brandNavi span {
  padding-left: 8px;
}

.kiHeader .siteMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
}

.kiHeader .siteMenu li svg {
  width: auto;
  height: 20px;
}

.c-calendars {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-calendars .tbl_calendar {
  width: 49.2%;
  padding: 34px 82px 90px;
}

.c-calendars .tbl_calendar caption {
  padding: 68px 82px 0;
}

.c-calendars .tblNote {
  margin-top: 24px;
}

#globalMenu .searchBox {
  width: 240px;
  margin-bottom: 26px;
}

#globalMenu .secondNavi {
  margin: 18px 0 0 10px;
}

@media screen and (max-width:1023.98px) {
  #globalMenu .secondNavi {
    margin-top: 0;
  }
}

.c-calendar {
  padding: 94px calc(50% - 500px);
}

#btmBox .doubleTtl small,
.c-calendar .doubleTtl small {
  margin-top: 20px;
}

#guideSec {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 62px 0 74px;
}

#guideSec .doubleTtl {
  width: 100%;
  margin-bottom: 44px;
}

#guideSec .doubleTtl small {
  margin-top: 20px;
}

#guideSec .gSec {
  width: 28.214%;
}

#guideSec .gSec+.gSec:before {
  content: "";
  position: absolute;
  top: 0;
  left: -13.924%;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #bac6c6;
}

#guideSec .gTtl {
  padding: 10px;
  font-size: 20px;
}

#guideSec dt {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

#guideSec dd+dt {
  margin-top: 23px;
}

#guideSec dd,
#guideSec p {
  font-size: 16px;
}

#guideSec .credit img {
  width: 222px;
}

#guideSec .conv img {
  width: 236px;
}

.l-product_list-categories .c-accordion {
  display: flex !important;
}

#btmBox>section {
  padding: 60px 0;
  padding-right: calc(50% - 500px);
  padding-left: calc(50% - 500px);
}

#btmBox>section+section {
  padding-top: 0;
}

.kiFooter {
  display: grid;
  grid-template-columns: 270px auto 1fr;
  grid-template-rows: auto auto auto;
  padding: 32px 0 42px;
}

.kiFooter .fLogo {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  margin-bottom: 20px;
}

.kiFooter .fLogo a {
  width: 167px;
}

.kiFooter .instaLink {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  margin-bottom: 48px;
}

.kiFooter .instaLink a {
  width: 20px;
}

.kiFooter .ftMenu {
  grid-column: 2 / 4;
  grid-row: 1 / 3;
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
  font-size: 17px;
}

.kiFooter .ftSiteMenu {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
}

.kiFooter .ftSiteMenu li+li {
  margin-left: 70px;
}

.kiFooter #copyrights {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
  font-size: 13px;
}

@media screen and (min-width:1024px) and (max-width:1215.98px) {
  .kiHeader {
    grid-template-columns: 200px 1fr 307px;
  }

  .kiHeader .mainMenu>li+li {
    margin-left: 24px;
  }

  .kiHeader .siteMenu li+li {
    margin-left: 15px;
  }

  .kiHeader .siteMenu li.icon+li.icon {
    margin-left: 12px;
  }

  .kiHeader #megaMenu {
    left: -239px;
    padding-right: 2vw;
    padding-left: 2vw;
  }

  #guideSec {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .kiFooter {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .kiFooter .ftMenu li+li {
    margin-left: 36px;
  }
}

@media screen and (min-width:1216px) {
  .kiHeader {
    grid-template-columns: 301px 1fr 307px;
  }

  .kiHeader .mainMenu>li+li {
    margin-left: 48px;
  }

  .kiHeader .siteMenu li+li {
    margin-left: 30px;
  }

  .kiHeader .siteMenu li.icon+li.icon {
    margin-left: 22px;
  }

  .kiHeader #megaMenu {
    left: -340px;
    padding-right: calc(50vw - 600px);
    padding-left: calc(50vw - 600px);
  }

  #guideSec {
    padding-right: calc(50% - 560px);
    padding-left: calc(50% - 560px);
  }

  .kiFooter {
    padding-right: calc(50vw - 600px);
    padding-left: calc(50vw - 600px);
  }

  .kiFooter .ftMenu li+li {
    margin-left: 50px;
  }
}

@media screen and (min-width :1400px) {
  .c-items.isSlider a {
    width: 400px;
    padding-right: 40px;
  }
}


.floatbtn a {
  position: fixed;
  right: 10px;
  bottom: 0;
  width: 120px;
  z-index: 1;
}

.floatbtn a:hover {
  opacity: 0.7;
}

@media screen and (min-width:1024px) {
  .floatbtn a {
    right: 20px;
    bottom: 20px;
    width: 160px;
  }
}



@media screen and (max-width:767.98px) {
  #globalMenu .searchBox {
    width: 100%;
  }

  .c-calendars,
  .kiFooter,
  .kiFooter .ftMenu,
  .kiFooter .ftSiteMenu {
    display: flex;
    flex-direction: column;
  }

  .c-calendars .tbl_calendar {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-calendarComment {
    margin-left: 20px;
  }

  .kiFooter .instaLink {
    margin-bottom: 0;
  }

  .kiFooter .ftMenu li:nth-child(3) {
    display: none;
  }

  .kiFooter .ftSiteMenu li+li {
    margin: 40px auto 0;
  }

  .l-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-breadcrumb > * {
  font-size: 12px;
}