@import url('https://fonts.googleapis.com/css?family=Muli');

html, body {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
}

p>img {
  display: block;
}

.entry-content a {
  border: none;
}

body.page .entry-content h2 img {
  width: auto;
}

body.page .entry-content h2 {
  margin: 0;
}

.entry-content a img {
  display: inline;
}

.showpc{
  display: block;
}

.showsp{
  display: none;
}

.clearfix {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

ul li {
  list-style: none;
}

img {
  display: inline;
  opacity: 1 !important;
  vertical-align:bottom;
}

body {
  margin: 0;
}

.onlyPC {
  display: block !important;
}

.onlySP {
  display: none !important;
}

.brsp {
  display: none;
}

.brpc {
  display: inherit;
}

.fl {
  float: left;
}

.fr {
  float: right;
}


#wrap {
  width: 760px;
  overflow: hidden;
  color: #444 !important;
  font-family: "Noto Sans Japanese"!important;
  margin-bottom: 30px;
}

#wrap p,
#wpra li,
#wrap dt,
#wrap dd,
#wrap span,
#wrap div {
	 font-family: "Noto Sans Japanese"!important;
}


 /* top */
.top {
	margin-bottom:50px;
}

.top .tit_text01 {
	text-align:center;
	padding:58px 0;
}


.top .prof_line {
	overflow:hidden;
	width:560px;
	margin:0 auto;
}

.top .prof_line .prof_img { float:left;}
.top .prof_line .prof_text01  { float:right;}

.top .prof_text02 {
	text-align:center!important;
	margin:30px 0 0;
}


/* section_column */

section.column {}
section.column .inner {
	padding: 0px 50px 100px;
}

section.column .nopro {
	padding-top: 40px;
}

#main section.column .inner h3 {
  margin: 0 0 20px;
  padding: 0;
	border:none!important;
}

#main section.column .inner h3.tt {
  margin-bottom: 40px;
}

section.column .inner p {
	font-size:14px;
	line-height:1.8em;
	font-weight:300;
}

section.column h3{
  margin: 0 0 50px;
  line-height:1.0;
}

section.column .mb20 {
  margin-bottom: 20px;
}

section.column .low-in{
  padding: 30px 50px 40px;
}


/* section_column_kurashi05 */

#kurashi05 section.column .low-in{
  padding: 20px 50px 30px!important;
}



section.column .low-in p{
  font-size: 12px;
  line-height: 24px;
}

section.column .low-in p span{
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  margin-top: 5px;
}

section.column .low-in p strong{
  font-weight: bold;
  font-size: 13px;
}

section.column .low-in .product{
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0 0;
}

section.column .low-in .product a{
  margin-left: 20px;
}

section.column .low-in .product a img{
  vertical-align: middle;
}

section.column .low-in .product li{
  margin: 0;
}

/* item */
section.item {
	background:#f0f0f0;
	padding:60px 50px 33px;
}

section.item .inner {
	width:660px;
	overflow:hidden;
	font-weight:300;
}

section.item .inner .item_left .item_copy { font-size:14px; line-height:1.5em; margin-bottom:30px;}
section.item .inner .item_left .item_name { font-size:22px; margin-bottom:40px;}
section.item .inner .item_left .item_name span { font-size:18px;}


section.item .inner .item_left {
	width:392px;
	float:left;
}

section.item .inner .item_right {
	width:221px;
	float:right;
}

section.item .inner .item_left .price_line {
	width:100%;
	overflow:hidden;
}


section.item .inner .item_left .price_line .item_price { font-size:16px; float:left; width:150px;}
section.item .inner .item_left .price_line .item_btn { float:left; width:170px;}


/* other_item */

section.other_item {
	overflow:hidden;
	width:100%;
	padding:60px 50px 0;
}

section.other_item div.other_item_list {
	float:left;
	margin-left:30px;
	margin-bottom:60px;
	width:200px;
	font-size:14px;
	font-weight:300;
	line-height:1.5em;
	background:url(../images/pc/other_item_icon.png) no-repeat right bottom;
}

section.other_item div.other_item_list:first-child {
	margin-left:0;
}

section.other_item div.other_item_list:nth-child(3n+1) {
	clear:both;
	margin-left:0;
}

section.other_item div.other_item_list a {
	display:block;
}

section.other_item div.other_item_list .other_item_img {
	margin-bottom:20px;
}


section.other_item div.other_item_list .ohter_item_name {
	margin-bottom:10px;
}

section.more {
  padding: 20px 0 0;
}

section.more .txt-head{
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  border-bottom: solid 1px #b2b2b2;
  padding: 0 0 20px;
  margin: 0 0 50px;
}

section.more .list-bnr{
  width: 660px;
  margin: 0 auto 90px;
  overflow: hidden;
}

section.more .list-bnr li{
  float: left;
  margin: 0 30px 30px 0;
}

section.more .list-bnr li:nth-child(3n){
  margin-right: 0;
}


section.other_item div.other_item_list a.price_more{
    font-size: .9em;
    text-decoration: underline;
    color: #222;
    font-weight: bold;
    display: block;
    margin: 4px auto 0;
    border: none;
}

@media screen and (max-width: 640px) {
  .showpc{
    display: none;
  }

  .showsp{
    display: block;
  }

  .onlyPC {
    display: none !important;
  }
  .onlySP {
    display: block !important;
  }
  .brsp {
    display: inherit;
  }
  .brpc {
    display: none;
  }
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
  #wrap {
    width: 100%;
    margin-bottom: 0;
  }

  #wrap img {
	  width:100%;
  }

    #anchor ul {
    margin-bottom: 30px;
  }
  #anchor ul li {
    width: 32.33%;
    margin: 0 1.5% 0 0;
  }
  #anchor ul li img {
    width: 100%;
    display: block;
  }
  #anchor .contents-low h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  #anchor .contents-low p {
    width: auto;
    font-size: 12px;
    line-height: 18px;
    margin: 0 15px 15px;
  }
  #anchor .contents-low a {
    width: 70%;
    min-width: 280px;
    margin: 0 auto 40px;
  }
  #anchor .contents-low a img {
    width: 100%;
    display: block;
  }

 /* top */
.top {
	margin-bottom:0;
}

.top .tit_text01 {
	text-align:center;
	padding:26px 10px 23px!important;
}

.top .tit_text01 img {
	width:100%;
}

.top .prof_line {
	overflow:hidden;
	width:auto;
	padding:0 10px;
}


.top .prof_line .prof_img { float:left; width:35%;}
.top .prof_line .prof_text01  { float:right; width:59%;}

.top .prof_text02 {
	margin:24px 10px 0;
}


/* section_column */



section.column {}
section.column .inner {
	padding:28px 15px 50px;
}

section.column .inner.nopro{
  padding: 30px 15px 50px;
}

#main section.column .inner h3 {
	margin: 0 0 15px;
  padding: 0;
  line-height: 0;
}
#main section.column .inner h3.tt{
  margin-bottom: 20px;
}

section.column .inner p {
	font-size:12px;
	line-height:1.8em;
	font-weight:300;
}

/* item */
section.item {
	background:#f0f0f0;
	padding:35px 15px 23px;
}

section.item .inner {
	width:100%;
	overflow:hidden;
	font-weight:300;
}

section.item .inner .item_left .item_copy { font-size:12px; line-height:1.5em; margin-bottom:25px;}
section.item .inner .item_left .item_name { font-size:13px; margin:13px 0;}
section.item .inner .item_left .item_name span { font-size:12px;}


section.item .inner .item_left {
	width:100%;
	float:none;
}

section.item .inner .item_left_sp {
	float:left;
	width:52%;
}



section.item .inner .item_right {
	width:35%;
	float:right;
}



section.item .inner .item_left .price_line {
	width:100%;
	overflow:hidden;
}


section.item .inner .item_left .price_line .item_price { font-size:12px; float:none; width:150px; margin-bottom:18px;}
section.item .inner .item_left .price_line .item_btn { float:none; width:100%;}







/* other_item */

section.other_item {
	overflow:hidden;
	width:auto;
	padding:35px 15px 0;
}

section.other_item div.other_item_list {
	float:left;
	margin-right:5%;
	margin-left:0;
	margin-bottom:30px;
	width:45%;
	float:left;
	font-size:12px;
	font-weight:300;
	line-height:1.5em;
	background:url(../images/pc/other_item_icon.png) no-repeat right bottom;
}

section.other_item div.other_item_list:nth-child(3n+1) {
	clear:none;
}

section.other_item div.other_item_list:first-child {
	margin-right:5%;
	margin-left:0;
}

section.other_item div.other_item_list:nth-child(even) {
	margin-right:0;
	margin-left:5%;
}

section.other_item div.other_item_list a {
	display:block;
}

section.other_item div.other_item_list .other_item_img {
	margin-bottom:15px;
}


section.other_item div.other_item_list .ohter_item_name {
  font-size: 12px;
	margin-bottom:15px;
}

section.other_item div.other_item_list .ohter_item_name + p{
  font-size: 12px;
}

}


/* Add 1204 */

section.column .caption {
  padding: 0;
  margin: 25px 0 0;
}

section.column .caption li {
  padding: 0 0 0 50px;
  margin: 0 0 5px;
  box-sizing: border-box;
  font-size: 12px;
  color: #444;
}

section.label{
  background: #f8f6ec;
  padding: 45px 0;
}

section.label p{
  font-size: 14px;
  text-align: center;
}

section.label p.strong{
  font-size: 24px;
  text-align: center;
  margin: 0 0 35px;
}

#wrap p.backnum{
  width: 560px;
  background: #735e4f;
  padding: 15px 0;
  margin: 65px auto 0;
  color: #fff;
  font-size: 18px;
  font-family: "Century Gothic", sans-serif !important;
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
  cursor: pointer;
}

#wrap p.backnum span{
  font-family: "Century Gothic", sans-serif !important;
  color: #fff;
}

#wrap p.backnum img{
  width: 105.5px;
  margin: auto;
}

.area-back{
  width: 560px;
  position: relative;
  margin: auto;
}

#wrap p.backnum:after{
  content: '';
  width: 27px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -6.5px;
  background: url(../images/pc/arrow.png) 0 0 no-repeat;
  transform: rotate(180deg);
}

#wrap p.backnum.opened:after{
  transform: rotate(0deg);
}

.list-backnum{
  width: 560px;
  margin: auto;
  background: #735e4f;
  padding: 0;
  color: #fff;
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -280px;
}

.list-backnum li{
  border-top: 1px solid #fff;
  display: block;
  position: relative;
  margin: 0 20px;
  font-size: 16px;
}

.list-backnum li a{
  padding: 15px 0;
  display: block;
  color: #fff;
}

@media screen and (max-width: 640px){
    section.column .caption {
    padding: 0;
    margin: 20px 0 0;
  }

  section.column .caption li {
    padding: 0 15px;
    margin: 0 0 5px;
    box-sizing: border-box;
    font-size: 10px;
    color: #444;
  }

  section.column h3{
    margin-bottom: 20px;
  }

  section.column .low-in{
    padding: 15px 15px 0;
  }
  
  
/* section_column_kurashi05 */

#kurashi05 section.column .low-in{
  padding: 15px 15px 0!important;
}


  section.column .low-in p{
    font-size: 10px;
    line-height: 15px;
  }

  section.column .low-in p span{
    font-size: 10px;
    line-height: 15px;
  }

  section.column .low-in p strong{
    font-weight: bold;
    font-size: 11px;
    display: inline-block;
    margin-bottom: 5px;
  }

  section.column .low-in .product{
    font-size: 11px;
    margin-top: 10px;
  }

  section.column .low-in .product li{
    font-size: 11px;
    line-height: 15px;
  }

  section.column .low-in .product a{
    width: 18.5px;
    display: inline-block;
    margin-left: 10px;
  }

  section.label{
    background: #f8f6ec;
    padding: 22.5px 10px;
    box-sizing: border-box;
  }

  section.label p{
    font-size: 12px;
    text-align: center;
  }

  section.label p.strong{
    font-size: 18px;
    text-align: center;
    margin: 0 0 22.5px;
  }

  #wrap p.backnum{
    width: auto;
    padding: 15px 0;
    font-size: 12px;
    margin: 25px 0 0;
    font-family: "Century Gothic", "Muli", sans-serif !important;
    text-align: center;
  }

  .area-back{
    width: 100%;
    height: 45px;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: visible;
  }

  #wrap p.backnum:after{
    width: 26px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    background: url(../images/sp/arrow.png) 0 0 no-repeat;
    background-size: cover;
  }

  .list-backnum{
    width: 100%;
    margin: auto;
    background: #735e4f;
    padding: 0;
    color: #fff;
    display: none;
    left: 0;
    margin-left: 0;
    position: relative;
  }

  .list-backnum li{
    margin: 0 10px;
    font-size: 10px;
  }

  .list-backnum li a{
    padding: 15px 0;
    display: block;
    font-size: 10px;
  }

  section.column .inner h3.w238px {
    width: 238.5px;
  }

  section.column .inner h3.w59px {
    width: 59px;
  }

  section.column .inner h3.w58px {
    width: 58.5px;
  }

  section.column .inner h3.w143px {
    width: 143.5px;
  }

  section.column .inner h3.w173px {
    width: 173px;
  }

  section.column .inner h3.w39px {
    width: 39px;
  }

  section.column .inner h3.w76px {
    width: 76px;
  }
  
  section.column .inner h3.w231px {
    width: 231px;
  }
  
  section.column .inner h3.w110px {
    width: 110px;
  }
  
  section.column .inner h3.w196px {
    width: 196px;
  }
  
  section.column .inner h3.w126px {
    width: 126px;
  }

  section.more .txt-head{
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    border-bottom: solid 1px #b2b2b2;
    padding: 0 0 10px;
    margin: 0 0 30px;
  }

  section.more .list-bnr{
    width: 83%;
    margin: 0 auto 90px;
    overflow: hidden;
  }

  section.more .list-bnr li{
    width: 45%;
    float: left;
    margin: 0 10% 10% 0;
  }

  section.more .list-bnr li:nth-child(3n){
    margin-right: 10%;
  }

  section.more .list-bnr li:nth-child(2n){
    margin-right: 0;
  }

  section.more .list-bnr li:last-child{
    margin-right: 0;
  }

}
