
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.wp-block-group{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.wp-container-core-group-is-layout-4efaea1e {
      display: none !important;
}
.wp-block-post-title{
  display: none !important;
}

.wp-block-comments{
      display: none !important;
    }
.wp-block-template-part{
  display: none !important;
}


.titleTOP {
  margin-bottom: 1em;
  padding: 1rem 2rem;
  border-top: 4px solid #f1de95;
  border-right: 4px solid #e0c045;
  border-bottom: 4px solid #a39357;
  border-left: 4px solid #fce795;
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, #e0ca77 0%,  #fff2d0 34%, #fff7bd 53%, #e0ca77 100%);
  background-image: linear-gradient(-45deg, #e0ca77 0%,  #fff2d0 34%, #fff7bd 53%, #e0ca77 100%);
  font-size: 2vw;
  text-align: center;
  font-weight: 600;
}



.titleNomall {
  margin-bottom: 1em;
  padding: 1rem 2rem;
  border-top: 4px solid #d8dcdc;
  border-right: 4px solid #666;
  border-bottom: 4px solid #333;
  border-left: 4px solid #868888;
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, #ccc 0%, #868888 20%, #d8dcdc 34%, white 53%, #ccc 100%);
  background-image: linear-gradient(-45deg, #ccc 0%, #868888 20%, #d8dcdc 34%, white 53%, #ccc 100%);
  font-size: 2vw;
  text-align: center;
  font-weight: 600;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
}

.wrap img{
  width:100%;
}

.topImages img {
  width: 100%;
  height: auto;
  display: block;
}

.listTop {
  margin: 1rem auto;
  width: 100%;
}

.listTop img{
  margin: 1rem auto;
  margin-left: 1vw;
  width: 25%;
}


.listNomall {
  margin: 1rem auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.list {
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
  flex-direction: column;
  height: 100%
}

.listTop .list:nth-of-type(1)::before {
  background-image: url('001-100.png'); /* アイキャッチ画像のURLに差し替え */
}

/* 2番目の .list */
.listNomall .list:nth-of-type(1)::before {
  background-image: url('002-100.png'); /* アイキャッチ画像のURLに差し替え */
}

/* 3番目の .list */
.listNomall .list:nth-of-type(2)::before {
  background-image: url('003-100.png'); /* アイキャッチ画像のURLに差し替え */
}

/* 4番目の .list */
.listNomall .list:nth-of-type(3)::before {
  background-image: url('004-100.png'); /* アイキャッチ画像のURLに差し替え */
}

/* 5番目の .list */
.listNomall .list:nth-of-type(4)::before {
  background-image: url('005-100.png'); /* アイキャッチ画像のURLに差し替え */
}


.list::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -25px;
  width: 80px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10; /* 前面に出す */
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.3)) drop-shadow(0 0 2px #000);
}

.list-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}

.listTop .listContents {
    width: 65%;
    float: right;
    text-align: left
}

.listTop .Ltitle {
  font-size: 1.5vw;
  color: #333;
  font-weight: 700;
}

.listTop .Lprice {
    color: #f00;
    font-size: 39px;
    line-height: 4.5;
    margin-bottom: 0.2em;
    text-align: right;
    font-weight: 700;
}

.listContents {
  padding: 1px 30px 10px;
  flex-grow: 1;
}

.Ltitle {
  font-size: 1vw;
  color: #333;
  font-weight: 700;
  text-align: center;
}

.Lprice {
  color: #f00;
  font-size: 1vw;
  line-height: 1.5;
  margin-bottom: 0.2em;    
  text-align: right;
}

.listLink {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: -webkit-linear-gradient(135deg, #bf0000 0%, #800000 100%);
  background-image: linear-gradient(-45deg, #bf0000 0%, #800000 100%);
}
.listLink a {
  text-decoration: none;
  color: #fff;
  margin: 0 10px;
}

.listLinkR {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: -webkit-linear-gradient(135deg, #bf0000 0%, #800000 100%);
  background-image: linear-gradient(-45deg, #bf0000 0%, #800000 100%);
  margin-top: auto;
}
.listLinkR a {
  text-decoration: none;
  color: #fff;
  margin: 0 10px;
}

.listLinkA {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: -webkit-linear-gradient(135deg, #ff8133 0%, #c94d00 100%);
  background-image: linear-gradient(-45deg, #ff8133 0%, #c94d00 100%);
  margin-top: auto;
}

.listLinkA a {
  text-decoration: none;
  color: #fff;
  margin: 0 10px;
}

.listLinkY {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: -webkit-linear-gradient(135deg, #ff8133 0%, #c94d00 100%);
  background-image: linear-gradient(-45deg, #ff8133 0%, #c94d00 100%);
  margin-top: auto;
}

.listLinkY a {
  text-decoration: none;
  color: #fff;
  margin: 0 10px;
}

.listLinkD {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: -webkit-linear-gradient(135deg, #e364a7 0%, #e31a84 100%);
  background-image: linear-gradient(-45deg, #e364a7 0%, #e31a84 100%);
  margin-top: auto;
}

.listLinkD a {
  text-decoration: none;
  color: #fff;
  margin: 0 10px;
}

.listLink p {
  margin-bottom:0;
}

.listNomall .list{
  width: 24%;
}


/* 追加でモバイル用スタイルを指定したい場合 */
@media (max-width: 768px) {

.has-global-padding > .alignfull {
  margin-right:0 !important;
  margin-left:0 !important;
}

.has-global-padding {
  padding-right: 1vw !important;
  padding-left: 1vw !important;
}
.wp-block-group{
  margin-top: 0 !important;
  padding-top: 0 !important;
}


.wp-block-post-title{
    font-size: 4vw;
    text-align: center;
}



.wrap {
padding: 8px;
}

.titleTOP {
  margin-bottom: 4vh;
  font-size: 4vw;
  text-align: center;
  font-weight: 800;
}

.titleNomall {
  margin-bottom: 4vh;
  font-size: 4vw;
  text-align: center;
  font-weight: 800;

}

.list {
  text-align: center;
}

.listContents {
  width: 100%;
  padding: 0;
}

.list::before {
    content: "";
    position: absolute;
    top: -25px;
    left: -1vw;
    width: 60px;
    height: 60px;
}

.listTop img {
    width: 80%;
    margin: 0 auto;
    margin-top: 2vh;
  }
.listTop .listContents {
  float: none;
  margin: auto;
  width: 90%;
}
.listTop .Ltitle {
    margin: 1vh auto;
    font-size: 4vw;
}

.listTop .Lprice {
  font-size: 8vw;
  line-height: 0;
  text-align: center;
  margin-bottom: 3vh;
 }

.listNomall .list {
  width: 48%;
  margin-bottom: 4vh;
}

.Ltitle {
      margin: 1vh 1vw;
      font-size: 4vw;
    }

.Lprice {
  text-align: center;
  line-height: 0.5;
  margin-bottom: 2vh;
  font-size: 5vw;
}

.listNomall .listLink {
    padding: 10px;
  }

.listNomall .listLinkR {
    padding: 10px;
  }

.listNomall .listLinkA {
    padding: 10px;
  }

.listNomall .listLinkY {
    padding: 10px;
  }
.listNomall .listLinkD {
    padding: 10px;
  }  
}

