@charset "utf-8";

@font-face {
	font-family: A1mincho;
	src: url(../font/A-OTF-A1MinchoStd-Bold.otf);
}
@font-face {
	font-family: gothicMB101;
	src: url(../font/A-OTF-GothicMB101Pr6-DeBold.otf)
}
@font-face {
	font-family: futoGoMB101;
	src: url(../font/A-OTF-FutoGoB101Pro-Bold.otf)
}
@font-face {
	font-family: sawarabi;
	src: url(../font/sawarabi-gothic-medium.ttf)
}


.container {
	padding: 0 15px;
}

/*****************************
LEVORG & S4 TOP
******************************/
#mainContents .ac_menu_sp_main li a {
	color: #555;
}

.ac_car_top {
	background: #fff;
	text-align: center;
}
.ac_car_top .top_title {
	font-size: 17px;
	font-family: A1mincho, serif;
	color: #000;
	margin-top: 0;
	margin-bottom: 40px;
	line-height: 1.4;
}
.ac_car_top .item_category {
	margin-bottom: 40px;
}
.ac_car_top .item_category h2 {
	font-size: 32px;
	font-family: gothicMB101, helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
	color: #6087BF;
	margin-bottom: 20px;
}
.ac_car_top .item_category .item_category_title_jp {
	display: block;
	color: #231815;
	font-size: 12px;
	font-family: 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
	line-height: 1;
}
.ac_car_top .item_category p {
	font-size: 16px;
	font-family: sawarabi, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
	color: #555;
	line-height: 1.4;
	margin-bottom: 20px !important;
}
.ac_car_top .item_category .note {
	width: 90%;
	margin: auto;
	font-size: calc(22em/20);
	color: #555;
	text-align: left;
	line-height: 1.4;
	padding-left: 16px;
	text-indent: -16px;
	display: block;
	margin-top: 10px;
}
.ac_car_top .item_category .item_category_img_wrapper {
	width: 100%;
	height: auto;
}
.ac_car_top .item_category .item_category_img_wrapper img {
	width: 100%;
}
.ac_car_top .btn_toCat {
	display: block;
  width: 90%;
	height: 40px;
	line-height: 40px;
  margin: 20px auto 30px !important;
  font-size: 12px;
  position: relative;
  border-radius: 50px;
	background: #5881EE;
}
.ac_car_top .btn_toCat a {
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	text-decoration: none;
	font-family: 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
	display: block;
	width: 100%;
	height: 100%;
}
.ac_car_top .btn_toCat::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	display: block;
	transform: rotate(45deg);
	position: absolute;
  bottom: 15px;
  right: 15px;
}
.ac_car_top .styling_gallery {
	padding-left: 20px;
	padding-right: 20px;
}
.ac_car_top #styling_gallery h2 {
	margin-top: 50px;
	margin-bottom: 30px;
	position: relative;
}
.ac_car_top #styling_gallery h2 span {
	color: #6087BF !important;
	font-family: sawarabi, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
	font-size: 20px;
	font-weight: lighter;
	display: block;
	padding: 10px;
	width: 180px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background: #fff;
}
.ac_car_top #styling_gallery h2 .deco_line {
	position: absolute;
	width: 200%;
	height:1px;
	border-top: 1px solid #6087BF;
	top: 18px;
	left: -50%;
	z-index: -1;
}
.ac_car_top #slick_container .slick-slider {
	margin-left: -20px;
	margin-right: -20px;
}
#slick_container .slick-prev,
#slick_container .slick-next {
  width: 40px;
	height: 40px;
	background: rgba(136, 136, 136, 0.8);
	margin-top: -20px;
	right: -20px;
}
#slick_container .slick-prev {
	left: -20px;
}
#slick_container .slick-prev::before,
#slick_container .slick-next::before {
  position: absolute;
	top: 50%;
	right: 14px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
#slick_container .slick-prev::before {
	transform: rotate(-135deg);
	right: 8px;
}
#slick_container .slick-dots li
{
    width: 20px;
    height: 20px;
}
#slick_container .slick-dots li button
{
    width: 23px;
    height: 23px;
}
#slick_container .slick-dots li button:before
{
	width: 20px;
	height: 20px;
	border: 2px solid #FFF;
	background-color: rgba(136, 136, 136, 0.6);
  position: absolute;
  top: -4px;
  left: -4px;
}
#slick_container .slick-dots li.slick-active button:before
{
	background-color: #6087BF;
}

.styling_gallery_links {
	margin-top: 80px;
}
.styling_gallery_links a {
	text-decoration: none !important;
}
.styling_gallery_links .link_box {
	background: rgb(238, 238, 238);
	border: 1px solid rgba(77, 73, 72, 0.2);
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	position: relative;
	margin-top: 20px;
}
.styling_gallery_links .link_box p {
	line-height: 60px;
	margin: 0 !important;
	text-align: left;
	padding-left: 20px;
}
.styling_gallery_links .link_box .link_pc {
	display: block;
	position: absolute;
	top: 17px;
	right: 10px;
	font-size:10px;
	background: rgb(238, 238, 238);
	padding: 8px;
	padding-left: 30px;
	line-height: 1;
}
.styling_gallery_links .link_box span {
	color: #4C4948;
}
.styling_gallery_links .link_box .link_pc::before {
	content: " ";
	display: block;
	position:absolute;
	top: 6px;
	left: 8px;
	width: 15px;
	height: 13px;
	background: url('/accessory/img/icon_pc.svg');
	background-size: cover;
}

#speacial_contents {
	margin-top: 50px;
	border: 8px solid #5881EE;
	padding: 40px 30px;
	margin-bottom: 50px;
}
#speacial_contents h2 {
	color: #5881EE;
	font-size: 28px;
	font-family: futoGoMB101, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}
#speacial_contents .banner_box1 .banner_img {
	padding: 2px;
}
#speacial_contents .banner_box {
	margin-top: 30px;
	font-size: 11px;
	text-align: left;
	color: #4C4948;
}
#speacial_contents .banner_box .banner_img img {
	width: 100%;
}

/*ムービー*/
#brz_movie {
	margin-top: 30px;
}

#brz_movie h2 {
	color: #6087BF !important;
	font-family: sawarabi, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
	font-size: 20px;
	font-weight: lighter;
	display: block;
	padding: 10px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background: #fff;
}

/*
.brz_movie_box {
	width: 100%;
	box-sizing: border-box;
	padding:0 20px;
	height: 200px;
}

.brz_movie_box iframe {
	width: 100%;
	height: 100%;
}
*/

.brz_movie_box {
	width: 100%;
	padding:0 20px;
	box-sizing: border-box;
}

.brz_movie_box .note {
	font-size: calc(22em/20);
    color: #555;
    text-align: left;
    line-height: 1.4;
    padding-left: 16px;
    text-indent: -16px;
    display: block;
    margin-top: 10px;
}


.brz_movie_box .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.brz_movie_box .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*3Dバナー*/
#link_bnr {
	padding: 30px 20px 0 20px;
}

.link_bnr_box a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	background: #4B4B4B;
	text-decoration: none;
}
.link_bnr_box a .link_bnr_box_img{
	width: 30%;
	background: #3b3b3b;
	padding: 20px;
	box-sizing: border-box;
}
.link_bnr_box a p{
	width: 70%;
	font-size: calc(25em/20);
	font-weight: bold;
	margin: 0!important;
	display: block;
	line-height: 1.4;
	box-sizing: border-box;
	padding-left: calc(40em/20);
	text-align: left;
}

#link_bnr .note {
	font-size: calc(22em/20);
	color: #555;
	text-align: left;
	line-height: 1.4;
	padding-left: 16px;
	text-indent: -16px;
	display: block;
	margin-top: 10px;
}

/*フッターのボーダー調整*/
#util_container {
	margin: 0;
	border-top: none;
}
#global_footer {
	margin: 0;
	padding-top: 1px;
}
footer#global_footer {
	border-top: 2px solid #6087BF;
}



/*****************************
/LEVORG & S4 TOP
******************************/


/*****************************
Item List
******************************/

.ac_item {
	background: #fff;
}
.ac_item .itempage_title {
	font-size: 35px;
	color: #6087BF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: gothicMB101, helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;

}
.ac_item .itempage_title_jp {
	display: block;
	color: #231815;
	font-size: 12px;
	line-height: 1;
}
#btn_acTop_wrapper {
	padding-bottom: 50px;
}
#btn_acTop_wrapper .btn_acTop {
	display: block;
  width: 90%;
  height: 40px;
	line-height: 40px;
  margin: 20px auto 0;
  color: #333;
  font-size: 12px;
  position: relative;
  border: 1px solid #666;
  border-radius: 50px;
	color: #666;
	text-align: center;
}
#btn_acTop_wrapper .btn_acTop a {
	color: #666;
	text-decoration: none;
	line-height: 40px;
	display: block;
	width: 100%;
	height: 100%;
}
#btn_acTop_wrapper .btn_acTop::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	display: block;
	transform: rotate(45deg);
	position: absolute;
  bottom: 15px;
  right: 15px;
}

/* ボトムボタン */
#btn_acBottom_wrapper {
    padding-bottom: 50px;
}
#btn_acBottom_wrapper .btn_acTop {
    display: block;
    width: 90%;
    height: 40px;
    line-height: 40px;
    margin: 20px auto 0;
    color: #333;
    font-size: 12px;
    position: relative;
    border: 1px solid #666;
    border-radius: 50px;
    color: #666;
    text-align: center;
}
#btn_acBottom_wrapper .btn_acTop a {
    color: #666;
    text-decoration: none;
    line-height: 40px;
    display: block;
    width: 100%;
    height: 100%;
}
#btn_acBottom_wrapper .btn_acTop::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 15px;
    right: 15px;
}


/* item list */
#item_wrapper {
	overflow: hidden;
}
#item_wrapper .item_box {
	float: left;
	width: calc((100% - 10px) / 2);
	margin-right: 10px;
}
#item_wrapper .item_box img {
	width: 100%;
	height: auto;
}
#item_wrapper .item_box:nth-child(2n) {
	margin-right: 0;
}
#item_wrapper .item_box p {
	margin: 0;
	color: #231815;
	font-size: 12px;
	line-height: 1.5;
}
#item_wrapper .item_box .item_title {
	margin-top: 5px;
}
#item_wrapper .item_box .item_price {
	margin-bottom: 20px;
}
#item_wrapper .item_box .item_img_wrapper {
	position: relative;
}
#item_wrapper .item_img_wrapper .clickable {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px;
	background: rgba(255,255,255,0.7);
	border: 1px solid #231815;

}
#item_wrapper .item_img_wrapper .clickable::after {
	content: " ";
	position: absolute;
	width: 16px;
	height: 0;
	border-top: 2px solid #231815;
	top: 15px;
	left: 7px;
}
#item_wrapper .item_img_wrapper .clickable::before {
	content: " ";
	position: absolute;
	height: 16px;
	width: 0;
	border-right: 2px solid #231815;
	top: 8px;
	left: 14px;
}
.notes_wrapper p {
	font-size: 10px;
	color: #231815;
}
.notes_wrapper {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: left;
}
.notes_wrapper a:link,
.notes_wrapper a:visited,
.notes_wrapper a:hover,
.notes_wrapper a:active
{
	color: #5881EE !important;
}


/*****************************
/Item List
******************************/


/*****************************
モーダル用
******************************/

.modal-open {
  transition:.2s ease;
}
.modal-open:hover {
  cursor:pointer;
  opacity:0.8;
}
#modal-contents.container {
	padding: 0 25px;
}
#modal-contents .aModal-wrap {
  background: #fff;
  position:relative;
  background-clip: content-box;
  margin: 65px auto;
}
.modal-imgWrap img {
  width:100%;
}
#modal-contents .modal_box {
  width:100%;
  max-width:1000px;
  /*padding:15px;*/
  box-sizing: border-box;
}
#modal-contents .modal-textWrap {
	padding: 0 20px 15px;
}
#sModal-close {
	position:absolute;
	width:50px;
	height:50px;
	right:0;
	top:-60px;
	z-index:200;
  transition:.2s;
}
#sModal-close .cross {
  width:50px;
  height:50px;
  top:0;
  right:0;
  border-radius:50%;
  position:absolute;
}
#sModal-close .cross::before,
#sModal-close .cross::after {
  content:" ";
  display: block;
  position:absolute;
  width:1px;
  height:45px;
  top:7px;
  right:16px;
  background: #fff;
  transform:rotate(45deg);
}
#sModal-close .cross::after {
  transform:rotate(-45deg);
}
#sModal-prev, #sModal-next {
  position:absolute;
	width:40px;
	height:40px;
	top:243px;
	z-index:200;
  background: rgba(0,0,0,.3);
  transition:.2s;
}
#sModal-prev {left:-25px;}
#sModal-next {right:-25px;}
#sModal-prev::after, #sModal-next::after {
  content:" ";
  display: block;
  position:absolute;
	width:12px;
	height:12px;
	top:14px;
	left:11px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
  transform:rotate(45deg);
}
#sModal-prev::after {
	transform:rotate(225deg);
	left:15px;
}


/*MODAL PARTS CONTENTS*/
#modal-contents {
	font-family: "メイリオ", meiryo, sans-serif;
	color: #231815;
}
#modal-contents .modal-itemTitle,
#modal-contents .modal-itemPrice {
  font-size:16px;
  padding-top:15px;
  margin-bottom: 0;
	margin-left: 0 !important;
	color: #231815;
	font-weight: bold;
	line-height: 1.4;
}
#modal-contents .modal-catchcopy {
  font-size:17px;
  line-height:1.4;
	font-weight: normal;
	margin-top: 15px;
}
#modal-contents .modal-label {
  font-size:12px;
	height: 27px;
  line-height: 27px;
	color: #fff;
	background: #EEAE33;
	border-radius: 5px;
	text-align: center;
	margin: 15px -10px 0 -10px;
}
#modal-contents .modal-smallText {
	border-top: 1px solid #bbb;
	margin-top: 17px;
	padding-top: 17px;
  font-size:12px;
  line-height: 1.6;
}
#modal-contents .modal-smallText .modal_sti_link {
	color: #0d83fb;
	text-decoration: none;
	position: relative;
	margin-right: 20px;
}
#modal-contents .modal-smallText .modal_sti_link::after {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('/accessory/img/icon_black.png');
	background-size: cover;
	position: absolute;
	top: -3px;
	right: -19px;
}

.modal_sti_link {
	color: #0d83fb;
	text-decoration: none;
	position: relative;
	margin-right: 20px;
}
.modal_sti_link::after {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('/accessory/img/icon_black.png');
	background-size: cover;
	position: absolute;
	top: -3px;
	right: -19px;
}


/* MODAL FUNCTION */
.lock {overflow:hidden;}
/*.lock2 {padding-right:15px;}*/
@media screen and (max-width:767px) {
  .lock2 {padding-right:0;}
}
.modal-overlay {
	z-index:200;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}
.modal-wrap {
	z-index:210;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
}
#modal-contents {
	display:none;
	z-index:500;
}
#modal-contents article {
  display:none;
}

/*****************************
/モーダル用
******************************/
