@charset "UTF-8";

/* スムーズスクロール
html { 
	scroll-behavior: smooth;
}
 */

/* スクロールすると下からふわっとさせるためのコード */
.inview {
  /* 30px下げる */
  transform: translateY(10px);
  /* 要素を透明にする */
  opacity: 0;
  /* 2秒かけて、変化させる */
  transition: transform 2s, opacity 2s;
}

.inview.show {
  transform: translateY(0);
  opacity: 1;
}

/* ●●● PCのみ改行 ●●● */
@media screen and (min-width: 769px){   
  .br_pc { display:inline; }
  .br_sp { display:none; }
}
/* ●●● SPのみ改行 ●●● */
@media screen and (max-width: 768px){   
  .br_pc { display:none; }
  .br_sp { display:inline; }
}

/* 【ご注文時の注意事項】 */
.box_border {
	border: 5px solid #e7e3da;
	text-align: left;
	padding: 20px;
	background: #fff;
}

.box_border dt {
	font-size: 150%;
	padding-bottom: 10px;
}

.box_border dd {
	font-size: 120%;
	line-height: 180%;
	padding-bottom: 10px;
}

.box_border a.link_box {
	color: #c18d3e;
	text-decoration: underline!important;
}


.contsareaTY {
  font-family:"Shippori Mincho",serif !important;
  text-align: left;
  font-size: 17px;
  font-weight: 600;

}

.logo_tw {
	padding-top: 74px;
  text-align: center;
}
.titlecatch {
	padding-top: 78px;
  text-align: center;
}

.read01 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.8;
  padding-top: 54px;
  text-align: center;

}
.read01_at {
  font-size: 14px;
  font-weight: 600;
  padding-top: 30px;
  text-align: center;
}

.sec_box {
  padding-top: 90px;

}

.title_h3 {
  color: #d5ad00;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding-left: 78px;
  margin-bottom: 50px;

  background: url(https://gigaplus.makeshop.jp/takara202103/assets/images/product/c10/takarawhisky_newmake/titleline.png) no-repeat left center;
}

.gaiyou {
  padding-bottom: 50px;

}
.gaiyou dt {
  font-size: 20px;
  padding-bottom: 20px;
}
.gaiyou dd {
  padding-bottom: 8px;
}

.gaiyou_y {
  background-color: #f7db8d;
  padding-top: 35px;
  padding-left: 38px;
  padding-bottom: 35px;
  font-size: 18px;
  text-align: left;
}
.gaiyou_y li {
  padding-bottom: 10px;
}
.gaiyou_y li:last-child {
  padding-bottom: 0;
}

.sec_box p {
  padding-bottom: 28px;
  line-height: 1.8;
  /* word-break: keep-all; */
}
.sec_box .img01 {
  padding-top: 60px;
  padding-bottom: 0;
}
.sec_box .img02 {
  padding-top: 30px;
  padding-bottom: 0;
}
.at02 {
	text-indent: -1em;
	padding-left: 1em;
  font-size: 14px;
}


