@charset "utf-8";
@import url("/css/usr/shared/responsive/lightbox.min.css");
@import url("/css/usr/nv/bootstrap-grid.css");
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Quintessential&family=Roboto+Condensed:wght@400;700&display=swap);
@import url("https://use.fontawesome.com/releases/v5.7.1/css/all.css");

.block-category-list--header, .block-category-list--promotion-freespace, .block-category-list--promotion-freespace{display: none; height:0;}
.block-category-list--comment{display: none; border-bottom: 0; height:0;}


/*
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Quintessential', cursive;
    font-family: 'Roboto Condensed', sans-serif;

*/
#teikiKdk{
 font-family: 'Noto Sans JP', sans-serif;
 font-weight: 300;
}
#teikiKdk section {
 margin-bottom: 2em;
}
.headerImg{
 margin-top: 2em;
}
#teikiKdk strong{
 font-weight: 500;
}
.sold {
 text-align: center;
 display: block;
 max-width: 900px;
 background: #666;
 color: #fff;
 font-size: 14px;
 line-height: 1;
 padding: 18px 0 20px;
 margin: 10px auto;
}
.btnTeiki {
 text-align: center;
}
.btnTeiki a {
 display: block;
 position: relative;
 max-width: 900px;
 height: 60px;
 background: rgba(215,2,95, 1);
 border: 2px solid #fff;
 border-radius: 50px;
 -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
 -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
 box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
 color: #fff;
 font-size: 14px;
 line-height: 1;
 padding: 18px 30px 18px 10px;
 margin: 10px auto;
 text-decoration: none;
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 -o-transition: all .5s ease;
 transition: all .5s ease;
}
.btnTeiki a:hover {
 background: #fff;
 border: 2px solid rgba(215,2,95, 1);
 color: rgba(215,2,95, 1);
 text-decoration: none;
}
.btnTeiki a::after {
 position: absolute;
 right: 10px;
 top: 20px;
 color: #fff;
 content: "\f138";
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
}
.btnTeiki a:hover::after {
 color: rgba(215,2,95, 1);
 text-decoration: none;
}

/**************
詳細
**************/
.introArea{
}
.introArea h3{
 /*color: rgba(9,96,39,1);*/
 font-size: 28px;
 font-weight: 700;
 margin: 1.5em 0 1em;
}
.introArea h3.mrgnNo{
 margin-bottom: 0;
}
.introArea h3::before{
 color: rgba(9,96,39,1);
 content: "\f058\00a0";
 font-family: "FontAwesome";
}
.introArea h4{
 /*color: rgba(9,96,39,1);*/
 font-size: 22px;
 font-weight: 700;
 margin: 2em 0 0;
 text-align: center;
}
.introArea h4::before{
 color: rgba(215,2,95,.5);
 content: "\f111\00a0";
 font-family: "FontAwesome";
}
.introArea h4::after{
 color: rgba(215,2,95,.5);
 content: "\00a0\f111";
 font-family: "FontAwesome";
}
.introArea p{
 margin-left: 1em;
}
.introArea .txtBig{
 font-size: 20px;
 letter-spacing: .1em;
}
.introArea .txtsml{
 font-size: 10px;
 letter-spacing: .1em;
}
.introArea .txtBld{
 font-weight: bold;
}
.introArea .postage{
 color: #096027;
 display: block;
 font-size: 30px;
 font-weight: 700;
}
.introArea .price{
 color: #d8025f;
 font-family: 'Roboto Condensed', sans-serif;
 font-size: 30px;
 font-weight: 700;
 letter-spacing: 0;
 line-height: 0;
}
.introArea ol li {
 border-radius: 5px;
 margin: 2em 0 0;
 position: relative;
 padding: 1.5em 2em 1.5em 2em;
 border: 2px solid #fff;
 font-weight:bold;
 font-size: 18px;
 text-align: center;
 background-size: auto auto;
 background-color: rgba(239, 239, 239, 0.85);
 background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(239, 239, 239, 1) 6px, rgba(239, 239, 239, 1) 12px );
}
.introArea ol li span {
 position: absolute;
 top: -10px;
 left: 10px;
 display: inline-block;
 width: 52px;
 height: 30px;
 text-align: center;
 background: rgba(215,2,95,1);
}
.introArea ol li span:before,
.introArea ol li span:after {
 position: absolute;
 content: '';
}
.introArea ol li span:before {
 right: -10px;
 width: 0;
 height: 0;
 border-right: 10px solid transparent;
 border-bottom: 10px solid #8d0842;
}
.introArea ol li span:after {
 top: 60%;
 left: 0;
 display: block;
 height: 30%;
 border: 26px solid rgba(215,2,95,1);
 border-bottom-width: 15px;
 border-bottom-color: transparent;
}
.introArea ol li span em.number {
 font-family: 'Roboto Condensed', sans-serif;
 font-size: 20px;
 font-weight: 700;
 line-height: 0;
 position: relative;
 top: .3em;
 z-index: 1;
 color: #fff;
}

/**************
プレゼントキャンペーン
**************/
.preCamArea {
 background: #faedf0;
 padding: 2em 2.5em;
}
.preCamArea h3 {
 color: #D7025F;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 18px;
 font-weight: 700;
 margin: .5em 0;
 text-align: center;
}
.preCamArea h3::before,
.preCamArea h3::after {
 content: '';
 width: 3px;
 height: 40px;
 background-color: #D7025F;
}
.preCamArea h3::before {
 margin-right: 30px;
 transform: rotate(-35deg)
}
.preCamArea h3::after {
 margin-left: 30px;
 transform: rotate(35deg)
}
.preCamArea ul li{
 margin: 1em 0;
 padding: .5em 1em;
}
.preCamArea span.name {
 color: #412a20;
 display: block;
 font-weight: 500;
}
.preCamArea span.preCap {
 display: block;
 font-size: 12px;
 margin: 0 .5em;
}
.preCamArea ol{
 border-top: 1px dashed #444444;
 font-size: 14px;
 padding-top: 1em;
}
.preCamArea ol li{
 margin-bottom: .5em;
}
.preCamArea ol li span{
 border-radius: 20px;
 background-color: #D7025F;
 color: #fff;
 display: inline-block;
 margin-bottom: .5em;
 padding: .1em .8em;
}
.preCamArea ol li a:hover{
 color: #444444;
}
/**************
申し込み
**************/
.moshikomiArea{
}
.moshikomiArea .item{
 border-radius: 5px;
 background: rgba(9,96,39,1);
 color: #fff;
 font-size: 18px;
 padding: .3em 1em;
 text-align: center;
}
.moshikomiArea ul.detail{
 margin: 1em 0 1.5em;
}
.moshikomiArea ul.detail li{
 font-size: 14px;
 list-style: none;
 margin: 0;
 position: relative;
 padding: 0 0 .8em 1.5em;
}
.moshikomiArea ul.detail li::before{
 color: rgba(9,96,39,.8);
 content: "\f111";
 font-family:"Font Awesome 5 Free";
 font-weight: 900;
 left: 0;
 position: absolute;
}
.moshikomiArea ul.detail strong{
 color: #d8025f;
}
.moshikomiArea .freedial{
 font-family: 'Roboto Condensed', sans-serif;
 font-size: 43px;
 font-weight:700;
 line-height: 0.5;
 margin: .3em 0;
}
.moshikomiArea .freedial img{
 max-height: 30px;
 width: auto;
}
.moshikomiArea .freedial a{
 color: #000;
}
.moshikomiArea .freedial a:hover{
 color: #444444;
}
.moshikomiArea .toiawase {
 border-top: 1px dashed #444444;
 margin: 1.5em;
 padding: 1.5em;
 font-size: 13px;
}
/**************
新しい特典
**************/
.newTokuten{
}
.newTokuten li.col-lg-6{
 margin: 0;
 position: relative;
 /*padding: 1.5em 2em 1.5em 2em;*/
 padding: 1em;
 border: 5px solid #fff;
 background-size: auto auto;
 background-color: #faf1f3;
}
.newTokuten li.col-lg-6 em {
 font-size: 20px;
 font-weight: 700;
}
.newTokuten li.col-lg-6 span.number2 em {
 background: #D7025F;
 border-radius: 50%;
 box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
 color: #fff;
 display: inline-block;
 font-family: 'Roboto Condensed', sans-serif;
 font-size: 25px;
 font-weight: 700;
 line-height: 50px;
 margin: 0 .4em .2em 0;
 text-align: center;
 height: 50px;
 width: 50px;
}
.newTokuten li.col-lg-6 em.emcaption {
 font-size: 16px;
 font-weight: 700;
}
.newTokuten li.col-lg-6 em.emcaption .stThr{
 text-decoration: line-through;
}
.newTokuten img{
 display: block;
 margin: 1em auto;
}
.newTokuten strong {
 color: #D7025F;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 20px;
 font-weight: 700;
 margin: .5em 0;
 text-align: center;
}
.newTokuten strong::before,
.newTokuten strong::after {
 content: '';
 width: 3px;
 height: 40px;
 background-color: #D7025F;
}
.newTokuten strong::before {
 margin-right: 30px;
 transform: rotate(-35deg)
}
.newTokuten strong::after {
 margin-left: 30px;
 transform: rotate(35deg)
}
.newTokuten li.col-lg-6 ul{
 margin: .5em 0;
}
.newTokuten li.col-lg-6 li{
 margin-left: 1.3em;
 margin-bottom: 0;
}
.newTokuten li.col-lg-6 li::before{
 color: rgba(215,2,95,1);
 content: "\f111";
 font-family: "FontAwesome";
 margin-left: -1.3em;
}
@media print, screen and (min-width: 768px){
#teikiKdk section {
 margin: 4.5em 0 5em;
}
/**************
詳細
**************/
.introArea .txtBig{
 font-size: 30px;
 letter-spacing: .1em;
}
.introArea p{
 font-size: 18px;
}
.introArea .txtsml{
 font-size: 13px;
}
.introArea h3{
 border-top: 1px solid #444444;
 font-size: 35px;
 font-weight: 600;
 line-height: 0;
 margin: 2.5em 1em 1.5em;
 padding: 4rem 2rem 2rem;
 position: relative;
 text-align: center;
}
.introArea h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 40px);
  width: 80px;
  height: 8px;
  content: '';
  border-radius: 10px;
  background: rgba(215,2,95,1);
}
.introArea h4{
 font-size: 30px;
}
.introArea ol li {
 margin: 2em 0 1em;
 padding: 2.5em 2em 2.5em 2em;
}
.introArea .postage{
 display: inline-block;
 font-size: 40px;
}
.introArea .price{
 font-size: 40px;
}
/**************
プレゼントキャンペーン
**************/
.preCamArea h3 {
 font-size: 25px;
}
/**************
申し込み
**************/
a[href*="tel:"] {
 pointer-events: none;
 cursor: default;
 text-decoration: none;
}
.moshikomiArea .toiawase {
 margin: 1.5em 3.5em;
 font-size: 14px;
}
/**************
新しい特典
**************/
.newTokuten strong {
 font-size: 25px;
}
}
@media print, screen and (min-width: 992px){
/**************
詳細
**************/
.introArea p{
 text-align: center;
}
/**************
申し込み
**************/
.moshikomiArea .item{
 display: block;
 font-size: 16px;
 padding: .5em 0;
}
/**************
新しい特典
**************/
.newTokuten strong {
 font-size: 30px;
}
.newTokuten li.col-lg-6 span.number2 em {
 display: block;
 font-size: 35px;
 line-height: 60px;
 margin: 0 auto .2em;
 height: 60px;
 width: 60px;
}
}
@media screen and (min-width : 1024px){
/**************
詳細
**************/
.introArea h3{
 font-size: 40px;
}
/**************
プレゼントキャンペーン
**************/
.preCamArea h3 {
 font-size: 30px;
}
/**************
申し込み
**************/
.moshikomiArea ul.detail{
 margin: 0 0 2em;
}
.moshikomiArea ul.detail li{
 font-size: 16px;
}
}



