@charset "utf-8";
/*=== メインレイアウト ===*/
.main-section {
  padding: 60px 20px;
  scroll-behavior: smooth;
}
.main-section > *:first-child {
  margin-top: 0;
}
.main-cont {
  margin-top: 0;
}

/*=== メインビジュアル ===*/
.mainvisual {
  margin: 20px auto;
}
.mainvisual-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

/*=== 更新 ===*/
.update {
  display: block;
  max-width: 1200px;
  margin: 35px auto 8px;
  padding: 0 20px;
  border: none;
  text-align: right;
}
.update-txt {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #505050;
  font-weight: normal;
  font-size: 14px;
}
.update-txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(images/update_ic_001.png) no-repeat 0 0 / 100% auto;
}

/*=== 特集 ===*/
.detail {
  background-color: #ffeceb;
}
.detail-head {
  background-image: linear-gradient(0deg, transparent calc(100% - 2px), #facac0 calc(100% - 2px)),linear-gradient(90deg, transparent calc(100% - 2px), #facac0 calc(100% - 2px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #ffcfc5;
}
.detail-main {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.detail-main.pattern-column {
  padding: 40px 20px 35px;
}
.detail-label {
  display: inline-block;
  position: relative;
  margin-bottom: 16px;
  padding: 7px 17px 6px 57px;
  color: #3a383c;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  background-color: #fff;
  border-radius: 6px;
  z-index: 5;
}
.detail-label::before{
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 20px;
  width: 28px;
  height: 21px;
  background: url(images/detail_bg_001.png) no-repeat 0 0 / 100% auto;
}
.detail-ttl {
  color: #3a383c;
  font-weight: bold;
  font-size: 38px;
  line-height: 1.5;
  z-index: 10;
}
.pattern-column .detail-ttl {
  width: calc(100% - 460px);
  padding: 0 20px 10px 0;
}
.detail-ttl .type-highlight {
  color: #d73985;
}
.detail-thumb {
  position: absolute;
  top: 30px;
  right: 20px;
  max-width: 460px;
  max-height: 240px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.detail-lead {
  color: #3a383c;
  font-weight: bold;
  font-size: 32px;
}
.detail-lead .type-highlight {
  color: #d73985;
  font-size: 38px;
}
.detail-inner {
  margin: 20px 0 50px;
  padding: 15px 40px 15px;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 10px;
}
.detail-txt {
  position: relative;
  padding-left: 1em;
  font-size: 22px;
  line-height: 2.6em;
  background-color: #fff;
  background-image: linear-gradient(0deg, #cdcdcd 1px, transparent 1px);
  background-size: 100% 2.6em;
}
.detail-txt::before {
  content: "★";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
.detail-txt .type-highlight {
  color: #d73985;
  font-size: 25px;
  font-weight: bold;
}
.detail-txt:last-child {
  background-image: none;
}
.detail-anc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px 40px ;
}
.detail-btn {
  text-align: center;
}
.detail-btn .balloon {
  display: inline-block;
  position: relative;
  margin-bottom: 17px;
  color: #3a383c;
  font-size: 18px;
  font-weight: bold;
}
.detail-btn .balloon::before,
.detail-btn .balloon::after {  
  content: "";
  position: absolute;
  bottom: 3px;
  left: -1em;
  width: 1px;
  height: 75%;
  background-color: #232b35;
  transform: rotate(-45deg);
}
.detail-btn .balloon::after {
  left: auto;
  right: -1em;
  transform: rotate(45deg);

}
.detail-btn .btns {
  display: block;
  position: relative;
  width: 400px;
  padding: 16px 100px;
  color: #3a383c;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #3a383c;
  border-radius: 30px;
  text-decoration: none;
}
.detail-btn .btns:visited {
  color: #3a383c;
}
.detail-btn .btns::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 15px;
  background-color: #3a383c;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translateY(-50%);
}
.detail-btn .btns.packaged {  background-color: #d7eb7a;}
.detail-btn .btns.self {  background-color: #ffeca0;}
.detail-btn .btns:hover {
  opacity: .6;
  text-decoration: none;
}
.detail.pattern-packaged {
  background-color: #e7f3e0;
}
.detail.pattern-packaged .detail-head {
  background-image: none;
  background-color: #d7eb7a;
}
.detail.pattern-self {
  background-color: #fef9e7;
}
.detail.pattern-self .detail-head {
  background-image: none;
  background-color: #ffeca0;
}
.cardList-contttl {
  color: #3a383c;
  font-size: 32px;
  font-weight: bold;
}
/*=== 一覧 ===*/
.cardList {
  margin-top: 40px;
  padding: 40px 20px 50px;
  background-color: #fff;
}
.detail.pattern-packaged .cardList {
  border-top: 4px solid #b4ce3d;
}
.detail.pattern-self .cardList {
  border-top: 4px solid #ffeca0;
}
.cardList > *:first-child {
  margin-top: 0;
}
.cardList-ttl {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4;
}
.cardList-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px -10px 0;
}
.cardList-item {
  margin: 0 10px;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* お知らせエリア */
.info-area {  
  max-width:1200px;
  margin: 0 auto 30px;
}
.info-area div {
  background-color: #ffeef0;
  padding: 20px;
  margin: 0 20px;
  border-radius: 10px;
  border: 1px solid #ac2330;
}
.info-ttl {
  font-size: 20px;
  color: #ac2330;
  text-align: center;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 769px) {
  .cardList-item:not(:nth-child(-n+3)) {
    margin-top: 40px;
  }
}
a.cardList-link {
  display: block;
  color: #232b35;
  text-decoration: none;
}
a.cardList-link:visited {
  color: #232b35;
}
a.cardList-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.cardList-main {
  display: flex;
  align-items: center;
  padding: 12px 20px;
}
.cardList-thumb {
  flex-shrink: 0;
  margin-right: 10px;
}
.cardList-name {
  display: flex;
  align-items: center;
  min-height: 84px;
}
.cardList-price {
  padding: 10px 20px 8px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  background-color: #3a383c;
}
.cardList-price .type-em {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}

/*=== 他ページ遷移ボタンエリア ===*/
.page .main-section {
  padding: 100px 20px;
}
.page-lead {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  line-height: 1.4;
}
.page-lead .type-slash {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
.page-lead .type-slash::before,
.page-lead .type-slash::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 9px;
  width: 1px;
  height: 75%;
  background-color: #232b35;
  transform: rotate(-30deg);
}
.page-lead .type-slash::after {
  left: auto;
  right: 9px;
  transform: rotate(30deg);
}
.page-lead .type-highlight {
  color: #a82928;
}
.page-transition {
  margin: 15px auto 0;
  max-width: 640px;
}
a.page-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 96px;
  padding: 10px 45px;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #dd0011;
  border-radius: 50px;
}
a.page-btn:visited {
  color: #fff;
}
a.page-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.page-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 20px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}

@media print, screen and (max-width: 900px) {
  .detail .main-section {
    background: none;
  }
  .detail-main.pattern-column {
    width: 100%;
    padding: 30px 20px 80px;
  }
  .pattern-column .detail-ttl {
    font-size: 3.9vw;
  }
  .detail-thumb {
    right: 27vw;
    margin-top: 10px;
    transform: translateX(50%);
  }
  .detail-thumb.pcOnly {
    width: 50vw;
  }
  .detail-cont {
    padding: 25px 10px 40px;
  }
  .detail-anc {
    flex-wrap: wrap;
  }
  .cardList {
    margin-top: 0;
  }
}

@media print, screen and (max-width: 768px) {
  /*=== メインレイアウト ===*/
  .main-section {
    display: block;
    width: 100%;
    padding: 30px 10px 40px;
  }
  .main-section.pattern-column {
    position: relative;
    margin-top: -65px;
  }
  /*=== メインビジュアル ===*/
  .mainvisual {
    margin-top: 0;
  }
  .mainvisual-main {
    max-width: 550px;
    padding: 0 10px;
  }
  
  /*=== 更新 ===*/
  .update {
    margin-top: 20px;
    padding: 0 10px;
  }
  .update-txt {
    padding-left: 18px;
    font-size: 12px;
  }
  .update-txt::before {
    top: 3px;
    width: 14px;
    height: 14px;
  }
  /*=== 特集 ===*/
  .detail-main.pattern-column {
    padding: 15px 20px 45px;
  }
  .detail-label {
    padding: 7px 17px 7px 32px;
    font-weight: 400;
    font-size: 13px;
  }
  .detail-label::before{
    top: 8px;
    left: 10px;
    width: 16px;
    height: 12px;
  }
  .pattern-column .detail-ttl {
    width: 100%;
    padding: 0;
    font-size: 24px;
  }
  .detail-thumb {
    position: static;
    max-height: none;
    right: 50%;
    margin: 0 auto;
    padding: 0 10px;
    border-radius: 0;
    transform: none;
  }
  .detail-thumb img {
    border-radius: 5px;
  }
  .detail-cont {
    padding-bottom: 0;
  }
  .detail-lead {
    font-size: 21px;
  }
  .detail-lead .type-highlight {
    font-size: 21px;
  }
  .detail-inner {
    margin-bottom: 30px;
    padding: 8px 10px 5px;
    border-width: 1px;
  }
  .detail-txt {
    margin-bottom: 0.5em;
    padding-bottom: 0.7em;
    font-size: 14px;
    line-height: 1.8;
    background-size: 100%;
  }
  .detail-txt .type-highlight {
    font-size: 16px;
  }
  .detail-btn .balloon {
    font-size: 16px;
  }
  .detail-btn .btns{
    padding: 15px 0;
    width: 89vw;
    max-width: 400px;
    font-size: 18px;
    border-width: 2px;
  }
  .detail-btn .btns::after {
    top: 50%;
    right: 20px;
    width: 15px;
    height: 10px;
  }
  .cardList-contttl {
    font-size: 24px;
  }
  .pattern-packaged .main-section.pattern-column,
  .pattern-self .main-section.pattern-column {
    position: relative;
    margin-top: 0;
  }
  /*=== 一覧 ===*/
  .cardList {
    max-width: 620px;
    margin:  0 auto;
    padding: 20px 10px 35px;
    border-width: 3px;
  }
  .cardList + .cardList {
    margin-top: 20px;
  }
  .cardList-ttl {
    font-size: 19px;
  }
  .cardList-label {
    display: table;
    margin: 10px 0 12px;
    padding: 8px 10px 6px;
    font-size: 13px;
    border-radius: 3px;
  }
  .cardList-list {
    display: block;
    margin: 10px 0 0;
  }
  .cardList-item {
    margin: 0;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  }
  .cardList-item:not(:first-child) {
    margin-top: 20px;
  }
  .cardList-main {
    padding: 15px 10px;
  }
  .cardList-name {
    min-height: 60px;
  }
  .cardList-price {
    padding: 8px 10px 7px;
    font-size: 12px;
  }
  .cardList-price .type-em {
    font-size: 15px;
  }
  /*=== 他ページ遷移ボタンエリア ===*/
  .page .main-section {
    padding: 40px 10px;
  }
  .page-lead {
    font-size: 17px;
  }
  .page-lead .type-slash {
    padding: 0 20px;
  }
  .page-lead .type-slash::before,
  .page-lead .type-slash::after {
    left: 4px;
  }
  .page-lead .type-slash::after {
    left: auto;
    right: 4px;
  }
  .page-transition {
    margin-top: 10px;
  }
  a.page-btn {
    min-height: 54px;
    padding: 10px 35px;
    font-size: 20px;
  }
  a.page-btn::after {
    right: 15px;
    width: 10px;
    height: 15px;
  }
}