@charset "UTF-8";
:root{
  --mincho:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --en_mincho: "EB Garamond",serif;
  --gothic: YuGothic, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-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-30th {
  color: #3A3A3B;
}
#orobianco-30th h1,
#orobianco-30th h2,
#orobianco-30th h3,
#orobianco-30th h4,
#orobianco-30th h5,
#orobianco-30th h6 {
  padding: unset;
  margin: unset;
}
#orobianco-30th h2 span,
#orobianco-30th h3 span {
  display: unset;
  font-size: unset;
  list-style: unset;
  padding: unset;
  margin: unset;
}
#orobianco-30th img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
#orobianco-30th section {
  width: auto;
}

/* PC・SP表示切替 */
[data-browse-mode="P"] .sp-only{
  display: none !important;
}
[data-browse-mode="S"] .pc-only{
  display: none !important;
}

#orobianco-30th .sec {
  padding-block: 20px;
}
#orobianco-30th .sec-inner {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
}

#orobianco-30th .en {
	font-family: var(--en_mincho);
}
#orobianco-30th .ja {
	font-family: var(--mincho);
}
#orobianco-30th h2,
#orobianco-30th h3 {
	text-align: center;
}
#orobianco-30th h2 span,
#orobianco-30th h3 span {
	display: block;
}
#orobianco-30th .block-txt p {
	font-family: var(--mincho);
}
#orobianco-30th #sec-mv {
	text-align: center;
	background-color: #231815;
}
#orobianco-30th #sec-mv .mv {
	width: 100%;
	height: 475px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#orobianco-30th #sec-mv .mv img {
	width: 317px;
}
#orobianco-30th #sec-1 h2,
#orobianco-30th #sec-1 h3 {
	margin: 60px 0 40px;
}
#orobianco-30th #sec-1 h2 .en {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.3;
}
#orobianco-30th #sec-1 h3 .en {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.02em;
	line-height: 1.3;
}
#orobianco-30th #sec-1 h2 .ja,
#orobianco-30th #sec-1 h3 .ja {
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 1.28;
	margin-top: 16px;
	position: relative;
}
#orobianco-30th #sec-1 h2 .ja::before,
#orobianco-30th #sec-1 h2 .ja::after,
#orobianco-30th #sec-1 h3 .ja::before,
#orobianco-30th #sec-1 h3 .ja::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 1px;
	background-color: #3A3A3B;
	vertical-align: middle;
}
#orobianco-30th #sec-1 h2 .ja::before,
#orobianco-30th #sec-1 h3 .ja::before {
	margin-right: 10px;
}
#orobianco-30th #sec-1 h2 .ja::after,
#orobianco-30th #sec-1 h3 .ja::after {
	margin-left: 10px;
}

#orobianco-30th #sec-1 .block-txt {
	display: flex;
	flex-direction: column;
	row-gap: 38px;
	text-align: center;
}
#orobianco-30th #sec-1 .block-txt p {
	font-size: 18px;
	line-height: 2.1;
	letter-spacing: 0.08em;
}
#orobianco-30th #sec-2 {
	padding: 60px 120px;
}
#orobianco-30th #sec-2 .sec-inner {
	width: 100%;
	height: 1425px;
	position: relative;
}
#orobianco-30th #sec-2 .visual-img {
	position: absolute;
}
#orobianco-30th #sec-2 .visual-img img {
	position: relative;
	z-index: 10;
}
#orobianco-30th #sec-2 .visual-img::after {
	content: "";
	z-index: 1;
	display: block;
	position: absolute;
	background-color: #E2D8C9;
}
#orobianco-30th #sec-2 .img01 {
	left: 0;
	top: 70px;
}
#orobianco-30th #sec-2 .img01::after {
	width: 612px;
	height: 533px;
	right: 418px;
	top: -70px;
}
#orobianco-30th #sec-2 .img02 {
	right: 0;
	top: 70px;
}
#orobianco-30th #sec-2 .img03 {
	left: 0;
	bottom: 70px;
	text-align: right;
	width: 670px;
}
#orobianco-30th #sec-2 .img03::after {
	width: 600px;
	height: 735px;
	right: 70px;
	bottom: -70px;
}
#orobianco-30th #sec-2 .img04 {
	right: 0;
	top: 447px;
}
#orobianco-30th #sec-2 .img04::after {
	width: 750px;
	height: 760px;
	left: 70px;
	top: 70px;
}

#orobianco-30th #sec-3 {
	padding: 70px 0 55px;
	background-color: #EFEFEF;
}
#orobianco-30th #sec-3 h2 {
	margin: 0;
}
#orobianco-30th #sec-3 h2 .en {
	font-size: 54px;
	line-height: 1.3;
}
#orobianco-30th .product-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 60px 0;
}
#orobianco-30th .product-box + .product-box {
	border-top: 1px solid #D6D6D6
}
#orobianco-30th .product-box.reverse {
  flex-direction: row-reverse;
}
#orobianco-30th .product-box-img {
  width: 560px;
}
#orobianco-30th .product-box-info {
  width: 500px;
}
#orobianco-30th .product-box-info h3 {
  font-family: var(--mincho);
  font-optical-sizing: auto;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.08em;
	line-height: 1.28;
  margin: 0 0 20px;
  padding: 0;
}
#orobianco-30th .product-box-info p {
	font-size: 16px;
	font-family: var(--gothic);
	line-height: 1.875;
	letter-spacing: 0.1em;
}
#orobianco-30th .product-box-info .product-btn {
	width: 230px;
	margin: 40px 0 0;
}
#orobianco-30th .product-box-info .product-btn a {
	color: #FFFFFF;
	font-size: 15px;
	font-family: var(--mincho);
	letter-spacing: 0.08em;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 16px 0;
	background-color: #2F344A;
}
#orobianco-30th .product-box-info .product-announcement {
	margin: 40px 0 0;
}
#orobianco-30th #sec-4 {
	padding: 90px 0;
	background-color: #ccc;
	background-image: url(campaign_bg.jpg);
	background-position: center top;
	background-repeat: repeat;
}
#orobianco-30th #sec-4 .campaign-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 30px 0px rgba(59,49,42,0.45);
	padding: 68px 60px 96px;
}
#orobianco-30th #sec-4 .campaign-box h2 {
	width: 100%;
	margin: 0 0 40px;
}
#orobianco-30th #sec-4 .campaign-box h2 .en {
	color: #BA8871;
	font-size: 54px;
	line-height: 1.3;
}
#orobianco-30th #sec-4 .campaign-box .campaign-box-img {
	width: 424px;
	margin-left: 76px;
}
#orobianco-30th #sec-4 .campaign-box .campaign-box-info {
	width: 500px;
}
#orobianco-30th #sec-4 .campaign-box .campaign-box-info h3 {
	font-size: 26px;
	font-family: var(--mincho);
	letter-spacing: 0.08em;
	line-height: 1.15;
	margin: 0 0 30px;
}
#orobianco-30th #sec-4 .campaign-box .campaign-box-info p {
	font-family: var(--gothic);
	letter-spacing: 0.1em;
}
#orobianco-30th #sec-4 .campaign-box .campaign-box-info .block-txt {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
#orobianco-30th #sec-4 .campaign-box .campaign-box-info .block-txt p {
	font-size: 16px;
	line-height: 1.875;
}
#orobianco-30th #sec-4 .campaign-box .campaign-box-info .block-subtxt {
	margin-top: 40px;
}
#orobianco-30th #sec-4 .campaign-box .campaign-box-info .block-subtxt p {
	font-size: 14px;
	line-height: 2.1;
}

@media (max-width:834px){
  /* 既存レイアウト・表示調整 */
  .block-topic-path {
    display: none;
  }
  .block-category-list--goods{
    width: 100%;
  }

  /* 共通モジュール */
  #orobianco-30th .hdg-lv2 {
  }
  #orobianco-30th .sec {
	      padding-block: 0;
  }
	/**/
	#orobianco-30th #sec-mv .mv {
		height: calc(300 / 375 * 100vw);
	}
	#orobianco-30th #sec-mv .mv img {
		width: calc(195 / 375 * 100vw);
	}
	#orobianco-30th #sec-1 h2,
	#orobianco-30th #sec-1 h3 {
		margin: calc(50 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
	}
	#orobianco-30th #sec-1 h2 .en {
		font-size: calc(30 / 375 * 100vw);
	}
	#orobianco-30th #sec-1 h3 .en {
		font-size: calc(20 / 375 * 100vw);
	}
	#orobianco-30th #sec-1 h2 .ja,
	#orobianco-30th #sec-1 h3 .ja {
		font-size: calc(12 / 375 * 100vw);
		line-height: 1.66;
	}
	#orobianco-30th #sec-1 .block-txt p {
		font-size: calc(14 / 375 * 100vw);
	}
	#orobianco-30th #sec-1 h2 .ja::before,
	#orobianco-30th #sec-1 h2 .ja::after,
	#orobianco-30th #sec-1 h3 .ja::before,
	#orobianco-30th #sec-1 h3 .ja::after {
		width: calc(12 / 375 * 100vw);
		height: calc(1 / 375 * 100vw);
	}
	#orobianco-30th #sec-1 h3.title02 .ja::before,
	#orobianco-30th #sec-1 h3.title02 .ja::after {
		position: absolute;
		top: 50%;
	}
	#orobianco-30th #sec-1 h3.title02 .ja::before {
		left: 50%;
		margin-left: calc(130 / 375 * 100vw);
	}
	#orobianco-30th #sec-1 h3.title02 .ja::after {
		right: 50%;
		margin-right: calc(130 / 375 * 100vw);
	}
	
	#orobianco-30th #sec-2 {
		padding: calc(80 / 375 * 100vw) 0 calc(80 / 375 * 100vw);
	}
	#orobianco-30th #sec-2 .sec-inner {
		width: 100%;
		height: auto;
		position: relative;
	}
	#orobianco-30th #sec-2 .visual-img {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		margin-top: calc(20 / 375 * 100vw);
	}
	#orobianco-30th #sec-2 .img01 {
		width: calc(284 / 375 * 100vw);
		margin-left: calc(20 / 375 * 100vw);
	}
	#orobianco-30th #sec-2 .img01::after {
		width: calc(126 / 375 * 100vw);
		height: calc(216 / 375 * 100vw);
		left: calc(-20 / 375 * 100vw);
		top: calc(-20 / 375 * 100vw);
	}
	#orobianco-30th #sec-2 .img02 {
		width: calc(258 / 375 * 100vw);
		margin-left: auto;
	}
	#orobianco-30th #sec-2 .img03 {
		width: calc(207 / 375 * 100vw);
		margin-left: calc(20 / 375 * 100vw);
	}
	#orobianco-30th #sec-2 .img03::after {
		width: calc(335 / 375 * 100vw);
		height: calc(270 / 375 * 100vw);
		left: 0;
		top: calc(-105 / 375 * 100vw);
		bottom: auto;
		right: auto;
	}
	#orobianco-30th #sec-2 .img04 {
		width: calc(198 / 375 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	#orobianco-30th #sec-2 .img04::after {
		width: calc(187 / 375 * 100vw);
		height: calc(388 / 375 * 100vw);
		right: 0;
		top: calc(-80 / 375 * 100vw);
	}
	
	#orobianco-30th #sec-3 {
		padding: calc(60 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
	}
	#orobianco-30th #sec-3 h2 .en {
		font-size: calc(28 / 375 * 100vw);
	}
	
	
	#orobianco-30th .product-box {
		display: block;
		width: calc(335 / 375 * 100vw);
		margin: 0 auto;
		padding: calc(40 / 375 * 100vw) 0;
	}
	#orobianco-30th .product-box-img,
	#orobianco-30th .product-box-info {
		width: 100%;
	}
	#orobianco-30th .product-box-info {
		padding-top: calc(40 / 375 * 100vw);
	}
	#orobianco-30th .product-box-info h3 {
		font-size: calc(22 / 375 * 100vw);
		text-align: center;
	}
	#orobianco-30th .product-box-info p {
		font-size: calc(14 / 375 * 100vw);
	}
	#orobianco-30th .product-box-info .product-btn {
		width: calc(230 / 375 * 100vw);
		margin: calc(40 / 375 * 100vw) auto 0;
	}
	#orobianco-30th .product-box-info .product-btn a {
		font-size: calc(15 / 375 * 100vw);
		padding: calc(16 / 375 * 100vw) 0;
	}
	#orobianco-30th .product-box-info .product-announcement {
		text-align: center;
		margin: calc(40 / 375 * 100vw) 0 0;
	}
	#orobianco-30th #sec-4 {
		padding: calc(20 / 375 * 100vw) 0;
	}
	
	#orobianco-30th #sec-4 .campaign-inner {
		width: calc(335 / 375 * 100vw);
		margin: 0 auto;
	}
	#orobianco-30th #sec-4 .campaign-box {
		display: block;
		padding: calc(40 / 375 * 100vw) calc(17 / 375 * 100vw) calc(30 / 375 * 100vw);
	}
	#orobianco-30th #sec-4 .campaign-box h2 {
		margin-bottom: calc(20 / 375 * 100vw);
	}
	#orobianco-30th #sec-4 .campaign-box h2 .en {
		font-size: calc(24 / 375 * 100vw);
	}
	#orobianco-30th #sec-4 .campaign-box .campaign-box-img,
	#orobianco-30th #sec-4 .campaign-box .campaign-box-info {
		width: 100%;
		margin: 0;
	}
	#orobianco-30th #sec-4 .campaign-box .campaign-box-info h3 {
		font-size: calc(20 / 375 * 100vw);
		text-align: center;
		margin: calc(14 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
	}
	#orobianco-30th #sec-4 .campaign-box .campaign-box-info .block-txt {
		row-gap: calc(40 / 375 * 100vw);
	}
	#orobianco-30th #sec-4 .campaign-box .campaign-box-info .block-txt p {
		font-size: calc(14 / 375 * 100vw);
	}
	#orobianco-30th #sec-4 .campaign-box .campaign-box-info .block-subtxt {
		margin-top: calc(20 / 375 * 100vw);
	}
	#orobianco-30th #sec-4 .campaign-box .campaign-box-info .block-subtxt p {
		font-size: calc(12 / 375 * 100vw);
	}
	

}