@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700&display=swap');
/* font-family: 'Noto Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@100;200;300;400;500;600;700&display=swap');
/* font-family: 'Noto Serif', serif; */
@import url('https://fonts.googleapis.com/css2?family=Tai+Heritage+Pro:wght@400;700&display=swap');
/* font-family: "Tai Heritage Pro", serif; */

/* NOTE: 共通 */
body, html { width: 100%; height: 100%;}
html { font-size: 62.5%;}
body { font-size: 1.6em; color: #222; font-family: 'Noto Sans', sans-serif; font-weight: 400;}
#wrapper { position: relative; height: 100%;}
.desktop-only { display: none;}
#onScrollTarget { position: absolute; top: 0; left: 0; width: 0; height: 0; display: block;}

/* NOTE: header */
header .line { position: absolute; top: 0; left: 0; right: 0; height: 20px; width: 100%; background: #fff;}
header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; transition: 0.3s;}
header .inner { width: calc(100% - 40px); height: 70px; margin: 20px; background: rgba(255,255,255,0); display: flex; justify-content: space-between; align-items: center; padding: 0 20px;}
header .inner .logo img { height: 40px; width: auto;}
header .inner .logo_wh { display: none;}
header .inner ul { display: none;}

#pageHome header .logo_bl { display: none;}
#pageHome header .logo_wh { display: block;}

header.scrolled .inner { background: rgba(0,0,0,0.5); transition: 0.3s;}
header.scrolled .logo_bl { display: none;}
header.scrolled .logo_wh { display: block;}
header.scrolled .inner ul li a { color: #fff;}
header.scrolled .inner ul li a:after { background: #fff;}

/* NOTE: hamburger */
#hamburger { position: fixed; width: 50px; height: 50px; top: 35px; right: 30px; cursor: pointer; z-index: 102; transition: 0.3s;}
#hamburger span { position: absolute; left: 50%; transform: translateX(-50%); transition: all .3s ease-out;}
#hamburger span:nth-of-type(1) { top: 12px; width: 26px; height: 2px; background: #222;}
#hamburger span:nth-of-type(2) { top: 21px; width: 26px; height: 2px; background: #222;}
#hamburger span:nth-of-type(3) { top: 30px; width: 26px; height: 2px; background: #222;}
#hamburger.active span:nth-of-type(1) { top: 20px; transform: translateX(-50%) translateY(-50%) rotate(-45deg); background: #222;}
#hamburger.active span:nth-of-type(2) { opacity: 0;}
#hamburger.active span:nth-of-type(3) { top: 20px; transform: translateX(-50%) translateY(-50%) rotate(45deg);  background: #222;}

#hamburger.scrolled span { background: #fff;}
#pageHome #hamburger span { background: #fff;}

/* NOTE: nav */
nav#global { position: fixed; top: 0; right: -70%; width: 70%; height: 100%; overflow: auto; -webkit-overflow-scrolling: touch; z-index: 101; padding: 70px 30px 30px 30px; transition: 0.3s; background: rgba(255, 255, 255, 0.9);}
nav#global.active { transform: translateX(-100%); transition-duration: 0.3s;}
nav#global ul { list-style: none;}
nav#global ul li { border-bottom: 1px dotted #ccc;}
nav#global a { font-family: 'Noto Serif', serif; display: block; font-size: 1.8rem; font-weight: 500; text-decoration: none; color: #222; line-height: 1.2; padding: 20px; letter-spacing: 0.1rem; position: relative;}
nav#global a:after { position: absolute; content:"\f105"; font-family: 'Font Awesome 6 Free'; font-weight: 900; right: 10px; top: 50%; transform: translateY(-50%); font-size: 1.4rem;}

/* NOTE: footer */
#pagetop { opacity: 0; pointer-events: none; background: rgba(0,0,0,0.9); color: #fff; width: 50px; height: 50px; border-radius: 50%; text-align: center; line-height: 45px; position: fixed; bottom: 20px; right: 10px; cursor: pointer; z-index: 90; transition: 0.3s;}
#pagetop.active { opacity: 1; pointer-events: auto;}

footer { width: 100%; background: #222; position: relative; z-index: 1;}
footer .inner { width: 100%; padding: 80px 20px 140px 20px; text-align: center; color: #fff;}
footer .inner .name { font-size: 2.0rem; font-weight: 700; letter-spacing: 0.2rem;}
footer .inner .line { }
footer .inner .line span { display: inline-block; font-size: 1.6rem; line-height: 1.3; letter-spacing: 0.2rem; padding: 0 45px; position: relative;}
footer .inner .line span:before, footer .inner .line span:after { content: ''; position: absolute; top: 50%; display: inline-block; width: 30px; height: 1px; background: #fff;}
footer .inner .line span:before { left: 0;}
footer .inner .line span:after { right: 0;}
footer .inner p { font-size: 1.6rem; font-weight: 400; line-height: 1.8; margin-bottom: 50px; letter-spacing: 0.2rem;}
footer .inner a { color: #fff; text-decoration: none;}
footer .inner small { display: block; font-size: 1.2rem; font-weight: 400; letter-spacing: 0.1rem; text-align: center;}

/* NOTE: ページ共通 */
body  { background: #fff;}
main { background: #f4f4f4; margin: 20px;}
section.title h1 { font-family: "Tai Heritage Pro", serif; font-weight: 700; font-size: 3.8rem; line-height: 1.2;}

/* NOTE: pageHome */
#pageHome main { background: none; margin: 0; padding: 0 20px; border-left: 20px solid #fff; border-right: 20px solid #fff; position: relative; z-index: 1;}
#pageHome .line2 { width: 100%; height: 20px; background: #fff; position: relative; z-index: 1;}

#pageHome section.hero { position: fixed; top: 0; left: 0; width: 100%; height: 100%;}
#pageHome section.hero .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.2); z-index: 1;}

#pageHome section.hero .swiper { width: 100%; height: 100vh; overflow: hidden; position: relative;}
#pageHome section.hero .swiper-wrapper { width: 100%; height: 100vh;}
#pageHome section.hero .swiper-wrapper .swiper-slide { width: 100%; height: 100vh; overflow: hidden; position: relative;}
#pageHome section.hero .swiper-wrapper .swiper-slide img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: 3s; z-index: -2;}
#pageHome section.hero .swiper-pagination { position: absolute; bottom: 40px; z-index: 10;}
#pageHome section.hero .swiper-pagination-bullet { background: #fff; opacity: 0.5; margin: 0 10px;}
#pageHome section.hero .swiper-pagination-bullet-active { background: #fff; opacity: 1;}

#pageHome section.title { width: 100%; height: 100vh; position: relative; transition: 1s;}
#pageHome section.title .txt { position: absolute; top: 40%; left: 10px; transform: translateY(-50%); z-index: 2;}
#pageHome section.title .txt h1 { display: inline-block; font-family: "Tai Heritage Pro", serif; font-weight: 700; font-size: 5.2rem; color: #fff; line-height: 1.0; position: relative;}
#pageHome section.title .txt h1 div { position: relative;}
#pageHome section.title .txt h1 div + div { margin-top: 8px;}
#pageHome section.title .txt h1 .bar { position: absolute; display: inline-block; top: 0; left: 0; width: 100%; height: 100%; background: #fff; clip-path: inset(0 100% 0 0);}
#pageHome section.title .txt h1 .en { display: inline-block; line-height: 1.0; clip-path: inset(0 100% 0 0); letter-spacing: 1px;}
#pageHome section.title .txt h1.active .bar1 { animation: bar-anime 1s 0.5s forwards;}
#pageHome section.title .txt h1.active .bar2 { animation: bar-anime 1s 0.8s forwards;}
#pageHome section.title .txt h1.active .en1 { animation: txt-anime 0.8s 1s forwards;}
#pageHome section.title .txt h1.active .en2 { animation: txt-anime 0.8s 1.3s forwards;}

#pageHome section.title.scrolled { opacity: 0; transition: 1s;}

@keyframes bar-anime {
  0% { clip-path: inset(0 100% 0 0);}
  50% { clip-path: inset(0 0 0 0);}
  70% { clip-path: inset(0 0 0 0);}
  100% { clip-path: inset( 0 0 0 100%);}
}
@keyframes txt-anime {
  0% { clip-path: inset(0 100% 0 0);}
  100% { clip-path: inset(0 0 0 0);}
}

#pageHome .spacer { width: 100%; height: 100vh;}
#pageHome section.body { width: 100%;}
#pageHome section.body .inner { width: 100%; padding: 0 40px 300px 40px;}
#pageHome section.body h2 { font-family: 'Noto Serif', serif; font-size: 2.8rem; font-weight: 500; color: #fff; margin-bottom: 50px; clip-path: inset(0 100% 0 0);}
#pageHome section.body p { font-size: 1.6rem; font-weight: 500; color: #fff; line-height: 1.8; clip-path: inset(0 100% 0 0);}
#pageHome section.body p + p { margin-top: 30px;}

#pageHome section.body h2.active { animation: txt-anime 2.0s 0s forwards;}
#pageHome section.body p.active { animation: txt-anime 2.0s 0s forwards;}

/* NOTE: pageAbout */
#pageAbout section.hero { padding: 120px 0 30px 0;;}
#pageAbout section.hero .inner { text-align: center;}
#pageAbout section.hero span { display: inline-block; font-family: 'Noto Serif', serif; font-size: 2.2rem; font-weight: 400; padding: 0 45px; position: relative; text-align: center;}
#pageAbout section.hero span:before, #pageAbout section.hero span:after { content: ''; position: absolute; top: 50%; display: inline-block; width: 30px; height: 1px; background: #222;}
#pageAbout section.hero span:before { left: 0;}
#pageAbout section.hero span:after { right: 0;}

#pageAbout section.title { margin-bottom: 50px;}
#pageAbout section.title .inner { width: 100%; text-align: center; padding: 0 20px;}
#pageAbout section.title h1 { display: inline-block; position: relative; text-align: center;}
#pageAbout section.body .inner { width: 100%; padding: 0 20px;}
#pageAbout section.body p { font-size: 1.8rem; font-weight: 500; line-height: 1.8; margin-bottom: 50px;}
#pageAbout section.body p span { font-size: 2.0rem; font-weight: 700; line-height: 1.3;}
#pageAbout section.chart { padding-bottom: 30px;}
#pageAbout section.chart .inner { width: 100%; padding: 0 20px;}
#pageAbout section.chart .inner img { width: 100%;}
#pageAbout section.chart .inner .base { position: relative; background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);}
#pageAbout section.chart .inner .base2 { background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);}
#pageAbout section.chart .inner .base2 .ti { font-size: 2.8rem; font-weight: 700; color: #7ac88a; line-height: 1.2; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif; margin-bottom: 40px; text-align: center;}
#pageAbout section.chart .inner .base3 { display: flex;}
#pageAbout section.chart .inner .base3 div { width: 32%; background: #fff; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); padding: 10px;}
#pageAbout section.chart .inner .base3 div img { width: 100%; height: auto;}
#pageAbout section.chart .inner .base3 div + div { margin-left: 2%;}

#pageAbout section.chart.target { transform: translateY(50px); opacity: 0; transition: 0.3s;}
#pageAbout section.chart.target.active { transform: none; opacity: 1; transition: 0.3s;}

#pageAbout section.chart .inner .base3 div.target { transform: translateY(30px); opacity: 0; transition: 0.3s;}
#pageAbout section.chart .inner .base3 div:nth-of-type(1).target.active { transform: none; opacity:1; transition: 0.3s;}
#pageAbout section.chart .inner .base3 div:nth-of-type(2).target.active { transform: none; opacity:1; transition: 0.3s; transition-delay: 0.2s;}
#pageAbout section.chart .inner .base3 div:nth-of-type(3).target.active { transform: none; opacity:1; transition: 0.3s; transition-delay: 0.4s;}

.co2-infographic-wrapper { margin: 0; padding: 10px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif; background: #fff; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); display: flex; justify-content: center; align-items: center; min-height: 400px; box-sizing: border-box; border-radius: 10px;}
.co2-infographic-wrapper * { box-sizing: border-box;}
.co2-container { padding: 20px; width: 100%;}
.co2-header { text-align: center; margin-bottom: 20px;}
.co2-title { color: #4a9b9e; font-size: 2.8rem; font-weight: 700; line-height: 1.2; margin: 0;}
.co2-subtitle { color: #4a9b9e; font-size: 1.8rem; font-weight: 400; margin-top: 10px; margin-bottom: 0;}
.co2-visual-container { display: flex; align-items: center; justify-content: center; flex-direction: column; margin-top: 30px; gap: 20px; position: relative; }
.co2-item-container { display: flex; flex-direction: column; align-items: center; position: relative;}
.co2-cup-container { width: 120px; height: 140px; display: flex; align-items: center; justify-content: center;}
.co2-biodegradable-cup { width: 90px; height: 110px; background: linear-gradient(to bottom, #a8e6b7 0%, #b8ecc4 100%); clip-path: polygon(10% 0%, 90% 0%, 85% 100%, 15% 100%); position: relative; box-shadow: 0 5px 15px rgba(82, 183, 136, 0.2); transition: transform 0.3s ease; overflow: visible;}
.co2-biodegradable-cup::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 12px; background: #7ac88a; clip-path: polygon(10% 0%, 90% 0%, 89% 100%, 11% 100%); border-radius: 4px 4px 0 0;}
.co2-biodegradable-cup::after { content: ''; position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%); width: 60%; height: 15px; background: #7ac88a; border-radius: 0 0 4px 4px;}
.co2-cloud-container { width: 250px; height: 180px; display: flex; align-items: center; justify-content: center; position: relative;}
.co2-cloud { width: 200px; height: 140px; background: linear-gradient(135deg, #b8dfe0 0%, #a2d2d4 100%); border-radius: 50%; position: relative; box-shadow: 0 10px 30px rgba(162, 210, 212, 0.4); display: flex; align-items: center; justify-content: center; animation: co2-float 3s ease-in-out infinite;}
@keyframes co2-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
.co2-cloud::before { content: ''; position: absolute; width: 100px; height: 100px; background: inherit; border-radius: 50%; top: 20px; left: -40px;}
.co2-cloud::after { content: ''; position: absolute; width: 85px; height: 85px; background: inherit; border-radius: 50%; top: 30px; right: -30px;}
.co2-text { position: relative; z-index: 1; color: white; font-size: 42px; font-weight: 700; text-shadow: 0 2px 8px rgba(0,0,0,0.1);}
.co2-weight-label { margin-top: 10px; font-size: 2.8rem; font-weight: 800;}
.co2-cup-label { color: #52b788;}
.co2-co2-label { color: #4a9b9e;}
.co2-arrow { font-size: 60px; color: #4a9b9e; font-weight: 900; animation: co2-pulse 2s ease-in-out infinite;}
@keyframes co2-pulse {
    0%, 100% { transform: scale(1) rotate(90deg);}
    50% { transform: scale(1.1) rotate(90deg);}
}

/* NOTE: pageTechnology */
#pageTechnology section.hero { padding: 120px 0 30px 0;;}
#pageTechnology section.hero .inner { text-align: center;}
#pageTechnology section.hero span { display: inline-block; font-family: 'Noto Serif', serif; font-size: 2.2rem; font-weight: 400; padding: 0 45px; position: relative; text-align: center;}
#pageTechnology section.hero span:before, #pageTechnology section.hero span:after { content: ''; position: absolute; top: 50%; display: inline-block; width: 30px; height: 1px; background: #222;}
#pageTechnology section.hero span:before { left: 0;}
#pageTechnology section.hero span:after { right: 0;}

#pageTechnology section.title { margin-bottom: 50px;}
#pageTechnology section.title .inner { width: 100%; padding: 0 20px; text-align: center;}
#pageTechnology section.title h1 { display: inline-block; position: relative; text-align: center;}
#pageTechnology section.body .inner { width: 100%; padding: 0 20px;}
#pageTechnology section.body p { font-size: 1.8rem; font-weight: 500; line-height: 1.8; margin-bottom: 20px;}
#pageTechnology section.chart { padding-bottom: 30px;}
#pageTechnology section.chart .inner { width: 100%; padding: 0 20px;}
#pageTechnology section.chart .inner img { width: 100%; border-radius: 10px;}
#pageTechnology section.chart .inner .base { position: relative; background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);}

#pageTechnology section.chart .inner .base.target { transform: translateY(50px); opacity: 0; transition: 0.3s;}
#pageTechnology section.chart .inner .base.target.active { transform: none; opacity: 1; transition: 0.3s;}

/* NOTE: pagePhilosophy */
#pagePhilosophy section.hero { padding: 120px 0 30px 0;}
#pagePhilosophy section.hero .inner { text-align: center; padding: 0 20px;}
#pagePhilosophy section.hero span { display: inline-block; font-family: 'Noto Serif', serif; font-size: 2.2rem; font-weight: 400; padding: 0 45px; position: relative; text-align: center;}
#pagePhilosophy section.hero span:before, #pagePhilosophy section.hero span:after { content: ''; position: absolute; top: 50%; display: inline-block; width: 30px; height: 1px; background: #222;}
#pagePhilosophy section.hero span:before { left: 0;}
#pagePhilosophy section.hero span:after { right: 0;}

#pagePhilosophy section.title { margin-bottom: 50px;}
#pagePhilosophy section.title .inner { width: 100%; padding: 0 20px; text-align: center;}
#pagePhilosophy section.title h1 { display: inline-block; position: relative; text-align: center;}
#pagePhilosophy section.body .inner { width: 100%; padding: 0 20px 30px 20px; text-align: center;}
#pagePhilosophy section.body h2 { font-size: 2.8rem; margin-bottom: 20px; text-align: center;}
#pagePhilosophy section.body h2 span { display: inline-block; font-size: 2.2rem; font-weight: 700; padding: 0 45px; position: relative; text-align: center;}
#pagePhilosophy section.body h2 span:before, #pagePhilosophy section.body h2 span:after { content: ''; position: absolute; top: 50%; display: inline-block; width: 30px; height: 1px; background: #222;}
#pagePhilosophy section.body h2 span:before { left: 0;}
#pagePhilosophy section.body h2 span:after { right: 0;}
#pagePhilosophy section.body p { font-size: 1.8rem; font-weight: 500; line-height: 1.8; margin-bottom: 30px; text-align: center;}
#pagePhilosophy section.body .bpi_logo { width: 150px;}
#pagePhilosophy section.body i { font-size: 3.4rem;}
#pagePhilosophy section.body i.fa-file-pdf { font-size: 3.0rem; transform: translateY(-1px);}
#pagePhilosophy section.body a i { color: #0066cc;}
#pagePhilosophy section.body a + a { margin-left: 10px;}

#pagePhilosophy section.body h2.target { transform: translateY(30px); opacity: 0; transition: 0.3s;}
#pagePhilosophy section.body h2.target.active { transform: none; opacity: 1; transition: 0.3s;}

#pagePhilosophy section.chart { padding-bottom: 30px;}
#pagePhilosophy section.chart .inner { width: 100%; padding: 0 20px;}
#pagePhilosophy section.chart .inner .base { position: relative; background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);}
#pagePhilosophy section.chart .inner img { width: 100%;}
#pagePhilosophy section.chart .inner .base.target { transform: translateY(50px); opacity: 0; transition: 0.3s;}
#pagePhilosophy section.chart .inner .base.target.active { transform: none; opacity: 1; transition: 0.3s;}

/* #pagePhilosophy .container .grid .pillar.target { transform: translateY(30px); opacity: 0; transition: 0.3s;}
#pagePhilosophy .container .grid .pillar:nth-of-type(1).target.active { transform: none; opacity:1; transition: 0.3s;}
#pagePhilosophy .container .grid .pillar:nth-of-type(2).target.active { transform: none; opacity:1; transition: 0.3s; transition-delay: 0.2s;}
#pagePhilosophy .container .grid .pillar:nth-of-type(3).target.active { transform: none; opacity:1; transition: 0.3s; transition-delay: 0.4s;}

#pagePhilosophy .container h3 { font-size: 2.6rem; font-weight: 700; line-height: 1.3; text-align: center; margin-bottom: 30px;}
#pagePhilosophy .container h3 span { color: #359e53;}
#pagePhilosophy .container .grid {}
#pagePhilosophy .container .grid .pillar { width: 100%;}
#pagePhilosophy .container .grid .pillar + .pillar { margin-top: 10px;}
#pagePhilosophy .container { width: 100%; padding: 2rem; background-color: #fff; border-radius: 12px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); position: relative; overflow: hidden;}
#pagePhilosophy .pillar { position: relative; z-index: 1; background-color: #fff; padding: 1.5rem; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;}
#pagePhilosophy .pillar-icon { width: 80px; height: 80px; margin: 0 auto 1.5rem; display: flex; align-items: center; justify-content: center; background-color: #E6F3EF; border-radius: 50%; box-shadow: inset 0 2px 5px rgba(0,0,0,0.1); }
#pagePhilosophy .pillar-icon svg { width: 50px; height: 50px; color: #338866; }
#pagePhilosophy .pillar-title { font-size: 3.0rem; font-weight: 700; color: #2c3e50; margin-bottom: 1rem; text-align: center; }
#pagePhilosophy .pillar-description { font-size: 1.6rem; color: #555; line-height: 1.6; text-align: center;} */

/* NOTE: pageProducts */
#pageProducts section.hero { padding: 120px 0 30px 0;;}
#pageProducts section.hero .inner { text-align: center;}
#pageProducts section.hero h1 { display: inline-block; font-family: 'Noto Serif', serif; font-size: 2.2rem; font-weight: 400; padding: 0 45px; position: relative; text-align: center;}
#pageProducts section.hero h1:before, #pageProducts section.hero h1:after { content: ''; position: absolute; top: 50%; display: inline-block; width: 30px; height: 1px; background: #222;}
#pageProducts section.hero h1:before { left: 0;}
#pageProducts section.hero h1:after { right: 0;}

#pageProducts section.title { margin-bottom: 50px;}
#pageProducts section.title .inner { width: 100%; text-align: center; padding: 0 20px;}
#pageProducts section.title h2 { font-family: "Tai Heritage Pro", serif; font-weight: 700; font-size: 3.8rem; line-height: 1.2; display: inline-block; position: relative; text-align: center;}
#pageProducts section.title h2.target { transform: translateY(30px); opacity: 0; transition: 0.3s;}
#pageProducts section.title h2.target.active { transform: none; opacity: 1; transition: 0.3s;}

#pageProducts section.product { padding-bottom: 50px;}
#pageProducts section.product:last-of-type { padding-bottom: 20px;}
#pageProducts section.product .inner { width: 100%; padding: 0 20px;}
#pageProducts section.product h3 { font-size: 3.0rem; font-weight: 700; text-align: center; margin-bottom: 20px; letter-spacing: 0.3rem;}
#pageProducts section.product h3.target { transform: translateY(30px); opacity: 0; transition: 0.3s;}
#pageProducts section.product h3.target.active { transform: none; opacity: 1; transition: 0.3s;}

#pageProducts section.product p { font-size: 1.8rem; text-align: center;}
#pageProducts section.product p.target { transform: translateY(30px); opacity: 0; transition: 0.3s;}
#pageProducts section.product p.target.active { transform: none; opacity: 1; transition: 0.3s;}

#pageProducts section.product .base { position: relative; background: #fff; padding: 10px; border-radius: 10px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); margin: 30px 0;}
#pageProducts section.product .base .swiper { width: 100%; height: auto;; object-fit: cover;;}
#pageProducts section.product .base .swiper-wrapper { width: 100%; height: auto;}
#pageProducts section.product .base .swiper-wrapper li { width: 100%; height: auto; overflow: hidden;}
#pageProducts section.product .base .swiper-wrapper li img { width: 100%; height: auto; object-fit: cover; border-radius: 10px 10px 0 0;}
#pageProducts section.product .base ul.thumslider { display: flex; flex-wrap: wrap; list-style: none;}
#pageProducts section.product .base ul.thumslider li { width: 20%;}
#pageProducts section.product .base ul.thumslider li img { width: 100%; opacity: 1;}
#pageProducts section.product .base ul.thumslider li.active img { opacity: 1;}

#pageProducts section.product .mi { text-align: center; font-size: 2.2rem; font-weight: 700; letter-spacing: 0.2rem; margin-bottom: 20px;}
#pageProducts section.product .mi span { display: inline-block; font-size: 1.6rem; font-weight: 500; letter-spacing: 0; padding: 0 40px; position: relative;}
#pageProducts section.product .mi span:before, #pageProducts section.product .mi span:after { content: ''; position: absolute; top: 50%; display: inline-block; width: 25px; height: 1px; background: #222;}
#pageProducts section.product .mi span:before { left: 0;}
#pageProducts section.product .mi span:after { right: 0;}

#pageProducts section.product ul.spec { list-style: none; padding: 20px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); border-radius: 10px;}
#pageProducts section.product ul.spec li { width: 100%; margin-bottom: 5px; font-size: 1.8rem; line-height: 1.5; background: #fff; padding: 15px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); border-radius: 10px; margin-top: 10px;}
#pageProducts section.product ul.spec li span { font-weight: 700;}
#pageProducts section.product ul.spec li a { color: #000;}
#pageProducts section.product ul.spec li:last-of-type { margin-bottom: 0;}

#pageProducts section.product1 ul.spec li { background: #cae6e8;}
#pageProducts section.product2 ul.spec li { background: #e6e7d9;}
#pageProducts section.product3 ul.spec li { background: #f2e3f0;}

#pageProducts section.product .base.target { transform: translateY(50px); opacity: 0; transition: 0.3s;}
#pageProducts section.product .base.target.active { transform: none; opacity: 1; transition: 0.3s;}
#pageProducts section.product .base ul.spec li.target { transform: translateY(30px); opacity: 0; transition: 0.3s;}
#pageProducts section.product .base ul.spec li.target.active { transform: none; opacity:1; transition: 0.3s;}

/* NOTE: pageContact */
#pageContact section.hero { padding: 120px 0 30px 0;;}
#pageContact section.hero .inner { text-align: center;}
#pageContact section.hero span { display: inline-block; font-family: 'Noto Serif', serif; font-size: 2.2rem; font-weight: 400; padding: 0 45px; position: relative; text-align: center;}
#pageContact section.hero span:before, #pageContact section.hero span:after { content: ''; position: absolute; top: 50%; display: inline-block; width: 30px; height: 1px; background: #222;}
#pageContact section.hero span:before { left: 0;}
#pageContact section.hero span:after { right: 0;}

#pageContact section.title { margin-bottom: 50px;}
#pageContact section.title .inner { width: 100%; text-align: center; padding: 0 20px;}
#pageContact section.title h1 { font-size: 3.2rem; display: inline-block; position: relative; text-align: center;}

#pageContact section.body > .inner { width: 100%; padding: 0 20px 10px 20px;}
#pageContact section.body p { font-size: 1.8rem; font-weight: 500; line-height: 1.8; margin-bottom: 50px;}

#pageContact .form { margin-top: 20px;}
#pageContact .form dl { border-bottom: 1px solid #ddd;}
#pageContact .form dl:first-of-type { border-top: 1px solid #ddd;}
#pageContact .form dl dt { line-height: 1.2; font-weight: 600; width: 100%; padding: 20px 0 0 0;}
#pageContact .form dl dd { width: 100%; padding: 20px 0;}
#pageContact .form .formbt { padding: 10px 0; text-align: center;}

input, button { all: unset;}
select, textarea { font-size: 1.8rem; margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
select::-ms-expand { display: none; }

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"] { font-size: 1.8rem; height: 50px; width: 100%; text-indent: 10px; border-radius: 3px; border: 1px solid #ccc; background: #f6f6f6; align-items: center;}
textarea { width: 100%; height: 100px; padding: 10px; background: #f6f6f6; border-radius: 3px; border: 1px solid #ccc;}
button { font-size: 1.8rem; letter-spacing: 1px; display: inline-block; color: #fff; text-align: center; width: 100%; cursor: pointer; padding: 8px 0; background: #222; border-radius: 20px;}
button.back { background: #f48033; color: #fff;}
button + button { margin-top: 10px;}
button:hover { background: #000;}
span.error { display: inline-block !important; background: #ffe5e8; margin: 5px 0; padding: 5px 15px;font-weight: 500;}
textarea::placeholder { color: #666; font-size: 1.8rem;}

/* 確認画面 */
#pageContact section .mw_wp_form_confirm span.required { display: none;}
#pageContact section .mw_wp_form_confirm span.any { display: none;}
#pageContact section .mw_wp_form_confirm dl { padding-bottom: 20px;}
#pageContact section .mw_wp_form_confirm dl dd { font-size: 1.8rem; background: #f6f6f6;  border-radius: 3px; padding: 20px; margin-top: 20px;}

/* 完了画面 */
#pageContact section.thanks { text-align: center; font-size: 1.6rem; line-height: 1.6; padding: 150px 20px;}
#pageContact section.thanks .btn { margin-top: 30px; text-align: center;}
#pageContact section.thanks .btn a { display: inline-block; text-decoration: none; text-align: center; font-size: 1.4rem; line-height: 1.0; color: #fff; padding: 8px 30px; background: #222; border-radius: 20px;}
#pageContact section.thanks .btn a:hover { background: #000;}

/* NOTE: pageNotfound */
#pageNotfound section.body > .inner { width: 100%; text-align: center; padding: 150px 20px;}
#pageNotfound section.body span { font-size: 3.8rem; font-weight: 400; color: #ccc; letter-spacing: 2px;}
#pageNotfound section.body .btn { margin-top: 50px; text-align: center;}
#pageNotfound section.body .btn a { display: inline-block; text-decoration: none; text-align: center; font-size: 1.4rem; line-height: 1.0; color: #fff; padding: 8px 30px; background: #222; border-radius: 20px;}
#pageNotfound section.body .btn a:hover { background: #000;}
