@charset "UTF-8";
/**
 * destyle.css（「#suntory_contents」配下の要素に適用範囲を限定したリセットCSS）
 * ---------------------------------------- */
#suntory_contents {
  color: #333;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  line-height: 1.5;
  letter-spacing: 0;
  /**
  * Render the `main` element consistently in IE.
  */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /* Text-level semantics */
  /* ============================================ */
  /**
  * Remove the gray background on active links in IE 10.
  */
  /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
  /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /**
  * Add the correct font size in all browsers.
  */
  /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
  /* Replaced content */
  /* ============================================ */
  /**
  * Prevent vertical alignment issues.
  */
  /* Forms */
  /* ============================================ */
  /**
  * Reset form fields to make them styleable.
  * 1. Make form elements stylable across systems iOS especially.
  * 2. Inherit text-transform from parent.
  */
  /**
  * Correct cursors for clickable elements.
  */
  /**
  * Improve outlines for Firefox and unify style with input elements & buttons.
  */
  /**
  * Remove padding
  */
  /**
  * Reset to invisible
  */
  /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
  /**
  * Remove the default vertical scrollbar in IE 10+.
  */
  /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
  /**
  * Correct the outline style in Safari.
  */
  /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
  /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Fix font inheritance.
  */
  /**
  * Fix appearance for Firefox
  */
  /**
  * Clickable labels
  */
  /* Interactive */
  /* ============================================ */
  /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
  /*
  * Add the correct display in all browsers.
  */
  /*
  * Remove outline for editable content.
  */
  /* Tables */
  /* ============================================ */
  /**
  1. Correct table border color inheritance in all Chrome and Safari.
  */
}
#suntory_contents main {
  display: block;
}
#suntory_contents p,
#suntory_contents table,
#suntory_contents blockquote,
#suntory_contents address,
#suntory_contents pre,
#suntory_contents iframe,
#suntory_contents form,
#suntory_contents figure,
#suntory_contents dl {
  margin: 0;
}
#suntory_contents h1,
#suntory_contents h2,
#suntory_contents h3,
#suntory_contents h4,
#suntory_contents h5,
#suntory_contents h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
#suntory_contents ul,
#suntory_contents ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#suntory_contents dt {
  font-weight: bold;
}
#suntory_contents dd {
  margin-left: 0;
}
#suntory_contents hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
#suntory_contents pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
#suntory_contents address {
  font-style: inherit;
}
#suntory_contents a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
#suntory_contents abbr[title] {
  text-decoration: underline dotted; /* 2 */
}
#suntory_contents b,
#suntory_contents strong {
  font-weight: bolder;
}
#suntory_contents code,
#suntory_contents kbd,
#suntory_contents samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
#suntory_contents small {
  font-size: 80%;
}
#suntory_contents sub,
#suntory_contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#suntory_contents sub {
  bottom: -0.25em;
}
#suntory_contents sup {
  top: -0.5em;
}
#suntory_contents svg,
#suntory_contents img,
#suntory_contents embed,
#suntory_contents object,
#suntory_contents iframe {
  vertical-align: bottom;
}
#suntory_contents button,
#suntory_contents input,
#suntory_contents optgroup,
#suntory_contents select,
#suntory_contents textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
#suntory_contents button,
#suntory_contents [type=button],
#suntory_contents [type=reset],
#suntory_contents [type=submit] {
  cursor: pointer;
}
#suntory_contents button:disabled,
#suntory_contents [type=button]:disabled,
#suntory_contents [type=reset]:disabled,
#suntory_contents [type=submit]:disabled {
  cursor: default;
}
#suntory_contents :-moz-focusring {
  outline: auto;
}
#suntory_contents select:disabled {
  opacity: inherit;
}
#suntory_contents option {
  padding: 0;
}
#suntory_contents fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
#suntory_contents legend {
  padding: 0;
}
#suntory_contents progress {
  vertical-align: baseline;
}
#suntory_contents textarea {
  overflow: auto;
}
#suntory_contents [type=number]::-webkit-inner-spin-button,
#suntory_contents [type=number]::-webkit-outer-spin-button {
  height: auto;
}
#suntory_contents [type=search] {
  outline-offset: -2px; /* 1 */
}
#suntory_contents [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#suntory_contents ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
#suntory_contents [type=number] {
  -moz-appearance: textfield;
}
#suntory_contents label[for] {
  cursor: pointer;
}
#suntory_contents details {
  display: block;
}
#suntory_contents summary {
  display: list-item;
}
#suntory_contents [contenteditable]:focus {
  outline: auto;
}
#suntory_contents table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
#suntory_contents caption {
  text-align: left;
}
#suntory_contents td,
#suntory_contents th {
  vertical-align: top;
  padding: 0;
}
#suntory_contents th {
  text-align: left;
  font-weight: bold;
}

/**
 * 重なり順
 * ---------------------------------------- */
:root {
  --zindex-header: 10;
}

/**
 * 数値計算
 * ---------------------------------------- */
/**
 * ブレイクポイント
 * ---------------------------------------- */
/**
 * フォント
 * ---------------------------------------- */
/**
 * カラー
 * ---------------------------------------- */
/**
 * カラー以外の変数を定義
 * ---------------------------------------- */
/**
 * 改行
 * ---------------------------------------- */
/**
 * ホバー
 * ---------------------------------------- */
#suntory_contents {
  min-width: 960px;
}
@media screen and (max-width: 767px) {
  #suntory_contents {
    min-width: initial;
  }
}
#suntory_contents .section {
  padding: 100px 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section {
    padding: 64px 16px;
  }
}
#suntory_contents .section.-pt-pc64-32 {
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-pt-pc64-32 {
    padding-top: 32px;
  }
}
#suntory_contents .section.-pt-pc32-0 {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-pt-pc32-0 {
    padding-top: 0;
  }
}
#suntory_contents .section.-susFuture {
  position: relative;
  padding-top: 47px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susFuture {
    padding-top: 108px;
    padding-bottom: 94px !important;
  }
}
#suntory_contents .section.-susFuture::after {
  content: "";
  display: block;
  background-image: url(/eco/teigen/assets/img/icon_head02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: -160px;
  left: 50%;
  width: 48px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susFuture::after {
    top: -48px;
    width: 42px;
    height: 89px;
    left: 45%;
  }
}
#suntory_contents .section.-topics {
  padding-top: 0;
  padding-bottom: 210px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-topics {
    padding-bottom: 80px;
  }
}
#suntory_contents .section.-susResourcePolicy {
  padding-top: 0;
  padding-bottom: 0;
}
#suntory_contents .section.-susResourcePolicy::before {
  content: "";
  position: absolute;
  top: -71px;
  left: 0;
  width: 100%;
  height: 71px;
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-image: url("/eco/teigen/circular/assets/img/bg_deco11.svg");
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susResourcePolicy::before {
    top: -10px;
  }
}
#suntory_contents .section.-bg-top-wave01::before {
  content: "";
  position: absolute;
  background-image: url(/eco/teigen/circular/assets/img/mv.svg);
  top: -70px;
  left: 0;
  width: 100%;
  height: 70px;
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
#suntory_contents .section.-susEarthVisiton {
  padding-top: 0;
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthVisiton {
    padding-bottom: 150px;
  }
}
#suntory_contents .section.-susEarthVisiton::before, #suntory_contents .section.-susEarthVisiton::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthVisiton::before, #suntory_contents .section.-susEarthVisiton::after {
    display: none;
  }
}
#suntory_contents .section.-susEarthVisiton::before {
  top: -60px;
  background-position: center top;
  background-image: url("/eco/teigen/earth/assets/img/bg_susevi01.png");
}
#suntory_contents .section.-susEarthVisiton::after {
  background-position: center bottom;
  background-image: url("/eco/teigen/earth/assets/img/bg_susevi02.png");
}
#suntory_contents .section.-susEarthGas {
  padding-top: 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthGas {
    padding-bottom: 16px;
  }
}
#suntory_contents .section.-susEarthGas::before, #suntory_contents .section.-susEarthGas::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthGas::before, #suntory_contents .section.-susEarthGas::after {
    display: none;
  }
}
#suntory_contents .section.-susEarthGas::before {
  top: -120px;
  background-position: center top;
  background-image: url("/eco/teigen/earth/assets/img/bg_susrga01.png");
}
#suntory_contents .section.-susEarthGas::after {
  bottom: 0;
  background-position: right bottom;
  background-image: url("/eco/teigen/earth/assets/img/bg_susrga02.png");
}
#suntory_contents .section.-susEarthModal {
  padding-top: 0;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthModal {
    padding-bottom: 64px;
  }
}
#suntory_contents .section.-susEarthFlow {
  padding-top: 0;
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthFlow {
    padding-bottom: 130px;
  }
}
#suntory_contents .section.-susEarthTransport {
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  top: -70px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthTransport {
    padding-bottom: initial;
  }
}
#suntory_contents .section.-susEarthTransport::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-image: url("/eco/teigen/earth/assets/img/bg_deco02.png");
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthTransport::before {
    display: none;
  }
}
#suntory_contents .section.-susEarthMaterial {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
#suntory_contents .section.-susEarthMaterial::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -20px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-image: url("/eco/teigen/earth/assets/img/bg_deco03.png");
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthMaterial::before {
    display: none;
  }
}
#suntory_contents .section.-susEarthMachine {
  padding-top: 0;
  padding-bottom: 120px;
  top: -70px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthMachine {
    padding-top: 0;
    padding-bottom: 64px;
    top: initial;
  }
}
#suntory_contents .section.-susEarthMachine::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-image: url("/eco/teigen/earth/assets/img/bg_deco01.png");
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthMachine::before {
    display: none;
  }
}
#suntory_contents .section.-susEarthEco {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthEco {
    padding-top: 0;
  }
}
#suntory_contents .section.-susEarthEco::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-image: url("/eco/teigen/earth/assets/img/bg_deco08.png");
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthEco::before {
    display: none;
  }
}
#suntory_contents .section.-susEarthFactory {
  padding-top: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthFactory {
    padding-bottom: 48px;
  }
}
#suntory_contents .section.-susEarthFactory::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-image: url("/eco/teigen/earth/assets/img/bg_deco04.png");
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthFactory::before {
    display: none;
  }
}
#suntory_contents .section.-susEarthHeat {
  padding-top: 0;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthHeat {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthFarming {
    padding-top: 40px;
  }
}
#suntory_contents .section.-susEarthFarming::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-image: url("/eco/teigen/earth/assets/img/bg_deco06.png");
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthFarming::before {
    display: none;
  }
}
#suntory_contents .section.-susEarthFarm::before, #suntory_contents .section.-susEarthFarm::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthFarm::before, #suntory_contents .section.-susEarthFarm::after {
    display: none;
  }
}
#suntory_contents .section.-susEarthFarm::before {
  top: 0;
  background-position: center top;
  background-image: url("/eco/teigen/earth/assets/img/bg_deco09.png");
}
#suntory_contents .section.-susEarthFarm::after {
  bottom: 0;
  background-position: center bottom;
  background-image: url("/eco/teigen/earth/assets/img/bg_deco10.png");
}
#suntory_contents .section.-susEarthActivity {
  padding-top: 0;
  padding-bottom: 120px;
  background-color: #ecf7fa;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthActivity {
    padding-bottom: 80px;
  }
}
#suntory_contents .section.-susEarthActivity::before, #suntory_contents .section.-susEarthActivity::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthActivity::before, #suntory_contents .section.-susEarthActivity::after {
    display: none;
  }
}
#suntory_contents .section.-susEarthActivity::after {
  bottom: -8%;
  background-position: center bottom;
  background-image: url("/eco/teigen/earth/assets/img/bg_suseac02.png");
}
#suntory_contents .section.-susEarthPackage {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -104px;
}
#suntory_contents .section.-susEarthPackage::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-image: url("/eco/teigen/earth/assets/img/bg_deco05.png");
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthPackage::before {
    display: none;
  }
}
#suntory_contents .section.-susEarthBanner {
  padding-top: initial;
  padding-bottom: 170px;
  background: linear-gradient(180deg, rgb(216, 240, 244) 0%, rgb(239, 249, 251) 100%);
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susEarthBanner {
    padding-bottom: 80px;
    background: linear-gradient(180deg, rgb(239, 247, 251) 0%, rgb(239, 249, 251) 100%);
  }
}
#suntory_contents .section.-susResourceApproach {
  margin-top: -80px;
  padding-top: 0;
  padding-bottom: 145px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susResourceApproach {
    padding-bottom: 84px;
  }
}
#suntory_contents .section.-susResourceApproach::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  background-image: url("/eco/teigen/circular/assets/img/bg_deco09.png");
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susResourceApproach::before {
    display: none;
  }
}
#suntory_contents .section.-susResourcePaper {
  padding-top: 0;
  padding-bottom: 108px;
}
#suntory_contents .section.-susResourcePaper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  background-image: url("/eco/teigen/circular/assets/img/bg_deco10.png");
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susResourcePaper::before {
    display: none;
  }
}
#suntory_contents .section.-susResourceBottle {
  position: relative;
  padding-top: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susResourceBottle {
    padding-bottom: 100px;
  }
}
#suntory_contents .section.-susResourceBottle::before, #suntory_contents .section.-susResourceBottle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susResourceBottle::before, #suntory_contents .section.-susResourceBottle::after {
    display: none;
  }
}
#suntory_contents .section.-susResourceBottle::before {
  background-position: center top;
  background-image: url("/eco/teigen/circular/assets/img/bg_deco07.png");
  z-index: 1;
  top: -3%;
}
#suntory_contents .section.-susResourceBottle::after {
  bottom: 3%;
  background-position: center bottom;
  background-image: url("/eco/teigen/circular/assets/img/bg_deco12.png");
}
#suntory_contents .section.-susResourceEconomy {
  padding-top: initial;
  padding-bottom: 120px;
  margin-top: -64px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susResourceEconomy {
    padding-bottom: 96px;
  }
}
#suntory_contents .section.-susResourceEconomy::before {
  content: "";
  position: absolute;
  background-image: url(/eco/teigen/circular/assets/img/bg_deco06.svg);
  top: -70px;
  left: 0;
  width: 100%;
  height: 70px;
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
#suntory_contents .section.-susResource3R {
  padding-top: 80px;
  padding-bottom: 174px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susResource3R {
    padding-top: initial;
    padding-bottom: 140px;
  }
}
#suntory_contents .section.-susResource3R::before, #suntory_contents .section.-susResource3R::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susResource3R::before, #suntory_contents .section.-susResource3R::after {
    display: none;
  }
}
#suntory_contents .section.-susResource3R::before {
  background-position: center top;
  background-image: url("/eco/teigen/circular/assets/img/bg_susr3e01.png");
  z-index: 1;
}
#suntory_contents .section.-susResource3R::after {
  background-position: center bottom;
  background-image: url("/eco/teigen/circular/assets/img/bg_susr3e02.png");
}
#suntory_contents .section.-susResourceStory {
  padding-top: 0;
  padding-bottom: 124px;
  background: rgb(237, 244, 247);
  background: linear-gradient(180deg, rgb(237, 244, 247) 0%, rgb(237, 244, 247) 80%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susResourceStory {
    padding-bottom: 24px;
  }
}
#suntory_contents .section.-susResourceStory::before {
  content: "";
  position: absolute;
  background-image: url(/eco/teigen/circular/assets/img/mv.svg);
  top: -70px;
  left: 0;
  width: 100%;
  height: 70px;
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
#suntory_contents .section.-bg-bubble01 {
  background: url(), linear-gradient(0deg, rgba(214, 239, 244, 0) 0%, rgb(217, 240, 245) 8%, rgb(239, 249, 251) 100%);
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-bg-bubble01 {
    padding-bottom: 178px;
  }
}
#suntory_contents .section.-bg-bubble01::before {
  position: absolute;
  background-image: url(/eco/teigen/assets/img/bgtop_susf01.svg);
  content: "";
  top: -117px;
  left: 0;
  width: 100%;
  height: 119px;
  background-position: center top;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-bg-bubble01::before {
    background-image: url(/eco/teigen/assets/img/bgtop_susf01_sp.svg);
    height: 28px;
    top: -28px;
  }
}
#suntory_contents .section.-video {
  position: relative;
  padding-top: 40px;
  padding-bottom: 220px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-video {
    padding-top: 0;
    padding-bottom: 160px;
  }
}
#suntory_contents .section.-susForestPower {
  padding-bottom: 120px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susForestPower {
    padding-bottom: 64px;
  }
}
#suntory_contents .section.-susForestPower::before, #suntory_contents .section.-susForestPower::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susForestPower::before, #suntory_contents .section.-susForestPower::after {
    display: none;
  }
}
#suntory_contents .section.-susForestPower::before {
  background-position: center top;
  background-image: url("/eco/teigen/forest/assets/img/bg_susfpo01.png");
}
#suntory_contents .section.-susForestPower::after {
  background-position: center bottom;
  background-image: url("/eco/teigen/forest/assets/img/bg_susfpo02.png");
}
#suntory_contents .section.-susCirPhilosophy {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susCirPhilosophy {
    padding-bottom: 72px;
  }
}
#suntory_contents .section.-susCirPhilosophy::before, #suntory_contents .section.-susCirPhilosophy::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susCirPhilosophy::before, #suntory_contents .section.-susCirPhilosophy::after {
    display: none;
  }
}
#suntory_contents .section.-susCirPhilosophy::before {
  background-position: left top;
  background-image: url("/eco/teigen/water/assets/img/bg_suscph01.png");
}
#suntory_contents .section.-susCirPhilosophy::after {
  background-position: left bottom;
  background-image: url("/eco/teigen/water/assets/img/bg_suscph02.png");
}
#suntory_contents .section.-susCirPowerPolicy {
  padding-top: 0;
  padding-bottom: 134px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susCirPowerPolicy {
    padding-top: initial;
    padding-bottom: 80px;
  }
}
#suntory_contents .section.-susCirPowerPolicy::before, #suntory_contents .section.-susCirPowerPolicy::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susCirPowerPolicy::before, #suntory_contents .section.-susCirPowerPolicy::after {
    display: none;
  }
}
#suntory_contents .section.-susCirPowerPolicy::before {
  top: -160px;
  background-position: center top;
  background-image: url("/eco/teigen/water/assets/img/bg_deco01.png");
}
#suntory_contents .section.-susCirPowerPolicy::after {
  background-position: left bottom;
  background-image: url("/eco/teigen/water/assets/img/bg_deco04.png");
}
#suntory_contents .section.-susForestWater {
  padding-top: initial;
  padding-bottom: 140px;
  background: rgb(237, 244, 247);
  background: linear-gradient(180deg, rgb(237, 244, 247) 0%, rgb(237, 244, 247) 80%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susForestWater {
    padding-bottom: 96px;
  }
}
#suntory_contents .section.-susForestActivity {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susForestActivity {
    padding-bottom: 88px;
  }
}
#suntory_contents .section.-susForestActivity::before, #suntory_contents .section.-susForestActivity::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susForestActivity::before, #suntory_contents .section.-susForestActivity::after {
    display: none;
  }
}
#suntory_contents .section.-susForestActivity::before {
  background-position: center top;
  background-image: url("/eco/teigen/forest/assets/img/bg_susfac01.png");
}
#suntory_contents .section.-susForestEducation {
  position: relative;
  z-index: 1;
}
#suntory_contents .section.-susForestEducation::before, #suntory_contents .section.-susForestEducation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susForestEducation::before, #suntory_contents .section.-susForestEducation::after {
    display: none;
  }
}
#suntory_contents .section.-susForestEducation::before {
  background-position: center top;
  background-image: url("/eco/teigen/forest/assets/img/deco_susfea01.png");
}
#suntory_contents .section.-susForestFsc {
  padding-bottom: 60px;
  background: linear-gradient(180deg, rgb(237, 244, 247) 0%, rgb(237, 244, 247) 35%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susForestFsc {
    padding-bottom: 40px;
  }
}
#suntory_contents .section.-susCir {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -70px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susCir {
    top: -32px;
  }
}
#suntory_contents .section.-susCir::before, #suntory_contents .section.-susCir::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susCir::before, #suntory_contents .section.-susCir::after {
    display: none;
  }
}
#suntory_contents .section.-susCir::before {
  top: -10px;
  background-position: left top;
  background-image: url("/eco/teigen/water/assets/img/bg_susci01.png");
}
#suntory_contents .section.-susCir::after {
  background-position: right center;
  background-image: url("/eco/teigen/water/assets/img/bg_susci02.png");
}
#suntory_contents .section.-susCirWater {
  padding-top: 0;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susCirWater {
    padding-bottom: 88px;
  }
}
#suntory_contents .section.-susCirCascade {
  padding-top: 0;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susCirCascade {
    padding-bottom: 96px;
  }
}
#suntory_contents .section.-susCirCascadeDetail {
  padding-top: 40px;
  padding-bottom: 135px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susCirCascadeDetail {
    padding-top: 0;
    padding-bottom: 64px;
  }
}
#suntory_contents .section.-susCirCascadeDetail::before, #suntory_contents .section.-susCirCascadeDetail::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susCirCascadeDetail::before, #suntory_contents .section.-susCirCascadeDetail::after {
    display: none;
  }
}
#suntory_contents .section.-susCirCascadeDetail::before {
  background-position: center top;
  background-image: url("/eco/teigen/water/assets/img/bg_susccde01.png");
}
#suntory_contents .section.-susCirCascadeDetail::after {
  background-position: center bottom;
  background-image: url("/eco/teigen/water/assets/img/bg_susccde02.png");
}
#suntory_contents .section.-susForestFscFarm {
  padding-top: 0;
  padding-bottom: 135px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susForestFscFarm {
    padding-bottom: 64px;
  }
}
#suntory_contents .section.-susForestFscFarm::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  background-image: url("/eco/teigen/forest/assets/img/bg_susfsc01.png");
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susForestFscFarm::before {
    display: none;
  }
}
#suntory_contents .section.-susForestFscFarm::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-image: url("/eco/teigen/forest/assets/img/bg_susfsc02.png");
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susForestFscFarm::after {
    display: none;
  }
}
#suntory_contents .section.-knowledgeMvTop {
  position: relative;
  padding-top: 40px;
}
#suntory_contents .section.-knowledgeMvTop::before {
  top: -60px;
  background-position: center top;
  background-image: url(/eco/teigen/water/knowledge/img/v2/1.png);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-knowledgeMvTop::before {
    display: none;
  }
}
#suntory_contents .section.-knowledgeMvTop::after {
  background-image: url(/eco/teigen/circular/assets/img/icon_bf01.png);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 120px;
}
#suntory_contents .section.-knowledgeTop {
  position: relative;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-knowledgeTop {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#suntory_contents .section.-knowledgeTop::before {
  top: -60px;
  background-position: center top;
  background-image: url(/eco/teigen/water/knowledge/img/v2/1.png);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-knowledgeTop::before {
    display: none;
  }
}
#suntory_contents .section.-susKnowledge {
  position: relative;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susKnowledge {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#suntory_contents .section.-susKnowledge::before {
  top: -60px;
  background-position: center top;
  background-image: url(/eco/teigen/water/knowledge/img/v2/bg_know01.png);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susKnowledge::before {
    display: none;
  }
}
#suntory_contents .section.-susKnowledge::after {
  background-image: url(/eco/teigen/circular/assets/img/icon_bf01.png);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 120px;
}
#suntory_contents .section.-susKnowledge .bg-gradation-blue01 {
  clip-path: ellipse(280% 80% at 50% 80%);
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-susKnowledge .bg-gradation-blue01 {
    clip-path: ellipse(360% 80% at 50% 80%);
  }
}
#suntory_contents .section.-bg-gradation04 {
  padding-top: 80px;
  padding-bottom: 220px;
}
#suntory_contents .section.-bg-l-blue {
  background-color: #edf4f7;
}
#suntory_contents .section.-bg-gray {
  background-color: #f1f1f1;
}
#suntory_contents .section.-bg-pattern-wave01 {
  padding-top: 70px;
  background: rgb(214, 239, 244);
  background: linear-gradient(180deg, rgb(216, 240, 244) 0%, rgb(239, 249, 251) 100%);
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-bg-pattern-wave01 {
    padding-top: 48px;
  }
}
#suntory_contents .section.-bg-pattern-wave01::before {
  background-image: url(/eco/teigen/assets/img/bg_susn01.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  content: "";
  display: block;
  height: 70px;
  left: 0;
  top: 0;
  top: -70px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-bg-pattern-wave01::before {
    background-image: url(/eco/teigen/assets/img/bg_susn01.svg);
    height: 29px;
    top: -28px;
  }
}
#suntory_contents .section.-bg-jiten {
  width: 100%;
  height: 360px;
  background-image: url(/eco/teigen/water/jiten/img/v2/bg_jiten01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding-bottom: 0;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section.-bg-jiten {
    background-image: url(/eco/teigen/water/jiten/img/v2/bg_jiten01_sp.webp);
    width: initial;
    padding-top: 11px;
    max-width: 100%;
    height: 148px;
    margin-bottom: 15px;
    padding-bottom: 64px;
    background-position: center center;
    box-sizing: initial;
  }
}
#suntory_contents .section .section__inner {
  max-width: 1164px;
  margin-right: auto;
  margin-left: auto;
}
#suntory_contents .section .section__inner.-zindex-1 {
  z-index: 1;
  position: relative;
}
#suntory_contents .section .section__inner.-jiten {
  padding-top: 70px;
  padding-right: 60px;
  padding-bottom: 64px;
  padding-left: 60px;
  box-sizing: border-box;
  border-radius: 40px;
  background-color: #ffffff;
  filter: drop-shadow(0 0 60px rgba(3, 129, 157, 0.24));
}
@media screen and (max-width: 767px) {
  #suntory_contents .section .section__inner.-jiten {
    padding-top: 88px;
    padding-right: 16px;
    padding-bottom: 52px;
    padding-left: 16px;
  }
}
#suntory_contents .section .section__content {
  max-width: 1164px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
#suntory_contents .section .section__content.-jiten {
  padding-top: 70px;
  padding-right: 60px;
  padding-bottom: 64px;
  padding-left: 60px;
  box-sizing: border-box;
  border-radius: 40px;
  background-color: #ffffff;
  filter: drop-shadow(0 0 60px rgba(3, 129, 157, 0.24));
}
@media screen and (max-width: 767px) {
  #suntory_contents .section .section__content.-jiten {
    padding-top: 88px;
    padding-right: 16px;
    padding-bottom: 52px;
    padding-left: 16px;
  }
}
#suntory_contents .section .section__content + .knowledgeCard {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section .section__content + .knowledgeCard {
    margin-top: 72px;
  }
}
#suntory_contents .section .section__number {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section .section__number {
    margin-top: 24px;
  }
}
#suntory_contents .section .section__numeberBox:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section__body iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
#suntory_contents .section__body p:not(.cText) {
  margin-top: 24px;
}
#suntory_contents .section__body p:not(.cText) + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section__body p:not(.cText) + * {
    margin-top: 24px;
  }
}
#suntory_contents .section__body p:not(.cText) + .cTable {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section__body p:not(.cText) + .cTable {
    margin-top: 24px;
  }
}
#suntory_contents .section__body .cTable + p:not(.cText) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section__body .cTable + p:not(.cText) {
    margin-top: 24px;
  }
}
#suntory_contents .section__body .cTable + .cHeading {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section__body .cTable + .cHeading {
    margin-top: 24px;
  }
}
#suntory_contents .section__body .cTable + .cRelation {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section__body .cTable + .cRelation {
    margin-top: 24px;
  }
}
#suntory_contents .section__body .cFlex + .cHeading {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section__body .cFlex + .cHeading {
    margin-top: 24px;
  }
}
#suntory_contents .section__body figure + .cHeading {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section__body figure + .cHeading {
    margin-top: 24px;
  }
}
#suntory_contents .section__body figure + .cTable {
  margin-top: 40px;
}
#suntory_contents .section__body figcaption {
  margin-top: 10px;
}
#suntory_contents .section__body iframe + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section__body iframe + * {
    margin-top: 24px;
  }
}
#suntory_contents .section__body * + figure {
  margin-top: 32px;
}
#suntory_contents .section__body .cHeading + .cHeading {
  margin-top: 16px;
}
#suntory_contents .section__body * + .cRelation {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section__body * + .cRelation {
    margin-top: 64px !important;
  }
}
#suntory_contents .section__body .cNotesNumber + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section__body .cNotesNumber + * {
    margin-top: 24px;
  }
}
#suntory_contents .section__body .cRelation + .cHeading {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .section__body .cRelation + .cHeading {
    margin-top: 24px;
  }
}

.section__body + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section__body + * {
    margin-top: 24px;
  }
}

.cImage {
  display: block;
}
.cImage img {
  max-width: 100%;
  height: auto;
}
.cImage.-inline-block {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .cImage.-sp-text-center {
    text-align: center;
  }
}
.cImage.-w-half {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .cImage.-w-half {
    width: 100%;
  }
}
.cImage.-opacity img {
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .cImage.-opacity:where(:any-link, :enabled, summary):hover img {
    opacity: 0.8;
  }
}
.cImage.-shrink-0 {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .cImage.-sp-vw-full {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .cImage.-sp-w-full img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cImage.-sp-maxw-160 {
    max-width: 160px;
  }
}
.cImage + .section__body {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cImage + .section__body {
    margin-top: 24px;
  }
}
.cImage.-knowledge {
  position: relative;
}
@media screen and (max-width: 767px) {
  .cImage.-knowledge img {
    width: 107px;
    height: 140px;
  }
}
.cImage.-knowledge::before {
  content: "";
  position: absolute;
  width: 114px;
  height: 148px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/eco/teigen/water/knowledge/img/v2/icon_ex01.svg");
  top: -39px;
  left: -76px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .cImage.-knowledge::before {
    width: 70px;
    height: 92px;
    top: -30px;
    left: -42px;
  }
}
@media screen and (max-width: 767px) {
  .cImage.-jiten img {
    width: 97px;
    height: 22px;
  }
}

/**
 * .bgBubbleFutrue
 * ---------------------------------------- */
.bgBubbleFutrue .bgBubbleFutrue__picture01,
.bgBubbleFutrue .bgBubbleFutrue__picture02,
.bgBubbleFutrue .bgBubbleFutrue__picture03,
.bgBubbleFutrue .bgBubbleFutrue__picture04 {
  position: absolute;
}
.bgBubbleFutrue .bgBubbleFutrue__picture01 {
  top: 21%;
  left: 18%;
}
@media screen and (max-width: 767px) {
  .bgBubbleFutrue .bgBubbleFutrue__picture01 {
    display: none;
    top: 23.3%;
    left: 24%;
  }
}
.bgBubbleFutrue .bgBubbleFutrue__picture02 {
  top: 42%;
  right: 12%;
}
@media screen and (max-width: 767px) {
  .bgBubbleFutrue .bgBubbleFutrue__picture02 {
    display: none;
    top: 46.3%;
    right: 42%;
  }
}
.bgBubbleFutrue .bgBubbleFutrue__picture03 {
  bottom: 28%;
  right: 16%;
}
@media screen and (max-width: 767px) {
  .bgBubbleFutrue .bgBubbleFutrue__picture03 {
    display: none;
    right: initial;
    left: 25%;
    bottom: 28.2%;
  }
}
.bgBubbleFutrue .bgBubbleFutrue__picture04 {
  bottom: 10%;
  left: 15%;
}
@media screen and (max-width: 767px) {
  .bgBubbleFutrue .bgBubbleFutrue__picture04 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bgBubbleFutrue .bgBubbleFutrue__image01 {
    width: 100px;
    height: 61px;
  }
}
@media screen and (max-width: 767px) {
  .bgBubbleFutrue .bgBubbleFutrue__image02 {
    width: 48px;
    height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .bgBubbleFutrue .bgBubbleFutrue__image03 {
    width: 110px;
    height: 73px;
  }
}
@media screen and (max-width: 767px) {
  .bgBubbleFutrue .bgBubbleFutrue__image04 {
    width: 110px;
    height: 73px;
  }
}

/**
 * .bgBublleVideo
 * ---------------------------------------- */
.bgBublleVideo .bgBublleVideo__picture01,
.bgBublleVideo .bgBublleVideo__picture02,
.bgBublleVideo .bgBublleVideo__picture03 {
  display: block;
  position: absolute;
}
.bgBublleVideo .bgBublleVideo__picture01 {
  bottom: 18%;
  left: 13%;
}
@media screen and (max-width: 767px) {
  .bgBublleVideo .bgBublleVideo__picture01 {
    bottom: 6%;
    left: 2%;
  }
}
.bgBublleVideo .bgBublleVideo__picture02 {
  right: 14%;
  top: 21%;
}
@media screen and (max-width: 767px) {
  .bgBublleVideo .bgBublleVideo__picture02 {
    right: 5%;
    top: -2%;
  }
}
.bgBublleVideo .bgBublleVideo__picture03 {
  right: 4%;
  top: 33%;
}
@media screen and (max-width: 767px) {
  .bgBublleVideo .bgBublleVideo__picture03 {
    right: 4%;
    top: 13%;
  }
}
@media screen and (max-width: 767px) {
  .bgBublleVideo .bgBublleVideo__image01 {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .bgBublleVideo .bgBublleVideo__image02 {
    width: 53px;
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .bgBublleVideo .bgBublleVideo__image03 {
    width: 60px;
    height: 61px;
  }
}

#suntory_contents .main {
  position: relative;
}
#suntory_contents .main__primary {
  position: relative;
  padding-bottom: 170px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .main__primary {
    padding-bottom: 110px;
  }
}
#suntory_contents .main__primary::before {
  background-position: center top;
  background-image: url(/eco/teigen/water/knowledge/img/v2/bg_know01.png);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .main__primary::before {
    display: none;
  }
}
#suntory_contents .main__primary + .main__relation {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .main__primary + .main__relation {
    padding-bottom: 40px;
  }
}
#suntory_contents .main__column {
  background-color: #edf4f7;
  padding-top: initial;
  padding-bottom: 120px;
  margin-top: -64px;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .main__column {
    margin-top: -24px;
    padding-bottom: 80px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
#suntory_contents .main__column::before {
  content: "";
  position: absolute;
  background-image: url(/eco/teigen/circular/assets/img/bg_deco06.svg);
  top: -70px;
  left: 0;
  width: 100%;
  height: 70px;
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .main__column::before {
    top: -45px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22375%22%20height%3D%2218%22%20viewBox%3D%220%200%20375%2018%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_14334%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2014334%22%20width%3D%22375%22%20height%3D%2218%22%20transform%3D%22translate(779.5%201356.667)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%83%9E%E3%82%B9%E3%82%AF%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_155%22%20data-name%3D%22%E3%83%9E%E3%82%B9%E3%82%AF%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20155%22%20transform%3D%22translate(-779.5%20-1356.667)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22bg%22%20d%3D%22M-3953.5%2C887h-375V251.855c57.066%2C10.887%2C121.9%2C16.642%2C187.5%2C16.642s130.433-5.755%2C187.5-16.642V887Z%22%20transform%3D%22translate(5108%201105.173)%22%20fill%3D%22%23edf4f7%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
  }
}
#suntory_contents .main__columnInner {
  max-width: 1164px;
  margin-right: auto;
  margin-left: auto;
  top: -25px;
  position: relative;
}
#suntory_contents .main__section .section:first-child {
  padding-top: 0;
  margin-top: 60px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #suntory_contents .main__section .section:first-child {
    margin-top: 40px;
  }
}
#suntory_contents .main__section .section + .section {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #suntory_contents .main__section .section + .section {
    padding-top: 40px;
  }
}
#suntory_contents .main__content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #suntory_contents .main__head {
    padding-right: 16px;
    padding-left: 16px;
  }
}
#suntory_contents .main__relation {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .main__relation {
    padding-right: 16px;
    padding-left: 16px;
  }
}
#suntory_contents .main__relation .bg-gradation-white05 {
  clip-path: ellipse(100% 80% at 50% 80%);
}
@media screen and (max-width: 767px) {
  #suntory_contents .main__relation .bg-gradation-white05 {
    clip-path: ellipse(180% 80% at 50% 80%);
  }
}
#suntory_contents .main__relation::before, #suntory_contents .main__relation::after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
#suntory_contents .main__relation::before {
  background-image: url(/eco/teigen/water/jiten/img/v2/bg_relation01.png);
  top: 0;
  left: 0;
  width: 436px;
  height: 742px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .main__relation::before {
    background-image: url(/eco/teigen/water/jiten/img/v2/bg_relation01_sp.png);
    width: 188px;
    height: 352px;
  }
}
#suntory_contents .main__relation::after {
  background-image: url(/eco/teigen/water/jiten/img/v2/bg_relation02.png);
  bottom: 0;
  right: 0;
  width: 845px;
  height: 449px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .main__relation::after {
    background-image: url(/eco/teigen/water/jiten/img/v2/bg_relation02_sp.png);
    width: 309px;
    height: 400px;
  }
}
#suntory_contents .main__relationInner {
  max-width: 1164px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: -70px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #suntory_contents .main__relationInner {
    top: -50px;
  }
}
#suntory_contents .main__nav {
  background: linear-gradient(0deg, rgb(236, 247, 250) 0%, rgb(234, 247, 250) 70%, rgb(202, 234, 242) 100%);
  clip-path: ellipse(150% 80% at 50% 80%);
  padding-bottom: 120px;
  padding-top: 85px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #suntory_contents .main__nav {
    clip-path: ellipse(320% 80% at 50% 80%);
    padding-top: 64px;
    padding-bottom: 90px;
  }
}
#suntory_contents .main__navInner {
  max-width: 1164px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

#suntory_contents {
  /**
  * br
  * ---------------------------------------- */
  /**
  * br
  * ---------------------------------------- */
  /**
  * text-align
  * ---------------------------------------- */
  /**
  * padding-top
  * ---------------------------------------- */
  /**
  * padding-right
  * ---------------------------------------- */
  /**
  * padding-right,padding-left
  * ---------------------------------------- */
  /**
  * padding-top,padding-bottom
  * ---------------------------------------- */
  /**
  * margin-top
  * ---------------------------------------- */
  /**
  * margin-bottom
  * ---------------------------------------- */
  /**
  * margin-left
  * ---------------------------------------- */
  /**
  * color
  * ---------------------------------------- */
  /**
  * border
  * ---------------------------------------- */
}
#suntory_contents .br-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  #suntory_contents .br-pc {
    display: none;
  }
}
#suntory_contents .br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #suntory_contents .br-sp {
    display: block;
  }
}
#suntory_contents .-sp-display-grid {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-sp-display-grid {
    display: grid !important;
  }
}
#suntory_contents .-display-pc {
  display: none;
}
#suntory_contents .-clr-primary {
  color: #236371;
}
#suntory_contents .-maxw-614 {
  max-width: 614px !important;
}
#suntory_contents .-fw-bold {
  font-weight: 700;
}
#suntory_contents .-text-underline {
  text-decoration: underline;
}
#suntory_contents .-text-uppercase {
  text-transform: uppercase !important;
}
#suntory_contents .-text-center {
  text-align: center;
}
#suntory_contents .-text-right-left {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-text-right-left {
    text-align: left;
  }
}
#suntory_contents .-blr-72-40 {
  border-radius: 72px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-blr-72-40 {
    border-radius: 40px !important;
  }
}
#suntory_contents .-pt-pc74-sp65 {
  padding-top: 75px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-pt-pc74-sp65 {
    padding-top: 65px !important;
  }
}
#suntory_contents .-pt-pc40-sp24 {
  padding-top: 40px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-pt-pc40-sp24 {
    padding-top: 24px !important;
  }
}
#suntory_contents .-pb-pc40-sp0 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-pb-pc40-sp0 {
    padding-bottom: 0 !important;
  }
}
#suntory_contents .-pt-pc0-sp0 {
  padding-top: 0 !important;
}
#suntory_contents .-pb-pc0-sp0 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-pr-pc0-sp36 {
    padding-right: 36px;
  }
}
#suntory_contents .-px-40-16 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-px-40-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .-px-pc16-sp16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .-px-pc0-sp8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}
#suntory_contents .-py-51-24 {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-py-51-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
#suntory_contents .-py-28-11 {
  padding-top: 28px;
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-py-28-11 {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
#suntory_contents .-mt-pc180-sp116 {
  margin-top: 180px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc180-sp116 {
    margin-top: 116px !important;
  }
}
#suntory_contents .-mt-pc120-sp80 {
  margin-top: 120px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc120-sp80 {
    margin-top: 80px !important;
  }
}
#suntory_contents .-mt-pc120-sp72 {
  margin-top: 120px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc120-sp72 {
    margin-top: 72px !important;
  }
}
#suntory_contents .-mt-pc120-sp48 {
  margin-top: 120px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc120-sp48 {
    margin-top: 48px !important;
  }
}
#suntory_contents .-mt-pc80-sp64 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc80-sp64 {
    margin-top: 64px !important;
  }
}
#suntory_contents .-mt-pc80-sp64 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc80-sp64 {
    margin-top: 64px !important;
  }
}
#suntory_contents .-mt-pc80-sp0 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc80-sp0 {
    margin-top: 0 !important;
  }
}
#suntory_contents .-mt-pc76-sp84 {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc76-sp84 {
    margin-top: 84px !important;
  }
}
#suntory_contents .-mt-pc76-sp40 {
  margin-top: 76px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc76-sp40 {
    margin-top: 40px !important;
  }
}
#suntory_contents .-mt-pc64-sp80 {
  margin-top: 64px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc64-sp80 {
    margin-top: 80px !important;
  }
}
#suntory_contents .-mt-pc64-sp40 {
  margin-top: 64px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc64-sp40 {
    margin-top: 40px !important;
  }
}
#suntory_contents .-mt-pc60-sp24 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc60-sp24 {
    margin-top: 24px !important;
  }
}
#suntory_contents .-mt-pc50-sp0 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc50-sp0 {
    margin-top: 0 !important;
  }
}
#suntory_contents .-mt-pc40-sp40 {
  margin-top: 40px !important;
}
#suntory_contents .-mt-pc40-sp24 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc40-sp24 {
    margin-top: 24px !important;
  }
}
#suntory_contents .-mt-pc35-sp29 {
  margin-top: 35px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc35-sp29 {
    margin-top: 29px !important;
  }
}
#suntory_contents .-mt-pc33-sp6 {
  margin-top: 33px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc33-sp6 {
    margin-top: 6px !important;
  }
}
#suntory_contents .-mt-pc32-sp20 {
  margin-top: 32px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc32-sp20 {
    margin-top: 20px !important;
  }
}
#suntory_contents .-mt-pc32-sp13 {
  margin-top: 32px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc32-sp13 {
    margin-top: 13px !important;
  }
}
#suntory_contents .-mt-pc24-sp16 {
  margin-top: 24px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc24-sp16 {
    margin-top: 16px !important;
  }
}
#suntory_contents .-mt-pc20-sp20 {
  margin-top: 20px !important;
}
#suntory_contents .-mt-pc20-sp16 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc20-sp16 {
    margin-top: 16px !important;
  }
}
#suntory_contents .-mt-pc16-sp16 {
  margin-top: 16px !important;
}
#suntory_contents .-mt-pc16-sp12 {
  margin-top: 16px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc16-sp12 {
    margin-top: 12px !important;
  }
}
#suntory_contents .-mt-pc10-sp12 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc10-sp12 {
    margin-top: 12px !important;
  }
}
#suntory_contents .-mt-pc12-sp8 {
  margin-top: 12px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc12-sp8 {
    margin-top: 8px !important;
  }
}
#suntory_contents .-mt-pc0-sp0 {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc0-sp-40 {
    margin-top: -40px !important;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc0-sp28 {
    margin-top: 28px !important;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc0-sp8 {
    margin-top: 8px !important;
  }
}
#suntory_contents .-mt-pc0-sp0 {
  margin-top: 0 !important;
}
#suntory_contents .-mt--pc100--64 {
  margin-top: -100px !important;
}
#suntory_contents .-mb-pc100-sp80 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mb-pc100-sp80 {
    margin-bottom: 80px !important;
  }
}
#suntory_contents .-mb-pc80-sp64 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mb-pc80-sp64 {
    margin-bottom: 64px !important;
  }
}
#suntory_contents .-mb-pc64-sp40 {
  margin-bottom: 64px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mb-pc64-sp40 {
    margin-bottom: 40px !important;
  }
}
#suntory_contents .-mb-pc60-sp40 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mb-pc60-sp40 {
    margin-bottom: 40px !important;
  }
}
#suntory_contents .-mb-pc55-sp23 {
  margin-bottom: 53px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mb-pc55-sp23 {
    margin-bottom: 23px !important;
  }
}
#suntory_contents .-mb-pc48-sp24 {
  margin-bottom: 48px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mb-pc48-sp24 {
    margin-bottom: 24px !important;
  }
}
#suntory_contents .-mb-pc48-sp40 {
  margin-bottom: 48px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mb-pc48-sp40 {
    margin-bottom: 40px !important;
  }
}
#suntory_contents .-mb-pc40-sp24 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mb-pc40-sp24 {
    margin-bottom: 24px !important;
  }
}
#suntory_contents .-mt-pc40-sp0 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc40-sp0 {
    margin-top: 0 !important;
  }
}
#suntory_contents .-mb-pc32-sp64 {
  margin-bottom: 32px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mb-pc32-sp64 {
    margin-bottom: 64px !important;
  }
}
#suntory_contents .-mb-pc32-sp0 {
  margin-bottom: 32px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mb-pc32-sp0 {
    margin-bottom: 0 !important;
  }
}
#suntory_contents .-mb-pc28-sp28 {
  margin-bottom: 28px !important;
}
#suntory_contents .-mb-pc32-sp16 {
  margin-bottom: 32px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mb-pc32-sp16 {
    margin-bottom: 16px !important;
  }
}
#suntory_contents .-mb-pc29-sp29 {
  margin-bottom: 29px !important;
}
#suntory_contents .-mb-pc24-sp16 {
  margin-bottom: 24px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mb-pc24-sp16 {
    margin-bottom: 16px !important;
  }
}
#suntory_contents .-mt-pc18-sp9 {
  margin-top: 18px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc18-sp9 {
    margin-top: 9px !important;
  }
}
#suntory_contents .-mb-pc16-sp28 {
  margin-bottom: 16px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mb-pc16-sp28 {
    margin-bottom: 28px !important;
  }
}
#suntory_contents .-mb-pc16-sp12 {
  margin-bottom: 16px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mb-pc16-sp12 {
    margin-bottom: 12px !important;
  }
}
#suntory_contents .-mb-pc12-sp8 {
  margin-bottom: 12px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mb-pc12-sp8 {
    margin-bottom: 8px !important;
  }
}
#suntory_contents .-mb-pc8-sp4 {
  margin-bottom: 8px !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mb-pc8-sp4 {
    margin-bottom: 4px !important;
  }
}
#suntory_contents .-mb-pc0-sp0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-mt-pc0-sp-48 {
    margin-top: 48px !important;
  }
}
#suntory_contents .-ml-pc4-sp0 {
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .-ml-pc4-sp0 {
    margin-left: 0;
  }
}
#suntory_contents .-mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
#suntory_contents .-color-light-blue {
  color: blue;
}
#suntory_contents .-color-primary {
  color: #236371;
}
#suntory_contents .-color-green {
  color: #328036;
}
#suntory_contents .-color-red {
  color: #e40707;
}
#suntory_contents .-color-purple {
  color: purple;
}
#suntory_contents .-color-orange {
  color: #b85500;
}
#suntory_contents .-border-light-blue {
  border: 1px solid #236371;
}
#suntory_contents .-border-bottom-primary {
  border-bottom: 1px solid #80aab3;
}
#suntory_contents .bg01 {
  position: absolute;
  top: -3%;
  left: 0%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .bg01 {
    top: 16%;
  }
}
#suntory_contents .bg01__image {
  width: 36.4583333333vw;
  max-width: 700px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #suntory_contents .bg01__image {
    width: initial;
    max-width: 291px;
    height: auto;
  }
}
#suntory_contents .bg02 {
  position: absolute;
  top: 24%;
  right: 0%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .bg02 {
    top: 42%;
  }
}
#suntory_contents .bg02__image {
  width: 30.9375vw;
  max-width: 594px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #suntory_contents .bg02__image {
    width: initial;
    max-width: 200px;
  }
}
#suntory_contents .bg03 {
  position: absolute;
  bottom: 29%;
  left: 0%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .bg03 {
    bottom: 28%;
  }
}
#suntory_contents .bg03__image {
  width: 35.1041666667vw;
  max-width: 674px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #suntory_contents .bg03__image {
    width: initial;
    max-width: 226px;
  }
}
#suntory_contents .bg04 {
  position: absolute;
  bottom: 3%;
  right: 0;
}
@media screen and (max-width: 767px) {
  #suntory_contents .bg04 {
    bottom: 1%;
  }
}
#suntory_contents .bg04__image {
  width: 38.0208333333vw;
  max-width: 730px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #suntory_contents .bg04__image {
    width: initial;
    max-width: 260px;
  }
}
#suntory_contents .line01,
#suntory_contents .line02,
#suntory_contents .line03,
#suntory_contents .line04,
#suntory_contents .line05,
#suntory_contents .line06 {
  position: absolute;
}
@media screen and (max-width: 767px) {
  #suntory_contents .line01,
  #suntory_contents .line02,
  #suntory_contents .line03,
  #suntory_contents .line04,
  #suntory_contents .line05,
  #suntory_contents .line06 {
    display: none;
  }
}
#suntory_contents .line01 {
  top: 6%;
  left: 0%;
  width: 16.9270833333vw;
}
#suntory_contents .line02 {
  top: 23%;
  right: 3%;
  width: 17.34375vw;
}
#suntory_contents .line03 {
  top: 33%;
  left: 0;
  width: 10.8333333333vw;
}
#suntory_contents .line04 {
  bottom: 24%;
  right: 0;
  width: 14.0104166667vw;
}
#suntory_contents .line05 {
  bottom: 6%;
  left: 1%;
  width: 19.1666666667vw;
}
#suntory_contents .line06 {
  bottom: 15%;
  right: 2%;
  width: 18.9583333333vw;
}
#suntory_contents .line07 {
  position: absolute;
  right: 2%;
  bottom: 1%;
}
#suntory_contents .line01-sp,
#suntory_contents .line02-sp,
#suntory_contents .line03-sp,
#suntory_contents .line06-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #suntory_contents .line01-sp,
  #suntory_contents .line02-sp,
  #suntory_contents .line03-sp,
  #suntory_contents .line06-sp {
    display: block;
    position: absolute;
  }
}
#suntory_contents .line01-sp {
  display: none;
  top: 14%;
  left: 0%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .line01-sp {
    top: 21.6%;
    left: 0%;
  }
}
#suntory_contents .line02-sp {
  display: none;
  top: 38%;
  right: 0;
}
@media screen and (max-width: 767px) {
  #suntory_contents .line02-sp {
    top: 46%;
    right: 0;
  }
}
#suntory_contents .line03-sp {
  display: none;
  top: 60.5%;
  left: 0;
}
@media screen and (max-width: 767px) {
  #suntory_contents .line03-sp {
    top: initial;
    left: 0;
    bottom: 27.9%;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .line06-sp {
    bottom: 4.5%;
    right: 0%;
  }
}
#suntory_contents .bg55 {
  display: block;
}
@media (hover: hover) {
  #suntory_contents .bg55:where(:any-link, :enabled, summary):hover {
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267.506%22%20height%3D%2294.329%22%20viewBox%3D%220%200%2067.506%2094.329%22%3E%20%3Cdefs%3E%20%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.358%22%20y1%3D%220.297%22%20x2%3D%220.829%22%20y2%3D%221.09%22%20gradientUnits%3D%22objectBoundingBox%22%3E%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%235bc2dc%22%2F%3E%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23105c6f%22%2F%3E%20%3C%2FlinearGradient%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22%E9%9B%AB%22%20d%3D%22M33.753%2C94.329A32.918%2C32.918%2C0%2C0%2C1%2C10.259%2C84.237a36.551%2C36.551%2C0%2C0%2C1-10.2-23.6C-.66%2C47.932%2C4.921%2C37.074%2C7.97%2C31.84%2C13.083%2C23.063%2C19.851%2C15.389%2C26.453%2C7.9c2.353-2.67%2C4.706-5.341%2C7.3-7.9%2C2.594%2C2.556%2C4.948%2C5.227%2C7.3%2C7.9%2C6.6%2C7.492%2C13.37%2C15.166%2C18.483%2C23.943%2C3.05%2C5.234%2C8.631%2C16.092%2C7.906%2C28.8a36.548%2C36.548%2C0%2C0%2C1-10.195%2C23.6A32.918%2C32.918%2C0%2C0%2C1%2C33.753%2C94.329%22%20transform%3D%22translate(0)%22%20fill%3D%22url(%23linear-gradient)%22%2F%3E%3C%2Fsvg%3E");
  }
}
#suntory_contents .icon-top01,
#suntory_contents .icon-top02,
#suntory_contents .icon-top03,
#suntory_contents .icon-top04,
#suntory_contents .icon-top05,
#suntory_contents .icon-top06 {
  position: absolute;
}
@media screen and (max-width: 767px) {
  #suntory_contents .icon-top01,
  #suntory_contents .icon-top02,
  #suntory_contents .icon-top03,
  #suntory_contents .icon-top04,
  #suntory_contents .icon-top05,
  #suntory_contents .icon-top06 {
    display: none;
  }
}
#suntory_contents .icon-top01 {
  top: 35.5%;
  right: 39%;
  width: 8.8541666667vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  #suntory_contents .icon-top01 {
    width: 34px;
    height: 36px;
  }
}
#suntory_contents .icon-top02 {
  top: 36.5%;
  right: 31%;
  width: 6.1458333333vw;
}
#suntory_contents .icon-top03 {
  top: 41%;
  right: 23%;
  width: 6.5104166667vw;
}
#suntory_contents .icon-top04 {
  top: 45%;
  right: 17%;
  width: 4.7395833333vw;
}
#suntory_contents .icon-top05 {
  top: 49%;
  right: 16%;
  width: 2.4479166667vw;
}
#suntory_contents .icon-top06 {
  top: 53%;
  right: 15%;
  width: 4.5833333333vw;
}

.bg-gradation-blue01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: ellipse(180% 80% at 50% 80%);
  background: rgb(236, 247, 250);
  background: linear-gradient(0deg, rgb(236, 247, 250) 0%, rgb(234, 247, 250) 70%, rgb(202, 234, 242) 100%);
}
@media screen and (max-width: 767px) {
  .bg-gradation-blue01 {
    clip-path: ellipse(280% 80% at 50% 80%);
  }
}
.bg-gradation-blue01.-susResourceBottle {
  clip-path: ellipse(140% 80% at 50% 80%);
}
@media screen and (max-width: 767px) {
  .bg-gradation-blue01.-susResourceBottle {
    clip-path: ellipse(280% 80% at 50% 80%);
  }
}
.bg-gradation-blue01.-susEarthBanner {
  top: -100px;
  clip-path: ellipse(80% 80% at 50% 80%);
}
@media screen and (max-width: 767px) {
  .bg-gradation-blue01.-susEarthBanner {
    top: -57px;
  }
}
.bg-gradation-blue01.-jiten-top {
  clip-path: ellipse(140% 80% at 50% 80%) !important;
}
@media screen and (max-width: 767px) {
  .bg-gradation-blue01.-jiten-top {
    clip-path: ellipse(340% 80% at 50% 80%) !important;
  }
}
.bg-gradation-blue01.-jiten {
  clip-path: ellipse(280% 80% at 50% 80%) !important;
}
@media screen and (max-width: 767px) {
  .bg-gradation-blue01.-jiten {
    clip-path: ellipse(480% 80% at 50% 80%) !important;
  }
}
.bg-gradation-blue01.-knowledge-detail {
  clip-path: ellipse(330% 80% at 50% 80%) !important;
}
@media screen and (max-width: 767px) {
  .bg-gradation-blue01.-knowledge-detail {
    clip-path: ellipse(700% 80% at 50% 80%) !important;
  }
}

.bg-gradation-blue02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: ellipse(110% 80% at 50% 80%);
  background: rgb(236, 247, 250);
  background: linear-gradient(0deg, rgb(236, 247, 250) 0%, rgb(234, 247, 250) 70%, rgb(202, 234, 242) 100%);
}
@media screen and (max-width: 767px) {
  .bg-gradation-blue02 {
    clip-path: ellipse(280% 80% at 50% 80%);
  }
}

.bg-gradation-blue03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: ellipse(180% 80% at 50% 80%);
  background: rgb(234, 247, 250);
  background: linear-gradient(0deg, rgba(234, 247, 250, 0) 0%, rgb(236, 247, 250) 20%, rgb(234, 247, 250) 70%, rgb(202, 234, 242) 100%);
}
@media screen and (max-width: 767px) {
  .bg-gradation-blue03 {
    clip-path: ellipse(280% 80% at 50% 80%);
  }
}
@media screen and (max-width: 767px) {
  .bg-gradation-blue03.-earth-global {
    clip-path: ellipse(400% 80% at 50% 80%);
  }
}

.bg-gradation-blue03-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: ellipse(120% 80% at 50% 80%);
  background: rgb(234, 247, 250);
  background: linear-gradient(0deg, rgba(234, 247, 250, 0) 0%, rgb(236, 247, 250) 20%, rgb(234, 247, 250) 70%, rgb(202, 234, 242) 100%);
}
@media screen and (max-width: 767px) {
  .bg-gradation-blue03-1 {
    clip-path: ellipse(180% 80% at 50% 80%);
  }
}

.bg-gradation-blue04 {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: ellipse(100% 80% at 50% 80%);
  background: rgb(234, 247, 250);
  background: linear-gradient(0deg, rgba(234, 247, 250, 0) 0%, rgb(236, 247, 250) 20%, rgb(234, 247, 250) 70%, rgb(202, 234, 242) 100%);
}
@media screen and (max-width: 767px) {
  .bg-gradation-blue04 {
    clip-path: ellipse(180% 80% at 50% 80%);
  }
}

.bg-gradation-blue05 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: ellipse(180% 80% at 50% 80%);
  background: rgb(236, 247, 250);
  background: linear-gradient(0deg, rgb(236, 247, 250) 0%, rgb(234, 247, 250) 70%, rgb(202, 234, 242) 100%);
}
@media screen and (max-width: 767px) {
  .bg-gradation-blue05 {
    clip-path: ellipse(280% 80% at 50% 80%);
  }
}

.bg-gradation-white01 {
  background: #ffffff;
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: ellipse(180% 80% at 50% 80%);
}
@media screen and (max-width: 767px) {
  .bg-gradation-white01 {
    top: -60px;
    clip-path: ellipse(280% 80% at 50% 80%);
  }
}
.bg-gradation-white01.-resource {
  top: 0;
  clip-path: ellipse(200% 80% at 50% 80%);
}
@media screen and (max-width: 767px) {
  .bg-gradation-white01.-resource {
    top: -10px;
    clip-path: ellipse(320% 80% at 50% 80%);
  }
}
@media screen and (max-width: 767px) {
  .bg-gradation-white01.-knowledgeMvTop {
    top: -70px;
    clip-path: ellipse(390% 80% at 50% 80%);
  }
}

.bg-gradation-white02 {
  background: #ffffff;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: ellipse(180% 80% at 50% 80%);
}

.bg-top-white03 {
  background: #ffffff;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: ellipse(150% 80% at 50% 80%);
}
@media screen and (max-width: 767px) {
  .bg-top-white03 {
    clip-path: ellipse(200% 80% at 50% 80%);
  }
}

.bg-gradation-white04 {
  background: #ffffff;
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: ellipse(240% 80% at 50% 80%);
}
@media screen and (max-width: 767px) {
  .bg-gradation-white04 {
    top: -120px;
    clip-path: ellipse(350% 80% at 50% 80%);
  }
}

.bg-gradation-white05 {
  background: #ffffff;
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: ellipse(190% 80% at 50% 80%);
}
@media screen and (max-width: 767px) {
  .bg-gradation-white05 {
    top: -64px;
    clip-path: ellipse(350% 80% at 50% 80%);
  }
}

.bg-gradation-white06 {
  background: #ffffff;
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: ellipse(180% 80% at 50% 80%);
}
@media screen and (max-width: 767px) {
  .bg-gradation-white06 {
    top: -120px;
    clip-path: ellipse(350% 80% at 50% 80%);
  }
}

.cCtaBanner {
  position: relative;
  text-align: center;
}
.cCtaBanner.-susResourceStory {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .cCtaBanner.-susResourceStory {
    margin-top: 24px;
    padding-bottom: 40px;
  }
}
.cCtaBanner.-susForestWater {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .cCtaBanner.-susForestWater {
    margin-top: 64px;
  }
}

.cCtaBanner__link {
  display: inline-block;
}
.cCtaBanner__link .cPicture__image {
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .cCtaBanner__link:where(:any-link, :enabled, summary):hover .cPicture__image {
    opacity: 0.85;
  }
}

.cCtaBanner__image {
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .cCtaBanner__image {
    width: 100%;
    height: auto;
  }
}