@charset "UTF-8";
/*zen kaku gothic new*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
#calbee_frugra_morning,
.modal-content {
  overflow: visible !important;
  -webkit-text-size-adjust: 100%;
  font: inherit;
  font-size: 1vw;
  font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 1.4;
  color: #292929;
  background: #fff;
}
#calbee_frugra_morning *,
.modal-content * {
  font-feature-settings: "palt";
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-all;
}
#calbee_frugra_morning img,
.modal-content img {
  width: 100%;
}
#calbee_frugra_morning .pc,
.modal-content .pc {
  display: block;
}
#calbee_frugra_morning .sp,
.modal-content .sp {
  display: none;
}
#calbee_frugra_morning a,
.modal-content a {
  transition: all 0.3s ease-out;
}
#calbee_frugra_morning a:hover,
.modal-content a:hover {
  opacity: 0.7;
}

#pagetop {
  width: 2.5vw;
  height: 2.5vw;
  position: fixed;
  right: 2.5vw;
  bottom: 2.5vw;
  z-index: 10;
}
#pagetop.bottom {
  position: absolute;
  bottom: 45vw !important;
}
#pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#pagetop a:before, #pagetop a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
#pagetop a:before {
  box-sizing: border-box;
  width: 2.5vw;
  height: 2.5vw;
  background-color: #de0019;
  border: 1px solid #fff;
  border-radius: 50%;
}
#pagetop a:after {
  top: 0.4vw;
  right: 0.85vw;
  width: 0.6vw;
  height: 0.6vw;
  transform: rotate(-45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* =========================================================
 * fade Animation　　   /*フェード アニメーション
========================================================= */
.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right,
.opening {
  position: relative;
  opacity: 0;
  transition: opacity 0.875s ease-in-out, transform 0.875s ease-in-out;
}

.fade {
  transform: translate(0, 0);
}

.fadein {
  transform: translate(0, 50px);
}

.fadein-top {
  transform: translate(0, -50px);
}

.fadein-left {
  transform: translate(-50px, 0);
}

.fadein-right {
  transform: translate(50px, 0);
}

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.opening.active {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  #calbee_frugra_morning .pc,
  .modal-content .pc {
    display: none;
  }
  #calbee_frugra_morning .sp,
  .modal-content .sp {
    display: block;
  }
  #pagetop {
    width: 10vw;
    height: 10vw;
    right: 2.5vw;
  }
  #pagetop a:before {
    width: 10vw;
    height: 10vw;
  }
  #pagetop a:after {
    top: 1.4vw;
    right: 3.3vw;
    width: 2.5vw;
    height: 2.5vw;
  }
}
a:focus {
  outline: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

#calbee_frugra_morning .frugra_header {
  width: 100%;
  height: 63px;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
}
#calbee_frugra_morning .frugra_header--inner {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1150px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  #calbee_frugra_morning .frugra_header--inner {
    padding: 0 1.2rem;
  }
}
#calbee_frugra_morning .frugra_header--inner .logo {
  width: 108px;
}
#calbee_frugra_morning .frugra_header--inner .menu-trigger {
  display: none;
}
#calbee_frugra_morning .frugra_header--inner nav ul {
  display: flex;
}
#calbee_frugra_morning .frugra_header--inner nav ul li {
  margin: 0 10px;
}
#calbee_frugra_morning .frugra_header--inner nav ul li a {
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: bold;
}
#calbee_frugra_morning .frugra_header--inner nav ul li a span {
  display: block;
  width: 33px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  #calbee_frugra_morning .frugra_header--inner nav ul li a {
    font-size: 15px;
  }
  #calbee_frugra_morning .frugra_header--inner nav ul li a span {
    width: 27px;
    margin-right: 3px;
  }
}
#calbee_frugra_morning .frugra_header--inner nav ul li:nth-of-type(1) a span {
  margin-right: -2px;
}
#calbee_frugra_morning .contents {
  border-left: 12px solid #fff;
  border-right: 12px solid #fff;
}
#calbee_frugra_morning .contents .linebg {
  position: absolute;
  width: 1333px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  top: 0;
}
#calbee_frugra_morning .contents .main {
  background-color: #de0019;
  width: 100%;
  position: relative;
  height: 677px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 3;
}
#calbee_frugra_morning .contents .main .bg {
  position: absolute;
  z-index: 1;
}
#calbee_frugra_morning .contents .main .bg.b01 {
  width: 353px;
  top: 0;
  right: 0;
}
#calbee_frugra_morning .contents .main .bg.b02 {
  width: 319px;
  left: 0;
  bottom: 0;
}
#calbee_frugra_morning .contents .main .logo, #calbee_frugra_morning .contents .main .sub, #calbee_frugra_morning .contents .main p {
  position: relative;
  z-index: 2;
}
#calbee_frugra_morning .contents .main .logo {
  width: 593px;
  margin: 134px auto 0;
}
#calbee_frugra_morning .contents .main .sub {
  width: 492px;
  margin: 47px auto 0;
}
#calbee_frugra_morning .contents .main p {
  margin-top: 22px;
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1.88;
  font-size: 1.7rem;
}
#calbee_frugra_morning .contents .project {
  margin-top: 10px;
  position: relative;
  background: url("../images/bg_01.png") repeat-y center top/100%;
  border-radius: 20px;
  padding: 100px 0 250px;
}
#calbee_frugra_morning .contents .project h2, #calbee_frugra_morning .contents .project p, #calbee_frugra_morning .contents .project .btn {
  position: relative;
  z-index: 2;
}
#calbee_frugra_morning .contents .project h2 {
  text-align: center;
  line-height: 1.4;
  font-size: 4.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#calbee_frugra_morning .contents .project p {
  margin-top: 30px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 2.58;
  letter-spacing: 0.025em;
}
#calbee_frugra_morning .contents .project .btn {
  margin: 35px auto 0;
  width: 320px;
  height: 78px;
}
#calbee_frugra_morning .contents .project .btn a {
  background-color: #de0019;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.12;
  color: #fff;
  position: relative;
  border-radius: 60px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.3rem;
  letter-spacing: 0.06em;
  font-weight: bold;
}
#calbee_frugra_morning .contents .project .btn a span {
  position: absolute;
  width: 19px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  transition: all 0.3s ease-out;
}
#calbee_frugra_morning .contents .project .btn a:hover {
  opacity: 1;
}
#calbee_frugra_morning .contents .project .btn a:hover span {
  right: 10px;
}
#calbee_frugra_morning .contents .project .lineillust, #calbee_frugra_morning .contents .project .bgegg {
  position: absolute;
  z-index: 1;
}
#calbee_frugra_morning .contents .project .lineillust {
  width: 1377px;
  right: 0;
  bottom: 0;
  display: none;
}
#calbee_frugra_morning .contents .project .bgegg.be01 {
  width: 226px;
  top: 110px;
  left: 54px;
}
#calbee_frugra_morning .contents .project .bgegg.be02 {
  width: 207px;
  right: 120px;
  top: -40px;
}
#calbee_frugra_morning .contents .project .linebg {
  top: auto;
  bottom: 0;
}
#calbee_frugra_morning .contents .project .linebg img {
  vertical-align: bottom;
}
#calbee_frugra_morning .contents .about {
  margin-top: 10px;
  border-radius: 20px;
  padding: 108px 0 138px;
  position: relative;
  background: url("../images/bg_02.png") repeat-y center top/100%;
}
#calbee_frugra_morning .contents .about .title, #calbee_frugra_morning .contents .about .wrap {
  position: relative;
  z-index: 3;
}
#calbee_frugra_morning .contents .about .title h2 {
  max-width: 453px;
  margin: 0 auto;
}
#calbee_frugra_morning .contents .about .title p {
  margin-top: 40px;
  color: #de0019;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 2.58;
  text-align: center;
  font-size: 1.7rem;
}
#calbee_frugra_morning .contents .about .wrap {
  margin: 45px auto 0;
  max-width: 1146px;
  min-width: 1180px;
  width: 98%;
  display: flex;
  justify-content: space-between;
}
#calbee_frugra_morning .contents .about .wrap .whitepaper {
  width: 346px;
}
#calbee_frugra_morning .contents .about .wrap .whitepaper .img a:hover {
  opacity: 1;
}
#calbee_frugra_morning .contents .about .wrap .whitepaper .btn {
  max-width: 270px;
  height: 50px;
  margin: 22px auto 0;
}
#calbee_frugra_morning .contents .about .wrap .whitepaper .btn a {
  width: 100%;
  height: 100%;
  background-color: #de0019;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
  position: relative;
}
#calbee_frugra_morning .contents .about .wrap .whitepaper .btn a span {
  position: absolute;
  width: 19px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all 0.3s ease-out;
}
#calbee_frugra_morning .contents .about .wrap .whitepaper .btn a:hover {
  opacity: 1;
}
#calbee_frugra_morning .contents .about .wrap .whitepaper .btn a:hover span {
  right: 10px;
}
#calbee_frugra_morning .contents .about .wrap .issues {
  width: 764px;
  background-color: #fff;
  position: relative;
  padding: 7px;
}
#calbee_frugra_morning .contents .about .wrap .issues .ttl_area {
  width: 373px;
  height: 180px;
  position: absolute;
  background-color: #de0019;
  padding: 19px 0 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -2px;
}
#calbee_frugra_morning .contents .about .wrap .issues .ttl_area .ttl {
  width: 278px;
  margin: 0 auto;
}
#calbee_frugra_morning .contents .about .wrap .issues .ttl_area p {
  color: #fff;
  text-align: center;
  margin-top: 11px;
  font-size: 1.4rem;
  line-height: 1.357;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#calbee_frugra_morning .contents .about .wrap .issues .block {
  display: flex;
  justify-content: space-between;
}
#calbee_frugra_morning .contents .about .wrap .issues .block .box {
  width: 184px;
  height: 180px;
  position: relative;
  background-color: #fff;
}
#calbee_frugra_morning .contents .about .wrap .issues .block .box a {
  display: block;
  width: 100%;
  height: 100%;
}
#calbee_frugra_morning .contents .about .wrap .issues .block .box a .inner {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #c0af94;
  position: relative;
  padding: 30px 0 0;
}
#calbee_frugra_morning .contents .about .wrap .issues .block .box a .inner .num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  color: #c0af94;
  line-height: 1;
  font-size: 2.5rem;
  position: absolute;
  top: 4px;
  left: 4px;
}
#calbee_frugra_morning .contents .about .wrap .issues .block .box a .inner p {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-size: 1.5rem;
}
#calbee_frugra_morning .contents .about .wrap .issues .block .box a .inner .img {
  max-width: 120px;
  height: 85px;
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#calbee_frugra_morning .contents .about .wrap .issues .block .box a .inner small {
  display: block;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
#calbee_frugra_morning .contents .about .wrap .issues .block .box a .inner .icon {
  position: absolute;
  width: 19px;
  right: 5px;
  bottom: 5px;
  transition: all 0.3s ease-out;
}
#calbee_frugra_morning .contents .about .wrap .issues .block .box.b04 a .inner {
  padding-top: 15px;
}
#calbee_frugra_morning .contents .about .wrap .issues .block .box.b07 a .inner img, #calbee_frugra_morning .contents .about .wrap .issues .block .box.b08 a .inner img, #calbee_frugra_morning .contents .about .wrap .issues .block .box.b09 a .inner img, #calbee_frugra_morning .contents .about .wrap .issues .block .box.b10 a .inner img {
  margin-top: 5px;
}
#calbee_frugra_morning .contents .about .wrap .issues .block .box:not(.b06) a .inner img {
  max-width: 132px;
}
#calbee_frugra_morning .contents .about .wrap .issues .block.second, #calbee_frugra_morning .contents .about .wrap .issues .block.third {
  margin-top: 4px;
}
#calbee_frugra_morning .contents .about .lineillust, #calbee_frugra_morning .contents .about .bgegg {
  position: absolute;
  z-index: 1;
}
#calbee_frugra_morning .contents .about .lineillust {
  width: 390px;
  left: -22px;
  top: 52px;
  z-index: 2;
  display: none;
}
#calbee_frugra_morning .contents .about .bgegg.be01 {
  width: 143px;
  top: 200px;
  left: 60px;
}
#calbee_frugra_morning .contents .about .bgegg.be02 {
  width: 246px;
  top: 60px;
  right: 72px;
}
#calbee_frugra_morning .contents .about .linebg {
  top: -10px;
}
#calbee_frugra_morning .contents .study {
  margin-top: 10px;
  background: url("../images/bg_01.png") repeat-y center top/100%;
  border-radius: 20px;
  padding: 100px 0 115px;
  position: relative;
  z-index: 3;
}
#calbee_frugra_morning .contents .study .title, #calbee_frugra_morning .contents .study .wrap {
  position: relative;
  z-index: 2;
}
#calbee_frugra_morning .contents .study .title h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
  letter-spacing: 0.025em;
}
#calbee_frugra_morning .contents .study .title h2 span {
  margin-top: 8px;
  letter-spacing: 0.1em;
  display: block;
  font-size: 4.3rem;
}
#calbee_frugra_morning .contents .study .title h2 em {
  display: inline-block;
  padding: 0 3px;
  font-style: normal;
}
#calbee_frugra_morning .contents .study .title p {
  margin-top: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 2.58;
  text-align: center;
  font-size: 1.7rem;
}
#calbee_frugra_morning .contents .study .wrap {
  max-width: 1150px;
  width: 90%;
  margin: 55px auto 0;
}
#calbee_frugra_morning .contents .study .wrap h3 {
  padding: 8px 0;
  background-color: #de0019;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  letter-spacing: 0.025em;
  color: #fff;
}
#calbee_frugra_morning .contents .study .wrap .researchers {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
#calbee_frugra_morning .contents .study .wrap .researchers .box {
  width: 49%;
  background-color: #fff;
  padding: 9px;
}
#calbee_frugra_morning .contents .study .wrap .researchers .box--inner {
  padding: 0 10px;
  border: 1px solid #c0af94;
  height: 100%;
}
#calbee_frugra_morning .contents .study .wrap .researchers .box--inner .head {
  padding: 14px 0;
  display: flex;
  align-items: center;
}
#calbee_frugra_morning .contents .study .wrap .researchers .box--inner .head .img {
  width: 152px;
}
#calbee_frugra_morning .contents .study .wrap .researchers .box--inner .head .txt {
  width: calc(100% - 152px);
  padding-left: 20px;
}
#calbee_frugra_morning .contents .study .wrap .researchers .box--inner .head .txt dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#calbee_frugra_morning .contents .study .wrap .researchers .box--inner .head .txt dl dt, #calbee_frugra_morning .contents .study .wrap .researchers .box--inner .head .txt dl dd {
  font-weight: bold;
}
#calbee_frugra_morning .contents .study .wrap .researchers .box--inner .head .txt dl dt {
  letter-spacing: 0.025em;
  font-size: 2.3rem;
  margin-bottom: 5px;
  margin-right: 0.5em;
}
#calbee_frugra_morning .contents .study .wrap .researchers .box--inner .head .txt dl dd {
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}
#calbee_frugra_morning .contents .study .wrap .researchers .box--inner .head .txt .role {
  margin-top: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}
#calbee_frugra_morning .contents .study .wrap .researchers .box--inner .text {
  border-top: 1px solid #c0af94;
  padding: 15px 0;
}
#calbee_frugra_morning .contents .study .wrap .researchers .box--inner .text p {
  font-weight: 500;
  line-height: 1.84;
  font-size: 1.3rem;
}
#calbee_frugra_morning .contents .study .wrap .researchers .box:nth-of-type(n+3) {
  margin-top: 30px;
}
#calbee_frugra_morning .contents .study .outer_btn {
  margin: 55px auto 0;
  max-width: 800px;
  height: 140px;
}
#calbee_frugra_morning .contents .study .outer_btn a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 10px;
}
#calbee_frugra_morning .contents .study .outer_btn a::before, #calbee_frugra_morning .contents .study .outer_btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  z-index: 1;
}
#calbee_frugra_morning .contents .study .outer_btn a::before {
  top: 0;
  background-color: #de0019;
}
#calbee_frugra_morning .contents .study .outer_btn a::after {
  bottom: 0;
  background-color: #4f157f;
}
#calbee_frugra_morning .contents .study .outer_btn a span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
#calbee_frugra_morning .contents .study .outer_btn a span .icon {
  display: block;
  width: 49px;
  margin-right: 15px;
}
#calbee_frugra_morning .contents .study .outer_btn a span p {
  line-height: 1.2;
  font-size: 3.4rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.075em;
}
#calbee_frugra_morning .contents .study .outer_btn a span p .red {
  color: #de0019;
}
#calbee_frugra_morning .contents .study .outer_btn a span p .purple {
  color: #4f157f;
}
#calbee_frugra_morning .contents .study .outer_btn a span p small {
  font-size: 2.6rem;
}
#calbee_frugra_morning .contents .study .outer_btn a span .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  transition: all 0.3s ease-out;
  right: 32px;
}
#calbee_frugra_morning .contents .study .outer_btn a:hover {
  opacity: 1;
}
#calbee_frugra_morning .contents .study .outer_btn a:hover span .arrow {
  right: 20px;
}
#calbee_frugra_morning .contents .study .lineillust, #calbee_frugra_morning .contents .study .bgegg {
  position: absolute;
  pointer-events: none;
}
#calbee_frugra_morning .contents .study .lineillust {
  display: none;
}
#calbee_frugra_morning .contents .study .lineillust.l01 {
  width: 1424px;
  left: -24px;
  top: -277px;
}
#calbee_frugra_morning .contents .study .lineillust.l02 {
  width: 679px;
  right: -38px;
  bottom: -7px;
  z-index: 3;
}
#calbee_frugra_morning .contents .study .bgegg.be01 {
  width: 371px;
  right: 66px;
  top: -164px;
}
#calbee_frugra_morning .contents .study .bgegg.be02 {
  width: 142px;
  left: 24px;
  bottom: 145px;
}
#calbee_frugra_morning .contents .study .bgegg.be03 {
  width: 226px;
  right: 380px;
  bottom: 483px;
}
#calbee_frugra_morning .contents .study .bgegg.be04 {
  width: 267px;
  bottom: 56px;
  right: 118px;
}
#calbee_frugra_morning .contents .study .linebg {
  top: -10px;
  margin-left: 3px;
}
#calbee_frugra_morning .contents .link {
  padding: 120px 0 145px;
}
#calbee_frugra_morning .contents .link .ttl {
  text-align: center;
}
#calbee_frugra_morning .contents .link .ttl h2 {
  font-weight: bold;
  color: #de0019;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
#calbee_frugra_morning .contents .link .wrap {
  margin: 35px auto 0;
  display: flex;
  justify-content: center;
}
#calbee_frugra_morning .contents .link .wrap .btn {
  width: 372px;
  height: 90px;
  margin: 0 15px;
}
#calbee_frugra_morning .contents .link .wrap .btn a {
  border: 1px solid #de0019;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#calbee_frugra_morning .contents .link .wrap .btn a p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.25;
}
#calbee_frugra_morning .contents .link .wrap .btn a em {
  position: absolute;
  width: 19px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all 0.3s ease-out;
}
#calbee_frugra_morning .contents .link .wrap .btn a:hover {
  opacity: 1;
}
#calbee_frugra_morning .contents .link .wrap .btn a:hover em {
  right: 10px;
}
#calbee_frugra_morning .contents .link .wrap .btn.frugra a {
  background-color: #de0019;
  padding-left: 100px;
}
#calbee_frugra_morning .contents .link .wrap .btn.frugra a .logo {
  position: absolute;
  width: 100px;
  left: 19px;
  top: 5px;
}
#calbee_frugra_morning .contents .link .wrap .btn.frugra a p {
  color: #fff;
}
#calbee_frugra_morning .contents .link .wrap .btn.outer {
  background-color: #fff;
}

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.7);
}

/* content at start */
.mfp-wrap .modal-content,
.mfp-wrap .mfp-content {
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-wrap.mfp-ready .modal-content,
.mfp-wrap.mfp-ready .mfp-content {
  transform: translateY(0);
  opacity: 1;
}

/* content animate out */
.mfp-wrap.mfp-removing .modal-content,
.mfp-wrap.mfp-removing .mfp-content {
  transform: translateY(30px);
  opacity: 0;
}

/* mfp-close none*/
.mfp-close {
  display: none !important;
}

.modal-content {
  position: relative;
}
.modal-content img {
  width: 100%;
}
.modal-content .popup-modal-close {
  width: 34px;
  position: absolute;
  cursor: pointer;
  z-index: 5;
  top: 38px;
  right: 38px;
}

#modal_project {
  background-color: #de0019;
  border-radius: 20px;
  padding: 38px 0 68px;
  position: relative;
  margin: 30px 0;
}
#modal_project .wrap {
  text-align: center;
}
#modal_project .wrap h2 {
  color: #fff;
  line-height: 1.2;
  font-size: 4.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#modal_project .wrap .txt {
  margin-top: 40px;
}
#modal_project .wrap .txt p {
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
}
#modal_project .wrap .txt p:nth-of-type(n+2) {
  margin-top: 20px;
}

.issue-popup {
  max-width: 916px;
  margin: 30px auto;
  background-color: #fff;
  border: 4px solid #cdbfaa;
  padding: 120px 0 80px;
}
.issue-popup .num {
  position: absolute;
  color: #cdbfaa;
  line-height: 0.8;
  font-size: 11rem;
  font-weight: bold;
  top: 30px;
  left: 30px;
  z-index: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.issue-popup .ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.064em;
}
.issue-popup p {
  margin-top: 30px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
}
.issue-popup p strong {
  font-size: 2.3rem;
  color: #de0019;
}
.issue-popup p em {
  font-style: normal;
  font-size: 1.4rem;
}
.issue-popup .illust {
  max-width: 300px;
  margin: 20px auto 0;
}
.issue-popup .btn {
  margin: 35px auto 0;
  width: 320px;
  height: 78px;
}
.issue-popup .btn a {
  background-color: #de0019;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.12;
  color: #fff;
  position: relative;
  border-radius: 60px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.3rem;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.issue-popup .btn a span {
  position: absolute;
  width: 19px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  transition: all 0.3s ease-out;
}
.issue-popup .btn a:hover {
  opacity: 1;
}
.issue-popup .btn a:hover span {
  right: 10px;
}

@media screen and (max-width: 767px) {
  #calbee_frugra_morning .frugra_header {
    position: fixed;
    width: 70%;
    height: 15vw;
    z-index: 101;
    right: 0;
    left: auto;
    top: 0;
    transition: all 0.3s ease-out;
    background-color: transparent;
  }
  #calbee_frugra_morning .frugra_header--inner {
    max-width: 100%;
    position: relative;
  }
  #calbee_frugra_morning .frugra_header--inner .logo {
    width: 25vw;
    margin-left: 0.8em;
    position: relative;
    z-index: 5;
  }
  #calbee_frugra_morning .frugra_header--inner .menu-trigger {
    background-color: #fff;
    display: block;
    position: absolute;
    z-index: 5;
    right: 1.6em;
    top: 50%;
    transform: translateY(-50%);
    width: 13.3333333333vw;
    height: 10.6666666667vw;
  }
  #calbee_frugra_morning .frugra_header--inner .menu-trigger span {
    display: block;
    width: 8vw;
    height: 0.5333333333vw;
    background-color: #de0019;
    transition: all 0.3s ease-out;
    position: absolute;
    left: 2.6666666667vw;
  }
  #calbee_frugra_morning .frugra_header--inner .menu-trigger span:nth-of-type(1) {
    top: 2.6666666667vw;
  }
  #calbee_frugra_morning .frugra_header--inner .menu-trigger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  #calbee_frugra_morning .frugra_header--inner .menu-trigger span:nth-of-type(3) {
    bottom: 2.6666666667vw;
  }
  #calbee_frugra_morning .frugra_header--inner .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(2.2vw) rotate(-45deg);
  }
  #calbee_frugra_morning .frugra_header--inner .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #calbee_frugra_morning .frugra_header--inner .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-2.2vw) rotate(45deg);
  }
  #calbee_frugra_morning .frugra_header--inner nav {
    display: none;
    position: absolute;
    width: 100vw;
    top: 0;
    left: auto;
    z-index: 4;
    background-color: #fff;
    padding: 18vw 0 10vw;
  }
  #calbee_frugra_morning .frugra_header--inner nav ul {
    display: block;
  }
  #calbee_frugra_morning .frugra_header--inner nav ul li {
    margin: 0;
  }
  #calbee_frugra_morning .frugra_header--inner nav ul li a {
    padding: 4vw 5%;
    font-size: 4.8vw;
  }
  #calbee_frugra_morning .frugra_header--inner nav ul li a span {
    width: 8.8vw;
    margin-right: 2.6666666667vw;
  }
  #calbee_frugra_morning .frugra_header--inner nav ul li:nth-of-type(1) a span {
    margin-right: -0.2666666667vw;
  }
  #calbee_frugra_morning .frugra_header.scrolled {
    top: 0;
  }
  #calbee_frugra_morning .contents {
    padding-top: 0;
    border-left: 6px solid #fff;
    border-right: 6px solid #fff;
  }
  #calbee_frugra_morning .contents .main {
    height: 128vw;
    border-radius: 10px;
  }
  #calbee_frugra_morning .contents .main .bg.b01 {
    width: 35%;
    top: 0;
    right: 0;
  }
  #calbee_frugra_morning .contents .main .bg.b02 {
    width: 30%;
    left: 0;
    bottom: 0;
  }
  #calbee_frugra_morning .contents .main .logo {
    width: 80%;
    margin: 20vw auto 0;
  }
  #calbee_frugra_morning .contents .main .sub {
    width: 60%;
    margin: 6.6666666667vw auto 0;
  }
  #calbee_frugra_morning .contents .main p {
    margin-top: 4vw;
    font-size: 4.5333333333vw;
  }
  #calbee_frugra_morning .contents .project {
    margin-top: 2.6666666667vw;
    background: url("../images/bg_01.png") repeat-y center top/100%;
    border-radius: 10px;
    padding: 13.3333333333vw 0 53.3333333333vw;
  }
  #calbee_frugra_morning .contents .project h2 {
    font-size: 5.3333333333vw;
  }
  #calbee_frugra_morning .contents .project p {
    margin-top: 5.3333333333vw;
    font-size: 4vw;
    line-height: 2;
  }
  #calbee_frugra_morning .contents .project .btn {
    margin: 10.6666666667vw auto 0;
    width: 70%;
    height: 16vw;
  }
  #calbee_frugra_morning .contents .project .btn a {
    border-radius: 30px;
    font-size: 4vw;
  }
  #calbee_frugra_morning .contents .project .btn a span {
    width: 5.0666666667vw;
    right: 5%;
  }
  #calbee_frugra_morning .contents .project .btn a:hover span {
    right: 5%;
  }
  #calbee_frugra_morning .contents .project .lineillust {
    width: 200vw;
    left: auto;
    right: -5.3333333333vw;
    display: block;
  }
  #calbee_frugra_morning .contents .project .bgegg.be01 {
    width: 30.1333333333vw;
    top: 53.3333333333vw;
    left: 5%;
  }
  #calbee_frugra_morning .contents .project .bgegg.be02 {
    width: 27.6vw;
    right: 5%;
    top: -5.3333333333vw;
  }
  #calbee_frugra_morning .contents .about {
    margin-top: 2.6666666667vw;
    background: url("../images/bg_02.png") repeat-y center top/100%;
    border-radius: 10px;
    padding: 13.3333333333vw 0 16vw;
  }
  #calbee_frugra_morning .contents .about .title h2 {
    max-width: 70%;
  }
  #calbee_frugra_morning .contents .about .title p {
    margin-top: 5.3333333333vw;
    color: #de0019;
    line-height: 2;
    font-size: 4vw;
  }
  #calbee_frugra_morning .contents .about .wrap {
    margin: 13.3333333333vw auto 0;
    max-width: 100%;
    width: 100%;
    display: block;
    min-width: inherit;
  }
  #calbee_frugra_morning .contents .about .wrap .whitepaper {
    width: 100%;
    margin: 0 auto;
  }
  #calbee_frugra_morning .contents .about .wrap .whitepaper .img {
    width: 50%;
    margin: 0 auto;
  }
  #calbee_frugra_morning .contents .about .wrap .whitepaper .btn {
    max-width: 70%;
    height: 10.6666666667vw;
    margin: 4vw auto 0;
  }
  #calbee_frugra_morning .contents .about .wrap .whitepaper .btn a {
    border-radius: 30px;
    font-size: 4.8vw;
  }
  #calbee_frugra_morning .contents .about .wrap .whitepaper .btn a span {
    width: 5.0666666667vw;
    right: 5%;
  }
  #calbee_frugra_morning .contents .about .wrap .whitepaper .btn a:hover span {
    right: 5%;
  }
  #calbee_frugra_morning .contents .about .wrap .issues {
    width: 100%;
    padding: 0;
    position: relative;
    margin-top: 10.6666666667vw;
  }
  #calbee_frugra_morning .contents .about .wrap .issues .ttl_area {
    position: static;
    width: 100%;
    height: auto;
    padding: 4vw 0 5.3333333333vw;
    top: auto;
    left: auto;
    transform: none;
    margin-top: auto;
    margin-bottom: 1.8666666667vw;
  }
  #calbee_frugra_morning .contents .about .wrap .issues .ttl_area .ttl {
    width: 60%;
  }
  #calbee_frugra_morning .contents .about .wrap .issues .ttl_area p {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
  #calbee_frugra_morning .contents .about .wrap .issues .block {
    flex-wrap: wrap;
  }
  #calbee_frugra_morning .contents .about .wrap .issues .block .box {
    width: 49%;
    height: auto;
  }
  #calbee_frugra_morning .contents .about .wrap .issues .block .box a .inner {
    padding: 6.6666666667vw 0 4vw;
  }
  #calbee_frugra_morning .contents .about .wrap .issues .block .box a .inner .num {
    font-size: 4.8vw;
    top: 1.0666666667vw;
    left: 1.0666666667vw;
  }
  #calbee_frugra_morning .contents .about .wrap .issues .block .box a .inner p {
    font-size: 4vw;
  }
  #calbee_frugra_morning .contents .about .wrap .issues .block .box a .inner .img {
    margin-top: 1.3333333333vw;
    height: 18.6666666667vw;
    max-width: 60%;
  }
  #calbee_frugra_morning .contents .about .wrap .issues .block .box a .inner small {
    display: block;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 10px;
    font-weight: bold;
  }
  #calbee_frugra_morning .contents .about .wrap .issues .block .box a .inner .icon {
    width: 6.9333333333vw;
    right: 1.3333333333vw;
    bottom: 1.3333333333vw;
  }
  #calbee_frugra_morning .contents .about .wrap .issues .block .box.b04 a .inner {
    padding-top: 2.6666666667vw;
  }
  #calbee_frugra_morning .contents .about .wrap .issues .block .box.b07 a .inner img, #calbee_frugra_morning .contents .about .wrap .issues .block .box.b08 a .inner img, #calbee_frugra_morning .contents .about .wrap .issues .block .box.b09 a .inner img, #calbee_frugra_morning .contents .about .wrap .issues .block .box.b10 a .inner img {
    margin-top: 1.3333333333vw;
  }
  #calbee_frugra_morning .contents .about .wrap .issues .block .box:nth-of-type(n+3) {
    margin-top: 1.8666666667vw;
  }
  #calbee_frugra_morning .contents .about .wrap .issues .block.second, #calbee_frugra_morning .contents .about .wrap .issues .block.third {
    margin-top: 1.8666666667vw;
  }
  #calbee_frugra_morning .contents .about .lineillust {
    width: 80vw;
    left: -40vw;
    top: 45.3333333333vw;
    display: block;
  }
  #calbee_frugra_morning .contents .about .bgegg.be01 {
    width: 30%;
    top: 8vw;
    left: 2.5%;
  }
  #calbee_frugra_morning .contents .about .bgegg.be02 {
    width: 40%;
    top: -13.3333333333vw;
    right: -13.3333333333vw;
  }
  #calbee_frugra_morning .contents .study {
    margin-top: 2.6666666667vw;
    background: url("../images/bg_01.png") repeat-y center top/100%;
    border-radius: 10px;
    padding: 21.3333333333vw 0 32vw;
    overflow: hidden;
  }
  #calbee_frugra_morning .contents .study .title {
    text-align: center;
  }
  #calbee_frugra_morning .contents .study .title h2 {
    display: inline-block;
    background-color: rgb(255, 255, 255);
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 4vw;
    border: 1px solid #de0019;
    color: #de0019;
  }
  #calbee_frugra_morning .contents .study .title h2 span {
    margin-top: 1.3333333333vw;
    font-size: 6.4vw;
  }
  #calbee_frugra_morning .contents .study .title p {
    margin-top: 2.6666666667vw;
    line-height: 2;
    font-size: 4vw;
  }
  #calbee_frugra_morning .contents .study .wrap {
    max-width: 90%;
    width: 90%;
    margin: 8vw auto 0;
  }
  #calbee_frugra_morning .contents .study .wrap h3 {
    padding: 2.6666666667vw 0;
    font-size: 4.2666666667vw;
  }
  #calbee_frugra_morning .contents .study .wrap .researchers {
    margin-top: 5.3333333333vw;
    display: block;
  }
  #calbee_frugra_morning .contents .study .wrap .researchers .box {
    width: 100%;
    padding: 1.3333333333vw;
  }
  #calbee_frugra_morning .contents .study .wrap .researchers .box--inner {
    padding: 0 1.3333333333vw;
  }
  #calbee_frugra_morning .contents .study .wrap .researchers .box--inner .head {
    padding: 1.3333333333vw 0 2.6666666667vw;
  }
  #calbee_frugra_morning .contents .study .wrap .researchers .box--inner .head .img {
    width: 40%;
  }
  #calbee_frugra_morning .contents .study .wrap .researchers .box--inner .head .txt {
    width: 60%;
    padding: 0 2.6666666667vw;
  }
  #calbee_frugra_morning .contents .study .wrap .researchers .box--inner .head .txt dl {
    display: block dt;
    display-font-size: 4.2666666667vw;
    display-margin-bottom: 1.3333333333vw;
    display-margin-right: 0;
  }
  #calbee_frugra_morning .contents .study .wrap .researchers .box--inner .head .txt dl dd {
    font-size: 2.9333333333vw;
  }
  #calbee_frugra_morning .contents .study .wrap .researchers .box--inner .head .txt .role {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
  #calbee_frugra_morning .contents .study .wrap .researchers .box--inner .text {
    padding: 5.3333333333vw 2.6666666667vw;
  }
  #calbee_frugra_morning .contents .study .wrap .researchers .box--inner .text p {
    font-weight: normal;
    letter-spacing: 0.02em;
    font-size: 3.4666666667vw;
  }
  #calbee_frugra_morning .contents .study .wrap .researchers .box:nth-of-type(n+3) {
    margin-top: 2.6666666667vw;
  }
  #calbee_frugra_morning .contents .study .outer_btn {
    margin: 8vw auto 0;
    max-width: 80%;
    height: 26.6666666667vw;
  }
  #calbee_frugra_morning .contents .study .outer_btn a {
    padding: 1.3333333333vw;
  }
  #calbee_frugra_morning .contents .study .outer_btn a span {
    padding-right: 5.3333333333vw;
  }
  #calbee_frugra_morning .contents .study .outer_btn a span .icon {
    width: 6.6666666667vw;
    margin-right: 2.6666666667vw;
  }
  #calbee_frugra_morning .contents .study .outer_btn a span p {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    text-align: center;
  }
  #calbee_frugra_morning .contents .study .outer_btn a span p small {
    font-size: 3.2vw;
  }
  #calbee_frugra_morning .contents .study .outer_btn a span .arrow {
    width: 5.0666666667vw;
    right: 5%;
  }
  #calbee_frugra_morning .contents .study .outer_btn a:hover span .arrow {
    right: 5%;
  }
  #calbee_frugra_morning .contents .study .lineillust {
    display: block;
  }
  #calbee_frugra_morning .contents .study .lineillust.l01 {
    width: 200%;
    left: auto;
    right: -136vw;
    top: -46.6666666667vw;
  }
  #calbee_frugra_morning .contents .study .lineillust.l02 {
    width: 120%;
    right: -13.3333333333vw;
    bottom: -34.6666666667vw;
  }
  #calbee_frugra_morning .contents .study .bgegg.be01 {
    width: 60%;
    right: auto;
    left: 5%;
    top: -21.3333333333vw;
  }
  #calbee_frugra_morning .contents .study .bgegg.be02 {
    width: 35%;
    left: 5.5%;
    bottom: 18.6666666667vw;
  }
  #calbee_frugra_morning .contents .study .bgegg.be03 {
    display: none;
  }
  #calbee_frugra_morning .contents .study .bgegg.be04 {
    display: none;
  }
  #calbee_frugra_morning .contents .link {
    padding: 16vw 0 26.6666666667vw;
  }
  #calbee_frugra_morning .contents .link .ttl h2 {
    font-size: 4.8vw;
  }
  #calbee_frugra_morning .contents .link .wrap {
    margin: 5.3333333333vw auto 0;
    display: block;
    width: 90%;
  }
  #calbee_frugra_morning .contents .link .wrap .btn {
    width: 100%;
    height: 18.6666666667vw;
    margin: 0;
  }
  #calbee_frugra_morning .contents .link .wrap .btn a {
    border-radius: 40px;
  }
  #calbee_frugra_morning .contents .link .wrap .btn a p {
    font-size: 4.2666666667vw;
  }
  #calbee_frugra_morning .contents .link .wrap .btn a em {
    width: 5.0666666667vw;
    right: 5%;
  }
  #calbee_frugra_morning .contents .link .wrap .btn a:hover em {
    right: 5%;
  }
  #calbee_frugra_morning .contents .link .wrap .btn.frugra {
    margin-bottom: 5.3333333333vw;
  }
  #calbee_frugra_morning .contents .link .wrap .btn.frugra a {
    padding-left: 10%;
  }
  #calbee_frugra_morning .contents .link .wrap .btn.frugra a .logo {
    width: 20vw;
    left: 2.4vw;
    top: 1.3333333333vw;
  }
  .modal-content .popup-modal-close {
    width: 8vw;
    top: 5.3333333333vw;
    right: 5.3333333333vw;
  }
  #modal_project {
    border-radius: 10px;
    padding: 21.3333333333vw 0 10.6666666667vw;
    max-width: 96%;
    margin: 10.6666666667vw auto;
  }
  #modal_project .wrap h2 {
    font-size: 6.4vw;
  }
  #modal_project .wrap .txt {
    margin-top: 5.3333333333vw;
  }
  #modal_project .wrap .txt p {
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
  #modal_project .wrap .txt p:nth-of-type(n+2) {
    margin-top: 5.3333333333vw;
  }
  .issue-popup {
    max-width: 90%;
    margin: 5.3333333333vw auto;
    border: 2px solid #cdbfaa;
    padding: 16vw 0 10.6666666667vw;
  }
  .issue-popup .num {
    font-size: 10.6666666667vw;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
  }
  .issue-popup .ttl {
    font-size: 5.3333333333vw;
  }
  .issue-popup p {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
  .issue-popup p strong {
    font-size: 4.2666666667vw;
  }
  .issue-popup p em {
    font-size: 3.2vw;
  }
  .issue-popup p span.pc {
    display: inline;
    margin-left: -0.25em;
  }
  .issue-popup p span.pc.ls01 {
    margin-left: -0.35em;
  }
  .issue-popup .illust {
    max-width: 80%;
    margin: 2.6666666667vw auto 0;
  }
  .issue-popup .btn {
    margin: 5.3333333333vw auto 0;
    width: 60%;
    height: 13.3333333333vw;
  }
  .issue-popup .btn a {
    border-radius: 30px;
    font-size: 4.2666666667vw;
  }
  .issue-popup .btn a span {
    width: 5.0666666667vw;
    right: 5%;
  }
  .issue-popup .btn a:hover span {
    right: 5%;
  }
}/*# sourceMappingURL=style.css.map */