@charset "UTF-8";
/* ========================================================
	reset.css
	Format,Font Reset
======================================================== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Old+Mincho:wght@900&display=swap");
*, *::before, *::after { box-sizing: border-box; }

/* Remove default margin */
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd, figure { margin: 0; padding: 0; }

ul, ol { margin: 0; padding: 0; list-style: none; }

body { min-height: 100vh; text-rendering: optimizeSpeed; }

a:not([class]) { text-decoration-skip-ink: auto; }

img, picture { max-width: 100%; border: 0; }

input, button, textarea, select { margin: 0; padding: 0; font: inherit; }

address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: normal; }

sup { vertical-align: text-top; }

sub { vertical-align: text-bottom; }

@media (prefers-reduced-motion: reduce) { html:focus-within { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } }
h1, h2, h3, h4, h5, h6 { font-weight: 700; }

html { font-family: "Zen Kaku Gothic New", 'Yu Gothic UI',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans',sans-serif; font-size: 62.5%; color: #000000; -webkit-overflow-scrolling: touch; }

body { font-family: "Zen Kaku Gothic New", 'Yu Gothic UI',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans',sans-serif; margin: 0; font-size: 1.6rem; font-weight: 400; letter-spacing: 0.06em; background: #FFFFFF; overflow-x: hidden; position: relative; -webkit-animation: fadeIn 2s ease 0s 1 normal; animation: fadeIn 2s ease 0s 1 normal; }
body:after { content: ''; width: 100vw; height: 100svh; background-color: #333333; mix-blend-mode: multiply; position: fixed; left: 0; top: 0; z-index: -1; opacity: 0; visibility: hidden; -webkit-transition: all 0.2s; transition: all 0.2s; }
body.fixed { width: 100%; }
body.fixed:after { z-index: 99; opacity: 1; visibility: visible; }
@media (max-width: 1024px) { body { padding-top: min(150px,20.834vw); } }
@media (max-width: 768px) { body { padding-top: min(150px,20.834vw); font-size: 1.4rem; } }
@media (max-width: 480px) { body { padding-top: min(200px,27.778vw); } }

@keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
a, a:link, a:visited { color: #000000; text-decoration: none; -webkit-transition: all .4s; transition: all .4s; }
a:hover, a:link:hover, a:visited:hover { color: #ED8046; }
a:hover img, a:link:hover img, a:visited:hover img { opacity: 0.6; }

img { max-width: 100%; width: auto; height: auto; vertical-align: bottom; -webkit-transition: all .4s; transition: all .4s; }

.container { margin: auto; max-width: 1200px; width: 90%; height: auto; }

.inner { margin: auto; max-width: 1100px; width: 85%; height: auto; }

.outer { margin: auto; max-width: 1380px; width: 98%; height: auto; }

@media (min-width: 1025px) { main { padding-top: 20px; display: block; }
  a[href*="tel:"] { pointer-events: none; cursor: default; text-decoration: none; } }
/*============================================================================
	header
=============================================================================*/
/*============================================================================
	drawer menuBtn
=============================================================================*/
.menuBtn { margin: auto 0; padding: 0; width: 30px; height: 30px; text-align: center; background: transparent; outline: 0; border: none; border-radius: 0; position: fixed; right: 10px; z-index: 1000; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); display: none; }
.menuBtn:hover { cursor: pointer; }
.menuBtn .drawer-hamburger-icon { margin: auto; width: 100%; height: 2px; border-radius: 4px; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); background-color: #000000; position: relative; display: block; }
.menuBtn .drawer-hamburger-icon:before, .menuBtn .drawer-hamburger-icon:after { content: ''; width: 100%; height: 2px; border-radius: 4px; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); background-color: #000000; position: absolute; left: 0; }
.menuBtn .drawer-hamburger-icon:before { top: -12px; }
.menuBtn .drawer-hamburger-icon:after { top: 12px; }
.menuBtn.close-btn .drawer-hamburger-icon { background-color: transparent; }
.menuBtn.close-btn .drawer-hamburger-icon:before, .menuBtn.close-btn .drawer-hamburger-icon:after { top: 0; }
.menuBtn.close-btn .drawer-hamburger-icon:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.menuBtn.close-btn .drawer-hamburger-icon:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
@media (max-width: 1024px) { .menuBtn { display: block; top: 25px; } }
@media (max-width: 480px) { .menuBtn { width: 20px; height: 20px; top: 20px; }
  .menuBtn .drawer-hamburger-icon:before { top: -8px; }
  .menuBtn .drawer-hamburger-icon:after { top: 8px; }
  .menuBtn.close-btn .drawer-hamburger-icon:before { top: 0px; }
  .menuBtn.close-btn .drawer-hamburger-icon:after { top: 0px; } }

body.scl .menuBtn { display: block; top: 25px; }

header { width: 100%; }
header .htopBox { margin: auto; width: 98%; }
header .htopBox .hlogo { margin: auto 0; width: 32%; display: -webkit-flex; display: -moz-flex; display: flex; }
header .htopBox .hlogo a { max-width: 195px; }
header .htopBox .hlogo span { margin: auto 0 auto 15px; font-size: 1.4rem; }
header .htopBox .headerNaviWrap { margin: auto 0 auto auto; width: 65%; max-width: 720px; }
header .htopBox .headerNaviWrap .hSearchBox { max-width: 250px; height: 40px; border: 1px solid #000000; border-radius: 2.0833333333vw; }
header .htopBox .headerNaviWrap .hSearchBox form { padding: 5px 10px; height: 38px; display: -webkit-flex; display: -moz-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
header .htopBox .headerNaviWrap .hSearchBox form input { margin-right: 5px; border: none; }
header .htopBox .headerNaviWrap .hSearchBox form button { width: 22px; height: 22px; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url("../img/common/icon_search.svg") no-repeat center center/contain; }
header .htopBox .headerNaviWrap .userBtn { margin-left: min(35px,4.862vw); width: 190px; }
header .htopBox .headerNaviWrap .userBtn li { width: 50%; height: 40px; }
header .htopBox .headerNaviWrap .userBtn li a { color: #FFFFFF; font-size: 1.4rem; font-weight: 700; width: 100%; height: 100%; text-align: center; line-height: 40px; border: 2px solid #ED8046; display: block; }
header .htopBox .headerNaviWrap .userBtn li.join a { border-radius: 2.0833333333vw 0 0 2.0833333333vw; background: #ED8046; }
header .htopBox .headerNaviWrap .userBtn li.join a:hover { color: #ED8046; background: #FFFFFF; }
header .htopBox .headerNaviWrap .userBtn li.login a { border-radius: 0 2.0833333333vw 2.0833333333vw 0; background: #ED8046; }
header .htopBox .headerNaviWrap .userBtn li.login a:hover { color: #ED8046; background: #FFFFFF; }
header .htopBox .headerNaviWrap .userBtn li.login a.logout.my-false { display: none; }
header .htopBox .headerNaviWrap .userBtn li.login a.login.my-true { display: none; }
header .htopBox .headerNaviWrap .hnaviMenu { margin-left: min(35px,4.862vw); width: 200px; }
header .htopBox .headerNaviWrap .hnaviMenu li a { text-align: center; }
header .htopBox .headerNaviWrap .hnaviMenu li a i { margin: 0 auto; width: 38px; height: 28px; display: block; }
header .htopBox .headerNaviWrap .hnaviMenu li a i.guide { background: url("../img/common/icon_guide.svg") no-repeat center center/contain; }
header .htopBox .headerNaviWrap .hnaviMenu li a i.mypage { background: url("../img/common/icon_mypage.svg") no-repeat center center/contain; }
header .htopBox .headerNaviWrap .hnaviMenu li a i.cart { background: url("../img/common/icon_cart.svg") no-repeat left -4px center/contain; }
header .htopBox .headerNaviWrap .hnaviMenu li a span { font-size: 1.0rem; font-weight: 700; display: block; }
header .htopBox .headerNaviWrap .hnaviMenu li.cart { position: relative; }
header .htopBox .headerNaviWrap .hnaviMenu li.cart .fs-client-cart-count { color: #FFFFFF; font-size: 1.0rem; width: 18px; height: 18px; text-align: center; background: #ED8046; display: -webkit-flex; display: -moz-flex; display: flex; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 50%; position: absolute; top: 0; right: -5px; }
header .htopBox .headerNaviWrap .hnaviMenu li + li { margin-left: 20px; }

header.pcHeader { padding: 15px 0 0; }
@media (max-width: 1024px) { header.pcHeader { display: none; } }

header.spHeader { display: block; background: rgba(255, 255, 255, 0.9); position: fixed; top: 0; z-index: 100; }
@media (min-width: 1025px) { header.spHeader { display: none; } }
header.spHeader .htopBox.htop_sp .hlogo { padding: 8px 3px 0 3px; width: 120px; display: block; }
header.spHeader .htopBox.htop_sp .hlogo a { width: 100%; }
header.spHeader .htopBox.htop_sp .hlogo span { margin: 5px -40px 0 0; font-size: 1.0rem; display: block; }
header.spHeader .htopBox.htop_sp .headerNaviWrap { margin: auto 60px auto auto; width: auto; max-width: none; }
@media (max-width: 480px) { header.spHeader .htopBox.htop_sp .hlogo { padding: 15px 3px 0 3px; }
  header.spHeader .htopBox.htop_sp .headerNaviWrap { margin: auto 40px auto auto; max-width: 170px; }
  header.spHeader .htopBox.htop_sp .headerNaviWrap .hnaviMenu { margin-left: 0; }
  header.spHeader .htopBox.htop_sp .headerNaviWrap .hnaviMenu li a { letter-spacing: 0; }
  header.spHeader .htopBox.htop_sp .headerNaviWrap .hnaviMenu li + li { margin-left: 10px; } }

/*================================================================================== gnaviWrap
===================================================================================*/
#gnaviWrap { margin: min(20px,2.778vw) auto 0; width: 90%; position: relative; z-index: 90; }
@media (max-width: 1024px) { #gnaviWrap { margin: 0; padding: 80px 20px; width: 80vw; max-width: 380px; height: 100vh; background: #fff; overflow-x: scroll; position: fixed; top: 0; right: -9999px; z-index: 90; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  #gnaviWrap.open { right: 0; } }
#gnaviWrap > ul > li > a { padding: 5px; font-weight: 500; display: block; position: relative; }
#gnaviWrap > ul > li > a span { position: relative; z-index: 5; }
#gnaviWrap > ul > li > a::after { content: ''; width: 100%; height: 100%; background: #ED8046; display: block; position: absolute; top: 0; left: 0; z-index: 0; -webkit-transition: all .4s; transition: all .4s; transform: scaleY(0); transform-origin: bottom; }
#gnaviWrap > ul > li > a:hover { color: #FFFFFF; }
#gnaviWrap > ul > li > a:hover::after { transform: scaleY(1); }
@media (max-width: 1024px) { #gnaviWrap > ul > li a { padding: 10px; height: 40px; }
  #gnaviWrap > ul > li + li { border-top: dashed 1px #696969; } }
#gnaviWrap > ul > li.parent a { width: 100%; }
#gnaviWrap > ul > li.parent .js-button-megaMenu { margin-top: 3px; width: 34px; height: 34px; background: #222222; display: inline-block; position: relative; display: none; }
#gnaviWrap > ul > li.parent .js-button-megaMenu::before, #gnaviWrap > ul > li.parent .js-button-megaMenu::after { content: ''; margin: auto; width: 20px; height: 1px; background: #ffffff; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
#gnaviWrap > ul > li.parent .js-button-megaMenu::after { transform: rotate(90deg); }
#gnaviWrap > ul > li.parent .submenuWrap { padding: min(40px,5.556vw); width: 100%; height: auto; background-color: #FFF6EA; position: absolute; left: 0; top: 100%; transition: all 0.4s; -webkit-clip-path: inset(0 -50vw 100%); clip-path: inset(0 -50vw 100%); visibility: hidden; }
#gnaviWrap > ul > li.parent .submenuWrap ul { display: -webkit-flex; display: -moz-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#gnaviWrap > ul > li.parent .submenuWrap ul li { margin-right: 3em; }
#gnaviWrap > ul > li.parent .submenuWrap ul li a { font-weight: 500; }
@media (min-width: 1025px) and (hover: hover) { #gnaviWrap > ul > li.parent:hover .submenuWrap, #gnaviWrap > ul > li.parent:focus-within .submenuWrap { -webkit-clip-path: inset(0 -50vw); clip-path: inset(0 -50vw); visibility: visible; } }
@media (max-width: 1024px) { #gnaviWrap > ul > li.parent { display: -webkit-flex; display: -moz-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  #gnaviWrap > ul > li.parent a { width: calc(100% - 40px); }
  #gnaviWrap > ul > li.parent .js-button-megaMenu { display: block; }
  #gnaviWrap > ul > li.parent .submenuWrap { padding: 0 10px; height: 0; position: static; }
  #gnaviWrap > ul > li.parent .submenuWrap ul { display: block; }
  #gnaviWrap > ul > li.parent .submenuWrap ul li { margin-right: 0; }
  #gnaviWrap > ul > li.parent .submenuWrap ul li a { padding: 5px 10px; width: 100%; display: block; }
  #gnaviWrap > ul > li.parent.is-open .submenuWrap { padding-top: 10px; padding-bottom: 10px; -webkit-clip-path: inset(0 -50vw); clip-path: inset(0 -50vw); visibility: visible; } }

/*================================================================================== PCでスクロールした時
===================================================================================*/
@media (min-width: 1025px) { body.scl header.spHeader { display: block; transition: 0.5s; animation: headerScl 0.5s forwards; }
  body.scl #gnaviWrap { margin: 0; padding: 80px 20px 0; width: 80vw; max-width: 380px; height: 100vh; background: #fff; overflow-x: scroll; position: fixed; top: 0; right: -9999px; z-index: 90; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  body.scl #gnaviWrap.open { right: 0; }
  body.scl #gnaviWrap > ul { display: block; }
  body.scl #gnaviWrap > ul > li a { padding: 10px; height: 40px; }
  body.scl #gnaviWrap > ul > li + li { border-top: dashed 1px #696969; }
  body.scl #gnaviWrap > ul > li.parent { display: -webkit-flex; display: -moz-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  body.scl #gnaviWrap > ul > li.parent a { width: calc(100% - 40px); }
  body.scl #gnaviWrap > ul > li.parent .js-button-megaMenu { display: block; }
  body.scl #gnaviWrap > ul > li.parent .submenuWrap { padding: 0 10px; height: 0; position: static; }
  body.scl #gnaviWrap > ul > li.parent .submenuWrap ul { display: block; }
  body.scl #gnaviWrap > ul > li.parent .submenuWrap ul li { margin-right: 0; }
  body.scl #gnaviWrap > ul > li.parent .submenuWrap ul li a { padding: 5px 10px; width: 100%; display: block; }
  body.scl #gnaviWrap > ul > li.parent.is-open .submenuWrap { padding-top: 10px; padding-bottom: 10px; -webkit-clip-path: inset(0 -50vw); clip-path: inset(0 -50vw); visibility: visible; } }
@keyframes headerScl { 0% { transform: translateY(-100%); }
  100% { transform: translateY(0%); } }
/*============================================================================
	footer
=============================================================================*/
#fLinkWrap { position: relative; }
#fLinkWrap dl dt { color: #ED8046; font-size: clamp(14px, 2.2224vw, 20px); font-weight: 700; }
#fLinkWrap dl dd { margin-top: 20px; }
#fLinkWrap dl dd p + p { margin-top: 10px; }
#fLinkWrap dl.fLink_member, #fLinkWrap dl.fLink_shopping { margin-right: 5%; width: 30%; }
#fLinkWrap dl.fLink_use { width: 30%; }
#fLinkWrap dl.fLink_category { margin-top: min(70px,9.722vw); margin-right: 4%; width: 56%; }
#fLinkWrap dl.fLink_category dd { display: -webkit-flex; display: -moz-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
#fLinkWrap dl.fLink_category dd div { width: 30%; }
#fLinkWrap dl.fLink_set { margin-top: min(70px,9.722vw); width: 40%; }
#fLinkWrap dl.fLink_set dd { display: -webkit-flex; display: -moz-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
#fLinkWrap dl.fLink_set dd div:first-of-type { width: 55%; }
#fLinkWrap dl.fLink_set dd div:last-of-type { width: 40%; }
@media (max-width: 1024px) { #fLinkWrap dl.fLink_member { margin-right: 0; margin-bottom: min(40px,5.556vw); width: 100%; }
  #fLinkWrap dl.fLink_shopping { margin-right: 4%; width: 48%; }
  #fLinkWrap dl.fLink_use { width: 48%; }
  #fLinkWrap dl.fLink_category { margin-right: 0; width: 100%; }
  #fLinkWrap dl.fLink_set { margin-top: min(40px,5.556vw); width: 100%; } }
@media (max-width: 768px) { #fLinkWrap dl dd { margin-top: 10px; }
  #fLinkWrap dl dd p a { font-size: 1.2rem; }
  #fLinkWrap dl dd p + p { margin-top: 5px; } }

#fBanArea { margin: min(150px,20.834vw) auto 0; }
#fBanArea ul li { margin: 0; width: 50%; }
#fBanArea ul li a { width: 100%; height: 100%; display: block; position: relative; }
#fBanArea ul li a .banText { position: absolute; top: min(30px,4.166vw); left: min(60px,8.334vw); z-index: 10; }
@media (max-width: 1024px) { #fBanArea ul li a .banText { top: 15px; } }
#fBanArea ul li a .banText .catch { font-size: clamp(14px, 3.8896vw, 35px); font-weight: 500; line-height: 1.3; }
@media (max-width: 1024px) { #fBanArea ul li a .banText .catch { font-size: clamp(14px, 2.4448vw, 22px); } }
#fBanArea ul li a .banText .btn { margin-top: 20px; padding: 0 30px 0 15px; height: 35px; line-height: 35px; border-radius: 35px; display: inline-block; position: relative; overflow: hidden; }
#fBanArea ul li a .banText .btn::before, #fBanArea ul li a .banText .btn::after { content: ''; width: 110%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: 1; }
#fBanArea ul li a .banText .btn::before { background: #FFFFFF; }
#fBanArea ul li a .banText .btn::after { background: #ED8046; transform: scale(0, 1); transform-origin: left; -webkit-transition: all .4s; transition: all .4s; }
#fBanArea ul li a .banText .btn span { font-size: clamp(14px, 2.2224vw, 20px); font-weight: 700; position: relative; z-index: 5; -webkit-transition: all .4s; transition: all .4s; }
#fBanArea ul li a .banText .btn i { margin: auto; width: 8px; height: 8px; border-top: 2px solid #000000; border-right: 2px solid #000000; display: block; transform: rotate(45deg); position: absolute; top: 0; left: auto; right: 15px; bottom: 0; z-index: 5; -webkit-transition: all .4s; transition: all .4s; }
#fBanArea ul li a .banText .btn:hover::after { transform: scale(1, 1); }
#fBanArea ul li a .banText .btn:hover span { color: #FFFFFF; }
#fBanArea ul li a .banText .btn:hover i { border-top: 2px solid #FFFFFF; border-right: 2px solid #FFFFFF; }
#fBanArea ul li a picture { width: 100%; display: block; position: relative; overflow: hidden; }
#fBanArea ul li a picture::before { content: ''; padding-top: 37.5%; display: block; }
#fBanArea ul li a picture img, #fBanArea ul li a picture source { width: 100%; height: 100%; object-fit: cover; object-position: center; position: absolute; top: 0; left: 0; z-index: 0; }
#fBanArea ul li.fban_co a .banText .catch { text-shadow: 0px 3px 6px #fcdfb6; }
#fBanArea ul li.fban_bbq a .banText .catch { color: #FFFFFF; }
@media (max-width: 1024px) { #fBanArea ul li a .banText { top: 15px; }
  #fBanArea ul li a .banText .catch { font-size: clamp(14px, 2.4448vw, 22px); } }
@media (max-width: 768px) { #fBanArea ul li { width: 100%; }
  #fBanArea ul li + li { margin-top: 5px; }
  #fBanArea ul li a .banText { top: min(40px,5.556vw); }
  #fBanArea ul li a .banText .catch { font-size: clamp(14px, 3.8896vw, 35px); } }

#fSNSlink { margin: min(150px,20.834vw) auto min(120px,16.666vw); }
#fSNSlink li { margin: auto 0; width: 40px; }
#fSNSlink li.youtube { width: 50px; }
#fSNSlink li + li { margin-left: min(40px,5.556vw); }
@media (max-width: 480px) { #fSNSlink { width: 70%; }
  #fSNSlink li { width: 30px; }
  #fSNSlink li.youtube { width: 40px; } }

#guideLink { margin-bottom: min(60px,8.334vw); }
#guideLink ul li a { font-weight: 500; letter-spacing: 0.06em; }
#guideLink ul li + li { margin-left: 2em; }
@media (max-width: 1024px) { #guideLink ul { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  #guideLink ul li { margin-bottom: 10px; }
  #guideLink ul li + li { margin-left: 4em; }
  #guideLink ul li:nth-of-type(3) { margin-left: 0; } }
@media (max-width: 480px) { #guideLink ul li a { font-size: 1.2rem; }
  #guideLink ul li + li { margin-left: 2em; } }

footer { padding: min(60px,8.334vw) 0 min(40px,5.556vw); color: #FFFFFF; background: #677881; }
footer #flogo { margin: 0 auto min(70px,9.722vw); text-align: center; }
footer address p span + span { margin-left: 3em; }
footer address p + p { margin-top: 10px; }
footer .copyright { margin-top: min(145px,20.138vw); font-size: 1.4rem; text-align: center; }
@media (max-width: 480px) { footer address { font-size: 1.3rem; }
  footer address p span + span { margin-left: 2em; }
  footer address p + p { margin-top: 5px; }
  footer .copyright { font-size: 1.2rem; } }

/*============================================================================
	common
=============================================================================*/
.moreBtn { width: 80%; max-width: 415px; }
.moreBtn a { width: 100%; height: 56px; line-height: 52px; text-align: center; border-radius: 30px; border: 2px solid #ED8046; display: block; position: relative; overflow: hidden; }
@media (max-width: 480px) { .moreBtn a { height: 40px; line-height: 38px; } }
.moreBtn a span { padding-right: 20px; color: #FFFFFF; font-size: clamp(14px, 2.5552vw, 23px); font-weight: 700; position: relative; z-index: 5; -webkit-transition: all .4s; transition: all .4s; }
.moreBtn a span i { margin: auto; width: 12px; height: 12px; border-top: 3px solid #FFFFFF; border-right: 3px solid #FFFFFF; display: block; transform: rotate(45deg); position: absolute; top: 0; left: auto; right: 0; bottom: 0; z-index: 5; -webkit-transition: all .4s; transition: all .4s; }
.moreBtn a::before, .moreBtn a::after { content: ''; width: 110%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: 1; }
.moreBtn a::before { background: #ED8046; }
.moreBtn a::after { background: #FFFFFF; transform: scale(0, 1); transform-origin: left; -webkit-transition: all .4s; transition: all .4s; }
.moreBtn a:hover::after { transform: scale(1, 1); }
.moreBtn a:hover span { color: #ED8046; }
.moreBtn a:hover i { border-top: 2px solid #ED8046; border-right: 2px solid #ED8046; }
.moreBtn.wh a { border: 2px solid #ffffff; }
.moreBtn.wh a span { color: #000000; }
.moreBtn.wh a span i { border-top: 3px solid #000000; border-right: 3px solid #000000; }
.moreBtn.wh a::before { background: #FFFFFF; }
.moreBtn.wh a::after { background: #ED8046; }
.moreBtn.wh a:hover span { color: #FFFFFF; }
.moreBtn.wh a:hover span i { border-top: 3px solid #FFFFFF; border-right: 3px solid #FFFFFF; }

/*============================================================================
	animation
=============================================================================*/
.maskText { overflow: hidden; position: relative; }
.maskText::after { content: ''; width: 100%; height: 100%; background: #FFFFFF; display: block; position: absolute; top: 0; bottom: 0; transform: translateX(var(--maskText)); }

.maskDoor { overflow: hidden; position: relative; }
.maskDoor::before, .maskDoor::after { content: ''; margin: auto; width: 51%; height: 100%; background: #FFFFFF; display: block; position: absolute; top: 0; bottom: 0; transform: scale(var(--myScale), 1); z-index: 10; }
.maskDoor::before { left: 0; right: auto; transform-origin: left; }
.maskDoor::after { left: auto; right: 0; transform-origin: right; }

.maskBlock { overflow: hidden; position: relative; }
.maskBlock::after { content: ''; margin: auto; width: 100%; height: 100%; background: #FFFFFF; display: block; position: absolute; top: 0; left: 0; transform: translateX(var(--blockScale)); z-index: 10; }

/*============================================================================
	regulation
=============================================================================*/
/*============================================================================
	調整用
=============================================================================*/
.fl { display: -webkit-flex; display: -moz-flex; display: flex; }

.fl-tab { display: -webkit-flex; display: -moz-flex; display: flex; }
@media (max-width: 1024px) { .fl-tab { -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; } }

.fl-smp { display: -webkit-flex; display: -moz-flex; display: flex; }
@media (max-width: 768px) { .fl-smp { -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; } }

.fl-jst { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.fl-cen { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.fl-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.fl-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.fl-col { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.fl-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.mt0 { margin-top: min(0vw,0px); }

.mb0 { margin-bottom: min(0vw,0px); }

.pt0 { padding-top: min(0vw,0px); }

.pb0 { padding-bottom: min(0vw,0px); }

.mt10 { margin-top: min(3vw,10px); }

.mb10 { margin-bottom: min(3vw,10px); }

.pt10 { padding-top: min(3vw,10px); }

.pb10 { padding-bottom: min(3vw,10px); }

.mt20 { margin-top: min(6vw,20px); }

.mb20 { margin-bottom: min(6vw,20px); }

.pt20 { padding-top: min(6vw,20px); }

.pb20 { padding-bottom: min(6vw,20px); }

.mt30 { margin-top: min(9vw,30px); }

.mb30 { margin-bottom: min(9vw,30px); }

.pt30 { padding-top: min(9vw,30px); }

.pb30 { padding-bottom: min(9vw,30px); }

.mt40 { margin-top: min(12vw,40px); }

.mb40 { margin-bottom: min(12vw,40px); }

.pt40 { padding-top: min(12vw,40px); }

.pb40 { padding-bottom: min(12vw,40px); }

.mt50 { margin-top: min(15vw,50px); }

.mb50 { margin-bottom: min(15vw,50px); }

.pt50 { padding-top: min(15vw,50px); }

.pb50 { padding-bottom: min(15vw,50px); }

.mt60 { margin-top: min(18vw,60px); }

.mb60 { margin-bottom: min(18vw,60px); }

.pt60 { padding-top: min(18vw,60px); }

.pb60 { padding-bottom: min(18vw,60px); }

.mt70 { margin-top: min(21vw,70px); }

.mb70 { margin-bottom: min(21vw,70px); }

.pt70 { padding-top: min(21vw,70px); }

.pb70 { padding-bottom: min(21vw,70px); }

.mt80 { margin-top: min(24vw,80px); }

.mb80 { margin-bottom: min(24vw,80px); }

.pt80 { padding-top: min(24vw,80px); }

.pb80 { padding-bottom: min(24vw,80px); }

.mt90 { margin-top: min(27vw,90px); }

.mb90 { margin-bottom: min(27vw,90px); }

.pt90 { padding-top: min(27vw,90px); }

.pb90 { padding-bottom: min(27vw,90px); }

.mt100 { margin-top: min(30vw,100px); }

.mb100 { margin-bottom: min(30vw,100px); }

.pt100 { padding-top: min(30vw,100px); }

.pb100 { padding-bottom: min(30vw,100px); }

br { display: inline; }
@media (min-width: 1201px) { br.showPC { display: none !important; } }
@media (min-width: 1025px) { br.showTab { display: none !important; } }
@media (min-width: 769px) { br.showSP { display: none !important; } }
@media (min-width: 481px) { br.showSMP { display: none !important; } }
@media (max-width: 1200px) { br.hdnPC { display: none; }
  br.showPC { display: inherit; } }
@media (max-width: 1024px) { br.hdnTab { display: none; }
  br.showTab { display: inherit; } }
@media (max-width: 768px) { br.hdnSP { display: none; }
  br.showSP { display: inherit; } }
@media (max-width: 480px) { br.hdnSMP { display: none; }
  br.showSMP { display: inherit; } }

span { display: inline-block; }
@media (min-width: 1201px) { span.showPC { display: none !important; } }
@media (min-width: 1025px) { span.showTab { display: none !important; } }
@media (min-width: 769px) { span.showSP { display: none !important; } }
@media (max-width: 1200px) { span.hdnPC { display: none !important; }
  span.showPC { display: inherit; } }
@media (max-width: 1024px) { span.hdnTab { display: none !important; }
  span.showTab { display: inherit; } }
@media (max-width: 768px) { span.hdnSP { display: none !important; }
  span.showSP { display: inherit; } }

p, div, figure, ul { display: block; }
@media (min-width: 1201px) { p.showPC, div.showPC, figure.showPC, ul.showPC { display: none !important; } }
@media (min-width: 1025px) { p.showTab, div.showTab, figure.showTab, ul.showTab { display: none !important; } }
@media (min-width: 769px) { p.showSP, div.showSP, figure.showSP, ul.showSP { display: none !important; } }
@media (max-width: 1200px) { p.hdnPC, div.hdnPC, figure.hdnPC, ul.hdnPC { display: none !important; }
  p.showPC, div.showPC, figure.showPC, ul.showPC { display: inherit; } }
@media (max-width: 1024px) { p.hdnTab, div.hdnTab, figure.hdnTab, ul.hdnTab { display: none !important; }
  p.showTab, div.showTab, figure.showTab, ul.showTab { display: inherit; } }
@media (max-width: 768px) { p.hdnSP, div.hdnSP, figure.hdnSP, ul.hdnSP { display: none !important; }
  p.showSP, div.showSP, figure.showSP, ul.showSP { display: inherit; } }

li { display: list-item; }
@media (min-width: 1201px) { li.showPC { display: none !important; } }
@media (min-width: 1025px) { li.showTab { display: none !important; } }
@media (min-width: 769px) { li.showSP { display: none !important; } }
@media (max-width: 1200px) { li.hdnPC { display: none !important; }
  li.showPC { display: inherit; } }
@media (max-width: 1024px) { li.hdnTab { display: none !important; }
  li.showTab { display: inherit; } }
@media (max-width: 768px) { li.hdnSP { display: none !important; }
  li.showSP { display: inherit; } }

.ta_cnt { text-align: center; }

.ta_right { text-align: right; }

.clearfix:after { content: ""; display: block; clear: both; }

/*============================================================================
	main
=============================================================================*/
.commonTtl01 { font-size: clamp(14px, 3.8896vw, 35px); font-weight: 700; margin: 2em 0 1em; }

.commonTtl02 { font-size: clamp(14px, 3.1104vw, 28px); font-weight: 700; margin: 2em 0 1em; padding-left: 1.5em; line-height: 1; position: relative; }
.commonTtl02::before { width: 1em; height: 1em; content: ''; margin: auto; background: url("../img/index/bullet.svg") no-repeat center center/contain; display: block; position: absolute; top: 0.1em; left: 0; right: auto; bottom: auto; }

.commonTtl03 { font-size: clamp(14px, 2.2224vw, 20px); font-weight: 500; margin: 2em 0 1em; }

.commonStrong01 { font-weight: 700; color: #ff0000; }

.seconfJoinWrap { margin-top: 20px; }
.seconfJoinWrap .joinBox { margin: 0 0 min(50px,6.944vw) 0; width: 100%; height: auto; line-height: 1.4; text-align: center; background: #000000; }
.seconfJoinWrap .joinBox a { padding: 10px 40px; width: 100%; display: flex; justify-content: center; align-items: center; position: relative; }
.seconfJoinWrap .joinBox a::before, .seconfJoinWrap .joinBox a::after { content: ''; width: 21px; height: 33px; display: block; margin: 0 5px; }
.seconfJoinWrap .joinBox a::before { background: url("../img/index/barLeft.svg") no-repeat center center/contain; }
.seconfJoinWrap .joinBox a::after { background: url("../img/index/barRight.svg") no-repeat center center/contain; }
.seconfJoinWrap .joinBox a span { margin-right: 1em; color: #FFFFFF; font-size: 1.7rem; font-weight: 700; }
.seconfJoinWrap .joinBox a span:last-child { margin-right: 0; }
@media (max-width: 768px) { .seconfJoinWrap .joinBox { margin: 0 auto; width: 90%; }
  .seconfJoinWrap .joinBox a { padding: 5px; display: block; }
  .seconfJoinWrap .joinBox a::before, .seconfJoinWrap .joinBox a::after { display: none; }
  .seconfJoinWrap .joinBox a span { margin: auto; font-size: 1.4rem; display: block; } }

.itemListWrap .sec { padding: min(50px,6.944vw) 0; }
.itemListWrap .sec:nth-child(even) { background: url("../img/common/bg_common01.png") 0 0 repeat; }
.itemListWrap .nameBox { display: flex; justify-content: flex-start; align-items: center; }
.itemListWrap .nameBox .name { margin: 0 1em 0 0; font-size: clamp(14px, 3.1104vw, 28px); font-weight: 500; line-height: 1; }
.itemListWrap .nameBox .btn { width: 120px; font-size: clamp(14px, 1.6672vw, 15px); }
.itemListWrap .nameBox .btn a { width: 100%; line-height: 2; text-align: center; border-radius: 30px; border: 2px solid #ED8046; display: block; position: relative; overflow: hidden; }
.itemListWrap .nameBox .btn a span { color: #FFFFFF; font-weight: 500; position: relative; z-index: 5; -webkit-transition: all .4s; transition: all .4s; }
.itemListWrap .nameBox .btn a::before, .itemListWrap .nameBox .btn a::after { content: ''; width: 110%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: 1; }
.itemListWrap .nameBox .btn a::before { background: #ED8046; }
.itemListWrap .nameBox .btn a::after { background: #FFFFFF; transform: scale(0, 1); transform-origin: left; -webkit-transition: all .4s; transition: all .4s; }
.itemListWrap .nameBox .btn a:hover::after { transform: scale(1, 1); }
.itemListWrap .nameBox .btn a:hover span { color: #ED8046; }
.itemListWrap .bodyBox { margin: min(40px,5.556vw) 0 0 0; display: flex; justify-content: space-between; }
@media (max-width: 1024px) { .itemListWrap .bodyBox { display: block; } }
.itemListWrap .bodyBox .clm01 { width: 76%; }
@media (max-width: 1024px) { .itemListWrap .bodyBox .clm01 { width: auto; } }
.itemListWrap .bodyBox .clm02 { width: 23%; position: relative; }
@media (max-width: 1024px) { .itemListWrap .bodyBox .clm02 { width: auto; } }
.itemListWrap .itemList { display: flex; flex-wrap: wrap; gap: 3em 1.33%; }
@media (max-width: 768px) { .itemListWrap .itemList { gap: 3em 4%; } }
.itemListWrap .itemList li { width: 32%; }
@media (max-width: 768px) { .itemListWrap .itemList li { width: 48%; } }
.itemListWrap .itemList li .name { margin-top: 15px; font-size: clamp(13px, 3.4vw, 18px); font-weight: 500; line-height: 1.55; }
@media (max-width: 480px) { .itemListWrap .itemList li .name { margin-top: 10px; font-size: 1.2rem; } }
.itemListWrap .itemList li .price { margin-top: 10px; font-size: clamp(13px, 3.4vw, 18px); font-weight: 700; }
@media (max-width: 480px) { .itemListWrap .itemList li .price { margin-top: 5px; font-size: 1.2rem; } }
.itemListWrap .itemList li .price span { font-weight: 500; }
.itemListWrap .illust { width: 252px; margin: 3em 0 0 0; position: absolute; right: 0; bottom: 5em; }
@media (max-width: 768px) { .itemListWrap .illust { width: 126px; margin-left: auto; position: relative; right: auto; bottom: auto; } }
.itemListWrap .illustKyoto { width: 207px; position: absolute; top: 0; right: -100px; }
@media (max-width: 768px) { .itemListWrap .illustKyoto { width: 103px; right: auto; left: 0; } }

.magonoteBox { max-width: 955px; margin: min(50px,6.944vw) auto; border-radius: 3.4722222222vw; background: #ED8046; display: flex; }
@media (max-width: 1024px) { .magonoteBox { display: block; } }
.magonoteBox .clm01 { width: 61%; padding: 30px 0 30px 30px; }
@media (max-width: 1024px) { .magonoteBox .clm01 { width: auto; padding: 20px; } }
.magonoteBox .clm02 { max-width: 378px; width: calc(39% + 30px); margin-left: -30px; padding: 10px; }
@media (max-width: 1024px) { .magonoteBox .clm02 { width: 189px; margin: 0 auto; } }
.magonoteBox .head { color: #ffffff; margin: 0; font-size: clamp(18px, 5vw, 45px); font-weight: 700; line-height: 1.44; }
.magonoteBox .txt { color: #ffffff; margin: 1em 0; font-size: clamp(14px, 2.2224vw, 20px); font-weight: 500; line-height: 1.5; max-width: 537px; }
.magonoteBox .btnList { display: flex; justify-content: space-between; }
.magonoteBox .btnList li { width: 48%; }
.magonoteBox .btnList li a { width: 100%; height: 56px; line-height: 52px; text-align: center; border-radius: 30px; border: 2px solid #ffffff; display: block; position: relative; overflow: hidden; }
@media (max-width: 480px) { .magonoteBox .btnList li a { height: 40px; line-height: 38px; } }
.magonoteBox .btnList li a span { padding-right: 20px; color: #000000; font-size: clamp(14px, 2.5552vw, 23px); font-weight: 700; position: relative; z-index: 5; -webkit-transition: all .4s; transition: all .4s; }
.magonoteBox .btnList li a span i { margin: auto; width: 12px; height: 12px; border-top: 3px solid #000000; border-right: 3px solid #000000; display: block; transform: rotate(45deg); position: absolute; top: 0; left: auto; right: 0; bottom: 0; z-index: 5; -webkit-transition: all .4s; transition: all .4s; }
.magonoteBox .btnList li a::before, .magonoteBox .btnList li a::after { content: ''; width: 110%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: 1; }
.magonoteBox .btnList li a::before { background: #ffffff; }
.magonoteBox .btnList li a::after { background: #ED8046; transform: scale(0, 1); transform-origin: left; -webkit-transition: all .4s; transition: all .4s; }
.magonoteBox .btnList li a:hover::after { transform: scale(1, 1); }
.magonoteBox .btnList li a:hover span { color: #ffffff; }
.magonoteBox .btnList li a:hover i { border-top: 2px solid #ffffff; border-right: 2px solid #ffffff; }

.commonCategoryArea { max-width: 955px; margin: min(100px,13.888vw) auto; }
.commonCategoryArea ul { display: flex; flex-wrap: wrap; }
.commonCategoryArea ul li { margin: 0 2% min(45px,6.25vw) 0; width: 23.5%; }
.commonCategoryArea ul li:nth-of-type(4n) { margin-right: 0; }
.commonCategoryArea ul li figure { border-radius: 0 3.4722222222vw 0 0; position: relative; overflow: hidden; }
.commonCategoryArea ul li figure::before { content: ''; padding-top: 68.4%; display: block; }
.commonCategoryArea ul li figure img { width: 100%; height: 100%; object-fit: cover; object-position: center; position: absolute; top: 0; left: 0; z-index: 0; }
.commonCategoryArea ul li figure img { -webkit-transition: all .4s; transition: all .4s; }
.commonCategoryArea ul li p { margin-top: 15px; font-size: clamp(13px, 3.4vw, 18px); font-weight: 500; }
.commonCategoryArea ul li a:hover figure img { transform: scale(1.1); }
@media (max-width: 1024px) { .commonCategoryArea ul li { margin: 0 3.5% min(40px,5.556vw) 0; width: 31%; }
  .commonCategoryArea ul li:nth-of-type(4n) { margin-right: 3.5%; }
  .commonCategoryArea ul li:nth-of-type(3n) { margin-right: 0; } }
@media (max-width: 480px) { .commonCategoryArea { margin-top: 22.6666666667vw; }
  .commonCategoryArea ul li { margin: 0 4% min(40px,5.556vw) 0; width: 48%; }
  .commonCategoryArea ul li:nth-of-type(4n) { margin-right: 0%; }
  .commonCategoryArea ul li:nth-of-type(3n) { margin-right: 4%; }
  .commonCategoryArea ul li:nth-of-type(2n) { margin-right: 0%; }
  .commonCategoryArea ul li p { margin-top: 5px; } }

.ctgNaviWrap { display: flex; justify-content: space-between; align-items: center; margin: min(50px,6.944vw) auto; }
@media (max-width: 1024px) { .ctgNaviWrap { display: block; } }
.ctgNaviWrap .ctgNaviTtl { margin: 0; font-size: clamp(14px, 3.8896vw, 35px); font-weight: 500; line-height: 1; }
.ctgNaviWrap .ctgNaviList { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; column-gap: 1em; font-size: clamp(14px, 1.6672vw, 15px); margin: 0 0 0 auto; }
@media (max-width: 1024px) { .ctgNaviWrap .ctgNaviList { justify-content: flex-start; gap: 1em 4%; margin: 1em 0 0 0; } }
.ctgNaviWrap .ctgNaviList li { width: 200px; }
@media (max-width: 1024px) { .ctgNaviWrap .ctgNaviList li { width: 48%; } }
.ctgNaviWrap .ctgNaviList a { width: 100%; line-height: 2.33; text-align: center; border-radius: 30px; border: 1px solid #ED8046; display: block; position: relative; overflow: hidden; }
.ctgNaviWrap .ctgNaviList a span { color: #ED8046; font-weight: 500; position: relative; z-index: 5; -webkit-transition: all .4s; transition: all .4s; }
.ctgNaviWrap .ctgNaviList a::before, .ctgNaviWrap .ctgNaviList a::after { content: ''; width: 110%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: 1; }
.ctgNaviWrap .ctgNaviList a::before { background: #FFF6EA; }
.ctgNaviWrap .ctgNaviList a::after { background: #FFFFFF; transform: scale(0, 1); transform-origin: left; -webkit-transition: all .4s; transition: all .4s; }
.ctgNaviWrap .ctgNaviList a:hover::after { transform: scale(1, 1); }
.ctgNaviWrap .ctgNaviList a:hover span { color: #ED8046; }

dialog.ctgNaviWindow { padding: min(30px,4.166vw); width: 80%; max-width: 500px; border-radius: 10px; background: #fff; border: none; }
dialog.ctgNaviWindow::backdrop { background: rgba(0, 0, 0, 0.5); }
dialog.ctgNaviWindow .dialog-inner .ttl { margin: 0 auto min(40px,5.556vw); font-weight: 700; text-align: center; }
dialog.ctgNaviWindow .dialog-inner ul { display: -webkit-flex; display: -moz-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
dialog.ctgNaviWindow .dialog-inner ul li { margin: 0 4% 20px 0; width: 48%; }
dialog.ctgNaviWindow .dialog-inner ul li:nth-of-type(2n) { margin-right: 0; }
dialog.ctgNaviWindow .dialog-inner ul li a { padding: 10px; text-align: center; border-radius: 2.0833333333vw; border: 1px solid #000000; display: block; }
dialog.ctgNaviWindow .dialog-inner .close { margin: min(40px,5.556vw) auto 0; padding: 5px 10px; color: #fff; font-size: 1.4rem; transition: all .3s; background: #000000; cursor: pointer; display: block; border: none; }
dialog.ctgNaviWindow .dialog-inner .close:hover { background: #a9a9a9; }

/*============================================================================
	system guide
=============================================================================*/
.fs-c-documentArticle__content table { margin: 2em auto; border-collapse: collapse; empty-cells: show; width: 95%; border: 1px solid #696969; }
.fs-c-documentArticle__content table tr th { padding: 0.5em; background: #efefef; border: 1px solid #696969; }
.fs-c-documentArticle__content table tr td { padding: 0.5em; border: 1px solid #696969; }
@media (max-width: 480px) { .fs-c-documentArticle__content table tr th, .fs-c-documentArticle__content table tr td { width: 100%; display: block; } }
