@charset "UTF-8";

.breadcrumbs {
    margin-bottom: 30px;
}

.cont_tit  {
	margin-top: 0px;
	margin-bottom: 30px;
}

/*序文*/
.intro_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 1em;
    text-align: center;
}
.intro_inner .title {
    position: relative;
    padding: .5rem;
    font-size: 2rem;
    letter-spacing: .1em;
/*    font-weight: 600;*/
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.intro_inner .title.bg_dot {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    background-image:
    radial-gradient(rgba(125,125,125,.1) 20%, transparent 20%);
    background-size: 20px 20px;
    margin: 0 calc(50% - 50vw);
}
.intro_inner .title img {
    width: 30%;
    padding: 40px 0;
}
.intro_inner .title span {
    display: block;
    font-size: 1rem;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    letter-spacing: .05em;
}
.intro_inner .date {
    width: 90%;
    margin: 2em auto;
    padding: 1em 2em;
    line-height: 2em;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    background: rgba(230,227,214,.5);
    border: 1px solid #555555;
    color: #221a13;
}
.intro_inner .text {
    font-size: 16px;
    margin-top: 2em;
    letter-spacing: .1em;
}
.date_wrap {
  width: 100%;
  margin: 0 auto;
}
.date_list {
  margin-top: 1em;
  cursor: pointer;
}
.date_title {
  font-weight: 600;


}
.date_list_item_title {
  font-weight: 600;
  font-size: 18px;
}
.date_list_item img {
  width: 24%;
}
.date_list_item_box {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 1em 0 2em;
}
.date_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    margin-top: 1em;
}
.ctlg-btn {
    width: 95%;
/*    width: 100%;*/
    display: block;
    margin-top: 1em;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #221a13;
    border: 1px solid #221a13;
}
.ctlg-btn:hover {
    background: rgba(230,227,214,.5);
    transition: .3s;
}
@media screen and (max-width:768px){
.intro_inner .title img {
    width: 60%;
}
.intro_inner .text {
    width: 90%;
    margin: 4em auto 0;
}
}
@media screen and (max-width:480px) {
.intro_inner {
    width: 100%;
    text-align: left;
}
.intro_inner .title {
    text-align: center;
}
.intro_inner .title img {
    width: 90%;
}
.intro_inner .text {
    display: flex;
    justify-content: center;
    text-align: left;
    margin: 0 auto 0;
    width: 100%;
    font-size: 14px;
}
.intro_inner .date {
    width: 100%;
    margin-top: 1.5em;
    padding: 20px 0;
    font-size: 14px;
}
.date_wrap {
    width: 90%;
}
.date_title {
  font-size: 16px;
}
.date_list_item_title {
  font-size: 16px;
}
.date_list_item img {
  width: 50%;
}
.date_list_item_box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 2em;
}
.date_text {
    margin-top: 1em;
    font-size: 14px;
}
.ctlg-btn {
    padding: 8px 0;
    font-size: 14px;
}
}
/*序文おわり*/



#productWrp {
}
#productWrp ul {
	text-align: left;
	margin-left: 1%;
}
#productWrp ul li {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
}
#productWrp figure   {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0;
	margin-bottom: 0px;
	width: 100%;
	max-width: 440px;
}
#productWrp  figure h2 img {
	margin-bottom: 10px;
	max-height: 66px;
}
#productWrp figure h3 img {
	margin-bottom: 20px;
}
#productWrp figure figcaption {
}
#productWrp figure figcaption h2 {
	margin-bottom: 15px;
}
figcaption h2 span:nth-child(1)    {
	font-size: 28px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 6px;
	margin-right: 10px;
}
figcaption h2 span:nth-child(2) {
	font-size: 12px;
}
#productWrp  figure figcaption h3 {
	letter-spacing: 1px;
}

@media screen and (max-width:768px){
.cont_tit {
	margin-top: 60px;
	margin-bottom: 40px;
}
.cont_tit img {
	width: 30%;
	height: auto;
	max-width: 160px;
	min-width: 114px;
}
#productWrp ul {
	margin-left: 0px;
}
#productWrp ul li {
	width: 100%;
	display: block;
}
#productWrp figure h2 img {
	margin-bottom: 5px;
}
#productWrp  figure h3 img {
	margin-bottom: 10px;
}
}

@media screen and (max-width:480px){
.cont_tit {
	margin-top: 40px;
}
#productWrp figure h2 img {
	height: auto;
	margin-bottom: 0px;
	max-width: 100px;
}
#productWrp figure h3 img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
#productWrp figure figcaption h2 {
	margin-bottom: 10px;
}
figcaption h2 span:nth-child(1) {
	font-size: 18px;
}
figcaption h2 span:nth-child(2) {
	font-size: 10px;
}
#productWrp figure figcaption h3 {
	font-size: 11px;
	letter-spacing: 1px;
}
}
