body {
    font-size: 16px;
    line-height: 1.6;
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    box-sizing: border-box;
/*	background-attachment: fixed;*/
}
.wrapper {
	overflow: hidden;
	position: relative;
}
.spaceSS {
	margin-bottom: 30px;
}
.spaceSSS {
	margin-bottom: 1.5%;
}
.spaceS {
	margin-bottom: 7%;
}
.spaceM {
	margin-bottom: 10%;
}
/*.container {
    max-width: 1200px;
    width: 100%;
}*/

.title01 {
    margin-top: 14%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5%;
    clear: both;
}
.title {
	border-bottom: solid black 1px;
	padding: 0;
	margin-top: 35px;
	margin-bottom: 20px;
}
.border-b {
	border-bottom: solid black 1px;
	padding: 0;
}
.title-black {
	background-color: white;
	border-bottom: none;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	padding: 5px;
}
.title-white {
	background-color: black;
	border-bottom: none;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	padding: 5px;
}

.setumei {
    color: grey;
}

.main {
    /* [disabled]max-width: 1100px; */

}
.item-info-in {
    height: 100%;
    width: 100%;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 18px;
    vertical-align: middle;
}
.bg-red .item-info-in {
    background-color: white;
}
.bg-white .item-info-in {
    background-color: #f2f1eb;
}

h4 {
}

.item-info-in .btn-lg   {
    width: 100%;
    margin-top: -17px;
    background-color: #891610;
    color: white;
    font-size: 120%;
    line-height: normal;
    vertical-align: middle;
}
.footer {
    background-color: #353130;
}


/*@media only screen and (max-width:1200px) {
	h2 {font-size: 22px;}
}
@media only screen and (max-width:992px) {
	h2 {font-size: 26px;}
}
@media only screen and (max-width:768px) {
	h2 {font-size: 20px;}
}*/



.item-info-in .send {
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    background-color: #901711;
    color: white;
    letter-spacing: 2px;
    font-size: 120%;
    display: inline-block;
}
.item-info-in .price {
    font-size: 180%;
    display: inline-block;
    line-height: 150%;
}

.item-info-out {
    display: flex;
    justify-content: center;
}
.price {
	padding-right: 20px;
}
.price .number {
    font-family: "Times New Roman", Times, serif;
    font-size: 120%;
}
.price .zei {
    font-size: 80%;
}
.shousai {
	background-color: #7C1113;
	color: white;
	line-height: 210%;
	text-align: center;
	font-size: 130%;
}
.shousai a {
	display: block;
}
.shousai a:link { color: #FFF; }
.shousai a:visited { color: #FFF; }
.shousai a:hover { color: #FFF; text-decoration: none; }
.shousai a:active { color: #FFF; }
.footer a:link { color: #FFF; }
.footer a:visited { color: #FFF; }
.footer a:hover { color: #FFF; text-decoration: none; }
.footer a:active { color: #FFF; }

.caution-bun {
	font-size: 110%;
}
@media screen and (max-width: 576px) {
	.caution-bun h4 { font-size: 20px; }
}

@media screen and (max-width: 768px) {
	.item-list h5 { font-size: 17px; }
}
@media screen and (max-width: 768px) {
	.item-list .shousai { font-size: 16px; }
}

@media screen and (max-width: 992px) {
	.br-sp { display:none; }
}
@media screen and (min-width: 576px) {
	.br-sp2 { display:none; }
}
@media screen and (min-width: 768px) {
	.br-sp3 { display:none; }
}


.container .row.head-menu .menu1 {
    padding-left: 0px;
    padding-right: 0px;
}
.no-space .row {
    /* [disabled]margin-left: 0px; */
    /* [disabled]margin-right: 0px; */
}

.item-line {
    border-bottom: solid 1px black;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 12px;
    width: 96%;
}

.timesale-icon {margin: 0 auto -16% auto; z-index: 999;}
.timesale-date {margin: auto; z-index: 0;}

#caution {
	width: 100%;
	margin: auto;
}
#caution th {
	width: 20%;
	background-color: #f6eed9;
	text-align: left;
	padding: 15px;
	vertical-align: middle;
	line-height: 150%;
	font-size: 16px;
	color: #53402d;
}
#caution td {
	width: 80%;
	background-color: #fbf8f0;
	text-align: left;
	padding: 15px;
	line-height: 150%;
	font-size: 14px;
	color: #53402d;
}
/* flash */

a:hover {
	opacity: 1;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: flash;
	animation-duration: 1s;
	animation-name: flash;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.h2_wrapper {
	border-bottom: #826BA2 4px solid;
	margin-bottom: 40px;
}
h2 {
	border-bottom: #826BA2 1px solid;
	margin-bottom: 3px;
	color: #826BA2;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
}
h3 {
	font-size: 22px;
	color: #826BA2;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mt-60 {
	margin-top: 60px;
}
.fs-14 {
	font-size: 14px;
}
.pl-20 {
	padding-left: 20px!important;
	box-sizing: border-box!important;
}
.container {
	padding: 0;
}
@media (max-width: 991.98px) {
	.sp_pl15 {
		padding: 0 15px;
		box-sizing: border-box;
	}
}
.sp_only {
	display: none;
}
@media (max-width: 991.98px) {
	.sp_only {
		display: block;
	}
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.header_bnr_area img {
	max-width: 100%;
	margin-bottom: 15px;
}
.header_bnr_area .event_date {
	width: 100%;
	background: #F8C92B;
	color: #B50000;
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 15px;
}
.sticky-top {
	background: #826BA2;
	padding: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2rem;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand,
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link {
	color: #ffffff;
}
.sticky-top .nav-item {
	padding: 0 40px 0 0;
	margin: 0 40px 0 0;
	border-right: 1px solid #ffffff;
}
.sticky-top .nav-item:last-child {
	margin: 0;
	padding: 0;
	border-right: none;
}
.navbar-brand {
	padding: 0 40px 0 0;
	margin: 0 40px 0 0;
	border-right: 1px solid #ffffff;
}
.sticky-top .nav-link {
	padding: 0;
}
.navbar {
	width: 890px;
	margin: 0 auto;
}
@media (max-width: 991.98px) {
	.navbar-brand {
		padding: 0;
		margin: 0;
		border-right: none;
	}
	.sticky-top .nav-item,
	.sticky-top .nav-item:last-child {
		padding: 5px 0;
		margin: 5px 0;
		border-right: none;
	}
	.navbar {
		width: 100%;
	}
}

/*
.special_area {
	background: #F6F4F8;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
*/
.kodawari_text {
	color: #707070;
	font-size: 16px;
}
.special_area {
	background: #F6F4F8;
}
.special_area_inner {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
.special_area_inner .slick-slider {
	margin-bottom: 10px;
}
.special_area .row {
	margin: 0;
}
.special_area .col-12 {
	padding: 0;
}
.special_area_inner .col-md-6 {
	padding: 0;
}
.special_area_inner .col-md-12 {
	padding: 0;
}
.special_area_inner .col-md-12 img {
	width: 100%!important;
	height: auto;
}
.slick-slider {
	padding: 0;
}
.slick-track {
	margin: 0;
}
ul.slider {
	margin-bottom: 0;
}
.small_item_img {
	list-style: none;
	margin: 0;
	padding: 0;
}
.small_item_img .slick-track {
	width: 100%!important;
}
.small_item_img li {
	padding: 0;
	width: 24%!important;
	margin-right: 1.2%;
	float: left;
	margin-top: 10px;
}
.small_item_img li:last-child {
	margin-right: 0;
}
.item_detail_catch {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.item_detail_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.item_detail_icon {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.item_detail_icon li {
	width: 50px;
}
@media (max-width: 991.98px) {
	.item_detail_icon li {
		width: 38px;
	}
}


.color_variation {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}
.color_variation li {
	padding: 0 5px;
}
.color_variation_title {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 16px;
}
.item_price {
	font-weight: bold;
	font-size: 18px;
}
.item_detail_btn {
	color: #ffffff;
	padding: 12px 0;
	text-align: center;
	border-radius: 14px;
	background: #3C1F65;
	width: 300px;
	font-weight: bold;
	display: block;
}
a.item_detail_btn,
a:hover.item_detail_btn {
	color: #ffffff;
	text-decoration: none;
}
.item_price {
	margin-top: 20px;
	margin-bottom: 10px;
}
.set_desc {
	line-height: 1.6;
	font-size: 16px;
}
.set_area {
	padding-bottom: 20px;
	border-bottom: 1px #707070 solid;
	margin-bottom: 20px;
}
.set_area .col-md-6 {
	padding: 0;
}
.set_area .col-md-12 {
	display: flex;
}
.set_area.no-border {
	border: none;
}
.set_area_ico {
	width: 20px;
	height: auto;
}
.recommend_items .hero {
	margin-bottom: 10px;
}
.recommend_colors ul {
	max-width: 100%;
	list-style: none;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.recommend_colors ul li {
	width: 32%;
}
.recommend_description {
	font-size: 16px;
	margin-bottom: 10px;
}
.recommend_items .item_detail_icon li {
	width: 15%;
}
.recommend_item_name {
	font-weight: bold;
	font-size: 18px;
}
.recommend_items > .row {
	margin-bottom: 60px;
}
@media (max-width: 991.98px) {
	.recommend_items > .row {
		margin-bottom: 0;
	}
	.recommend_items > .row .col-md-4 {
		margin-bottom: 30px;
	}
}
.recommend_text {
	width: 70%;
	margin: 0 auto;
	padding: 30px 0;
}
.attention_box {
	border: 1px #707070 solid;
	padding: 20px;
	margin-bottom: 40px;
}
.attention_box .strong01 {
	text-align: center;
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 0;
}
.attention_box .strong01 img {
	width: 45px;
	height: auto;
}
.attention_box .strong02 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
}
.attention_box .strong03 {
	font-weight: bold;
	color: #B50000;
	font-size: 42px;
	text-align: center;
	margin-bottom: 10px;
}
.attention_box .strong03 .small {
	font-size: 24px;
	font-weight: bold;
}
.attention_box .red {
	color: #B50000;
	font-weight: bold;
}
.attention_text {
	width: 90%;
	margin: 0 auto;
}
.attention_title {
	color: #826BA2;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 20px;
}
.attention_title img {
	width: 52px!important;
	height: auto;
	display: inline-block;
	margin-right: 10px;
}
.attention05 .ico_x_bk {
	width: 76px;
	height: auto;
}
.attention05 .ico_o {
	width: 56px;
	height: 56px;
}
.attention05 table th {
	background: #C9B8D9;
	font-weight: normal;
}
.attention05 table th,
.attention05 table td {
	border: 1px #707070 solid;
	text-align: center;
	padding: 5px 20px;
	color: #707070;
	font-size: 14px;
	line-height: 2.0;
}
.attention05 .red,
.attention04 .red {
	color: #B50000;
	font-weight: bold;
}
.attention05 .ico_x_red {
	width: 56px;
	height: auto;
	margin-right: 20px;
	display: inline-block;
}
.attention05 .td_strong {
	font-size: 23px;
	font-weight: bold;
	color: #000000;
}
