@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500&family=Noto+Sans+JP:wght@400;500&display=swap');
.header_caution, 
.header-wrap	{ display: none!important; }
.speedoFooter	{ margin: 0 auto 0!important; }
.collabo-speedo_wrapper ul:before, 
.collabo-speedo_wrapper ol:before, 
.collabo-speedo_wrapper dl:before, 
.collabo-speedo_wrapper ul:after, 
.collabo-speedo_wrapper ol:after, 
.collabo-speedo_wrapper dl:after { content: ""; display: none; }
.anc	{ display: block; width: 100%; padding: 0; margin: 0; }
.anccoll	{ display: -webkit-flex; display: flex; align-items: center; justify-content: center; position: fixed; top: 50%; -webkit-transform: rotate(90deg) translateY(-50%); transform: rotate(90deg) translateY(-50%); transform-origin:100% 0; right: 20px; z-index: 3; opacity: 1; pointer-events: auto; transition: all .5s; }
.anccoll.hidden	{ opacity: 0; pointer-events: none;  }
.anccoll a	{ font-family:'Barlow Semi Condensed', sans-serif; padding: 10px 20px; color:#EA5C03; font-size: 15px; font-size: clamp(13px, 15px, 1vw); font-weight: 500; line-height: 1; letter-spacing:.1rem; position: relative; }
.anccoll a::before	{ content:""; display: inline-block; width: 7px; height: 7px; border-top: 1px solid #EA5C03; border-right: 1px solid #EA5C03; transform: rotate(45deg); position: absolute; right: 0; top: 41%; }
.anccoll a::after	{ content:""; display: inline-block; width: 7px; height: 7px; border-top: 1px solid #EA5C03; border-right: 1px solid #EA5C03; transform: rotate(45deg); position: absolute; right: 6px; top: 41%; }
@media (max-width: 768px) { 
	.anccoll	{ right: 15px; }
}

.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; } }

.collabo-speedo_wrapper	{ position: relative; color:#000; background-color: #f6f5ed; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family:'Barlow Semi Condensed', 'Noto Sans JP', sans-serif; font-feature-settings: "palt"; -webkit-font-feature-settings: "palt"; letter-spacing:.04rem; overflow: hidden; }
.collabo-speedo_main01	{ width: 100%; display: -webkit-flex; display: flex; position: relative; height: 600px; max-width: 1400px; z-index: 5; background-color: #f6f5ed; }
.collabo-speedo_main02	{ width: 100%; display: -webkit-flex; display: flex; position: relative; height: 100vh; background-color: #f6f5ed; z-index: 5; }
.stspmain	{ width: calc(100% / 3); height: 100%; overflow: hidden; position: relative; opacity : 0; z-index: 5; }
.stspmain.inview	{ overflow: hidden; opacity : 1; transition:all 1s; }
.stspmain.inview.stspm_img01	{ background: url(img/main02-02.jpg) center center no-repeat; background-size: cover; }
.stspmain.inview.stspm_img02	{ background: url(img/main02-03.jpg) left center no-repeat; background-size: cover; }
.stspmain.inview.stspm_img03	{ background: url(img/main02-04.jpg) center center no-repeat; background-size: cover; }
.stspmain.inview:before	{ animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards; background: #f6f5ed; content: ''; position: absolute; top: -10px; bottom: -10px; right: -10px; left: -10px; pointer-events: none; z-index: 1; }
.stspmain.inview.stspm_img01:before	{ animation-delay: .2s; }
.stspmain.inview.stspm_img02:before	{ animation-delay: .6s; }
.stspmain.inview.stspm_img03:before	{ animation-delay: 1s; }
@keyframes img-wrap {
  100% { transform: translateX(100%); }
}

.splogo	{ position: absolute; top: 80px; left: 40px; width: 140px; z-index: 6; opacity: 0; }
.splogo.inview	{ animation: logoinvew 2s cubic-bezier(.4, 0, .2, 1) forwards; animation-delay: 1.4s; transition:all 2s; }
.splogo a	{ display: block; line-height: 1; }
@keyframes logoinvew {
  100% { transform: translateY(-40px); opacity : 1; }
}
@media (max-width: 768px) { 
	.splogo	{ top: 60px; left: 20px; width: 120px; }
}
.spttle	{ display: -webkit-flex; display: flex; flex-direction: column; width: 100%; max-width: 600px; position: absolute; bottom: 30%; left: 10%; z-index: 6; opacity: 0; }
.spttle.inview	{ animation: logoinvew 2s cubic-bezier(.4, 0, .2, 1) forwards; animation-delay: 2s; transition:all 2s; }
.spttle > b	{ width: 100%; margin: 0 0 10px; }
.spttle > span	{ text-align: left; color:#fff; font-size: 40px; font-size: clamp(20px, 40px, 4vw); font-weight: 300; line-height: 1.2; letter-spacing:.1rem; }
.spttle2	{ display: none; }
@media (max-width: 768px) { 
	.spttle2	{ width: 100%; max-width: 200px; display: -webkit-flex; display: flex; flex-direction: column; width: 100%; align-items: center; justify-content: center; position: absolute; top: 60%; left: 50%; transform: translate(-50%,-50%); z-index: 6; opacity: 0; }
	.spttle2.inview	{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); animation-delay: 2s; transition:all 2s; opacity: 1; }
	.spttle2 > b	{ width: 100%; margin: 0 0 30px; }
	.spttle2 > span	{ text-align: center; color:#fff; font-size: 22px; font-weight: 400; line-height: 1.4; letter-spacing:.1rem; }

}
.spslider	{ display: none; }
@media (max-width: 768px) { 
	.spttle	{ display: none; }
	.stspimg	{ display: none; }
	.spslider	{ display: block; width: 100%; height: 100vh; height: calc(var(--vh, 1vh) * 100); overflow: hidden; position: relative; }
	.spslider .stspm_img01	{ width: 100%; height: 100vh; height: calc(var(--vh, 1vh) * 100); background: url(img/main02-02.jpg) center bottom no-repeat; background-size: cover; }
	.spslider .stspm_img02	{ width: 100%; height: 100vh; height: calc(var(--vh, 1vh) * 100); background: url(img/main02-03.jpg) left top no-repeat; background-size: cover; }
	.spslider .stspm_img03	{ width: 100%; height: 100vh; height: calc(var(--vh, 1vh) * 100); background: url(img/main02-04.jpg) center bottom no-repeat; background-size: cover; }
	.slider-down	{ overflow: hidden; opacity : 1; transition:all 1s; }
	.slider-down:before	{ animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards; background: #fff; content: ''; position: absolute; top: -10px; bottom: -10px; right: -10px; left: -10px; pointer-events: none; z-index: 1; }
}

.collabo-speedo_inner	{ width: 100%; padding: 40px 10px 0; max-width: 1200px; position: relative; }
.collabo-speedo_inner > h3	{ width: 100%; font-size: 36px; font-size: clamp(24px, 42px, 4vw); line-height: 2.4; font-weight: 500; margin: 0 0 60px; text-align: center; }
.collabo-speedo_intro	{ width: 100%; padding: 160px 0; }
.collabo-speedo_intro p	{ font-size: 17px; font-size: clamp(13px, 17px, 1.7vw); line-height: 2.4; font-weight: 400; margin: 0 0 20px; text-align: center; }
@media (max-width: 768px) { 
	.collabo-speedo_inner	{ padding: 20px 10px 0; }
	.collabo-speedo_inner > h3	{ margin: 0 0 20px; }
}
.collabo-speedo_items	{ display: -webkit-flex; display: flex; justify-content: space-between; position: relative; margin: 0 0 80px; padding: 0 60px; transform: translateX(-20px); }
.collabo-speedo_items.reflect	{ flex-direction: row-reverse; transform: translateX(20px); }
@media (min-width: 1300px) { 
	.collabo-speedo_items	{ transform: translateX(-5%); }
	.collabo-speedo_items.reflect	{ transform: translateX(5%); }
}
@media (max-width: 768px) { 
	.collabo-speedo_items	{ transform: translateX(0); padding: 0 40px; }
	.collabo-speedo_items.reflect	{ transform: translateX(0); }
}
.collabo-speedo_items_img	{ width: calc(55.5% - 20px); position: relative; }
.collabo-speedo_items_img img	{ width: 100%; vertical-align: bottom; line-height: 0; }
.collabo-speedo_items_img strong	{ position: absolute; top: -1.6%; left: -30px; color:#000; font-size: 90px; font-size: clamp(40px, 90px, 9vw); font-weight: 100; line-height: 0; z-index: 1001; }
.collabo-speedo_items_txt	{ width: calc(44.5% - 20px); display: -webkit-flex; display: flex; flex-direction: column; justify-content: center; padding: 0 0 36px; }
.collabo-speedo_items_txt h3	{ color:#EA5C03; font-size: 28px; font-size: clamp(22px, 28px, 2vw); font-weight: 500; line-height: 1.2; margin: 0 0 20px; }
.collabo-speedo_items_txt p	{ font-size: 15px; font-size: clamp(12px, 15px, 1.5vw); font-weight: 400; line-height: 2; letter-spacing:.1rem; margin: 0 0 20px; }
.collabo-speedo_items_txt p.nmb, 
.collabo-speedo_items_txt p.prc	{ color:#EA5C03; sfont-size: 14px; font-size: clamp(12px, 15px, 1.1vw); font-weight: 500; line-height: 1.6; margin: 0 0 10px; }
.collabo-speedo_items_txt p.nmb	{ margin: 0; }
.collabo-speedo_items_txt p.prc b	{ font-size: 18px; font-size: clamp(16px, 22px, 1.8vw); font-weight: 500; }
.collabo-speedo_items_txt > a	{ color:#fff; position: relative; text-decoration: none; outline: none; display: -webkit-flex; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background-color:#EA5C03; width: 100%; max-width: 300px; height: 50px; margin: 20px 0 0; }
.collabo-speedo_items_txt > a:before	{ content: ''; position: absolute; top: 0; left: 0; z-index: 2; background:#000; width: 100%; height: 100%; transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s; transform: scale(0, 1); transform-origin: right top; }
.collabo-speedo_items_txt > a > span	{ width: 100%; position: relative; outline: none; z-index: 3; color:#fff; transition: all .5s; font-family:'Barlow Semi Condensed', sans-serif; font-size: 20px; line-height: 1; font-weight: 500; letter-spacing:1rem; text-align: center; }
/* .collabo-speedo_items_txt > a > span::before	{ content: ''; position: absolute; bottom:0; right:10px; width: 50px; height: 1px; background-color: #000; transition: all .3s; }
.collabo-speedo_items_txt > a > span::after	{ content: ''; position: absolute; bottom:5px; right:10px; width: 15px; height:1px; background-color: #000; transform: rotate(35deg); transition: all .3s; } */
@media (min-width: 769px) { 
	.collabo-speedo_items_txt > a:hover span	{ color:#fff; }
	.collabo-speedo_items_txt > a:hover:before	{ transform-origin:left top; transform:scale(1, 1); }
}
@media (min-width: 601px) { 
	.collabo-speedo_items.reflect .collabo-speedo_items_img strong	{ left: auto; right: -30px; }
	.collabo-speedo_items_txt > a:hover > span::before	{ right:-8px; background-color: #ddd; }
	.collabo-speedo_items_txt > a:hover > span::after	{ right:-8px; background-color: #ddd; }
}
@media (max-width: 600px) { 
	.collabo-speedo_intro	{ padding: 60px 30px 40px; }
	.collabo-speedo_intro p	{ font-size: 13px; text-align: left; margin: 0 0 10px; }
	.collabo-speedo_intro p br	{ display: none; }
	.collabo-speedo_items	{ flex-wrap: wrap; margin: 0 0 60px; padding: 0 10px; }
	.collabo-speedo_items_img	{ width: 100%; margin: 0 0 40px; }
	.collabo-speedo_items_img strong	{ top: auto; bottom: 20px; left: -20px; right: auto; font-size: 70px; }
	.collabo-speedo_items_txt	{ width: 100%; padding: 0 0 30px; }
	.collabo-speedo_items_txt h3	{ font-size: 22px; margin: 0 0 20px; }
	.collabo-speedo_items_txt p	{ font-size: 13px; margin: 0 0 20px; }
	.collabo-speedo_items_txt p.nmb, 
	.collabo-speedo_items_txt p.prc	{ font-size: 12px; margin: 0 0 5px; }
	.collabo-speedo_items_txt p.prc b	{ font-size: 16px; }
	.collabo-speedo_items_txt > a	{ max-width: 100%; }
}

.allitemlink	{ text-align: center; padding: 0; margin: 180px auto; width: 100%; }
.allitemlink > a	{ background: url(img/allitem.jpg) center center / cover no-repeat; position: relative; z-index: 1; padding: 30% 0 0; border: 10px solid #fff; transition: all .5s; }
.allitemlink > a::before	{ content:""; position: absolute; opacity: 0; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0,0,0,.5); 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-size: 24px; font-size: clamp(15px, 28px, 2.8vw); line-height: 1; font-weight: 400; letter-spacing:2rem; text-align: center; white-space: nowrap; z-index: 6; }
@media (min-width: 769px) { 
	.allitemlink > a:hover	{ border: 10px solid #fff; }
	.allitemlink > a:hover::before	{ opacity: 1; }
}
@media (max-width: 768px) { 
	.allitemlink	{ margin: 80px auto 120px; padding: 0 10px; }
	.allitemlink > a	{ background: url(img/allitem_sp.jpg) center center / cover no-repeat; padding: 37.5% 0 0; border: 7px solid #ccc; }
	.allitemlink > a span	{ font-size: 18px; letter-spacing:1rem; }
}
.taxin	{ display: block; text-align: center; width: 100%; font-size: 12px; font-size: clamp(12px, 14px, 1.4vw); font-weight: 400; line-height: 1.8; }

/* ------------ SLIDER CUSTOM ------------- */
.slick-dots	{ position: absolute; display: -webkit-flex; display: flex; justify-content: flex-end; bottom: -24px; }
.slick-dots li	{ margin: 0; width: 20px; height: 20px; }
.slick-dots li button	{ padding: 0; width: 20px; height: 20px; }
.slick-dots li button::before	{ content:"●"; color:#d5d5d5; opacity: 1!important; line-height: 20px!important; font-family: 'Noto Sans JP', sans-serif!important; font-size: 12px; width: 20px; height: 20px; }
.slick-dots li.slick-active button:before	{ color:#EA5C03; opacity: 1!important; }
.slick-dotted.slick-slider	{ margin-bottom: 0!important; }
@media (min-width: 769px) { 
	.reflect .slick-dots	{ justify-content: flex-start; }
}
@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; } }
.noimg	{ display: none!important; }
.delay01	{ transition-delay: 0.1s; }
.delay02	{ transition-delay: 0.2s; }
.delay03	{ transition-delay: 0.3s; }
.delay04	{ transition-delay: 0.4s; }
.delay05	{ transition-delay: 0.5s; }
.delay06	{ transition-delay: 0.6s; }
.delay07	{ transition-delay: 0.7s; }
.delay08	{ transition-delay: 0.8s; }
.delay09	{ transition-delay: 0.9s; }
.delay10	{ transition-delay: 1s; }


.visual-wrapper	{ display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; }
.visual-wrapper ul	{ width: 100%; list-style-type: none; width: 100%; margin: 0; padding: 0 30px 0 20px; display: -webkit-flex; display: flex; flex-direction: column; position: relative; }
.visual-wrapper ul li	{ margin: 0 0 20px; }
.visual-wrapper ul li span	{ display: block; width: 100%; overflow: hidden; }
.visual-wrapper ul li img	{ width: 100%; max-width: 100%; line-height: 1; vertical-align: bottom; opacity: 0; transform: scale(1.4); transition: all 2s; }
.visual-wrapper ul li.inview img	{ opacity: 1; transform: scale(1.0); }
@media (min-width: 769px) { 
	.visual-wrapper ul	{ padding: 0; }
	.visual-wrapper ul li	{ margin: 0; }
	.visual-wrapper ul.vset01	{ width: 88%; max-width: 1700px; align-items: flex-end; margin: 0 0 80px; }
	.visual-wrapper ul.vset01 li	{ width: 48%; padding: 0; }
	.visual-wrapper ul.vset01 li:first-child	{ margin: 0 0 60px; }
	.visual-wrapper ul.vset01 li:nth-child(2)	{ position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 0; }
	.visual-wrapper ul.vset02	{ flex-direction: row; align-items: center; }
	.visual-wrapper ul.vset02 li	{ width: 50%; padding: 0; }
	.visual-wrapper ul.vset02 li:nth-child(2)	{ padding: 8%; }
	.visual-wrapper ul.vset03	{ flex-direction: row; align-items: center; margin: 0 0 160px; }
	.visual-wrapper ul.vset03 li	{ width: 50%; padding: 0; }
	.visual-wrapper ul.vset03 li:first-child	{ padding: 8%; }
	.visual-wrapper ul.vset04	{ flex-direction: row; justify-content: space-between; margin: 0 0 120px; }
	.visual-wrapper ul.vset04 li	{ width: calc(100% / 3 - 20px); }
	.visual-wrapper ul.vset05	{ width: 88%; max-width: 1700px; flex-direction: row; justify-content: space-between; margin: 0 0 80px; }
	.visual-wrapper ul.vset05 li	{ width: calc(50% - 2%); }
	.visual-wrapper ul.vset05 li:nth-child(2)	{ padding-top: 12%; }
}

.lastcredit	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 60px 0 0; margin: 0; }
.lastcredit > p	{ text-align: center; font-size: clamp(13px, 14px, 1vw); line-height: 1.8!important; letter-spacing:.1rem; padding: 0; margin: 0; }
@media (max-width: 768.9px) { 
	.lastcredit	{ padding: 0 20px; margin: 0; }
	.lastcredit > p	{ font-size: 12px; }
}
