/* -----------------------------------------------

 MV SLIDER

------------------------------------------------*/
.full-vh {
    height:100vh;
}
.jumbotron {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0;
    margin-bottom: 0;
    background-color: #f0f0f0;
}
.full-height {
    height:100%!important;
}
.swiper-container {
    height: 100%;
    width: 100%;;
}
.swiper-wrapper {
    transition-timing-function: cubic-bezier(.1,.57,.1,1);
    -webkit-transition-timing-function: cubic-bezier(.1,.57,.1,1);
    transition-duration: 0ms;
    -webkit-transition-duration: 0ms;
}
.swiper-slide {
    text-align: left;
    font-size: 18px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.swiper-slide .background-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden
}
.swiper-slide .background-wrapper .background {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    text-align: center;
}
.slider-wrapper {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0
}
[data-pages-bg-image] {
    background-size: cover;
    position: relative
}

[data-pages-bg-image]>* {
    z-index: 1;
    position: relative
}
[data-pages-bg-image]>.bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .4
}
h1 img#logo_img {
    width: 145px;
    height: auto;
}
.swiper-button-black {
    opacity: 0.7;
}
.swiper-title {
    padding-top: 8px;
    font-weight: 700;
    display: inline-block;
    text-align: left;
    font-size: 14px;
}
.swiper-detail {
    font-size:12px;
    display: inline-block;
    text-align:left;
}
.swiper-button-next,
.swiper-button-prev {
    height: 24px;
}
.swiper_text_sp {
    width: 250px !important;
    height: auto !important;
    display: inline-block;
    margin-top: 15%;
    z-index: 999999;
}
.swiper_text_down_sp {
    position: absolute;
    bottom:20%;
    left:0;
    right:0;
    margin: auto;
    width: 250px !important;
    height: auto !important;
    display: inline-block;
    z-index: 999999;
}

ul#catalog_list li {
    display: inline-block;
    width: 49%;
    text-align: center;
}
ul#catalog_list li h3,
ul#catalog_list li p {
}
ul#catalog_list li p {
    font-size: 11px;
}
#swiper-slide02 {
    cursor: pointer;
}



/* -----------------------------------------------

 OSHIRASE

------------------------------------------------*/
.announce_corona {
    padding:0 1rem;
}    
.announce_corona .news_list {
	display:block;
	line-height:1.5;
	margin-bottom: 1rem;
}
.announce_corona .news_list li {
	padding: 15px 0 0;
}
.announce_corona .news_list li a {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    text-decoration: none;
}    
.announce_corona .news_list li time {
	padding: 0 10px 0 0;
   	font-size: 0.6rem;
}
.announce_corona .news_list li p {
	text-decoration: underline;	
	font-size: 0.75rem;
}	
.announce_corona .more {
    width: 100%;
	margin-top: 0.5rem;
	border: solid 1px #333;
}
.announce_corona .more a {
	display: block;
	padding: 0.5em;
	background-color: #fff;
	font-size: 75%;
	text-align: center;
	position:relative;
}
.announce_corona .more a::after {
	content: "\f105";
	font-family: FontAwesome;
	position:absolute;
	top: 32%;
	right:3%;
}
.announce_corona .more a:hover {
	text-decoration: none;
	background-color: #fff;
	transition: 0.3s;
	color:#bbb;
}
.announce_corona .more:hover {
	border: solid 1px #bbb;
	transition: 0.3s;
}



/* -----------------------------------------------

 TOPICS

------------------------------------------------*/
/* 
 topics_col
-------------------------*/
.topics_col {
	margin:1rem;
}
/* 
 topics_panel
-------------------------*/
.topics_panel {
	display: flex;
	justify-content: space-between;
	flex-flow:row wrap;
	/* margin: auto 1rem; */
}
.topics_panel li {
	width: calc((100% - 1rem) / 2);
}
.topics_panel li:first-child {
	width:100%;
}
.topics_panel li:last-child {
	width:100%;
}

/* 
 topics_panel_nest
-------------------------*/
.topics_panel_nest {
	display: flex;
	justify-content: space-between;
	flex-flow:row wrap;
}
.topics_panel_nest li {
	width:calc(48%);
}
.topics_panel_nest li:first-child {
	width:48%;
}
.topics_panel_nest li:last-child {
	width:48%;
	margin-left:0;
}

/* 
 topics_panel / topics_panel_nest
-------------------------*/
.topics_panel li img,
.topics_panel_nest li img {
	max-width:100%;
}
.topics_panel li a {
	display:block;
}
.topics_panel li a img,
.topics_panel_nest li a img {
	width:100%;
}

.topics_panel_name {
	margin:0 0 0.8rem 0;
	font-weight: normal;
	font-size:0.7rem;
}




/* -----------------------------------------------

 PRODUCT

------------------------------------------------*/
.product h2::before {
	margin-right: 0.5em;
}
.product h2::after {
	margin-left: 0.5em;
}
.product img {
	width: 100%;
}
.product_col {
	margin: 0 1rem 4rem;
}


/* ----------------------------------------------
item_panel - item_panel2 - item_panel3
-----------------------------------------------*/
/* 
 item_panel1
-------------------------*/
.item_panel1 {
	margin-top: 30px;
	display: flex;
	flex-flow:row nowrap;
	justify-content: space-between;
}
.item_panel1 li {
	width: calc((100% - 0.8rem) / 2);
}


/* 
 item_panel2
-------------------------*/
.item_panel2 {
	display: flex;
	flex-flow:row wrap;
	justify-content: space-between;
}
.item_panel2 li {
	width: calc((100% - 0.8rem) / 3);
}


/* 
 item_panel3
-------------------------*/
.item_panel3 {
	margin-top: 0;
	display: flex;
	flex-flow:row nowrap;
	justify-content: space-between;
	
}
.item_panel3 li {
	width: calc((100% - 1.2rem) / 4);
}



/* 
 item_category_name - item_category_link
-----------------------------------------------*/
.product .item_category_name {
	font-size: 0.6rem;
	display: block;
	padding-bottom: 0.6rem;
}
.product .item_category_link {
	text-align:center;
	display:block;
	padding-top:0;
}


/* 
 product_insidebtn
-----------------------*/
.product_insidebtn ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: nowrap;
	align-content: center;
	position:relative;
	margin-top:1rem;
}
.product_insidebtn ul li {
	width:calc(48%);
	position:relative;
	border: solid 1px #333;
	background-color: #fff;
}
.product_insidebtn ul li a {
	display:block;
	font-size:0.65rem;
	padding: 0.5rem;
	text-align: center;
}
.product_insidebtn ul li a::after {
    content: "\f105";
    font-family: FontAwesome;
    position:absolute;
    top:28%;
    right:5%;
}

.product_insidebtn ul li a:hover {
	text-decoration: none;
	background-color: #fff;
	transition: 0.3s;
	color:#bbb;
}
.product_insidebtn ul li:hover {
	border: solid 1px #bbb;
	transition: 0.3s;
}




/* -----------------------------------------------

 CONTENTS

------------------------------------------------*/
.contents_col {
	margin:0 1rem;
}
.contents_panel{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.contents_panel li {
	width: calc(48%);
}
.contents_panel li img {
	max-width:100%;
}
.contents_panel_name {
	margin-bottom:0.8rem;
	font-weight: normal;
	font-size:0.7rem;
}



/* -----------------------------------------------

 NEWS

------------------------------------------------*/

.panel_box .news {
	margin: 30px 1rem;
}
.news a {
	display:block;
}
.news .cat {
	display: flex;
    color: #4c4948;
    text-transform: uppercase;
    font-size:0.65rem;
    text-decoration:none;
    margin-bottom:0.3rem;
}
.news .cat span {
    margin: 0;
    padding: 0 0 0 14px;
    text-decoration:none;
}
.news li {
	margin-bottom:1.5rem;
	position:relative;
}
.news p {
    font-size:0.75rem;
}
.news a p {
	text-decoration:underline;
}

.news .cat {
	
}
.news .cat span::before{
	background-color: #818181;
	content: "";
	height: 9px;
	width: 1px;
	position: absolute;
	top: 20%;
	margin-left:-0.5rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#333;
}



/* 
 news_morebtn
-----------------------*/
.news_morebtn  {
	width: calc(48%);
	position:relative;
	margin:2rem auto;
	border: solid 1px #333;
	background-color: #fff;
}
.news_morebtn a {
	display:block;
	font-size:0.65rem;
	padding: 0.5rem 0 0.5rem;
	text-align: center;
}
.news_morebtn a::after {
    content: "\f105";
    font-family: FontAwesome;
    position:absolute;
    top:25%;
    right:5%;
}
.news_morebtn a:hover {
	text-decoration: none;
	background-color: #fff;
	transition: 0.3s;
	color:#bbb;
}
.news_morebtn:hover {
	border: solid 1px #bbb;
	transition: 0.3s;
}




/* -----------------------------------------------

 COMMON

------------------------------------------------*/
/* 
 category title
-----------------------*/
p.cate_title_ruby,
.panel_box p.cate_title_ruby,
.panel_box h2 {
	color: #000;
    font-family: 'Muli', sans-serif;
    font-weight: 100;
	font-size: 160%;
	letter-spacing: 0.15em;
}
p.cate_title_ruby,
.panel_box p.cate_title_ruby {
    font-size: 11px;
    margin-top:0;
    text-align:center;
}
.cate_title {
	margin:3rem auto 2rem;
	text-align:center;
}

.cate_title h2 {
    color: #000;
    font-family: 'Muli', sans-serif;
    font-weight: 100;
	font-size: 160%;
	letter-spacing: 0.15em;
}





/* ------------------------------------------------------ 

 SP link - hover

-------------------------------------------------------*/
*, *:after, *:before {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a > * {
	transition: all .2s ease;
}

a:hover{ color: #9fa0a0;}
a:hover img{ opacity: .85;}


