@charset "utf-8";
/* Base style
-----------------------------------------------------------*/
/*----- default -----*/
#Main_inner {
  overflow: hidden;
  background-color: #ffffff;
}

#Cont {
  width: auto;
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "モリサワ 新ゴ R", "Droid Sans", メイリオ, sans-serif;
}

#Cont *, #Cont *::before, #Cont *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#Cont sup, #Cont sub {
  font-size: 0.5em;
  line-height: 1;
}

#Cont sup {
  vertical-align: super;
}

#Cont sub {
  vertical-align: bottom;
}

#Cont a {
  color: #000000;
  text-decoration: none;
}

#Cont button {
  border: none;
  cursor: pointer;
}

#Cont img {
  max-width: 100%;
}

/* Layout style
-----------------------------------------------------------*/
/*----- wrapper -----*/
#Cont .wrapper {
  overflow: hidden;
}

/*----- content -----*/
#Cont .content {
  padding-top: 65px;
  padding-bottom: 105px;
}

#Cont .content-inner {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

#Cont .content-heading {
  -webkit-transform: skew(-12deg);
  margin-bottom: 80px;
  transform: skew(-12deg);
  color: #002558;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#Cont .content-heading span {
  display: inline-block;
  vertical-align: bottom;
}

#Cont .content-heading-border {
  position: relative;
}

#Cont .content-heading-border:before {
  -webkit-transform: skew(12deg);
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  transform: skew(12deg);
  background-color: #fbea27;
  content: "";
}

#Cont .content-heading .text-sub-reg {
  margin-bottom: -.15em;
}

/* component style
-----------------------------------------------------------*/
#Cont .button {
  display: inline-block;
  position: relative;
  padding: 13px 25px 14px;
  background-color: #0b79c1;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

#Cont .button::before, #Cont .button::after {
  position: absolute;
  top: 0;
  content: "";
}

#Cont .button::before {
  -webkit-transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  right: 0;
  width: 0;
  height: 100%;
  background-color: #002558;
  transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

#Cont .button::after {
  -webkit-transform: rotate(45deg);
  display: block;
  z-index: 1;
  right: 14px;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin: auto 0;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 2px;
}

#Cont .button:hover::before {
  -webkit-transform-origin: right;
  -webkit-transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  right: inherit;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: right;
  transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

#Cont .button > span {
  position: relative;
}

#Cont .text-note {
  font-size: 13px;
}

#Cont .text-note .text-sub-reg {
  margin-bottom: 0;
}

#Cont .text-indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

#Cont .text-underline {
  text-decoration: underline;
  text-underline-offset: 4px;
}

#Cont .text-sub-reg {
  display: inline-block;
  margin-bottom: -.35em;
  font-size: 1em;
  text-indent: 0;
}

/* Index style
-----------------------------------------------------------*/
/*----- mainvisual -----*/
#Cont .mainvisual {
  position: relative;
  padding: 20px 0 60px;
  background: url(/alcohol/nonalcohol/hyoreicalolimit/images/mainvisual_bg.jpg?20240131) no-repeat 50% 100%;
  background-size: cover;
}

#Cont .mainvisual-inner {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

#Cont .mainvisual-inner:after {
  display: block;
  clear: both;
  content: "";
}

#Cont .mainvisual-logo-kirin {
  width: 117px;
}

#Cont .mainvisual-logo-calo {
  width: 340px;
  margin-top: 52px;
}

#Cont .mainvisual-lead {
  width: 320px;
  margin-top: 40px;
  margin-left: -20px;
}

#Cont .mainvisual-products {
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: flex-end;
  width: 604px;
  margin: 28px -65px -48px 0;
  float: right;
}

#Cont .mainvisual-product {
  position: relative;
  width: 208px;
  margin: 0;
}

#Cont .mainvisual-product::after {
  position: absolute;
  bottom: 122px;
  padding: 2px;
  border: 1px solid;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  content: "果汁1%";
}

#Cont .mainvisual-product.-lemon {
  padding-bottom: 28px;
}

#Cont .mainvisual-product.-lemon::after {
  right: 104%;
}

#Cont .mainvisual-product.-grapefruit {
  margin-left: 11.2%;
  padding-bottom: 1.3%;
}

#Cont .mainvisual-product.-grapefruit::after {
  left: 103%;
}

#Cont .mainvisual-product-notification {
  position: absolute;
  right: 0;
  bottom: 84px;
  left: 0;
  margin-left: 7%;
  line-height: 1;
  text-align: center;
}

#Cont .mainvisual-product-label {
  display: inline-block;
  position: absolute;
  right: 101%;
  bottom: 101px;
  padding: 1px;
  border: 1px solid #000000;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

#Cont .mainvisual-note {
  position: relative;
  margin-top: 12px;
  clear: both;
  font-size: 12px;
}

#Cont .mainvisual-function-label {
  padding: 1px 4px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

#Cont .mainvisual-function-bar {
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  margin: 0 auto;
  padding: 17px 0;
  background-color: #0b79c1;
}

/*----- about -----*/
#Cont .intro {
  padding: 110px 0 155px;
  background: url(/alcohol/nonalcohol/hyoreicalolimit/images/intro_bg.jpg) no-repeat 50% 0;
  background-size: cover;
}

#Cont .intro .content {
  padding-bottom: 0;
}

#Cont .intro-heading {
  width: 329px;
  margin: 0 auto 60px;
}

#Cont .intro-lead {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.38462;
  text-align: center;
}

/*----- 氷零 カロリミットのこだわり -----*/
#Cont .detailed-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Cont .detailed-block-packages {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

#Cont .detailed-block-packages .detailed-block-package {
  width: 185px;
  margin: 0;
}

#Cont .detailed-block-packages .detailed-block-package + .detailed-block-package {
  margin-left: 20px;
}

#Cont .detailed-block-info {
  margin: -7px 0 0 60px;
}

#Cont .detailed-block-info dl + dl {
  margin-top: 38px;
}

#Cont .detailed-block-info dl dt {
  -webkit-transform: skew(-12deg);
  margin-bottom: 5px;
  transform: skew(-12deg);
  color: #0b79c1;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

#Cont .detailed-block-info dl dd {
  font-size: 18px;
}

#Cont .detailed-block-info dl dd .text-note {
  font-size: 16px;
}

/*----- 食事の糖や脂肪の吸収を抑える難消化性デキストリンの働き -----*/
#Cont #feature {
  padding: 70px 0 123px;
  background: url(/alcohol/nonalcohol/hyoreicalolimit/images/feature_bg.jpg) no-repeat 50% 0;
  background-size: cover;
}

#Cont #feature .content-heading {
  margin-bottom: 105px;
}

#Cont .feature-card-label, #Cont .feature-card.-after {
  z-index: 0;
}

#Cont .feature-card-label::before, #Cont .feature-card.-after::before, #Cont .feature-card-label::after, #Cont .feature-card.-after::after {
  z-index: -1;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  content: "";
}

#Cont .feature-card-label::before, #Cont .feature-card.-after::before {
  border-top-color: #fbea27;
}

#Cont .feature-card-label::after, #Cont .feature-card.-after::after {
  border-top-color: #0b79c1;
}

#Cont .feature-card {
  position: relative;
  border: 3px solid;
  background-color: #ffffff;
}

#Cont .feature-card-label {
  position: absolute;
  top: -3px;
  left: -3px;
  padding: 8px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

#Cont .feature-card-label::before, #Cont .feature-card-label:after {
  border-width: 118px 118px 0 0;
}

#Cont .feature-card-label::before {
  top: 2px;
  left: 2px;
}

#Cont .feature-card-label::after {
  top: 0;
  left: 0;
}

#Cont .feature-card-head {
  padding: 18px 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

#Cont .feature-card-body {
  padding: 15px 10px 30px;
  text-align: center;
}

#Cont .feature-card-fig {
  max-width: 388px;
  margin: 0 auto;
}

#Cont .feature-card-text {
  margin: .5em 0;
  font-size: 18px;
}

#Cont .feature-card-text, #Cont .feature-card-text-primary {
  font-weight: 700;
  line-height: 1.44444;
}

#Cont .feature-card-text:first-child, #Cont .feature-card-text-primary:first-child {
  margin-top: 0;
}

#Cont .feature-card-text:last-child, #Cont .feature-card-text-primary:last-child {
  margin-bottom: 0;
}

#Cont .feature-card-text-primary {
  margin: .25em 0;
  color: #0b79c1;
  font-size: 34px;
}

#Cont .feature-card.-before {
  border-color: #aaaaaa;
}

#Cont .feature-card.-before .feature-card-head {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #dddddd;
}

#Cont .feature-card.-after {
  margin-top: 42px;
  border-color: #0b79c1;
}

#Cont .feature-card.-after::before, #Cont .feature-card.-after:after {
  right: 0;
  left: 0;
  margin: 0 auto;
  border-width: 20px 20px 0 20px;
}

#Cont .feature-card.-after::before {
  -webkit-transform: translateX(2px);
  top: -30px;
  transform: translateX(2px);
}

#Cont .feature-card.-after::after {
  top: -32px;
}

#Cont .feature-card.-after .feature-card-head {
  background-color: rgba(11, 121, 193, 0.24);
}

#Cont .feature-row {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#Cont .feature-col {
  width: 46.25%;
}

/*----- 商品ラインアップ -----*/
#Cont #lineup {
  padding-top: 85px;
}

#Cont #lineup .content-heading {
  margin-bottom: 75px;
}

#Cont .lineup-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  position: relative;
}

#Cont .lineup-product::before, #Cont .lineup-product::after {
  z-index: -1;
  position: absolute;
  right: -50vw;
  left: -50vw;
  width: 100vw;
  margin: 0 auto;
  content: "";
}

#Cont .lineup-product::before {
  top: -80px;
  padding-top: 830px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#Cont .lineup-product + .lineup-product {
  margin-top: 140px;
}

#Cont .lineup-product.-reverse::before {
  top: -166px;
}

#Cont .lineup-product.-lemon::before {
  background-image: url(/alcohol/nonalcohol/hyoreicalolimit/images/lineup_bg_lemon.png);
}

#Cont .lineup-product.-grapefruit::before {
  background-image: url(/alcohol/nonalcohol/hyoreicalolimit/images/lineup_bg_grapefruit.png);
}

#Cont .lineup-product.-grapefruit .lineup-product-package {
  margin-top: 55px;
}

#Cont .lineup-product-package {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 230px;
  margin: 45px 0 0 6px;
}

#Cont .lineup-product-info {
  margin-left: 76px;
}

#Cont .lineup-product-title {
  -webkit-transform: skew(-12deg);
  margin-bottom: 20px;
  transform: skew(-12deg);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

#Cont .lineup-product-title span {
  font-size: 18px;
}

#Cont .lineup-product-lead {
  margin-bottom: 35px;
  font-size: 32px;
  line-height: 1.5;
}

#Cont .lineup-product-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

#Cont .lineup-product-table-row + .lineup-product-table-row {
  margin-top: .5em;
}

#Cont .lineup-product-table-row dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 160px;
  padding-right: .25em;
  color: #0b79c1;
  font-weight: 700;
}

#Cont .lineup-product-table-row dt span {
  font-size: 14px;
}

#Cont .lineup-product-table-row dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: -0.025em;
}

#Cont .aside-panel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 105px;
  padding: 30px 10px 30px 33px;
  border: 3px solid #0b79c1;
  background-color: #ffffff;
}

#Cont .aside-panel + .aside-panel {
  margin-top: 24px;
}

#Cont .aside-panel-packages {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 220px;
}

#Cont .aside-panel-package {
  margin: 0;
}

#Cont .aside-panel-package + .aside-panel-package {
  margin-left: 14px;
}

#Cont .aside-panel-package.-can {
  width: 87px;
}

#Cont .aside-panel-package.-calo {
  width: 102px;
}

#Cont .aside-panel-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 35px;
  font-size: 16px;
}

#Cont .aside-panel-info p .text-sub-reg {
  margin-bottom: 0;
}

#Cont .aside-panel-heading {
  -webkit-transform: skew(-12deg);
  position: relative;
  margin-bottom: .5em;
  padding-bottom: .75em;
  transform: skew(-12deg);
  color: #002558;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

#Cont .aside-panel-heading::after {
  -webkit-transform: skew(12deg) translateX(8px);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 6px;
  transform: skew(12deg) translateX(8px);
  background-color: #fbea27;
  content: "";
}

#Cont .aside-panel-button {
  margin-top: 22px;
}

#Cont .aside-panel-button .button {
  width: 300px;
}

/*----- 読後感エリア -----*/
#Cont .impressions {
  padding: 101px 0 75px;
  background: url(/alcohol/nonalcohol/hyoreicalolimit/images/impressions_bg.jpg) no-repeat 50% 100%;
  background-size: cover;
  overflow: hidden;
}

#Cont .impressions-inner {
  position: relative;
  padding-right: 46px;
  padding-left: 63px;
}

#Cont .impressions-inner:after {
  display: block;
  clear: both;
  content: "";
}

#Cont .impressions-logo-calo {
  width: 330px;
  margin-bottom: 35px;
}

#Cont .impressions-lead {
  width: 310px;
  margin-left: -16px;
}

#Cont .impressions-images {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: start;
  margin-top: -4px;
  margin-bottom: -111px;
  float: right;
}

#Cont .impressions-images[data-efect=fadein] {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

#Cont .impressions-image {
  width: 200px;
  margin: 0;
}

#Cont .impressions-image + .impressions-image {
  margin-left: 38px;
}

/* アニメーション
------------------------------------------*/
#Cont [data-efect=fadein] {
  -webkit-transform: translateY(10px);
  -webkit-transition: opacity ease-in-out 0.6s, -webkit-transform ease-in-out 0.6s;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity ease-in-out 0.6s, -webkit-transform ease-in-out 0.6s;
  transition: opacity ease-in-out 0.6s, transform ease-in-out 0.6s;
  transition: opacity ease-in-out 0.6s, transform ease-in-out 0.6s, -webkit-transform ease-in-out 0.6s;
}

#Cont [data-efect=fadein].is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#Cont [data-efect=fadein-order] [data-efect-item] {
  -webkit-transform: translateY(10px);
  -webkit-transition: opacity ease-in-out 0.6s, -webkit-transform ease-in-out 0.6s;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity ease-in-out 0.6s, -webkit-transform ease-in-out 0.6s;
  transition: opacity ease-in-out 0.6s, transform ease-in-out 0.6s;
  transition: opacity ease-in-out 0.6s, transform ease-in-out 0.6s, -webkit-transform ease-in-out 0.6s;
}

#Cont [data-efect=fadein-order].is-active [data-efect-item] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#Cont [data-efect=fadein-order] [data-efect-item='item-01'] {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

#Cont [data-efect=fadein-order] [data-efect-item='item-02'] {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#Cont [data-efect=fadein-order] [data-efect-item='item-03'] {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

/* Utility
-----------------------------------------------------------*/
#Cont {
  /* clearfix */
  /* color */
  /* background-color */
  /* border-color */
  /* float */
  /* font-weight */
  /* margin */
  /* padding */
  /* text-align */
  /* vertical-align */
  /* white-space */
  /* display */
  /* overflow */
  /* visibility */
  /* hover */
}

#Cont .clearfix:after {
  display: block;
  clear: both;
  content: "";
}

#Cont .clear-both {
  clear: both !important;
}

#Cont .fc-base {
  color: #000000 !important;
}

#Cont .bg-white {
  background-color: #ffffff !important;
}

#Cont .no-border {
  border: none !important;
}

#Cont .fl-left {
  float: left !important;
}

#Cont .fl-right {
  float: right !important;
}

#Cont .fl-none {
  float: none !important;
}

#Cont .fw-normal {
  font-weight: normal !important;
}

#Cont .fw-bold {
  font-weight: bold !important;
}

#Cont .m-auto {
  margin: 0 auto !important;
}

#Cont .mt-0 {
  margin-top: 0px !important;
}

#Cont .mb-0 {
  margin-bottom: 0px !important;
}

#Cont .ml-0 {
  margin-left: 0px !important;
}

#Cont .mr-0 {
  margin-right: 0px !important;
}

#Cont .mt-5 {
  margin-top: 5px !important;
}

#Cont .mb-5 {
  margin-bottom: 5px !important;
}

#Cont .ml-5 {
  margin-left: 5px !important;
}

#Cont .mr-5 {
  margin-right: 5px !important;
}

#Cont .mt-10 {
  margin-top: 10px !important;
}

#Cont .mb-10 {
  margin-bottom: 10px !important;
}

#Cont .ml-10 {
  margin-left: 10px !important;
}

#Cont .mr-10 {
  margin-right: 10px !important;
}

#Cont .mt-15 {
  margin-top: 15px !important;
}

#Cont .mb-15 {
  margin-bottom: 15px !important;
}

#Cont .ml-15 {
  margin-left: 15px !important;
}

#Cont .mr-15 {
  margin-right: 15px !important;
}

#Cont .mt-20 {
  margin-top: 20px !important;
}

#Cont .mb-20 {
  margin-bottom: 20px !important;
}

#Cont .ml-20 {
  margin-left: 20px !important;
}

#Cont .mr-20 {
  margin-right: 20px !important;
}

#Cont .mt-25 {
  margin-top: 25px !important;
}

#Cont .mb-25 {
  margin-bottom: 25px !important;
}

#Cont .ml-25 {
  margin-left: 25px !important;
}

#Cont .mr-25 {
  margin-right: 25px !important;
}

#Cont .mt-30 {
  margin-top: 30px !important;
}

#Cont .mb-30 {
  margin-bottom: 30px !important;
}

#Cont .ml-30 {
  margin-left: 30px !important;
}

#Cont .mr-30 {
  margin-right: 30px !important;
}

#Cont .mt-35 {
  margin-top: 35px !important;
}

#Cont .mb-35 {
  margin-bottom: 35px !important;
}

#Cont .ml-35 {
  margin-left: 35px !important;
}

#Cont .mr-35 {
  margin-right: 35px !important;
}

#Cont .mt-40 {
  margin-top: 40px !important;
}

#Cont .mb-40 {
  margin-bottom: 40px !important;
}

#Cont .ml-40 {
  margin-left: 40px !important;
}

#Cont .mr-40 {
  margin-right: 40px !important;
}

#Cont .mt-45 {
  margin-top: 45px !important;
}

#Cont .mb-45 {
  margin-bottom: 45px !important;
}

#Cont .ml-45 {
  margin-left: 45px !important;
}

#Cont .mr-45 {
  margin-right: 45px !important;
}

#Cont .mt-50 {
  margin-top: 50px !important;
}

#Cont .mb-50 {
  margin-bottom: 50px !important;
}

#Cont .ml-50 {
  margin-left: 50px !important;
}

#Cont .mr-50 {
  margin-right: 50px !important;
}

#Cont .mt-55 {
  margin-top: 55px !important;
}

#Cont .mb-55 {
  margin-bottom: 55px !important;
}

#Cont .ml-55 {
  margin-left: 55px !important;
}

#Cont .mr-55 {
  margin-right: 55px !important;
}

#Cont .mt-60 {
  margin-top: 60px !important;
}

#Cont .mb-60 {
  margin-bottom: 60px !important;
}

#Cont .ml-60 {
  margin-left: 60px !important;
}

#Cont .mr-60 {
  margin-right: 60px !important;
}

#Cont .mt-65 {
  margin-top: 65px !important;
}

#Cont .mb-65 {
  margin-bottom: 65px !important;
}

#Cont .ml-65 {
  margin-left: 65px !important;
}

#Cont .mr-65 {
  margin-right: 65px !important;
}

#Cont .mt-70 {
  margin-top: 70px !important;
}

#Cont .mb-70 {
  margin-bottom: 70px !important;
}

#Cont .ml-70 {
  margin-left: 70px !important;
}

#Cont .mr-70 {
  margin-right: 70px !important;
}

#Cont .mt-75 {
  margin-top: 75px !important;
}

#Cont .mb-75 {
  margin-bottom: 75px !important;
}

#Cont .ml-75 {
  margin-left: 75px !important;
}

#Cont .mr-75 {
  margin-right: 75px !important;
}

#Cont .mt-80 {
  margin-top: 80px !important;
}

#Cont .mb-80 {
  margin-bottom: 80px !important;
}

#Cont .ml-80 {
  margin-left: 80px !important;
}

#Cont .mr-80 {
  margin-right: 80px !important;
}

#Cont .mt-85 {
  margin-top: 85px !important;
}

#Cont .mb-85 {
  margin-bottom: 85px !important;
}

#Cont .ml-85 {
  margin-left: 85px !important;
}

#Cont .mr-85 {
  margin-right: 85px !important;
}

#Cont .mt-90 {
  margin-top: 90px !important;
}

#Cont .mb-90 {
  margin-bottom: 90px !important;
}

#Cont .ml-90 {
  margin-left: 90px !important;
}

#Cont .mr-90 {
  margin-right: 90px !important;
}

#Cont .mt-95 {
  margin-top: 95px !important;
}

#Cont .mb-95 {
  margin-bottom: 95px !important;
}

#Cont .ml-95 {
  margin-left: 95px !important;
}

#Cont .mr-95 {
  margin-right: 95px !important;
}

#Cont .mt-100 {
  margin-top: 100px !important;
}

#Cont .mb-100 {
  margin-bottom: 100px !important;
}

#Cont .ml-100 {
  margin-left: 100px !important;
}

#Cont .mr-100 {
  margin-right: 100px !important;
}

#Cont .pt-0 {
  padding-top: 0px !important;
}

#Cont .pb-0 {
  padding-bottom: 0px !important;
}

#Cont .pl-0 {
  padding-left: 0px !important;
}

#Cont .pr-0 {
  padding-right: 0px !important;
}

#Cont .pt-5 {
  padding-top: 5px !important;
}

#Cont .pb-5 {
  padding-bottom: 5px !important;
}

#Cont .pl-5 {
  padding-left: 5px !important;
}

#Cont .pr-5 {
  padding-right: 5px !important;
}

#Cont .pt-10 {
  padding-top: 10px !important;
}

#Cont .pb-10 {
  padding-bottom: 10px !important;
}

#Cont .pl-10 {
  padding-left: 10px !important;
}

#Cont .pr-10 {
  padding-right: 10px !important;
}

#Cont .pt-15 {
  padding-top: 15px !important;
}

#Cont .pb-15 {
  padding-bottom: 15px !important;
}

#Cont .pl-15 {
  padding-left: 15px !important;
}

#Cont .pr-15 {
  padding-right: 15px !important;
}

#Cont .pt-20 {
  padding-top: 20px !important;
}

#Cont .pb-20 {
  padding-bottom: 20px !important;
}

#Cont .pl-20 {
  padding-left: 20px !important;
}

#Cont .pr-20 {
  padding-right: 20px !important;
}

#Cont .pt-25 {
  padding-top: 25px !important;
}

#Cont .pb-25 {
  padding-bottom: 25px !important;
}

#Cont .pl-25 {
  padding-left: 25px !important;
}

#Cont .pr-25 {
  padding-right: 25px !important;
}

#Cont .pt-30 {
  padding-top: 30px !important;
}

#Cont .pb-30 {
  padding-bottom: 30px !important;
}

#Cont .pl-30 {
  padding-left: 30px !important;
}

#Cont .pr-30 {
  padding-right: 30px !important;
}

#Cont .pt-35 {
  padding-top: 35px !important;
}

#Cont .pb-35 {
  padding-bottom: 35px !important;
}

#Cont .pl-35 {
  padding-left: 35px !important;
}

#Cont .pr-35 {
  padding-right: 35px !important;
}

#Cont .pt-40 {
  padding-top: 40px !important;
}

#Cont .pb-40 {
  padding-bottom: 40px !important;
}

#Cont .pl-40 {
  padding-left: 40px !important;
}

#Cont .pr-40 {
  padding-right: 40px !important;
}

#Cont .pt-45 {
  padding-top: 45px !important;
}

#Cont .pb-45 {
  padding-bottom: 45px !important;
}

#Cont .pl-45 {
  padding-left: 45px !important;
}

#Cont .pr-45 {
  padding-right: 45px !important;
}

#Cont .pt-50 {
  padding-top: 50px !important;
}

#Cont .pb-50 {
  padding-bottom: 50px !important;
}

#Cont .pl-50 {
  padding-left: 50px !important;
}

#Cont .pr-50 {
  padding-right: 50px !important;
}

#Cont .pt-55 {
  padding-top: 55px !important;
}

#Cont .pb-55 {
  padding-bottom: 55px !important;
}

#Cont .pl-55 {
  padding-left: 55px !important;
}

#Cont .pr-55 {
  padding-right: 55px !important;
}

#Cont .pt-60 {
  padding-top: 60px !important;
}

#Cont .pb-60 {
  padding-bottom: 60px !important;
}

#Cont .pl-60 {
  padding-left: 60px !important;
}

#Cont .pr-60 {
  padding-right: 60px !important;
}

#Cont .pt-65 {
  padding-top: 65px !important;
}

#Cont .pb-65 {
  padding-bottom: 65px !important;
}

#Cont .pl-65 {
  padding-left: 65px !important;
}

#Cont .pr-65 {
  padding-right: 65px !important;
}

#Cont .pt-70 {
  padding-top: 70px !important;
}

#Cont .pb-70 {
  padding-bottom: 70px !important;
}

#Cont .pl-70 {
  padding-left: 70px !important;
}

#Cont .pr-70 {
  padding-right: 70px !important;
}

#Cont .pt-75 {
  padding-top: 75px !important;
}

#Cont .pb-75 {
  padding-bottom: 75px !important;
}

#Cont .pl-75 {
  padding-left: 75px !important;
}

#Cont .pr-75 {
  padding-right: 75px !important;
}

#Cont .pt-80 {
  padding-top: 80px !important;
}

#Cont .pb-80 {
  padding-bottom: 80px !important;
}

#Cont .pl-80 {
  padding-left: 80px !important;
}

#Cont .pr-80 {
  padding-right: 80px !important;
}

#Cont .pt-85 {
  padding-top: 85px !important;
}

#Cont .pb-85 {
  padding-bottom: 85px !important;
}

#Cont .pl-85 {
  padding-left: 85px !important;
}

#Cont .pr-85 {
  padding-right: 85px !important;
}

#Cont .pt-90 {
  padding-top: 90px !important;
}

#Cont .pb-90 {
  padding-bottom: 90px !important;
}

#Cont .pl-90 {
  padding-left: 90px !important;
}

#Cont .pr-90 {
  padding-right: 90px !important;
}

#Cont .pt-95 {
  padding-top: 95px !important;
}

#Cont .pb-95 {
  padding-bottom: 95px !important;
}

#Cont .pl-95 {
  padding-left: 95px !important;
}

#Cont .pr-95 {
  padding-right: 95px !important;
}

#Cont .pt-100 {
  padding-top: 100px !important;
}

#Cont .pb-100 {
  padding-bottom: 100px !important;
}

#Cont .pl-100 {
  padding-left: 100px !important;
}

#Cont .pr-100 {
  padding-right: 100px !important;
}

#Cont .text-center {
  text-align: center !important;
}

#Cont .text-left {
  text-align: left !important;
}

#Cont .text-right {
  text-align: right !important;
}

#Cont .va-top {
  vertical-align: top !important;
}

#Cont .va-middle {
  vertical-align: middle !important;
}

#Cont .va-bottom {
  vertical-align: bottom !important;
}

#Cont .ws-nowrap {
  white-space: nowrap !important;
}

#Cont .sp-visible {
  display: none !important;
}

#Cont .d-none {
  display: none !important;
}

#Cont .d-block {
  display: block !important;
}

#Cont .d-inline {
  display: inline !important;
}

#Cont .d-i-block {
  display: inline-block !important;
}

#Cont .d-table {
  display: table !important;
}

#Cont .d-t-row {
  display: table-row !important;
}

#Cont .d-t-cell {
  display: table-cell !important;
}

#Cont .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#Cont .d-i-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

#Cont .of-auto {
  overflow: auto;
}

#Cont .of-hidden {
  overflow: hidden;
}

#Cont .of-auto {
  overflow: auto;
}

#Cont .hidden {
  visibility: hidden !important;
}

#Cont .visible {
  visibility: visible !important;
}

#Cont .hover-opacity {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

#Cont .hover-opacity:hover {
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  #Cont {
    margin-bottom: 15px;
  }
  #Cont .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #Cont .content-inner {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  #Cont .content-heading {
    margin-bottom: 25px;
    font-size: 23px;
  }
  #Cont .content-heading-border::before {
    height: 10px;
  }
  #Cont .button {
    font-size: 14px;
  }
  #Cont .button:hover::before {
    content: none;
  }
  #Cont .text-note .text-sub-reg {
    margin-bottom: -.2em;
  }
  #Cont .mainvisual {
    padding: 3.2% 0 12%;
    background-image: url(/alcohol/nonalcohol/hyoreicalolimit/images/mainvisual_bg_sp.jpg?20240131);
  }
  #Cont .mainvisual-inner {
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  #Cont .mainvisual-logo-kirin {
    width: 19.35933%;
  }
  #Cont .mainvisual-logo-calo {
    width: 33.98329%;
    margin: 8.35655% 0 0 2px;
  }
  #Cont .mainvisual-lead {
    width: 32.03343%;
    margin-top: 4.17827%;
    margin-left: -8px;
  }
  #Cont .mainvisual-products {
    width: 59.1%;
    margin: 4.5% 1.3% -9.7493% 0;
  }
  #Cont .mainvisual-product {
    width: 47.5%;
  }
  #Cont .mainvisual-product::after {
    font-size: 10px;
  }
  #Cont .mainvisual-product.-lemon {
    padding-bottom: 5.36673%;
  }
  #Cont .mainvisual-product.-lemon::after {
    right: 106%;
    bottom: 27.90071%;
  }
  #Cont .mainvisual-product.-grapefruit {
    margin-left: 5%;
  }
  #Cont .mainvisual-product.-grapefruit:after {
    bottom: 21%;
    left: 64%;
  }
  #Cont .mainvisual-product-notification {
    bottom: 15%;
    margin-left: 0;
    font-size: 10px;
  }
  #Cont .mainvisual-product-label {
    right: 102.5%;
    bottom: 21%;
    font-size: 10px;
  }
  #Cont .mainvisual-note {
    margin-top: 30%;
    font-size: 11px;
    line-height: 1.45455;
  }
  #Cont .mainvisual-function-label {
    font-size: 11px;
  }
  #Cont .mainvisual-function-bar {
    bottom: -2.8%;
    padding: 3px 0;
  }
  #Cont .intro {
    padding: 40px 0 44px;
    background-image: url(/alcohol/nonalcohol/hyoreicalolimit/images/intro_bg_sp.jpg);
    background-position-y: 0;
  }
  #Cont .intro-heading {
    width: 51.6%;
    margin-bottom: 24px;
  }
  #Cont .intro-lead {
    font-size: 18px;
  }
  #Cont .detailed-block {
    display: block;
  }
  #Cont .detailed-block-packages .detailed-block-package {
    width: 32%;
  }
  #Cont .detailed-block-packages .detailed-block-package + .detailed-block-package {
    margin-left: 15px;
  }
  #Cont .detailed-block-info {
    margin: 20px 0 0;
  }
  #Cont .detailed-block-info dl + dl {
    margin-top: 30px;
  }
  #Cont .detailed-block-info dl dt {
    font-size: 20px;
  }
  #Cont .detailed-block-info dl dd {
    font-size: 16px;
  }
  #Cont .detailed-block-info dl dd .text-note {
    font-size: 14px;
  }
  #Cont #feature {
    padding: 40px 0;
    background-image: url(/alcohol/nonalcohol/hyoreicalolimit/images/feature_bg_sp.jpg);
  }
  #Cont #feature .content-heading {
    margin-bottom: 30px;
  }
  #Cont .feature-card-label {
    font-size: 33px;
  }
  #Cont .feature-card-label::before {
    top: 0;
    left: 0;
    border-width: 92.5px 92.5px 0 0;
  }
  #Cont .feature-card-label::after {
    border-width: 88.5px 88.5px 0 0;
  }
  #Cont .feature-card-head {
    padding: 13px 10px 14px;
    font-size: 15px;
  }
  #Cont .feature-card-body {
    padding: 10px 10px 16px;
  }
  #Cont .feature-card-fig {
    max-width: 84.30769%;
  }
  #Cont .feature-card-text {
    font-size: 13.5px;
  }
  #Cont .feature-card-text-primary {
    font-size: 25.5px;
  }
  #Cont .feature-card.-before .feature-card-head {
    padding-right: 60px;
    padding-left: 60px;
  }
  #Cont .feature-card.-after {
    margin-top: 36px;
  }
  #Cont .feature-row {
    display: block;
  }
  #Cont .feature-col {
    width: 100%;
  }
  #Cont .feature-col + .feature-col {
    margin-top: 26.5px;
  }
  #Cont #lineup {
    padding-top: 35px;
  }
  #Cont #lineup .content-heading {
    margin-bottom: 30px;
  }
  #Cont #lineup .content-inner {
    padding-right: 8px;
    padding-left: 8px;
  }
  #Cont .lineup-product::before, #Cont .lineup-product::after {
    top: 20vw;
  }
  #Cont .lineup-product::before {
    padding-top: 96.15385vw;
  }
  #Cont .lineup-product::after {
    -webkit-transform: skew(0, -7deg) translateY(-50%);
    padding-top: 12.66667vw;
    transform: skew(0, -7deg) translateY(-50%);
    background-color: #ffffff;
  }
  #Cont .lineup-product + .lineup-product {
    margin-top: 40px;
  }
  #Cont .lineup-product.-reverse::before {
    top: 20vw;
  }
  #Cont .lineup-product.-reverse::after {
    -webkit-transform: skew(0, 7deg) translateY(-50%);
    transform: skew(0, 7deg) translateY(-50%);
  }
  #Cont .lineup-product.-lemon::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 238, 19, 0.6)), color-stop(77.59036%, transparent), to(transparent));
    background: linear-gradient(to bottom, rgba(252, 238, 19, 0.6) 0%, transparent 77.59036%, transparent 100%);
  }
  #Cont .lineup-product.-grapefruit::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(170, 211, 0, 0.6)), color-stop(77.59036%, transparent), to(transparent));
    background: linear-gradient(to bottom, rgba(170, 211, 0, 0.6) 0%, transparent 77.59036%, transparent 100%);
  }
  #Cont .lineup-product.-grapefruit .lineup-product-package {
    margin-top: 0;
  }
  #Cont .lineup-product {
    display: block;
  }
  #Cont .lineup-product-package {
    width: 37.33333%;
    margin: 0 auto;
  }
  #Cont .lineup-product-info {
    margin: 10px 0 0;
  }
  #Cont .lineup-product-title {
    margin-bottom: 13px;
    font-size: 20px;
  }
  #Cont .lineup-product-title span {
    font-size: 14px;
  }
  #Cont .lineup-product-lead {
    font-size: 20px;
  }
  #Cont .lineup-product-table-row {
    font-size: 13px;
    line-height: 1.30769;
  }
  #Cont .lineup-product-table-row dt {
    width: 120px;
    font-size: 12px;
  }
  #Cont .lineup-product-table-row dt span {
    font-size: 12px;
  }
  #Cont .lineup-product-table-row dd {
    letter-spacing: normal;
  }
  #Cont .aside-panel {
    display: block;
    margin-top: 45px;
    padding: 20px 9px;
  }
  #Cont .aside-panel + .aside-panel {
    margin-top: 15px;
  }
  #Cont .aside-panel-packages {
    width: auto;
  }
  #Cont .aside-panel-package.-can {
    width: 24.0413%;
  }
  #Cont .aside-panel-package.-calo {
    width: 26.99115%;
  }
  #Cont .aside-panel-info p .text-sub-reg {
    margin-bottom: -.2em;
  }
  #Cont .aside-panel-info {
    margin: 16px 0 0;
    font-size: 14px;
    line-height: 1.35714;
  }
  #Cont .aside-panel-heading {
    padding-bottom: 16px;
    font-size: 20px;
  }
  #Cont .aside-panel-heading::after {
    width: 40px;
    height: 4px;
  }
  #Cont .aside-panel-button {
    margin: 16px 28px 0;
  }
  #Cont .aside-panel-button .button {
    width: 100%;
  }
  #Cont .impressions {
    padding: 19% 0 11.4%;
    background-image: url(/alcohol/nonalcohol/hyoreicalolimit/images/impressions_bg_sp.jpg);
  }
  #Cont .impressions-inner {
    padding-right: 12px;
    padding-left: 20px;
  }
  #Cont .impressions-logo-calo {
    width: 37.61194%;
    margin-bottom: 3.73134%;
  }
  #Cont .impressions-lead {
    width: 35.52239%;
    margin-left: -8px;
  }
  #Cont .impressions-images {
    width: 60.1%;
    margin-top: 1%;
    margin-bottom: -16.41791%;
  }
  #Cont .impressions-image {
    width: 48%;
  }
  #Cont .impressions-image + .impressions-image {
    margin-left: 4.1%;
  }
  #Cont .img-responsive {
    width: 100%;
  }
  #Cont .pc-visible {
    display: none !important;
  }
  #Cont .sp-visible {
    display: block !important;
  }
}

@media screen and (max-width: 960px) and (min-width: 641px) {
  #Cont .content-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  #Cont .mainvisual-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  #Cont .mainvisual-logo-kirin {
    width: 12.44681%;
  }
  #Cont .mainvisual-logo-calo {
    width: 36.17021%;
    margin-top: 8.51064%;
  }
  #Cont .mainvisual-lead {
    width: 34.04255%;
    margin: 4.25532% 0 0 -2.12766%;
  }
  #Cont .mainvisual-products {
    width: 53%;
    margin: 7.29167% 7.5% -8.33333% 0;
  }
  #Cont .mainvisual-product {
    width: 55.7947%;
  }
  #Cont .mainvisual-product::after {
    bottom: 24.83444%;
    font-size: 10px;
  }
  #Cont .mainvisual-product.-lemon {
    padding-bottom: 4.63576%;
  }
  #Cont .mainvisual-product-notification {
    bottom: 18.78354%;
    font-size: 10px;
  }
  #Cont .mainvisual-product-label {
    right: 101.5%;
    bottom: 19.86755%;
    font-size: 12px;
  }
  #Cont .mainvisual-note {
    margin-top: 45px;
  }
  #Cont .detailed-block-packages {
    width: 40.9375%;
  }
  #Cont .detailed-block-packages .detailed-block-package {
    width: 47.07379%;
  }
  #Cont .detailed-block-packages .detailed-block-package + .detailed-block-package {
    margin-left: 5.08906%;
  }
  #Cont .detailed-block-info {
    margin-left: 40px;
  }
  #Cont .feature-card-label {
    padding: 5px;
    font-size: 38px;
  }
  #Cont .feature-card-label::before, #Cont .feature-card-label:after {
    border-width: 88px 88px 0 0;
  }
  #Cont .feature-card-head {
    font-size: 18px;
  }
  #Cont .feature-card-text {
    font-size: 16px;
  }
  #Cont .feature-card-text-primary {
    font-size: 24px;
  }
  #Cont .feature-col {
    width: 48%;
  }
  #Cont .lineup-product-package {
    width: 23.95833%;
  }
  #Cont .lineup-product-info {
    margin-left: 45px;
  }
  #Cont .impressions {
    padding: 9.33333% 0 10%;
  }
  #Cont .impressions-inner {
    padding-right: 4.6875%;
    padding-left: 4.6875%;
  }
  #Cont .impressions-logo-calo {
    width: 37.93103%;
    margin-bottom: 2.87356%;
  }
  #Cont .impressions-lead {
    width: 35.63218%;
    margin-left: -1.83908%;
  }
  #Cont .impressions-images {
    width: 45.4023%;
    margin-bottom: -8.54167%;
  }
  #Cont .impressions-image {
    width: 44.55696%;
  }
  #Cont .impressions-image + .impressions-image {
    margin-left: 10.88608%;
  }
}
