@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------------------ */
/* --- resetter section --------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
html {

}

body{
	width: 100%;
}

html, body {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-style: normal;
	font-size: 13px;
	line-height: 1.6;
}

ul, ol, dl, img {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align: top;
	max-width : 98%;
}
a {
	text-decoration: underline;
}
a:link {
	color: #3b2614;
}
a:active {
	color: #3b2614;
}
a:hover {
	color: #dd9d23;
	text-decoration: none;
}
a:visited {
	color: #3b2614;
}


a:hover img {
 opacity: 0.5;
}

a img {
 transition: opacity 0.3s ease-out;
}

.pr7{
	padding-right:7px;
}

.pt20{
	padding-top:20px;
}

.pb15{
	padding-bottom:15px;
}

.pb20{
	padding-bottom:20px;
}
.pb40{
	padding-bottom:40px;
}




/*-- リンクの点線を消去 --*/
body div a:active, body div a:focus {
	outline: none;
}

/*ClearFix*/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	zoom: 1;
}


.button {
	display: inline-block;
	width: 523px;
	height: 67px;
	padding-top:21px;
	text-align: center;
	margin-top:30px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: #333;
	border: 1px solid #fff;
}
.button:hover {
	background-color: #666;
	border-color: #F00;
	color: #59b1eb;
}


/*------------------------------------------------------------------------ */
/* --- structure section -------------------------------------------------- */

#spContainer {
	overflow: hidden;
}

#wrapper {
	width : 100%;
	margin : 0 auto;
}



img.imgTitle {
	display:block;
	margin-bottom : 20px;
}

.fixHead {
	position: fixed;
	display : none;
	background : #9AA9B1;
	width : 100%;
}
.fixHead .cont {
	z-index:999;
	width : 100%;
	position : relative;
	height : 40px;
}

.fixHead .cont ul {
	position : absolute;
	top : 15px;
	right : 20px;
}

.fixHead .cont ul li {
	float : left;
}

#head{
	height:18px;
	background:#FF2A1E;
}
#head_wh{
	height:72px;
	background:#FFF;
}

#header {
}

#header .headContents {
	position :relative;
	z-index : 999;
	margin : 0 auto;
	background:#000;
}

#header .logo {
	position : absolute;
	width: 120px;
	height: 144px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
}

#header .box {
	position : absolute;
	top : 56px;
	left : 55px;
	width: 169px;
	height: 144px;
}
#header .box h1{
	color:#FFF;
	font-size: 24px;
}
#header .social{
	width:162px;
	position:absolute;
	top :15px;
	right:55px;
	margin:0 auto;
}

#header .inqbtn{
	width:90px;
	position:absolute;
	top :-30px;
	right:63px;
	margin:0 auto;
}

.vis {
	height :100%;
	margin : 0 auto;
}

.vis li {
	max-height :840px;
}

.content {
	padding : 90px 0;
	text-align : center;
}

.contentarrow {
	text-align : center;
}


.content h2 {
	margin-bottom : 30px;
}

/* 20230407
.content.concept {
	background : #000;
}
*/
.content.concept {
background: url(../../images/about_capi_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}

/* 20230407
.catch{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#FFF;
	font-weight:bold;
	font-size:200%;
	margin-bottom:20px;
}
*/
.catch{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	font-size:200%;
	margin-bottom:20px;
}
.catch span{
	color:#F00;
}

/* 20230407
.conceptbox{
	width:560px;
	margin:0 auto;
	color:#FFF;
	line-height:250%;
	text-align:left;
}
*/

.conceptbox{
	width:560px;
	margin:0 auto;
	line-height:250%;
	text-align:left;
}
.triangle{
    display: block;
    width: 0;
    height: 0;
	margin:0 auto;
    border-top: 50px solid #000000;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
}


.trianglegreen{
    display: block;
    width: 0;
    height: 0;
	margin:0 auto;
    border-top: 50px solid #143560;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
}



.contentarrow.bland {
	/* background: url(../../images/brand-back.jpg) no-repeat center top white; */
    color: #fff;
	height:1420px;
}

.bland h2{
	margin-top:40px;
}

.bland ul{
list-style: none;
}
.bland li{
float: left;
}

.bland .box{
	width:1050px;
	margin:0 auto;
	margin-top:35px;
}


.bland ul{
margin: 0;
padding: 0;
list-style: none;
}
.bland ul{
display: inline;
padding: 0;
margin: 0;
float: left;
}


.content .inner {
	width : 1050px;
	max-width : 1050px;
	margin : auto;
}


.content .inner .imgpd{
	margin-right:20px;
	margin-bottom:20px;
}

.content .inner .imgpd2{
	margin-bottom:20px;
}

.content .inner .imgpd3{
	margin-right:20px;
}

/*20230414
.lineupback{
	background: url(../../images/lineup-back.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
*/
.contentarrow.lineup {
	height:5400px;
}

.innerl{
	width : 1050px;
	max-width : 1050px;
	margin :0 auto;
	margin-top:80px;
}


.lineupbox{
	text-align:left;
	padding-left:75px;
	padding-top:20px;
}


.lineupbox1{
	margin-top:50px;
	padding-left:0px;
	margin-bottom:80px;
	display:flex;
}

.txtbox{
	width:230px;
	margin:0 auto;
	margin-top:10px;
	text-align:center;
}
.txtbox2{
	width:230px;
	margin:120px 0 0 40px;
	float:left;
	text-align:center;
}
.txtbox202303{
	width:460px;
	margin:0 auto;
	margin-top:10px;
	text-align:center;
}

.img_left {
	float:left;
}


.cat{
	font-weight:bold;
}
.gold{
	color:#d5b040;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #e74727;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}
.btn--black,
a.btn--black {
  border: solid 2px #FFF;
  border-radius: 0px;
	color: #FFF;
}
.btn--black:hover,
a.btn--black:hover {
  color: #FFF;
  background: #000;
}
a.btn--radius {
   border-radius: 100vh;
}
.body{
	text-align:left;
}

.lineupttl{
	color:#e74727;
	font-size:135%;
	font-weight:bold;
	border-bottom:1px solid #e74727;
	padding-bottom:3px;
	margin-bottom:8px;
}

.productlist{
	text-align: center;
	margin: 0 auto;
	float: left;
	padding-left: 40px;
}

.productlist2{
	width:261px;
	text-align:center;
	float:left;
	margin:0 auto;
}

.productlist202303-1{
	width:460px;
	text-align:center;
	float:left;
	margin:0 auto;
	padding: 0 24px;
}

.contentarrow.winning{
	background: url(../../images/shoback_2.png) no-repeat center top;
	height:389px;
}


.contentarrow .sho{
	width:720px;
	padding-top:45px;
	margin:0 auto;
	text-align:left;
}

.contentarrow .pmidashi{
	margin-top:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	font-size:150%;
	color:#963;
}

.content.company {
	background : #143560;
}

.storekokuchi{
	width:600px;
	background: #fff;
	color: #143560;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 15px 80px;
    text-align: center;
    font-weight: bold;
    font-size: 200%;
    transition: background-color 0.5s ease-in;
    -webkit-transition: background-color 0.5s ease-in;
	text-decoration: none;
	margin:0 auto;
}

.logopd{
	margin:60px 0 40px 0;
}

.btn_a{
	background: #2a82a3;
	color: #FFF;
    border: 2px solid #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 20px 80px;
    text-align: center;
    font-weight: bold;
    font-size: 160%;
    transition: background-color 0.5s ease-in;
    -webkit-transition: background-color 0.5s ease-in;
	text-decoration: none;
	margin:0 auto;
}

a:link.btn_a{color: #FFF;}
a:visited.btn_a{color: #FFF;}
a:active.btn_a{color: #FFF;}

a:hover.btn_a {
	background: #FFF;
	border: 2px solid #2a82a3;
    color: #2a82a3;
}


.form {
	width : 700px;
	max-width : 95%;
	margin : 0 auto;
	margin-top:30px;
	margin-bottom:120px;
}

.form input[type=text]{
	width : 95%;
	max-width : 840px;
	border : 1px solid #a6b6be;
	background : #f9fafb;
	padding : 10px;
	margin-bottom : 5px;
}

.form textarea{
	width : 95%;
	max-width : 840px;
	border : 1px solid #a6b6be;
	background : #f9fafb;
	padding : 10px;
	margin : 15px 0;
	height : 250px;
}

.form input[type=submit]{
	background : url(../../images/btn_send3.png) no-repeat;
	width : 210px;
	height : 53px;
	border : 0;
}
/* 20230407
#footer p {
	background : #000;
	height:50px;
	color:#FFF;
	text-align:center;
}
*/
#footer{
	background : #FF2A1E;
	color:#FFF;
}
#footer .copy{
	border-top: 1px solid #FFF;
}
#footer p {
	color:#FFF;
	height:50px;
	text-align:center;
}
#footer p span{
	font-weight: bold;
	font-size: 15px;
}
#footer p .footer_logo{
    vertical-align: middle;
}
#footer p .footer_logo_right{
    position: absolute;
    right: 0;
    padding-right: 10px;
}
#footer .footer-list {
    width: 960px;
    margin: 0 auto;
	padding-top: 20px;
}
#footer .footer-list tr li{
	color:#FFF;
}
#footer .footer-list tr .li-sub-a{
	text-align: left;
	margin-left: 94px;
}
#footer .footer-list tr .li-sub-b{
	text-align: left;
	margin-left: 104px;
}

#footer .footer-list tr li a{
	color:#FFF;
	text-decoration: none;
}
#footer .footer-list tr li span{
	font-weight: bold;
    font-size: 15px;
}
#footer .footer-list tr td{
    vertical-align: baseline;
    text-align: center;
	width: 320px;
}
#footer .footer-list .footer-sns {
    padding: 2em 0;
    text-align: center;
}
#footer .footer-list .footer-sns li {
    display: inline-block;
    margin: 0 2em;
}

#footer .footer-list .footer-sns img {
    width: 60px;
}
#formWrap table {
	width : 600px;
	margin : 60px auto;
}

#formWrap table th{
	width : 100px;
	text-align : left;
	padding : 10px;
	border-bottom : 1px solid #ccc;
	font-size : 14px;
}

#formWrap table td{
	text-align : left;
	padding : 10px;
	border-bottom : 1px solid #ccc;
	font-size : 14px;
}

#formWrap h3 {
	width : 200px;
	font-size : 18px;
	margin : 0 auto 60px auto;
	border-bottom : 1px dashed #3a8798;
}


.page-top {
    position: fixed;
    bottom: 60px;
    right: 40px;
    padding: 15px;
    background: #7e7a7a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 14px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	z-index: 1000;
}

a:link.page-top{color: #FFF; font-weight:bold; text-decoration:none;}
a:visited.page-top{color: #FFF;font-weight:bold; text-decoration:none;}
a:active.page-top{color: #FFF;font-weight:bold; text-decoration:none;}
a:hover.page-top{color: #FFF;font-weight:bold; text-decoration:none;}




.instagram{margin:0 0 60px;}
.instagram .account{margin:0 0 40px;}
.instagram .account a{color:#999;font-size:28px;}
.instagram .account a:hover{color:#000;}
.instagram p{font-size:48px;color:#000;line-height:1;margin:0 0 10px;}
.instagram #instafeed{width:770px;margin:0 auto;}
.instagram #instafeed .col-lg-1{display:inline-block;padding:2px;}

#instafeed {
    width: 1050px;
    max-width: 1050px;
    margin: auto;
    margin-bottom: 120px;
    }

    #instafeed img {
    width: 175px;
    height: auto;
    padding: 10px;
    }

.video{
		width: 340px;
		position: relative;
		display: inline-block;
		padding-bottom: 30px;
		}
		.video .youtube-btn {
				position: absolute;
				top: 68px;
				left: 41%;
				opacity: 0.7;
				}
		.video a{
				text-decoration: none;
		}
		.video p{
			  font-weight: bold;
		}
.lineupbox2 {
	padding-bottom:80px;
	display: flex;
	}
/* ---20230212--- */
.flex {
  display: flex; /*横並び*/
  justify-content: center;
  margin-top: 25px;
}
.flex .image {
  height: 260px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.flex .image img{
  height: 260px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.flex .text {
    width: 640px;
    line-height: 200%;
    text-align: left;
	padding:0 20px  ;
}
.flex .text-2 {
    width: 640px;
    line-height: 200%;
    text-align: left;
	padding:60px 20px 0px 20px ;
}
.contentarrow.bland .inner{
	width: 1050px;
    max-width: 1050px;
    margin: auto;
	padding-top: 20px;
}
.contentarrow.bland .inner .imgpd {
    padding-right: 10px;
    padding-bottom: 13px;
}
.contentarrow.bland .inner .imgpd2 {
    padding-bottom: 13px;
}
.contentarrow.bland .inner .imgpd3 {
    padding-right: 10px;
}
.box1, .box2 {
  border-color: #CCC;
  width: 49%;
  padding: 8px 4px;
}
.box3, .box4 {
  border-color: #CCC;
  width: 30%;
  padding: 8px 4px;
}
.boxA {
    content: "";
    clear: both;
    display: flex;
    justify-content: center;
}
.boxA .box-text{
    width: 300px;
    margin: 0 auto;
    text-align: left;
}
.box5, .box6, .box7, .box8, .box9, .box10, .box11 {
  float: left;
  border-color: #CCC;
  width: 32%;
  padding: 8px 4px;
}
.box5 img, .box6 img, .box7 img, .box8 img, .box9 img, .box10 img, .box11 img{
box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 20%);
}
.box5 p span, .box6 p span, .box7 p span, .box8 p span{
    color: #FFF;
    background-color: #970748;
    border-radius: 10px;
    padding: 3px 10px;
}
.box9 p span, .box10 p span, .box11 p span{
    color: #FFF;
    background-color: #ff9933;
    border-radius: 10px;
    padding: 3px 10px;
}
.boxB .box-text{
    width: 245px;
    margin: 0 auto;
    text-align: left;
	background-color: #f8f1e3;
	padding: 5px;
}
.lineupttl2{
	color:#970748;
	font-size:145%;
	font-weight:bold;
	border-bottom:1px solid #970748;
	padding-bottom:3px;
	margin-bottom:8px;
}
.lineupttl3{
	color:#ff9933;
	font-size:145%;
	font-weight:bold;
	border-bottom:1px solid #ff9933;
	padding-bottom:3px;
	margin-bottom:8px;
}
/*20230518*/
.content .midashi-big{
	margin-bottom: 0px;
}
/*20230501*/
/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider img {
	width: 309px;
    height: 309px;
    object-fit: cover;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
	border: none;
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
/*20230501*/

/*20230611*/
/*==================================================
schedule.htmlのためのcss
===================================*/
.promotion {
    text-align: center;
	margin: 360px 0;
}
.year {
    width: auto;
    margin: 0 80px;
	text-align: center;
}
.flex-wrap {
  display: flex;
  -webkit-flex-wrap: wrap;          /* Safari etc. */
  -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;
  justify-content: flex-start;
  margin: 0 80px;
  gap: 24px;
}
.flex-item{
	box-sizing:border-box;
	flex-basis: 300px;
}
.flex-wrap .flex-img {
	position: relative;
	width: auto;
	height: 210px;
}
.flex-wrap .flex-img img{
/*	position: absolute;
    top: 50%;
    transform: translate(0,-50%);*/
	object-fit: cover;
    width: 300px;
    height: 200px;
}
p.flex-date {
    text-align: center;
	font-weight: bold;
    padding-top: 8px;
}
p.flex-tag {
    text-align: center;
}
.promotion .tag-text{
	background-color:red;
	color: #FFF;
	padding: 2px 4px;
	display: inline-block;
    width: 80px;
	margin-right: 40px;
}
.flex-item .tag-text{
	background-color:red;
	color: #FFF;
	padding: 2px 4px;
	display: inline-block;
    width: 80px;
}
p.flex-title {
    text-align: center;
	font-weight:bold;
	padding: 4px 0px;
}
p.flex-text-box {
    padding: 4px;
	border-top: solid 1px;
}

.lineupbox2.clearfix img {
    object-fit: cover;
    width: 336px;
    height: 336px;
    border-radius: 16px;
@media screen and (max-width: 480px){
	.promotion{
		margin: 180px 0;
	}
	.promotion .promotion-tag{
		margin: 0px 24px;
	}
	.promotion .tag-text{
		display: inline;
		margin-right: 24px;
	}
	#promotion .flex-wrap{
		margin: 0 24px;
		justify-content: space-around;
	}
	#promotion .flex-wrap .flex-item{
		flex-basis: 45%;
	}
	p.flex-title {
    text-align: center;
	font-weight:bold;
	padding: 4px 0px;
	height: 50px;
	width: 300px;
	display: table-cell;
    vertical-align: middle;
}
	p.flex-title.over{
		font-size: 11px;
}
}
/*20240401*/
/*==================================================
LINEUPのためのcss
===================================*/
.lineupbox2.clearfix img {
    object-fit: cover;
    width: 336px;
    height: 336px;
    border-radius: 16px;
    }

@media screen and (max-width: 480px){
#header .box {
    position: absolute;
    top: 28px;
    left: 55px;
    width: 169px;
    height: 144px;
}
.boxA .box-text{
		width:90%;
	}
}
