@charset "utf-8";

:root {
--color-primary: #aacc03; 
}

/* RESET */
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}

.Koburina-Gothic-W3 {
font-family: "Koburina Gothic W3 JIS2004";
font-weight: 400;
font-style: normal;
}
.Koburina-Gothic-W6 {
font-family: "Koburina Gothic W6 JIS2004";
font-weight: 400;
font-style: normal;
}
.zen-old-mincho-regular {
font-family: "Zen Old Mincho", serif;
font-weight: 400;
font-style: normal;
}
.zen-kaku-gothic-new-regular {
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 400;
font-style: normal;
}

br.sp {
display: inherit;
}
br.pc {
display: none;
}
@media (min-width: 750px) {
	br.sp {
	display: none;
	}
	br.pc {
	display: inherit;
	}
}

.fadeElm {
position: relative;
transform: translate(0px,30px);
opacity:0
}

#contents .activeView {
transition: all .7s ease;
transform: translate(0px,0px);
filter: alpha(opacity=100);
opacity:1
}

/* COMMON */
html {
font-size: 62.5%;
scroll-behavior: smooth;
}

@media (min-width: 750px) and (max-width: 1024px) {
html {
font-size: 0.9765625vw;
}
}
@media (max-width: 750px) {
html {
font-size: 1.3333333333vw;
}
}
body {
position: relative;
margin: 0;
padding: 0;
font-weight: 400;
font-family: "Koburina Gothic W6 JIS2004";
font-style: normal;
font-size: 1.6rem;
line-height: 1.5;
color: #000;
-webkit-font-smoothing: antialiased;
font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
}
@media (max-width: 750px) {
  body {
    font-size: 2.8rem;
  }
}

a:link,
a:active,
a:visited { 
color: #000;
text-decoration: none;
}
a:hover { 
color: #000;
text-decoration: none;
}
ul,ol {
list-style: none;
}
img {
display: block;
margin: 0 auto;
max-width: 100%;
}

/* Clear Float */
.section:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.section {
zoom: 1;
}
.pc {
display: none;
}
.sp {
display: inherit;
}
@media (min-width: 750px) {
	.pc {
	display: inherit;
	}
	.sp {
	display: none;
	}
}

/* HEADER */
.header {
position: absolute;
left: 0;
top: 0;
width: 100%;
background-color: #fff;
z-index: 1;
}
.header_inner {
display: flex;
align-items: center;
justify-content: center;
min-height: 4.5rem;
}
.header_logo {
display: inline-flex;
align-items: center;
justify-content: center;
}
.header_logo img {
max-width: 10rem;
}
@media (max-width: 750px) {
	.header {
	position: relative;
	}
	.header_inner {
	min-height: 8rem;
	}
	.header_logo img {
	max-width: 20rem;
	}
}

/* footer */
.footer {
background-color: #7c7c7c;
padding: 2.5rem 0;
text-align: center;
font-size: 10px;
}
.script {
position: absolute;
left: 0;
bottom: 0;
}

/* PAGEBODY */
#pageBody {
position: relative;
}

/* CONTENTS */
#contents {}

.visualSCT .cont {
position: relative;
}
.visualSCT {
position: relative;
}
.visualSCT img {
display: block;
width: 100%;
height: auto;
}
.visualSCT .title {
display: none;
}
@media (min-width: 750px) {
	.visualSCT {
	position: relative;
	}
	.visualSCT img {
	object-fit: cover;
	width: 100%;
	max-height: 605px;
	}
	.visualSCT .title {
	display: block;
	transform: translate(-50%,-50%);
	position: absolute;
	left: 50%;
	top: 50%;
	object-fit: contain;
	width: 482px;
	height: auto;
	}
}

.catchSCT {
background-color: var(--color-primary);
text-align: center;
}
.catchSCT .cont {
padding: 5.333vw 0 8vw 0;
}
.catchSCT h2 {
margin-bottom: 2.667vw;
font-family: "Zen Old Mincho", serif;
font-size: 6.4vw;
line-height: 1.7;
letter-spacing: 0.1em;
}
.catchSCT p {
font-family: "Zen Old Mincho", serif;
font-size: 3.733vw;
line-height: 2.64;
letter-spacing: 0.1em;
}
@media (min-width: 750px) {
	.catchSCT .cont {
	padding: 40px 0 70px 0;
	}
	.catchSCT h2 {
	margin-bottom: 15px;
	font-size: 45px;
	line-height: 1.56;
	}
	.catchSCT p {
	font-size: 21px;
	line-height: 2.28;
	}
}

.entrySCT {
background-color: var(--color-primary);
text-align: center;
}
.entrySCT .cont {
padding-bottom: 6.933vw;
}
.entrySCT .image {
background-color: #fff;
padding: 8vw 0 0 0;
}
.entrySCT .image img {
display: block;
margin: 0 auto -8.8vw auto;
width: 86.667vw;
}
.entrySCT .button {
background-color: var(--color-primary);
padding-top: 14.667vw;
}
.entrySCT .button li {
background-color: #fff;
border: solid 1px #000;
}
section .button {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
section .button a {
position: relative;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--color-primary);
width: 60.267vw;
height: 11.2vw;
font-size: 4.533vw;
}
section .button a::after {
content: '';
display: block;
background: url("../img/sp/lnk_arw.svg") no-repeat;
background-size: contain;
margin-left: 2.667vw;
width: 3.733vw;
height: 3.733vw;
}
@media (min-width: 750px) {
	.entrySCT .cont {
	padding-bottom: 70px;
	}
	.entrySCT .image {
	background-color: #fff;
	padding: 70px 0 0 0;
	}
	.entrySCT .image img {
	display: block;
	margin: 0 auto -80px auto;
	width: 892px;
	}
	.entrySCT .button {
	padding-top: 115px;
	}
	section .button a {
	transition: opacity 0.7s ease;
	width: 314px;
	height: 60px;
	font-size: 24px;
	}
	section .button a:hover {
	opacity: 0.7;
	}
	section .button a::after {
	margin-left: 10px;
	width: 18px;
	height: 18px;
	}
}

.explanSCT {
background-color: var(--color-primary);
padding: 2.133vw;
text-align: center;
}
.explanSCT .cont {
background-color: #fff;
padding: 4.267vw 4.267vw 8.533vw 4.267vw;
}
.explanSCT h2 {
margin-bottom: 2.667vw;
font-size: 6.4vw;
line-height: 1.7;
}
.explanSCT .lead {
margin: 0 auto;
width: 81.067vw;
font-family: "Koburina Gothic W3 JIS2004";
font-size: 3.733vw;
line-height: 2.64;
text-align: left;
}
.explanSCT .cardList {
display: flex;
flex-direction: column;
gap: 8vw;
}
.explanSCT .card {
box-shadow: 0.533vw 0.533vw 0px #798764;
background-color: #fff;
border-radius: 2.667vw;
padding: 4.8vw 4.8vw 7.467vw 4.8vw;
text-align: left;
}
.explanSCT .card h3 {
position: relative;
margin-bottom: 1.333vw;
font-size: 5.6vw;
}
.explanSCT .card h4 {
position: relative;
margin-bottom: 2.667vw;
padding-left: 2.667vw;
font-size: 4.267vw;
line-height: 1.66;
}
.explanSCT .card h4::before {
content: '';
display: block;
position: absolute;
left: 0;
top: 1.333vw;
bottom: 1.333vw;
background-color: var(--color-primary);
width: 1.067vw;
}
.explanSCT .card p {
margin-bottom: 4vw;
font-family: "Koburina Gothic W3 JIS2004";
font-size: 3.733vw;
line-height: 1.54;
}
.explanSCT .card img {
display: block;
margin: 0 auto;
}
.explanSCT .card:nth-of-type(1) img {
width: 57.6vw;
}
.explanSCT .card:nth-of-type(2) img {
width: 58.133vw;
}
.explanSCT .card:nth-of-type(3) img {
width: 100%;
}
.explanSCT .card:nth-of-type(4) img {
width: 57.6vw;
}
.explanSCT .card:nth-of-type(5) img {
width: 100%;
}
@media (min-width: 750px) {
	.explanSCT {
	padding: 15px;
	}
	.explanSCT .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 45px 45px 90px 45px;
	width: 1170px;
	}
	.explanSCT h2 {
	margin-bottom: 20px;
	font-size: 43px;
	line-height: 1.63;
	}
	.explanSCT .lead {
	margin: 0 30px 30px 30px;
	width: auto;
	font-size: 20px;
	line-height: 2.1;
	text-align: left;
	}
	.explanSCT .cardList {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 70px 10px;
	}
	.explanSCT .card {
	box-sizing: border-box;
	box-shadow: 2px 2px 0px #798764;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 25px 25px 25px;
	width: 350px;
	text-align: left;
	}
	.explanSCT .card h3 {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.25;
	}
	.explanSCT .card h4 {
	position: relative;
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: 20px;
	line-height: 1.35;
	}
	.explanSCT .card h4::before {
	left: 0;
	top: 5px;
	bottom: 4px;
	width: 4px;
	}
	.explanSCT .card p {
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 1.5;
	}
	.explanSCT .card img {
	display: block;
	margin: 0 auto;
	}
	.explanSCT .card:nth-of-type(1) img {
	width: 241px;
	}
	.explanSCT .card:nth-of-type(2) img {
	width: 284px;
	}
	.explanSCT .card:nth-of-type(3) img {
	width: 293px;
	}
	.explanSCT .card:nth-of-type(4) img {
	width: 276px;
	}
	.explanSCT .card:nth-of-type(5) img {
	width: 302px;
	}
}

.entrySCT2 {
text-align: center;
}
.entrySCT2 .cont {
padding: 10.667vw 0 13.333vw 0;
}
.entrySCT2 p {
font-size: 4.267vw;
line-height: 2.38;
}
.entrySCT2 h2 {
margin-bottom: 8vw;
font-size: 6.4vw;
line-height: 1.7;
}
@media (min-width: 750px) {
	.entrySCT2 .cont {
	padding: 65px 0 80px 0;
	}
	.entrySCT2 p {
	font-size: 31px;
	line-height: 2.38;
	}
	.entrySCT2 h2 {
	margin-bottom: 45px;
	font-size: 40px;
	line-height: 1.75;
	}
}

.catalogSCT {
background-color: #f1f5f8;
text-align: center;
}
.catalogSCT .cont {
display: flex;
flex-direction: column;
align-items: center;
padding: 14.667vw 0 17.333vw 0;
}
.catalogSCT h3 {
margin-bottom: 12vw;
}
.catalogSCT h3 img {
margin: 0 auto;
width: 71.467vw;
}
.catalogSCT .point {
display: flex;
flex-direction: column;
gap: 5.333vw;
margin-bottom: 10.667vw;
font-size: 5.867vw;
text-align: left;
}
.catalogSCT .point li::before {
content: '';
display: block;
background: url("../img/sp/ctg_pit1.svg") no-repeat left center;
background-size: contain;
width: 100%;
height: 4vw;
}
.catalogSCT .point li:nth-of-type(1)::before {
background: url("../img/sp/ctg_pit1.svg") no-repeat left center;
background-size: contain;
}
.catalogSCT .point li:nth-of-type(2)::before {
background: url("../img/sp/ctg_pit2.svg") no-repeat left center;
background-size: contain;
}
.catalogSCT .point li:nth-of-type(3)::before {
background: url("../img/sp/ctg_pit3.svg") no-repeat left center;
background-size: contain;
}
.catalogSCT p {
margin-bottom: 4vw;
font-size: 6.4vw;
line-height: 1.7;
}
.catalogSCT .image {
margin: 0 auto 12vw auto;
width: 44vw;
}
.catalogSCT .image img {
filter: drop-shadow(0.533vw 0.533vw 0.533vw rgba(0,0,0,0.3));
}
@media (min-width: 750px) {
	.catalogSCT .cont {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 70px 0 85px 0;
	}
	.catalogSCT h3 {
	margin-bottom: 95px;
	}
	.catalogSCT h3 img {
	margin: 0 auto;
	width: 702px;
	}
	.catalogSCT .set {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 90px auto;
	width: 830px;
	}
	.catalogSCT .point {
	gap: 55px;
	margin-bottom: 0;
	padding-top: 20px;
	font-size: 30px;
	}
	.catalogSCT .point li::before {
	margin-bottom: 10px;
	height: 30px;
	}
	.catalogSCT p {
	margin-bottom: 45px;
	font-size: 30px;
	line-height: 1.7;
	}
	.catalogSCT .image {
	margin: 0;
	width: 298px;
	}
	.catalogSCT .image img {
	filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.3));
	}
}