/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */

/* ----- min-width : 641px ----- */

@media screen and (min-width: 641px) {

/*------------------------------------------------------------------------------------------
  *
  *
      min-width : 641px
  *
  *
  ------------------------------------------------------------------------------------------ */

/* --------------------------------------------------
  *
      #main_visual
  *
  -------------------------------------------------- */

#main_visual {
	width: 100%;
	height: 100%;
	position: relative;
}

#main_visual .mv {
	background-color: #fff;
	text-align: center;
	padding: 100px 50px 60px 50px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

#main_visual .mv p {
	position: relative;
}

#main_visual .mv p img {
	width: 1000px;
}

#main_visual .img_slider img {
	display: none;
}

#main_visual h1 {
	width: 100%;
	min-width: 1100px;
	text-align: center;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 10;
}

#main_visual h1 img {
	width: 209px;
}

#main_visual .arrow {
	width: 100%;
	min-width: 1100px;
	height: 40px;
	text-align: center;
	position: absolute;
	bottom: 35px;
	left: 0;
}

#main_visual .arrow span {
	width: 70px;
	height: 100%;
	display: inline-block;
	position: relative;
	background-image: url(/store/hobonichi_plus_a-dot/formal/common/images/parts_arrow_btm.png);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 70px;
	cursor: pointer;
	transition: background .1s ease;
}

.is_sp #main_visual .arrow span.touch,
.is_pc #main_visual .arrow span:hover {
	background-position: center 5px;
}

#main_visual .badge {
	position: absolute;
	bottom: 5%;
	right: 80px;
	z-index: 2;
}

#main_visual .badge img {
	width: 132px;
	height: auto;
}

/* --------------------------------------------------
  *
      #header
  *
  -------------------------------------------------- */

#header {
	position: absolute;
	z-index: 100;
}

#header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.contents_inner {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}

#yodogawa {
	padding: 120px 0 40px 0;
	text-align: center;
}

#yodogawa .inner {
	text-align: left;
	display: inline-block;
}

#yodogawa p {
	font-weight: bold;
	margin-bottom: 2em;
	font-size: 16px;
	line-height: 1.875em;
}

#yodogawa p a {
	text-decoration: underline;
}

.is_pc #yodogawa p a:hover,
.is_sp #yodogawa p a.touch {
	text-decoration: none;
}

#yodogawa p:last-child {
	margin-bottom: 0;
}

/* --------------------------------------------------
  *
      #section_product
  *
  -------------------------------------------------- */

#section_product {
	width: 840px;
	margin: 0 auto -10px auto;
	clear: both;
	text-align: center;
}

#section_product .section {
	clear: both;
	margin: 0 0 95px 0;
}

#section_product .cat {
	width: 600px;
	margin: 0 auto 40px auto;
	display: inline-block;
	position: relative;
}

#section_product h2 {
	margin-bottom: 35px;
	text-align: center;
}

#section_product h2 img {
	width: auto;
	height: 47px;
}

#section_product .cat .desc {
	width: auto;
	font-size: 14px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.71em;
	text-align: left;
	letter-spacing: .05em;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 220px;
}

#section_product ul {
	clear: both;
	display: inline-block;
	text-align: left;
	font-size: 0;
	letter-spacing: -.40em;
	position: relative;
}

#section_product li {
	width: 33.333%;
	margin-bottom: 40px;
	text-align: center;
	display: inline-block;
	font-size: 13px;
	letter-spacing: normal;
	vertical-align: top;
	position: relative;
}

#section_product ul:after {
	content: '';
	display: block;
	width: 960px;
	height: 1px;
	background-color: #333764;
	position: absolute;
	bottom: 45px;
	left: -60px;
}

#section_product li:first-child:before {
	content: '';
	display: block;
	width: 960px;
	height: 1px;
	background-color: #333764;
	position: absolute;
	top: -45px;
	left: -60px;
}

#section_product li:nth-child(3n):after {
	content: '';
	display: block;
	width: 960px;
	height: 1px;
	background-color: #333764;
	position: absolute;
	bottom: 0;
	left: -620px;
}

#section_product li.bl {
	visibility: hidden;
}

#section_product li a {
	color: #333764;
}

#section_product li.new a:before {
	content: '';
	width: 46px;
	height: 46px;
	display: block;
	background-image: url(/store/hobonichi_plus_a-dot/formal/common/images/ico_new.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 46px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#section_product li.sold a:after {
	content: '';
	width: 94px;
	height: 94px;
	display: block;
	background-image: url(/store/hobonichi_plus_a-dot/formal/common/images/parts_ico_soldout.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80px;
	position: absolute;
	top: 0;
	right: 10px;
}

#section_product li .name p {
	font-size: 14px;
	line-height: 1.3em;
	position: relative;
	top: -50px;
	z-index: 2;
	white-space: nowrap;
}

#section_product li .season {
	margin-top: 7px;
	padding: 1px 5px;
	font-size: 12px !important;
	letter-spacing: .15em;
	line-height: 1em;
	display: inline-block;
	border: 1px solid #333764;
	position: relative;
}

#section_product li img {
	width: 94%;
	opacity: 1 !important;
}

#section_product li {
	transition: opacity .15s ease 0s;
}

.is_sp #section_product li.touch,
.is_pc #section_product li:hover {
	transition: opacity .15s ease .1s;
	opacity: .7;
}

.banner_list {
	margin: -25px 0 65px 0;
	text-align: center;
}

.banner_list .banner_aa {
	margin: 0 0 20px 0;
	text-align: center;
}

.banner_list img {
	height: auto;
}

#btm_info {
	margin-top: -30px;
	margin-bottom: 80px;
	text-align: center;
}

#btm_info p {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.714em;
}

#btm_info img {
	width: 300px;
}

/* --------------------------------------------------
  *
      #section_info
  *
  -------------------------------------------------- */

#section_info {
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
}

#section_profile {
	margin: 0 0 90px 0;
	padding: 30px;
	background-color: #fff;
	border: 1px solid #333764;
	overflow: hidden;
}

#section_profile .col_left {
	width: 330px;
	margin: 0 40px 0 0;
	float: left;
	font-size: 16px;
	letter-spacing: normal;
	vertical-align: top;
}

#section_profile .col_left img {
	width: 100%;
}

#section_profile .col_left h3 {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}

#section_profile .col_right {
	width: auto;
	float: left;
	font-size: 12px;
	line-height: 2em;
}

#section_profile .col_right p {
	margin: 0 0 1.5em 0;
}

#section_profile .col_right p:last-child {
	margin: 0;
}

#section_profile .col_right p a {
	text-decoration: underline;
	color: #333764;
}

.is_pc #section_profile .col_right p a:hover,
.is_sp #section_profile .col_right p a.touch {
	text-decoration: none;
}

/* --------------------------------------------------
  *
      #section_btm
  *
  -------------------------------------------------- */

#section_btm {
	clear: both;
	overflow: hidden;
	margin: 0 0 70px 0;
}

#section_btm .section_left {
	width: 375px;
	float: left;
	overflow: hidden;
}

#section_btm .section_right {
	width: 505px;
	float: right;
	overflow: hidden;
}

#section_btm .section {
	clear: both;
	padding: 30px 0 0 30px;
	box-sizing: border-box;
	margin: 0 0 25px 0;
	background-color: #efefef;
	overflow: hidden;
	position: relative;
}

#section_btm .section.s01 {
	min-height: 510px;
}

#section_btm .section.s04 {
	min-height: 510px;
}

#section_btm .section h3 {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 1.625em;
	font-weight: bold;
}

#section_btm .section h3 span.small {
	font-size: 13px;
	position: relative;
	bottom: -2px;
}

#section_btm .section p,
#section_btm .section dd {
	font-size: 12px;
	line-height: 2em;
	overflow: hidden;
}

#section_btm .section dt {
	clear: both;
	margin: 0 0 .5em 0;
	font-size: 12px;
	font-weight: bold;
}

#section_btm .section_left .desc {
	margin: 0 0 20px 0;
}

#section_btm .section_left .btn_detail {
	margin: 0 0 2px 0;
}

#section_btm .section.s01 .pic {
	text-align: center;
	position: relative;
	left: -20px;
}

#section_btm .section.s01 dd {
	margin: 0 0 20px 0;
}

#section_btm .section.s04 dd {
	margin: 0 0 30px 0;
}

#section_btm .section.s04 ul li {
	width: auto;
	float: left;
	margin: 0 5px 0 0;
	white-space: nowrap;
}

#section_btm .section.s04 ul li.bl {
	clear: both;
}

#section_btm .section.s04 ul li a {
	text-decoration: underline;
}

.is_sp #section_btm .section.s04 ul li a.touch,
.is_pc #section_btm .section.s04 ul li a:hover {
	text-decoration: none;
}

}

