@charset "UTF-8";
/* mixin css */
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, blockquote, form, table, input {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, th, td {
  font-size: 100%;
  font-weight: bold;
}

th, td {
  line-height: 1.4;
  text-align: left;
}

img {
  border: none;
  vertical-align: bottom;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

/* animation
--------------------------------------------------------------------*/
.centerBox {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#newpkg {
  -webkit-font-smoothing: auto;
}
#newpkg #kv-wrap p, #newpkg #localNav li a:after {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#newpkg #area-product #product-head:after, #newpkg #area-product #product-content:after {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

#topicPath {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
}
#topicPath li > a {
  color: #fff;
  text-decoration: none;
}

.newpkg #newpkg {
  min-width: 1080px;
  overflow: auto;
  background: #f5f5f5;
  font-family: "Hiragino Maru Gothic W4 JIS2004", "foo", "游ゴシック", YuGothic, sans-serif;
}
.newpkg #newpkg #area-tvcm #cm1Menu:after, .newpkg #newpkg #area-product #product-content div:last-child ul:after, .newpkg #newpkg #recycle-area .section .step-list:after {
  display: block;
  clear: both;
  content: "";
}
.newpkg #newpkg a {
  text-decoration: none;
}
.newpkg #newpkg div {
  box-sizing: border-box;
}
.newpkg #newpkg a img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newpkg #newpkg #kv-wrap {
  position: relative;
  width: 100%;
  height: 758px;
  overflow: hidden;
  background: #eeeeee;
}
.newpkg #newpkg #kv-wrap:after {
  margin: auto;
  display: block;
  position: absolute;
  top: -85px;
  right: 70px;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 400px;
  height: 190px;
  background: url(/newpkg-common/images/pc/head-copy-bg2.png) no-repeat;
  content: "";
}
.newpkg #newpkg #kv-wrap h1, .newpkg #newpkg #kv-wrap p {
  position: absolute;
}
.newpkg #newpkg #kv-wrap h1 {
  top: 25px;
  left: 28px;
}
.newpkg #newpkg #kv-wrap p {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newpkg #newpkg #kv-wrap p.pkg {
  bottom: -17%;
  left: 41%;
  z-index: 2;
  width: 1030px;
  height: 891px;
}
.newpkg #newpkg #kv-wrap p.pkg img {
  width: 100%;
}
.newpkg #newpkg #kv-wrap p.copy {
  right: 45%;
  bottom: 11%;
  z-index: 1;
  width: 606px;
  height: 121px;
}
.newpkg #newpkg #kv-wrap p.copy:before {
  display: block;
  position: absolute;
  top: -35px;
  left: -220%;
  z-index: -1;
  width: 300%;
  height: 190px;
  background: url(/newpkg-common/images/pc/head-copy-bg-x.png) repeat-x;
  content: "";
}
.newpkg #newpkg #kv-wrap p.icon {
  top: 50%;
  z-index: 3;
  width: 81px;
  height: 85px;
}
.newpkg #newpkg #kv-wrap p.icon a {
  display: block;
  width: 81px;
  height: 85px;
  background: url(/newpkg-common/images/pc/icon-scroll.png) no-repeat center top;
}
.newpkg #newpkg #kv-wrap p.icon a:hover {
  background-position: 0 -95px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newpkg #newpkg #localNav {
  /* top: -80px; */
  margin-top: -80px;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 80px;
  background: url(/newpkg-common/images/pc/gnav-bg.png) repeat-x;
}
.newpkg #newpkg #localNav:after {
  display: block;
  position: absolute;
  bottom: -7px;
  width: 100%;
  height: 3px;
  background: #0077c3;
  content: "";
}
.newpkg #newpkg #localNav ul {
  display: table;
  width: 100%;
  text-align: center;
}
.newpkg #newpkg #localNav li {
  display: table-cell;
  width: 33%;
  height: 80px;
}
.newpkg #newpkg #localNav li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 80px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newpkg #newpkg #localNav li a:hover {
  background: #15227d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newpkg #newpkg #localNav li a:after {
  display: block;
  position: absolute;
  top: 60%;
  width: 8px;
  height: 5px;
  background: url(/newpkg-common/images/pc/icon-arrow.png) no-repeat;
  content: "";
}
.newpkg #newpkg #contents-wrap {
  padding-top: 80px;
  width: 100%;
  background: #f5f5f5;
}
.newpkg #newpkg #contents-wrap .section {
  margin: 0 auto;
  display: block;
  width: 1000px;
}
.newpkg #newpkg #contents-wrap h1 {
  color: #15227d;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
}
.newpkg #newpkg #contents-wrap h1.min {
  letter-spacing: -0.08em;
}
.newpkg #newpkg #contents-wrap h1 span {
  display: block;
  font-size: 16px;
}
.newpkg #newpkg #contents-wrap h4.sub-head {
  border-bottom: 4px solid #15227d;
  color: #15227d;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
.newpkg #newpkg #contents-wrap h4.sub-head.head-cm {
  margin: 0 0 20px 0;
  padding: 35px 0 8px 0;
  background: url(/newpkg-common/images/pc/icon-cap.png) no-repeat bottom left;
}
.newpkg #newpkg #contents-wrap h4.sub-head .second {
  font-size: 20px;
}
.newpkg #newpkg #area-tvcm {
  padding: 80px 20px 0 20px;
}
.newpkg #newpkg #area-tvcm a {
  display: block;
  color: #1a2731;
  cursor: pointer;
}
.newpkg #newpkg #area-tvcm .cmBlock {
  margin: 0 auto;
  width: 960px;
}
.newpkg #newpkg #area-tvcm #cm1Menu {
  margin: 25px auto 50px;
  padding: 0;
  display: block;
  width: 800px;
  overflow-x: scroll;
  box-sizing: border-box;
}
.newpkg #newpkg #area-tvcm #cm1Menu li {
  padding: 0 0 35px 10px;
  display: table-cell;
  position: relative;
  width: 140px;
}
.newpkg #newpkg #area-tvcm #cm1Menu li:first-child {
  padding-left: 0;
}
.newpkg #newpkg #area-tvcm #cm1Menu li:first-child a:hover:after {
  left: 0;
}
.newpkg #newpkg #area-tvcm #cm1Menu li:first-child.active:after {
  left: 0;
}
.newpkg #newpkg #area-tvcm #cm1Menu li a:hover {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newpkg #newpkg #area-tvcm #cm1Menu li a:hover:after {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 100;
  width: 140px;
  height: 79px;
  background: rgba(49, 144, 205, 0.6);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
}
.newpkg #newpkg #area-tvcm #cm1Menu li.active:before {
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 10;
  width: 20px;
  height: 20px;
  background: url(/newpkg-common/images/pc/icon-current.png) no-repeat;
  content: "";
}
.newpkg #newpkg #area-tvcm #cm1Menu li.active:after {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 140px;
  height: 79px;
  background: rgba(49, 144, 205, 0.6);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
}
.newpkg #newpkg #area-tvcm #cm1Menu .cmTtl {
  padding-top: 0.25em;
  display: block;
  line-height: 1.5;
}
.newpkg #newpkg #area-tvcm #cm1Menu .thumbNone {
  display: none;
}
.newpkg #newpkg #area-tvcm #cm1Menu .jspHorizontalBar {
  background: #fff;
}
.newpkg #newpkg #area-tvcm #cm1Menu .jspTrack {
  position: relative;
  background: #fff;
  box-sizing: border-box;
}
.newpkg #newpkg #area-tvcm #cm1Menu .jspTrack:after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #fff;
  content: "";
}
.newpkg #newpkg #area-tvcm #cm1Menu .jspDrag {
  border: solid 2px #fff;
  border-radius: 4px;
  background: #0077c3;
}
.newpkg #newpkg #area-tvcm #cm1th {
  margin: 0 auto;
  position: relative;
  width: 800px;
  height: 450px;
}
.newpkg #newpkg #area-tvcm #cm1th a.first-movie {
  display: block;
  position: absolute;
  top: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
}
.newpkg #newpkg #area-tvcm #cm1th a.first-movie.dis-no {
  display: none;
}
.newpkg #newpkg #area-tvcm #cm1th:after {
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(/newpkg-common/images/pc/cm-thumb1.jpg) no-repeat;
  content: "";
}
.newpkg #newpkg #area-tvcm #cm1th:hover {
  cursor: pointer;
}
.newpkg #newpkg #area-tvcm #cm1th.noBgi:after {
  background: #000;
}
.newpkg #newpkg #area-tvcm #cm1Movie {
  position: relative;
  z-index: 10;
}
.newpkg #newpkg .cm-head {
  padding: 60px 0;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*
  	&:after {
  	content: '';
  	display: block;
  	position: absolute;
  	width: 0;
  	height: 0;
  	border: 45px solid transparent;
  	border-top: 35px solid #fff;
  	top: 125%;
  	}
  */
}
.newpkg #newpkg .cm-head:before {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 244px;
  height: 280px;
  background: url(/newpkg-common/images/pc/head-product-bg.png) no-repeat center left;
  background-size: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
}
.newpkg #newpkg #area-product {
  width: 100%;
  background: url(/newpkg-common/images/pc/product-bg.png) repeat-y center top;
}
.newpkg #newpkg #area-product > .section {
  padding: 0 0 50px 0;
}
.newpkg #newpkg #area-product #product-head {
  padding: 60px 0;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*
  	&:before {
  		content: '';
  		display: block;
  		position: absolute;
  		background: url(/newpkg-common/images/pc/head-product-bg.png) no-repeat center left;
  		background-size: 100%;
  		width: 244px;
  		height: 280px;
  		bottom: -4px;
  		left: 0;
  		-webkit-transition: all 0.5s ease;
  		-moz-transition: all 0.5s ease;
  		-ms-transition: all 0.5s ease;
  		-o-transition: all 0.5s ease;
  		transition: all 0.5s ease;
  	}
  */
}
.newpkg #newpkg #area-product #product-head:after {
  border: 45px solid transparent;
  border-top: 35px solid #fff;
  display: block;
  position: absolute;
  top: 125%;
  width: 0;
  height: 0;
  content: "";
}
.newpkg #newpkg #area-product #product-content {
  margin: 0 0 90px 0;
  padding: 110px 0 0 0;
  display: table;
  position: relative;
  width: 1000px;
}
.newpkg #newpkg #area-product #product-content:after {
  display: block;
  position: absolute;
  top: 360px;
  right: -120px;
  width: 386px;
  height: 863px;
  background: url(/newpkg-common/images/pc/product-pkg.png) no-repeat center top;
  content: "";
}
.newpkg #newpkg #area-product #product-content div {
  display: table-cell;
  width: 50%;
}
.newpkg #newpkg #area-product #product-content div dl dt {
  letter-spacing: -0.05em;
}
.newpkg #newpkg #area-product #product-content div dl dd {
  letter-spacing: -0.05em;
}
.newpkg #newpkg #area-product #product-content div dl dd.first {
  padding: 45px 0;
  height: 2em;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.newpkg #newpkg #area-product #product-content div dl dd:last-child {
  margin: 0 0 40px 0;
  font-size: 15px;
}
.newpkg #newpkg #area-product #product-content div:first-child {
  padding: 0 190px 0 0;
}
.newpkg #newpkg #area-product #product-content div:first-child dl dd.first {
  padding: 55px 0;
  height: 1em;
  color: #15227d;
}
.newpkg #newpkg #area-product #product-content div:first-child ul li {
  width: 100%;
}
.newpkg #newpkg #area-product #product-content div:first-child ul li:first-child {
  margin: 0 0 20px 0;
}
.newpkg #newpkg #area-product #product-content div:first-child ul li:last-child {
  text-align: right;
}
.newpkg #newpkg #area-product #product-content div:first-child ul li.centerItem {
  margin: 0;
}
.newpkg #newpkg #area-product #product-content div:last-child {
  padding: 0 0 0 190px;
}
.newpkg #newpkg #area-product #product-content div:last-child dl dd.first {
  color: #0077c3;
}
.newpkg #newpkg #area-product #product-content div:last-child ul li {
  margin-bottom: 6%;
  float: left;
  width: 48%;
}
.newpkg #newpkg #area-product #product-content div:last-child ul li:nth-child(odd) {
  margin-right: 4%;
}
.newpkg #newpkg #area-product #product-content div:last-child ul li.centerItem {
  margin: 0;
}
.newpkg #newpkg #area-product #product-content div .convenience {
  text-align: center;
}
.newpkg #newpkg #area-product #product-content div .convenience .centerItem {
  margin: 0;
  padding: 0.25em 0 0;
  display: inline-block;
  float: none;
}
.newpkg #newpkg #recycle-area {
  padding: 45px 0 70px 0;
  padding-top: 79px;
}
.newpkg #newpkg #recycle-area .title-recicle {
  margin: 0 0 35px 0;
  padding: 0 !important;
  position: relative;
  width: 980px;
  height: 40px;
  color: #fff;
  background: #3282ca;
  font-size: 24px !important;
  line-height: 40px;
  text-align: center;
}
.newpkg #newpkg #recycle-area .title-recicle:after {
  border-top: 40px solid #3282ca;
  border-right: 20px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 0px;
  height: 0;
  text-align: center;
  content: "";
}
.newpkg #newpkg #recycle-area .title-recicle .anchor {
  display: block;
  position: absolute;
  top: -40px;
}
.newpkg #newpkg #recycle-area h1 {
  margin: 0 auto;
  padding: 35px 0 75px 0;
  width: 1000px;
}
.newpkg #newpkg #recycle-area .section p:first-child {
  padding: 35px 0;
  font-size: 18px;
  text-align: center;
}
.newpkg #newpkg #recycle-area .section .step-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newpkg #newpkg #recycle-area .section .step-list.margin-bottom {
  margin: 0px auto 60px;
}
.newpkg #newpkg #recycle-area .section .step-list li {
  margin: 0 0 5px 0;
  float: none;
  width: 240px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.05em;
  font-size-margin: 0 0 10px 0;
}
.newpkg #newpkg #recycle-area .section .step-list li:nth-child(3n) {
  margin: 0 0 0 0;
}
.newpkg #newpkg #recycle-area .section .step-list li img {
  margin-bottom: 1em;
}
.newpkg #newpkg #recycle-area .section .step-list li dt {
  border-bottom: solid 1px #e60012;
  display: inline-block;
  width: auto;
  color: #e60012;
  font-size: 24px;
  line-height: 1;
}
.newpkg #newpkg #recycle-area .section .step-list li dd {
  margin-top: 0.5em;
}
.newpkg #newpkg #recycle-area .section .step-list:after {
  content: none;
}
.newpkg #newpkg #recycle-area .section .step-list.five-rows li {
  width: 190px;
}
.newpkg #newpkg #recycle-area .section .step-list.five-rows li:nth-child(2) {
  width: 392.5px;
}
.newpkg #newpkg #recycle-area .section .step-list.five-rows li dt {
  font-size: 21px;
}
.newpkg #newpkg #recycle-area .section .mark-description {
  margin: 40px auto 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 800px;
  font-size: 14px;
  line-height: 1.2857142857;
  text-align: center;
}
.newpkg #newpkg #recycle-area .section .mark-description li {
  width: 250px;
}
.newpkg #newpkg #recycle-area .section .mark-description:after {
  content: none;
}
.newpkg #newpkg #recycle-area .section .mark-description {
  margin: 30px auto 60px;
  width: 800px;
}
.newpkg #newpkg #recycle-area .section .mark-description img {
  margin: 0 0 20px;
}
.newpkg #newpkg #recycle-area #open-movie1 {
  margin: 35px auto 60px auto;
  width: 800px;
}
.newpkg #newpkg #recycle-area #open-movie2 {
  margin: 35px auto 80px auto;
  margin-bottom: 45px;
  width: 800px;
}
.newpkg #newpkg #recycle-area .movieCaption {
  margin-top: 40px;
  text-align: center;
}
.newpkg #newpkg #bottom-area {
  padding: 30px 0;
  background: #fff;
}
.newpkg #newpkg .btn {
  margin: 40px auto;
  position: relative;
  width: 400px;
  height: 40px;
}
.newpkg #newpkg .btn a {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #0077c3;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.05em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newpkg #newpkg .btn a:after {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 8px;
  height: 10px;
  background: url(/newpkg-common/images/pc/icon-arrow-right.png) no-repeat;
  content: "";
}
.newpkg #newpkg .btn a:hover {
  background: #15227d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newpkg .mfp-wrap {
  min-width: 1080px;
}
.newpkg .videoModalStyle {
  margin: 0 auto;
  position: relative;
  width: 80%;
  max-width: 800px;
}
.newpkg .videoModalStyle video {
  width: 100%;
}
.newpkg .videoModalStyle .mfp-close {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  top: -50px;
  width: 40px;
  height: 40px;
  transition: 0.5s;
}
.newpkg .videoModalStyle .mfp-close img {
  width: 100%;
}
.newpkg .videoModalStyle button.mfp-close * {
  pointer-events: none;
}
.newpkg .zoomEffect .mfp-with-anim {
  transform: scale(0.8);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.newpkg .zoomEffect.mfp-bg {
  transition: all 0.3s ease-out;
  opacity: 0;
}
.newpkg .zoomEffect.mfp-ready .mfp-with-anim {
  transform: scale(1);
  opacity: 1;
}
.newpkg .zoomEffect.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.newpkg .zoomEffect.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.newpkg .zoomEffect.mfp-removing.mfp-bg {
  opacity: 0;
}

@media only screen and (min-width: 1366px) {
  #newpkg #kv-wrap p.pkg {
    left: 44%;
  }
}
@media only screen and (min-width: 1850px) {
  #newpkg #kv-wrap p.pkg {
    bottom: -6%;
    left: 45%;
    width: 1150px;
  }
  #newpkg #kv-wrap p.copy {
    right: 35%;
  }
  #newpkg #kv-wrap p.copy:before {
    left: -200%;
  }
}
@media only screen and (min-width: 2050px) {
  #newpkg #kv-wrap p.pkg {
    bottom: 18%;
    left: 47%;
    width: 1350px;
  }
  #newpkg #kv-wrap p.copy {
    right: 25%;
  }
}
@media only screen and (min-width: 2560px) {
  #newpkg #kv-wrap p.pkg {
    bottom: 27%;
    width: 1500px;
  }
  #newpkg #kv-wrap p.copy {
    right: 25%;
  }
}
@media only screen and (min-width: 2800px) {
  #newpkg #kv-wrap p.pkg {
    bottom: 40%;
    width: 1700px;
  }
  #newpkg #kv-wrap p.copy {
    right: 20%;
  }
}
@media only screen and (min-width: 1366px) {
  #newpkg #area-product #product-head:before {
    left: 0;
  }
}
/* new pkg */
@-moz-document url-prefix() {
  #newpkg #area-product #product-head::after {
    top: 100%;
  }
}
#js-footer {
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
}
#js-footer .l-footer-item-1 {
  position: relative;
  z-index: 800;
}

.notes_tokyo2020_partner {
  color: #333;
  line-height: 1.3;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
}
.notes_tokyo2020_partner.textCenter {
  margin: 0;
  position: relative;
  text-align: center;
}