@charset "UTF-8";
/* CSS Document */
.container {
  text-decoration: none;
  font-feature-settings: "palt";
}
.container a {
  text-decoration: none!important;
}
.nishikawa_coolmask {
  line-height: 1.5;
  font-size: 1.6rem;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  max-width: 100%;
  overflow: hidden;
}
.main_image_area {
  width: 100%;
}
.top_text_area {
  line-height: 2;
  margin: 50px 0;
}
.content_lead {
  margin: 2rem;
  font-size: 3rem;
  text-align: center;
  line-height: 2;
}
.content_lead span {
  font-size: 4rem;
  font-weight: bold;
background:-ms-linear-gradient(transparent 70%, #fffa57 70%); /* IE */
  background-image: linear-gradient(transparent 70%, #fffa57 70%);
}
.content_sub_lead {
  margin: 2rem;
  font-size: 1.8rem;
  text-align: center;
}

.top{
font-size: 3rem; 
}

.content_inner {
  padding: 100px 23px;
  width: 980px;
  margin: auto;
}
.item_detail {
  margin-bottom: 40px;
}
.twoitem_outer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
}
.twoitem_outer .item {
  width: 48%;
}
/*装飾*/
.bg_blue {
  background-color: #e6f7ff;
}
.bg_grey {
  background-color: #f7f7f7;
}
.item {
  background-color: #FFF;
}
/*商品エリア*/
.item .textarea .item_name {
  font-size: 2.3rem;
  font-weight: 500;
}
.product .content_lead {
  text-align: center;
}
.product .item .textarea {
  margin: 2rem 0;
  padding: 1rem;
}

.item .image {
width: 100%;
}

.item_price {
  margin-bottom: 1rem;
    font-size: 2rem;
}
.item_name {
  margin-bottom: 1rem;
}
/*ポイントエリア*/
.point .content_lead {
  margin-bottom: 120px;
}
.point .item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  height: 650px;
  margin-bottom: 50px;
}
.point .item .textarea {
  position: absolute;
  top: 65%;
    display: block;
    width: 100%;
    left: 0;
}
.point .item .textarea .number {
  font-size: 3rem;
  font-weight: bold;
  color: #82cef0;
  margin-bottom: 1rem;
}
.point .item .textarea .sub {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

dd span{
    font-size: 1.4rem;
}


.point .content_inner{
    padding: 100px 23px 0px 23px;
}

.button_outer {
  text-align: center;
  margin-bottom: 20px;
}
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 1rem 3rem;
  text-decoration: none;
  color: #FFFFFF;
  background: #FF3434;
  transition: .4s;
}
.btn-flat-simple:hover {
  background: #f7f7f7;
  color: #FF3434;
}
/*西川エリア*/
.about {
  background: #FFFFFF;
  align-items: center;

}
.about .textarea .item_name {
  font-size: 3rem;
}

.about .textarea .item_price {
  font-size: 1.6rem!important;
}
/*完売表示*/
.soldout{
  pointer-events: none; }


.soldout .image {
  position: relative; }
  .soldout .image img {
    opacity: .5; }

  .soldout .textarea{
    opacity: .5; }
  .soldout .image:before {
    content: "SOLD OUT";
    display: block;
    width: 80%;
    padding: 32px 4px 0;
    text-align: center;
    position: absolute;
    height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50% !important;
    left: 10% !important;
    right: auto !important;
    border: #C00 2px solid;
    color: #C00;
    background: #FFF;
    font-weight: bold;
    background: #fff;
    z-index: 1;
    font-size: 2.4rem;
    line-height: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 0; }
    .isTablet .soldout .image:before {
      font-size: 2rem;
      padding-top: 10px; }

/*キャンペーンバナー*/
.campaign_inner{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;	
}
.campaign_list{
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.campaign_list>li{
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;	
}



/*ご注意*/
.attention dt {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.attention dd {
  margin-bottom: 1rem;
}

.campaign{
    text-align: center;
    margin-top: 5rem;
}