@charset "utf-8";#Area img.bnr {
  margin: 0 auto;
  display: block;
  padding-top: 0%;
}

#Area img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

#Area {
  margin: 0 auto 100px;
  display: block;
  font-family: serif;
}

#Area .imageArea {
  width: 100%;
  margin: 0 auto 0;
}

#Area .imageArea ul.row-fluid {
  width: 100%;
  text-align: left;
  margin: 5% auto 0;
}

#Area .imageArea ul.last {
  margin: 0 auto;
}

#Area .imageArea ul.row-fluid li {
  width: 46%;
}

#Area .btn-area1 {
  width: 100%;
  display: block;
  margin: 100px auto 50px;
}

#Area .btn-area1 ul li.span10 {
  width: 60%;
  margin-left: 20%;
}

#Area .btn-area1 ul li a {
  display: block;
  font-size: 18px;
  line-height: 350%;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  background-color: #000;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
}

#Area .btn-area1 ul li a:hover {
  opacity: 0.7;
  display: block;
  font-size: 18px;
  line-height: 350%;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
}

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}
.box01 {
width: 60%;
margin: 0 auto;
margin-top: 80px;
display: flex;
flex-wrap: wrap;
}

.column {
width: 50%;
}

.text01 {
font-family: "Noto Sans JP", "游ゴシック", sans-serif;
font-weight:400;
font-size: 15px;
}

.text02 {
font-family: "Century Gothic", sans-serif;
font-size: 15px;
 color: #736357;
}

details {
  padding: 0.5em 0;
margin-top:15px;
}

/* 三角アイコン削除（Safari） */
summary::-webkit-details-marker {
  display: none;
}

summary {
list-style: none;
  font-weight: 600;
font-family: "Century Gothic", sans-serif;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
 cursor: pointer;
  display: grid;
  padding: 0.5em 1em 0.5em 1em;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1em;
  /* アイコンのはみ出し防止 */
  overflow: hidden;
}

/* アイコン共通 */
summary::before,
summary::after {
  /* アイコンの位置:1or2 */
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  content: '';
  width: 15px;
  border-bottom: 1px solid #333;
}

/* アイコン（クローズ時） */
summary::before {
  transform: rotate(-90deg);
  transition: transform .3s;
}

/* アイコン（オープン時） */
.is-open > summary::before {
  transform: rotate(0deg);
}

.crdt__bndry {
padding: 2em;
}

.crdt__bndry .inbox{
	overflow: hidden;
	clear: both;
margin: 5px;
}

.crdt__bndry .l-clm {
	width: 50px;
	float: left;
}	
.crdt__bndry .r-clm {
    margin: 0 0 0 10px;
    float: left;
	padding: 1px 0;
}
.crdt__bndry .l-clm .thumb{
    width: 50px;
    height: 50px;
    padding: 0 0 8px;
}
.crdt__bndry .l-clm .thumb img {
    width: 100%;
    object-fit: cover;
}
.r-clm .itemInfo .brand,
.r-clm .itemInfo .name,
.r-clm .itemInfo .prc{
	color: #000;
	line-height: 1;
    letter-spacing: 0.7px;
font-family: "Noto Sans JP", "游ゴシック", sans-serif;
	font-weight: normal !important;
}
.r-clm .itemInfo .brand{
	font-size: 10px;
	margin-bottom: 6px;
}
.r-clm .itemInfo .name{
	font-size: 11px;
	margin-bottom: 6px;
}	
.r-clm .itemInfo .prc{
	font-size: 10px;
}

section {
  max-width: 300px;
  margin: 0 auto;
}
a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
font-family: "Century Gothic", "century-gothic", sans-serif;
  font-size: 16px;
font-weight: 600;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_02:hover {
  background: #000;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}
	

@media screen and (max-width:767px) {
.pc_only {
    display: none;
}

.sp_only {
    display: block;
}

.box01 {
width: 90%;
margin: 0 auto;
margin-top:30px;
}

.column {
width: 100%;
}

.text01 {
font-family: "Noto Sans JP", "游ゴシック", sans-serif;
font-size: 13px;
line-height: 20px;
}

.text02 {
font-family: "century-gothic", sans-serif;
font-size: 13px;
 color: #736357;
}

details {
  padding: 0.5em 0;
margin-top:8px;
}

summary {
list-style: none;
  font-weight: 600;
font-family: "century-gothic", sans-serif;
font-size: 15px;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
 cursor: pointer;
  display: grid;
  padding: 0.5em 1em 0.5em 1em;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1em;
  /* アイコンのはみ出し防止 */
  overflow: hidden;
}

/* アイコン共通 */
summary::before,
summary::after {
  /* アイコンの位置:1or2 */
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  content: '';
  width: 14px;
  border-bottom: 1px solid #333;
}

/* アイコン（クローズ時） */
summary::before {
  transform: rotate(-90deg);
  transition: transform .3s;
}

/* アイコン（オープン時） */
.is-open > summary::before {
  transform: rotate(0deg);
}

.crdt__bndry {
padding: 1em;
}

section {
  max-width: 200px;
  margin: 0 auto;
}	

.box2 {
    padding-top: 5%;
    padding-bottom: 5%;
}
}