/* CSS Document */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}




/*ここから共通指定
***************************************/
html {
    font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior:smooth;
	
	font-family: "Mulish", "Noto Sans JP", sans-serif !important;
	font-optical-sizing: auto;
	font-style: normal;
}

/*フォント指定など
***************************************/
body {
    font-size:1.6rem;/* 16px*/
	background:#f5f5f7;
}


/*その他
***************************************/

.mt-minus-lg {
    margin-top: -4rem;
}

@media (max-width: 1280px) {
.mt-minus-lg {
	 margin-top:0;
}
}

#header {
	background:#343f56;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 40px 0px 40px 0px;
}

#header #site-header {
}

.page-header {
	margin: 100px 0px 100px 0px;
	padding: 0px 0px 0px 0px;
}

.page-header h1 {
	text-align:center;
	font-size:clamp(16px, 1.6vw, 20px);
	color:#343F56;
	line-height:1.2;
}

.page-header h1:before {
	margin-bottom:1.5rem;
	content: attr(data-eng);
	display: block;
	font-size: 32px;
	font-weight: 600;
	color:#343F56;
}

.page-header h2 {
	text-align:center;
	font-size:clamp(16px, 1.6vw, 20px);
	color:#343F56;
	line-height:1.2 !important;
}

.page-header h2:before {
	margin-bottom:1.5rem;
	content: attr(data-eng);
	display: block;
	font-size: 32px;
	font-weight: 600;
	color:#343F56;
}

.page-content {
	background:#FFF;
	padding:120px;
	margin-bottom:150px;
}

.home .page-content {
	background:none;
	margin-top:6rem;
	margin-bottom:6rem;
	padding:0;
}

.page-content h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	border-bottom:1px solid #ccc;
	position:relative;
	padding-bottom:1.75rem;
	color:#343F56;
}

.page-content h3:after {
	content:"";
	display:inline-block;
	width:76px;
	height:4px;
	background:#f17436;
	position:absolute;
	left:0;
	bottom:-0.1rem;
}

@media (max-width: 1200px) {
#header #site-header {
	padding-right:0;
	padding-left:20px;
}

.page-content,
.product-content {
	width:calc(100% - 40px);
	margin-left:auto;
	margin-right:auto;
}

}

@media (max-width: 1024px) {
.page-content {
	padding:50px 20px 50px 20px;
	margin-bottom:60px;
}
}


@media (max-width: 768px) {
.page-header {
	margin: 50px 0px 50px 0px;
}
}


/* ヘッダー */

h1.site_logo {
	margin-top:0;
	margin-bottom:0;
	line-height:0;
}

h1.site_logo a {
	line-height:0;
	display:block;
}

h1.site_logo a img {
	vertical-align:bottom;
}

.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* ロゴ */
#header_left {
    flex-shrink: 0;
}

/* ナビ全体を右端へ */
#header_right {
    margin-left: auto;
}

/* ナビ */
#nav > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: clamp(15px, 1vw, 20px);
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 各メニュー */
#nav > ul > li {
    margin: 0;
    padding: 0;
}

/* リンク */
#nav > ul > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #FFF;
    padding: 0.8rem 2rem;
    transition: color 0.3s ease;
}

#nav > ul > li > a:hover {
    color: #f17436;
}

/* 英字 */
#nav > ul > li > a > span {
    display: block;
    margin-bottom: 5px;
    font-size: 1.5em;
    line-height: 1;
    letter-spacing: 0.08em;
}

#menu-global_nav > li.menu-item-has-children {
    position: relative;
}

#menu-global_nav > li.menu-item-has-children > .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 42% 0 0 0;
    list-style: none;
	z-index:10;
}

#menu-global_nav > li.menu-item-has-children > a {
	position:relative;
}

#menu-global_nav > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-right:0.5rem;
	position:absolute;
	right:0;
	/*中央*/
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	margin: auto;
	display:inline-block;
	font-size:1.4em;
}

#menu-global_nav > li.menu-item-has-children > .sub-menu {
    background: #343f56;
}

#menu-global_nav > li.menu-item-has-children:hover > .sub-menu {
    display: block;
}

#menu-global_nav > li.menu-item-has-children > .sub-menu a {
    display: block;
    color: #8F94A0;
    padding: 20px 2rem 20px 2rem;
    white-space: nowrap;
    transition: color 0.3s ease;
	font-size:16px;
}

#menu-global_nav > li.menu-item-has-children > .sub-menu a:hover {
    color: #fff;
}

#nav .nolink {
    position: relative;
}

#nav .nolink > a {
    cursor: default;
}

/* 吹き出し */
#nav .nolink > a::after {
    content: "現在準備中です";
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);

    background: #FFF;
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: 0;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

/* 三角 */
#nav .nolink > a::before {
    content: "";
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    transform: translateX(-50%);

    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #FFF;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

/* hover時 */
#nav .nolink:hover > a::after,
#nav .nolink:hover > a::before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.pc_none {
	display:none;
}

@media (max-width: 1024px) {
.sp_none {
	display:none;
}
	
.pc_none {
	display:inherit;
}

#header {
  padding: 20px;
}

#nav > ul > li > a {
	font-size:16px;
}

#nav > ul > li > a > span {
	display:none;
}

#menu-global_nav > li.menu-item-has-children > .sub-menu {
	left:inherit;
	right:0;
	padding-top:30%;
}

#menu-global_nav > li.menu-item-has-children > a::after {
	right:-7px;
	font-size:1.2em;
}


#menu-global_nav > li.menu-item-has-children:hover > .sub-menu {
	display: none;
}

}

@media (max-width: 768px) {
#header #site-header {
	padding-left:0;
	padding-right:0;
}

#header_left {
	width:35%;
}

#nav > ul > li > a {
	font-size: 13px;
}

#menu-global_nav > li.menu-item-has-children > .sub-menu a {
	padding:15px 2rem 15px 2rem;
	font-size:15px;
}

#menu-global_nav > li.menu-item-has-children > a::after {
	right:-2px;
}

}


#footer {
	background:#343f56;
	padding: 65px 20px 65px 20px;
}

#footer_inner {
	width:100%;
	max-width:1140px;
	margin:0 auto;
}

#footer_info {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#footer_info > dl {
	margin: 0;
	width: 30%;
}

#footer_info > dl dt {
	width:173px;
	height:auto;
	margin-bottom:0.5rem;
}

#footer_info > dl dd {
	padding-left:0;
	margin-left:0;
}

#footer_info > dl dd p {
	color:#FFF;
	font-size:16px;
	margin-bottom:0;
}

#footer_info > dl dd small {
	color:#8f94a0;	
	font-size:12px;
}

#footer_nav {
	display: flex;
	justify-content: flex-end;
	gap: 30px;
	width: 55%;
}

#footer_nav > div {
	flex: 0 0 auto;
	width: 30%;
}

#footer_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer_nav h3 {
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding-bottom:0.75rem;
	border-bottom:1px solid #616161;
}

#footer_nav ul li {
	padding-left:0.5rem;
}

#footer_nav ul li:last-child {
	margin-bottom:0;
}

#footer_nav ul li a {
    color: #8f94a0;
    font-size: 12px;
    transition: color 0.3s ease;
}

#footer_nav ul li a:hover {
    color: #fff;
}

@media (max-width: 768px){

#footer {
  padding: 45px 20px 45px 20px;
}

#footer_info {
	display:block;
}

#footer_info > dl {
	width:100%;
	margin-bottom:1.5rem;
}

#footer_nav ul {
	margin-bottom:1.5rem;
}

#footer_nav {
	width:100%;
	display:block;
}

#footer_nav > div {
	width:100%;
}

}

.company_table {
	border:none;
}

.company_table th,
.company_table td {
	border:none;
	line-height:2.4;
	font-size:14px;
	vertical-align:top;
	padding:6rem 0;
}

.company_table td {
	border-bottom:1px solid #CCC;
}

.company_table td:nth-child(1) {
	font-weight:600;
}

@media (max-width: 768px){
.company_table th, .company_table td {
	padding:3rem 0 0 0;
	display:block;
	width:100%;
	font-size: 13px;
}

.company_table td {
	 padding-top:0;
	 border-bottom:none;
}

.company_table td:nth-child(1) {
	padding-top:3rem;
}

}

.tel-btn a {
	font-size: 24px;
	padding: 4.5rem 8rem;
	border: 2px solid transparent;
	transition: background-color .3s ease, border-color .3s ease;
}

.tel-btn a:hover {
	background-color: #fff !important;
	border-color: #F17436;
	color:#F17436 !important;
}

.wpcf7-form {
	margin: 60px 0px 0px 0px;
}

.hissu {
	color:#BBB;
	margin-bottom:1.5rem;
}

.required {
	color:#d83a56;
}

.doui {
	text-align:center;
	margin-bottom:2rem;
}

.doui span {
	font-size:14px;
}

.doui a {
	color:#f28048;
	font-size:15px;
}

.submit {
	text-align:center;
	margin-bottom: 0 !important;
}

.wpcf7-form table {
	margin-bottom:4.5rem;
	width: 100%;
}

.wpcf7-form table th {
	font-weight:normal;
	font-size:14px;
	text-align:left;
	width:18%;
}

.wpcf7-spinner {
	display:block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:1.5rem;
}

.wpcf7-not-valid-tip {
	margin-top:0.75rem;
}

.wpcf7-form input,
.wpcf7-form textarea {
  padding: 20px 20px 20px 20px;
  border:1px solid #BBB;
  background:#EFEFEF;
  font-size:16px;
}

::placeholder {
  color: #cfcfcf;
}

.wpcf7-submit {
	padding: 5px 100px 5px 100px !important;
	line-height:1.5em !important;
	font-size:16px !important;
	min-height: 72px !important;
	background:#f17436 !important;
	color:#FFF !important;
	text-align:center !important;
	border:none !important;
	border-radius:6rem;
}

.wpcf7-response-output {
	border-color:#FF0000 !important;
	color:#FF0000 !important;
	font-size:clamp(15px, 1.1vw, 15px);
	padding:0.5rem 1rem !important;
}

@media (max-width: 768px){
.tel-btn a {
	padding: 2.5rem 5rem;
}

.hissu {
	margin-bottom:0;
}
.wpcf7-form {
	margin-top:30px;
}

.wpcf7-form table {
	margin-bottom:2rem;
}

.wpcf7-form table th, .wpcf7-form table td {
	padding:2rem 0 0 0;
	display:block;
	width:100%;
	font-size: 13px;
}

.wpcf7-form table td {
	 padding-top:0;
	 border-bottom:none;
}

.wpcf7-form input, .wpcf7-form textarea {
	padding:10px;
}

}


/* 製品紹介 */

.product-content {
}

.product-content .taxonomy-header h2 {
	border-left:1px solid #343f56;
	padding:1rem 0 0.25rem 2rem;
	margin-bottom:12rem;
	margin-top:15rem;
	position:relative;	
}

.product-content .taxonomy-header h2 strong {
	display:block;
	font-weight:normal;
	font-size:clamp(20px, 2vw, 32px);
	margin-bottom:1.5rem;
	color:#343f56;
}

.product-content h2 span {
	display:block;
	font-weight:normal;
	font-size:1em;
	color:#f17436;
}

.product-content .taxonomy-header h2 img {
	position:absolute;
	width:60%;
	height:auto;
	left:10%;
	z-index:-1;
	
	/*中央*/
	position: absolute;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit- transform: translateY(-50%);
	margin: auto;
	display:inline-block;
}

.product-content .article-anchor {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
	margin-bottom:6rem;
    padding: 0;
    list-style: none;
}

.product-content .article-anchor li a {
    position: relative;
    display: block;
    padding-left: 18px;
	font-size:16px;
    color: #333;
    text-decoration: none;
}

.product-content .article-anchor li a i {
	margin-right:1rem;
    font-weight: bold;
	color:#f17436;
}

@media (max-width: 768px) {

.product-content .taxonomy-header h2 {
	margin-bottom:4.5rem;
	margin-top:4.5rem;
}

.product-content .taxonomy-header h2 img {
	left:25%;
	width:75%;
}

.product-content .article-anchor {
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px 15px;
	margin-bottom:4.5rem;
}

.product-content .article-anchor li a {
	padding-left:0;
	font-size:15px;
}

.product-content .article-anchor li a i {
	margin-right:0.5rem;
}

.product-content .article-item {
	padding-top:4.5rem;
}

}

.product-content .article-item {
	border-top:1px solid #ccc;
	position:relative;
	padding-top:6rem;
	margin-bottom:9rem;
}

.product-content .article-item:before {
	content:"";
	display:inline-block;
	width:76px;
	height:4px;
	background:#f17436;
	position:absolute;
	left:0;
	top:-0.4rem;
}

.product-content .eyecatch {
	margin-bottom:6rem;
}

.product-content h3 {
	font-size:clamp(20px, 1.8vw, 24px);
	margin-bottom:6rem;
	position:relative;
}

.product-content h4 {
	font-size:clamp(15px, 1.2vw, 16px);
	margin:6rem 0 2rem 0;
	color:#343f56;
}

.product-content .wp-block-image img {
	object-fit: contain !important;
}

.product-content figure.wp-block-image figcaption {
	background:none !important;
}

.pos_topright {
	position:absolute;
	right:0;
	top:5px;
	font-size:0.6em;
	
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: 65%;
}

.pos_topright {
	display: flex;
	align-items: center;
	gap: 20px;
	white-space: nowrap;
}

.pos_topright::before,
.pos_topright::after {
	content: "";
	height: 1px;
	background: #333;
	flex: 1;
}


@media (max-width: 1024px) {
.pos_topright {
	position:inherit;
	display: inline-grid-lanes;
	margin-top:1rem;
	width:100%;
	gap:8px;
}

.pos_topright {
	display: flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.pos_topright::before,
.pos_topright::after {
	content: "";
	height: 1px;
	background: #333;
	flex: 1;
}

}



/* 基本：4列 */
.wp-block-gallery {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	column-gap: 20px !important;
	row-gap: 30px !important;
	align-items: start !important;
}

.wp-block-gallery.column5 {
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.wp-block-gallery .wp-block-image {
	width: auto !important;
	max-width: none !important;
	display: block !important;
	height: auto !important;
	min-height: 0 !important;
	align-self: start !important;
	margin: 0 !important;
}

.wp-block-gallery .wp-block-image > a {
	display: block !important;
}

.wp-block-gallery .wp-block-image > a img,
.wp-block-gallery .wp-block-image > img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
}

.wp-block-gallery .wp-block-image figcaption {
	position: static !important;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	margin: 8px 0 0 !important;
	padding: 0 !important;
	background: none !important;
	color: #333 !important;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	box-sizing: border-box;
	text-shadow: none !important;
}


/* 2列 */
.wp-block-gallery.gallery-2col {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}


/* 3列 */
.wp-block-gallery.gallery-3col {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}


#slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_overlay {
	background:#FFF !important;
	opacity:1 !important;
}

.slb_template_tag img {
	padding:6rem !important;
}

.slb_data_content {
	text-align:center !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	font-family: "Noto Sans JP", sans-serif !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_slideshow .slb_template_tag {
	display:none !important;
}

/*ライトボックスの画像表示をスマホで中央寄せ*/
@media only screen and (max-width: 768px) {
#slb_viewer_wrap .slb_theme_slb_default .slb_container {
transform: translateX(50vw) translateX(-50%);
transform: translateY(50vh) translateY(-50%);
}
}


/* スマホ */
@media (max-width: 768px) {


	/* 通常の4列 → 3列 */
	.wp-block-gallery,
	.wp-block-gallery.column5 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	/* 2列指定 → 2列のまま */
	.wp-block-gallery.gallery-2col {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	/* 3列指定 → 3列のまま */
	.wp-block-gallery.gallery-3col {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	
	.product-content h3 {
		margin-bottom:3rem;
	}
	
	.product-content .article-item {
		padding-top:3rem;
	}
	
	.product-content figure.wp-block-image figcaption {
		font-size:11px !important;
		line-height:1.2;
	}
}

.product-content .wp-block-table {
	font-size:10.8px;
}

.product-content .wp-block-table th {
	vertical-align: middle;
	border-color: #f5f5f7;
	background-color: #343f56;
	color: #fff;
	white-space: nowrap;
	padding: 15px 0;
	line-height:1.4;
}

.product-content .wp-block-table tr:nth-child(2) th {
	background-color: #8f94A0;
}

.product-content .wp-block-table td {
  transition: 0.2s;
  background-color: #fff;
  border-color: #f5f5f7;
  text-align: center;
  vertical-align: middle;
  padding: 15px 5px;
  line-height:1.4;
	white-space: nowrap;
}

.product-content .wp-block-table td:hover {
        transition: 0.2s;
        background-color: #f5f5f7; 
}

.scroll table{
width:100%;
}
.scroll{
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{　　
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　
 background: #BCBCBC;
}



@media (max-width: 768px){
.product-content .wp-block-table th {
	padding-left:10px;
	padding-right:10px;
}
}

#index01 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 60px;
}

#index01 h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding-bottom: 1.75rem;
	color: #343F56;
	margin-bottom:4.5rem;
}

#index01 h2:after {
	content: "";
	display: inline-block;
	width: 76px;
	height: 4px;
	background: #f17436;
	position: absolute;
	left: 0;
	bottom: -0.1rem;
}

#index01 .inner_left {
	width: 60%;
}

#index01 .inner_right {
	width: 40%;
}

#index01 .inner_left .top-btn-list,
#index01 .inner_right .top-btn-list {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
}

#index01 .inner_left .top-btn-list {
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 20px;
}

#index01 .inner_right .top-btn-list {
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 28px;
}

#index01 .top-btn-item {
	min-width: 0;
}

#index01 .top-btn-item a,
#index01 .top-btn-image {
	display: block;
	width: 100%;
}

#index01 .top-btn-image {
	position: relative;
}

#index01 .top-btn-image img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 4px 4px 10px rgba(80, 80, 80, .3);
}

#index01 .top-btn-image-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}



@media (max-width: 768px){

#index01 {
	display:block;
}

#index01 h2 {
	margin-bottom:3rem;
}

#index01 .inner_left {
	width: 100%;
	margin-bottom:4.5rem;
}

#index01 .inner_right {
	width: 100%;
}

#index01 .inner_right .top-btn-list {
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 20px;
}
	
}


.top-btn-image {
	position: relative;
	display: block;
}

.top-btn-image::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 2px solid #f17436;
	box-sizing: border-box;
	opacity: 0;
	z-index: 10;
	pointer-events: none;
	transition: opacity .2s ease;
}

#index01 .inner_right .top-btn-image::after {
	content: none;
}

.top-btn-image img {
	display: block;
	width: 100%;
	height: auto;
}

.top-btn-image-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
}

.top-btn-image:hover::after {
	opacity: 1;
}




/* メインビジュアル */

#mainvisual {
	width: 100%;
}

#mainvisual .mainvisual-item {
	position: relative;
	width: 100%;
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#mainvisual .mainvisual-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: min(1000px, calc(100% - 40px));
	height: 600px;
	margin: 0 auto;
	padding: 6% 0 6%;
	box-sizing: border-box;
}

/* ロゴ・テキスト */
#mainvisual .mainvisual-logo,
#mainvisual .mainvisual-logo-text {
	flex-shrink: 0;
}

#mainvisual .mainvisual-logo img {
	display: block;
	width: auto;
	max-width: 40%;
	height: auto;
}

/* ロゴ下テキスト */
#mainvisual .mainvisual-logo-text {
	font-size:clamp(18px, 2.2vw, 30px);
	line-height: 1.8;
	color: #FFF;
	font-weight:700;
}

/* 商品一覧 */
#mainvisual .mainvisual-item-list {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 20px;
	width: 100%;
	margin: auto 0 0;
	padding: 0;
	list-style: none;
}

/* 商品 */
#mainvisual .mainvisual-product {
	width: 200px;
	flex: 1 1 200px;
	max-width: 200px;
	min-width: 0;
	text-align: center;
}

/* 商品名 */
#mainvisual .mainvisual-product-name {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	color: #FFF;
}

/* 商品画像 */
#mainvisual .mainvisual-product img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#mainvisual .mainvisual-product a {
    transition: 0.2s;
}

#mainvisual .mainvisual-product a:hover {
    filter: brightness(120%);
    transition: 0.2s;
}


#mainvisual .slick-prev,
#mainvisual .slick-next {
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	padding: 0;
	border: 0;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#mainvisual .slick-prev {
	left: 20px;
}

#mainvisual .slick-next {
	right: 20px;
}

#mainvisual .slick-prev:hover,
#mainvisual .slick-next:hover {
}

#mainvisual .slick-prev::before,
#mainvisual .slick-next::before {
	display: none;
}

@media (max-width: 768px){
#mainvisual .mainvisual-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:10% 0 10%;
	height:500px;
	box-sizing: border-box;
	width: min(1000px, calc(100% - 20%));
}

#mainvisual .mainvisual-logo {
	max-width:614px;
	margin:0 auto;
	width: 100%;
	text-align: center;
}

#mainvisual .mainvisual-logo img {
	margin: 0 auto;
	max-width:100%;
}

#mainvisual .mainvisual-logo-text {
	width: 100%;
	max-width: 400px;
	text-align: center;
	margin: 20px auto 0;
}

#mainvisual .mainvisual-item-list {
	justify-content: center;
	margin: 40px 0 0;
}


#mainvisual .mainvisual-item {
	min-height:500px;
}

}