@charset "UTF-8";
/* CSS Document */
@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

/* nomal */
@font-face {
    font-family: 'exfont';
    src: url('font/circle-mplus-1c-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* bold */
@font-face {
    font-family: 'exfont';
    src: url('font/circle-mplus-1c-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/* Heavy */
@font-face {
    font-family: 'exfont';
    src: url('font/circle-mplus-1c-heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* 
------------------------------------------------------------------------------------------------------------------------
Set out
------------------------------------------------------------------------------------------------------------------------
*/

*:not(select):not(input), *:before, *:after {
    margin: 0;
    padding: 0;
	border: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html, body {
	width:100%;
	margin:0;
	padding:0;
}
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
.clear {
	clear:both;
}

img {
	max-width:100%;
	height:auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
a {
	text-decoration:none;
	color:#007BC2;
	transition:.3s;
	-o-transform: rotate(0.05deg);
 -ms-transform: rotate(0.05deg);
 -moz-transform: rotate(0.05deg);
 -webkit-transform: rotate(0.05deg);
 transform: rotate(0.05deg);
}
a:hover {opacity:0.7; transition:.3s;}
a:hover img {opacity:0.7; transition:.3s;}
/*h1 a:hover img {opacity:1;}*/

h1,h4,h5,h6 {
	font-weight:normal;
	letter-spacing:normal;
    line-height: 1.3;
}

h2{
	font-size:49px;
	color:#000;
	text-align:center;
}


li {list-style-type:none;}

.align {
	text-align:center;
}
.align_left {
	text-align:left;
}
.align_right {
	text-align:right;
}

.bold {
	font-weight:bold;
}
.font_s {
	font-size:12px;
}

.btn a {
	display:inline-block;
	background:#007BC2;
	color:#fff;
	padding:8px 60px;
	border-radius:6px;
}
.btn a:hover {
	opacity:0.7;
}

.mb5 {margin-bottom:5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb30 {margin-bottom:30px!important;}
.mb40 {margin-bottom:40px!important;}
.mb50 {margin-bottom:50px!important;}
.mb60 {margin-bottom:60px!important;}
.mb70 {margin-bottom:70px!important;}
.mb80 {margin-bottom:80px!important;}
.mb90 {margin-bottom:90px!important;}
.mb100 {margin-bottom:100px!important;}

.pt20 {padding-top:20px;}
.pt50 {padding-top:50px;}
.pt100 {padding-top:100px;}
.pt150 {padding-top:150px;}
.pt200 {padding-top:200px;}
.pt180 {padding-top:180px;}
.pt230 {padding-top:230px;}
.clear {clear: both;}
.center{text-align:center;}
.small {
	font-size:14px;
}

li{list-style-type:none;}

.wrapper {
	width:85%;
	max-width:1200px;
	margin:auto;
}

.wrapper_l {
	width:100%;
	max-width:1200px;
	margin:auto;
}

@media screen and (max-width:834px) {

	h2{
		font-size:28.5px;
		color:#000;
		text-align:center;
	}

}

/* ------------------------
	body & base setting
------------------------ */
body{
  -webkit-text-size-adjust:none;
	line-height:1.5;
	font-size:16px;
	font-family: 'exfont', sans-serif;
	font-smoothing:subpixel-antialiased;
	color: #251e1c;
	background:#fff;
	overflow-x:hidden;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}

dt a:hover img, li a:hover img,
p a:hover img{
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	opacity: 0.8;
}

.btOrder {
	text-align: center;
	margin:0 auto 150px auto;
}

.btOrder a {
	padding: 13px 0;
	margin: auto;
	border:1px solid #e95411;
	line-height:1;
	color:#e95411;
	font-size:22px;
	font-weight: bold;
	transition:.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	width:320px;
}

.btOrder a img {
	margin-right:7px;
	width: 28px;
	height: 28px;
	vertical-align:middle;
}
.btOrder a:hover {
	background-color:#faf0eb;
	opacity: 1.0;
	transition:.3s;
}

.in{display:none;}

@media screen and (max-width:834px) {

	.btOrder a {
		width:280px;
		font-size:21px;
	}
	.btOrder a img {
		width: 24px;
		height: 24px;
	}

    .out{display: none;}
    .in{display:block;}

}

/* 
------------------------------------------------------------------------------------------------------------------------
header
------------------------------------------------------------------------------------------------------------------------
*/
header{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:120px;
  background: rgba(255,255,255,0.0);
	margin: 0;
	transition: 0.5s ;
	z-index: 7777;
}
header.scroll{
  background: rgba(255,255,255,0.8);
	height:90px;
}

header .headInner {
	width:95%;
	position: relative;
	padding-bottom:15px;
	margin:0 auto;
}

header .headInner h1.headDomain{
	float: left;
	padding-top:22px;
	color:#fff;
}

header .headInner h1.headDomain img{
	width:auto;
	height:85px;
	margin-bottom:5px;
	vertical-align: -3px;
	transition: 0.5s ;
}

header.scroll .headInner h1.headDomain img{
	height:41px;
}
header .headNavi {
	float: right;
	margin: 0px 0 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	transition: 0.5s ;
}
header.scroll .headNavi {
	margin: 0px 0 0 auto;
}
header .headNavi li{
	color:#fff;
	text-align: center;
	padding: 10px 20px;
	line-height: 1.4;
}
header .headNavi li.sns{
	padding-left: 20px;
}
header .headNavi li.sns div.headSns{
	display: flex;
	align-items: center;
}
header .headNavi li.sns div.headSns {
	margin:0 20px;
}
header .headNavi li.sns div.headSns {
	margin-right:10px;
	padding-right:20px;
}
header .headNavi li.sns div.headSns img{
	height:32px!important;
}
header .headNavi li.sns div.headSns a:nth-child(2) {
	border-left:1px solid #fff;
	margin-left:40px;
	padding-left:40px;
}
header .headNavi li.sns div.headSns a:last-child {
	margin-left:40px;
}
header .headNavi li.sns div.headSns a:first-child img{
	height:63px!important;
}
header .headNavi li a{
	color:#fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header.scroll .headNavi li a{
	color:#4d4d4d;
}

header ul.headNavi li a:hover{
	opacity: 0.8!important;
}

header.scroll .headNavi li.brandMenu:hover ul.headBrandNavi li a{
	display: block;
}

header.scroll .headNavi li.sns div.headSns a:nth-child(2) {
	border-left:1px solid #000;
}

header .headContact {
	float: right;
	text-align: center;
	font-size:14px;
}

header .headContact a{
	width:86px;
	height:86px;
	display: block;
	transition: transform .3s;
}

header .headContact a img{
	width:86px;
	height:86px;
}

header .headContact a:hover{
	opacity: 0.7;
}
header .headNavi li.gmenu a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
	transition: transform .3s;
}
header .headNavi li a:hover::after {
  transform: scale(1, 1);
}
header.scroll .headNavi li a::after {
  background: #4d4d4d;
}
div.headSnsSP{
	display: none;
}
#toggle {
	display: none;
}
.spNavi {
	display: none;
}

@media screen and (max-width:1380px){

	header{
		height:70px;
		position: fixed;
	}
	header.scroll{
		height:70px;
	}
	header .headInner {
		width:90%;
	}
	header .headInner h1.headDomain{
		width:80%;
		padding-top:0px;
		font-size:12px;
	}
	header .headDomain img{
		height:52px!important;
		margin-top: 15px;
	vertical-align:-100%!important;
	}

	header .headNavi {
		display: none;
	}


	header .headContact {
		display: none;
	}

	div.headSnsSP{
		position: absolute;
		top:30px;
		right:50px;
		display: flex;
		align-items: center;
		z-index:8888;
	}
	div.headSnsSp {
		margin:0 20px;
	}
	div.headSnsSp img{
		height:24px!important;
	}
	div.headSnsSp a:last-child {
		margin-left:20px;
	}

	/* ハンバーガーメニュー */
	#toggle {
		display:block;
		position:absolute;
		top:0;
		right:0px;
		width:70px;
		height:70px;
		color: #fff;
		z-index:7778;
		padding-top:32px;
		padding-left:22px;
	}


	.menu-trigger,
	.menu-trigger span {
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 27px;
		height: 27px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		border-radius: 1px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 8px;
	}
	.menu-trigger span:nth-of-type(3) {
		top: 16px;
	}
	.menu-trigger p {
		position: absolute;
		font-size:13.5px;
		top: 27px;
	}
	.menu-trigger span:nth-of-type(2)::after {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background-color: #fff;
		border-radius: 1px;
		transition: all .4s;
	}
	.menu-trigger.active {
		margin-top:0px;
		width: 24px;
		height: 26px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		transform: translateY(20px) scale(0);
	}
	.menu-trigger.active span:nth-of-type(2) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2)::after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
		transform: translateY(-20px) scale(0);
	}
	
	header.scroll .menu-trigger span {
		background-color: #4d4d4d;
	}

	header.scroll .menu-trigger span:nth-of-type(2)::after {
		background-color: #4d4d4d;
	}

	.spNavi {
		position: fixed;
		z-index: 999;
		top:0;
		left:0;
		width:100%;
		background-color: #e95411;
		color:#fff;
	}
	
	p.naviLogo{
		width:80%;
		padding-top:0px;
		padding-left:5%;
	}
	p.naviLogo img{
		height:35px!important;
		margin-top: 15px;
	vertical-align:-100%!important;
	}

	.spNavi ul {
		margin-top:20px;
	}

	.spNavi a {
		color:#fff;
		display: block;
	}

	.spNavi ul li{
		text-align:left!important;
		font-size:16px;
		line-height: 70px;
	}

	.spNavi ul li a{
		padding:0 40px;
	}

	.spNavi ul li a::after {
		content: ' >';
	}
}


/* 
------------------------------------------------------------------------------------------------------------------------
mainV
------------------------------------------------------------------------------------------------------------------------
*/

div#mainV {
	width:100%;
	height: 100vh;
	position: fixed;
	top:0;
	left:0;
	overflow: hidden;
	margin-bottom:200px;
	z-index: 888;
}
div.mainVbottom {
	display: none;
}
div#mainV.topMain {
	margin-top:0;
}

div#mainV.topMain ul.slider li {
	position:relative;
	background-size: cover;
	background-position: center;
}

div#mainV.topMain ul.slider li div.cInner {
	width:calc((100vh - 300px) * 0.8);
	max-width:35%;
	position:absolute;
	left:10%;
	bottom:50%;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	z-index: 999;
}

div#mainV.topMain ul.slider li div.cInner p.slideCopy {
	margin-bottom:60px;
}

div#mainV.topMain ul.slider li div.cInner p.slideCopy img {
	width:90%;
	margin: auto;
}

div#mainV.topMain ul.slider li div.cInner p.slideLogo img {
	width:67%;
	margin: auto;
}


@media screen and (max-width:834px){
	div#mainV {
		height: calc(100vh - 150px);
		margin-bottom:0px;
	}
	div.mainVbottom {
		display: block;
		background: #000;
		margin-bottom:200px;
		padding: 15px;
		text-align: center;
	}
	div.mainVbottom img {
		width:auto;
		height: 130px;
	}

	div#mainV.topMain ul.slider li {
		background-repeat: no-repeat;
		background-size: cover;
		background-position:top center;
		background-color: #000;
	}

	div#mainV.topMain ul.slider li div.cInner {
		width:80%;
		max-width:320px;
		position:absolute;
		bottom:40px;
		height:calc(100vh - 160px);
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		display: flex;
		flex-flow: column;
		flex-wrap: wrap;
		justify-content:space-between;
		margin: auto;
	}

	div#mainV.topMain ul.slider li div.cInner p.slideCopy img {
		width:100%;
	}

	div#mainV.topMain ul.slider li div.cInner p.slideCopy {
		margin-bottom:0;
	}

}


div.mainContent {
	margin-top: 100vh;
	padding-top:120px;
	background: #fff;
	position: relative;
	z-index: 1000;
}

div.concept p.conceptImg{
	text-align: center;
	margin-bottom:75px;
}

div.concept p.conceptImg img{
	width:120px;
}

div.concept p.conceptTxt {
	margin-top: 40px;
	line-height: 2.8;
	font-size:24px;
	text-align: center;
	-o-transform: rotate(0.05deg);
 -ms-transform: rotate(0.05deg);
 -moz-transform: rotate(0.05deg);
 -webkit-transform: rotate(0.05deg);
 transform: rotate(0.05deg);
}

div.concept ul {
	display: flex;
	justify-content: center;
	margin: 70px auto 100px auto;
	width:100%;
	max-width: 450px;
}

div.concept ul li:first-child {
	padding-right:40px; 
}

div.concept ul li:last-child {
	padding-left:40px; 
}

div.middle {
	margin-top:150px;
}

.block {
  width: 100%;
  height: calc(100vh);
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
	background-size: cover;
	background-position: center bottom;
}

.block_cap {
  width: 90%;
  height: 80px;
  margin: auto auto 40px auto;
	display: flex;
	align-items:flex-start;
	justify-content: flex-end;
	font-size:12px;
	color:#fff;
}

p.btBlock {
	text-align: center;
	margin-top:20px;
}
p.popLink {
	display: none;
}
p.btBlock a {
	background: #999;
	padding: 6px 12px;
	color:#fff;
	-o-transform: rotate(0.05deg);
 -ms-transform: rotate(0.05deg);
 -moz-transform: rotate(0.05deg);
 -webkit-transform: rotate(0.05deg);
 transform: rotate(0.05deg);
}

.block_middle {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width:80%;
	max-width: 1200px;
	height:calc(100vh - 80px);
	margin: 0 auto 0 auto;
	padding-top:100px;
}

.block_middle img {
	width:auto!important;
	height:calc(100vh - 200px);
	object-fit: contain;
}

.block_left {
	display: flex;
	align-items: flex-start;
	align-content: center;
	flex-direction: column;
	width:90%;
	height:calc(100vh - 80px);
	margin: 0 auto 0 10%;
	padding-top:100px;
}

.block_left .btBlock {
	text-align: center;
}

.block_left img {
	width:auto!important;
	height:68%;
}

.block_right {
	display: flex;
	align-items: flex-end;
	align-content: center;
	flex-direction: column;
	width:90%;
	height:calc(100vh - 80px);
	margin: 0 10% 0 auto;
	padding-top:80px;
}

.block_right img {
	width:auto!important;
	height:72%;
}

.block_twice {
	display: flex;
	justify-content:center;
	width:80%;
	height:calc(100vh - 80px);
	margin: 0 auto 0 auto;
	padding-top:120px;
}

.block_twice ul {
	width:100%;
	display: flex;
	justify-content:space-between;
	align-items:flex-start;
	height:90%;
}

.block_twice img {
	display: block;
	width:auto!important;
	height: 85%;
  object-fit: contain;
}

.popupWindow {
	display: none;
	position: fixed;
	width:95%;
	height:95vh;
	top:2.5vh;
	left:2.5%;
	background:rgba(0,0,0,0.9);
	z-index: 99999;
}
.popupInner {
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:95vh;
}
.popupWindow p.closeBtn {
	position: fixed;
	width:30px;
	height:30px;
	top:5vh;
	right:5vw;
}
.popupWindow img {
	width:90%;
}

@media screen and (max-width:834px){

	div.mainContent {
		margin-top: calc(100vh - 150px);
		padding-top:0px;
	}

	div.concept p.conceptTxt {
		line-height: 2.0;
		font-size:16px;
	}

	div.concept ul {
		margin: 70px auto 70px auto;
	}

	div.concept ul li:first-child {
		padding-right:15px; 
	}

	div.concept ul li:last-child {
		padding-left:15px; 
	}
	
	div.blockInner {
		position: relative;
		height:100vh;
	}
	.block_cap {
		position: absolute;
		justify-content: flex-start;
		bottom:15px;
		left:5%;
	}
	.block_middle {
		display: block;
		padding-top:80px;
		width:90%;
		height:calc(60vh + 20px);
		text-align: center;
	}
	
	p.popLink {
		display: block;
		margin-bottom:40px;
		text-align: center;
	}
	
	p.popLink img {
		width:60%!important;
		height:auto!important;
	}

	.block_middle img {
		width:auto;
		height:calc(60vh);
	}

}

div.lineup {
	margin-top:150px;
}

div.lineup p.lineupImg{
	text-align: center;
	margin-bottom:75px;
}

div.lineup p.lineupImg img{
	width:120px;
}

div.lineup ul.lineupCon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.lineup ul.lineupCon li {
	width:47%;
}

div.lineup ul.lineupCon li h3 {
	text-align: center;
	font-size:31px;
	font-weight: bold;
	padding-bottom:15px;
	border-bottom:1px solid #000;
	margin-bottom:30px;
}

div.lineup ul.lineupCon li p.lineupLogo {
	text-align: center;
	margin-bottom:40px;
}

div.lineup ul.lineupCon li p.lineupLogo img {
	width: 215px;
}

div.lineup ul.lineupDetail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: column-reverse;
	margin-bottom:40px;
}

div.lineup ul.lineupDetail li {
	font-size:14px;
	-o-transform: rotate(0.05deg);
 -ms-transform: rotate(0.05deg);
 -moz-transform: rotate(0.05deg);
 -webkit-transform: rotate(0.05deg);
 transform: rotate(0.05deg);
}

div.lineup ul.lineupDetail li {
	width:100%;
	padding: 30px 0;
	border-bottom:1px solid #707070;
}

div.lineup ul.lineupDetail li:last-child {
	text-align: center;
}

div.lineup ul.lineupDetail li:last-child img {
	width:auto!important;
	height:300px;
}

div.lineup ul.lineupDetail li p.buyBtn {
	text-align: center;
	margin-top:20px;
}

div.lineup ul.lineupDetail li p.buyBtn img {
	width: 90%!important;
	max-width:310px!important;
	height: auto!important;
}

div.lineup ul.lineupDetail li dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div.lineup ul.lineupDetail li dl dt {
	width:27%;
	text-align: center;
	font-size: 22px;
}

div.lineup ul.lineupDetail li dl dd {
	width:72%;
	font-size: 18px;
}

div.lineup ul.lineupCon li p.lineupZu {
	padding:0 3% 40px 3%;
}

div.lineup ul.lineupCauSp {
	display: none;
}

div.lineup ul.lineupCauPc {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	padding: 20px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin-bottom:150px;
}

div.lineup ul.lineupCauPc li.lineupCauBan {
	font-size:16px;
	color:#fff;
	background: #e95411;
	padding: 15px 25px;
	text-align: center;
	white-space:nowrap;
}

div.lineup ul.lineupCauPc li.lineupCauP01 {
	padding-left:5px;
	padding-right:30px;
}

div.lineup ul.lineupCauPc li.lineupCauP01 img {
	width:auto!important;
	height:105px!important;
}

div.lineup ul.lineupCauPc li.lineupCauP02 {
	padding-right:15px;
	font-size: 13px;
	-o-transform: rotate(0.05deg);
 -ms-transform: rotate(0.05deg);
 -moz-transform: rotate(0.05deg);
 -webkit-transform: rotate(0.05deg);
 transform: rotate(0.05deg);
}

div.lineup ul.lineupCauPc li.lineupCauP02 img {
	width:auto!important;
	height:40px!important;
	margin-top:8px;
}

div.lineup ul.lineupCauPc li.lineupCauBtn {
	text-align: center;
	padding-top:0px;
}

div.lineup ul.lineupCauPc li.lineupCauBtn a {
	background: #999;
	padding: 6px 12px;
	color:#fff;
	-o-transform: rotate(0.05deg);
 -ms-transform: rotate(0.05deg);
 -moz-transform: rotate(0.05deg);
 -webkit-transform: rotate(0.05deg);
 transform: rotate(0.05deg);
}

div.lineup h2 {
	position: relative;
	text-align: center;
	font-size:24px;
	margin-bottom:100px;
	color:#fff;
}

div.lineup h2::before {
	position: absolute;
    left: 50%;
    bottom: -32px;
    width: 120px;
    height: 2px;
    background-color: #fff;
    z-index: 10;
    content: '';
		transform: translate(-50%);
}

div.lineup h2.black {
	color:#251e1c;
}

div.lineup h2.black::before {
	position: absolute;
    left: 50%;
    bottom: -32px;
    width: 120px;
    height: 2px;
    background-color: #251e1c;
    z-index: 10;
    content: '';
		transform: translate(-50%);
}

div.modeArea {
	background:#000;
	color:#fff;
	padding: 50px 0;
}

div.lineup dl.lineupMode {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	color:#fff;
}

div.lineup dl.lineupMode dt {
	padding-right:55px;
	font-weight: bold;
	text-align: center;
	width:280px;
	-o-transform: rotate(0.05deg);
 -ms-transform: rotate(0.05deg);
 -moz-transform: rotate(0.05deg);
 -webkit-transform: rotate(0.05deg);
 transform: rotate(0.05deg);
}

div.lineup dl.lineupMode dt strong {
	font-weight: 900;
	font-size:60px;
}

div.lineup dl.lineupMode dd {
	width:calc(100% - 325px);
}

div.lineup dl.lineupMode dd img {
	width:100%;
}

div.lineup p.lineupCau {
	font-size:14px;
	text-align: right;
}

div.lineup ul.lineupShop {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

div.lineup ul.lineupShop li {
	text-align: center;
	padding: 0 50px;
	width:50%;
	margin-bottom:40px;
}

div.lineup ul.lineupDetail li:first-child {
	width:100%;
}

div.lineup ul.lineupDetail li:last-child {
	width:100%;
}

div.lineup ul.lineupShop li img {
	width:auto!important;
	height:100px!important;
}

div.lineup ul.lineupShop li:nth-child(3) img {
	width:auto!important;
	height:115px!important;
}

div.linupModeSp {
	display: none;
}

div.tabiLink {
	margin-top:30px;
}

div.tabiLink a {
	color: #251e1c;
	padding-left:12px;
}
div.tabiLinkAfter {
  width: 200px;
  height: 15px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
   /*傾きを調節*/
  transform: skew(45deg);
  margin: -11px 0 0 0;
}
@media screen and (max-width:834px){

	div.lineup ul.lineupCon li h3 {
		font-size:26px;
	}
	div.lineup ul.lineupCon li {
		width:100%;
	}
	div.lineup ul.lineupCon li:first-child {
		margin-bottom:30px;
	}

	div.lineup ul.lineupDetail {
		flex-direction: column-reverse;
	}
	div.lineup ul.lineupDetail li {
		font-size:16px;
		padding: 20px 0;
	}
	div.lineup ul.lineupDetail li:first-child {
		margin-bottom:0px;
	}
	div.lineup ul.lineupDetail li:last-child {
		margin-bottom:30px;
	}

	div.lineup ul.lineupDetail li:last-child {
		text-align: center;
		border-bottom:none;
	}

	div.lineup ul.lineupDetail li:last-child img {
		width:80%!important;
		height:auto;
	}

	div.lineup ul.lineupDetail li:last-child img.ul4 {
		margin-right:-30px;
	}

	div.lineup ul.lineupDetail li dl dt {
		display: none;
	}

	div.lineup ul.lineupDetail li dl dd {
		width:100%;
		font-size: 16px;
	}

	div.lineup ul.lineupCon li p.lineupZu {
		margin-bottom:15px;
		padding:0 0 10px 0;
	}

	div.lineup ul.lineupCauPc {
		display: none;
	}

	div.lineup ul.lineupCauSp {
		display: block;
		margin-bottom:50px;
	}

	div.lineup ul.lineupCauSp li.lineupCauBan {
		font-size:16px;
		color:#fff;
		background: #e95411;
		padding: 10px;
		text-align: center;
		white-space:nowrap;
	}

	div.lineup ul.lineupCauSp li.lineupCauP01 {
		text-align: center;
		margin: 15px 0 30px 0;
	}

	div.lineup ul.lineupCauSp li.lineupCauP01 img {
		width:80%;
	}

	div.lineup ul.lineupCauSp li.lineupCauP02 {
		padding-right:15px;
		font-size: 12px;
		-o-transform: rotate(0.05deg);
	 -ms-transform: rotate(0.05deg);
	 -moz-transform: rotate(0.05deg);
	 -webkit-transform: rotate(0.05deg);
	 transform: rotate(0.05deg);
	}

	div.lineup ul.lineupCauSp li.lineupCauP02 img {
		width:100%!important;
		height:auto!important;
		margin-top:8px;
	}

	div.lineup ul.lineupCauSp li.lineupCauBtn {
		text-align: center;
	}

	div.lineup ul.lineupCauSp li.lineupCauBtn a {
		background: #999;
		padding: 6px 12px;
		color:#fff;
		-o-transform: rotate(0.05deg);
	 -ms-transform: rotate(0.05deg);
	 -moz-transform: rotate(0.05deg);
	 -webkit-transform: rotate(0.05deg);
	 transform: rotate(0.05deg);
	}

	div.lineup h2::before {
			width: 90%;
	}
	
	div.lineup dl.lineupMode {
		display: none;
	}
	
	div.lineup ul.lineupShop li {
		width:100%;
	}
	
	div.lineup ul.lineupShop li img {
		width:auto!important;
		height:auto!important;
	}
	

	div.linupModeSp {
		display: block;
	}

	div.linupModeSp ul.modeBtn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin-bottom:30px;
	}

	div.linupModeSp ul.modeBtn li {
		width:45%;
		color:#fff;
		padding: 5px;
		background: #ccc;
		font-size:27px;
		font-weight: 900;
		text-align: center;
	}

	div.linupModeSp ul.modeBtn li.active {
		background: #e95411;
	}

	div.lineup p.lineupCau {
		text-align: center;
	}
	
	div.modeUL {
		width:80%;
		margin:40px auto 0 auto;
	}
	
	div.modeUL ul {
		margin-top:40px;
	}
	
	div.modeUL ul li {
		margin-bottom:35px;
	}
	
	div.modeUL ul li p {
		text-align: center;
		padding: 6px 0;
	}
	
	div.modeUL ul li p img {
		width:55%;
		margin-left:-12%;
	}
	
	div.modeUL ul li p:nth-child(2) {
		border-bottom:1px solid #fff;
	}
	div#mode_ul4 {
		display: none;
	}

	div.lineup ul.lineupShop {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}

	div.lineup ul.lineupShop li {
		margin-bottom:40px;
	}

	div.lineup ul.lineupShop li:last-child {
		margin-bottom:0px;
	}

}


div.feauture {
	margin-top:150px;
}

div.feauture p.feature_read{
	text-align: center;
	font-size:38px;
	margin-bottom:100px;
}
div.feauture p.feautureImg{
	text-align: center;
	margin-bottom:75px;
}

div.feauture p.feautureImg img{
	width:120px;
}

div.feauture dl.feautureBlock {
	display: flex;
	align-items: center;
}

div.feauture dl.feautureBlock:nth-child(even) {
	display: flex;
	flex-direction: row-reverse;
}

div.feauture dl.feautureBlock dt {
	width:50%;
}

div.feauture dl.feautureBlock dt img {
	width:100%;
}

div.feauture dl.feautureBlock dd {
	width:50%;
	padding: 35px;
	font-size: 25px;
		-o-transform: rotate(0.05deg);
	 -ms-transform: rotate(0.05deg);
	 -moz-transform: rotate(0.05deg);
	 -webkit-transform: rotate(0.05deg);
	 transform: rotate(0.05deg);
}

div.feauture dl.feautureBlock dd h3 {
	font-size:40px;
	margin-bottom:15px;
}

div.feauture dl.feautureBlock:nth-child(even) dd {
	text-align: right;
}

div.feauture dl.feautureBlock dd ul.rightblock {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
}

div.feauture dl.feautureBlock dd ul.rightblock li.in img {
	margin-top:30px;
}

div.feauture dl.feautureBlock dd ul.leftblock {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}

div.feauture dl.feautureBlock dd ul.leftblock li.leftTxt {
	width:62%;
}

div.feauture dl.feautureBlock dd ul.leftblock.f07 li:first-child {
	width:72%;
}
div.feauture dl.feautureBlock dd ul.leftblock.f07 li:last-child {
	width:20%;
	margin-left:4%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

div.feauture dl.feautureBlock dd ul.feautureCap {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

div.feauture dl.feautureBlock dd ul li img.prod {
	max-width:180px;
}

div.feauture dl.feautureBlock dd p.read {
	font-size:16px;
	margin-bottom:20px;
}
div.feauture dl.feautureBlock dd p.feCap {
	font-size:13px;
}

div.feauture dl.feautureBlock dd ul li span.circle {
	display: block;
	color:#fff;
	width:100px;
	height:100px;
	line-height: 100px;
	text-align: center;
	background: #e95411;
	border-radius: 50px;
	font-weight: bold;
	font-size:16px;
	white-space:nowrap;
	margin-top:-150px;
}

div.feauture dl.feautureBlock dd ul.leftblock.f07 li span.circle {
	margin-top:0px;
	margin-bottom:5px;
}


@media screen and (max-width:834px){

	div.feauture p.feature_read{
		font-size:20px;
		margin-bottom:60px;
	}
	div.feauture dl.feautureBlock {
		flex-direction: column;
		margin-bottom:30px;
	}

	div.feauture dl.feautureBlock:nth-child(even) {
		flex-direction: column;
	}

	div.feauture dl.feautureBlock dt {
		width:100%;
	}

	div.feauture dl.feautureBlock dd {
		width:100%;
		padding:15px;
		text-align: center;
		font-size:19px;
	}

	div.feauture dl.feautureBlock dd h3 {
		font-size:28px;
		margin-bottom:15px;
	}

	div.feauture dl.feautureBlock:nth-child(even) dd {
		text-align: center;
	}

	div.feauture dl.feautureBlock dd ul {
		flex-wrap: wrap;
		flex-direction: column;
	}

	div.feauture dl.feautureBlock dd ul.leftblock li.leftTxt {
		width:100%;
	}
	div.feauture dl.feautureBlock dd ul.leftblock.f07 li:first-child {
		width:100%;
	}
	div.feauture dl.feautureBlock dd ul.leftblock.f07 li:last-child {
		width:100%;
		margin-left:auto;
		margin-right: auto;
		text-align: center;
	}

	div.feauture dl.feautureBlock dd ul li.in {
		position:relative;
		width: 100%;
		text-align: center;
	}

	div.feauture dl.feautureBlock dd ul li.in img {
		width: 70%;
		margin-top:15px;
	}

	div.feauture dl.feautureBlock dd ul li.in img.twocaps {
		width: 90px;
		margin-top:15px;
	}

	div.feauture dl.feautureBlock dd ul.rightblock li.in img {
		margin-top:10px;
	}

	div.feauture dl.feautureBlock dd ul li.in span.circle {
		position:absolute;
		top:30px;
		left:20px;
		margin-top:0px;
		margin-bottom:0px;
		width:65px;
		height:65px;
		line-height: 65px;
	}
	div.feauture dl.feautureBlock dd ul.leftblock.f07 li:last-child {
		position: relative;
	}
	div.feauture dl.feautureBlock dd ul.leftblock.f07 li:last-child span.circle {
		position:absolute;
		top:10px;
		right:15px;
		margin-top:0px;
		margin-bottom:0;
    width: 65px;
    height: 65px;
		line-height: 65px;
		margin-left:40px;
	}
	div.feauture dl.feautureBlock dd ul.leftblock.f07 li:last-child img {
		margin-top:0px;
		margin-bottom:25px;
		width:120px;
	}

	div.feauture dl.feautureBlock dd p.feCap {
		margin-top:15px;
		width:100%;
		text-align: left!important;
	}

}


div.news {
	margin:150px auto 0 auto;
	max-width: 1000px;
}

div.news p.newsImg{
	text-align: center;
	margin-bottom:75px;
}

div.news p.newsImg img{
	width:120px;
}

div.news dl{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 8px 0;
	margin-bottom:5px;
	border-bottom:1px solid #bebebe;
}

div.news dl.first{
	border-top:1px solid #bebebe;
}

div.news dl dt{
	padding: 5px;
	margin-right:15px;
	text-align: left;
	-o-transform: rotate(0.05deg);
 -ms-transform: rotate(0.05deg);
 -moz-transform: rotate(0.05deg);
 -webkit-transform: rotate(0.05deg);
 transform: rotate(0.05deg);
}

div.news dl dt span{
	padding:0px 10px;
	margin-left:15px;
	text-align: center;
	display: inline-block;
	color:#e95411;
	border:1px solid #e95411;
}

div.news dl dd {
	padding: 5px;
	margin-top: 5px;
	-o-transform: rotate(0.05deg);
 -ms-transform: rotate(0.05deg);
 -moz-transform: rotate(0.05deg);
 -webkit-transform: rotate(0.05deg);
 transform: rotate(0.05deg);
}

div.news dl dd a {
	color:#000;
}


div.news p.infoListBtn{
	margin-top:60px;
	text-align: center;
}

div.news p.infoListBtn a{
	padding: 8px 50px;
	color:#fff;
	background: #e95411;
	border-radius: 5px;
}
div.news div.newsMore {
	display: none;
}

/* 山旅旅 */
.yamatabitabi {
	padding:180px 0 120px 0;
}
.yamatabitabi h2 {
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	margin-bottom:30px;
}
.yamatabitabi p.yamaImg {
	text-align: center;
	margin-bottom:10px;
}
.yamatabitabi p.yamaImg img {
	width:225px;
}
.yamatabitabi p.yama_copy {
	font-size: 26px;
	text-align: center;
}
.yamatabitabi p.yama_name {
	font-size: 32px;
	text-align: center;
}
.yamatabitabi div.yamaMiddle {
	padding:50px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align: center;
	margin: 30px 0;
}
.yamatabitabi div.yamaMiddle p.yama_copy2 {
	font-size: 36px;
}
.yamatabitabi p.yama_read {
	text-align: center;
	margin-bottom:40px;
	font-weight: 14px;
	line-height: 2.0;
}
.yamatabitabi dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:85%;
	max-width:1200px;
	margin:auto;
}
.yamatabitabi dl dt {
	width:30%;
}
.yamatabitabi dl dd {
	width:67%;
}
.yamatabitabi dl dd p.name {
	margin-bottom:15px;
}



@media screen and (max-width:834px){

	.yamatabitabi h2 {
		font-size: 28px;
	}
	.yamatabitabi p.yama_copy {
		font-size: 16px;
	}
	.yamatabitabi p.yama_name {
		font-size: 21px;
	}
	.yamatabitabi div.yamaMiddle {
		font-size: 20px;
	}
	.yamatabitabi div.yamaMiddle p.yama_copy2 {
		font-size: 26px;
	}
	.yamatabitabi dl {
		width:100%;
	}

	.yamatabitabi dl dt {
		width:100%;
		margin-bottom:20px;
	}
	.yamatabitabi dl dd {
		width:85%;
		margin: auto;
	}
	.yamatabitabi dl dd p.name {
		text-align: center;
	}

}


/* 
------------------------------------------------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------------------------------------------------
*/
div.bottom {
	position:fixed;
    right:20px;
    bottom:40px;
    z-index: 9999;
}

p.toTop {
	padding:5px 0;
	text-align:right;
	margin:0;
}

p.toTop img{
	width:80px;
	cursor: pointer;
}

div.footSns {
	display: flex;
	justify-content: center;
	margin:150px 0 0 0;
}

div.footSns a {
	margin:0 30px;
}

div.footSns a img {
	width:auto!important;
	height:70px;
}

div.footOthers {
	margin-top:180px;
	padding-bottom:20px;
}

div.footOthers h3 {
	border-bottom:2px solid #000;
	position:relative;
	font-size:18px;
		-o-transform: rotate(0.05deg);
	 -ms-transform: rotate(0.05deg);
	 -moz-transform: rotate(0.05deg);
	 -webkit-transform: rotate(0.05deg);
	 transform: rotate(0.05deg);
}

div.footOthers h3 span {
	display: block;
	position: absolute;
	left:0;
	bottom:-20px;
	background:#fff;
	padding-right:15px;
	line-height: 40px;
}

div.footOthers h3 span img {
	width:115px;
	margin-right:35px;
}

div.footOthers ul {
	display: flex;
	justify-content: space-between;
	margin-top:80px;
}

div.footOthers ul li {
	width:25%;
		-o-transform: rotate(0.05deg);
	 -ms-transform: rotate(0.05deg);
	 -moz-transform: rotate(0.05deg);
	 -webkit-transform: rotate(0.05deg);
	 transform: rotate(0.05deg);
}

div.footOthers ul li img {
	width:100%;
	height:auto;
}

div.footOthers ul li:nth-child(2) img {
	width:80%;
	height:auto;
}

div.footOthers ul li p.title {
	font-size:24px;
}

div.footOthers ul li p.cap {
	font-size:18px;
	margin-bottom:30px;
}

div.footOthers ul li p.read {
	margin-bottom:60px;
}

div.footOthers ul li a.btn {
	color:#000;
	border:1px solid #000;
	padding:5px 10px;
	border-radius: 25px;
}

div.footOthers p.copyright {
	font-size:12px;
	text-align: center;
	color:#251e1c;
	margin-top:180px;
}

div.follow h2 img {
	width:175px;
}
div.follow ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top:80px;
}
div.follow ul li {
	margin: 0 40px;
}
div.follow ul li img {
	width:auto!important;
	height:62px!important;
}

@media screen and (max-width:834px){

	p.toTop img{
		width:68px;
	}

	div.footSns {
		width:80%;
		margin:200px auto 0 auto;
	}

	div.footSns a {
		width:33%;
		height:60px;
		display: block;
		text-align: center;
	}

	div.footSns a img {
		height:60px!important;
	}

	div.footOthers h3 {
		font-size:24px;
		border-bottom:none;
		border-top:1px solid #000;
		margin-bottom:30px;
		margin:0 7.5% 0 7.5%;
	}

	div.footOthers h3 span {
		position: static;
		padding-right:0;
		padding-top:35px;
	}

	div.footOthers ul {
		flex-direction: column-reverse;
		margin-top:60px;
	}

	div.footOthers ul li {
		width:100%;
		text-align: center;
	}

	div.footOthers ul li:first-child {
		padding-top:25px;
	}

	div.footOthers ul li:nth-child(2) img {
		width:56%;
	}

	div.footOthers ul li p.read {
		padding:0 12%;
		text-align: center;
	}

	div.footOthers p.copyright {
		margin-top:60px;
	}

	div.follow h2 img {
		width:100px;
	}
	div.follow ul {
		margin-top:40px;
	}
	div.follow ul li {
		margin: 0 20px;
	}
	div.follow ul li img {
		width:auto!important;
		height:38px!important;
	}

}