@charset "UTF-8";
/* CSS Document */
/* ▽ SP ▽======================================================================================================================================================== */
#story, #mchoco_footer {
  background-color: #ECE6E1;
}

@media screen and (max-width: 767px) {
  #story .about_mid, #story .about_list p, #story .about_list ol li, #story .about_top, #story .statement_box .statement_list li p, #story .statement_tit h1 {
    font-family: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  }
  #story .m-sp {
    display: block;
  }
  #story .m-pc {
    display: none;
  }
  #story sup {
    font-size: 2.6666666667vw;
  }
  #story .statement {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 202.6666666667vw;
    margin-top: 28.8vw;
    transition: 0.5s ease-in-out;
    transition-property: height;
  }
  #story .statement_btns {
    position: absolute;
    z-index: 5;
    bottom: 22.4vw;
    left: 50%;
    transform: translateX(-50%);
    width: 81.6vw;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s ease-in-out;
    transition-property: opacity;
  }
  #story .statement_btns.active {
    pointer-events: all;
    opacity: 1;
  }
  #story .statement_btns button {
    cursor: pointer;
    background-color: transparent;
    border: none;
    width: 8vw;
    padding: 0;
  }
  #story .statement_btns button.right {
    transform: rotate(180deg);
  }
  #story .statement_tit {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background-color: #fff;
    width: 63.4666666667vw;
    height: 65.6vw;
    transition: 0.5s ease-in-out;
    transition-property: opacity;
  }
  #story .statement_tit.deactivated {
    opacity: 0;
  }
  #story .statement_tit .m-txt {
    font-family: SmoothStone !important;
    line-height: 1;
    font-weight: 100 !important;
    color: #75544D;
    font-size: 7.4666666667vw;
    margin-bottom: 37.3333333333vw;
    margin-top: 6.4vw;
  }
  #story .statement_tit figure {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    margin: 0 auto;
    width: 139.4957983193%;
  }
  #story .statement_tit h1 {
    display: inline-block;
    color: #D42A2A;
    line-height: 1;
    font-size: 3.7333333333vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 3px solid #D42A2A;
  }
  #story .statement_box {
    display: flex;
    flex-direction: column;
    position: absolute;
    cursor: pointer;
    background-size: 100% auto;
    width: 50%;
    height: 101.3333333333vw;
    box-sizing: border-box;
    padding-top: 8vw;
    transition: 0.5s ease-in-out;
    transition-property: width, height, opacity;
  }
  #story .statement_box.full {
    width: 100%;
    height: 100%;
    cursor: auto;
  }
  #story .statement_box.full .statement_btn {
    opacity: 0;
  }
  #story .statement_box.full.l-pure {
    height: 321.0666666667vw;
  }
  #story .statement_box.full.l-pure .bot {
    margin-top: 9.6vw;
  }
  #story .statement_box.full.l-cacao {
    height: 333.8666666667vw;
  }
  #story .statement_box.full.l-cacao .bot {
    margin-top: 2.1333333333vw;
  }
  #story .statement_box.full.l-milk {
    top: 0;
    height: 344.5333333333vw;
  }
  #story .statement_box.full.l-milk .bot {
    margin-top: -6.4vw;
  }
  #story .statement_box.full.l-vanilla {
    top: 0;
    height: 341.8666666667vw;
  }
  #story .statement_box.full.l-vanilla .bot {
    margin-top: -6.4vw;
  }
  #story .statement_box.full h2 {
    position: absolute;
    top: 10.6666666667vw;
    left: 0;
    right: 0;
    width: 100% !important;
  }
  #story .statement_box.full figure {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 38.1333333333vw;
  }
  #story .statement_box.full .statement_txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 75.4666666667vw !important;
  }
  #story .statement_box.full .statement_list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto !important;
    bottom: 46.9333333333vw !important;
  }
  #story .statement_box figure {
    width: 26.6666666667vw;
    transition: 0.3s ease-in-out;
    transition-property: transform, opacity;
  }
  #story .statement_box .statement_btn {
    width: 9.0666666667vw;
    margin: 0 auto;
    line-height: 1;
    transition: 0.3s ease-in-out;
    transition-property: opacity;
  }
  #story .statement_box h2 {
    transition: 0.3s ease-in-out;
    transition-property: opacity;
    margin: 0 auto;
  }
  #story .statement_box .statement_txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    line-height: 2;
    display: none;
    flex-direction: column;
    row-gap: 10.6666666667vw;
    opacity: 0;
    transition: 0.5s ease-in-out;
    transition-property: opacity;
    width: 92.8vw;
  }
  #story .statement_box .statement_txt.active {
    opacity: 1;
  }
  #story .statement_box .statement_txt p {
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    font-size: 4.2666666667vw;
  }
  #story .statement_box .statement_txt p.small {
    font-weight: 300;
    font-size: 3.2vw;
  }
  #story .statement_box .statement_list {
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    opacity: 0;
    transition: 0.5s ease-in-out;
    transition-property: opacity;
    border: #75544D solid 2px;
    flex-direction: column;
    row-gap: 18px;
    border-radius: 20px;
    background-image: url("/products/brand/mchoco/story/images/bg_paper.png");
    background-size: 700px 500px;
    background-position: center;
    width: 89.3333333333vw;
    padding: 10.1333333333vw 9.6vw 7.4666666667vw 10.1333333333vw;
  }
  #story .statement_box .statement_list.active {
    opacity: 1;
  }
  #story .statement_box .statement_list::before {
    content: "";
    display: block;
    visibility: visible;
    position: absolute;
    left: 0px;
    top: 3px;
    width: 88px;
    height: 20px;
    background-image: url("/products/brand/mchoco/story/images/im_list_left.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #story .statement_box .statement_list::after {
    content: "";
    display: block;
    visibility: visible;
    position: absolute;
    right: 0px;
    bottom: 3px;
    width: 88px;
    height: 20px;
    background-image: url("/products/brand/mchoco/story/images/im_list_right.png");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
  }
  #story .statement_box .statement_list li {
    display: flex;
    align-items: baseline;
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
  }
  #story .statement_box .statement_list li::before {
    content: "";
    display: block;
    background-image: url("/products/brand/mchoco/story/images/ic_check.png");
    background-size: contain;
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    min-width: 5.0666666667vw;
    min-height: 5.0666666667vw;
  }
  #story .statement_box .statement_list li p {
    color: #75544D;
    font-weight: bold;
    font-size: 3.7333333333vw;
    transform: translateY(-1.0666666667vw);
    text-align: left;
  }
  #story .statement_box:nth-of-type(1), #story .statement_box:nth-of-type(3) {
    text-align: left;
    padding-left: 11.7333333333vw;
    padding-right: 11.7333333333vw;
  }
  #story .statement_box:nth-of-type(2), #story .statement_box:nth-of-type(4) {
    text-align: right;
    padding-left: 11.7333333333vw;
    padding-right: 11.7333333333vw;
  }
  #story .statement_box:nth-of-type(2) figure, #story .statement_box:nth-of-type(2) h2, #story .statement_box:nth-of-type(4) figure, #story .statement_box:nth-of-type(4) h2 {
    margin-left: auto;
  }
  #story .statement_box:nth-of-type(2) .statement_btn, #story .statement_box:nth-of-type(4) .statement_btn {
    margin-left: auto;
  }
  #story .statement_box:nth-of-type(1), #story .statement_box:nth-of-type(2) {
    justify-content: flex-start;
  }
  #story .statement_box:nth-of-type(1) figure, #story .statement_box:nth-of-type(2) figure {
    margin-top: 3.7333333333vw;
  }
  #story .statement_box:nth-of-type(1) .statement_btn, #story .statement_box:nth-of-type(2) .statement_btn {
    margin-top: 2.6666666667vw;
  }
  #story .statement_box:nth-of-type(3), #story .statement_box:nth-of-type(4) {
    justify-content: flex-end;
    padding-bottom: 3.2vw;
  }
  #story .statement_box:nth-of-type(3) figure, #story .statement_box:nth-of-type(4) figure {
    margin-bottom: 3.7333333333vw;
  }
  #story .statement_box:nth-of-type(3) .statement_btn, #story .statement_box:nth-of-type(4) .statement_btn {
    margin-top: 3.2vw;
  }
  #story .statement_box.l-pure {
    left: 0;
    top: 0;
    background-image: url("/products/brand/mchoco/story/images/bg_pure_sp.png");
  }
  #story .statement_box.l-pure h2 {
    width: 22.9333333333vw;
  }
  #story .statement_box.l-pure .statement_txt {
    text-align: right;
    top: 188px;
  }
  #story .statement_box.l-pure .statement_list {
    bottom: 112px;
  }
  #story .statement_box.l-cacao {
    right: 0;
    top: 0;
    background-image: url("/products/brand/mchoco/story/images/bg_cacao_sp.png");
    background-position: right top;
  }
  #story .statement_box.l-cacao h2 {
    width: 23.4666666667vw;
  }
  #story .statement_box.l-cacao .statement_txt {
    text-align: left;
    top: 111px;
  }
  #story .statement_box.l-cacao .statement_list {
    bottom: 114px;
  }
  #story .statement_box.l-milk {
    left: 0;
    top: 101.3333333333vw;
    bottom: 0;
    background-image: url("/products/brand/mchoco/story/images/bg_milk_sp.png");
    background-position: left bottom;
  }
  #story .statement_box.l-milk h2 {
    width: 22.9333333333vw;
  }
  #story .statement_box.l-milk .statement_txt {
    text-align: right;
    top: 90px;
  }
  #story .statement_box.l-milk .statement_list {
    top: 90px;
  }
  #story .statement_box.l-vanilla {
    right: 0;
    top: 101.3333333333vw;
    bottom: 0;
    background-image: url("/products/brand/mchoco/story/images/bg_vanilla_sp.png");
    background-position: right bottom;
  }
  #story .statement_box.l-vanilla h2 {
    width: 22.9333333333vw;
  }
  #story .statement_box.l-vanilla .statement_txt {
    text-align: left;
    top: 90px;
  }
  #story .statement_box.l-vanilla .statement_list {
    top: 90px;
  }
  #story .statement_back {
    cursor: pointer;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 54.4vw;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s ease-in-out;
    transition-property: opacity;
  }
  #story .statement_back.active {
    pointer-events: all;
    opacity: 1;
  }
  #story .about {
    box-sizing: border-box;
    width: 89.3333333333vw;
    padding: 16vw 0;
    margin: 0 auto;
  }
  #story .about_top {
    color: #75544D;
    font-weight: bold;
    text-align: left;
    line-height: 2;
    font-size: 4.2666666667vw;
    padding-bottom: 6.4vw;
    border-bottom: solid 4px #75544D;
  }
  #story .about_list {
    position: relative;
    box-sizing: border-box;
    color: #75544D;
    font-weight: bold;
    text-align: left;
    width: 78.6666666667vw;
    margin: 24px auto 24px auto;
  }
  #story .about_list ol {
    font-size: 3.7333333333vw;
    font-weight: bold;
  }
  #story .about_list ol li:not(:first-child) {
    margin-top: 4.2666666667vw;
  }
  #story .about_list figure {
    position: absolute;
    top: 0px;
    right: max(-110px, -4.6875vw);
    width: min(27.1428571429vw, 342px);
  }
  #story .about_list p {
    font-weight: bold;
    margin-top: 4.2666666667vw;
    font-size: 2.6666666667vw;
  }
  #story .about_mid {
    text-align: left;
    font-size: 3.7333333333vw;
    font-weight: bold;
    color: #75544D;
    border-top: solid 4px #75544D;
    padding-top: 6.4vw;
  }
  #story .about_mid span {
    font-weight: bold;
    display: block;
    font-size: 2.6666666667vw;
    margin-top: 4.2666666667vw;
  }
  #story .about_bot {
    display: block;
    width: 87.4666666667vw;
    margin-top: 10.6666666667vw;
  }
}
/* ▽ PC ▽======================================================================================================================================================== */
/* 768px～ For PC
====================================================*/
@media screen and (min-width: 768px), print {
  #story .about_mid, #story .about_list p, #story .about_list ol li, #story .about_top, #story .statement_box .statement_list li p, #story .statement_tit h1 {
    font-family: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  }
  #story .m-sp {
    display: none;
  }
  #story .m-pc {
    display: block;
  }
  #story sup {
    font-size: min(0.7936507937vw, 10px);
  }
  #story .statement {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1260px;
    min-width: 950px;
    height: 760px;
    margin-top: 176px;
  }
  #story .statement_btns {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(800px, 85.3968253968vw, 1076px);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s ease-in-out;
    transition-property: opacity;
  }
  #story .statement_btns.active {
    pointer-events: all;
    opacity: 1;
  }
  #story .statement_btns button {
    cursor: pointer;
    background-color: transparent;
    border: none;
    width: clamp(40px, 3.9682539683vw, 50px);
    padding: 0;
  }
  #story .statement_btns button.right {
    transform: rotate(180deg);
  }
  #story .statement_tit {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 27.619047619%;
    height: 55.2631578947%;
    transition: 0.5s ease-in-out;
    transition-property: opacity;
  }
  #story .statement_tit.deactivated {
    opacity: 0;
  }
  #story .statement_tit .m-txt {
    font-family: SmoothStone !important;
    line-height: 1;
    font-weight: 100 !important;
    color: #75544D;
    font-size: 50px;
    margin-bottom: 246px;
    margin-top: 42px;
  }
  #story .statement_tit figure {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    margin: 0 auto;
    width: 147.7011494253%;
  }
  #story .statement_tit h1 {
    display: inline-block;
    color: #D42A2A;
    line-height: 1;
    font-size: 25px;
    padding-bottom: 8px;
    border-bottom: 4px solid #D42A2A;
  }
  #story .statement_box {
    display: flex;
    flex-direction: column;
    position: absolute;
    cursor: pointer;
    background-size: 1260px auto;
    width: 50%;
    height: 50%;
    box-sizing: border-box;
    padding-top: 74px;
    transition: 0.5s ease-in-out;
    transition-property: width, height, opacity;
  }
  #story .statement_box.full {
    width: 100%;
    height: 100%;
    cursor: auto;
  }
  #story .statement_box.full .statement_btn {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine), print and (hover: hover) and (pointer: fine) {
  #story .statement_box.full:hover figure {
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 768px), print {
  #story .statement_box figure {
    width: 100%;
    max-width: min(11.1111111111vw, 140px);
    transition: 0.3s ease-in-out;
    transition-property: transform;
  }
  #story .statement_box .statement_btn {
    line-height: 1;
    transition: 0.5s ease-in-out;
    transition-property: opacity;
  }
  #story .statement_box .statement_txt {
    position: absolute;
    display: none;
    flex-direction: column;
    row-gap: 40px;
    opacity: 0;
    transition: 0.5s ease-in-out;
    transition-property: opacity;
    width: min(33.3333333333vw, 400px);
  }
  #story .statement_box .statement_txt.active {
    opacity: 1;
  }
  #story .statement_box .statement_txt p {
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    font-size: min(1.6666666667vw, 20px);
  }
  #story .statement_box .statement_txt p.small {
    font-size: min(1vw, 12px);
  }
  #story .statement_box .statement_list {
    position: absolute;
    display: none;
    opacity: 0;
    transition: 0.5s ease-in-out;
    box-sizing: border-box;
    transition-property: opacity;
    border: #75544D solid 2px;
    flex-direction: column;
    row-gap: 18px;
    border-radius: 20px;
    background-image: url("/products/brand/mchoco/story/images/bg_paper.png");
    background-size: 700px 500px;
    background-position: center;
    width: min(29.1666666667vw, 350px);
    padding: min(3.3333333333vw, 40px) min(3vw, 36px) min(2.5vw, 30px) min(3.3333333333vw, 40px);
  }
  #story .statement_box .statement_list.active {
    opacity: 1;
  }
  #story .statement_box .statement_list::before {
    content: "";
    display: block;
    visibility: visible;
    position: absolute;
    left: 0px;
    top: 3px;
    width: 88px;
    height: 20px;
    background-image: url("/products/brand/mchoco/story/images/im_list_left.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #story .statement_box .statement_list::after {
    content: "";
    display: block;
    visibility: visible;
    position: absolute;
    right: 0px;
    bottom: 3px;
    width: 88px;
    height: 20px;
    background-image: url("/products/brand/mchoco/story/images/im_list_right.png");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
  }
  #story .statement_box .statement_list li {
    display: flex;
    align-items: baseline;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #story .statement_box .statement_list li::before {
    content: "";
    display: block;
    background-image: url("/products/brand/mchoco/story/images/ic_check.png");
    background-size: contain;
    width: min(1.6666666667vw, 20px);
    height: min(1.6666666667vw, 20px);
    min-width: min(1.6666666667vw, 20px);
  }
  #story .statement_box .statement_list li p {
    color: #75544D;
    font-weight: bold;
    font-size: min(1.3333333333vw, 16px);
    transform: translateY(-2px);
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine), print and (hover: hover) and (pointer: fine) {
  #story .statement_box:hover figure {
    transform: rotate(-10deg) translate(-10px, -10px);
  }
}
@media screen and (min-width: 768px), print {
  #story .statement_box:nth-of-type(1), #story .statement_box:nth-of-type(3) {
    text-align: left;
    padding-left: min(15.0793650794vw, 190px);
  }
  #story .statement_box:nth-of-type(2), #story .statement_box:nth-of-type(4) {
    text-align: right;
    padding-right: min(15.0793650794vw, 190px);
  }
  #story .statement_box:nth-of-type(2) figure, #story .statement_box:nth-of-type(2) h2, #story .statement_box:nth-of-type(4) figure, #story .statement_box:nth-of-type(4) h2 {
    margin-left: auto;
  }
  #story .statement_box:nth-of-type(1), #story .statement_box:nth-of-type(2) {
    justify-content: flex-start;
  }
  #story .statement_box:nth-of-type(1) figure, #story .statement_box:nth-of-type(2) figure {
    margin-top: 50px;
  }
  #story .statement_box:nth-of-type(1) .statement_btn, #story .statement_box:nth-of-type(2) .statement_btn {
    margin-top: 24px;
  }
  #story .statement_box:nth-of-type(3), #story .statement_box:nth-of-type(4) {
    justify-content: flex-end;
    padding-bottom: 20px;
  }
  #story .statement_box:nth-of-type(3) figure, #story .statement_box:nth-of-type(4) figure {
    margin-bottom: 40px;
  }
  #story .statement_box:nth-of-type(3) .statement_btn, #story .statement_box:nth-of-type(4) .statement_btn {
    margin-top: 28px;
  }
  #story .statement_box.l-pure {
    left: 0;
    top: 0;
    background-image: url("/products/brand/mchoco/story/images/bg_pure.png");
  }
  #story .statement_box.l-pure h2 {
    display: block;
    position: relative;
  }
  #story .statement_box.l-pure h2 img {
    vertical-align: middle;
  }
  #story .statement_box.l-pure h2::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/products/brand/mchoco/story/images/im_pure_left.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    transition: 0.3s ease-in-out;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  #story .statement_box.l-pure h2::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/products/brand/mchoco/story/images/im_pure_right.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: 0.3s ease-in-out;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  #story .statement_box.l-pure h2.active::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/products/brand/mchoco/story/images/im_pure_left.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    transition: 0.3s ease-in-out;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  #story .statement_box.l-pure h2.active::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/products/brand/mchoco/story/images/im_pure_right.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: 0.3s ease-in-out;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine), print and (hover: hover) and (pointer: fine) {
  #story .statement_box.l-pure:hover h2::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  #story .statement_box.l-pure:hover h2::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 768px), print {
  #story .statement_box.l-pure h2 {
    width: 100%;
    max-width: min(26.1904761905vw, 330px);
  }
  #story .statement_box.l-pure h2::before, #story .statement_box.l-pure h2::after {
    width: min(40.1587301587vw, 506px);
    height: min(6.8253968254vw, 86px);
  }
  #story .statement_box.l-pure .statement_txt {
    text-align: right;
    top: 188px;
    right: 15.0793650794%;
  }
  #story .statement_box.l-pure .statement_list {
    bottom: 112px;
    left: 15.0793650794%;
  }
  #story .statement_box.l-cacao {
    right: 0;
    top: 0;
    background-image: url("/products/brand/mchoco/story/images/bg_cacao.png");
    background-position: right top;
  }
  #story .statement_box.l-cacao h2 {
    display: block;
    position: relative;
  }
  #story .statement_box.l-cacao h2 img {
    vertical-align: middle;
  }
  #story .statement_box.l-cacao h2::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/products/brand/mchoco/story/images/im_cacao_left.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    transition: 0.3s ease-in-out;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  #story .statement_box.l-cacao h2::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/products/brand/mchoco/story/images/im_cacao_right.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: 0.3s ease-in-out;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  #story .statement_box.l-cacao h2.active::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/products/brand/mchoco/story/images/im_cacao_left.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    transition: 0.3s ease-in-out;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  #story .statement_box.l-cacao h2.active::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/products/brand/mchoco/story/images/im_cacao_right.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: 0.3s ease-in-out;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine), print and (hover: hover) and (pointer: fine) {
  #story .statement_box.l-cacao:hover h2::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  #story .statement_box.l-cacao:hover h2::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 768px), print {
  #story .statement_box.l-cacao h2 {
    width: 100%;
    max-width: min(26.8253968254vw, 338px);
  }
  #story .statement_box.l-cacao h2::before, #story .statement_box.l-cacao h2::after {
    width: min(40.3174603175vw, 508px);
    height: min(6.8253968254vw, 86px);
  }
  #story .statement_box.l-cacao .statement_txt {
    text-align: left;
    top: 111px;
    left: 15.0793650794%;
  }
  #story .statement_box.l-cacao .statement_list {
    bottom: 114px;
    right: 15.0793650794%;
  }
  #story .statement_box.l-milk {
    left: 0;
    bottom: 0;
    background-image: url("/products/brand/mchoco/story/images/bg_milk.png");
    background-position: left bottom;
  }
  #story .statement_box.l-milk h2 {
    display: block;
    position: relative;
  }
  #story .statement_box.l-milk h2 img {
    vertical-align: middle;
  }
  #story .statement_box.l-milk h2::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/products/brand/mchoco/story/images/im_milk_left.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    transition: 0.3s ease-in-out;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  #story .statement_box.l-milk h2::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/products/brand/mchoco/story/images/im_milk_right.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: 0.3s ease-in-out;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  #story .statement_box.l-milk h2.active::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/products/brand/mchoco/story/images/im_milk_left.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    transition: 0.3s ease-in-out;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  #story .statement_box.l-milk h2.active::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/products/brand/mchoco/story/images/im_milk_right.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: 0.3s ease-in-out;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine), print and (hover: hover) and (pointer: fine) {
  #story .statement_box.l-milk:hover h2::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  #story .statement_box.l-milk:hover h2::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 768px), print {
  #story .statement_box.l-milk h2 {
    width: 100%;
    max-width: min(26.5079365079vw, 334px);
  }
  #story .statement_box.l-milk h2::before, #story .statement_box.l-milk h2::after {
    width: min(40.3968253968vw, 509px);
    height: min(6.9841269841vw, 88px);
  }
  #story .statement_box.l-milk .statement_txt {
    text-align: right;
    top: 90px;
    right: 15.0793650794%;
  }
  #story .statement_box.l-milk .statement_list {
    top: 90px;
    left: 15.0793650794%;
  }
  #story .statement_box.l-vanilla {
    right: 0;
    bottom: 0;
    background-image: url("/products/brand/mchoco/story/images/bg_vanilla.png");
    background-position: right bottom;
  }
  #story .statement_box.l-vanilla h2 {
    display: block;
    position: relative;
  }
  #story .statement_box.l-vanilla h2 img {
    vertical-align: middle;
  }
  #story .statement_box.l-vanilla h2::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/products/brand/mchoco/story/images/im_vanilla_left.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    transition: 0.3s ease-in-out;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  #story .statement_box.l-vanilla h2::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/products/brand/mchoco/story/images/im_vanilla_right.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: 0.3s ease-in-out;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  #story .statement_box.l-vanilla h2.active::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/products/brand/mchoco/story/images/im_vanilla_left.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    transition: 0.3s ease-in-out;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  #story .statement_box.l-vanilla h2.active::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/products/brand/mchoco/story/images/im_vanilla_right.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: 0.3s ease-in-out;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine), print and (hover: hover) and (pointer: fine) {
  #story .statement_box.l-vanilla:hover h2::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  #story .statement_box.l-vanilla:hover h2::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 768px), print {
  #story .statement_box.l-vanilla h2 {
    width: 100%;
    max-width: min(26.5079365079vw, 334px);
  }
  #story .statement_box.l-vanilla h2::before, #story .statement_box.l-vanilla h2::after {
    width: min(40.3968253968vw, 509px);
    height: min(6.9841269841vw, 88px);
  }
  #story .statement_box.l-vanilla .statement_txt {
    text-align: left;
    top: 90px;
    left: min(15.0793650794vw, 190px);
  }
  #story .statement_box.l-vanilla .statement_list {
    top: 90px;
    right: min(15.0793650794vw, 190px);
  }
  #story .statement_back {
    cursor: pointer;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 6.3492063492%;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s ease-in-out;
    transition-property: opacity;
  }
  #story .statement_back.active {
    pointer-events: all;
    opacity: 1;
  }
  #story .about {
    box-sizing: border-box;
    width: 100%;
    max-width: 880px;
    padding: 120px 0;
    margin: 0 auto;
  }
  #story .about_top {
    color: #75544D;
    font-weight: bold;
    text-align: left;
    line-height: 2;
    font-size: 18px;
  }
  #story .about_list {
    position: relative;
    box-sizing: border-box;
    color: #75544D;
    font-weight: bold;
    text-align: left;
    border-left: 8px solid #75544D;
    padding-left: 28px;
    margin: 40px 0;
  }
  #story .about_list ol {
    font-size: 16px;
  }
  #story .about_list figure {
    position: absolute;
    top: 0px;
    right: max(-110px, -4.6875vw);
    width: min(27.1428571429vw, 342px);
  }
  #story .about_list figure img {
    transition: 0.2s ease-in-out;
    transition-property: opacity;
  }
  #story .about_list p {
    margin-top: 16px;
    font-size: 10px;
  }
  #story .about_mid {
    text-align: left;
    font-size: 16px;
    color: #75544D;
  }
  #story .about_mid span {
    font-size: 10px;
  }
  #story .about_bot {
    display: block;
    width: 59.0909090909%;
    margin-top: 64px;
  }
}