@charset "UTF-8";
:root{
  --mincho:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* 既存レイアウト・表示調整 */
.pane-topic-path {
  display: none;
}
.block-category-list .h1.block-category-list--header {
  display: none;
}
.block-category-list--promotion-freespace {
  margin: unset;
}
.pane-contents > .container {
  display: block;
  width: 100%;
}
.pane-left-menu{
  display: none;
}
.pane-main {
  margin-top: unset;
}
.block-recent-item {
  display: none;
}
.block-category-list--goods{
  width: 1200px;
  margin: 0 auto;
}

/* BASE・RESET */
#orobianco-cocorone-26ss {
  color: #3A3A3B;
}
#orobianco-cocorone-26ss h1,
#orobianco-cocorone-26ss h2,
#orobianco-cocorone-26ss h3,
#orobianco-cocorone-26ss h4,
#orobianco-cocorone-26ss h5,
#orobianco-cocorone-26ss h6 {
  padding: unset;
  margin: unset;
}
#orobianco-cocorone-26ss h2 span {
  display: unset;
  font-size: unset;
  list-style: unset;
  padding: unset;
  margin: unset;
}
#orobianco-cocorone-26ss img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
#orobianco-cocorone-26ss section {
  width: auto;
}

/* PC・SP表示切替 */
[data-browse-mode="P"] .sp-only{
  display: none !important;
}
[data-browse-mode="S"] .pc-only{
  display: none !important;
}

/* 共通モジュール */
#orobianco-cocorone-26ss .hdg-lv2 {
  font-family: var(--mincho);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.429;
  text-align: center;
  margin-bottom: 52px;
}
#orobianco-cocorone-26ss .sec {
  padding-block: 60px;
}
#orobianco-cocorone-26ss .sec-inner {
  margin-inline: auto;
  max-width: 768px;
  width: 100%;
}
#orobianco-cocorone-26ss .sec-inner > *:last-child {
  margin-bottom: 0;
}
#orobianco-cocorone-26ss .block-txt {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-bottom: 35px;
}
#orobianco-cocorone-26ss .block-txt p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.875;
}
#orobianco-cocorone-26ss .block-txt.-indent p {
	text-indent: 1em;
}
#orobianco-cocorone-26ss .block-img + .block-txt,
#orobianco-cocorone-26ss .block-subtxt + .block-txt {
	margin-top: 60px;
}
#orobianco-cocorone-26ss .block-subtxt {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 17px;
}
#orobianco-cocorone-26ss .block-subtxt p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.538;
}
#orobianco-cocorone-26ss .block-subtxt .block-table-spec {
	width: 475px;
}
#orobianco-cocorone-26ss .block-subtxt .block-table-spec th,
#orobianco-cocorone-26ss .block-subtxt .block-table-spec td {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.538;
}
#orobianco-cocorone-26ss .block-subtxt .block-table-spec .spec-no {
	width: 75px;
}
#orobianco-cocorone-26ss .block-subtxt .block-table-spec .spec-size {
	width: 170px;
}
#orobianco-cocorone-26ss .block-subtxt .block-table-spec .spec-weight {
	width: 70px;
}
#orobianco-cocorone-26ss .block-subtxt .block-table-spec .spec-capacity {
	width: 60px;
}
#orobianco-cocorone-26ss .block-subtxt .block-table-spec .spec-price {
	width: 100px;
}
#orobianco-cocorone-26ss .block-link {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  margin-bottom: 37px;
}
#orobianco-cocorone-26ss .block-link a {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.538;
}
#orobianco-cocorone-26ss .block-img {
	display: flex;
	flex-direction: column;
	row-gap: 36px;
	margin-top: 60px;
}
#orobianco-cocorone-26ss .block-img > * {
	text-align: center;
}
#orobianco-cocorone-26ss .block-img.-col2 {
	display: flex;
	flex-direction: row;
	column-gap: 30px;
	justify-content: center;
}
#orobianco-cocorone-26ss .block-img.-col2 > * {
  width: calc((100% - 30px) / 2);
}
#orobianco-cocorone-26ss .block-img figure {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#orobianco-cocorone-26ss .block-img figcaption {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.538;
}
#orobianco-cocorone-26ss .block-feature {
  margin-block: 83px 49px;
}
#orobianco-cocorone-26ss .feature-title,
#orobianco-cocorone-26ss .feature-txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.875;
}
#orobianco-cocorone-26ss .block-info {
  font-size: 13px;
  letter-spacing: .1em;
  line-height: 1.846;
  display: flex;
  flex-direction: column;
  row-gap: 0px;
}
#orobianco-cocorone-26ss .info-group {
  display: inline-block;
}
#orobianco-cocorone-26ss .info-group > * {
  display: inline;
}

/* .sec-mv */
#orobianco-cocorone-26ss .sec-mv {
  padding-top: 75px;
}
#orobianco-cocorone-26ss .block-page-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 16px;
  text-align: center;
  margin-bottom: 60px;
}
#orobianco-cocorone-26ss .page-title {
  font-family: var(--mincho);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.563;
}
#orobianco-cocorone-26ss .page-title-date {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
}
#orobianco-cocorone-26ss .mv img {
  width: 100%;
}
#orobianco-cocorone-26ss .mv-detail {
  padding-top: 40px;
  margin-inline: auto;
  max-width: 768px;
  width: 100%;
}
#orobianco-cocorone-26ss .mv-detail p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.538;
  word-break: break-all;
}

@media (max-width:834px){
  /* 既存レイアウト・表示調整 */
  .block-topic-path {
    display: none;
  }
  .block-category-list--goods{
    width: 100%;
  }

  /* 共通モジュール */
  #orobianco-cocorone-26ss .hdg-lv2 {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 36px;
  }
  #orobianco-cocorone-26ss .sec {
    padding-block: 36px;
    padding-inline: calc(20 / 375 * 100vw);
  }
  #orobianco-cocorone-26ss .block-txt {
    row-gap: 28px;
    margin-bottom: 26px;
  }
  #orobianco-cocorone-26ss .block-txt p {
    font-size: 14px;
    line-height: 2;
  }
	#orobianco-cocorone-26ss .block-img + .block-txt,
	#orobianco-cocorone-26ss .block-subtxt + .block-txt {
		margin-top: 40px;
	}
  #orobianco-cocorone-26ss .block-subtxt {
    row-gap: 20px;
    margin-bottom: 15px;
  }
	#orobianco-cocorone-26ss .block-subtxt .block-table-spec {
		width: 100%;
	}
	#orobianco-cocorone-26ss .block-subtxt .block-table-spec thead {
		display: none;
	}
	#orobianco-cocorone-26ss .block-subtxt .block-table-spec tbody {
		display: flex;
		flex-direction: column;
		row-gap: 20px;
	}
	#orobianco-cocorone-26ss .block-subtxt .block-table-spec tr {
		display: flex;
		flex-wrap: wrap;
	}
	#orobianco-cocorone-26ss .block-subtxt .block-table-spec td {
		display: block;
		width: auto !important;
		position: relative;
	}
	#orobianco-cocorone-26ss .block-subtxt .block-table-spec td::before {
		
	}
	#orobianco-cocorone-26ss .block-subtxt .block-table-spec td.spec-no {
		width: 100% !important;
	}
	#orobianco-cocorone-26ss .block-subtxt .block-table-spec td.spec-no::before {
		content: "No. ";
	}
	#orobianco-cocorone-26ss .block-subtxt .block-table-spec td.spec-size::before {
		content: "サイズ：";
	}
	#orobianco-cocorone-26ss .block-subtxt .block-table-spec td.spec-weight::before {
		content: "重量：";
	}
	#orobianco-cocorone-26ss .block-subtxt .block-table-spec td.spec-capacity::before {
		content: "容量：";
	}
	#orobianco-cocorone-26ss .block-subtxt .block-table-spec td.spec-price::before {
		content: "価格：";
	}
	#orobianco-cocorone-26ss .block-subtxt .block-table-spec td.spec-size::after,
	#orobianco-cocorone-26ss .block-subtxt .block-table-spec td.spec-weight::after,
	#orobianco-cocorone-26ss .block-subtxt .block-table-spec td.spec-capacity {
		content: "／";
	}
  #orobianco-cocorone-26ss .block-link {
    row-gap: 6px;
    margin-bottom: 37px;
  }
  #orobianco-cocorone-26ss .block-img {
    row-gap: 15px;
    /*margin-bottom: 36px;*/
	  margin-top: 40px;
  }
  #orobianco-cocorone-26ss .block-img.-col1 .img {
    width: 240px;
	  margin: 0 auto;
  }
	#orobianco-cocorone-26ss .block-img.-col2 {
		column-gap: 15px;
		margin-top: 20px;
	}
  #orobianco-cocorone-26ss .block-img.-col2 > * {
    width: calc((100% - 15px) / 2);
  }
  #orobianco-cocorone-26ss .block-img figcaption {
    font-size: 11px;
    line-height: 1.455;
  }
  #orobianco-cocorone-26ss .block-feature {
    margin-block: 83px 49px;
  }
  #orobianco-cocorone-26ss .feature-title,
  #orobianco-cocorone-26ss .feature-txt {
    font-size: 14px;
    line-height: 2;
  }

  /* .sec-mv */
  #orobianco-cocorone-26ss .sec-mv {
    padding-top: 33px;
  }
  #orobianco-cocorone-26ss .block-page-title {
    row-gap: 17px;
    margin-bottom: 38px;
  }
  #orobianco-cocorone-26ss .page-title {
    font-size: 24px;
    line-height: 1.417;
  }
  #orobianco-cocorone-26ss .page-title-date {
    font-size: 12px;
  }
  #orobianco-cocorone-26ss .mv-detail {
    padding-top: 16px;
    padding-inline: calc(20 / 390 * 100vw);
  }
  #orobianco-cocorone-26ss .mv-detail p {
    font-size: 11px;
    line-height: 1.818;
  }
}