@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');
@font-face {
  font-family: 'Renner';
  src: url('font/Renner_Book.woff') format('woff'),
       url('font/Renner_Book.woff2') format('woff2'),
       url('font/Renner_Book.ttf') format('truetype');
}
.header_caution, 
.header-wrap	{ display: none!important; }
.speedoFooter	{ margin: 0 auto 0!important; }
.grlbrx_wrapper ul:before, 
.grlbrx_wrapper ol:before, 
.grlbrx_wrapper dl:before, 
.grlbrx_wrapper ul:after, 
.grlbrx_wrapper ol:after, 
.grlbrx_wrapper dl:after { content: ""; display: none; }

.fadeintitle	{ animation-name: fadein; animation-duration: 1.5s; animation-iteration-count: 1; }
.fadein	{ opacity : 0; transform : translate(0, 30px); }
.fadein.scrollin	{ opacity : 1; transform : translate(0, 0); transition:all 1s; }
@keyframes fadein	{ from	{ opacity: 0; } to	{ opacity: 1; } }

.grlbrx_wrapper	{ color:#000; background-color: #f7f5d7; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family:'Renner', 'Noto Sans JP', "游ゴシック",'YuGothic','Hiragino Sans',Meiryo,sans-serif; font-feature-settings: "palt"; -webkit-font-feature-settings: "palt"; letter-spacing:.08rem; }
.grlbrx_main	{ overflow: hidden; position: relative; width: 100%; height: 100vh; background: url(img/main_pc.jpg) center center / cover no-repeat; }
.grlbrx_main:before	{ background: #f7f5d7; content: ''; pointer-events: none; position: absolute; right: 0; left: 0; top: 0; bottom: 0; z-index: 1; }
.grlbrx_main.inview:before	{ animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards; }
.grlbrx_main > h1	{ position: absolute; top: 5%; left: 5%; width: 60%; max-width: 740px; z-index: 1; }
.grlbrx_slider	{ overflow: hidden; position: relative; width: 100%; height: 100%; }
.grlbrx_slider:before	{ background: #f7f5d7; content: ''; pointer-events: none; position: absolute; right: 0; left: 0; top: 0; bottom: 0; z-index: 4; }
.grlbrx_slider.inview:before	{ animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards; }
@keyframes img-wrap {
  100% {
    transform: translateX(-100%);
  }
}
@media (orientation: portrait){
	.grlbrx_main	{ height: calc(var(--vh, 1vh) * 100); background: url(img/main_sp.jpg) center center / cover no-repeat; }
	.grlbrx_main > h1	{ width: 80%; top: auto; bottom: 5%; }
}

.grlbrx_inner	{ width: 100%; position: relative; }
.grlbrx_intro	{ padding: 160px 20px; list-style-type: none; }
.grlbrx_intro > p	{ font-size: 14px; font-size: clamp(12px, 17px, 1.5vw); line-height: 2.4; margin: 0; text-align: center; }
.grlbrx_intro > p.more	{ color:#ff0000; font-size: 14px; font-size: clamp(12px, 17px, 1.5vw); line-height: 2.4; font-weight: 300; margin: 20px 0 0; text-align: center; }

.grlbrx_items_wrapper	{ width: 100%; max-width: 1800px; padding: 0 10%; margin: 0 auto; list-style-type: none; display: -webkit-flex; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
.grlbrx_items_wrapper > li	{ width: calc(50% - 3%); }
.grlbrx_items_wrapper > li:nth-child(2n)	{ transform: translateY(260px); }
.grlbrx_items	{ display: -webkit-flex; display: flex; flex-wrap: wrap; position: relative; }
.grlbrx_items_img	{ width: 100%; position: relative; }
.grlbrx_items_img img	{ width: 100%; vertical-align: bottom; line-height: 0; }
.grlbrx_items_txt	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; justify-content: center; padding: 20px 0 120px; }
.grlbrx_items_txt > h4	{ text-align: right; color:#000; font-size: 18px; font-size: clamp(16px, 18px, 1.8vw); line-height: 1; font-weight: 700; letter-spacing:.1rem; margin-bottom: 10px; }
.grlbrx_items_txt > ul	{ display: -webkit-flex; display: flex; flex-direction: column; margin-bottom: 20px; }
.grlbrx_items_txt > ul > li	{ display: -webkit-flex; display: flex; align-items: center; justify-content: flex-end; width: 100%; }
.grlbrx_items_txt > ul > li > a	{ display: -webkit-flex; display: flex; align-items: flex-end; justify-content: flex-end; font-family: 'Renner', sans-serif; line-height: 1; padding: 8px 0; position: relative; transition: all .3s; }
.grlbrx_items_txt > ul > li > a > strong	{ font-style: normal; color:#000; font-size: 18px; font-size: clamp(13px, 18px, 1.7vw); font-weight: 700; letter-spacing:.1rem; padding: 0 14px 0 0; transition: all .3s; }
.grlbrx_items_txt > ul > li > a > i	{ font-style: normal; color:#000; font-size: 13px; font-size: clamp(10px, 13px, 1.2vw); font-weight: 700; letter-spacing:.1rem; padding: 0 14px 0 0; transition: all .3s; }
.grlbrx_items_txt > ul > li > a > b	{ font-style: normal; color:#000; font-size: 13px; font-size: clamp(10px, 13px, 1.2vw); font-weight: 700; letter-spacing:.1rem; padding: 0 14px 0 0; transition: all .3s; }
.grlbrx_items_txt > ul > li > a > b > span	{ font-size: 15px; font-size: clamp(14px, 15px, 1.4vw); font-weight: 700; }
.grlbrx_items_txt > ul > li > a > span	{ display: -webkit-flex; display: flex; align-items: center; justify-content: center; font-style: normal; color:#fff; font-size: 13px; font-size: clamp(10px, 13px, 1.2vw); font-weight: 700; letter-spacing:.1rem; padding: 3px 15px; background-color: #000; transition: all .5s; }
@media (min-width: 769px) { 
	.grlbrx_items_txt > ul > li > a:hover	{ overflow: hidden; }
	.grlbrx_items_txt > ul > li > a:hover:before	{ background: #008d41; content: ''; pointer-events: none; position: absolute; height: 2px; right: 0; left: 0; bottom: 0; z-index: -1; animation: txthover 1s cubic-bezier(.4, 0, .2, 1) forwards; transform: translateX(100%); }
	.grlbrx_items_txt > ul > li > a:hover > strong	{ color:#008d41; }
	.grlbrx_items_txt > ul > li > a:hover > i	{ color:#008d41; }
	.grlbrx_items_txt > ul > li > a:hover > b	{ color:#008d41; }
	.grlbrx_items_txt > ul > li > a:hover > span	{ color:#fff; background-color: #008d41; }
}
@keyframes txthover {
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 768px) { 
	.grlbrx_intro	{ padding: 60px 20px; }
	.grlbrx_intro p	{ font-size: 13px; text-align: left; }
	.grlbrx_intro p br	{ display: none; }
	.grlbrx_intro > p.more	{ margin: 10px 0 0; }
	.grlbrx_items_wrapper	{ padding: 0 20px; }
	.grlbrx_items_wrapper > li	{ width: 100%; margin: 0; }
	.grlbrx_items_wrapper > li:nth-child(2n)	{ transform: translateY(0); }
	.grlbrx_items_txt	{ padding: 10px 0 60px; }
	.grlbrx_items_txt > h4	{ margin-bottom: 5px; }
	.grlbrx_items_txt > ul	{ margin-bottom: 10px; }
	.grlbrx_items_txt > ul > li > a	{ padding: 10px 0; }
	.grlbrx_items_txt > ul > li > a > strong	{ font-size: 13px; padding: 0 5px 0 0; }
	.grlbrx_items_txt > ul > li > a > i	{ font-size: 9px; padding: 0 5px 0 0; }
	.grlbrx_items_txt > ul > li > a > b	{ font-size: 10px; padding: 0 3px 0 0; ; }
	.grlbrx_items_txt > ul > li > a > b > span	{ font-size: 12px; }
	.grlbrx_items_txt > ul > li > a > span	{ font-size: 12px; padding: 3px 8px; }
}
@media (max-width: 374px) { 
	.grlbrx_items_txt > ul > li > a > strong	{ font-size: 13px; padding: 0 8px 0 0; }
	.grlbrx_items_txt > ul > li > a > i	{ display: none; }
	.grlbrx_items_txt > ul > li > a > b	{ font-size: 11px; padding: 0 8px 0 0; }
	.grlbrx_items_txt > ul > li > a > b > span	{ font-size: 11px; }
	.grlbrx_items_txt > ul > li > a > span	{ font-size: 11px; padding: 3px 5px; }
}

.allitemlink	{ text-align: center; padding: 0 20px; margin: 240px auto; width: 100%; }
.allitemlink > a	{ width: 100%; max-width: 920px; background: url(img/allitem.jpg) center center / cover no-repeat; position: relative; z-index: 1; padding: 0; margin: 0 auto; border: 10px solid #fff; transition: all .5s; }
.allitemlink > a img	{ width: 100%; line-height: 0; vertical-align: bottom; }
.allitemlink > a::before	{ content:""; position: absolute; opacity: 1; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0,0,0,.3); background-image: linear-gradient(139deg, rgba(194, 174, 137, 1), rgba(178, 200, 218, 1)); transition: all .5s; mix-blend-mode: multiply; z-index: 2; }
.allitemlink > a > span	{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color:#fff; font-family: 'Renner', sans-serif; font-size: 62px; font-size: clamp(30px, 62px, 6vw); line-height: 1; font-weight: 700; letter-spacing:1.5rem; text-align: center; white-space: nowrap; z-index: 6; }
.allitemlink > a > b	{ position: absolute; bottom: 20px; left: 20px; z-index: 6; width: 50%; max-width: 500px; }
@media (min-width: 769px) { 
	.allitemlink > a:hover	{ border: 10px solid #fff; }
	.allitemlink > a:hover::before	{ opacity: 0; }
	.allitemlink > a:hover > span	{ background-color: rgba(0,0,0,0); }
}
@media (max-width: 768px) { 
	.allitemlink	{ margin: 40px auto 120px; padding: 0 20px; }
	.allitemlink > a	{ border: 5px solid #fff; }
	.allitemlink > a > span	{ font-size: 24px; letter-spacing:1rem; }
	.allitemlink > a > b	{ width: 70%; }
}
.taxin	{ display: block; text-align: center; width: 100%; font-size: 12px; font-size: clamp(12px, 14px, 1.4vw); font-weight: 300; line-height: 1.8; }

/* ------------ ITEM SLIDER ------------- */
.slick-prev, 
.slick-next	{ position: absolute; z-index: 3; top: calc(50% - 26px); cursor: pointer; outline: none; border-top: 1px solid #fff; border-right: 1px solid #fff; height: 15px; width: 15px; }
.slick-prev	{ left:-5px; transform: rotate(-135deg); }
.slick-next	{ right:-5px; transform: rotate(45deg); }
.slider-switching	{ overflow: hidden; position: relative; }
.slider-switching:before	{ animation: 1.5s cubic-bezier(.4, 0, .2, 1) forwards; background: #fff; content: ''; pointer-events: none; position: absolute; right: 0; left: 0;  top: 0; bottom: 0; z-index: 1; }
.slider-switching:before	{ animation-name: slider-switching-left; }
@media (min-width: 769px) { 
	.reflect .slider-switching:before	{ animation-name: slider-switching-right; }
}
@keyframes slider-switching-left {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slider-switching-right {
  100% {
    transform: translateX(100%);
  }
}

.slick-dots	{ display: -webkit-flex; display: flex; justify-content: flex-end; margin-top: -36px; position: relative; z-index: 1; }
.slick-dots > li	{ width: 36px; height: 36px; }
.slick-dots > li button	{ width: 36px; height: 36px; padding: 0; margin: 0; display: -webkit-flex; display: flex; align-items: center; justify-content: center; background-image: none; font-size: 16px; font-weight: 700; color:#ddd; transition: all .5s; line-height: 1; text-align: center; font-weight: 500; border-bottom: 2px solid #fff; }
.slick-dots > li.slick-active button	{ color:#000; border-bottom: 2px solid #000; }
@media (max-width: 768px) { 
	.slick-dots	{ justify-content: flex-end; }
	.slick-dots > li	{ width: 30px; height: 30px; }
	.slick-dots > li button	{ width: 30px; height: 30px; padding: 4px 0 0; font-size: 14px; margin: 0; }
}

@media (max-width: 768px)	{ .pconly { display: none!important; } }
@media (min-width: 769px)	{ .pconly { display: block; } }
@media (max-width: 768px)	{ .pconlyin { display: none!important; } }
@media (min-width: 769px)	{ .pconlyin { display: inline-block; } }
@media (max-width: 768px)	{ .sponly { display: block; } }
@media (min-width: 769px)	{ .sponly { display: none!important; } }
