

/*===================================================
	1-1. Font (Yahoo UI Library Fonts CSS)
===================================================*/
body {
	font-size: 12px;
	*font-size: small;
	*font: x-small;
	font-family: "Noto Sans JP", sans-serif;
}

table {
	font-size: inherit;
}

select, 
input, 
textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

pre, 
code {
	font: 115% monospace;
	*font-size: 100%;
}


/*===================================================
	1-2. Reset Style
===================================================*/

/*要素の初期マージン・余白の初期化*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
h,
var { 
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:before,
q:after { 
	content: '';
}

abbr,
acronym {
	border: 0;
}

/*===================================================
	1-3. Text Style
===================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: 100%;
}

pre {
	padding: 0.5em 10px; 
	border-left: 2px solid #eee;
	width: 95%;
	overflow: scroll;
	color: #3d4263;
	font-family: "Osaka－等幅", monospace;
}

pre[title]::before {
	margin-bottom: 0.4em;
	padding: 0 10px;
	display: block; 
	content: attr(title);
	color: black;
	background-color: #eee;
}

blockquote {
	margin: 1.5em 20px 1.5em 40px;
	padding: 1px; 
	background-color: #eeeeee;
}

blockquote * {
	color: #888888;
}

blockquote[title]::before {
	margin: 2px;
	padding: 0.1em 16px;
	display: block;
	content: attr(title); 
	background-color: #fff; 
}

blockquote[cite]::after {
	padding: 0.1em 20px;
	display: block; 
	content: attr(cite);
	color: #333333;
	text-align: right;
}

cite {
	display: block;
	color: #333333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	color: #FF0000;
}

code {
	font-family:  monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: monospace;
	text-transform: uppercase;
}

/*===================================================
	1-4. Hypertext Style
===================================================*/

/*Win Firefox用リンク領域点線非表示*/
:focus {
	moz-outline-style: none;
}

/*Mac Firefox用リンク領域点線非表示*/

/*リンク要素の初期カラー*/
#dialog .closeBt a:link {
	color: #FFF!important;
	color: inherit;
}

#dialog .closeBt a:hover {
	color: #FFF!important;
	color: inherit;
}

#dialog .closeBt a:visited {
	color: #FFF!important;
	color: inherit;
}


#wrapper a:hover img{
	  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*===================================================
	1-5. List Style
===================================================*/

ul,
ol,
dl {
	margin:0;
	list-style-position: outside;
}

li,
dt,
dd {
	font-size: 100%;
}

dt {
	font-weight: normal;
}

dd {
	margin:0;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0;
}


/*===================================================
	1-7. Table Style
===================================================*/
/*テーブルの初期スタイル*/
table {
	margin:0;
	border: 1px solid #CFCFCF;/*構築サイトに応じて変更*/
}

th,
td {
	padding: 3px;/*構築サイトに応じて変更*/
	border: 1px solid #CFCFCF;
}

th {
	background: #DFDFDF;/*構築サイトに応じて変更*/
}

/*===================================================
					共通CSS
===================================================*/
.header__nav__main li a{
	color: 
}

#warpper {
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 5%;
	padding-bottom: 5%;
	font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
	font-size: 14px;
}
.mainImg_pc {
	display: block;
	margin-bottom: 5%;
	width: 80%;
	margin-left: 10%;
}
.mainImg_sp {
	display: none;
}
.load-fade {
	 opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}

.menu_pc {
	display: block;
}
.menu_sp {
	display: none;
}
.itemBox {
	width: 80%;
	margin-left: 10%;
	margin-bottom: 5%;
}

.itemBox .conceptBox .logo {
	width: 24%;
	margin-left: 38%;
	margin-bottom: 8%;
}
.itemImg {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 10%;
}
.itemImg img {
	margin-bottom: 3%;
}
.itemImg2 {
	width: 50%;
	margin-left: 25%;
	margin-bottom: 10%;
	margin-top: 5%;
}
.itemImg2 img {
	margin-bottom: 3%;
}

/* placeBox */
.placeBox {
	width: 36%;
	margin: 0 auto;
	margin-bottom: 10%;
	line-height: 1.8;
	font-size: 14px;
}
.placeBox__content {
	margin-bottom: 10%;
}
.place__title {
	font-weight: 600;
	margin-bottom: 2%;
}

.google_link {
	padding: 3% 0;
	text-align: center;
	border: 1px solid #454545;
	margin: 5% 10%;
	transition: 0.4s;
}
.google_link:hover {
	background-color: #5F789F;
	opacity: 0.8;
}
.google_link a {
	display: block;
	width: 100%;
}

.howto {
	text-align: center;
}

hr {
	width: 60%;
	margin: 0 auto;
	margin-bottom: 10%;
}



.conceptBox {
	width: 64%;
	margin-left: 18%;
	
}
.conceptBox .ssImg {
	width: 80%;
	margin-left: 10%;
}

.conceptBox .conTitle {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 3%;
	text-align: center;
}

.conceptBox .sen {
	border-bottom: 1px solid #686868;
	width: 24%;
	margin-left: 38%;
	margin-bottom: 3%;
}
.conceptBox .conceptTxt {
	font-size: 14px;
	line-height: 1.8em;
	width: 84%;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 12%;
}
.conceptTxt2 {
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 5%;
	width: 64%;
	margin: 0 auto;
	text-align: left;
}
.conceptTxt3 {
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 5%;
	width: 84%;
	margin: 0 auto;
	text-align: left;
}
.item {
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 3%;
}
.caution {
	text-align: center;
	color: #BC080B;
}
.itemTitle {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5%;
}
.storeinfo {
	width: 50%;
	margin-left: 25%;
	background-color: #C4C4C4;
}
.storeinfo .infoBox {
	padding: 10%;
	text-align: center;
}
.infoTitle {
	font-size: 16px;
	width: 36%;
	margin: 0 auto;
	margin-bottom: 5%;
	text-align: center;
	font-weight: 600;
	border: 1px solid #333333;
	padding: 2% 0;
}
.info__content {
	font-size: 16px;
	text-align: center;
	margin-bottom: 3%;
	font-weight: 600;
}

.info__title {
	margin-bottom: 5%;
}

.link_btn {
	background-color: #1c2743;
	color: #FFF;
	padding: 2% 0;
	width: 50%;
	margin: 0 auto;
	transition: 0.4s;
}
.link_btn a {
	color: #FFF;
	text-decoration: none;
}
.link_btn:hover {
	background-color: #5F789F;
	opacity: 0.8;
}



.linkBtn {
	background-color: #1c2743;
	width: 50%;
	margin-left: 25%;
	margin-top: 5%;
	padding: 20px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.linkBtn a {
	color: #fff;
	text-decoration: none;
}
.linkBtn a:hover {
	color: #5F789F;
}
.linkBtn2 {
	background-color: #1c2743;
	width: 50%;
	margin-left: 25%;
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-bottom: 5%;
}
.linkBtn2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.linkBtn2 a:hover {
	color: #5F789F;
}
	.item04_sp {
		display: none;
	}
	.item04_pc {
		display: block;
	}
	.conceptsp {
		font-size: 14px;
		text-align: center;
	}
.shosaiBox {
	text-align: center;
}
.neme {
	text-align: left;
}
.kakaku {
	margin-bottom: 2%;
	margin-top: 2%;
}
.ssBox .movie {
	width: 80%;
	margin-left: 10%;
	margin-bottom: 10%;
	aspect-ratio: 16 / 9;
}
.movie iframe {
	width: 100%;
	height: 100%;
}

.noveltyLink {
	text-align: center;
	background-color: #1c2743;
	padding: 2% 0;
	width: 60%;
	margin-left: 20%;
	margin-bottom: 10%;
	font-size: 14px;
	margin-top: 3%;
}
.noveltyLink a {
	text-decoration: none;
	color: #fff;
}
.noveltyLink a:hover {
	color: #1A3D9B;
}
.noveltyLink2 {
	text-align: center;
	background-color: #1c2743;
	padding: 2% 0;
	width: 46%;
	margin-left: 27%;
	margin-bottom: 10%;
	font-size: 14px;
	margin-top: 3%;
}
.noveltyLink2 a {
	text-decoration: none;
	color: #fff;
}
.noveltyLink2 a:hover {
	color: #1A3D9B;
}
.shopBox {
	text-align: center;
	border: 1px solid #565656;
	padding: 3% 0;
	width: 50%;
	margin-left: 25%;
}
.shopBox .name {
	margin-bottom: 2%;
	font-weight: 600;
}

.tenpo {
	margin-bottom: 5%;
}
.date {
	margin-bottom: 5%;
	font-weight: 600;
}
.sen {
	margin-bottom: 8%;
}
.dename {
	margin-bottom: 2%;
}
.ruiTitle {
	text-align: center;
	margin-bottom: 5%;
	font-size: 14px;
	border: 1px solid #454545;
	width: 30%;
	margin-left: 35%;
	padding: 2% 0;
}

.spBr {
	display: none;
}
/*===================================================
			戻るボタン　CSS
===================================================*/

html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
/*===================================================
				ふわっとCSS
===================================================*/


/*ふわっと表示2*/
.productcon.offs .effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
.productcon.ons .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease；;
}
/*以下、遅延の設定*/
.productcon.ons .delay-1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.productcon.ons .delay-2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.productcon.ons .delay-3 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.productcon.ons .delay-4 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.productcon.ons .delay-5 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.productcon.ons .delay-6 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.productcon.ons .delay-7 {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

/*ふわっと表示3*/
.brandBox.offs .effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
.brandBox.ons .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease；;
}
/*以下、遅延の設定*/
.brandBox.ons .delay-1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.brandBox.ons .delay-2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.brandBox.ons .delay-3 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.brandBox.ons .delay-4 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.brandBox.ons .delay-5 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.brandBox.ons .delay-6 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.brandBox.ons .delay-7 {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.brandBox.ons .delay-8 {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}
.brandBox.ons .delay-9 {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}
.brandBox.ons .delay-10 {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}

/*ふわっと表示 itemギャラリーのall VIEW*/
.gallling.offs .effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
.gallling.ons .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease；;
}

/*ふわっと表示 wrapギャラリーのall VIEW*/
.wrapBox.offs .effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
.wrapBox.ons .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease；;
}




/*===================================================
					sliderサブ CSS
===================================================*/
.sec_inner {
	width: 48%;
}
.sec_inner2 {
	width: 60%;
	margin-left: 20%;
}
/*-----------height調整----------*/
.slick-slide{
	height:auto!important;
}
/*------------------------------*/


/*-----------矢印表示----------*/
.slick-next{
    right:0!important;
}
.slick-prev{
    left:0!important;
}
.slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}
.slick-arrow:before{
    font-size: 30px!important;
}
