@charset "utf-8";
/*
Theme Name: cloudtpl_1006
Theme URI: http://c-tpl.com/
Description: cloudtpl_1006
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font: 12px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
-webkit-text-size-adjust: none;
background:#fff;
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
/* text-decoration:; */
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#0066cc;
}

a:hover, a:active{
outline: none;
color:#6f6f6f;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #878787;
background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(100%,#6f6f6f));
background: -webkit-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: -o-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: linear-gradient(to bottom, #878787 0%,#6f6f6f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6f6f6f',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #878787;
background: -moz-linear-gradient(top, #6f6f6f 0%, #878787 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6f6f), color-stop(100%,#878787));
background: -webkit-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: -o-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: linear-gradient(to bottom, #6f6f6f 0%,#878787 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#878787',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
.inner{
	margin:0 auto;
	width:880px;
}
#wrapper {
	margin: 0 auto;
	padding: 0 25px;
}

#header{
overflow:hidden;
}

#content{
/* float:right; */
/* width:627px; */
width: 100%;
max-width: 900px;
padding:22px 0 50px;
margin-right: auto;
margin-left: auto;
}

#sidebar{
float:left;
width:233px;
padding:22px 0 50px;
}

#footer{
clear:both;
} 


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 0;
font-size:80%;
font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:20px 5px 15px;
color: #515151;
font-size:160%;
font-weight:bold;
}


/* コンタクト
----------------------------------*/
.contact{
float:right;
padding:40px 0 0 5px;
text-align:right;
color:#000;
font-size:90%;
}

.contact .tel{
margin-bottom:-3px;
font-size:180%;
font-family:Arial, Helvetica, sans-serif;
}


/* メインメニュー
------------------------------------------------------------*/
nav#mainNav{
clear:both;
position:relative;
z-index:200;
width:100%;
background:url(https://www.exart.jp/wp-content/uploads/2013/09/h_navi.gif) repeat-x;
}

nav#mainNav .inner{
padding-left:1px;
border-left:1px solid #747474;
}

nav#mainNav ul li{
float: left;
position: relative;
border-right:1px solid #747474;
}

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
color:#fff;
height:35px;
line-height:45px;
font-size:110%;
margin-right:1px;
padding:10px 39px 0 40px;
}

nav#mainNav ul li a span,nav#mainNav ul li a strong{
display:block;
font-size:90%;
line-height:1.4;
}

nav#mainNav ul li a span{
font-size:70%;
color:#888;
font-weight:normal;
}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover span, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-parent a{
color:#fff;
background:#333333;
}

nav#mainNav ul ul{
width:160px;
border-top:0;
}

nav#mainNav ul li ul{display: none;}

nav#mainNav ul li:hover ul{
display: block;
position: absolute;
top:45px;
left:-1px;
z-index:500;
}

nav#mainNav ul li li{
margin:0;
float: none;
height:40px;
line-height:40px;
width:160px;
background:#333333;
border-bottom:1px dotted #747474;
}

nav#mainNav ul li li:last-child{border:0;}

nav#mainNav ul li li a{
width:100%;
height:40px;
padding:0 0 0 10px;
line-height:40px;
font-size:95%;
text-align:left;
color:#ccc;
}

nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover{color:#fff;}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
line-height:0;
text-align:center;
z-index:0;
background: #ddd;
}

.post{
margin:0 0 20px 0;
padding:20px 10px 20px 20px;
border:1px solid #d5d5d5;
background: #fff;
}

.toppage h4{
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
}

.toppage{padding:10px 10px 20px 20px;}



/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #dcdcdc;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
color:#000;
border:1px solid #d5d5d5;
border-bottom:0;
background:#fff url(https://www.exart.jp/wp-content/uploads/2013/09/title_bg) repeat-x 0 100%;
}

.dateLabel{
text-align:right;
font-weight:bold;
color:#858585;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color: #333;
border-bottom:2px solid #515151;
}

.post h3{
margin:10px 0;
font-size:100%;
font-weight:normal;
color:#2e2c2c;
border-bottom:1px solid #515151;
}

.post h4{
margin:10px 0;
font-size:120%;
font-weight: bold;
color:#2e2c2c;
border-bottom:1px solid #515151;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:10px;
border: #ccc solid;
border-width: 0 0 1px 1px;
background:#efede7;
}

.post table td{
padding:10px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
background:#fff;
word-break: break-word;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

#post-569 .post img{
	max-width:500px;
	width: 100%;
	height:auto;
}
#post-569 .post p {
	text-align: center;
}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 10px 10px 15px 15px;
display:inline;
}

img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}



/* サイドバー　ウィジェット
*****************************************************/
section.widget ul, .widget_search, #calendar_wrap, .textwidget{
margin:0 0 20px 0;
padding:10px 10px 10px 17px;
border:1px solid #d5d5d5;
background: #fff;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
}

p.banner{padding-bottom:15px;}

p.banner img{
max-width:233px;
height:auto;
}

p.banner img:hover{
cursor:pointer;
opacity:.8;
}

section.widget h3{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #d5d5d5;
border-bottom:0;
color:#000;
background:#fff url(https://www.exart.jp/wp-content/uploads/2013/09/left_title_bg.jpg) no-repeat;
}

section.widget li a{
display:block;
padding:7px 0 7px 12px;
background:url(images/arrow.gif) no-repeat 0 12px;
border-bottom:1px dashed #dcdcdc;
}

section.widget li:last-child a{border:0;}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:90px;
vertical-align:bottom;
}

/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{font-weight:bold;}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #d5d5d5;
border-bottom:0;
color:#000;
background:#fff url(images/headingBg.png) repeat-x 0 100%;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(images/arrow.gif) no-repeat 0 5px;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom:1px dashed #dcdcdc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#6f6f6f;}



/* フッター
*****************************************************/
#footer ul{
padding:15px 0 25px;
text-align:center;
}

#footer li{
display:inline-block;
padding: 5px 16px;
border-left:1px dotted #d5d5d5;
}
*:first-child+html #footer li{display:inline;}

#footer li:first-child{border:0;}

#footer li a{
text-decoration:none;
color:#000;
}

#footer li a:hover{color:#999;}

#footer ul ul{display:none;}

#copyright{
clear:both;
padding:10px 0 15px;
text-align:center;
color:#000;
font-size:10px;
background-color:#DDDDDD;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 20px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事4件
------------------------------------------------------------*/
ul.post{
padding:0;
}

ul.post li{
margin:0 10px;
padding:20px 0 15px;
border-bottom:1px dashed #dcdcdc;
}

ul.post li:last-child{border:0;}

ul.post img{
float:left;
margin:0 15px 5px 10px;
}

ul.post h3{
margin:0 0 10px 10px;
font-size:14px;
font-weight:normal;
color:#333;
border:0;
}

/* 商品カテゴリ
------------------------------------------------------------*/
.thumb {
	width: 100%;
}

.thumbWrap{
/* width:627px; */
margin:20px 0 0 0;
}

.thumbWrap li{
/* float:left; */
/* width: 100%; */
height: 60px;
margin:25px 15px;
padding:5px 0;
/* border-bottom:#cccccc 1px dotted; */
background:none;
}

/* 商品記事リンク */
ul.thumb p{
float:left;
margin:0;
padding:0;
width:88px;
height:60px;
}

ul.thumb h3{
padding:1px;
font-weight:bold;
font-size:10px;
background:#fff;
/* float:left; */
}

ul.thumb h3 span{
display:block;
padding:0 5px 24px;
}
@media screen and (min-width: 768px) {
	ul.thumb h3 span{
		padding:24px 5px;
	}
}

ul.thumb h3 a{
	text-decoration: none;
	}

ul.thumb h3:hover{
	background:#eeeeee;
	text-decoration: none;
	}

ul.thumb h3:hover span{
	background:#eeeeee;
	text-decoration: none;
	}

/* 車種カテゴリ
------------------------------------------------------------*/
.thumb2 {
	display: flex;
	flex-wrap: wrap;
}

.thumbWrap2{
/* width:633px; */
margin:20px 15px 0;
}

.thumbWrap2 li{
/* float:left; */
/* width: 310px; */
width: 100%;
height: 35px;
margin:0 6px 0 0;
padding:2px 0 15px;
background:none;
}
@media screen and (min-width: 768px) {
	.thumbWrap2 li{
		width: 49%;
	}
}

/* 車種カテゴリ記事リンク */
ul.thumb2 h3{
padding:1px;
font-weight:normal;
font-size:11px;
text-align:center;
background:#fff;
border:1px solid #cccccc;
}

ul.thumb2 h3 span{
display:block;
padding:10px 3px;
background:url(https://www.exart.jp/wp-content/uploads/2015/09/list-b-bg.gif);
}

ul.thumb2 h3 a{
	color:#ffffff;
	text-decoration: none;
	}

ul.thumb2 h3:hover{
	background:#333333;
	text-decoration: none;
	}

ul.thumb2 h3:hover span{
	background:#333333;
	text-decoration: none;
	}

/* ギャラリー
------------------------------------------------------------*/
.thumbWrap3{
width:632px;
margin:20px -7px 0 0;
}

.thumbWrap3 li{
float:left;
width: 150px;
height: 210px;
margin:0 8px 0 0;
padding:2px 0 15px;
background:none;
}

/* ギャラリー記事リンク */
ul.thumb3 h3{
padding:1px;
font-weight:normal;
font-size:10px;
text-align:center;
background:#fff;
border:1px solid #cccccc;
}

ul.thumb3 h3 span{
display:block;
padding:2px 3px;
background:#dddddd;
}

ul.thumb3 h3:hover{background:#eeeeee;}

ul.thumb3 h3:hover span{background:#eeeeee;}
















/* 240108追加 */
/* @charset "UTF-8"; */
/* リキッドレイアウト対応 */
body {
	font-family: "";
  }
  
  .u-desktop {
	display: none;
  }
  @media screen and (min-width: 768px) {
	.u-desktop {
	  display: block;
	}
  }
  
  @media screen and (min-width: 768px) {
	.u-mobile {
	  display: none;
	}
  }
  
  .inner {
	max-width: 1230px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 25px;
	padding: 0 1.5625rem;
  }
  @media screen and (min-width: 768px) {
	.inner {
	  padding: 0 0.9375rem;
	}
  }
  
  .section-title {
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
	letter-spacing: 0.09em;
	font-weight: 700;
  }
  @media screen and (min-width: 768px) {
	.section-title {
	  font-size: 2.125rem;
	}
  }
  
  html {
	font-size: 16px;
  }
  @media (max-width: 375px) {
	html {
	  font-size: 4.2666666667vw;
	}
  }
  @media screen and (min-width: 768px) {
	html {
	  font-size: 1.3008130081vw;
	}
  }
  @media (min-width: 1230px) {
	html {
	  font-size: 16px;
	}
  }
  
  /* pcの電話番号発信対応 */
  @media screen and (min-width: 768px) {
	a[href^="tel:"] {
	  pointer-events: none;
	}
  }
  
  /* ホバー */
  a {
	text-decoration: underline;
	color: inherit;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
  }
  @media screen and (min-width: 768px) {
	a:hover {
	  opacity: 0.8;
	}
  }

.header__nav-item>a,
.manufacturer__list>a,
a.movie__btn,
a.contact-sec__btn,
.footer__nav>a,
.thumbWrap2 a {
	text-decoration: none!important;
}
  
  body {
	word-wrap: break-word;
	word-wrap: break-word;
  }
  
  *,
  *::before,
  *::after {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  }
  
  /* Remove default padding */
  ul,
  ol {
	padding: 0;
  }
  
  /* Remove default margin */
  body,
  h1,
  h2,
  h3,
  h4,
  p,
  ul,
  ol,
  figure,
  blockquote,
  dl,
  dd {
	margin: 0;
  }
  
  /* Set core root defaults */
  html {
	scroll-behavior: smooth;
  }
  
  /* Set core body defaults */
  body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
  }
  
  /* Remove list styles on ul, ol elements with a class attribute */
  ul,
  ol {
	list-style: none;
  }
  
  /* A elements that don't have a class get default styles */
  a:not([class]) {
	text-decoration-skip-ink: auto;
  }
  
  /* Make images easier to work with */
  /* img {
	max-width: 100%;
	display: block;
	width: 100%;
  } */
  
  /* Natural flow and rhythm in articles by default */
  article > * + * {
	margin-top: 1em;
  }
  
  /* Inherit fonts for inputs and buttons */
  input,
  button,
  textarea,
  select {
	font: inherit;
  }
  
  /* Blur images when they have no alt attribute */
  /* フォームリセット */
  input,
  button,
  /* select, */
  textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
  }
  
  textarea {
	resize: vertical;
  }
  
  input[type=checkbox],
  input[type=radio] {
	display: none;
  }
  
  input[type=submit],
  input[type=button],
  label,
  button,
  select {
	cursor: pointer;
  }
  
  select::-ms-expand {
	display: none;
  }
  
  .layout-header {
	position: fixed;
	z-index: 900;
	top: 0;
	right: 0;
	left: 0;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
  }
  
  .l-inner {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
  }
  @media screen and (min-width: 768px) {
	.l-inner {
	  max-width: 1280px;
	  padding-right: 25px;
	  padding-left: 25px;
	}
  }
  
  .banners__inner {
	padding-top: 25px;
	padding-top: 1.5625rem;
	padding-bottom: 35px;
	padding-bottom: 2.1875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	gap: 10px;
	gap: 0.625rem;
  }
  @media screen and (min-width: 768px) {
	.banners__inner {
	  gap: 1.25rem;
	  padding-top: 6.125rem;
	  padding-bottom: 6.125rem;
	}
  }

  .banners__upper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	gap: 20px;
	gap: 1.25rem;
  }
  @media screen and (min-width: 768px) {
	.banners__upper {
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: row;
			  flex-direction: row;
	}
  }
  
  .banners__upper a {
	width: 100%;
  }
  @media screen and (min-width: 768px) {
	.banners__upper a {
	  width: 50%;
	}
  }
  
  .contact-sec {
	background-color: rgb(180, 214, 255);
	color: #fff;
  }
  
  .contact-sec__inner {
	padding: 25px 0 35px;
	padding: 1.5625rem 0 2.1875rem;
	text-align: center;
  }
  @media screen and (min-width: 768px) {
	.contact-sec__inner {
	  padding: 3.4375rem 0 5.5rem;
	}
  }
  
  .contact-sec__subtitle {
	font-size: 20px;
	font-size: 1.25rem;
  }
  
  .contact-sec__description {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 30px;
	margin-top: 1.875rem;
  }
  @media screen and (min-width: 768px) {
	.contact-sec__description {
	  font-size: 1.625rem;
	}
  }
  
  .contact-sec__btn {
	padding: 10px 40px;
	padding: 0.625rem 2.5rem;
	font-size: 16px;
	font-size: 1rem;
	display: inline-block;
	border: 2px solid #fff;
	margin-top: 30px;
	margin-top: 1.875rem;
  }
  @media screen and (min-width: 768px) {
	.contact-sec__btn {
	  padding: 0.9375rem 5rem;
	  font-size: 1.875rem;
	}
  }
  
  #footer {
	background-color: rgb(111, 111, 111);
  }
  
  #footer .footer__inner {
	padding: 0 15px 35px;
	padding: 0 0.9375rem 2.1875rem;
  }
  @media screen and (min-width: 768px) {
	#footer .footer__inner {
	  padding: 1.5625rem 2.8125rem 10rem;
	}
  }
  #footer .footer__upper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
  }
  @media screen and (min-width: 768px) {
	#footer .footer__upper {
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: row;
			  flex-direction: row;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	}
  }
  #footer .footer__nav {
	max-width: 285px;
  max-width: 17.8125rem;
	width: 100%;
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(8, auto);
	gap: 0.4166666667vw;
	color: #fff;
	padding-top: 35px;
	padding-bottom: 47px;
	padding-bottom: 2.9375rem;
	margin-right: auto;
	margin-left: auto;
  }
  @media screen and (min-width: 600px) {
	#footer .footer__nav {
	  max-width: 100%;
	  max-height: 240px;
	  grid-template-rows: repeat(4, auto);
	}
  }
  @media screen and (min-width: 768px) {
	#footer .footer__nav {
	  width: 69%;
	}
  }
  #footer .footer__nav-item {
	display: block;
	font-size: 16px;
	font-size: 1rem;
  }
  #footer .footer__nav-item:hover {
	color: #fff;
  }
  #footer .footer__calender {
	max-width: 450px;
	max-width: 28.125rem;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
  }
  @media screen and (min-width: 768px) {
	#footer .footer__calender {
	  max-width: none;
	  width: 30%;
	}
  }
  
  div.widget h3 {
	clear: both;
	margin: 0;
	padding: 7px 10px 7px 10px;
	font-size: 110%;
	border: 1px solid #d5d5d5;
	border-bottom: 0;
	color: #000;
	background: #fff url(https://www.exart.jp/wp-content/uploads/2013/09/left_title_bg.jpg) no-repeat;
	background-size: cover;
  }
  
  
  #xo-event-calendar-1 {
	background-color: #fff;
  }
  
  #xo-event-calendar-1 .xo-month {
	max-width: 100% !important;
	/* color: #fff; */
	width: 100%;
  }
  
  #xo-event-calendar-1 .month-header {
	display: flex;
	justify-content: space-between;
  }
  
  #xo-event-calendar-1 .month-dayname {
	width: 100%;
  }
  
  #xo-event-calendar-1 tbody {
	width: 100%;
  }
  
  #xo-event-calendar-1 tr {
	width: 100%;
	display: flex;
  }
  
  #xo-event-calendar-1 th,
  #xo-event-calendar-1 td {
	flex: 1;
	text-align: center;
  }
  
  
  /* #biz_calendar table.bizcal .holiday {
	background-color: red !important;
  }
  #biz_calendar p {
	display: none;
  }
  #biz_calendar table.bizcal .down-img,
  #biz_calendar table.bizcal .today-img,
  #biz_calendar table.bizcal .up-img {
	max-width: 30px !important;
	max-width: 1.875rem !important;
  }
  #biz_calendar table.bizcal img {
	width: auto;
  } */
  
  .footer__lower {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-top: 20px;
	margin-top: 1.25rem;
  }
  @media screen and (min-width: 768px) {
	.footer__lower {
	  -webkit-box-align: end;
		  -ms-flex-align: end;
			  align-items: flex-end;
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: row;
			  flex-direction: row;
	  gap: 2.5rem;
	  margin-top: 5rem;
	}
  }
  
  .footer__lower-description {
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
  }
  @media screen and (min-width: 768px) {
	.footer__lower-description {
	  font-size: 1rem;
	}
  }
  
  main {
	padding-top: 60px;
	padding-top: 3.75rem;
  }
  @media screen and (min-width: 768px) {
	main {
	  padding-top: 11.25rem;
	}
  }
  
  .mv {
	position: relative;
	z-index: 1;
	height: auto;
	margin-top: -3px;
	margin-top: -0.1875rem;
	background-color: #000;
  }
  
  .mv__inner {
	height: inherit;
	min-height: inherit;
	max-width: 1920px;
	max-width: 120rem;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
  }
  
  .mv__title-wrap {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	width: 100%;
	color: #fff;
	text-align: center;
  }
  
  .mv__main-title {
	font-size: 40px;
	font-size: 2.5rem;
  }
  @media screen and (min-width: 768px) {
	.mv__main-title {
	  font-size: 3.75rem;
	}
  }
  
  .mv__sub-title {
	margin-top: 20px;
	margin-top: 1.25rem;
	font-size: 20px;
	font-size: 1.25rem;
  }
  @media screen and (min-width: 768px) {
	.mv__sub-title {
	  font-size: 2.1875rem;
	}
  }
  
  .mv__swiper,
  .mv__swiper .swiper-img,
  .mv__swiper .swiper-img img {
	height: inherit;
	min-height: inherit;
  }
  
  .mv__swiper .swiper-img img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
  }

  .mv img,
  .manufacturer img {
	max-width: 100%;
	display: block;
	width: 100%;
  }
  
  .header {
	height: 40px;
	height: 2.5rem;
	background-color: #fff;
  }
  
  .header__upper {
	height: 60px;
	height: 3.75rem;
	background-color: #fff;
  }
  @media screen and (min-width: 768px) {
	.header__upper {
	  height: 6.875rem;
	}
  }
  
  .header__inner {
	height: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	max-width: 1200px;
	max-width: 75rem;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 0 15px 10px
  }
  
  .header__logo {
	max-width: 200px;
	max-width: 12.5rem;
	width: 100%;
	height: inherit;
  }
  @media screen and (min-width: 768px) {
	.header__logo {
	  max-width: 13.75rem;
	}
  }
  
  .header__logo a {
	height: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .header__logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
  }
  
  .header__sns-items {
	display: none;
  }
  @media screen and (min-width: 768px) {
	.header__sns-items {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  gap: 0.25rem;
	}
  }
  
  .header__right {
	display: none;
  }
  @media screen and (min-width: 768px) {
	.header__right {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  gap: 0.25rem;
	}
  }
  
  select#ofcategory {
	border: 1px solid #d4d4d7;
	vertical-align: middle;
	max-width: 100%;
	line-height: 30px;
	height: 30px;
	padding: 0 5px;
  }
  
  form.searchandfilter input {
	max-width: 100%;
  }
  
  .header__lower {
	background-color: #000;
  }
  
  .header__nav {
	display: none;
	height: inherit;
  }
  @media screen and (min-width: 768px) {
	.header__nav {
	  display: block;
	}
  }
  
  .header__nav-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .header__nav-item {
	height: inherit;
	position: relative;
  }
  
  .header__nav-item.header__nav-item--contact {
	margin-left: 15px;
	margin-left: 0.9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .header__nav-item a {
	padding: 25px 20px;
	padding: 1.5625rem 1.25rem;
	height: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
  }

  .header__nav-child-items {
	padding: 10px 0;
	padding: 0.625rem 0;
	position: absolute;
	top: 65%;
	left: 91%;
	-webkit-transform: translateX(-50%) rotateX(90deg);
			transform: translateX(-50%) rotateX(90deg);
	max-width: 280px;
	max-width: 17.5rem;
	width: 190%;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
  }
  
  .header__nav-item:hover > .header__nav-child-items {
	-webkit-transform: translateX(-50%) rotateX(0deg);
			transform: translateX(-50%) rotateX(0deg);
	opacity: 1;
	visibility: visible;
  }
  
  .header__nav-child-item a {
	padding: 10px 0 10px 27px;
	padding: 0.625rem 0 0.625rem 1.6875rem;
	position: relative;
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1;
	color: #fff;
  }

  
  .header__hamburger {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	position: relative;
	z-index: 999;
	width: 70px;
	width: 4.375rem;
	height: inherit;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
  }
  @media screen and (min-width: 768px) {
	.header__hamburger {
	  display: none;
	}
  }
  
  .header__hamburger.is-open {
	background-color: transparent;
  }
  
  .header__hamburger span {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	display: block;
	width: 35px;
	width: 2.1875rem;
	height: 1px;
	background-color: #000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
  }

.header__hamburger.is-open span {
	background-color: #fff;
  }
  
  .header__hamburger span:nth-of-type(1) {
	top: -9px;
	top: -0.5625rem;
  }
  
  .header__hamburger span:nth-of-type(2) {
	top: 0;
  }
  
  .header__hamburger span:nth-of-type(3) {
	top: 9px;
	top: 0.5625rem;
  }
  
  .header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	-webkit-transform: translateX(-50%) rotate(45deg);
			transform: translateX(-50%) rotate(45deg);
  }
  
  .header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
  }
  
  .header__hamburger.is-open span:nth-of-type(3) {
	top: -2px;
	top: -0.125rem;
	-webkit-transform: translateX(-50%) rotate(-45deg);
			transform: translateX(-50%) rotate(-45deg);
  }
  
  .header__drawer {
	padding: 15vh 0;
	display: none;
	position: absolute;
	z-index: 900;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(15, 43, 70, .95);
	overflow-y: scroll;
	scrollbar-width: none;
  }
  
  .header__drawer::-webkit-scrollbar {
	display: none;
  }
  
  .header__drawer-item a {
	font-size: 8vw;
	padding: 15px 0;
	padding: 0.9375rem 0;
	display: block;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
  }
  @media screen and (min-width: 768px) {
	.header__drawer-item a {
	  font-size: 2.25rem;
	}
  }

.header__drawer-accordion-title,
.header__drawer-item a {
  padding: 13px 0;
  padding: 0.8125rem 0;
  display: block;
  position: relative;
}

.header__drawer-accordion-title {
  position: relative;
}

.header__drawer-accordion-items {
  display: none;
}

.header__drawer-accordion-items-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.header__drawer-accordion-item>a {
  padding: 4px 0;
  padding: 0.25rem 0;
  font-size: 4.2666666667vw;
  font-weight: 500;
  font-family: "";
  color: #fff;
  line-height: 1.75;
}

.header__drawer-accordion-title::before {
  position: absolute;
  content: "";
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background: url(../images/top/open.png) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__drawer-accordion-title::after {
  position: absolute;
  content: "";
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background: url(../images/top/close.png) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.header__drawer-accordion-title.is-open::before {
  display: none;
}

.header__drawer-accordion-title.is-open::after {
  display: block;
}
  
 
  
  .searchandfilter ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
  }
  
  .information__inner {
	padding: 25px 0;
	padding: 1.5625rem 0;
  }
  @media screen and (min-width: 768px) {
	.information__inner {
	  padding: 3.4375rem 0 3.4375rem;
	}
  }
  
  .information__title {
	color: #000;
	text-align: center;
	letter-spacing: 0.09em;
  }
  
  .post {
	font-size: 12px;
	font-size: 0.75rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
  }
  @media screen and (min-width: 768px) {
	.post {
	  font-size: 1.3333333333vw;
	}
  }
  @media screen and (min-width: 1200px) {
	.post {
	  font-size: 1rem;
	}
  }
  
  .post__tag {
	display: inline-block;
	color: #fff;
	background-color: red;
	width: 140px;
  	width: 8.75rem;
	margin-top: 2px;
	margin-top: 0.125rem;
	margin-bottom: 2px;
	margin-bottom: 0.125rem;
	text-align: center;
  }
  
  .instagram {
	padding: 25px 0 35px;
	padding: 1.5625rem 0 2.1875rem;
  }
  @media screen and (min-width: 768px) {
	.instagram {
	  padding: 3.4375rem 0 5.5rem;
	}
  }
  
  .instagram__title {
	color: red;
  }
  
  .instagram .post {
	margin-top: 35px;
	margin-top: 2.1875rem;
  }
  
  .sbi_photo {
	background-image: none !important;
	padding-bottom: 0!important;
  }
  
  .sbi_photo img {
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: cover !important;
	   object-fit: cover !important;
  }
  
  .manufacturer__inner {
	padding-top: 10px;
	padding-top: 0.625rem;
  }
  
  .manufacturer__list {
	display: none;
  }
@media screen and (min-width: 768px) {
	.manufacturer__list {
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 1.5vw;
  }
}
  @media screen and (min-width: 1200px) {
	.manufacturer__list {
	  font-size: 1.125rem;
	}
  }
  
  .manufacturer__list span {
	color: red;
  }
  
  .manufacturer__list a {
	padding: 0 15px;
	padding: 0 0.9375rem;
  }
  
  .manufacturer__container {
	max-width: 500px;
	max-width: 31.25rem;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 15px;
  }
  @media screen and (min-width: 768px) {
	.manufacturer__container {
	  max-width: none;
	  display: grid;
	  grid-template-columns: 1fr 1fr 1fr;
	  grid-template-rows: auto;
	  gap: 0.875rem;
	}
  }
  
  .manufacturer__item {
	display: block;
	margin-top: 10px;
	margin-top: 0.625rem;
  }
  @media screen and (min-width: 768px) {
	.manufacturer__item {
	  margin-top: 0;
	}
  }
  
  .movie {
	background-color: #000;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
  }
  
  .movie__inner {
	max-width: 1920px;
	max-width: 120rem;
	width: 100%;
	height: auto;
	aspect-ratio: 1920/1080;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }

@media screen and (min-width: 768px) {
	.movie__inner {
	  aspect-ratio: 1920/600;
	}
  }
  
  .movie__inner video {
	-o-object-fit: cover;
	   object-fit: cover;
  }
  
  .movie__title {
	position: absolute;
	font-size: 3.1666666667vw;
	color: #fff;
	top: 30%;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	white-space: nowrap;
  }
  @media screen and (min-width: 1200px) {
	.movie__title {
	  font-size: 2.375rem;
	}
  }
  
  .movie__btn {
	position: absolute;
	font-size: 2.8333333333vw;
	color: #fff;
	display: inline-block;
	padding: 9px 26px;
	padding: 0.5625rem 1.625rem;
	border: 3px solid #fff;
	top: 58%;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
  }
  @media screen and (min-width: 1200px) {
	.movie__btn {
	  font-size: 2.625rem;
	  padding: 0.5625rem 2.1875rem;
	}
  }
  
  .new-product {
	background-color: #2c2f30;
	padding: 25px 0 35px;
	padding: 1.5625rem 0 2.1875rem;
  }
  @media screen and (min-width: 768px) {
	.new-product {
	  padding: 3.4375rem 0 5.5rem;
	}
  }
  
  .new-product__title {
	color: #fff;
	text-align: center;
	letter-spacing: 0.09em;
	font-weight: 700;
  }
  
  .new-product-list {
	margin-top: 25px;
	margin-top: 1.5625rem;
  }
  @media screen and (min-width: 768px) {
	.new-product-list {
	  margin-top: 2.1875rem;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}
  }
  
  .new-product-list__item {
	max-width: 500px;
	max-width: 31.25rem;
	margin-right: auto;
	margin-left: auto;
  }
  @media screen and (min-width: 768px) {
	.new-product-list__item {
	  max-width: calc(25% - 1.64063rem);
	  width: 100%;
	}
  }
  
  .new-product-list__item + .new-product-list__item {
	margin-top: 30px;
	margin-top: 1.875rem;
  }
  @media screen and (min-width: 768px) {
	.new-product-list__item + .new-product-list__item {
	  margin-top: 0;
	  margin-left: 2.1875rem;
	}
  }
  
  .new-product-list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	height: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, .05);
			box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, .05);
  }
  
  .new-product-list__item-img {
	width: 100%;
  }
  
  .new-product-list__item-img img {
	width: 100%;
	height: 100%;
	aspect-ratio: 270/200;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  
  .new-product-list__item-content {
	font-weight: 700;
	padding: 20px 25px 25px;
	padding: 1.25rem 1.5625rem 1.5625rem;
	-webkit-box-flex: 1;
		-ms-flex-positive: 1;
			flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  
  .new-product-list__item-content span {
	display: block;
	text-align: right;
  }
  
  .new-product-list__item-category {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1;
	color: #aaa;
  }
  @media screen and (min-width: 768px) {
	.new-product-list__item-category {
	  font-size: 0.875rem;
	}
  }
  
  .new-product-list__item-title {
	margin-top: 8px;
	margin-top: 0.5rem;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
  }
  @media screen and (min-width: 768px) {
	.new-product-list__item-title {
	  margin-top: 0.625rem;
	  font-size: 0.75rem;
	}
  }
  
  .new-product-list__item-text {
	margin-top: 10px;
	margin-top: 0.625rem;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
  }
  @media screen and (min-width: 768px) {
	.new-product-list__item-text {
	  margin-top: 0.9375rem;
	  font-size: 0.875rem;
	}
  }
  
  .product-line {
	background-color: #2c2f30;
	padding: 25px 0 35px;
	padding: 1.5625rem 0 2.1875rem;
  }
  @media screen and (min-width: 768px) {
	.product-line {
	  padding: 3.4375rem 0 5.5rem;
	}
  }
  
  .product-line__title {
	color: #fff;
	text-align: center;
	letter-spacing: 0.09em;
	font-weight: 700;
  }
  
  .product-line-list {
	margin-top: 25px;
	margin-top: 1.5625rem;
  }
  @media screen and (min-width: 768px) {
	.product-line-list {
	  margin-top: 2.1875rem;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}
  }
  
  .product-line-list__item {
	max-width: 500px;
	max-width: 31.25rem;
	margin-right: auto;
	margin-left: auto;
  }
  @media screen and (min-width: 768px) {
	.product-line-list__item {
	  max-width: calc(50% - 2.1875rem);
	  width: 100%;
	}
  }
  
  .product-line-list__item {
	margin-top: 15px;
	margin-top: 0.9375rem;
  }
  @media screen and (min-width: 768px) {
	.product-line-list__item {
	  margin-top: 1.875rem;
	}
  }
  
  .product-line-list__item:first-child {
	margin-top: 0;
  }
  
  @media screen and (min-width: 768px) {
	.product-line-list__item:nth-child(2) {
	  margin-top: 0;
	}
  }
  
  .product-line-list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	height: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, .05);
			box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, .05);
  }
  
  .product-line-list__item-img {
	width: 100%;
  }
  
  .product-line-list__item-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
  }
  
  .product-line-list__item-content {
	font-weight: 700;
	padding: 20px 25px 25px;
	padding: 1.25rem 1.5625rem 1.5625rem;
	-webkit-box-flex: 1;
		-ms-flex-positive: 1;
			flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  
  .product-line-list__item-content span {
	display: block;
	text-align: right;
  }
  
  .product-line-list__item-category {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1;
	color: #aaa;
  }
  @media screen and (min-width: 768px) {
	.product-line-list__item-category {
	  font-size: 0.875rem;
	}
  }
  
  .product-line-list__item-title {
	margin-top: 8px;
	margin-top: 0.5rem;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
  }
  @media screen and (min-width: 768px) {
	.product-line-list__item-title {
	  margin-top: 0.625rem;
	  font-size: 0.75rem;
	}
  }
  
  .product-line-list__item-text {
	margin-top: 10px;
	margin-top: 0.625rem;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
  }
  @media screen and (min-width: 768px) {
	.product-line-list__item-text {
	  margin-top: 0.9375rem;
	  font-size: 0.875rem;
	}
  }
  
  .topic {
	background-color: rgb(180, 214, 255);
  }
  
  .topic__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	padding-top: 25px;
	padding-top: 1.5625rem;
	padding-bottom: 35px;
	padding-bottom: 2.1875rem;
  }
  @media screen and (min-width: 768px) {
	.topic__inner {
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: row;
			  flex-direction: row;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	  padding-top: 7.5rem;
	  padding-bottom: 6.875rem;
	}
  }
  
  .topic__img {
	max-width: 500px;
	max-width: 31.25rem;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
  }
  @media screen and (min-width: 768px) {
	.topic__img {
	  max-width: none;
	  width: 47%;
	  height: 100%;
	  margin-right: 0;
	  margin-left: 0;
	}
  }
  
  .topic__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  
  .topic__contents {
	color: #fff;
	max-width: 500px;
	max-width: 31.25rem;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-top: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
  }
  @media screen and (min-width: 768px) {
	.topic__contents {
	  max-width: none;
	  width: 48%;
	  margin-right: 0;
	  margin-left: 0;
	}
  }
  
  .topic__title {
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
  }
  @media screen and (min-width: 768px) {
	.topic__title {
	  font-size: 1.875rem;
	  text-align: left;
	}
  }
  
  .topic__description {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 16px;
	margin-top: 1rem;
  }
  @media screen and (min-width: 768px) {
	.topic__description {
	  font-size: 1.375rem;
	}
  }


.thumbWrap__search {
	padding: 0 25px;
}
.thumbWrap__search .thumb {
	border: 1px solid #dbdada;
	box-shadow: inset 2px 2px 2px rgba(0,0,0,.5), inset -2px -2px 2px rgba(0,0,0,.5);
	padding: 15px;
	margin-top: 15px;
}
.thumbWrap__search li {
	max-width: 900px;
	margin: 0 auto;
}



  /*# sourceMappingURL=styles.css.map */
  