@charset "utf-8";

/************************************************
AUTO OUTPUT LAYOUT
************************************************ */
.body_wrap { width: 100%; }
header {
	position: relative;
	z-index: 10;
}
#headertopcolumn {}

@media screen and (min-width: 768px){
	#topcolumn {
		height: 670px;
	}
	#container {
		margin-left: 0;
		margin-right: 0;
	}
	#container #leftcolumn {
		float: left;
	}
	#container #rightcolumn {
		float: right;
	}
	#container .side_column {
		width: 230px;
	}
	#container #one_maincolumn {
		width: 100%;
	}
	#container #two_maincolumn_left {
		float: left;
		width: 750px;
		margin-right: 20px;
	}
	#container #two_maincolumn_right {
		float: right;
		width: 750px;
		margin-left: 20px;
	}
	#container #three_maincolumn {
		float: left;
		width: 510px;
		margin: 0 15px;
	}
	#container .main_column {}
}
@media (orientation: landscape) and (max-height: 450px) and (min-width: 800px){
	#topcolumn {
		height: 330px;
	}
	#container {}
	#container #leftcolumn {
		float: left;
	}
	#container #rightcolumn {
		float: right;
	}
	#container .side_column {
		width: 230px;
	}
	#container #one_maincolumn {}
	#container #two_maincolumn_left {
		float: left;
		width: 550px;
		margin-right: 20px;
	}
	#container #two_maincolumn_right {
		float: right;
		width: 550px;
		margin-left: 20px;
	}
	#container #three_maincolumn {
		float: left;
		width: 310px;
		margin: 0 15px;
	}
	#container .main_column {}
}
@media screen and (max-width:767px){
	#topcolumn {
		height: 600px;
	}
	#container {
		width: 100%;
		margin: 0 0 25px;
	}
	#container #one_maincolumn,
	#container #leftcolumn,
	#container #rightcolumn,
	#container #two_maincolumn_left,
	#container #two_maincolumn_right,
	#container #three_maincolumn {
		width: 100%;
	}
}

#bottomcolumn {}
footer { /* TO FOOTER SECTION */ }
#footerbottomcolumn {}

/************************************************
BLOCK PARTS
************************************************ */
/* ---------------------------------------------
	共通ヘッダー部
--------------------------------------------- */
@media screen and (min-width: 768px){
	.header {
		height: 70px;
		margin: 20px 40px 0;
		border-radius: 50px;
		background-color:rgba(255,255,255,0.5);
	}
	.header h1 {
		float: left;
		width: 20%;
	}
	.header h1 img {
		margin: 7px 0 0 45px;
	}
	.header .header_utility {
		float: right;
		width: 80%;
		text-align: right;
		font-weight: 500;
	}
	.header .header_utility ul li {
		display: inline-block;
		margin-left: 25px;
		line-height: 70px;
	}
	.header .header_utility ul li:last-child a {
		width: 100px;
		height: 50px;
		padding: 12px;
		margin-right: 45px;
		background-color: #FF6600;
		border-radius: 25px;
		color: #FFFFFF;
		font-size: 16px;
		font-size: 1.6rem;
		display: block;
	}
	.header .header_utility ul li:last-child a:hover {
		color: #FFFFFF !important;
		text-decoration: none;
		transform: scale(1.1);
	}
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
	.header .header_utility ul li {
		margin-left: 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 900px) {
	.header {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.header .header_utility ul li {
		margin-left: 5px;
	}
}
@media (orientation: landscape) and (max-height: 450px) and (min-width: 800px){
	.header {
		width: 800px;
	}
	.header h1 {
		width: 200px;
		margin: 0 0 0 25px;
	}
	.header .header_utility {
		width: 570px;
	}
	.header .header_utility ul li {
		margin-left: 10px;
	}
	.header .header_utility ul li:last-child a {
		margin-right: 15px;
	}
}
@media screen and (max-width:767px){
	header {}
	.header h1 {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 170px;
		z-index: 10;
	}
	.header .header_utility ul.document {
		position: absolute;
		top: 0px;
		right: 80px;
		z-index: 10;
	}
	.header .header_utility ul.document li:last-child a {
		width: 100px;
		height: 40px;
		padding: 10px;
		background-color: #FF6600;
		border-radius: 25px;
		color: #FFFFFF;
		font-size: 14px;
		font-size: 1.4rem;
		display: block;
		margin: 15px 0;
	}
	.header .header_utility ul.document li a:hover {
		color: #FFFFFF !important;
		text-decoration: none;
	}
	.header .mainmenu {
		position: absolute;
		top: 10px;
		right: 20px;
	}
	.header .navbar-toggler {
		box-sizing: border-box;
		position: relative;
		width: 55px;
		height: 55px;
		z-index: 10;
	}
	.header .navbar-toggler-icon {
		background-image: none;
		background-color: #333333;
		width: 50px;
		height: 2px;
		display: block;
		position: absolute;
		transition: ease .5s;
		border-radius: 100px;
	}
	.header .navbar-toggler-icon:nth-of-type(1) {
		top: 12px;
	}
	.header .navbar-toggler-icon:nth-of-type(2) {
		top: 24px;
	}
	.header .navbar-toggler-icon:nth-of-type(3) {
		top: 36px;
	}
	.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
		top: 24px;
		transform: rotate(45deg);
	}
	.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
		opacity: 0;
	}
	.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
		top: 24px;
		transform: rotate(-45deg);
	}
	.header .navbar-collapse {
		background-color:rgba(255,255,255,1.0);
		padding: 100px 15px 200px;
		width: 100%;
		position: absolute;
		top: 0px;
		transform: translate(100%);
		transition: all .2s;
	}
	.header .navbar-collapse.show {
		transform: translate(0);
	}
	.header .navbar-collapse .btm_menu {
		margin: 30px auto;
		text-align: center;
	}
	.header .navbar-collapse button {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.header .navbar-collapse .accordion li {
		border-bottom: 1px solid #DFDFDF;
	}
	.header .navbar-collapse .accordion-content li {
		border-left: 2px solid #125AAA;
		padding-left: 15px;
	}
}

/* ---------------------------------------------
	共通フッター直前
--------------------------------------------- */
@media screen and (min-width: 768px){
	.footer_bottom {
		background-color: #F6F7F7;
		padding: 110px 0 10px;
		text-align: center;
	}
	.footer_bottom h2 {
		font-size: 44px;
		font-size: 4.4rem;
		font-weight: 500;
		margin-bottom: 25px;
	}
	.footer_bottom .inquery {
		background-color: #000000;
		font-size: 20px;
		font-size: 2.0rem;
		width: 300px;
		height: 70px;
		border-radius: 15px;
		line-height: 70px;
		margin: 0 auto 110px;
		transition:0.3s;
	}
	.footer_bottom .inquery a {
		display: block;
		color: #FFFFFF;
	}
	.footer_bottom .inquery:hover {
		transform:scale(1.1);
	}
	.footer_bottom .inquery a:hover {
		text-decoration: none;
		color: #FFFFFF !important;
	}
	.footer_bottom .sliderInquery {
		position: relative;
		margin: 25px auto;
		padding: 10px 0 20px;
	}
	.footer_bottom .sliderInquery .swiper-wrapper {
		text-align: center;
	}
	.footer_bottom .sliderInquery .swiper-slide {
		width: 350px;
	}
	.footer_bottom .sliderInquery .swiper-slide a {
		display: block;
		width: 350px;
		height: 200px;
		transition: all .3s;
	}
	.footer_bottom .sliderInquery .swiper-slide a:hover {
		margin-top: -10px;
	}
	.footer_bottom .sliderInquery .swiper-pagination {
		bottom: -5px;
	}
	.footer_bottom .sliderInquery .swiper-pagination-bullet {
		background-color: #f5695f;
		height: 5px;
		width: 20px;
		border-radius: 0;
		transition: all .3s;
	}
	.footer_bottom .sliderInquery .swiper-pagination-bullet-active {
		width: 50px;
	}
}
@media screen and (max-width: 767px){
	.footer_bottom {
		background-color: #F6F7F7;
		padding: 80px 0 10px;
		text-align: center;
	}
	.footer_bottom h2 {
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: 500;
		margin-bottom: 25px;
	}
	.footer_bottom .inquery {
		background-color: #000000;
		font-size: 16px;
		font-size: 1.6rem;
		width: 250px;
		height: 60px;
		border-radius: 15px;
		line-height: 60px;
		margin: 0 auto 80px;
	}
	.footer_bottom .inquery a {
		display: block;
		color: #FFFFFF;
	}
	.footer_bottom .sliderInquery {
		position: relative;
		margin: 25px auto;
		padding: 10px 0 0;
	}
	.footer_bottom .sliderInquery .swiper-wrapper {
		text-align: center;
	}
	.footer_bottom .sliderInquery .swiper-slide {
		width: 140px;
		margin-right: 5px !important;
	}
	.footer_bottom .sliderInquery .swiper-slide img {
		zoom: 0.4;
	}
	.footer_bottom .sliderInquery .swiper-slide a {
		display: block;
		width: 140px;
		height: 80px;
	}
}


/* ---------------------------------------------
	共通フッター部
--------------------------------------------- */
footer {
	margin: 0;
	background-color: #000000;
}
footer .footer_navi a,
footer .footer li a {
	color: #FFFFFF;
}
@media screen and (min-width: 768px){
	footer .footer_navi {
		padding: 100px 0 40px;
		background-color: #252525;
		color: #FFFFFF;
	}
	footer .footer_navi .pc_block {
		width: 1080px;
		margin: 0 auto;
		font-size: 0;
	}
	footer .footer_navi .pc_block .block {
		width: 300px;
		display: inline-block;
		font-size: 18px;
		font-size: 1.8rem;
		vertical-align: top;
	}
	footer .footer_navi .pc_block .block_logo {
		text-align: right;
		vertical-align: bottom;
	}
	footer .footer_navi .pc_block .block_logo img {
		filter: invert(100%) sepia(19%) saturate(2%) hue-rotate(21deg) brightness(109%) contrast(100%);
	}
	footer .footer_navi .pc_block .block li {
		margin-bottom: 20px;
	}
	.footer_navi .pc_block .block .content li {
		font-size: 14px;
		font-size: 1.4rem;
		margin: 0 0 0px 10px;
		padding: 4px 0 4px 25px;;
		border-left: 1px solid #FFFFFF;
		position: relative;
		font-weight: 300;
	}
	.footer_navi .pc_block .block .content li:last-child::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: -5px;
		border: solid 5px #FFFFFF;
		border-radius: 50%;
	}
	footer .footer {
		width: 1080px;
		margin: 0 auto;
		padding: 40px 0;
		text-align: right;
		font-size: 16px;
		font-size: 1.6rem;
	}
	footer .footer li {
		display: inline-block;
		padding: 0 10px;
		border-right: 1px solid #CCCCCC;
		line-height: 1.0;
	}
	footer .footer li.last {
		border-right: 0;
	}
	footer .copyright {
		color: #FFFFFF;
		padding-bottom: 20px;
	}

}
@media (orientation: landscape) and (max-height: 450px) and (min-width: 800px){
	footer .footer_navi .pc_block {
		width: 810px;
		margin: 0 auto;
		font-size: 0;
	}
	footer .footer_navi .pc_block .block {
		width: 270px;
		display: inline-block;
		font-size: 18px;
		font-size: 1.8rem;
		vertical-align: top;
	}
	footer .footer {
		width: 810px;
		margin: 0 auto;
		padding: 40px 0;
		text-align: right;
		font-size: 16px;
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 767px){
	footer .footer_navi {
		padding: 60px 25px 40px;
		background-color: #252525;
		color: #FFFFFF;
		font-size: 16px;
		font-size: 1.6rem;
	}
	footer .footer_navi a {
		color: #FFFFFF;
	}
	.footer_navi.accordion li a {
		background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' width='15' height='15' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/></svg>");
	}
	footer .footer {
		background-color: #252525;
		padding-bottom: 20px;
	}
	footer .footer li {
		margin: 0 25px;
		padding: 0 0 15px 0;
	}
	footer .footer li:first-child {
		border-top: 1px dotted #999999;
		padding: 40px 0 15px 0;
	}
	footer .footer li.block_logo img {
		filter: invert(100%) sepia(19%) saturate(2%) hue-rotate(21deg) brightness(109%) contrast(100%);
	}
	footer .copyright {
		color: #FFFFFF;
		padding: 40px 0;
	}
}
.scrolltop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	font-size: 32px;
}
/* ---------------------------------------------
	メインイメージ
--------------------------------------------- */
@media screen and (min-width: 768px){
	.block_mainimage {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 5;
		width: 100%;
	}
	.block_mainimage .swiper video {
		width: 100%;
		height: 800px;
		object-fit: cover;
	}
	.block_mainimage .swiper .text_A {
		color: #FFFFFF;
	}
	.block_mainimage .swiper .text_B {
		color: #05050A;
	}
	.block_mainimage .swiper .text001,
	.block_mainimage .swiper .text002,
	.block_mainimage .swiper .text003 {
		position: absolute;
		left: 120px;
		z-index: 10;
		font-weight: 500;
	}
	.block_mainimage .swiper .text001 {
		top: 330px;
		font-size: 50px;
		font-size: 5.0rem;
	}
	.block_mainimage .swiper .text002 {
		top: 410px;
		font-size: 50px;
		font-size: 5.0rem;
	}
	.block_mainimage .swiper .text002 span {
		font-size: 90px;
		font-size: 9.0rem;
	}
	.block_mainimage .swiper .text003 {
		top: 560px;
		font-size: 36px;
		font-size: 3.6rem;
	}
}
@media (orientation: landscape) and (max-height: 450px) and (min-width: 800px){
	.block_mainimage {
		height: 450px;
	}
	.block_mainimage .swiper video {
		height: 450px;
	}
	.block_mainimage .swiper .text001 {
		top: 130px;
		font-size: 30px;
		font-size: 3.0rem;
	}
	.block_mainimage .swiper .text002 {
		top: 180px;
		font-size: 30px;
		font-size: 3.0rem;
	}
	.block_mainimage .swiper .text002 span {
		font-size: 50px;
		font-size: 5.0rem;
	}
	.block_mainimage .swiper .text003 {
		top: 260px;
		font-size: 26px;
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 767px){
	.block_mainimage {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 5;
		width: 100%;
		height: 600px;
	}
	.block_mainimage .swiper video {
		width: 100%;
		height: 600px;
		object-fit: cover;
	}
	.block_mainimage .swiper video.cat {
		object-position: -550px 0;
	}
	.block_mainimage .swiper .text_A {
		color: #FFFFFF;
	}
	.block_mainimage .swiper .text_B {
		color: #05050A;
	}
	.block_mainimage .swiper .text001,
	.block_mainimage .swiper .text002,
	.block_mainimage .swiper .text003 {
		position: absolute;
		left: 50px;
		z-index: 10;
		font-weight: 500;
	}
	.block_mainimage .swiper .text001 {
		top: 310px;
		font-size: 31px;
		font-size: 3.1rem;
	}
	.block_mainimage .swiper .text002 {
		top: 350px;
		font-size: 31px;
		font-size: 3.1rem;
	}
	.block_mainimage .swiper .text002 span {
		font-size: 56px;
		font-size: 5.6rem;
	}
	.block_mainimage .swiper .text003 {
		top: 500px;
		left: 15px;
		right: 15px;
		font-size: 14px;
		font-size: 1.4rem;
		text-align: center;
	}
	.block_mainimage .swiper .text_B .text003 {
		background-color:rgba(255,255,255,0.5);
	}
}
/* ---------------------------------------------
	BLOCK PARTS
--------------------------------------------- */
/* -- スライダー共通 --*/
.prev,
.next {
	position: absolute;
	top: calc(50% - 10px);
	z-index: 10;
}
.prev {
	left: 2px;
}
.next {
	right: 2px;
}
/* -- 現在のカゴの中 --*/
.block_cart {}
/* -- カテゴリー --*/
.block_category {}
.block_category .category_tree li {
	min-height: 36px;
	line-height: 36px;
}
.block_category .category_tree li a {
	display: block;
}
.block_category .category_tree li span {
	font-size: 0.8rem;
	margin-left: 5px;
}
.block_category li.level1 {}
.block_category li.level2 {
	padding-left: 10px;
}
.block_category li.level3 {
	padding-left: 20px;
}
.block_category li.level4,
.block_category li.level5 {
	padding-left: 30px;
}
/* -- 利用ガイド --*/
.block_guide {}
.block_guide li {
	margin: 7px 0 7px 25px;
	list-style-type: disc;
}
/* -- ログイン --*/
.block_login {}
.block_login ul li {
	margin: 7px 0;
}
.block_login input[type="text"],
.block_login input[type="password"] {
	width: 100%;
	padding: 4px 4px 4px 28px;
	border: none;
	border-radius: 0.25rem;
}
/* -- 検索 --*/
.block_search {}
.block_search ul li {
	margin: 7px 0;
}
.block_search select {
	width: 100%;
}
.block_search input[type="text"] {
	width: 100%;
	padding: 4px 4px 4px 28px;
	border: none;
	border-radius: 0.25rem;
}
/* -- カレンダー --*/
.block_calender .caption {
	font-size: 1.2rem;
	text-align: center;
	margin: 15px auto 5px;
}
.block_calender table {
	width: 96%;
	margin-bottom: 5px;
	font-size: 1.1rem;
}
.block_calender table tr th,
.block_calender table tr td {
	text-align: center;
	padding: 6px;
}
.block_calender table tr td.off {
	color: #CC0000;
}
.block_calender table tr td.today {
	background-color: #F1F9FC;
}
/* -- おススメ商品 --*/
.block_recommend {
	position: relative;
}
.block_recommend .swiper-wrapper {
	text-align: center;
}
.block_recommend .swiper-slide {
	margin: 10px 0;
	line-height: 1.3;
}
.block_recommend .swiper-slide .text {
	margin-top: 10px;
	text-align: left;
	font-size: 1.2rem;
}
/* -- ショップ情報 --*/
.block_shopinfo {}
/* -- 最近チェックした商品 --*/
.block_browsingHistory {
	position: relative;
}
.block_browsingHistory .swiper-wrapper {
	text-align: center;
}
.block_browsingHistory .swiper-slide {
	margin: 10px 0;
	line-height: 1.3;
}
.block_browsingHistory .swiper-slide .text {
	margin-top: 10px;
	text-align: left;
	font-size: 1.2rem;
}
/* -- カゴから削除された商品 --*/
.block_deleteCart {
	position: relative;
}
.block_deleteCart .swiper-wrapper {
	text-align: center;
}
.block_deleteCart .swiper-slide {
	margin: 10px 0;
	line-height: 1.3;
}
.block_deleteCart .swiper-slide .text {
	margin-top: 10px;
	text-align: left;
	font-size: 1.2rem;
}