@charset "utf-8";
/* CSS Document */
:root {
	--main-color: #e5dfd7;
}
section {width: 100%;}
section>div {
	max-width: 1000px;
	padding: 50px 20px;
	margin: 0 auto;
}

section#anc1, section#anc2, section#anc3, section#anc4, section#anc5, section#anc6, section#anc7 {margin-top: 0; padding-top: 0;} 

.mini_main {
	height: 384px;
background: var(--main-color) url("../../images/products/mini/main_bg.png") no-repeat right;
padding: 0 20px;
}
.mini_main div {
	max-width: 1000px;
    padding: 0px;
    margin: 0 auto;
	background: linear-gradient(to right, var(--main-color) 0%, var(--main-color) 70%, rgba(254, 214, 0, 0) 100%);
}

.mini_main h1 {
width:523.97px;
display: flex;
    align-items: center;
    height: 100%;
}
.mini_main h1 svg{
	width: 100%;
	fill: #7D5D2A;
}
.mini_main + .spOnly h1 img{
	
    width: 100%;
   
}


h2 {
	width: 1000px;
	margin: auto;
	padding: 50px 20px;
	font-size: 40px;
	line-height: 1.3;
	font-weight: bold;
}
ul.list_style01 li {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    padding-left: calc(1em + 5px);
}
ul.list_style01 li::before {
    content: "\025cf";
    color: var(--main-color);
    padding-right: 5px;
    position: absolute;
    left: 0;
}
ul.list_style01+img{
	width: 45%;
}
	.linup_section ul.list-style-linup>li{
		width: 30%;
	}
	.linup_section ul.list-style-linup>li>dl>dt{
		padding:.5em 1em;
		border-left: solid #e5dfd7 10px;
		font-size: 25px;
		margin-bottom: 1em;
	}
	.linup_section ul.list-style-linup>li>dl>dd figcaption{
		margin-top: .5em;
		font-size: 14px;
	}
	.linup_section ul.list-style-linup>li>dl>dd figcaption span{
		display: block;
	}
	.linup_section ul.list-style-linup>li>dl>dd figcaption span:first-of-type{
		font-weight: 600;
		font-size: 1.3em;
		border-bottom: 2px solid #000;
	}
	.linup_section h4{
		font-weight: 600;
		font-size: 1.5em;
		text-align: center;
		position: relative;
		margin-bottom: 3em;
	}
	.linup_section h4::after{
		content: "";
		position: absolute;
		 width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 30px solid #7D5D2A;
  border-bottom: 0;
  bottom: -2em;
  left: 50%;
  transform: translate(-50%);
	}
	.linup_section .list-style02{
		position: relative;
		background: #e5dfd7;
		padding: 6em 3em 3em;
		border-top: #7D5D2A 5px solid;
		margin: 0 2em;
	}
	
	.linup_section .list-style02::before{
		position: absolute;
		content: attr(data-ttl);
		display: block;
		padding: 1em 2em 1em 1em;
		background: #7D5D2A;
		color: #fff;
		font-weight: 600;
		font-size: 1.3em;
		border-bottom-right-radius: 80px;
		left: 0;
		top:0;
	}
	.linup_section .list-style02 > li{
		width: 22%;
	}
	.linup_section .list-style02 > li:nth-child(n+5){
		margin-top: 2em;
	}
	.linup_section .list-style02 > li figcaption{
		margin-top: 1em;
	}
	.linup_section .list-style02 > li figcaption ul{
	margin: auto;
    text-align: center;
    width: 100%;
    font-size: .8em;
    font-weight: 400;
	}
	.linup_section .list-style02 > li figcaption ul li{
	    width: 100%;
    text-align: center;
	position: relative;
	}

	.linup_section .list-style02 > li figcaption ul li:not(:last-child)::after{
		content: "+";
		font-size: 1.8em;
		font-weight: 900;
		display: block;
	}
	.option_section .cardbox{
		background:  #e5dfd7;
		padding: 2em;
		width: 50%;
	}
	.option_section .cardbox>ul>li{
		width: 45%;
	}
	.cardbox dt {
		padding-left: 1em;
		position: relative;
		margin-bottom: .5em;
	}
	.cardbox dt::before{
		content: '・';
		position: absolute;
		left: 0;
	}
	.option_section .cardbox+p{
		width: 45%;
	}
	.list-sub>li{
		position: relative;
		padding-left: 1.5em;
	}
	.list-sub>li::before{
		position: absolute;
		content: "▶";
		color: #7D5D2A;
		display: block;
		top:0;
		left: 0;
	}
	.list-sub>li:not(:last-child){
		margin-bottom: 1em;
	}
	@media print, screen and (max-width: 960px) {
		section>div{width: 100%;}
		h2{
			width: 100%;
		}
	}
@media print, screen and (max-width: 834px) {
	h2{
		font-size: 7.4vw;
		padding-bottom: 0;
	}
	ul.list_style01 li {
    font-size: 5.18vw;
	width: 100%;
	}
	ul.list_style01+img{
	width: 100%;
}
	.linup_section ul.list-style-linup>li{
		width: 100%;
	}
	.linup_section .list-style02{
		margin: 0 .5em;
	}
	.linup_section .list-style02 > li:nth-child(n+5){
		margin-top: 0;
		padding: .5em;
	}
	.linup_section .list-style02::before{
		font-size: 4vw;
		padding: .8em 1.8em .8em .8em;
	}
	.linup_section ul>li:not(:last-child){
		margin-bottom: 2em;
	}
	.linup_section h4{
		font-size: 6vw;
	}
	.linup_section h4::after{
		border-right: 15vw solid transparent;
  border-left: 15vw solid transparent;
  border-top: 8vw solid #7D5D2A;
	}
	
	.linup_section .list-style02{
		flex-direction: row;
		padding:18vw 3vw 3vw;
	}
	.linup_section .list-style02 > li{
		width: 48%;
	}
	.linup_section .list-style02 > li figcaption ul{
		font-size: 4vw;
	}
	.linup_section .list-style02 > li figcaption ul > li{
		margin-bottom: 0;
	}
	.option_section .cardbox{
		width: 100%;
	}
	.option_section .cardbox>ul>li{
		width: 100%;
	}
	.option_section .cardbox+p{
		margin-top: 1em;
		width: 100%;
	}
	.c-flexbox-btw{
		flex-direction: column;
	}
	.spOnly h1{
		background: url(../../images/products/mini/main_sp_bg.png) no-repeat;
        background-size: cover;
        background-color: var(--main-color);
        height: 91vw;
	}
	.spOnly h1 svg {
        text-align: center;
        margin: auto;
        padding-top: 16.32vw;
        display: block;
        width: 68.64vw;
        height: 25vw;
        fill: #7D5D2A;
    }
}
@media print, screen and (max-width: 768px) {

}

