@charset "euc-jp";
/* import font */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400&600&display=swap");

@font-face {
  font-family: "Yu Gothic";
  font-display: auto;
  font-weight: normal;
  src: local("Yu Gothic-Medium"),
  local('Yu Gothic Medium'),
  local('YuGothic-Regular'); 
}
@font-face {
  font-family: "Yu Gothic";
  font-display: auto;
  font-weight: bold;
  src: local("Yu Gothic-Bold"),
  local('Yu Gothic');
}
html {
  overflow: auto;
  font-size: 62.5%;
}
html.js-scroll-prevent {
	overflow: hidden;
}
body {
  /*overflow-x: hidden;*/
  margin: 0;
  min-width: 375px;
  font-size: 1.6rem; font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
  font-family: "Þâ¥´¥·¥Ã¥¯ÂÎ", YuGothic, "Þâ¥´¥·¥Ã¥¯", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó ¥´¥·¥Ã¥¯",sans-serif;
  letter-spacing: 0em;
  line-height: 1.75;
  color: #333;
  background: #fff;
  font-style: normal;
}
img {
  max-width: 100%;
  vertical-align: top;
  /*-webkit-backface-visibility: hidden;*/
  image-rendering: -webkit-optimize-contrast;
}
ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #2d2d2d;
  transition: all 0.5s ease;
}
a:hover, a:focus { color: #2d2d2d;}
[data-whatinput=mouse] *:focus, [data-whatinput=touch] *:focus {
  outline: none;
}
button {
  font-family: "Quicksand", "Hiragino Sans", "Þâ¥´¥·¥Ã¥¯ÂÎ", YuGothic, "Þâ¥´¥·¥Ã¥¯", "Yu Gothic", sans-serif;
}
i { font-style: normal;}
@media screen and (max-width: 767px) {
  .js-scroll-prevent {
    overflow: hidden;
  }
}
/* sp-tel */
.sp-tel { display: inline-block;}
@media (min-width: 768px){
	a[href^="tel:"], a.sp-tel[href^="tel:"] {
		pointer-events: none;
	}
}
.no-tel, .no-tel * {
    pointer-events: none !important;
    text-decoration: none !important;
}
/* font style ¿Æ·Ñ¾µ */
span {
	font-size: inherit;
  font-weight: inherit;
}
/******************************/
/* Utility */
/******************************/
.wrap, .wrap-l, .wrap-m, .wrap-s, .wrap-ss {
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.wrap-m {max-width: 1200px;}
.block { display: block;}
.iblock { display: inline-block;}

.u-container {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1330px;
}
.u-container-fhd {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}
.u-contents {
  padding-top: 150px;
  padding-bottom: 150px;
}
.u-contents-s {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .u-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .u-contents {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .u-contents-s {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.u-attention {
  font-weight: normal;
  font-style: normal;
  color: #b72424;
}
.u-bold {
  font-weight: bold;
  font-style: normal;
}
.u-red {  color: #ff0000;}
.u-text-right {  text-align: right;}
.u-strikethrough {  text-decoration: line-through;}
.u-marker {  background: linear-gradient(transparent 70%, #fff284 70%);}
.u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.u-pc-only { display: block;}
.u-pc-only-inline { display: inline;}
.u-pc-only-inlineBlock { display: inline-block;}
.u-pc-only-Flex { display: flex;}
.u-sp-only { display: none;}
.u-sp-only-inline { display: none;}
.u-sp-only-inline-block { display: none;}
.u-sp-only-flex { display: none;}
.u-sp-only-m { display: none; }

.u-hidden { overflow: hidden;}
.u-opa img {
  opacity: 1;
  transition: all 0.3s ease;
}
.u-opa img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .u-pc-only { display: none; }
  .u-pc-only-inline { display: none; }
  .u-pc-only-inlineBlock { display: none; }
  .u-pc-only-flex { display: none; }
  .u-sp-only { display: block; }
  .u-sp-only-inline { display: inline; }
  .u-sp-only-inline-block { display: inline-block; }
  .u-sp-only-flex { display: flex; }
}
@media screen and (max-width: 480px) {
  .u-sp-only-m { display: block; }
} 

/* overflow slide */
@media screen and (max-width: 1023px) {
  .u-overflow-slide {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 20px;
    width: 100%;
  }
  .u-overflow-slide.is-product-thumb {
    padding-bottom: 10px;
  }
  .u-overflow-slide.is-option-tbl {
    padding-bottom: 15px;
  }
  .u-overflow-slide::-webkit-scrollbar {
    height: 8px;
  }
  .u-overflow-slide::-webkit-scrollbar-track {
    background: #f4f4f4;
  }
  .u-overflow-slide::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #8f8f8f;
  }
}
.txt-center, .stxt-center {  text-align: center;}
.f-blue { color: #214db6;}
.f-lh13 { line-height: 1.35;}

@media screen and (max-width: 767px) {
  .stxt-center {
    text-align: left;
  }
}
/***** u-square-img *****/
.u-square-img {
  position: relative;
}
.u-square-img:before {
  display: block;
  padding-top: 100%;
  content: "";
  background: #f5f5f5;
}
.u-square-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.u-square-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

/* font ------ */
.f-nomal { font-style: normal;}
.f-qck { font-family: "Quicksand", sans-serif; font-weight: 400;}
.f-yug { font-family: "Yu Gothic Medium", "Þâ¥´¥·¥Ã¥¯ Medium", YuGothic, "Þâ¥´¥·¥Ã¥¯ÂÎ", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "¥á¥¤¥ê¥ª", sans-serif;}
.f-hrg { font-family: Hiragino Sans, '¥Ò¥é¥®¥Î³Ñ¥´ ProN W3', Hiragino Kaku Gothic ProN,"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro","¥á¥¤¥ê¥ª",Meiryo,"£Í£Ó £Ð¥´¥·¥Ã¥¯","MS PGothic",sans-serif;}

.f-gray333 { color: #333;}
.f-orange { color: #FF7900;}
.i-orange { display: inline-block; background: #FF7900; color: #fff; padding: 1px 10px;}
/* font weight --------------------------------------*/
.f-bold { font-weight: bold;}
.f-normal { font-weight: normal;}
.f-w100 { font-weight: 100;}
.f-w200 { font-weight: 200;}
.f-w300 { font-weight: 300;}
.f-w400 { font-weight: 400;}
.f-w500 { font-weight: 500;}
.f-w600 { font-weight: 600;}
.f-w700 { font-weight: 700;}
.f-w900 { font-weight: 900;}

/* font size --------------------------------------*/
.f-sz10 { font-size: 1.0rem;}
.f-sz11 { font-size: 1.1rem;}
.f-sz12 { font-size: 1.2rem;}
.f-sz13 { font-size: 1.3rem;}
.f-sz14 { font-size: 1.4rem;}
.f-sz15 { font-size: 1.5rem; font-size: clamp(1.4rem, 1.3328rem + 0.14vw, 1.5rem);}
.f-sz16 { font-size: 1.6rem; font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);}
.f-sz17 { font-size: 1.7rem; font-size: clamp(1.6rem, 1.5328rem + 0.14vw, 1.7rem);}
.f-sz18 { font-size: 1.8rem; font-size: clamp(1.7rem, 1.6336rem + 0.14vw, 1.8rem);}
.f-sz19 { font-size: 1.9rem; font-size: clamp(1.75rem, 1.6496rem + 0.21vw, 1.9rem);}
.f-sz20 { font-size: 2.0rem; font-size: clamp(1.8rem, 1.6672rem + 0.28vw, 2rem);}
.f-sz21 { font-size: 2.1rem; font-size: clamp(1.85rem, 1.6832rem + 0.35vw, 2.1rem);}
.f-sz22 { font-size: 2.2rem; font-size: clamp(1.9rem, 1.7008rem + 0.42vw, 2.2rem);}
.f-sz23 { font-size: 2.3rem; font-size: clamp(1.95rem, 1.7168rem + 0.49vw, 2.3rem);}
.f-sz24 { font-size: 2.4rem; font-size: clamp(2rem, 1.7328rem + 0.56vw, 2.4rem);}
.f-sz25 { font-size: 2.5rem; font-size: clamp(2rem, 1.6672rem + 0.69vw, 2.5rem);}
.f-sz26 { font-size: 2.6rem; font-size: clamp(2.1rem, 1.7664rem + 0.69vw, 2.6rem);}
.f-sz27 { font-size: 2.7rem; font-size: clamp(2.1rem, 1.7008rem + 0.83vw, 2.7rem);}
.f-sz28 { font-size: 2.8rem; font-size: clamp(2.2rem, 1.8rem + 0.83vw, 2.8rem);}
.f-sz29 { font-size: 2.9rem; font-size: clamp(2.2rem, 1.7328rem + 0.97vw, 2.9rem);}
.f-sz30 { font-size: 3.0rem; font-size: clamp(2.3rem, 1.8336rem + 0.97vw, 3rem);}
.f-sz31 { font-size: 3.1rem; font-size: clamp(2.3rem, 1.7664rem + 1.11vw, 3.1rem);}
.f-sz32 { font-size: 3.2rem; font-size: clamp(2.4rem, 1.8672rem + 1.11vw, 3.2rem);}
.f-sz33 { font-size: 3.3rem; font-size: clamp(2.4rem, 1.8rem + 1.25vw, 3.3rem);}
.f-sz34 { font-size: 3.4rem; font-size: clamp(2.5rem, 1.9008rem + 1.25vw, 3.4rem);}
.f-sz35 { font-size: 3.5rem; font-size: clamp(2.5rem, 1.8336rem + 1.39vw, 3.5rem);}
.f-sz36 { font-size: 3.6rem; font-size: clamp(2.6rem, 1.9328rem + 1.39vw, 3.6rem);}
.f-sz37 { font-size: 3.7rem; font-size: clamp(2.6rem, 1.8672rem + 1.53vw, 3.7rem);}
.f-sz38 { font-size: 3.8rem; font-size: clamp(2.7rem, 1.9664rem + 1.53vw, 3.8rem);}
.f-sz39 { font-size: 3.9rem; font-size: clamp(2.7rem, 1.9008rem + 1.67vw, 3.9rem);}
.f-sz40 { font-size: 4.0rem; font-size: clamp(2.8rem, 2rem + 1.67vw, 4rem);}
.f-sz41 { font-size: 4.1rem; font-size: clamp(2.8rem, 1.9328rem + 1.81vw, 4.1rem);}
.f-sz42 { font-size: 4.2rem; font-size: clamp(2.9rem, 2.0336rem + 1.81vw, 4.2rem);}
.f-sz43 { font-size: 4.3rem; font-size: clamp(2.9rem, 1.9664rem + 1.94vw, 4.3rem);}
.f-sz44 { font-size: 4.4rem; font-size: clamp(3rem, 2.0672rem + 1.94vw, 4.4rem);}
.f-sz45 { font-size: 4.5rem; font-size: clamp(3rem, 2rem + 2.08vw, 4.5rem);}
.f-sz46 { font-size: 4.6rem; font-size: clamp(3.1rem, 2.1008rem + 2.08vw, 4.6rem);}
.f-sz47 { font-size: 4.7rem; font-size: clamp(3.1rem, 2.0336rem + 2.22vw, 4.7rem);}
.f-sz48 { font-size: 4.8rem; font-size: clamp(3.2rem, 2.1328rem + 2.22vw, 4.8rem);}
.f-sz49 { font-size: 4.9rem; font-size: clamp(3.2rem, 2.0672rem + 2.36vw, 4.9rem);}
.f-sz50 { font-size: 5.0rem; font-size: clamp(3.3rem, 2.1664rem + 2.36vw, 5rem);}
.f-sz51 { font-size: 5.1rem; font-size: clamp(3.3rem, 2.1008rem + 2.50vw, 5.1rem);}
.f-sz52 { font-size: 5.2rem; font-size: clamp(3.4rem, 2.2rem + 2.50vw, 5.2rem);}
.f-sz53 { font-size: 5.3rem; font-size: clamp(3.4rem, 2.1328rem + 2.64vw, 5.3rem);}
.f-sz54 { font-size: 5.4rem; font-size: clamp(3.5rem, 2.2336rem + 2.64vw, 5.4rem);}
.f-sz55 { font-size: 5.5rem; font-size: clamp(3.5rem, 2.1664rem + 2.78vw, 5.5rem);}
.f-sz56 { font-size: 5.6rem; font-size: clamp(3.6rem, 2.2672rem + 2.78vw, 5.6rem);}
.f-sz57 { font-size: 5.7rem; font-size: clamp(3.6rem, 2.2rem + 2.92vw, 5.7rem);}
.f-sz58 { font-size: 5.8rem; font-size: clamp(3.7rem, 2.3008rem + 2.92vw, 5.8rem);}
.f-sz59 { font-size: 5.9rem; font-size: clamp(3.7rem, 2.2336rem + 3.06vw, 5.9rem);}
.f-sz60 { font-size: 6.0rem; font-size: clamp(3.8rem, 2.3328rem + 3.06vw, 6rem);}
.f-sz62 { font-size: 6.2rem; font-size: clamp(3.8rem, 2.2rem + 3.33vw, 6.2rem);}
.f-sz64 { font-size: 6.4rem; font-size: clamp(3.9rem, 2.2336rem + 3.47vw, 6.4rem);}
.f-sz66 { font-size: 6.6rem; font-size: clamp(3.9rem, 2.1008rem + 3.75vw, 6.6rem);}
.f-sz68 { font-size: 6.8rem; font-size: clamp(4rem, 2.1328rem + 3.89vw, 6.8rem);}
.f-sz70 { font-size: 7.0rem; font-size: clamp(4.2rem, 2.3328rem + 3.89vw, 7rem);}
.f-sz72 { font-size: 7.2rem; font-size: clamp(4.4rem, 2.5328rem + 3.89vw, 7.2rem);}
.f-sz76 { font-size: 7.6rem; font-size: clamp(4.6rem, 2.6rem + 4.17vw, 7.6rem);}
.f-sz80 { font-size: 8.0rem; font-size: clamp(4.8rem, 2.6672rem + 4.44vw, 8rem);}
.f-sz85 { font-size: 8.5rem; font-size: clamp(5rem, 2.6672rem + 4.86vw, 8.5rem);}
.f-sz90 { font-size: 9.0rem; font-size: clamp(5rem, 2.3328rem + 5.56vw, 9rem);}

/* padding */
.pt150 { padding-top:10.5rem; padding-top: clamp(10.5rem, 7.5008rem + 6.25vw, 15rem);}
.pt140 { padding-top:9.8rem; padding-top: clamp(9.8rem, 7rem + 5.83vw, 14rem);}
.pt130 { padding-top:9.1rem; padding-top: clamp(9.1rem, 6.5008rem + 5.42vw, 13rem);}
.pt120 { padding-top:8.55rem; padding-top: clamp(8.55rem, 6.2496rem + 4.79vw, 12rem);}
.pt110 { padding-top:8rem; padding-top: clamp(8rem, 6rem + 4.17vw, 11rem);}
.pt100 { padding-top:7.5rem; padding-top: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);}
.pt90 { padding-top:6.75rem; padding-top: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);}
.pt80 { padding-top:6rem; padding-top: clamp(6rem, 4.6672rem + 2.78vw, 8rem);}
.pt70 { padding-top:5.25rem; padding-top: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);}
.pt60 { padding-top:4.5rem; padding-top: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);}
.pt50 { padding-top:3.75rem; padding-top: clamp(3.75rem, 2.9168rem + 1.74vw, 5rem);}
.pt40 { padding-top:3rem; padding-top: clamp(3rem, 2.3328rem + 1.39vw, 4rem);}
.pt30 { padding-top:2.25rem; padding-top: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);}
.pt20 { padding-top:1.5rem; padding-top: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);}
.pt15 {	padding-top: 15px;}
.pt10 {	padding-top: 10px;}
.pt5 { padding-top: 5px;}

.pb200 { padding-bottom:14rem; padding-bottom: clamp(14rem, 10rem + 8.33vw, 20rem);}
.pb190 { padding-bottom:13.3rem; padding-bottom: clamp(13.3rem, 9.5008rem + 7.92vw, 19rem);}
.pb180 { padding-bottom:12.6rem; padding-bottom: clamp(12.6rem, 9rem + 7.50vw, 18rem);}
.pb170 { padding-bottom:12.1rem; padding-bottom: clamp(12.1rem, 8.8336rem + 6.81vw, 17rem);}
.pb160 { padding-bottom:11.2rem; padding-bottom: clamp(11.2rem, 8rem + 6.67vw, 16rem);}
.pb150 { padding-bottom:10.5rem; padding-bottom: clamp(10.5rem, 7.5008rem + 6.25vw, 15rem);}
.pb140 { padding-bottom:9.8rem; padding-bottom: clamp(9.8rem, 7rem + 5.83vw, 14rem);}
.pb130 { padding-bottom:9.1rem; padding-bottom: clamp(9.1rem, 6.5008rem + 5.42vw, 13rem);}
.pb120 { padding-bottom:8.4rem; padding-bottom: clamp(8.4rem, 6.2496rem + 5.00vw, 12rem);}
.pb110 { padding-bottom:8rem; padding-bottom: clamp(8rem, 6rem + 4.17vw, 11rem);}
.pb100 { padding-bottom:7.5rem; padding-bottom: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);}
.pb90 { padding-bottom:6.75rem; padding-bottom: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);}
.pb80 { padding-bottom:6rem; padding-bottom: clamp(6rem, 4.6672rem + 2.78vw, 8rem);}
.pb70 { padding-bottom:5.25rem; padding-bottom: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);}
.pb60 { padding-bottom:4.5rem; padding-bottom: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);}
.pb50 { padding-bottom:3.75rem; padding-bottom: clamp(3.75rem, 2.9168rem + 1.74vw, 5rem);}
.pb40 { padding-bottom:3rem; padding-bottom: clamp(3rem, 2.3328rem + 1.39vw, 4rem);}
.pb30 { padding-bottom:2.25rem; padding-bottom: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);}
.pb20 { padding-bottom:1.5rem; padding-bottom: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);}
.pb15 {	padding-bottom: 15px;}
.pb10 {	padding-bottom: 10px;}
.pb5 { padding-bottom: 5px;}

.mb200 { margin-bottom:14rem; margin-bottom: clamp(14rem, 10rem + 8.33vw, 20rem);}
.mb190 { margin-bottom:13.3rem; margin-bottom: clamp(13.3rem, 9.5008rem + 7.92vw, 19rem);}
.mb180 { margin-bottom:12.6rem; margin-bottom: clamp(12.6rem, 9rem + 7.50vw, 18rem);}
.mb170 { margin-bottom:12.1rem; margin-bottom: clamp(12.1rem, 8.8336rem + 6.81vw, 17rem);}
.mb160 { margin-bottom:11.2rem; margin-bottom: clamp(11.2rem, 8rem + 6.67vw, 16rem);}
.mb150 { margin-bottom:10.5rem; margin-bottom: clamp(10.5rem, 7.5008rem + 6.25vw, 15rem);}
.mb140 { margin-bottom:9.8rem; margin-bottom: clamp(9.8rem, 7rem + 5.83vw, 14rem);}
.mb130 { margin-bottom:9.1rem; margin-bottom: clamp(9.1rem, 6.5008rem + 5.42vw, 13rem);}
.mb120 { margin-bottom:8.4rem; margin-bottom: clamp(8.4rem, 6.2496rem + 5.00vw, 12rem);}
.mb110 { margin-bottom:8rem; margin-bottom: clamp(8rem, 6rem + 4.17vw, 11rem);}
.mb100 { margin-bottom:7.5rem; margin-bottom: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);}
.mb90 { margin-bottom:6.75rem; margin-bottom: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);}
.mb80 { margin-bottom:6rem; margin-bottom: clamp(6rem, 4.6672rem + 2.78vw, 8rem);}
.mb70 { margin-bottom:5.25rem; margin-bottom: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);}
.mb60 { margin-bottom:4.5rem; margin-bottom: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);}
.mb50 { margin-bottom:3.75rem; margin-bottom: clamp(3.75rem, 2.9168rem + 1.74vw, 5rem);}
.mb40 { margin-bottom:3rem; margin-bottom: clamp(3rem, 2.3328rem + 1.39vw, 4rem);}
.mb30 { margin-bottom:2.25rem; margin-bottom: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);}
.mb20 { margin-bottom:1.5rem; margin-bottom: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);}
.mb15 { margin-bottom: 15px;}
.mb10 { margin-bottom: 10px;}
.mb5 { margin-bottom: 5px;}

.mt90 { margin-top:6.75rem; margin-top: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);}
.mt40 { margin-top:3rem; margin-top: clamp(3rem, 2.3328rem + 1.39vw, 4rem);}
.mt30 { margin-top:2.25rem; margin-top: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);}
.mt20 { margin-top:1.5rem; margin-top: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);}
.mt15 { margin-top: 15px;}
.mt10 { margin-top: 10px;}
.mt5 { margin-top: 5px;}

/******************************/
/* Layout */
/******************************/
.flex {
  display: flex;
}
.l-main {
  margin-top: 130px;
  padding-top: 0;
}
.l-bottom {
  margin-top: 60px;
}
@media screen and (max-width: 1139px) {
  .l-main {
    margin-top: 70px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-bottom {
    margin-top: 30px;
  }
}
/******************************/
/* FAVORITE CHECKED */
/******************************/
.p-favorite {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-favorite {
    padding-top: 45px;
  }
}
.p-favorite.is-shopkeeper, .p-favorite.is-privacy {
  display: none;
}
.p-checked {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-checked {
    padding-top: 15px;
    padding-bottom: 45px;
  }
}
.p-checked.is-shopkeeper, .p-checked.is-privacy {
  display: none;
}
/******************************/
/* CALENDAR */
/******************************/
.p-calendar {
  box-sizing: border-box;
  flex: 1;
  margin-top: 120px;
}

.p-calendar.is-shopkeeper, .p-calendar.is-privacy {
  display: none;
}
.p-calendar__wrap {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #fff;
}

.side_cal {
  display: flex;
  justify-content: center;
}

.tbl_calendar {
  width: 280px;
  text-align: center;
  border-spacing: 1px;
  border-collapse: separate;
}

.tbl_calendar caption {
  margin-bottom: 20px;
  font-size: 15px;
  text-align: left;
  font-weight: 500;
}
.tbl_calendar th {
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #b3b2b2;
}
.tbl_calendar td {
  padding: 0 5px;
  font-size: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
}
.side_cal_memo {
	margin-top: 10px;
	font-size: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
}
.side_cal_memo .holiday {
  background-color: #ffe3e3;
  width: 20px;
  height: 18px;
  margin-right: 5px;
}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {
  .p-calendar {
    margin-top: 0px;
    padding-top: 45px;
  }
  .tbl_calendar {
    margin-bottom: 10px;
    width: auto;
  }
  .tbl_calendar caption {
    margin-bottom: 10px;
  }
  .tbl_calendar th {
    padding: 5px 12px;
    font-size: 13px;
  }
  .tbl_calendar td {
    padding: 5px 12px;
    font-size: 13px;
  }
  .l-footer-calender {
	margin-left: auto;
	margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .side_cal {
    display: block;
  }
}
/******************************/
/* p-shopguide */
/******************************/
.p-shopguide {
  position: relative;
  z-index: 10;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-shopguide {
    margin-top: 75px;
  }
}
.p-shopguide__wrap {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-shopguide__wrap {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
.p-shopguide-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .p-shopguide-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-wrap {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-shopguide-column {
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  width: 33.3333%;
  font-feature-settings: "palt"1;
}
@media screen and (max-width: 1023px) {
  .p-shopguide-column {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-column {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-column + .p-shopguide-column {
    margin-top: 40px;
  }
}
.p-shopguide-box__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.p-shopguide-box__ttl span {
  font-size: 12px;
  font-weight: normal;
  color: #909090;
}
.p-shopguide__icon {
  margin-bottom: 20px;
}
.p-shopguide__ttl {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.p-shopguide__body {
  margin-bottom: 20px;
  margin-left: 0;
  line-height: inherit;
  font-size: 14px;
}
.p-shopguide__img {
  margin-bottom: 10px;
}
.p-shopguide__img img {
  margin-right: 5px;
}
.p-shopguide__img img:last-child {
  margin-right: 0;
}
.p-shopguide__point-ttl {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
.p-shopguide-cregit-list {
  display: flex;
  flex-wrap: wrap;
}
.p-shopguide-cregit-list__item {
  margin-right: 7px;
  margin-bottom: 10px;
}
.p-shopguide__attention {
  font-size: 12px;
}
/******************************/
/* fade animation */
/******************************/
.fadeIn {
  opacity: 0;
  transition: all 2.3s cubic-bezier(0.07, 0.92, 0.46, 0.95) 0.4s;
}
.fromLeft {
  transform: translate(-20px, 0);
}
.fromRight {
  transform: translate(20px, 0);
}
.fromTop {
  transform: translate(0, -20px);
}
.fromBottom {
  transform: translate(0, 20px);
}
.fromForeground {
  transform: scale(1.6);
}
.faded {
  opacity: 1;
}
.fadedWithTransform {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
/******************************/
/* popup animation */
/******************************/
/* overlay at start */
.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* custom */
.mfp-zoom-out-cur .mfp-image-holder .mfp-close .mfp-close, .mfp-zoom-out-cur .mfp-iframe-holder .mfp-close .mfp-close {
  right: 0 !important;
  width: 15px;
}
.mfp-zoom-out-cur .mfp-bottom-bar {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}
button.mfp-arrow {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5) !important;
  margin-top: -30px;
  transform: scale(1);
}
.mfp-arrow:active {
  margin-top: -30px !important;
}
.mfp-zoom-out-cur .mfp-arrow-right:after {
  top: 0;
  left: -17px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 0;
  border-right: 0;
  width: 10px;
  height: 10px;
  transform: translateY(-10px) rotate(135deg);
  
}
.mfp-zoom-out-cur .mfp-arrow-left:after {
  top: 0;
  left: -2px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 0;
  border-right: 0;
  width: 10px;
  height: 10px;
  transform: translateY(-10px) rotate(-45deg);
}
/******************************/
/* Color me icons */
/******************************/
/* 24px black */
.icon-lg-b.icon-instagram {
  background-position: -168px -288px;
}
.icon-lg-b.icon-twitter {
  background-position: -144px -264px;
}
.icon-lg-b.icon-facebook {
  background-position: -192px -264px;
}
.icon-lg-b.icon-video {
  background-position: -456px -144px;
}
.icon-lg-b.icon-pinterest {
  background-position: -312px -264px;
}
.icon-b, .icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.icon-lg-b, .icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b, .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b, .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
@media (max-width: 768px) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
/******************************/
/* Components */
/******************************/
/********** title **********/
.box-mttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom:3rem; margin-bottom: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
}
.c-ttl-main {
  position: relative;
  margin-top: 0;
  margin-bottom:3rem; margin-bottom: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
  line-height: 1.2;
  font-size: 3.0rem;
  font-size: clamp(2.3rem, 1.8336rem + 0.97vw, 3rem);
  letter-spacing: 0;
  text-align: left;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}
.box-mttl .c-ttl-main {
  margin-bottom: 10px;
  padding-right: 3%;
  display: flex;
  align-items: center;
}
.box-mttl .c-ttl-main .mttl-en,
.box-mttl .c-ttl-main .mttl-ja {
  display: inline-block;
  white-space: nowrap;
}
.box-mttl .c-ttl-main .mttl-en {
  padding-right: 2vw;
}
.box-mttl .c-ttl-main .mttl-ja {
  font-size: min(3.5vw, 1.55rem);
  font-family: "Yu Gothic";
}
@media screen and (max-width: 1023px) {
  .c-ttl-main {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}
.c-ttl-main.is-mbs {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .c-ttl-main.is-mbs {
    margin-bottom: 20px;
  }
  .box-mttl .c-ttl-main {
    white-space: normal;
    gap: 5px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .box-mttl .c-ttl-main {
  	align-items: flex-start;
    flex-direction: column;
  }
  .box-mttl .c-ttl-main .mttl-en {
    font-size: 8vw;
  }
}
.c-ttl-main.is-mb0 {
  margin-bottom: 0;
}
.c-ttl-main.is-s {
  font-size: 20px;
}
.c-ttl-sub {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .c-ttl-sub {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
/********** ï¿½ï¿½ï¿½Ê¡ï¿½Eï¿½ï¿½**********/
.c-item-list {
  display: flex;
  flex-wrap: wrap;
}
.c-item-list__item {
  position: relative;
  box-sizing: border-box;
  width: 25%;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .c-item-list__item {
    margin-bottom: 20px;
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__item {
    width: 50%;
  }
}
.c-item-list__item.is-hidden {
  display: none;
}
.c-item-list__item:hover .c-item-list__txt {
  opacity: 1;
}
.c-item-list__img {
  position: relative;
  text-align: center;
  background: #ffffff;
}
.c-item-list__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
  padding: 5px 5px 3px 5px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 20px;
  background: #cccccc;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .c-item-list__icon {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .c-item-list__icon {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__icon {
    top: 15px;
    left: 10px;
    padding: 5px 5px 3px 5px;
    line-height: 1.2;
  }
}
.c-item-list__icon.is-soldout {
  background: #000000;
}
.c-item-list__icon.is-off {
  background: #ffffff;
  color: #000000;
}
.c-item-list__icon.is-s {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .c-item-list__icon.is-s {
    font-size: 10px;
  }
}
.c-item-list__txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1023px) {
  .c-item-list__txt {
    position: static;
    padding: 10px;
    background: transparent;
    opacity: 1;
    color: #2d2d2d;
  }
}
@media screen and (max-width: 480px) {
  .c-item-list__txt {
    padding: 10px 5px;
  }
}
.c-item-list__txt.is-ranking {
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (max-width: 767px) {
  .c-item-list__txt.is-ranking {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-item-list__ttl {
  font-size: 16px;
}
.c-item-list__ttl img {
  vertical-align: middle;
}
.c-item-list__ttl a {
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .c-item-list__ttl a {
    color: #2d2d2d;
  }
}
@media screen and (max-width: 480px) {
  .c-item-list__ttl {
    font-size: 1.4rem;
  }
}
.c-item-list__body {
  margin-top: 5px;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .c-item-list__body {
    font-size: 12px;
  }
}
.c-item-list__price {
  margin-top: 15px;
  font-size: 18px;
  position: relative;
}
.c-item-list__price::before {
  content:"¡ï";
  position: relative;
  
}
@media screen and (max-width: 1200px) {
  .c-item-list__price {
    margin-top: 0px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1023px) {
  .c-item-list__price {
    margin-top: 5px;
    font-size: 15px;
  }
}
.c-item-list__price + .c-item-list__price {
  margin-top: 0;
}
.c-item-list__price.is-soldout {
  color: #a10000;
}
.c-item-list__price.u-strikethrough {
  font-size: 12px;
}
.c-item-list__btn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 45px;
  height: 45px;
  z-index: 100;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #bababa;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .c-item-list__btn {
    top: 10px;
    right: 10px;
    left: auto;
    width: 30px;
    height: 30px;
  }
}
.c-item-list__btn.is-ranking {
  bottom: 15px;
  left: 15px;
}
@media screen and (max-width: 1023px) {
  .c-item-list__btn.is-ranking {
    bottom: 15px;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__btn.is-ranking {
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .c-item-list__btn.is-ranking {
    right: 5px;
  }
}
.c-item-list__btn.is-added {
  color: #f35f5f;
}
.c-item-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
@media screen and (max-width: 767px) {
  .c-item-list__btn svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 480px) {
  .c-item-list__btn {
    top: 5px;
    right: 5px;
  }
}
svg:not(:root) {
  overflow: hidden;
}
/***** FAVORITE *****/
.c-favorite-list__item {
  position: relative;
  box-sizing: border-box;
  word-break: break-all;
}
/********** btnarea **********/
.btnarea.gap30 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
/*  ----------- */
.c-product-list__button {
  display: block;
  clear: both;
  width: 100%;
  text-align: center;
}


/********** button **********/
.c-btn {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 15px 30px 15px 30px;
  border: none;
  background-color: #948775;
  min-width: 280px;
  font-size: 1.7rem; font-size: clamp(1.6rem, 1.5328rem + 0.14vw, 1.7rem);
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #6f614f;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.c-btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.c-btn:hover:before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.c-button__icon {
  width: 22px;
  height: 22px;
  vertical-align: -.37em;
  fill: #fff;
}

.c-btn-cart {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 20px 20px 30px;
  border: 2px solid #f88d03;
  width: 100%;
  line-height: 1;
  height: 75px;
  font-size: 16px;
  font-weight: bold;
  background: #f88d03;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart:hover {
  background: #f57702;
  border-color: #f57702;
  color: #ffffff;
  text-decoration: none;
}
.c-btn-cart.is-disabled, .c-btn-cart.is-soldout {
  border-color: #c6c6c6;
  background: #c6c6c6;
  color: #ffffff;
  cursor: default;
}
.c-btn-cart.is-disabled:hover, .c-btn-cart.is-soldout:hover {
  background: #c6c6c6;
}
.c-btn-cart.is-membersonly {
  border-color: #275631;
  background: #275631;
  color: #ffffff;
  cursor: default;
}
.c-btn-cart.is-membersonly:hover {
  background: #275631;
}
.c-btn-cart.is-member {
  padding: 17px;
  height: 50px;
  font-size: 14px;
  font-weight: normal;
  border-color: #199032;
  background: #199032;
  color: #ffffff;
}
.c-btn-cart.is-member:hover {
  background: rgba(25, 144, 50, 0.8);
}
.c-btn-cart.is-member-login {
  padding: 17px;
  height: 50px;
  font-size: 14px;
  font-weight: normal;
  border-color: #199032;
  background: #199032;
  color: #ffffff;
}
.c-btn-cart.is-member-login:hover {
  background: rgba(25, 144, 50, 0.8);
}
.c-btn-cart.is-favorite {
  border-color: #c6c6c6;
  background: #ffffff;
  color: #c6c6c6;
}
.btn-favorite {
  box-sizing: border-box;
  border: none;
  height: 60px;
  border-radius: 50%;
  width: 60px;
}
.btn-favorite svg {
  width: 22px;
  height: 22px;
}

@media screen and (max-width: 767px) {
  .btnarea.gap30 {
    gap: 10px;
  }
  .c-btn {
    padding: 13px 20px 13px 20px;
    min-width: 200px;
  }
  .c-btn-cart.is-member {
    padding: 19px;
  }
  .c-btn-cart.is-member-login {
    padding: 19px;
  }
  .c-btn-cart.is-favorite {
    padding: 19px;
  }
}

@media screen and (max-width: 480px) {
  .c-btn-cart {
    height: 70px;
  }
  .c-btn {
    width: 100%;
  }
}

.c-btn-cart.is-favorite svg {
  margin-right: 10px;
  padding-bottom: 3px;
  width: 22px;
}
.c-btn-cart.is-added {
  color: #000000;
}
.c-btn-cart.is-added svg,
.btn-favorite.is-added svg {
  fill: #f35f5f;
}
.c-btn-cart img {
  margin-right: 20px;
  padding-bottom: 5px;
  width: 27px;
  position: absolute;
  left: 30px;
}
.c-more {
  text-align: center;
}
.c-not-found {
  margin-top: 120px;
  margin-bottom: 320px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-not-found {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
/********** table **********/
.c-tbl-list {
  border-top: 1px solid #948775;
}
.c-tbl-list__tr {
  display: flex;
  border-bottom: 1px solid #c9c3ba;
}
.c-tbl-list__th {
  box-sizing: border-box;
  margin: 0;
  padding: 20px 20px 20px 0px;
  width: 270px;
  font-weight: bold;
}
.c-tbl-list__td {
  flex: 1;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .c-tbl-list {
    border-top: 0;
  }
  .c-tbl-list__tr {
    display: block;
    border-bottom: 0;
  }
  .c-tbl-list__th {
    margin-bottom: 15px;
    padding: 5px 15px 5px 0;
    border-bottom: 1px solid #948775;
    width: auto;
  }
  .c-tbl-list__td {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
/********** breadcrumbs **********/
.c-breadcrumbs-list__item {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  font-size: 13px;
  font-family: "Yu Gothic Medium", "Þâ¥´¥·¥Ã¥¯ Medium", YuGothic, "Þâ¥´¥·¥Ã¥¯ÂÎ", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", sans-serif;
  word-break: break-all;
}
.c-breadcrumbs-list__item:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #757575;
  border-bottom: 1px solid #757575;
  transform: rotate(-45deg);
}
.c-breadcrumbs-list__item:last-child:before {
  content: none;
}
@media screen and (max-width: 1023px) {
  .c-breadcrumbs-list__item {
    margin-right: 15px;
    font-size: 12px;
  }
  .c-breadcrumbs-list__item:before {
    right: -12px;
  }
}

/********** pager **********/
.c-pager {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

.c-pager__total {
  margin-bottom: 15px;
}
.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.c-pager-list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 5px;
  line-height: 42px;
  background: transparent;
  text-align: center;
}
.c-pager-list__link {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 4px;
  line-height: 42px;
  min-width: 50px;
  font-size: 20px;
  background: #f5f5f5;
  color: #2d2d2d;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-pager-list__link:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
.c-pager-list__link.is-current {
  background: #000000;
  color: #ffffff;
}
.c-pager-list__link.is-current:hover {
  background: #000000;
  color: #ffffff;
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  position: relative;
  text-indent: -99999px;
  background: transparent;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #2d2d2d;
  border-bottom: 1px solid #2d2d2d;
  transform: rotate(135deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
  background: #000000;
}
.c-pager-list__link.is-prev:hover:before, .c-pager-list__link.is-next:hover:before {
  border-color: #ffffff;
}
.c-pager-list__link.is-prev.is-disabled, .c-pager-list__link.is-next.is-disabled {
  background: transparent;
  border-color: transparent;
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  cursor: inherit;
  background: transparent;
  border-color: transparent;
}
.c-pager-list__link.is-prev.is-disabled:hover:before, .c-pager-list__link.is-next.is-disabled:hover:before {
  border-color: #2d2d2d;
}
.c-pager-list__link.is-prev:before {
  transform: rotate(135deg);
}
.c-pager-list__link.is-next:before {
  right: auto;
  left: 17px;
  transform: rotate(-45deg);
}
.c-pager-list__page {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-pager {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .c-pager-list__item {
    display: none;
    min-width: 45px;
    line-height: 36px;
  }
  .c-pager-list__item.is-visible {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
  }
  .c-pager-list__item.is-center {
    width: 120px;
    background: #000000;
  }
  .c-pager-list__link {
    padding: 4px 10px;
    min-width: 40px;
    line-height: 36px;
  }
  .c-pager-list__link.is-current {
    border: 0;
  }
  .c-pager-list__link.is-prev:before {
    right: 14px;
  }
  .c-pager-list__link.is-next:before {
    left: 14px;
  }
  .c-pager-list__page {
    display: inline-block;
    font-size: 14px;
  }
}


/***** slider-thema *****/
.c-slider-thema .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.c-slider-thema .slick-prev, .c-slider-thema .slick-next {
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 0;
  transition: all 0.3s ease;
  z-index: 1;
  background: #eeecdc;
}
.c-slider-thema .slick-prev:before, .c-slider-thema .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  transition: all 0.4s ease;
  z-index: 1;
}
.c-slider-thema .slick-prev {
  left: 0;
}
.c-slider-thema .slick-prev:hover {
  left: 0;
}
.p-ranking .c-slider-thema .slick-prev {
    top: -50px;
    left: calc(100% - 121px);
}
/*.p-ranking .c-slider-thema .slick-prev:hover {
    left: calc(100% - 121px);
}*/
.c-slider-thema .slick-prev:before {
  left: 25px;
  transform: translateY(-50%) rotate(-45deg);
}
.c-slider-thema .slick-next {
  right: 0;
}
.p-ranking .c-slider-thema .slick-next {
  top: -50px;
}
.c-slider-thema .slick-next:hover {
  right: 0;
}
.c-slider-thema .slick-next:before {
  right: 25px;
  transform: translateY(-50%) rotate(135deg);
}
.c-slider-thema .slick-dots li button:before {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  border-radius: 50%;
  background: #e5e5e5;
  opacity: 1;
}
.c-slider-thema .slick-dots li.slick-active button:before {
  background: #7d7d7d;
}
.c-slider-thema .slick-prev:hover, .c-slider-thema .slick-next:hover,
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #eeecdc;
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .c-slider-thema .slick-prev, .c-slider-thema .slick-next {
    width: 50px;
    height: 50px;
  }
  .p-ranking .c-slider-thema .slick-prev {
    left: calc(100% - 101px);
  }
  .c-slider-thema .slick-prev:before, .c-slider-thema .slick-next:before {
    width: 8px;
    height: 8px;
  }
  .c-slider-thema .slick-prev:before {
    left: 23px;
  }
  .c-slider-thema .slick-next:before {
    right: 21px;
  }
}

/******************************/
/* header */
/******************************/
.l-header-top {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding-left: 215px;
    display: flex;
    max-height: 130px;
    align-items: center;
    box-sizing: border-box;
    top: 0;
}
.l-header-top .catch {
    height: 130px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #544a3b;
    padding-right: 30px;
}


@media screen and (min-width: 768px) {
    /*.p-sub-header {
        display: inherit;
    }*/
}
@media screen and (min-width: 1440px) {
    .l-header-top .p-sub-header {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 1300px) {
    .l-header-top {
        padding-left: 190px;
    }
    .l-header-top .catch {
        font-size: 90%;
        line-height: 1.5;
    }
}
@media screen and (max-width: 1139px) {
  .l-header-top {
    min-height: 70px;
    padding-left: 150px;
  }
  .l-header-top .catch {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
    .p-sub-header {
      display: none;
      padding: 0;
    }
}
.p-sub-header::after {
  display: block;
  clear: both;
  content: '';
}
.p-sub-header a {
  transition: opacity .2s;
  text-decoration: none;
}
.p-sub-header a:hover {
  opacity: .66;
}
.p-sub-header a:active {
  opacity: 1;
}
.p-sub-header__content-nav {
  margin: 0;
  padding: 0;
}
.p-sub-header__content-nav li {
  display: inline-block;
  margin-right: 20px;
  /*letter-spacing: 1px;
  font-size: 14px;*/
  letter-spacing: 0.025em;
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px; 
}
.p-sub-header__content-nav li.has-icon > span {
    position: relative;
}
.p-sub-header__content-nav li.has-icon > span::after {
    content:"";
    position: relative;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-left: 2px solid #948775;
    border-bottom: 2px solid #948775;
    transform: rotate(-45deg);
    margin-left: 13px;
    top: -3px;
    transition: all ease 0.28s;
}
.p-sub-header__content-nav li.has-icon.is-opened > span::after {
    transform: rotate(135deg);
}
.p-sub-header__content-nav li > a {
    line-height: 40px;
}

.p-sub-header li.has-icon a,
.p-sub-header li.has-icon.pc-gnavmenu span{
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
}

.p-sub-header li.has-icon.pc-gnavmenu span {
	display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-sub-header li.has-icon.pc-gnavmenu:hover span {
    cursor: pointer;
}
.p-sub-header__content-nav li.has-icon svg {
	width: 20px;
    height: 15px;
	opacity: 0.5;
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.p-sub-header__content-nav li.has-icon.i-user svg {
	margin-right: 0;
}
.p-sub-header__content-nav li.pc-gnavmenu ul.pc-submenu {
    position: absolute;
    z-index: 1000;
    right: 0;
    left: 50%;
    top: 100%;
    overflow: hidden;
    width: auto;
    height: 0;
    margin: 0;
    transition: .2s;
    opacity: 0;  
    transform: translateX(-50%);
    background: #eeecdc;
}
.p-sub-header__content-nav li.pc-gnavmenu.is-opened ul.pc-submenu {
    opacity: 1;
  width: 220px;
  height: auto;
  display: block;
  overflow: visible;
  padding: 15px 0;
}
.p-sub-header__content-nav li.pc-gnavmenu.is-opened ul.pc-submenu::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 25px;
  content: '';
  transition: .2s;
  opacity: 0;
  background: #948775;
}
.p-sub-header__content-nav li.pc-gnavmenu.is-opened ul.pc-submenu::after {
opacity: 1;
  top: -25px;
}
.p-sub-header__content-nav li.pc-gnavmenu ul.pc-submenu > li {
  margin-right: 0;
}
.p-sub-header__content-nav li.pc-gnavmenu ul.pc-submenu .list-subcategory {
    margin: 0;
    padding: 0;
}
.p-sub-header__content-nav li.pc-gnavmenu ul.pc-submenu .list-subcategory li {
	line-height: 20px;
}

.p-sub-header__content-nav li.pc-gnavmenu.is-opened ul.pc-submenu li ul li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.p-sub-header__content-nav li.pc-gnavmenu.is-opened ul.pc-submenu li {
	display: block;
  padding: 0 20px;
  margin: 0;
}
.p-sub-header__content-nav li.pc-gnavmenu.is-opened ul.pc-submenu li.pc-submenu-sttl {
  padding: 20px 20px 10px 20px;
}
.p-sub-header__content-nav li.pc-gnavmenu.is-opened ul.pc-submenu .list-subcategory > li {
  padding: 0 0 0 10px;
}
.p-sub-header__content-nav li.pc-gnavmenu.is-opened ul.pc-submenu li a {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}
.p-sub-header__social-nav {
  float: right;
  margin: 0 auto;
  padding: 0;
  width: auto;
  display: table;
}
/* l-header -------------- */
.l-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  height: 130px;
  /*width: 100%;*/
  width: 300px;
  right: -80px;
  transition: all ease 0.5s;
  /*background: rgba(255, 255, 255, 0.7);
  box-shadow: 4px 0 16px rgba(0, 0, 0, 0.05);*/
}
.l-header-logo::before {
  content:"";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 130px;
  z-index: -1;
}
.l-header-logo.is-on {
  z-index: 99;
}
.l-header.is-fixed {
  height: 70px;
  right: -10px;
  background: rgba(255,255,255,0.8);
}
.l-header.is-top {
  box-shadow: none;
}
.l-header.is-open .l-header-logo {
  margin-bottom: 0;
  display: block;
}
.l-header.is-open .l-header-logo__img.is-txt {
  margin-bottom: 0;
}
body.is-on .l-header-search__btn,
body.is-on .l-header-member a  {
  display: none !important;
}
.l-header-main {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  height: 130px;
  display: flex;
  align-items: center;
}
.l-header-main__in {
  display: flex;
  position: relative;
  z-index: 100;
}
.l-header-logo {
  text-align: center;
  width: 162px;
  z-index: 1001;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 76px);
  top: 0;
}
.l-header-logo__img {
  display: block;
  margin: 0;
  position: relative;
  width: 100%;
  height: 210px;
}
.l-header-logo__img::before {
    content:"";
    width: 130px;
    height: 130px;
    display: inline-block;
    background: #eeecdc;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.l-header-logo .pc-tel {
  flex: 1;
  width: 130px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.l-header-logo .pc-tel .h-tel {
  height: 100%;
}
.l-header-logo .pc-tel .sp-tel {
  display: block;
  padding-top: 40px;
  position: relative;
  width: 40px;
  height: 200px;
  top: 50%;
  transform: translateY(-50%);
}
.l-header-logo .pc-tel .sp-tel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(https://file002.shop-pro.jp/PA01363/242/img/common/i-tel_333.svg) no-repeat center top;
  background-size: contain;
  transform: translateX(-50%);
}
.l-header-logo .pc-tel .sp-tel .txt-tel {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: center;
  position: relative;
  left: -150%;
  top: 60px;
  font-size: 2.6rem;
}

.l-header-logo .pc-tel .sp-tel .i-tel {
  width: 27px;
  height: auto;
}
.l-header-logo .pc-contact {
  width: 130px;
  aspect-ratio: 1 / 1;
}
.l-header-logo .pc-contact .btn-contact {
  background-color: #948775;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l-header-logo .pc-contact .btn-contact:hover {
  text-decoration: none;
}
.l-header-logo .pc-contact .btn-contact img {
  width: 34px;
  height: auto;
}
.l-header-logo .pc-contact .btn-contact .t-contact {
  padding-top: 12px;
  color: #fff;
}
.is-fixed .l-header-main {
	padding: 0;
	height: 70px;
}
.l-header-logo__txt {
  word-break: break-all;
  display: block;
  width: 100%;
  height: 210px;
}
.l-header-logo__txt .box-header-logo {
    display: flex;
    flex-direction: column;
}
.l-header-logo__txt .box-header-logo .block.mark {
    width: 119px;
    height: 127px;
    margin-left: auto;
    margin-top: 43px;
}
.l-header-logo__txt .box-header-logo .block.txt {
    width: 130px;
    height: 16px;
    margin-right: 7px;
    margin-left: auto;
    margin-top: 20px;
}
.l-header-logo__txt .box-header-logo .block img {
    width: 100%;
}
@media screen and (min-width: 1140px) {
  .l-header-logo {
    max-height: calc(700px + 130px);
  }
}
@media screen and (max-width: 1139px) {
	.l-header {
		right: 0;
		width: 280px;
    height: 70px;
	}
  .l-header-logo {
    height: 680px;
  }
	.l-header-main {
		height: 70px;
	}
	.p-sub-header {
		display: none !important;
	}
	.l-header.is-fixed {
		right: 0;
	}
  .l-header-logo {
    width: 140px;
  }
  .l-header-logo::before {
    width: 100px;
  }
  .l-header-logo__img::before {
    width: 100px;
    height: 100px;
  }
  .l-header-logo__txt {
    transform: scale(0.8);
    transform-origin: center top;
  }
  .l-header-logo .pc-tel,
  .l-header-logo .pc-contact {
    width: 100px;
  }
  .l-header-logo .pc-contact .btn-contact img {
    transform: scale(0.7);
    transform-origin: center;
    padding-top: 8px;
  }
  .l-header-logo .pc-contact .btn-contact .t-contact {
    padding-top: 8px;
  }
  .l-header-logo .pc-tel .sp-tel {
    height: 180px;
  }
  .l-header-logo .pc-tel .sp-tel .txt-tel {
    font-size: 2.3rem;
    left: -125%;
  }
  .l-header-logo__txt .box-header-logo .block.mark {
    margin-top: 27px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header-logo__txt {
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    height: auto;
  }
  .l-header-logo::before {
    content: none;
  }
  .l-header {
    width: 140px;
  }
  .l-header-top {
    padding-left: 130px;
  }
  .l-header.is-open .l-main-navi-list {
    display: none;
  }
  .l-header.is-open .l-menu-btn {
    display: block;
  }
  .l-header.is-fixed {
    background: #ffffff;
  }
  .l-header-main {
    height: 70px;
    min-height: 55px;
  }
  .l-header-main__in {
    width: 100%;
  }
  .l-header-logo__img::before {
    width: 90px;
    height: 90px;
  }
  .l-header-logo .pc-tel, .l-header-logo .pc-contact {
    display: none;
  }
  .l-header-member, .l-header-search {
    display: none;
  }
  .l-header-logo__txt {
    transform: scale(0.7);
    margin-left: -8px;
  }
}
@media screen and (max-width: 640px) {
  .l-header-top .catch {
    display: none;
  }
  .l-header-logo__img::before {
    width: 80px;
    height: 80px;
  }
  .l-header-logo__txt {
    transform: scale(0.65);
    margin-left: -22px;
  }
  .l-header-logo__txt .box-header-logo .block.txt {
    position: absolute;
    top: 24px;
    left: calc(100% + 30px);
    transform: scale(1.2);
  }
  .l-header {
    width: 130px;
  }
}
@media screen and (max-width: 480px) {
  .l-header-logo__img::before {
    width: 60px;
    height: 60px;
  }
  .l-header-logo__txt {
    margin-left: -28px;
    transform: scale(0.55);
  }
  .l-header-logo__txt .box-header-logo .block.txt {
    top: 36px;
    transform: scale(1.65);
    transform-origin: left;
    left: calc(100% + 15px);
  }

}
html:has(body.mfp-zoom-out-cur) {
  overflow: hidden !important;
}

.l-menu-btn {
  position: relative;
  z-index: 10000;
  padding: 0;
  width: 70px;
  height: 70px;
  border: 0;
  background: transparent;
  transition: all ease 0.28s;
}
.l-menu-btn span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  left: 25px;
  width: 22px;
  height: 2px;
  background-color: #666;
}

.l-menu-btn span:nth-of-type(1) {
  top: 28px;
}
.l-menu-btn span:nth-of-type(2) {
  top: 36px;
}
.l-menu-btn span:nth-of-type(3) {
  top: 44px;
}
.l-menu-btn.is-on span:nth-of-type(1) {
  top: 37px;
  transform: rotate(-45deg);
}
.l-menu-btn.is-on span:nth-of-type(2) {
  width: 0;
  opacity: 0;
}
.l-menu-btn.is-on span:nth-of-type(3) {
  top: 37px;
  transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
  .l-menu-btn {
    width: 60px;
  }
}

/********** ï¿½á¥¤ï¿½ï¿½Ê¥ï¿¾Â**********/
.l-main-navi {
  display: none;
  z-index: 100;
}
.l-main-navi.is-open {
  box-sizing: border-box;
  overflow-y: auto;
  display: flex;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 10;
  padding: 50px 5% 0 5%;
  width: 100%;
  height: calc(100vh - 80px);
}
.l-main-navi__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
.l-main-navi.is-open .l-header-search__form {
  margin-bottom:3rem; margin-bottom: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
  background-color: #fff;
}
.l-main-navi-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.l-main-navi-list__ttl {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.l-main-navi-list__item {
  box-sizing: border-box;
  width: calc(33.3333% - 20px);
}
.l-main-navi-list__link {
  display: none;
  transition: all ease 0.2s;
}
.l-main-navi-list__link:hover:before, .l-main-navi-list__link.is-on:before {
  border-right-color: #2d2d2d;
  border-bottom-color: #2d2d2d;
}
.l-main-navi-list__link.is-on:before {
  transform: rotate(-135deg);
  margin-top: -4px;
}
.l-main-navi__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eeecdc;
  opacity: 0;
}
.l-main-navi__overlay.is-on {
  display: block;
  animation: anime-fade 0.2s ease forwards;
}
@keyframes anime-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open {
    top: 90px;
    left: 0;
    z-index: 10;
    padding: 20px 20px 20px 20px;
    width: 100%;
    height: calc(100vh - 55px);
    align-items: flex-start;
  }
  .l-main-navi__wrap {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
  }
  .l-main-navi-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .l-main-navi-list__ttl {
    display: none;
  }
  .l-main-navi-list__ttl.sp-open {
    display: block;
    margin-bottom: 10px;
  }
  .l-main-navi-list__item {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .l-main-navi-list__link {
    display: block;
    position: relative;
    padding: 18px 45px 16px 0px;
    border: 0;
    font-weight: normal;
    background: transparent;
    color: #2d2d2d;
    width: 100%;
    font-size: 18px;
    text-align: left;
    font-weight: 700;
  }
  .l-main-navi-list__item:has(.l-main-navi-list__link.js-toggle-btn) {
    border-top: 1px solid #b3b2b2;
  }
  .l-main-navi-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    transform: rotate(45deg);
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  }
  .l-main-navi-list__link.pc-only {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .l-main-navi__wrap {
    width: 100%;
  }
}

/********** .l-dropdown-menu **********/
.l-dropdown-menu-list__item {
  margin-bottom: 5px;
}
.list-category .l-dropdown-menu-list__item > a {
  background: rgba(255, 255, 255, 0.7);
  display: block;
  font-weight: bold;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .l-dropdown-menu {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .l-dropdown-menu-list__item {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .l-dropdown-menu {
    display: none;
    margin-bottom: 20px;
    color: #2d2d2d;
  }
  .l-dropdown-menu-list {
    padding: 0 0 10px 0;
  }
  .l-dropdown-menu-list__item {
    box-sizing: border-box;
    margin-bottom: 1px;
    word-break: break-all;
  }
  .l-dropdown-menu-list__item:last-child {
    margin-bottom: 0;
  }
  .l-dropdown-menu-list__link {
    display: block;
    padding: 15px 0;
    color: #2d2d2d;
  }
  .l-dropdown-menu-list__link:hover, .l-dropdown-menu-list__link:focus {
    color: #2d2d2d;
  }
  .l-dropdown-menu.sp-open {
    display: block;
  }
}
/* pagetitle */
.p-category__ttl {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 28px;
  font-weight: bold;
  word-break: break-all;
  text-align: center;
}
.p-freepage {
  padding-left: 130px;
}
.contents-freepage a {
  color: #948775;
  text-decoration: underline;
}
@media screen and (max-width: 1139px) {
 .p-freepage {
    padding-left: 100px;
  } 
}
@media screen and (max-width: 767px) {
  .p-category__ttl {
    margin-bottom: 25px;
    font-size: 25px;
  }
  .p-freepage {
    padding-left: 0;
  }
}
