
.clear{
  clear:both;
  float:none;
  line-height:0px;
  font-size:0px;
  height:0px;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.beloved_img {
  margin-top: 0;
}
.content {
  padding: 0;
}
.content img {
  width: 100%;
  height: auto;
}

[id^="group"]{
  margin:0 auto 6%;
}

/*=========================================
 .block_S
=========================================*/
.block_S {
  padding: 0 16px;
}
.block_S .mini_motif{
  width: 75px;
  height: 75px;
  float: left;
  margin: 0;
}
.block_S .mini_motif img{
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center center;
}
.more_tarot .block_S .mini_motif img{
  border-radius: 8px;
}  
.block_S {
  margin: 16px auto 0;
}
#popular .block_S:first-child {
  margin-top: 28px;
}
.block_S .mini_summary{
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #fff;
  min-height: 76px;
  float: left;
  width: calc(100% - 75px);
}
h3.box_summary,
h4.box_summary{
  padding: 0 12px;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
time {
  padding: 0 12px;
  font-size: 12px;
  color: #B1B1B1;
}
@media screen and (min-width: 600px){
  #sidemenus h3.box_summary ,
  #sidemenus h4.box_summary {
    font-size: 13px;
  }
  SPAN.box_tag {
    padding-top: 10px;
  }
}

/*.outer_block_S{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}*/
.outer_block_S {
  display: grid;
  grid-template-columns: repeat(auto-fill, 316px);
  grid-gap: 28px 26px;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 20px;
}
.outer_block_S .block_S {
  margin: 0 auto;
  width: 316px;
}
@media screen and (min-width: 600px){
  .outer_block_S {
    width: 1000px;
  }
}
@media screen and (max-width: 599px){
  .outer_block_S {
      width: calc(100% - 40px);
      margin: 0 auto;
      grid-template-columns: repeat(auto-fill,335px);
      gap: 20px;
  }
  h3.box_summary,
  h4.box_summary{
    font-size: 13px;
  }
}

.outer_block_S .block_S{
  width: 316px;
}
.outer_block_S .block_S h4{
  padding: 2px 12px 0;
  font-size: 13px;
  line-height: 1.3;
}

/*----------------------------*
 accordion
*-----------------------------*/
.content .more,
.content .close{
  font-size: 14px;
  background: linear-gradient(to right, #C04ADA, #DA4AA1);
  border-radius: 50px;
  color:#fff;
  cursor:pointer;
  max-width: 280px;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 0;
  text-align:center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.content .more > span,
.content .close > span{
  width: 100%;
}

.content .more .mark,
.content .close .mark{
  position: relative;
  font-weight: bold;
}
.content .more .mark::after,
.content .close .mark::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: -1em;
  bottom: 0;
  margin: auto;
}

/*----------------------------*
 item_list
*-----------------------------*/
.item_list {
  width: 90%;
  margin: 7% auto;
}
.item_list .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item_list .items .item {
  width: calc(100% / 3);
  margin-bottom: 4%;
  text-align: center;
}
.item_list .items .item img {
  width: 80%;
}
.item_list .items .item p {
  font-size: 14px;
}

/*----------------------------*
 more_link
*-----------------------------*/
.more_link {
  width: 96%;
  padding: 2%;
  text-align: right;
}
.more_link a {
  color: #C04ADA;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .more_link a {
    font-size: 14px;
  }
}

