@charset "utf-8";

body {
  font-size: 12px;
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

.outer-block {
  min-width: 320px;
}

.inner-block {
  padding: 0;
  width: 100%;
}

#wrapper {
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

input[type="submit"] {
  -webkit-text-size-adjust: 100%;
}

input, select, textarea {
  font-size: 16px !important;
}

.pc {
  display: none !important;
}
.pc-ib {
  display: none !important;
}

.sp {
  display: block !important;
}
.sp-ib {
  display: inline-block !important;
}


.Main-contents {
  padding: 0 10px;
}

/*------------------------------------------------------------------------------
  newflavor-block
------------------------------------------------------------------------------*/
.newflavor-block .makkori-ttl {
  margin: 0 0 40px;
  padding-top: 60px;
}

.newflavor-block .img-area {
  float: none;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

.newflavor-block .movie-area {
  float: none;
  margin-top: 0;
  margin-left: 0;
  margin: 0 auto;
}

.newflavor-block .movie-area::after {
  background: none;
  background-size: 0 0;
  height: 0;
  width: 0;
  top: 0;
  right: 0;
}

.newflavor-block .movie-area .box1,
.newflavor-block .movie-area .box2 {
  position: relative;
  margin: 0 auto;
}

.newflavor-block .movie-area .box1::after {
  background: url(../../../img/goods/makkori/cat2.png)no-repeat center center;
  background-size: 60px 120px;
  content: "";
  display: block;
  height: 120px;
  position: absolute;
  width: 60px;
  top: 10px;
  right: -46px;
  margin: auto;
}
.newflavor-block .movie-area .box2::after {
  background: url(../../../img/goods/makkori/sp/cat1.png)no-repeat center center;
  background-size: 55px 140px;
  content: "";
  display: block;
  height: 140px;
  position: absolute;
  width: 55px;
  top: -8px;
  left: -49px;
  margin: auto;
}

/*------------------------------------------------------------------------------
summary-block
------------------------------------------------------------------------------*/
.summary-block {
  margin: 40px 0 0;
  padding: 0 0 50px;
}

.summary-block .summary-ttl {
  margin-bottom: 20px;
  top: inherit;
  right: inherit;
  position: relative;
}

.summary-block .img-area {
  padding: 15px 25px 0;
}

.summary-block .summary-ttl img {
  width: 180px;
}

/*------------------------------------------------------------------------------
lineup-block
------------------------------------------------------------------------------*/
.lineup-block .lineup-ttl {
  margin: 40px 0 30px;
}
.lineup-block article {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  min-height: auto;
  padding: 0;
  text-align: center;
  width: 280px;
}

.lineup-block article + article {
  margin-top: 40px;
}

.lineup-block article .bottle {
  margin-top: 25px;
}

.lineup-block article .txt-bottle {
  margin-right: -35px;
}
.lineup-block article .txt-bottle.renewal {
  margin-right: -47px;
}
.lineup-block article .txt-bottle.new {
  margin-top: 10px;
}

.lineup-block article .txt-bottle img {
  min-width: 100px;
  height: auto;
}

.lineup-block article .bottle img {
  margin-right: 8px;
  min-width: 80px;
  height: auto;
}

.lineup-block article .txt-area {
  margin-left: 10px;
  margin-top: 35px;
  text-align: center;
  width: 166px;
}

.lineup-block article .txt-box .ttl {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  width: 80%;
}
.lineup-block article .txt-box .ttl::after {
  border-width: 15px 0 15px 14px;
  right: -14px;
}
.lineup-block article .txt-box .ttl::before {
  border-width: 15px 14px 15px 0;
  left: -14px;
}

.lineup-block article .txt-box p {
  font-size: 11px;
}

/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
/*:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}