@charset "utf-8";
/* ==========================================================================
	 lineup
   ========================================================================== */

/*reset ================ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
table{
	border-spacing: 0;
}
fieldset,img{
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-weight: normal;
	font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
abbr,acronym{
	border: 0;
}
img{
	display: block;
}

/*common ================ */
#my-contents{
	width: 100vw;
	position: relative;
}

#page-lineup #my-contents{
	overflow-x: hidden;
}

/*lineup-heading ================ */
#lineup-heading{
 width: 100%;
 height: 440px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 background-color: #F0F7FF;
}
@media (min-width: 960px){
#lineup-heading{
 height: 66vh;
}
}

#lineup-heading.mariana{
	background-image: url(https://gigaplus.makeshop.jp/neobri01/pv-lineup-a-3-sp.jpg);
}
@media (min-width: 960px){
#lineup-heading.mariana{
	background-image: url(https://gigaplus.makeshop.jp/neobri01/pv-lineup-a-3.jpg);
}
}

#lineup-heading.corigris{
	background-image: url(https://gigaplus.makeshop.jp/neobri01/pv-lineup-b-sp.jpg);
}
@media (min-width: 960px){
#lineup-heading.corigris{
	background-image: url(https://gigaplus.makeshop.jp/neobri01/pv-lineup-b.jpg);
}
}

#lineup-heading.mimikaki{
	background-image: url(https://gigaplus.makeshop.jp/neobri01/pv-lineup-c-sp.jpg);
}
@media (min-width: 960px){
#lineup-heading.mimikaki{
	background-image: url(https://gigaplus.makeshop.jp/neobri01/pv-lineup-c.jpg);
}
}

#lineup-heading .head-block{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-position: center;
}

#lineup-heading .logo-product img{
 width: 180px;
 height: auto;
 display: block;
 margin: 16px 0 0 0;
}
@media (min-width: 960px){
#lineup-heading .logo-product img{
 width: 230px;
 margin: 40px 0 0 0;
}
}

#lineup-heading h2.page-title{
 color: #9f9a9a;
 width: 110px;
 height: 28px;
 font-size: 19px;
 font-family: "Lexend Giga", sans-serif;
 font-family: "Literata", serif;
 font-weight: 300;
 transform: scaleX(1.18);
 letter-spacing: 0.05em;
 line-height: 1;
 text-align: center;
 display: flex;
 align-items: center;
 justify-content: center;
 background-color: #FFF;
 padding-bottom: 1px;
 margin: 22px 0 0 0;
}
@media (min-width: 960px){
#lineup-heading h2.page-title{
 width: 146px;
 height: 34px;
 font-size: 20px;
 margin: 22px 0 0 0;
}
}

/*section-head ================ */
#page-lineup .section-head-block{
	width: 100%;
}

#page-lineup .section-head-block .head-en{
	color: #9f9a9a;
	color: #2C77C4;
	font-size: 26px;
	font-family: "Literata", serif;
	font-weight: 300;
	transform: scaleX(1.18);
	letter-spacing: 0.14em;
	line-height: 1;
	text-align: center;
}
@media (min-width: 960px){
#page-lineup .section-head-block .head-en{
	font-size: 38px;
}
}

/*lineup-cat ================ */
#lineup-cat ul.cat-list{
	width: 94%;
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	border-top: 1px solid #99999F;
	border-bottom: 1px solid #99999F;
	margin: 0 auto;
}
@media (min-width: 960px){
#lineup-cat ul.cat-list{
	width: 100%;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
}

#lineup-cat ul.cat-list li{
	width: 100%;
	box-sizing: border-box;
}
@media (min-width: 960px){
#lineup-cat ul.cat-list li{
	width: 33.33%;
}
}

#lineup-cat ul li:nth-child(1),
#lineup-cat ul li:nth-child(2){
	border-right: 1px solid #99999F;
}

#lineup-cat ul li a{
	color: #4A4A4D;
	width: 100%;
	font-size: 14px;
	font-size: 12px;
	font-family: "Zen Old Mincho", serif;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	justify-content: center;
	transition: all .2s ease;
	box-sizing: border-box;
	padding: 12px 0 13px 0;
	padding: 18px 0 19px 0;
}
@media (min-width: 960px){
#lineup-cat ul li a{
	font-size: 14px;
	letter-spacing: 0.16em;
	justify-content: center;
	padding: 19px 0 20px 0;
}
}

#lineup-cat ul li.mariana.current a,
#lineup-cat ul li.mariana a:hover{
	color: #FFF;
	background-color: #008fc5;
	background-color: #65bbdc;
}

#lineup-cat ul li.corigris.current a,
#lineup-cat ul li.corigris a:hover{
	color: #FFF;
	background-color: #8e8e90;
	background-color: #bfbfc0;
}

#lineup-cat ul li.mimikaki.current a,
#lineup-cat ul li.mimikaki a:hover{
	color: #FFF;
	background-color: #f348a3;
	background-color: #f896ca;
}

/*lineup-about ================ */
#lineup-about .head{
	font-size: 18px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.06em;
	text-align: center;
}
@media (min-width: 960px){
#lineup-about .head{
	font-size: 23.5px;
	letter-spacing: 0.10em;
}
}

#lineup-about .article,
#lineup-movie .article,
#lineup-feature .article{
	font-size: 14.5px;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.06em;
	line-height: 1.8;
	text-align: justify;
}
@media (min-width: 960px){
#lineup-about .article,
#lineup-movie .article,
#lineup-feature .article{
	font-size: 16.5px;
	letter-spacing: 0.08em;
	line-height: 2.0;
	text-align: center;
}
}

#lineup-about .note,
#lineup-movie .note,
#lineup-feature .note{
	font-size: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

#lineup-about .point-list li{
	width: 100%;
	font-size: 13.5px;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.02em;
	line-height: 1.6;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #99999F;
	position: relative;
	box-sizing: border-box;
	padding: 7px 0 7px 10px;
	margin: 5px auto 0;
}
@media (min-width: 960px){
#lineup-about .point-list li{
	width: 630px;
	font-size: 16px;
	letter-spacing: 0.08em;
	text-align: center;
	padding: 7px 0;
	margin: 6px auto 0;
}
}

#lineup-about .point-list li::after{
	content: "";
	width: 14px;
	height: 14px;
	background-image: url(https://gigaplus.makeshop.jp/neobri01/icon-check.svg);
  background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  position: absolute;
	top: 50%;
	left: 10px;
	margin: -7px 0 0 0;
}
@media (min-width: 960px){
#lineup-about .point-list li::after{
	left: 20px;
	margin: -7px 0 0 0;
}
}

/*lineup-info ================ */
#lineup-info .info-wrap{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #2C77C4;
	box-sizing: border-box;
	padding: 22px 24px 20px 24px;
	margin: 0 auto;
}
@media (min-width: 960px){
#lineup-info .info-wrap{
	height: 100px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 0;
}
}

#lineup-info .article{
	color: #FFF;
	font-size: 15.0px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.12em;
	line-height: 1.7;
	text-align: justify;
}
@media (min-width: 960px){
#lineup-info .article{
	font-size: 16px;
	letter-spacing: 0.12em;
	line-height: 1.7;
	text-align: left;
}
}

#lineup-info .article span{
	text-decoration: underline;
	text-decoration-color: #2C77C4;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.1em;
}

#lineup-info img{
	width: 34px;
	height: auto;
	display: block;
	margin: 0 0 10px 0;
}
@media (min-width: 960px){
#lineup-info img{
	width: 40px;
	margin: 0 34px 0 6px;
}
}

/*point-list-mimikaki ================ */
#lineup-about .point-list-mimikaki{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
@media (min-width: 960px){
#lineup-about .point-list-mimikaki{
	justify-content: center;
}
}

#lineup-about .point-list-mimikaki li{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
}
@media (min-width: 960px){
#lineup-about .point-list-mimikaki li{
	width: 130px;
	margin: 0 15px;
}
}

#lineup-about .point-list-mimikaki img{
	width: 80px;
	height: auto;
	border-radius: 50%;
	overflow: hidden;
}
@media (min-width: 960px){
#lineup-about .point-list-mimikaki img{
	width: 120px;
}
}

#lineup-about .point-list-mimikaki .article{
	font-size: 12.5px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 200;
	letter-spacing: 0.02em;
	line-height: 1;
	text-align: center;
	margin: 8px 0 0 0;
}
@media (min-width: 960px){
#lineup-about .point-list-mimikaki .article{
	font-size: 15.5px;
	letter-spacing: 0.08em;
	margin: 13px 0 0 0;
}
}

/*lineup-item ================ */
#lineup .wrap.w-1000{
	width: 100%;
	padding: 0 8vw;
}
@media (min-width: 960px){
#lineup .wrap.w-1000{
	width: 1000px;
	padding: 0;
}
}

#lineup ul.items-list{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

#lineup ul.items-list li{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
	border-bottom: 1px solid #EEE;
	padding-bottom: 35px;
	margin-bottom: 35px;
}
@media (min-width: 960px){
#lineup ul.items-list li{
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
}

#lineup ul.items-list li:last-of-type{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#lineup ul.items-list li .thumb{
	width: 100%;
	height: auto;
	border: 1px solid #EEE;
	box-sizing: border-box;
}
@media (min-width: 960px){
#lineup ul.items-list li .thumb{
	width: 38.0%;
	box-sizing: border-box;
}
}

#lineup ul.items-list li .thumb img{
	width: 100%;
	height: auto;
	display: block;
}

#lineup ul.items-list li .text-block{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
	margin: 25px 0 0 0;
}
@media (min-width: 960px){
#lineup ul.items-list li .text-block{
	width: 51%;
	margin: 15px 0 0 0;
}
}

#lineup ul.items-list li .item-name{
	font-size: 15px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.14em;
	line-height: 1.6;
}
@media (min-width: 960px){
#lineup ul.items-list li .item-name{
	font-size: 18px;
	letter-spacing: 0.18em;
}
}

#lineup ul.items-list li .tag-wrap{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 10px 0 0 0;
}
@media (min-width: 960px){
#lineup ul.items-list li .tag-wrap{
	margin: 12px 0 0 0;
}
}

#lineup ul.items-list li .tag{
	font-size: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.10em;
	line-height: 1;
	border: 1px solid #aaacb2;
	box-sizing: border-box;
	padding: 3px 4px 3px 5px;
	margin: 0 5px 0 0;
}
@media (min-width: 960px){
#lineup ul.items-list li .tag{
	font-size: 12px;
	letter-spacing: 0.12em;
	padding: 4px 7px 4px 9px;
}
}

#lineup ul.items-list li .article{
	font-size: 14.5px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7;
	margin: 24px 0 0 0;
}
@media (min-width: 960px){
#lineup ul.items-list li .article{
	font-size: 16.5px;
	line-height: 1.9;
	letter-spacing: 0.08em;
	margin: 40px 0 0 0;
}
}

#lineup ul.items-list li .spec{
	width: 100%;
	border-top: 1px solid #aaacb2;
	border-bottom: 1px solid #aaacb2;
	padding: 10px 0;
	margin: 20px 0 0 0;
}
@media (min-width: 960px){
#lineup ul.items-list li .spec{
	padding: 12px 0;
	margin: 24px 0 0 0;
}
}

#lineup ul.items-list li .spec .article{
	width: 100%;
	font-size: 13px;
	font-family: "Zen Old Mincho", serif;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.3;
	position: relative;
	box-sizing: border-box;
	margin: 0 0 0 1.2em;
}
@media (min-width: 960px){
#lineup ul.items-list li .spec .article{
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
}

#lineup ul.items-list li .spec .article::after{
	content: "・";
  position: absolute;
	top: 0.1em;
	left: -1.2em;
	font-weight: 700;
}

#lineup ul.items-list li .btn-wrap{
	width: 100%;
	margin: 20px 0 0 0;
}
@media (min-width: 960px){
#lineup ul.items-list li .btn-wrap{
	width: 100%;
	margin: 34px 0 0 0;
}
}

#lineup ul.items-list li .bay-btn a{
	color: #FFF;
	width: 100%;
	height: 52px;
	font-size: 16px;
	font-family: "Lexend Giga", sans-serif;
	font-weight: 400;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	background-color: #aaacb2;
	transition: all 0.2s ease;
}
@media (min-width: 960px){
#lineup ul.items-list li .bay-btn a{
	height: 60px;
	font-size: 16px;
}
}

#lineup ul.items-list li .bay-btn a:hover{
	opacity: 0.8;
}

#lineup ul.items-list li .bay-btn a img{
	width:20px;
	height: auto;
	display: block;
	margin: 0 12px 0 -14px;
}

/*lineup-movie ================ */
#lineup-movie{
	width: 100%;
}

#lineup-movie .movie{
	box-sizing: border-box;
}

#lineup-movie .movie iframe{
  width: 100%;
  height: auto;
  display: block;
	box-sizing: border-box;
  aspect-ratio: 16 / 9;
}
@media (min-width: 960px){
#lineup-movie .movie iframe{
	width: 700px;
	margin: 0 auto;
}
}

/*lineup-feature ================ */
#lineup-feature{
	padding: 0 0 60px 0;
}
@media (min-width: 960px){
#lineup-feature{
	padding: 0 0 120px 0;
}
}

#lineup-feature .text-head-block{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#lineup-feature .text-head-block h3.head{
	font-size: 18px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1.5;
}
@media (min-width: 960px){
#lineup-feature .text-head-block h3.head{
	font-size: 23px;
}
}

.feature-list .card{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	border: 1px solid #DDD;
	box-sizing: border-box;
	padding: 30px 20px 28px;
}
@media (min-width: 960px){
.feature-list .card{
	align-items: flex-start;
	padding: 40px 50px 38px;
}
}

.feature-list .card.feature-a{
}
@media (min-width: 960px){
.feature-list .card.feature-a{
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
}
}

.feature-list .card.feature-b{
}
@media (min-width: 960px){
.feature-list .card.feature-b{
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
}

.feature-list .card .text-block{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
}

.feature-list .card.feature-a .text-block{
	width: 100%;
}
@media (min-width: 960px){
.feature-list .card.feature-a .text-block{
	width: 74%;
}
}

.feature-list .card.feature-b .text-block{
	width: 100%;
}
@media (min-width: 960px){
.feature-list .card.feature-b .text-block{
	width: 54%;
}
}

.feature-list .card h4.head{
	width: 100%;
	font-size: 18px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-align: center;
}
@media (min-width: 960px){
.feature-list .card h4.head{
	font-size: 22px;
	text-align: left;
}
}

.feature-list .card .head-sub{
	width: 100%;
	font-size: 15px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-align: center;
}
@media (min-width: 960px){
.feature-list .card .head-sub{
	font-size: 18px;
	letter-spacing: 0.08em;
	text-align: left;
}
}

.feature-list .card.feature-a .text,
.feature-list .card.feature-b .text{
	font-size: 14px;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.06em;
	line-height: 1.8;
	text-align: justify;
}
@media (min-width: 960px){
.feature-list .card.feature-a .text,
.feature-list .card.feature-b .text{
	letter-spacing: 0.08em;
	line-height: 1.8;
}
}

.feature-list .card.feature-a .thumb{
	width: 36%;
	height: auto;
	border-radius: 50%;
	overflow: hidden;
}
@media (min-width: 960px){
.feature-list .card.feature-a .thumb{
	width: 20%;
}
}

.feature-list .card.feature-b .thumb{
	width: 100%;
	height: auto;
	position: relative;
}
@media (min-width: 960px){
.feature-list .card.feature-b .thumb{
	width: 40%;
}
}

.feature-list img{
	width: 100%;
	height: auto;
	display: block;
}

.feature-list .card.feature-b .thumb img{
	border-radius: 2px;
	overflow: hidden;
}

.feature-list .card .thumb .note{
	position: absolute;
	bottom: -17px;
	right: 0px;
}
@media (min-width: 960px){
.feature-list .card .thumb .note{
	bottom: 3px;
	right: 4px;
}
}

.feature-list .card.feature-c{
	position: relative;
}

.feature-list .card.feature-c ul.material-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
@media (min-width: 960px){
.feature-list .card.feature-c ul.material-list{
	justify-content: center;
	justify-content: space-between;
}
}

.feature-list .card.feature-c .note2{
	display: block;
	font-size: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	line-height: 2.0;
	letter-spacing: 0.02em;
}

.feature-list .card.feature-c .note{
	position: absolute;
	bottom: -19px;
	right: 0px;
}
@media (min-width: 960px){
.feature-list .card.feature-c .note{
	bottom: 30px;
	right: 40px;
}
}

/*material-mariana */
.feature-list .card.feature-c ul.material-mariana li{
	width: 48%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 960px){
.feature-list .card.feature-c ul.material-mariana li{
	width: 21.5%;
	margin: 0 4px;
}
}

/*material-corigris */
.feature-list .card.feature-c ul.material-corigris li{
	width: 48%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 960px){
.feature-list .card.feature-c ul.material-corigris li{
	width: 16%;
	margin: 0 4px;
}
}

.feature-list .card.feature-c li:nth-child(1),
.feature-list .card.feature-c li:nth-child(3),
.feature-list .card.feature-c li:nth-child(5),
.feature-list .card.feature-c li:nth-child(7){
	margin: 0 0 0 0;
}
@media (min-width: 960px){
.feature-list .card.feature-c li:nth-child(1),
.feature-list .card.feature-c li:nth-child(3),
.feature-list .card.feature-c li:nth-child(5),
.feature-list .card.feature-c li:nth-child(7){
	margin: 0 15px;
}
}

#lineup-feature .feature-list .card.feature-c img{
	width: 66px;
	height: auto;
	border-radius: 50%;
	overflow: hidden;
}
@media (min-width: 960px){
#lineup-feature .feature-list .card.feature-c img{
	width: 76px;
}
}

#lineup-feature .feature-list .card.feature-c li .head{
	font-size: 13px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.08em;
	line-height: 1.45;
	text-align: center;
	margin: 8px 0 0 0;
}
@media (min-width: 960px){
#lineup-feature .feature-list .card.feature-c li .head{
	font-size: 13.5px;
	letter-spacing: 0.12em;
	margin: 10px 0 0 0;
}
}

#lineup-feature .feature-list .card.feature-c li .text{
	font-size: 13px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 200;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: justify;
	margin: 6px 0 0 0;
}
@media (min-width: 960px){
#lineup-feature .feature-list .card.feature-c li .text{
	font-size: 13px;
	letter-spacing: 0.06em;
	text-align: justify;
	margin: 8px 0 0 0;
}
}
