@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
}

ol, ul {
  list-style: none; }
html {
  font-size: 62.5%;
  box-sizing: border-box;
  width: 100%;
  height: 100%; }
  html *,
  html *:before,
  html *:after {
    box-sizing: inherit; }
body {
font-family: "zen-maru-gothic", sans-serif ,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .08em;
  font-size: 1.5rem;
  line-height: 1.8;
  overflow-wrap: break-word;
  word-wrap: break-word;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  color: #222222;
}
a{
	color: #222222;
}
a:hover{
	text-decoration: none;
}
html body img {
    height: auto;
    width: 100%;
}
h2{font-weight: 700;}
.fade {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
    transition: all 1s ease;
}
		
	.fade.f2 {
   transform: translate3d(0, 100%, 0);
}
	.on{
	opacity: 1!important;
    transform: translate3d(0, 0, 0)!important;
		}
.on2{
	opacity: 1!important;
		}
p.yoyaku{
		border: solid 2px #222222;
		border-radius: 30px;
        margin-top: 30px;
	}
	p.yoyaku a{
		color: #222222;
		display: block;
		border-radius: 30px;
		padding: 15px 0px;
		font-weight: bold;
		text-decoration: none;
		background: #FFF462 url(../../../image/lp/remake-workshop/arrow.svg) no-repeat center right 20px;
		background-size: 20px auto;
		
}
p.kome{
		font-size: 1.2rem;
    	margin-top: 10px;
	}
.sp-navi {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1100;
    background: url(../../../image/lp/remake-workshop/top_menu_bg.svg) no-repeat top right;
	background-size: 100% auto;
    width: 80px;
    height: 80px;
    cursor: pointer;
	visibility: visible;
	opacity: 1;
	transition: .8s;
	border-radius: 0px 35px 0px 0px;
}
.sp-navi .btn {
    height: 19px;
    width: 23px;
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.sp-navi .btn span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #FFF;
    transition: width 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.sp-navi .btn span:nth-child(1) {
    top: 0;
}
.sp-navi .btn span:nth-child(2) {
    top: 8px;
}
.sp-navi .btn span:nth-child(3) {
    top: 16px;
}
.sp-navi.active .btn span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
    top: -3px;
}
.sp-navi.active .btn span:nth-of-type(2) {
    opacity: 0;
}
.sp-navi.active .btn span:nth-of-type(3) {
    transform: translateY(-4px) rotate(45deg);
    top: 13.4px;
}
.pc-nav{display: none;}
.sp-navi-list {
	display: none;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 999;
    width: 100%;
	background: #3c8842 url(../../../image/lp/remake-workshop/navilist_bg.webp) no-repeat center top;
	background-size: 100% auto;
    overflow: hidden;
	border-radius: 35px 35px 0px 0px;
}	
	.sp-navi-list .navi-title{
		width: 80%;
		margin: 90px auto 40px;
	}
	.sp-navi-list .navi-title span {
    display: block;
    width: 80%;
    margin: 0px auto 15px;
}
	.navi-list{
		text-align: center;
		padding: 0px 0px 80px;
		margin-top:80px;
		height: 100vh;
	}
	.navi-list ul li{
		margin-bottom: 8px;
	}
.navi-list ul li span{
	background: #FFF;
        color: #00913A;
        display: inline-block;
        padding: 2px 8px;
        font-size: 1.4rem;
        border-radius: 5px;
        margin-right: 10px;
        font-weight: bold;
}
	.navi-list ul li a{
		color: #FFF;
		text-decoration: none;
	}
	.navi-list p.yoyaku{
		width: 80%;
		margin: 30px auto 0px;
	}

.pc-width {
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    display: flex;
}
	.pc-container {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
}
.w-layout-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
	.grid-main {
	display: block;
    grid-column-gap: 95px;
    grid-row-gap: 72px;
    grid-template-rows: auto;
    grid-template-columns: max-content max-content;
}
	

	
	.bg-absolute {
    position: fixed;
    inset: 0%;
}
	.bg-img {
		background-color: #f2eedd;
	background-image: url(../../../image/lp/remake-workshop/bg_gr_pc.webp),url(../../../image/lp/remake-workshop/bg_gr2_pc.webp);
	background-repeat: no-repeat;
	background-position: center;
    background-size: auto 100%,auto 100%;
	padding-top: 60px;
    height: 100vh;
    position: relative;
    inset: 0%;
	opacity: 0;
	transition: all 1s ease;
}
.main-content {
    z-index: 1;
	background: #fbf6e3;
	box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
	border-radius: 35px;
	max-width: 353px;
    position: relative;
	background: #fbf6e3;
	margin: 70px 0px 30px;
	opacity: 0;
	transition: all 2s ease;
}
.main-content .main-img{
	background: #f9ee61 url(../../../image/lp/remake-workshop/maincontent_img.webp) no-repeat center bottom;
	background-size: 100% auto;
	padding-top: 70px;
	height: 105vh;
    border-radius: 35px 35px 0px 0px;
	position: relative;
}
.main-content .main-img .title{
	width: 88%;
	margin: 0px auto;
	transition: all 2s ease;
}
.main-content .main-img .title span{
	display: block;
	width: 80%;
	margin: 0px auto 15px;
}
.main-content .main-img p.yoyaku{
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 80%;
	text-align: center;
	transform: translate(-50%, 0%);
}
.main-content .main-img p.kome{display: none;}
.main-content .read{
		padding: 40px 25px 10px;
	}
.main-content .read h2{
		color: #00913A;
		text-align: center;
		margin-bottom: 15px;
		font-size: 2rem;
	font-weight: bold;
		
	}
	.main-content #flow{
		padding: 0px 25px 40px;
	}
	.main-content .h2{
		text-align: center;
		color: #FFF;
		margin-bottom: 40px;
		
	}
	.main-content .h2 h2{
		font-size: 2rem;
	}
	.main-content .h2 span{font-size: 1.3rem;}
	
	.main-content #flow ul li{
		margin-top: 40px;
	}
.main-content #flow ul li h3{
		color: #00913A;
		margin: 10px 0px 5px;
		font-size: 1.8rem;
	font-weight: bold;
	}
	
	.main-content #summary{
		background: url(../../../image/lp/remake-workshop/summary_bg.webp) no-repeat center top;
		background-size: 100% auto;
		padding:230px 0px 70px;
	}
	.main-content #summary table{
		width: 85%;
		margin: 0px auto;
		border-collapse: collapse;
		background: #FFF;
		border-radius: 20px;
	}
	.main-content #summary table th{
		width: 35%;
		padding: 20px 17px;
		color: #00913A;
		border-bottom: solid 1px #00913A;
		text-align: left;
	}
	.main-content #summary table td{
		border-bottom: solid 1px #00913A;
		padding: 20px 20px 20px 0px;
	}
.main-content #summary table td a{
	color: #00913A;
}
	.main-content #summary table td span{
		font-size: 1.3rem;
		display: inline-block;
		line-height: 1.5;
		margin-top: 10px;
	}
	.main-content #lineup{
		padding: 70px 25px 30px;
		
	}
	.main-content #lineup .h2{
		color: #008e39;
	}
	.main-content #lineup ul{margin-top: 20px;}
.main-content #lineup ul.disc li{
		margin-top: 8px;
    list-style: disc;
    margin-left: 15px;
	}
	.main-content #lineup .note h3{
		color: #00913A;
		text-align: center;
		margin-bottom: 10px;
		font-size: 1.8rem;
		font-weight: 700;
	}
	.main-content #lineup .note{
		background: #FFF462;
		padding: 25px;
		border-radius: 25px;
    margin-top: 35px;
	}
	.main-content .products h2{
		margin: 45px 0px 20px;
		color: #00913A;
		font-size: 2rem;
	}
	.main-content .products .products-block{overflow: hidden;margin-bottom: 40px;}
	.main-content .products .products-block img{
		width: 50%;
		float: left;
	}
	.main-content .products .products-block .products-text{
		width: 44%;
		float: right;
	}
	.main-content .products .products-block .products-text h3{
		font-size: 1.6rem;
	}
	.main-content p.sm{
		font-size: 1.2rem;
		margin-top: 5px;
	}
	.main-content .products .products-block .products-text p.btn{
		margin-top: 20px;
	}
	.main-content .products .products-block .products-text p.btn a{
		background: #00913A;
		color: #FFF;
		display: block;
		border-radius: 25px;
    padding: 6px 0px;
    text-align: center;
		text-decoration: none;
		font-size: 1.3rem;
	}
	.main-content #lineup ul.detail li{
		margin-top: 12px;
	}
	.main-content #lineup ul.detail li span{
		color: #00913A;
		font-size: 1.6rem;
		font-weight: bold;
	}
	
	.main-content #familyday{
		background: #008a37 url(../../../image/lp/remake-workshop/familyday_bg.webp) no-repeat center top;
		background-size: 100% auto;
		padding: 110px 25px 50px;
		color: #FFF;
	}
.main-content #familyday .familyday-h2{
	text-align: center;
}
.main-content #familyday .familyday-h2 span{
		background: #FFF;
        color: #00913A;
        display: inline-block;
        padding: 2px 8px;
        font-size: 1.4rem;
        border-radius: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}
	.main-content #familyday h2{
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.main-content #familyday p{
		margin-top: 20px;
	}
.main-content #familyday a{color: #fdf57a;}
	.main-content #familyday .pica{
		background: #FFF;
		padding: 40px 30px 30px;
		margin-top: 40px;
		color: #000;
		border-radius: 25px;
	}
	.main-content #familyday .pica h3{
		width: 65%;
		margin: 0px auto 20px;
	}
.main-content #familyday .pica a{color: #00913A;}
	.main-content #cautions{
		padding: 50px 25px 30px;
	}
	.main-content #cautions h2{
		text-align: center;
		font-size: 2rem;
		margin-bottom: 30px;
		color: #00913A;
	}
.main-content #cautions dt{
	background: #00913A;
	color: #FFF;
	padding: 5px 20px;
	border-radius: 28px;
	font-weight: 700;
	
}
.main-content #cautions dd{
	padding: 15px 0px 25px;
}
.main-content #cautions dd a {
    color:#00913A;
}
p.copy{
	background: #00913A;
	color: #FFF;
	text-align: center;
	padding: 20px;
	font-size: 1.2rem;
	border-radius: 0px 0px 35px 35px;
}


@media screen and (min-width: 980px) {
	.sp-navi{
		visibility: hidden;
		opacity: 0;
}
	.pc-width {
    width: 70vw;
	}
	.grid-main {
	display: grid;
	}
	#main-content .main-img {
    height: 109vh;
	}
	
	.pc-nav {
	text-align: center;
    flex-flow: column;
    align-items: flex-start;
    height: 100vh;
    display: flex;
    position: sticky;
    top: 0;
	margin-left: 50px;
	opacity: 0;
	transition: all 2s ease;
	transform: translate3d(-30%, 0, 0);
	max-width: 320px;
}

	.pc-nav ul li{
		margin-bottom: 12px;
	}
	.pc-nav ul li span{
		background: #FFF;
		color: #00913A;
		display: inline-block;
		padding: 2px 8px;.
		line-height: 1;
		font-size: 1.4rem;
		border-radius: 5px;
		margin-right: 10px;
		font-weight: bold;
	}
	.pc-nav ul li a{
		color: #FFF;
		text-decoration: none;
		font-size: 1.8rem;
		}
	.pc-nav h2{
		margin: 90px auto;
		width: 90%;
	}
	
}
@media (max-width: 820px) {
.sp-navi-list {
	background: #3c8842 url(../../../image/lp/remake-workshop/navilist_bg2.webp) no-repeat center top;
	background-size: 100% auto;
	}
.navi-on{overflow: hidden;}
.main-content .main-img{
	height: auto;
	padding-bottom: 10px;
	background: #f9ee61 url(../../../image/lp/remake-workshop/maincontent_img3.webp) no-repeat center bottom;
    background-size: 100% auto;
}
	.main-content .main-img p.yoyaku {
    position: static;
    transform: translate(0%, 0%);
    margin: 0px auto;
}
	.main-content .main-img p.kome{
		font-size: 1.2rem;
    margin: 10px auto;
    text-align: center;
    width: 80%;
    line-height: 1.6;
	display: block;
	}
	.main-content .main-img .title {
    width: 88%;
    margin: 0px auto 380px;
}
}
@media (max-width: 640px) {
    .main-content .main-img {
        background: #f9ee61 url(../../../image/lp/remake-workshop/maincontent_img3.webp) no-repeat center bottom -30px;
        background-size: 100% auto;
    }
}
	@media (max-width: 481px) {
		.sp-navi {position: fixed;}
		.sp-navi-list{border-radius: 0;position: fixed;}
	.navi-list {
    height: 100vh;
    position: absolute;
	margin: 0;
	top: 55%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0%);
		}
		.main-content .main-img{height: 120vh;}
		.sp-fixd{
			    position: fixed;
				bottom: 0px;
				left: 0;
				width: 100%;
				background: rgba(0,141,56,0.9);
			z-index: 99;
		}
		.main-content .main-img p.yoyaku {
    	margin: 20px auto 10px;
		}
	.bg-absolute{display: none;}
	    .grid-main {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-columns: max-content;
    }
		.main-content{
		max-width: 100%;
        box-shadow: none;
        margin: 0px;
        border-radius: 0px;
		}
		.main-content .main-img{padding: 0px;}
		.main-content .main-img.hs{
			background: #f9ee61 url(../../../image/lp/remake-workshop/maincontent_img2.webp?20250916) no-repeat center bottom -70px;
    		background-size: 100% auto;
		}
		.main-content .main-img.hs .title {padding-top: 70px;}
	.main-content .main-img .title {
    width: 80%;
    margin: 0px auto;
    padding-top: 90px;
}
		.main-content .main-img,.sp-navi,p.copy{border-radius: 0px;}
	}
	@media (max-width: 380px) {
		.main-content .main-img.hs .title{width: 67%;}
	.sp-navi-list {
	background: #3c8842 url(../../../image/lp/remake-workshop/navilist_bg3.webp) no-repeat center top;
	background-size: 100% auto;
	}
		.sp-navi-list .navi-title{margin-top: 70px;width: 70%;}
		.navi-list {top: 50%;}
}