@media screen and (min-width: 801px) {
  .hover-under-line, .btn-more a::after {
    content: "";
    width: 100%;
    height: 1px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .content-width {
    max-width: 84vw;
    margin: 0 auto;
    position: relative;
  }
}
@-webkit-keyframes hover-underline {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50.1% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes hover-underline {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50.1% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .collabo-design .add-small {
    text-align: left;
    padding-left: 10px;
  }
  .collabo-design .point__text {
    padding: 0 20px;
  }
  .collabo-design .product__text br {
    display: none;
  }
  .collabo-design .product__point {
    font-size: clamp(12px, 1.5vw, 15px);
    line-height: 39px;
  }
  .collabo-design .product__point .em {
    font-size: clamp(14px, 1.5vw, 20px);
    letter-spacing: 0;
    margin: 0;
  }
  .collabo-design .product__component-desc dd {
    padding: 8px;
  }
  .collabo-design .product__component-desc dd br {
    display: none;
  }
  .collabo-design .tablet_none {
    display: none;
  }
  .character .character__text {
    font-weight: 600;
  }
}
@media screen and (min-width: 801px) {
  .container {
    background: -webkit-gradient(linear, left top, left bottom, from(#e5f5ed), to(#e4f4ec));
    background: linear-gradient(#e5f5ed 0%, #e4f4ec 100%);
  }
  .main {
    height: 497px;
    background: url(../img/sanrio/bg_main_pc.png) no-repeat;
    background-size: cover;
    padding: 70px 0 0;
  }
  .main__title {
    width: 600px;
    margin: 0 auto;
  }
  .anchor__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .anchor__item {
    width: 50%;
    height: 80px;
    font-size: clamp(16px, 1.9vw, 24px);
    letter-spacing: 0.06em;
    line-height: 1;
    font-weight: bold;
    position: relative;
  }
  .anchor__item .small {
    font-size: clamp(13px, 1.7vw, 16px);
    width: 100%;
    display: block;
    letter-spacing: 0.03em;
  }
  .anchor__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 100%;
    color: #5A5959;
    padding: 15px 0 10px;
  }
  .anchor__item a::after {
    content: "";
    display: block;
    line-height: 1;
    width: 10px;
    color: #5A5959;
    height: 10px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-25%) rotate(135deg);
    transform: translateY(-25%) rotate(135deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .anchor__item:first-child {
    background: #E9FFE5;
  }
  .anchor__item:nth-child(2) {
    background: #EDF4F4;
  }
  .anchor__item:nth-child(3) {
    background: #8EBADB;
  }
  .anchor__item:nth-child(3) a {
    color: #fff;
  }
  .anchor__item:nth-child(3) a::after {
    color: #fff;
  }
  .title {
    font-size: 40px;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #43A9C3;
    position: relative;
    padding-bottom: 12px;
  }
  .title::before {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    background: #43A9C3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .subtitle {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 2;
    color: #fff;
    margin-top: 14px;
  }
  .subtitle .small {
    font-size: 16px;
    display: block;
    line-height: 1;
  }
  .product__item {
    position: relative;
  }
  .collabo-design {
    text-align: center;
  }
  .collabo-design#water .product__item01 {
    background: #A4D1E6;
  }
  .collabo-design#water .product__item02 {
    background: #EDC1CB;
  }
  .collabo-design#water .product__item03 {
    background: #F2BC9E;
  }
  .collabo-design#water .product__item03 .product__detail {
    margin-top: 33px;
  }
  .collabo-design#water .product .chara__item01 {
    width: 76px;
    top: 174px;
    left: 56px;
  }
  .collabo-design#water .product .chara__item02 {
    width: 104px;
    top: 361px;
    left: 44px;
  }
  .collabo-design#water .product .chara__item03 {
    width: 56px;
    top: 284px;
    right: 92px;
  }
  .collabo-design#water .character__btn01 .character__image {
    width: 137px;
  }
  .collabo-design#heatcare {
    background: #eef4f4;
  }
  .collabo-design#heatcare .feature {
    height: auto;
    padding-top: 36px;
    background: #eef5f4;
  }
  .collabo-design#heatcare .feature * {
    color: #5A5959;
  }
  .collabo-design#heatcare .feature .add-small {
    line-height: 1;
  }
  .collabo-design#heatcare .title {
    color: #7AC8D6;
  }
  .collabo-design#heatcare .title::before {
    background: #7AC8D6;
  }
  .collabo-design#heatcare .point__block {
    border-color: #5A5959;
    font-size: 18px;
    line-height: 1.444;
    height: 72px;
    padding: 12px 0;
  }
  .collabo-design#heatcare .product * {
    color: #5A5959;
  }
  .collabo-design#heatcare .product__item01 {
    background-color: #AAC8E5;
  }
  .collabo-design#heatcare .product__item01 .product__point {
    background-color: #84A7D5;
  }
  .collabo-design#heatcare .product__item01 .product__image img {
    width: 145px;
    margin-right: 38px;
  }
  .collabo-design#heatcare .product__item02 {
    background-color: #EACAEF;
  }
  .collabo-design#heatcare .product__item02 .product__image img {
    width: 94px;
    margin: 115px 0 14px;
  }
  .collabo-design#heatcare .product__item02 .product__point {
    background-color: #F09FA9;
  }
  .collabo-design#heatcare .product__item03 {
    background-color: #FCDFBB;
  }
  .collabo-design#heatcare .product__item03 .product__image img {
    width: 96px;
    margin: 108px 29px 14px 0;
  }
  .collabo-design#heatcare .product__item03 .product__point {
    background-color: #F4BC74;
  }
  .collabo-design#heatcare .product__image {
    padding: 50px 0 18px;
  }
  .collabo-design#heatcare .product__detail {
    border-color: #5A5959;
  }
  .collabo-design#heatcare .product__detail a:before {
    color: #5A5959;
  }
  .collabo-design#heatcare .product__body .small-text {
    margin-top: 7px;
  }
  .collabo-design#heatcare .product__point {
    color: #fff;
  }
  .collabo-design#heatcare .product__point * {
    color: #fff;
  }
  .collabo-design#heatcare .chara__item01 {
    width: 123px;
    right: 44px;
    top: 83px;
  }
  .collabo-design#heatcare .chara__item01 img {
    margin: 0;
  }
  .collabo-design#heatcare .chara__item02 {
    width: 123px;
    top: 340px;
    right: 30px;
  }
  .collabo-design#heatcare .chara__item02 img {
    margin: 0;
  }
  .collabo-design#heatcare .chara__item03 {
    width: 94.5px;
    top: 95px;
    left: 66px;
  }
  .collabo-design#heatcare .chara__item03 img {
    margin: 0;
  }
  .collabo-design#heatcare .chara__item04 {
    width: 139px;
    top: 111px;
    right: 42px;
  }
  .collabo-design#heatcare .chara__item04 img {
    margin: 0;
  }
  .collabo-design#heatcare .chara__item05 {
    width: 98.5px;
    top: 224px;
    left: 36px;
  }
  .collabo-design#heatcare .chara__item05 img {
    margin: 0;
  }
  .collabo-design#heatcare .chara__item06 {
    width: 101.5px;
    top: 335px;
    right: 66px;
  }
  .collabo-design#heatcare .chara__item06 img {
    margin: 0;
  }
  .collabo-design#nuance .feature {
    background: -webkit-gradient(linear, left top, left bottom, from(#e5f5ed), to(#e4f4ec));
    background: linear-gradient(#e5f5ed 0%, #e4f4ec 100%);
  }
  .collabo-design#nuance .feature * {
    color: #5A5959;
  }
  .collabo-design#nuance .feature__title {
    color: #7AC8D6;
    letter-spacing: 0.1em;
  }
  .collabo-design#nuance .feature__title::before {
    background-color: #7AC8D6;
  }
  .collabo-design#nuance .feature__text {
    letter-spacing: 0.11em;
    margin-top: 42px;
    line-height: 1.8;
  }
  .collabo-design#nuance .feature__subtitle {
    letter-spacing: 0.1em;
    padding-right: 16px;
  }
  .collabo-design#nuance .feature__subtitle .small {
    margin: -2px 0 0 7px;
    letter-spacing: 0.03em;
  }
  .collabo-design#nuance .feature .copy {
    bottom: 24px;
  }
  .collabo-design#nuance .product {
    background: #E9FFE5;
    color: #5A5959;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .collabo-design#nuance .product__item {
    width: 50%;
    max-width: 480px;
    padding-bottom: 70px;
  }
  .collabo-design#nuance .product__component-desc {
    max-width: 100%;
  }
  .collabo-design#nuance .product__detail {
    width: 100%;
  }
  .collabo-design#nuance .product__item01 .product__title {
    letter-spacing: 0.05em;
    margin-bottom: 17px;
  }
  .collabo-design#nuance .product__item01 .product__image {
    padding: 56px 0 0px;
  }
  .collabo-design#nuance .product__item01 .product__image img {
    width: 143px;
    margin: 0;
  }
  .collabo-design#nuance .product__item01 .product__body {
    max-width: 416px;
  }
  .collabo-design#nuance .product__item02 .product__title {
    letter-spacing: 0.05em;
    margin-bottom: 17px;
  }
  .collabo-design#nuance .product__item02 .product__image {
    padding: 56px 0 0px;
  }
  .collabo-design#nuance .product__item02 .product__image img {
    width: 242px;
    margin: 10px 16px 0 0px;
  }
  .collabo-design#nuance .product__item02 .product__body {
    max-width: 416px;
  }
  .collabo-design#nuance .product__body {
    margin-top: 30px;
  }
  .collabo-design#nuance .product__body .small-text {
    max-width: 100%;
  }
  .collabo-design#nuance .product__point {
    background-color: #B5B8C4;
    margin-bottom: 20px;
  }
  .collabo-design#nuance .product__text {
    line-height: 1.5;
    margin-bottom: 18px;
    letter-spacing: 0.03em;
  }
  .collabo-design#nuance .product__text .sup {
    font-size: 11px;
    vertical-align: top;
  }
  .collabo-design#nuance .point__list {
    padding: 17px 29px;
    background: #B2B4C1;
    max-width: 370px;
    margin-bottom: 23px;
  }
  .collabo-design#nuance .point__block {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    border-color: #5A5959;
    margin: 29px auto;
  }
  .collabo-design#nuance .point__text {
    line-height: 1.6888;
  }
  .collabo-design#nuance .add-text {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    color: #5A5959;
    letter-spacing: 0.03em;
  }
  .collabo-design#nuance .chara__item01 {
    width: 72px;
    top: 100px;
    left: 230px;
  }
  .collabo-design#nuance .chara__item02 {
    width: 81px;
    right: 184px;
    top: 228px;
  }
  .collabo-design .point__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .collabo-design .point__item {
    font-size: 16px;
    letter-spacing: -0.1em;
    font-weight: bold;
    line-height: 1.4;
    color: #989BAB;
    width: 67px;
    height: 60px;
    background-color: #F1F1F2;
    border-radius: 8px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px 0 0;
  }
  .feature {
    padding: 60px 0 16px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#90bee0), to(#9dc5e4));
    background: linear-gradient(#90bee0 0%, #9dc5e4 100%);
    position: relative;
  }
  .feature__text {
    font-size: 24px;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-top: 33px;
  }
  .feature .add-small {
    font-size: 12px;
  }
  .feature .copy {
    font-size: 10px;
    position: absolute;
    right: 13px;
    bottom: 15px;
    letter-spacing: 0.03em;
  }
  .feature__point {
    margin-bottom: 40px;
  }
  .point__block {
    font-size: 20px;
    font-weight: bold;
    width: 324px;
    height: 40px;
    border: 1px solid #fff;
    margin: 20px auto;
    letter-spacing: 0.1em;
  }
  .point__block .cross {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    vertical-align: 0;
    margin-left: 2px;
  }
  .point__block .cross::before, .point__block .cross::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #5A5959;
    -webkit-transform-origin: center;
            transform-origin: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .point__block .cross::before {
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .point__block .cross::after {
    -webkit-transform: translate(-50%) rotate(-45deg);
            transform: translate(-50%) rotate(-45deg);
  }
  .point__text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7888;
  }
  .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
  }
  .product__item {
    width: 33.333%;
    padding-bottom: 80px;
  }
  .product__item01 .product__body {
    max-width: 354px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .product__item01 .product__point {
    background: #1BA8D8;
  }
  .product__item02 .product__body {
    max-width: 370px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .product__item02 .product__point {
    background: #EC7BAC;
  }
  .product__item02 .product__point em {
    margin: 0 4px 0 8px;
  }
  .product__item03 .product__body {
    max-width: 380px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .product__item03 .product__point {
    background: #F19662;
  }
  .product__item03 .product__point em {
    margin: 0 4px 0 8px;
  }
  .product__item03 .product__image img {
    margin-right: 14px;
  }
  .product__image {
    max-width: 480px;
    position: relative;
    padding: 62px 0 29px;
    margin: 0 auto;
  }
  .product__image.inview .chara li {
    -webkit-animation-name: bounceInUp;
            animation-name: bounceInUp;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .product__image img {
    width: 136px;
    margin-right: 18px;
  }
  .product .chara li {
    position: absolute;
  }
  .product .chara__item01 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .product .chara__item02 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .product .chara__item03 {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .product .chara__item04 {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .product .chara__item05 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .product .chara__item06 {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .product__body {
    text-align: left;
  }
  .product__title {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.6667;
    margin-bottom: 14px;
  }
  .product .small {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }
  .product__point {
    display: inline-block;
    height: 39px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 0 18px 0 15px;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 17px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    border-radius: 8px;
  }
  .product__point .em {
    display: inline-block;
    vertical-align: -2px;
    font-size: 20px;
    margin: 0 6px 0 0;
    letter-spacing: 0.1em;
  }
  .product__point span + .em {
    margin: 0 3px 0 9px;
  }
  .product__text {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 6px;
  }
  .product__component-desc {
    max-width: 317px;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 16px;
  }
  .product__component-desc dt {
    font-size: 14px;
    font-weight: bold;
    height: 37px;
    line-height: 40px;
    background: #DEDFE4;
    color: #5A5959;
    text-align: center;
  }
  .product__component-desc dt .sup {
    font-size: 10px;
    vertical-align: 2px;
  }
  .product__component-desc dd {
    padding: 8px 0;
    font-size: 14px;
    font-weight: bold;
    color: #5A5959;
    background-color: #fff;
    text-align: center;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product__body .small-text {
    max-width: 317px;
    font-size: 12.5px;
    text-align: right;
  }
  .product .dot__list {
    margin: 8px -5px 14px 0;
  }
  .product .dot__item {
    font-size: 14px;
    position: relative;
  }
  .product .dot__item::before {
    content: "";
    display: inline-block;
    vertical-align: 0px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 1px;
    background-color: #fff;
  }
  .product .dot__item .sup {
    font-size: 12px;
    vertical-align: top;
    margin-right: 2px;
  }
  .product .small__list li {
    font-size: 12px;
    line-height: 1.5;
    text-indent: -1em;
    margin-left: 1em;
  }
  .product__detail {
    max-width: 317px;
    width: 100%;
    margin-top: 25px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    position: relative;
  }
  .product__detail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .product__detail a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .product__detail a::before {
    content: "";
    display: block;
    color: #fff;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-25%) rotate(45deg);
    transform: translateY(-25%) rotate(45deg);
    position: absolute;
    bottom: 17px;
    right: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .character {
    text-align: center;
    padding: 60px 0;
  }
  .character__subtitle {
    font-size: 20px;
    margin-bottom: 70px;
  }
  .character__btn {
    width: 800px;
    height: 220px;
    border-radius: 110px;
    overflow: hidden;
    margin: 0 auto 40px;
  }
  .character__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .character__btn a:hover {
    opacity: 0.8;
  }
  .character__name {
    font-size: 31px;
    font-weight: bold;
    margin-bottom: 17px;
    line-height: 1.6;
    letter-spacing: 0.12em;
    padding-left: 20px;
  }
  .character__name .sub {
    display: block;
    font-size: 22px;
    letter-spacing: 0;
  }
  .character__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: left;
  }
  .character__btn01 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .character__btn02 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .character__btn03 {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .character#chara-nuance {
    background: #e1f1e9;
  }
  .character#chara-nuance .title {
    color: #7AC8D6;
  }
  .character#chara-nuance .title::before {
    background: #7AC8D6;
  }
  .character#chara-nuance .subtitle {
    color: #5A5959;
    margin-bottom: 54px;
  }
  .character#chara-nuance .character__btn01 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .character#chara-nuance .character__btn01 a {
    background-color: #A7D382;
  }
  .character#chara-nuance .character__btn01 .character__profile {
    width: 410px;
    color: #fff;
  }
  .character#chara-nuance .character__btn01 .character__name {
    padding-left: 0px;
    padding-right: 21px;
  }
  .character#chara-nuance .character__btn01 .character__image {
    width: 109px;
    margin-right: 96px;
    margin-left: 50px;
  }
  .character#chara-nuance .character__btn01 .character__text {
    padding-left: 0;
  }
  .character#chara-nuance .character__btn02 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .character#chara-nuance .character__btn02 a {
    background-color: #F09FA9;
    padding-left: 0;
  }
  .character#chara-nuance .character__btn02 .character__profile {
    width: 570px;
    color: #fff;
  }
  .character#chara-nuance .character__btn02 .character__image {
    width: 245px;
    margin-right: 25px;
  }
  .character#chara-nuance .character__btn02 .character__name {
    margin-right: 55px;
  }
  .character#chara-nuance .character__btn03 {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .character#chara-nuance .character__btn03 a {
    background-color: #F4BC74;
  }
  .character#chara-nuance .character__btn03 .character__profile {
    width: 394px;
    color: #fff;
  }
  .character#chara-nuance .character__btn03 .character__image {
    width: 187px;
    margin-top: 10px;
    margin-right: 60px;
  }
  .character#chara-nuance .character__btn03 .character__name {
    padding-left: 7px;
  }
  .character#chara-nuance .character__btn03 .character__text {
    margin-left: 0;
  }
  .character#chara-water {
    background: -webkit-gradient(linear, left top, left bottom, from(#b9d3ee), to(#d6e2f7));
    background: linear-gradient(#b9d3ee 0%, #d6e2f7 100%);
  }
  .character#chara-water .character__btn01 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .character#chara-water .character__btn01 a {
    background-color: #42A8D8;
    padding-left: 50px;
  }
  .character#chara-water .character__btn01 .character__name {
    padding-left: 70px;
  }
  .character#chara-water .character__btn01 .character__profile {
    width: 495px;
    color: #fff;
  }
  .character#chara-water .character__btn01 .character__image {
    width: 137px;
    margin-right: 0;
    margin-top: -11px;
  }
  .character#chara-water .character__btn01 .character__text {
    padding-left: 80px;
    margin-right: -20px;
  }
  .character#chara-water .character__btn02 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .character#chara-water .character__btn02 a {
    padding-left: 30px;
    background-color: #EC7BAC;
  }
  .character#chara-water .character__btn02 .character__profile {
    width: 424px;
    color: #fff;
  }
  .character#chara-water .character__btn02 .character__image {
    width: 183px;
    margin-right: 60px;
  }
  .character#chara-water .character__btn02 .character__name {
    margin-right: 45px;
    padding-left: 10px;
  }
  .character#chara-water .character__btn03 {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .character#chara-water .character__btn03 a {
    background-color: #F19662;
    padding-left: 40px;
  }
  .character#chara-water .character__btn03 .character__profile {
    width: 440px;
    color: #fff;
  }
  .character#chara-water .character__btn03 .character__image {
    width: 127px;
    margin-right: 40px;
  }
  .character#chara-water .character__btn03 .character__name {
    padding-left: 27px;
  }
  .character#chara-water .character__btn03 .character__text {
    margin-left: 40px;
  }
  @-webkit-keyframes bounceInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(200px);
      transform: translateY(200px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes bounceInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(200px);
      transform: translateY(200px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
}
@media screen and (max-width: 800px) {
  .container {
    background: -webkit-gradient(linear, left top, left bottom, from(#e5f5ed), to(#e4f4ec));
    background: linear-gradient(#e5f5ed 0%, #e4f4ec 100%);
  }
  .main {
    background: url(../img/sanrio/bg_main_sp.png) no-repeat;
    background-size: cover;
    padding: 8.2vw 0;
  }
  .main__title {
    width: 78.6666666667vw;
    margin: 0 auto;
  }
  .anchor__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2px 0;
  }
  .anchor__item {
    width: 33.33%;
    height: 23.4666666667vw;
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
  }
  .anchor__item .small {
    font-size: 2.3vw;
    line-height: 1.2;
  }
  .anchor__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 2vw 2vw 9vw;
    color: #5A5959;
  }
  .anchor__item a::after {
    content: "";
    display: block;
    line-height: 1;
    width: 2.3vw;
    height: 2.3vw;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-25%) rotate(135deg);
    transform: translateY(-25%) rotate(135deg);
    position: absolute;
    bottom: 2vw;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .anchor__item:first-child {
    background: #DAF0D6;
  }
  .anchor__item:nth-child(2) {
    background: #EDF4F4;
  }
  .anchor__item:nth-child(3) {
    background: #8EBADB;
  }
  .anchor__item:nth-child(3) a {
    color: #fff;
  }
  .anchor__item:nth-child(3) a::after {
    color: #fff;
  }
  .title {
    font-size: 6.4vw;
    line-height: 1.25;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #43A9C3;
    position: relative;
    padding-bottom: 4.2vw;
  }
  .title::before {
    content: "";
    display: block;
    width: 21.3333333333vw;
    height: 1.3333333333vw;
    background: #43A9C3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .subtitle {
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 2.3;
    color: #fff;
    margin-top: 2.6vw;
  }
  .subtitle .small {
    font-size: 3.7333333333vw;
    display: block;
    line-height: 1;
  }
  .character__profile {
    color: #fff;
  }
  .collabo-design {
    text-align: center;
  }
  .collabo-design .product {
    background: rgb(233, 255, 229);
  }
  .collabo-design .product__item {
    width: 49%;
  }
  #water {
    background: -webkit-gradient(linear, left top, left bottom, from(#90bee0), to(#d6e2f7));
    background: linear-gradient(#90bee0 0%, #d6e2f7 100%);
  }
  #water .product__item01 {
    background: #A4D1E6;
  }
  #water .product__item02 {
    background: #EDC1CB;
  }
  #water .product__item03 {
    background: #F2BC9E;
  }
  #water .chara__item01 {
    width: 7.066667vw;
    top: 13.5vw;
    left: 2vw;
  }
  #water .chara__item02 {
    width: 7.6vw;
    top: 30.4vw;
    left: 1vw;
  }
  #water .chara__item03 {
    width: 5.533333vw;
    top: 27.8vw;
    right: 3.4vw;
  }
  #water .point__block {
    margin: 5vw auto 7vw;
  }
  #heatcare .feature {
    background: -webkit-gradient(linear, left top, left bottom, from(#90bee0), to(#9dc5e4));
    background: linear-gradient(#90bee0 0%, #9dc5e4 100%);
  }
  #heatcare .feature .title {
    color: #7AC8D6;
  }
  #heatcare .feature .title::before {
    background: #7AC8D6;
  }
  #heatcare .feature .subtitle {
    margin: 0;
  }
  #heatcare .product {
    background: #DEDEDE;
  }
  #heatcare .product * {
    color: #5A5959;
  }
  #heatcare .product__item {
    height: 155vw;
  }
  #heatcare .product__item01 {
    background-color: #AAC8E5;
  }
  #heatcare .product__item01 .product__point {
    background-color: #84A7D5;
  }
  #heatcare .product__item01 .product__image img {
    width: 13.0666666667vw;
  }
  #heatcare .product__item02 {
    background-color: #EACAEF;
    padding-top: 3vw;
  }
  #heatcare .product__item02 .product__image img {
    width: 9.6vw;
    margin: 9vw 0 0;
  }
  #heatcare .product__item02 .product__item {
    padding-top: 0;
  }
  #heatcare .product__item02 .product__point {
    background-color: #F09FA9;
  }
  #heatcare .product__item03 {
    padding-top: 3.7vw;
    background-color: #FCDFBB;
  }
  #heatcare .product__item03 .product__image img {
    width: 9.0666666667vw;
    margin: 9.9vw 0 0;
  }
  #heatcare .product__item03 .product__item {
    padding-top: 0;
  }
  #heatcare .product__item03 .product__point {
    background-color: #F4BC74;
  }
  #heatcare .product__detail {
    border-color: #5A5959;
  }
  #heatcare .product__detail a:before {
    color: #5A5959;
  }
  #heatcare .product__point {
    color: #fff;
  }
  #heatcare .product__point * {
    color: #fff;
  }
  #heatcare .chara__item01 {
    width: 6.866667vw;
    left: 2.6666666667vw;
    bottom: auto;
    top: 24.8vw;
  }
  #heatcare .chara__item01 img {
    margin: 0;
  }
  #heatcare .chara__item02 {
    width: 6.666667vw;
    top: 13.6vw;
    bottom: auto;
    right: 2.6666666667vw;
  }
  #heatcare .chara__item02 img {
    margin: 0;
  }
  #heatcare .chara__item03 {
    width: 10.466667vw;
    top: 33.0666666667vw;
    left: 0.5vw;
  }
  #heatcare .chara__item03 img {
    margin: 0;
  }
  #heatcare .chara__item04 {
    width: 11.066667vw;
    top: 8.2666666667vw;
    right: 2.6666666667vw;
  }
  #heatcare .chara__item04 img {
    margin: 0;
  }
  #heatcare .chara__item05 {
    width: 7.2vw;
    top: 20.266667vw;
    left: 1.666667vw;
  }
  #heatcare .chara__item05 img {
    margin: 0;
  }
  #heatcare .chara__item06 {
    width: 8.066667vw;
    top: 27.533333vw;
    right: 2.6666666667vw;
  }
  #heatcare .chara__item06 img {
    margin: 0;
  }
  #heatcare .feature {
    background: #DEDEDE;
  }
  #heatcare .feature > * {
    color: #5A5959;
  }
  #heatcare .feature .point__block {
    height: auto;
    border-color: #5A5959;
  }
  #heatcare .small-text {
    font-size: 2vw;
    text-align: right;
  }
  #heatcare .add-small {
    margin-right: 0;
    text-align: center;
  }
  #nuance .feature {
    padding: 6.3vw 4vw 5.5vw;
    color: #707070;
    background: #E5F5ED;
  }
  #nuance .feature__title {
    color: #7AC8D6;
  }
  #nuance .feature__title::before {
    background-color: #7AC8D6;
  }
  #nuance .feature__subtitle .small {
    line-height: 1.4;
  }
  #nuance .feature__subtitle, #nuance .feature__text {
    color: #5A5959;
  }
  #nuance .feature__text {
    margin-top: 6.8vw;
  }
  #nuance .feature .add-small {
    margin-top: 7vw;
  }
  #nuance .point__block {
    letter-spacing: 0.1em;
    border: 1px solid #5A5959;
    margin-bottom: 9vw;
  }
  #nuance .point__block .cross {
    display: inline-block;
    position: relative;
    width: 3.2vw;
    height: 3.2vw;
    vertical-align: 0;
    margin-left: 2px;
  }
  #nuance .point__block .cross::before, #nuance .point__block .cross::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #5A5959;
    -webkit-transform-origin: center;
            transform-origin: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #nuance .point__block .cross::before {
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  #nuance .point__block .cross::after {
    -webkit-transform: translate(-50%) rotate(-45deg);
            transform: translate(-50%) rotate(-45deg);
  }
  #nuance .point__text {
    text-align: left;
    line-height: 1.9;
    letter-spacing: 0.03em;
  }
  #nuance .small-text {
    font-size: 2.4vw;
  }
  #nuance .product {
    padding: 0 3vw;
    color: #5A5959;
  }
  #nuance .product__title {
    letter-spacing: 0.03em;
    margin-right: -3vw;
  }
  #nuance .product__detail {
    width: 40.8vw;
  }
  #nuance .product__item {
    padding-top: 9.5vw;
    height: 117vw;
  }
  #nuance .product__point {
    display: inline-block;
    width: auto;
    background-color: #B5B8C4;
    padding: 0px 1.3vw;
    font-size: 2vw;
    margin-bottom: 1.5vw;
  }
  #nuance .product__body {
    padding: 0;
  }
  #nuance .product__item01 .product__image img {
    width: 13.9vw;
    margin: 0;
  }
  #nuance .product__item01 .product__body {
    padding-top: 2.5vw;
  }
  #nuance .product__item02 .product__image img {
    width: 24.6vw;
    margin: 0;
  }
  #nuance .product__item02 .product__body {
    padding-top: 2vw;
  }
  #chara-water {
    background: -webkit-gradient(linear, left top, left bottom, from(#b9d3ee), to(#d6e2f7));
    background: linear-gradient(#b9d3ee 0%, #d6e2f7 100%);
  }
  #chara-water .character__btn01 a {
    background-color: #42A8D8;
  }
  #chara-water .character__btn01 .character__image {
    width: 21vw;
  }
  #chara-water .character__btn01 .character__profile {
    margin: 0vw 0 0 6vw;
    width: 48vw;
  }
  #chara-water .character__btn01 .character__text {
    margin: 3vw 0 0;
  }
  #chara-water .character__btn02 a {
    background-color: #EC7BAC;
  }
  #chara-water .character__btn02 .character__image {
    width: 26vw;
    margin: 0 2vw 0 -3vw;
  }
  #chara-water .character__btn02 .character__profile {
    width: 51vw;
    margin: 1vw 0 0;
  }
  #chara-water .character__btn02 .character__text {
    margin: 1.5vw -2vw 0 0;
  }
  #chara-water .character__btn03 a {
    background-color: #F19662;
  }
  #chara-water .character__btn03 .character__image {
    width: 18vw;
    margin-right: 6vw;
  }
  #chara-water .character__btn03 .character__profile {
    margin: 0;
    width: 52vw;
  }
  #chara-water .character__btn03 .character__text {
    margin: 3vw 0 0;
  }
  #chara-nuance {
    padding: 8.5vw 0;
    background: #e0f1e9;
  }
  #chara-nuance .subtitle {
    color: #5A5959;
  }
  #chara-nuance .character__btn01 a {
    background-color: #A7D382;
  }
  #chara-nuance .character__btn01 .character__image {
    width: 43vw;
    margin-left: 9.5vw;
  }
  #chara-nuance .character__btn01 .character__name {
    padding-right: 5vw;
  }
  #chara-nuance .character__btn01 .character__text {
    letter-spacing: 0.03em;
    margin: 2vw 0 0;
  }
  #chara-nuance .character__btn01 .character__profile {
    padding: 0 7vw 0 6vw;
  }
  .feature {
    padding: 6.3vw 4vw 3.5vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#90bee0), to(#9dc5e4));
    background: linear-gradient(#90bee0 0%, #9dc5e4 100%);
    color: #fff;
  }
  .feature__text {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    margin-top: 5.4vw;
  }
  .point__block {
    font-size: 3.4666666667vw;
    font-weight: bold;
    height: 6.9333333333vw;
    border: 1px solid #fff;
    margin: 4.55vw auto 6vw;
    display: inline-block;
    padding: 0 2vw;
  }
  .point__text {
    font-size: 3.6333333333vw;
    font-weight: bold;
    line-height: 1.77;
    text-align: left;
  }
  .point__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2vw;
    padding: 1.5vw;
    background: #B2B4C1;
  }
  .point__item {
    color: #989BAB;
    letter-spacing: -0.05em;
    width: 10vw;
    height: 7.8vw;
    line-height: 1.3;
    font-size: 2vw;
    margin: 0 !important;
    font-weight: bold;
    border-radius: 2.1333333333vw;
    text-align: center;
    background-color: #F1F1F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 1vw;
  }
  .point__item:not(:last-child) {
    margin-bottom: 1vw;
  }
  .add-text {
    font-size: 2.15vw;
    letter-spacing: 0;
    margin-top: 1.5vw;
    line-height: 1.6;
  }
  .add-small {
    font-size: 2.6666666667vw;
    font-weight: bold;
    margin: 3vw -3vw 0;
    letter-spacing: -0.05em;
    text-align: center;
  }
  .copy {
    font-size: 2.6666666667vw;
    letter-spacing: 0.03em;
    margin-top: 6vw;
  }
  .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
  }
  .product__item {
    width: 33.333%;
    height: 138.3333333333vw;
    padding-top: 4.2666666667vw;
    position: relative;
  }
  .product__item01 .product__point {
    background: #1BA8D8;
  }
  .product__item01 .product__image img {
    margin-right: 2vw;
  }
  .product__item02 .product__point {
    background: #EC7BAC;
  }
  .product__item03 .product__point {
    background: #F19662;
  }
  .product__image {
    position: relative;
  }
  .product__image.inview .chara li {
    -webkit-animation-name: bounceInUp;
            animation-name: bounceInUp;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .product__image img {
    width: 13.3333333333vw;
    margin-right: 2.5vw;
  }
  .product .chara li {
    position: absolute;
    margin: 0;
  }
  .product .chara__item01 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .product .chara__item02 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .product .chara__item03 {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .product .chara__item04 {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .product .chara__item05 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .product .chara__item06 {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .product__body {
    font-weight: bold;
    text-align: left;
    padding: 2vw;
  }
  .product__title {
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.333;
    margin-bottom: 1.5vw;
  }
  .product .small {
    font-size: 2.1333333333vw;
    line-height: 1.25;
  }
  .product__point {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 4.2666666667vw;
    font-size: 1.3333333333vw;
    color: #fff;
    margin-top: 2.1333333333vw;
    margin-bottom: 3.2vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    border-radius: 1.0666666667vw;
    text-align: center;
  }
  .product__point .em {
    font-size: 1.8666666667vw;
    margin: 0 0.5vw 0 0.5vw;
  }
  .product__text {
    font-size: 2.1333333333vw;
    line-height: 1.5;
  }
  .product .dot__list {
    margin-top: 2.7vw;
  }
  .product .dot__item {
    font-size: 2.1333333333vw;
    line-height: 1.5;
    position: relative;
  }
  .product .dot__item::before {
    content: "";
    display: inline-block;
    vertical-align: 0px;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-radius: 50%;
    margin-right: 1px;
    background-color: #fff;
  }
  .product .dot__item .sup {
    font-size: 1.6666666667vw;
    vertical-align: top;
    margin-right: 0.5vw;
  }
  .product .small__list {
    margin-top: 3.7vw;
  }
  .product .small__list li {
    font-size: 2.1333333333vw;
    line-height: 1.5;
  }
  .product__detail {
    width: 28.8vw;
    height: 6.4vw;
    border: 1px solid #fff;
    border-radius: 5.3333333333vw;
    text-align: center;
    font-size: 2.1333333333vw;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5vw;
  }
  .product__detail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .product__detail a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .product__detail a::before {
    content: "";
    display: block;
    color: #fff;
    line-height: 1;
    width: 1.6vw;
    height: 1.6vw;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-25%) rotate(45deg);
    transform: translateY(-25%) rotate(45deg);
    position: absolute;
    bottom: 1.8vw;
    right: 2.1333333333vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .product__component-desc {
    border-radius: 1.0666666667vw;
    overflow: hidden;
    margin-top: 1.6vw;
  }
  .product__component-desc dt {
    font-size: 2.1333333333vw;
    font-weight: bold;
    line-height: 3.4666666667vw;
    padding: 0.6vw 0 0;
    background: #DEDFE4;
    color: #5A5959;
    text-align: center;
  }
  .product__component-desc dt .sup {
    font-size: 1.666667vw;
    vertical-align: 1px;
  }
  .product__component-desc dd {
    padding: 1.0666666667vw;
    font-size: 1.8vw;
    font-weight: bold;
    color: #5A5959;
    background-color: #fff;
    text-align: center;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .character {
    text-align: center;
    padding: 6.9333333333vw 0;
  }
  .character__subtitle {
    font-size: 4.8vw;
    line-height: 1.333;
    margin: 5vw auto 7.5vw;
  }
  .character__btn {
    width: 91.4666666667vw;
    height: 32vw;
    border-radius: 29.3333333333vw;
    overflow: hidden;
    margin: 0 auto 4.2666666667vw;
  }
  .character__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .character__btn a:hover {
    opacity: 0.8;
  }
  .character__name {
    font-size: 4.2666666667vw;
    line-height: 1.3;
    font-weight: bold;
  }
  .character__name .sub {
    display: block;
    font-size: 3.2vw;
    letter-spacing: 0;
  }
  .character__text {
    font-size: 2.6666666667vw;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    margin: 1vw 0 2vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  @-webkit-keyframes bounceInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes bounceInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
}