@charset "utf-8";
/* CSS Document */

/* vn__title__first */

#wrap_base_lp {
 font-family: 'Noto Serif JP', serif;
 line-height:1.8em;
 font-size:1.4em;
 width:100%;
margin:0 auto;
}

#wrap_base_lp .mb05{margin-bottom:.5em;}
#wrap_base_lp .mb1{margin-bottom:1em;}
#wrap_base_lp .mb2{margin-bottom:2em;}
#wrap_base_lp .mb3{margin-bottom:3em;}
#wrap_base_lp .bold{font-weight:bold !important;}
#wrap_base_lp .gold{color:#b88b3d;}
#wrap_base_lp .gre{color:#3f6d3e; font-weight:800;}
#wrap_base_lp .blue{color:#336389; font-weight:800;}
#wrap_base_lp .marker{background-color:#fff3bb;}
#wrap_base_lp .kome{font-size:0.6em; line-height:0.8em;}

#wrap_base_lp .pc	{ display:inline!important; }
#wrap_base_lp .mb	{ display:none!important; }


#wrap_base_lp img{
	vertical-align:bottom;
	display: block;
	}

#wrap_base_lp img.img-t{
	vertical-align:top;
}

#wrap_base_lp p, img, div {
	padding: 0;
	margin: 0;
}
#wrap_base_lp p,ul,li,dl,dt,dd,h1,h2{
	margin:0;
	padding:0;
	list-style:none;
}

#wrap_base_lp h1,h2{
	list-style:none;
	text-align: center;
}

#wrap_base_lp p{
	padding:1em 1em 1.5em;
	}

#wrap_base_lp .san{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1em;
	}

#wrap_base_lp h1{
	width:750px;
	position:relative;
	margin:0 auto 7em auto;
}

#wrap_base_lp h2{
	background-color: #c59e5a;
	margin-bottom:2em;
	}

#wrap_base_lp h2 img{
	margin:0 auto;
	height:90%;
}

#wrap_base_lp h3{
	margin-bottom:1.5em;
	display: flex;
  justify-content: center;
  align-items: center;
	}

#wrap_base_lp section{
	margin-bottom:4em;
	}

#wrap_base_lp .top_navi{
	position:absolute;
	display: flex;
	right: 2%;
    bottom:-15%;
	justify-content: space-evenly;
}

#wrap_base_lp .top_navi div{
	margin:.1em;
}

/* ---------------   step  ---------------*/

#wrap_base_lp #step div{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .5em;
	}

/* ---------------   lineup  ---------------*/

.accordion {
  margin-inline: auto;
  position: relative;
  width: 670px;
}
.accordion-item{
	margin-bottom: 2.5em;
}
.accordion-title {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  height:194px;
  margin-bottom: 2em;
}
.accordion-content {
  display: block;
}

.accordion-content img{
  width:90%;
	margin: 0 auto;
}

/* タイトルの背景 */
.accordion-item:nth-of-type(1) .accordion-title {
  background-image: url(img/lineup_btn_bihaku.png);
}
.accordion-item:nth-of-type(2) .accordion-title {
  background-image: url(img/lineup_btn_hari.png);
}
.accordion-item:nth-of-type(3) .accordion-title {
  background-image: url(img/lineup_btn_ageing.png);
}

/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 1em;
}
.accordion-title.open::after {
  top: 50%;
  transform: rotate(-45deg);
}

/* ---------------   volume  ---------------*/

#wrap_base_lp #volume .basic div{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
 }

#wrap_base_lp #volume .basic .btn img{
	width:80%;
	margin:0 auto 3em auto;
}

#wrap_base_lp #volume .spacial{
  background-color: #f6f4ee;
  padding: 2em 0;
 }

#wrap_base_lp #volume .spacial div{
  margin-bottom: 1em;
 }

#wrap_base_lp #volume .spacial .bihaku{
	position: relative;
	width:670px;
	margin:0 auto;
}

#wrap_base_lp #volume .spacial .bihaku .btn01{
	position: absolute;
	top:33%;
	right:7%;
}

#wrap_base_lp #volume .spacial .bihaku .btn02{
	position: absolute;
	bottom:29%;
	right:7%;
}

#wrap_base_lp #volume .spacial .bihaku .btn03{
	position: absolute;
	bottom:8%;
	right:7%;
}

#wrap_base_lp #volume .spacial .hari{
	position: relative;
	width:670px;
	margin:0 auto;
}

#wrap_base_lp #volume .spacial .hari .btn01{
	position: absolute;
	top:39%;
	right:7%;
}

#wrap_base_lp #volume .spacial .hari .btn02{
	position: absolute;
	bottom:10%;
	right:11%;
}

#wrap_base_lp #volume .spacial .ageing{
	position: relative;
	width:670px;
	margin:0 auto;
}

#wrap_base_lp #volume .spacial .ageing .btn01{
	position: absolute;
	bottom:16%;
	right:11%;
}

#wrap_base_lp #volume .spacial .kakusitsu{
	position: relative;
	width:670px;
	margin:0 auto;
}

#wrap_base_lp #volume .spacial .kakusitsu .btn01{
	position: absolute;
	top:59%;
	right:11%;
}

#wrap_base_lp #volume .bn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3em;
}

/*----------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:750px){

#wrap_base_lp {
	width:100%;
	margin:0 auto;
	font-family: 'Noto Serif JP', serif;
 line-height:1.8em;
 font-size:1.2em;
	}
#wrap_base_lp .san{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1em;
	line-height:1.6em;
	}

#wrap_base_lp img{
	width:100%;
	vertical-align:bottom;
	display: block;
	}
#wrap_base_lp .btn{
	width:90%;
	margin:0 auto;
	}

#wrap_base_lp .pc	{ display:none!important; }
#wrap_base_lp .mb	{ display:block!important; }

#wrap_base_lp h1{
	width:100%;
	position:relative;
	margin:0 auto 4em auto;
	}

#wrap_base_lp h2{
	margin-bottom:1.5em;
	}

#wrap_base_lp h3{
	justify-content: center;
	align-items: center;
	margin-bottom:1em;
	}
	
#wrap_base_lp section{
	margin-bottom:2em;
	}
	
#wrap_base_lp h3 img{
	width:90%;
	}

#wrap_base_lp .top_navi{
	position:absolute;
	display: flex;
	right: 0;
    bottom:-15%;
	justify-content: space-evenly;
}

#wrap_base_lp .top_navi div{
	margin:.1em;
}

	
/* ---------------   step  ---------------*/

#wrap_base_lp #step div{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .5em;
 }
	
#wrap_base_lp #step div img{
  width:90%;
 }

#wrap_base_lp #step .arrow img{
  width:10%;
	}

/* ---------------   lineup  ---------------*/

.accordion {
  margin-inline: auto;
  position: relative;
  width: 100%;
}
.accordion-item{
	margin-bottom: 2.5em;
}
.accordion-title {
  color: #fff;
  cursor: pointer;
  width: 100%;
  height:118px;
	margin-bottom: .5em;
}
.accordion-content {
  display: block;
  width: 92%;
  margin: 0 auto;
}
	
.accordion-content img{
  width:100%;
}

	
/* タイトルの背景 */
.accordion-item:nth-of-type(1) .accordion-title {
  background-image: url(img/lineup_btn_bihaku.png);
  background-size: 98%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion-item:nth-of-type(2) .accordion-title {
  background-image: url(img/lineup_btn_hari.png);
  background-size: 98%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion-item:nth-of-type(3) .accordion-title {
  background-image: url(img/lineup_btn_ageing.png);
  background-size: 98%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 1em;
}
.accordion-title.open::after {
  top: 50%;
  transform: rotate(-45deg);
}
	
/* ---------------   volume  ---------------*/

#wrap_base_lp #volume .basic div{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
 }

#wrap_base_lp #volume .basic .btn img{
	width:100%;
	margin:0 auto 1em auto;
}

#wrap_base_lp #volume .spacial{
  background-color: #f6f4ee;
  padding: 1em 0;
 }

#wrap_base_lp #volume .spacial div{
  margin-bottom: .2em;
 }

#wrap_base_lp #volume .spacial .bihaku{
	position: relative;
	width:90%;
	margin:0 auto;
}

#wrap_base_lp #volume .spacial .bihaku .btn01{
	position: absolute;
	width:40%;
	top:32%;
	right:6%;
}

#wrap_base_lp #volume .spacial .bihaku .btn02{
	position: absolute;
	width:40%;
	bottom:31%;
	right:6%;
}

#wrap_base_lp #volume .spacial .bihaku .btn03{
	position: absolute;
	width:40%;
	bottom:10%;
	right:6%;
}

#wrap_base_lp #volume .spacial .hari{
	position: relative;
	width:90%;
	margin:0 auto;
}

#wrap_base_lp #volume .spacial .hari .btn01{
	position: absolute;
	width:40%;
	top:38%;
	right:6%;
}

#wrap_base_lp #volume .spacial .hari .btn02{
	position: absolute;
	width:40%;
	bottom:12%;
	right:10%;
}

#wrap_base_lp #volume .spacial .ageing{
	position: relative;
	width:90%;
	margin:0 auto;
}

#wrap_base_lp #volume .spacial .ageing .btn01{
	position: absolute;
	width:40%;
	bottom:20%;
	right:10%;
}

#wrap_base_lp #volume .spacial .kakusitsu{
	position: relative;
	width:90%;
	margin:0 auto;
}

#wrap_base_lp #volume .spacial .kakusitsu .btn01{
	position: absolute;
	width:40%;
	top:58%;
	right:11%;
}

#wrap_base_lp #volume .bn{
  width:90%;
	margin: 0 auto 2em auto;
}


}