@charset "utf-8";


/* =====================================================
   余白調整
===================================================== */

.mt10 {
  margin-top: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb-pc40-sp30 {
  margin-bottom: 40px;
}

.mb-pc60-sp40 {
  margin-bottom: 60px;
}

.mb-pc80-sp60 {
  margin-bottom: 80px;
}

/* =====================================================
   タグ・アイコン系
===================================================== */

.block-special-item-tag {
  display: inline-block;
  background: #1d2081;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  letter-spacing: 2px;
}

.block-special-item-icons {
  position: relative;
}

.block-special-item-icons span {
  margin-right: 10px;
}

.block-special-item-icons em {
  position: absolute;
  bottom: 20px;
}

.block-special-item-icons .cp-icon {
  width: 12%;
  position: absolute;
  top: -6px;
}

/* =====================================================
   レイアウト
===================================================== */

.block-special-col2 {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.block-special-text {
  text-align: left;
}

.container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.itemshin {
  align-self: stretch;
  flex-basis: auto;
  padding-left: 10px;
}

.block-special-item-list {
  justify-content: center;
}

.block-special-item-list-item {
  width: 225px;
}

.text-underimg-center {
    display: flex;
    flex-direction: column;
    align-items: center; 
}

/* =====================================================
   見出し
===================================================== */

.midashi0 {
  font-family: 'Zen Old Mincho', serif;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 170%;
  margin-bottom: 15px;
}

.midashi01 {
  font-family: 'Zen Old Mincho', serif;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 160%;
  margin-bottom: 10px;
}

.lead {
  font-family: 'Zen Old Mincho', serif;
　text-align: center;
  font-size: 26px;
  line-height: 180%;
}

.midashi2 {
  font-family: 'Zen Old Mincho', serif;	
  text-align: center;
  font-size: 20px;
  line-height: 160%;
}

.midashi3 {
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    font-weight: 600;
    font-family: 'Zen Old Mincho', serif;
    font-style: normal;
}

.midashi_name {
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 10px;
}

span.example1 {
  vertical-align: super;
  font-size: 50%;
}

.head-border {
    display: flex;
    align-items: center;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}

/* =====================================================
   テキスト
===================================================== */

.block-special-text {
  font-size: 22px;
  line-height: 140%;
}

.fontcenter {
  text-align: center;
}

.under {
  text-decoration: underline;
}

/* =====================================================
   価格表示
===================================================== */

.block-special-item-list-item-price2 {
  color: #e42f4c;
  margin-bottom: 20px;
  text-align: right;
}

.block-special-item-list-item-price2 .price-value-label {
  font-size: 28px;
  font-weight: bold;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.block-special-item-list-item-price2 .price-unit-label {
  font-size: 17px;
}

.block-special-item-list-item-price2 .tax-label {
  font-size: 13px;
}

/* =====================================================
   ボタン
===================================================== */

.btn-main2,
a.btn-main2 {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 0;
  box-shadow: none;
  color: #333;
}

.btn-main2:hover,
a.btn-main2:hover {
  background: #efefef;
}

.block-special-item-detail-btn .btn {
  width: 100%;
}

/* =====================================================
   フェードイン
===================================================== */

.content_fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}

.content_fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* =====================================================
   装飾
===================================================== */

.obi_midashi {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #cccccc;	
}


@media screen and (max-width: 750px) {

  .block-special-item-tag {
    font-size: 16px;
    padding: 7px;
  }

  .lead {
    font-size: 17px;
  }

  .midashi2 {
    font-size: 13px;
  }

  .midashi0 {
    margin-top: 10px;
    font-size: 17px;
  }

  .midashi01 {
    margin-top: 10px;
    font-size: 16px;
  }
	
.midashi3 {
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    font-weight: 600;
    font-family: 'Zen Old Mincho', serif;
    font-style: normal;
}
	
  .midashi_name {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 0;
  }	

  .container {
    padding-left: 0;
    padding-right: 0;
    align-content: flex-start;
  }

  .itemshin {
    width: 46% !important;
    padding-left: 8px;
  }

  .block-special-item-list-item {
    width: calc(50% - 6px);
    margin-right: 12px;
    margin-bottom: 30px;
  }

  .block-special-text {
    font-size: 16px;
    line-height: 160%;
  }

  /* 余白 */
  .mb-pc40-sp30 {
    margin-bottom: 30px !important;
  }

  .mb-pc60-sp40 {
    margin-bottom: 40px !important;
  }
	
.mb-pc80-sp60 {
  margin-bottom: 60px !important;
}	
}


/* ===============================
   NEWバッジ変更
================================= */

.block-special-item-icon-new {
  background-color: #FFFFFF;
  color: #282828;
  border: 1px solid #282828;
  letter-spacing: 0.08em;    
  font-weight: 500;         
  padding: 6px 10px;         
}

.block-special-item-list-item-icon-new {
  background-color: #FFFFFF;
  color: #282828;
  border: 1px solid #282828;
}


/* ===============================
   ボタンを上品に
================================= */

a.btn-main2 {
  background-color: #333333;
  color: #FFFFFF;
  border: 1px solid #333333;
  transition: 
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease;
}

/* ===============================
   ② 価格カラー統一
================================= */

.price-value-label,
.price-unit-label,
.tax-label {
  color: #282828 !important;
}

/* ===============================
   ③ hoverを自然に
================================= */

a.btn-main2:hover {
  background-color: #444444;   /* 555より自然な変化 */
  border-color: #444444;
  color: #FFFFFF;
}

@media screen and (max-width: 750px) {

  /* NEWを少しコンパクトに */
  .block-special-item-icon-new {
    padding: 4px 8px;
    font-size: 12px;
    letter-spacing: 0.05em;
	}}
