.susstory {
  background-color: #f4f8fa;
}
.susstory__mainttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.susstory__mainttl > img {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .susstory__mainttl > img {
    width: 85.641025641vw;
    -webkit-transform: unset;
            transform: unset;
  }
}
.susstory__mainttl::before, .susstory__mainttl::after {
  content: "";
  display: block;
  position: absolute;
}
.susstory__mainttl::before {
  width: 282px;
  height: 194px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  top: 9px;
  left: -238px;
  background: url(/csr/img/img_mv_01.png) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .susstory__mainttl::before {
    width: 37.9487179487vw;
    height: 26.1538461538vw;
    left: -13.8461538462vw;
    top: 16.4102564103vw;
  }
}
.susstory__mainttl::after {
  width: 133px;
  height: 152px;
  right: -180px;
  top: 8px;
  background: url(/csr/img/img_mv_02.png) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .susstory__mainttl::after {
    width: 15.1282051282vw;
    height: 17.1794871795vw;
    bottom: -8.2051282051vw;
    right: -6.6666666667vw;
    top: unset;
    bottom: -2.5641025641vw;
  }
}

.story_mainArea {
  padding-inline: 20px;
  padding-top: 48px;
  padding-bottom: 240px;
  background: url(/csr/story/img/bg_story_01.svg) center top/1920px no-repeat, url(/csr/common/img/bg_footer_01.svg) center bottom/1920px no-repeat, -webkit-linear-gradient(top, #3a92bc 0%, #3a92bc 10%, #f4f8fa calc(10% + 1px), #f4f8fa 100%);
  background: url(/csr/story/img/bg_story_01.svg) center top/1920px no-repeat, url(/csr/common/img/bg_footer_01.svg) center bottom/1920px no-repeat, linear-gradient(to bottom, #3a92bc 0%, #3a92bc 10%, #f4f8fa calc(10% + 1px), #f4f8fa 100%);
}
@media only screen and (min-width: 1921px) {
  .story_mainArea {
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .story_mainArea {
    padding-top: 21px;
    padding-bottom: 126px;
    background: url(/csr/story/img/bg_story_01_sp.svg) center top/100% no-repeat, url(/csr/common/img/bg_footer_02.svg) center bottom/100% no-repeat, -webkit-linear-gradient(top, #3a92bc 0%, #3a92bc 3%, #f4f8fa calc(3% + 1px), #f4f8fa 100%);
    background: url(/csr/story/img/bg_story_01_sp.svg) center top/100% no-repeat, url(/csr/common/img/bg_footer_02.svg) center bottom/100% no-repeat, linear-gradient(to bottom, #3a92bc 0%, #3a92bc 3%, #f4f8fa calc(3% + 1px), #f4f8fa 100%);
  }
}
.story_mainArea__inner {
  max-width: 1164px;
  margin-inline: auto;
  height: 100%;
}

.story_pageTitle {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .story_pageTitle {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

.story_dateArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .story_dateArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.story_dateArea .story_date {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #3679a5;
}
@media only screen and (max-width: 767px) {
  .story_dateArea .story_date {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5454545455;
    letter-spacing: 0.02em;
  }
}

.m_tagArea {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .m_tagArea {
    margin-bottom: 3px;
  }
}
.m_tagArea > li {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.124em;
  color: #3679a5;
  border-color: #3a92bc;
  border-radius: 999px;
  padding: 2px 9px 3px;
  min-width: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .m_tagArea > li {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.124em;
    padding: 1px 10px 2px;
  }
}

.m_categoryTitle {
  color: #3a92bc;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .m_categoryTitle {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

#suntory_contents.susstory .story_cardArea,
#suntory_contents.susstory .story_groupIndexWrap {
  margin-top: 72px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents.susstory .story_cardArea,
  #suntory_contents.susstory .story_groupIndexWrap {
    margin-top: 30px;
  }
}
#suntory_contents.susstory .story_cardArea .m_groupIndex,
#suntory_contents.susstory .story_groupIndexWrap .m_groupIndex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3.6%;
     -moz-column-gap: 3.6%;
          column-gap: 3.6%;
  row-gap: 0;
}
@media only screen and (max-width: 767px) {
  #suntory_contents.susstory .story_cardArea .m_groupIndex,
  #suntory_contents.susstory .story_groupIndexWrap .m_groupIndex {
    grid-template-columns: repeat(2, 1fr);
    max-width: unset;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (max-width: 500px) {
  #suntory_contents.susstory .story_cardArea .m_groupIndex,
  #suntory_contents.susstory .story_groupIndexWrap .m_groupIndex {
    grid-template-columns: 1fr;
  }
}
#suntory_contents.susstory .story_cardArea .list_item,
#suntory_contents.susstory .story_groupIndexWrap .list_item {
  display: grid;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 42px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
@media only screen and (max-width: 767px) {
  #suntory_contents.susstory .story_cardArea .list_item,
  #suntory_contents.susstory .story_groupIndexWrap .list_item {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 500px) {
  #suntory_contents.susstory .story_cardArea .list_item,
  #suntory_contents.susstory .story_groupIndexWrap .list_item {
    width: 100%;
  }
}
#suntory_contents.susstory .story_cardArea .list_item > a .p_img,
#suntory_contents.susstory .story_groupIndexWrap .list_item > a .p_img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 360/240;
}
#suntory_contents.susstory .story_cardArea .list_item > a .p_textArea,
#suntory_contents.susstory .story_groupIndexWrap .list_item > a .p_textArea {
  row-gap: 0;
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
}
#suntory_contents.susstory .story_cardArea .list_item > a .m_tagArea,
#suntory_contents.susstory .story_groupIndexWrap .list_item > a .m_tagArea {
  -webkit-align-self: self-start;
      -ms-flex-item-align: self-start;
          align-self: self-start;
}
@media (any-hover: hover) {
  #suntory_contents.susstory .story_cardArea .list_item > a:hover,
  #suntory_contents.susstory .story_groupIndexWrap .list_item > a:hover {
    opacity: 1;
  }
  #suntory_contents.susstory .story_cardArea .list_item > a:hover img,
  #suntory_contents.susstory .story_groupIndexWrap .list_item > a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  #suntory_contents.susstory .story_cardArea .list_item > a:hover .p_text,
  #suntory_contents.susstory .story_groupIndexWrap .list_item > a:hover .p_text {
    text-decoration: underline;
    color: #3679a5;
  }
}
#suntory_contents.susstory .story_cardArea .list_item .p_textArea,
#suntory_contents.susstory .story_groupIndexWrap .list_item .p_textArea {
  padding: 20px 24px 28px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents.susstory .story_cardArea .list_item .p_textArea,
  #suntory_contents.susstory .story_groupIndexWrap .list_item .p_textArea {
    padding: 16px 20px 24px;
  }
}
#suntory_contents.susstory .story_cardArea .list_item .p_textArea .m_tagArea + p,
#suntory_contents.susstory .story_groupIndexWrap .list_item .p_textArea .m_tagArea + p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #3679a5;
}
@media only screen and (max-width: 767px) {
  #suntory_contents.susstory .story_cardArea .list_item .p_textArea .m_tagArea + p,
  #suntory_contents.susstory .story_groupIndexWrap .list_item .p_textArea .m_tagArea + p {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5454545455;
    letter-spacing: 0.02em;
  }
}
#suntory_contents.susstory .story_cardArea .list_item .p_textArea .p_text,
#suntory_contents.susstory .story_groupIndexWrap .list_item .p_textArea .p_text {
  margin-top: 9px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  #suntory_contents.susstory .story_cardArea .list_item .p_textArea .p_text,
  #suntory_contents.susstory .story_groupIndexWrap .list_item .p_textArea .p_text {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
#suntory_contents.susstory .story_cardArea picture,
#suntory_contents.susstory .story_groupIndexWrap picture {
  overflow: hidden;
}
#suntory_contents.susstory .story_cardArea picture img,
#suntory_contents.susstory .story_groupIndexWrap picture img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
#suntory_contents.susstory .story_groupIndexWrap .list_item:nth-of-type(n + 4) {
  display: none;
}

#suntory_contents:not(.susstory-top) .susstory__mainttl {
  padding-right: 22px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .susstory__mainttl {
    padding-right: 0;
  }
}
#suntory_contents:not(.susstory-top) .susstory__mainttl::before {
  width: 265px;
  height: 182px;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  top: 35px;
  left: -233px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .susstory__mainttl::before {
    width: 37.9487179487vw;
    height: 26.1538461538vw;
    top: 11.0256410256vw;
    left: -25.641025641vw;
  }
}
#suntory_contents:not(.susstory-top) .susstory__mainttl::after {
  width: 133px;
  height: 152px;
  right: -204px;
  top: 17px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .susstory__mainttl::after {
    width: 13.5897435897vw;
    height: 15.3846153846vw;
    right: -15.8974358974vw;
    top: 12.8205128205vw;
  }
}
#suntory_contents:not(.susstory-top) .susstory__mainttl img {
  width: 540px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .susstory__mainttl img {
    width: 67.6923076923vw;
  }
}
#suntory_contents:not(.susstory-top) .story_contents {
  margin-top: 44px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .story_contents {
    margin-top: 30px;
  }
}
#suntory_contents:not(.susstory-top) .story_contents > *:last-child {
  margin-bottom: 0;
  padding-bottom: 125px;
}
#suntory_contents:not(.susstory-top) .story_mainArea {
  padding-top: 34px;
  padding-bottom: 147px;
  background: url(/csr/story/img/bg_story_02.svg) center top/1920px no-repeat, url(/csr/common/img/bg_footer_01.svg) center bottom/1920px no-repeat, -webkit-linear-gradient(top, #3a92bc 0%, #3a92bc 4%, #f4f8fa calc(4% + 1px), #f4f8fa 100%);
  background: url(/csr/story/img/bg_story_02.svg) center top/1920px no-repeat, url(/csr/common/img/bg_footer_01.svg) center bottom/1920px no-repeat, linear-gradient(to bottom, #3a92bc 0%, #3a92bc 4%, #f4f8fa calc(4% + 1px), #f4f8fa 100%);
}
@media only screen and (min-width: 1921px) {
  #suntory_contents:not(.susstory-top) .story_mainArea {
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .story_mainArea {
    padding-top: 18px;
    padding-inline: 0;
    padding-bottom: 0;
    background: url(/csr/story/img/bg_story_02_sp.svg) center top/100% no-repeat, url(/csr/common/img/bg_footer_02.svg) center bottom/100% no-repeat, -webkit-linear-gradient(top, #3a92bc 0%, #3a92bc 3%, #f4f8fa calc(3% + 1px), #f4f8fa 100%);
    background: url(/csr/story/img/bg_story_02_sp.svg) center top/100% no-repeat, url(/csr/common/img/bg_footer_02.svg) center bottom/100% no-repeat, linear-gradient(to bottom, #3a92bc 0%, #3a92bc 3%, #f4f8fa calc(3% + 1px), #f4f8fa 100%);
  }
}
#suntory_contents:not(.susstory-top) .story_bgArea {
  background-color: #fff;
  border-radius: 12px;
  padding: 64px 72px 78px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .story_bgArea {
    padding: 28px 20px 32px;
  }
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .story_bgArea + .m_sectionL {
    padding-inline: 20px;
  }
}
#suntory_contents:not(.susstory-top) .story_bgArea .m_linkBox.s_gray {
  background-color: #f4f8fa;
  border-radius: 12px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .story_bgArea .m_linkBox.s_gray {
    padding: 22px;
  }
}
#suntory_contents:not(.susstory-top) .story_bgArea .m_linkBox.s_gray ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .story_bgArea .m_linkBox.s_gray ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#suntory_contents:not(.susstory-top) .story_bgArea .m_linkBox.s_gray li {
  float: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0 !important;
}
#suntory_contents:not(.susstory-top) .story_bgArea .m_linkBox.s_gray .p_title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .story_bgArea .m_linkBox.s_gray .p_title {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
#suntory_contents:not(.susstory-top) .story_bgArea + .m_sectionL {
  margin-top: 76px !important;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .story_bgArea + .m_sectionL {
    margin-top: 36px !important;
  }
}
#suntory_contents:not(.susstory-top) .story_bgArea .story_dateArea {
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .story_bgArea .story_dateArea {
    gap: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#suntory_contents:not(.susstory-top) .story_bgArea .story_date {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3125;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .story_bgArea .story_date {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
#suntory_contents:not(.susstory-top) .story_bgArea .m_tagArea li {
  padding: 7px 12px 5px;
  margin-bottom: 0;
  margin-right: 6px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .story_bgArea .m_tagArea li {
    font-size: 1.2rem;
    padding: 5px 12px 5px;
  }
}
#suntory_contents:not(.susstory-top) .story_pageTitle {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .story_pageTitle {
    font-size: 2.1rem;
  }
}
#suntory_contents:not(.susstory-top) .m_linkBox.s_gray {
  padding: 38px 37px 41px;
  margin-bottom: 27px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .m_linkBox.s_gray {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .m_linkCol li {
    padding-inline: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .m_linkCol li:nth-child(2) {
    margin-top: 7px;
  }
}
#suntory_contents:not(.susstory-top) .m_linkCol li:nth-child(2) a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .m_linkCol li:nth-child(2) a .c_onlySp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .m_linkCol li:not(:nth-child(2)) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#suntory_contents:not(.susstory-top) .m_linkCol a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .m_linkCol a {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}
@media (any-hover: hover) {
  #suntory_contents:not(.susstory-top) .m_linkCol a:hover {
    color: #3679a5;
    text-decoration: underline !important;
  }
}
#suntory_contents:not(.susstory-top) .m_arrowLink {
  margin-block: 0 !important;
  padding-left: 29px;
}
#suntory_contents:not(.susstory-top) .m_arrowLink::before {
  width: 20px;
  height: 20px;
  background: url(/csr/esg/img/icon_link_01.svg) center/contain no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#suntory_contents:not(.susstory-top) .m_arrowLink.s_arrowAfter {
  padding-left: 0;
  padding-right: 32px;
}
#suntory_contents:not(.susstory-top) .m_arrowLink.s_arrowAfter::before {
  -webkit-transform: unset;
          transform: unset;
}
#suntory_contents:not(.susstory-top) .m_arrowLink::after {
  all: unset;
}
#suntory_contents:not(.susstory-top) .m_categoryTitle {
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .m_categoryTitle {
    margin-bottom: 20px;
  }
}
#suntory_contents:not(.susstory-top) .story_groupIndexWrap {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .story_groupIndexWrap {
    margin-top: 20px;
  }
}

.m_centerImg.s_border {
  border: none;
}
.m_centerImg.s_border img {
  border-radius: 16px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .m_centerImg.s_border img {
    border-radius: 10px;
  }
}

footer {
  margin-top: -1px;
}

.sus-totop {
  top: -17px;
}

.m_tagArea > li {
  letter-spacing: 0.06em;
}

.story_mainArea {
  padding-top: 66px;
  padding-bottom: 290px;
}
@media only screen and (max-width: 767px) {
  .story_mainArea {
    padding-top: 38px;
    padding-bottom: 157px;
  }
}

.susstory__mainttl::before {
  top: -11px;
  left: -228px;
}
@media only screen and (max-width: 767px) {
  .susstory__mainttl::before {
    top: 12.0512820513vw;
    left: -15.3846153846vw;
  }
}

.susstory__mainttl::after {
  right: -158px;
  top: -2px;
}
@media only screen and (max-width: 767px) {
  .susstory__mainttl::after {
    top: 16.6666666667vw;
    right: -9.4871794872vw;
  }
}

#suntory_contents.susstory .story_cardArea,
#suntory_contents.susstory .story_groupIndexWrap {
  margin-top: 78px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents.susstory .story_cardArea,
  #suntory_contents.susstory .story_groupIndexWrap {
    margin-top: 36px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .susstory__mainttl > img {
    width: 81.0256410256vw;
  }
}
#suntory_contents:not(.susstory-top) .susstory__mainttl img {
  width: 605px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .susstory__mainttl img {
    width: 75.1282051282vw;
  }
}

#suntory_contents:not(.susstory-top) .story_mainArea {
  padding-top: 42px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .story_mainArea {
    padding-top: 26px;
  }
}

#suntory_contents:not(.susstory-top) .susstory__mainttl::before {
  top: 27px;
  left: -211px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .susstory__mainttl::before {
    top: 9.4871794872vw;
    left: -21.7948717949vw;
  }
}

#suntory_contents:not(.susstory-top) .susstory__mainttl::after {
  right: -162px;
  top: 9px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .susstory__mainttl::after {
    top: 10.7692307692vw;
    right: -12.8205128205vw;
  }
}

@media only screen and (max-width: 767px) {
  #suntory_contents:not(.susstory-top) .story_contents > *:last-child {
    padding-bottom: 165px;
  }
}/*# sourceMappingURL=story_v2.css.map */