@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;500&display=swap');
.header_caution, 
.header-wrap	{ display: none!important; }
.speedoFooter	{ margin: 0 auto 0!important; }
.pheeny-speedo_wrapper ul:before, 
.pheeny-speedo_wrapper ol:before, 
.pheeny-speedo_wrapper dl:before, 
.pheeny-speedo_wrapper ul:after, 
.pheeny-speedo_wrapper ol:after, 
.pheeny-speedo_wrapper dl:after { content: ""; display: none; }
.page__footer	{ position: relative; z-index: 10; }

.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; } }

.pheeny-speedo_allwrapper, 
.pheeny-speedo_allwrapper02	{ background-color: #fff; position: relative; z-index: 1; }
.pheeny-speedo_fixbg	{ width: 100%; height: 100vh; display: -webkit-flex; display: flex; position: fixed; top: 0; left: 0; right: 0; padding: 20px; }
.phmain_fiximg	{ width: 50%; height: 100%; position: relative; background: url(img/mainimg.jpg) top center / 100% no-repeat; opacity: 0; }
.phmain_fiximg.inview	{ opacity: 1; transition: all 1s; }
.phmain_fiximg::after	{ content:""; width: 100%; height: 100vh; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background-color: #fff; opacity: 0; transition: all 1s; }
.phmain_fiximg.overwrite::after	{ opacity: 1; }
.pheeny-speedo_bg	{ background-color: #fff; width: 100%; z-index:-1; }
.pheeny-speedo_bg_inner	{  display: -webkit-flex; display: flex; position: relative; }
.phmain_img	{ width: 50%; position: relative;}
.phmain_img img	{ width: 100%; vertical-align: bottom; line-height: 1;  }
.phmain_img > span	{ position: absolute; right: 8.44%; bottom: 7.5%; width: 57%; opacity: 0; }
.phmain_img > span.inview	{ animation: logoinvew 2s cubic-bezier(.4, 0, .2, 1) forwards; animation-delay: .5s; transition:all 2s; }
.splogo	{ position: absolute; top: 80px; right: 40px; width: 140px; z-index: 6; opacity: 0; }
.splogo.inview	{ animation: logoinvew 2s cubic-bezier(.4, 0, .2, 1) forwards; animation-delay: 1s; transition:all 2s; }
.splogo a	{ display: block; line-height: 1; }
@keyframes logoinvew	{ 100% { transform: translateY(-40px); opacity : 1; } }
.pheeny-speedo_intro	{ width: 50%; padding: 0 40px 5%; display: -webkit-flex; display: flex; flex-direction: column; justify-content: flex-end; }
.pheeny-speedo_intro img	{ max-width: 640px; }

@media (max-width: 1100px) { 
	.pheeny-speedo_fixbg	{ position: absolute; }
	.phmain_fiximg	{ width: 100%; }
	.pheeny-speedo_bg_inner	{ flex-wrap: wrap; }
	.phmain_img	{ width: 100%; }
	.pheeny-speedo_intro	{ width: 100%; padding: 40px 20px; }
	.splogo	{ top: 60px; left: 20px; width: 120px; }
}
@media (max-width: 768px) { 
	.pheeny-speedo_intro img	{ max-width: 460px; }
}
@media (max-width: 400px) { 
	.pheeny-speedo_intro img	{ max-width: 320px; }
}

.pheeny-speedo_fixbg02	{ width: 100%; height: 100vh; display: -webkit-flex; display: flex; position: fixed; top: 0; left: 0; right: 0; }
.phmain_fiximg02	{ width: 50%; height: 100%; position: relative; background: url(img/mainimg.jpg) top left / cover no-repeat; overflow: hidden; }
.phmain_fiximg02::after	{ content:""; width: 100%; height: 100vh; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background-color: #fff; opacity: 0; transition: all 1s; }
.phmain_fiximg02.overwrite::after	{ opacity: 1; }
.phmain_fiximg02::before	{ content: ''; background: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; }
.phmain_fiximg02.inview::before	{ animation: img-wrap2 2s cubic-bezier(.4, 0, .2, 1) forwards; }
@keyframes img-wrap2 {
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 768px) { 
	.pheeny-speedo_fixbg02	{ height: 100vh; height: calc(var(--vh, 1vh) * 100); }
	.phmain_fiximg02	{ width: 100%; height: 100%; }
}

.pheeny-speedo_main02	{ width: 100%; height: 100vh; display: -webkit-flex; display: flex; }
.phmain_img02	{ width: 50%; height: 100%; }
.phmain_ttle02	{ width: 50%; height: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-end; justify-content: flex-end; padding: 0 40px; }
.phmain_ttle02 span	{ opacity: 0; width: 80%; max-width: 480px; }
.phmain_ttle02 span.inview	{ animation: logoinvew 2s cubic-bezier(.4, 0, .2, 1) forwards; animation-delay: .5s; transition:all 2s; }
.splogo2	{ position: absolute; top: 80px; right: 40px; width: 140px; z-index: 6; opacity: 0; }
.splogo2.inview	{ animation: logoinvew 2s cubic-bezier(.4, 0, .2, 1) forwards; animation-delay: 1s; transition:all 2s; }
.splogo2 a	{ display: block; line-height: 1; }
.pheeny-speedo_copy	{ width: 100%; display: -webkit-flex; display: flex; justify-content: flex-end; padding: 100px 0 300px; z-index: 5; }
.pheeny-speedo_copy p	{ width: 50%; padding: 40px; max-width: 640px; color:#000; font-size: 16px; font-size: clamp(14px, 16px, 1.4vw); line-height: 2; letter-spacing:.1rem; }
@media (max-width: 768px) { 
	.pheeny-speedo_main02	{ flex-wrap: wrap; height: 100vh; height: calc(var(--vh, 1vh) * 100); }
	.phmain_img02	{ display: none; }
	.phmain_ttle02	{ width: 100%; }
	.splogo2	{ top: 60px; left: 20px; width: 120px; }
	.pheeny-speedo_copy	{ flex-wrap: wrap; padding: 0; margin-top: 60px; background-color: #fff; }
	.pheeny-speedo_copy p	{ width: 100%; padding: 60px 30px; font-size: 13px; line-height: 2; background-color: #fff; }
}

.pheeny-speedo_scrapbook	{ position: relative; width: 100%; max-width: 1200px; padding: 160px 20px; margin: 0 auto; }
.pheeny-speedo_scrapbook > li	{ position: sticky; top: 0; display: -webkit-flex; display: flex; padding: 20px 45% 100px 0; }
.pheeny-speedo_scrapbook > li:first-child	{ background-color: transparent; }
.pheeny-speedo_scrapbook > li:nth-child(odd)	{ padding: 20px 0 100px 45%; }
.pheeny-speedo_scrapbook > li img	{ width: 100%; vertical-align: bottom; line-height: 1; }
.pheeny-speedo_scrapbook .book01, 
.pheeny-speedo_scrapbook .book02, 
.pheeny-speedo_scrapbook .book03, 
.pheeny-speedo_scrapbook .book04, 
.pheeny-speedo_scrapbook .book05, 
.pheeny-speedo_scrapbook .book06, 
.pheeny-speedo_scrapbook .book07, 
.pheeny-speedo_scrapbook .book08, 
.pheeny-speedo_scrapbook .book09	{ opacity: 1; transition: all 1s; }
.pheeny-speedo_scrapbook .book01.overwrite, 
.pheeny-speedo_scrapbook .book02.overwrite, 
.pheeny-speedo_scrapbook .book03.overwrite, 
.pheeny-speedo_scrapbook .book04.overwrite, 
.pheeny-speedo_scrapbook .book05.overwrite, 
.pheeny-speedo_scrapbook .book06.overwrite, 
.pheeny-speedo_scrapbook .book07.overwrite, 
.pheeny-speedo_scrapbook .book08.overwrite, 
.pheeny-speedo_scrapbook .book09.overwrite	{ opacity: 0; }
.scrapbooks span	{ display: block; position: relative; overflow: hidden; }
.scrapbooks span::before	{ content: ''; background: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; }
.scrapbooks span.inview::before	{ animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards; }
@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
@media (max-width: 768px) { 
	.pheeny-speedo_scrapbook	{ width: 90%; padding: 0 20px 40px; }
	.pheeny-speedo_scrapbook > li	{ padding: 20px 0; }
	.pheeny-speedo_scrapbook > li:nth-child(odd)	{ padding: 20px 0; }
}
.pheeny-speedo_scrapbook2	{ position: relative; width: 100%; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: center; padding: 30px; margin: 0 0 120px; background-color: #fff; }
.pheeny-speedo_scrapbook2 > li	{ display: -webkit-flex; display: flex; padding: 0; width: calc(100% / 3); }
.pheeny-speedo_scrapbook2 > li img	{ width: 100%; vertical-align: bottom; line-height: 1; }
.pheeny-speedo_scrapbook2 .scrapbooks span::before	{ background: #fff; }
@media (max-width: 768px) { 
	.pheeny-speedo_scrapbook2	{ padding: 10px; margin: 0 0 60px; }
	.pheeny-speedo_scrapbook2 > li	{ width: 50%; }
}


.pheeny-speedo_wrapper	{ background-color: #fff; position: relative; color:#000; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family:'Hind', 'Noto Sans JP', "游ゴシック",'YuGothic','Hiragino Sans',Meiryo,sans-serif; font-feature-settings: "palt"; -webkit-font-feature-settings: "palt"; letter-spacing:.08rem; z-index: 5; }
.pheeny-speedo_wrapper img	{ width: 100%; vertical-align: bottom; line-height: 1; }
.pheeny-speedo_ttle	{ width: 100%; display: -webkit-flex; display: flex; align-items: center; }
.pheeny-speedo_ttle h3	{ display: -webkit-flex; display: flex; align-items: center; width: 100%; position: relative; padding: 0; margin: 0 0 80px; }
.pheeny-speedo_ttle h3::before,
.pheeny-speedo_ttle h3::after	{ content: ""; height: 1px; flex-grow: 1; }
.pheeny-speedo_ttle h3::before	{ background-color: #000; margin-right: 10px; }
.pheeny-speedo_ttle h3 span	{ font-size: 32px; font-size: clamp(28px, 36px, 3vw); font-family: 'Hind', sans-serif; font-weight: 500; line-height: 1.2; }
@media (max-width: 768px) { 
	.pheeny-speedo_ttle h3	{ margin: 0 0 40px; }
	.pheeny-speedo_ttle h3 span	{ font-size: 22px; }
}

.spttle	{ position: absolute; bottom: 10%; left: 10%; z-index: 6; opacity: 0; color:#fff; font-family: 'Hind', sans-serif; font-weight: 300; font-size: 50px; font-size: clamp(30px, 50px, 4vw); line-height: 1.5; letter-spacing:.3rem; }
.spttle.inview	{ animation: logoinvew 2s cubic-bezier(.4, 0, .2, 1) forwards; animation-delay: 2s; transition:all 2s; }
@media (max-width: 768px) { 
	.spttle	{ left: 20px; font-size: 24px; }
}
.pheeny-speedo_inner	{ width: 100%; padding: 0 20px; max-width: 1200px; position: relative; }
.pheeny-speedo_items	{ display: -webkit-flex; display: flex; justify-content: space-between; align-items: flex-end; position: relative; padding: 0 20px; margin: 0 0 120px; transform: translateX(0); }
.pheeny-speedo_items.reflect	{ flex-direction: row-reverse; transform: translateX(0); }
@media (max-width: 768px) { 
	.pheeny-speedo_inner	{ padding: 0; }
	.pheeny-speedo_items	{ transform: translateX(0); padding: 0 30px; }
	.pheeny-speedo_items.reflect	{ transform: translateX(0); }
}
@media (min-width: 1000px) { 
	.pheeny-speedo_items	{ padding: 0 30px; }
}
@media (min-width: 1300px) { 
	.pheeny-speedo_items	{ transform: translateX(-5%); padding: 0 60px; }
	.pheeny-speedo_items.reflect	{ transform: translateX(5%); }
}
.pheeny-speedo_items_img	{ width: 60%; position: relative; }
.pheeny-speedo_items_img img	{ width: 100%; vertical-align: bottom; line-height: 0; }
.pheeny-speedo_items_img strong	{ position: absolute; top: -2%; left: -40px; color:#fff; font-family: 'Hind', sans-serif; font-weight: 300; font-size: 120px; font-size: clamp(40px, 120px, 12vw); line-height: 0; z-index: 1001; }
.pheeny-speedo_items_txt	{ width: 40%; display: -webkit-flex; display: flex; flex-direction: column; justify-content: center; padding: 0 0 36px; }
.pheeny-speedo_items_txt h3	{ font-size: 32px; font-size: clamp(26px, 32px, 3vw); font-family: 'Hind', sans-serif; font-weight: 500; line-height: 1.2; padding: 0 0 10px 40px; border-bottom: 1px solid #333; margin: 0; }
.pheeny-speedo_items_txt p	{ font-size: 15px; font-size: clamp(12px, 15px, 1.5vw); font-weight: 400; line-height: 1.8; margin: 0 0 30px 40px; }
.pheeny-speedo_items_txt p.nmb, 
.pheeny-speedo_items_txt p.prc	{ font-size: 12px; font-size: clamp(10px, 12px, 1.1vw); font-weight: 400; line-height: 1.6; margin: 0 0 10px 40px; }
.pheeny-speedo_items_txt p.nmb	{ margin-top: 30px; }
.pheeny-speedo_items_txt p.prc b	{ font-size: 18px; font-size: clamp(14px, 18px, 1.8vw); font-weight: 400; }
.pheeny-speedo_items_txt > a	{ position:relative; display: -webkit-flex; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; height: 60px; margin: 20px 0 0 40px; border: 0 solid #fff; }
.pheeny-speedo_items_txt > a > span	{ color:#000; text-decoration: none; outline: none; font-size: 16px; line-height: 1; font-family: 'Hind', sans-serif; font-weight: 500; letter-spacing:.4rem; }
.pheeny-speedo_items_txt > a::before,
.pheeny-speedo_items_txt > a::after	{ content: ''; position: absolute; border: solid #000; width: 40px; height: 20px; transition: all 0.3s ease-in-out; }
.pheeny-speedo_items_txt > a::before	{ top: -1px; left: -1px; border-width: 1px 0 0 1px; }
.pheeny-speedo_items_txt > a::after	{ bottom: -1px; right: -1px; border-width: 0 1px 1px 0; }
@media (min-width: 769px) { 
	.pheeny-speedo_items_txt > a:hover::before,
	.pheeny-speedo_items_txt > a:hover::after	{ width:calc(100% + 2px); height:calc(100% + 2px); border-color:#000 }
	.pheeny-speedo_items.reflect .pheeny-speedo_items_img strong	{ left: auto; right: -40px; }
	.reflect .pheeny-speedo_items_txt h3	{ padding: 0 40px 10px 0; }
	.reflect .pheeny-speedo_items_txt > a	{ margin: 20px 40px 0 0; }
	.reflect .pheeny-speedo_items_txt p	{ margin: 0 40px 30px 0; }
	.reflect .pheeny-speedo_items_txt p.nmb, 
	.reflect .pheeny-speedo_items_txt p.prc	{ margin: 0 40px 10px 0; }
	.reflect .pheeny-speedo_items_txt p.nmb	{ margin-top: 30px; }
}
@media (min-width: 980px) { 
	.pheeny-speedo_items_txt p.nmb,
	.reflect .pheeny-speedo_items_txt p.nmb	{ margin-top: 60px; }
	.pheeny-speedo_items_txt > a > span	{ font-size: 18px; }
}
@media (max-width: 768px) { 
	.pheeny-speedo_items	{ flex-wrap: wrap; margin: 0 0 60px; padding: 0; }
	.pheeny-speedo_items_img	{ width: 100%; margin: 0 0 30px; }
	.pheeny-speedo_items_img strong	{ top: auto; bottom: 30px; left: -20px; right: auto; font-size: 70px; }
	.pheeny-speedo_items_txt	{ width: 100%; padding: 0 0 30px; }
	.pheeny-speedo_items_txt h3,
	.reflect .pheeny-speedo_items_txt h3	{ font-size: 26px; padding: 0 0 10px 30px; margin: 0 30px 0 0; }
	.pheeny-speedo_items_txt p	{ font-size: 13px; margin: 0 0 20px; }
	.pheeny-speedo_items_txt p.nmb, 
	.pheeny-speedo_items_txt p.prc	{ font-size: 12px; margin: 0 30px 5px; }
	.pheeny-speedo_items_txt p.nmb	{ margin-top: 30px; }
	.pheeny-speedo_items_txt p.prc b	{ font-size: 16px; }
	.pheeny-speedo_items_txt > a	{ max-width: 100%; margin: 20px 30px 0; }
	.pheeny-speedo_items_txt > a::before,
	.pheeny-speedo_items_txt > a::after	{ height: 75%; width: 92%; }
}

.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: 0 solid #fff; transition: all .5s; }
.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	{ overflow: hidden; position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; z-index: 6; }
.allitemlink > a span b	{ display: -webkit-flex; display: flex; align-items: center; width: 100%; position: relative; color:#fff; font-size: 24px; font-size: clamp(15px, 28px, 2.8vw); line-height: 1; font-family: 'Hind', sans-serif; font-weight: 500; letter-spacing:1rem; text-align: center; white-space: nowrap; }
.allitemlink > a span b::before,
.allitemlink > a span b::after	{ content: ""; height: 1px; flex-grow: 1; }
.allitemlink > a span b::before	{ background-color: #fff; margin-right: 10px; }
@media (min-width: 769px) { 
	.allitemlink > a:hover	{ border: 0 solid #000; }
	.allitemlink > a:hover::before	{ opacity: 1; }
}
@media (max-width: 768px) { 
	.allitemlink	{ margin: 80px auto 120px; padding: 0 10px; }
	.allitemlink > a	{ border: 0 solid #fff; }
	.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: 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-start; }
.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: 12px; color:#ddd; transition: all .5s; line-height: 1; text-align: center; font-weight: 500; border-bottom: 1px solid #fff; }
.slick-dots li.slick-active button	{ color:#000; border-bottom: 1px solid #000; }
@media (min-width: 769px) { 
	.pheeny-speedo_items.reflect .slick-dots	{ justify-content: flex-end; }
}
@media (max-width: 768px) { 
	.slick-dots	{ justify-content: flex-end; padding-right: 26px; }
	.slick-dots li	{ width: 30px; height: 26px; }
	.slick-dots li button	{ width: 30px; height: 26px; padding: 4px 0 0; font-size: 11px; 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; } }
.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; }
.delay20	{ transition-delay: 2s; }

