.container.medama h2 {
    margin-top: 0 !important;
}

.container.medama h2 > img{
    max-width: 100% !important;
}

.container.medama{
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}

.chuko.medama{
    background-color: #ff6d07;
}

.medamaList.medama{
    display: grid;
    grid-template-columns: 40vw 40vw;
    justify-content: center;
    gap: 2rem;
}

@media (min-width:580px){
    .medamaList.medama > .swiper-slide{
        width: 45vw !important;
    }
}


@media (min-width:769px){
    .medamaList.medama{
        grid-template-columns: repeat( auto-fit, 340px );
    }
    .medamaList.medama > .swiper-slide{
        width: 340px !important;
    }
}

.medamaList.medama > div{
    align-self: center;
}


  .top .chuko .medamaList {
    padding: 2rem 1rem 0 1rem; }
    .top .chuko .medamaList .swiper-slide {
        justify-self: center;
      width: 45vw; }
      @media screen and (min-width: 580px) {
        .top .chuko .medamaList .swiper-slide {
          width: 340px; } }
    .top .chuko .medamaList article {
      background-color: #fff; }
      .top .chuko .medamaList article a {
        display: block; }
        .top .chuko .medamaList article a:hover {
          color: #000; }
    .top .chuko .medamaList .chukoList__image {
      position: relative; }
      .top .chuko .medamaList .chukoList__image .termRibbons {
        position: absolute;
        left: 0;
        top: 0; }
    .top .chuko .medamaList .chukoList__spec h3 {
      margin: 0.5em 0 1em 0;
      padding: 0 1rem 0.5rem 1rem;
      text-align: center;
      font-size: 1rem;
      line-height: 1.5;
      border-bottom: 2px dotted #999; }
      @media screen and (min-width: 580px) {
        .top .chuko .medamaList .chukoList__spec h3 {
          font-size: 16px; } }
      .top .chuko .medamaList .chukoList__spec h3 span {
        display: block;
        font-size: 1.25em; }
    .top .chuko .medamaList .chukoList__spec .price {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-bottom: 1rem; }
      .top .chuko .medamaList .chukoList__spec .price dt {
        font-size: 9px; }
        @media screen and (min-width: 580px) {
          .top .chuko .medamaList .chukoList__spec .price dt {
            font-size: 12px; } }
      .top .chuko .medamaList .chukoList__spec .price dd {
        color: #f00;
        font-size: 22px;
        font-weight: bold;
        margin: 0 0 0 0.25em; }
        @media screen and (min-width: 580px) {
          .top .chuko .medamaList .chukoList__spec .price dd {
            font-size: 24px; } }
        .top .chuko .medamaList .chukoList__spec .price dd span {
          font-size: 12px; }
          @media screen and (min-width: 580px) {
            .top .chuko .medamaList .chukoList__spec .price dd span {
              font-size: 16px; } }
