/************************************************************/
/* フォント
/************************************************************/
.lexend-deca {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.lexend-deca-medium {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.lexend-exa {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.lexend-exa-medium {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.lexend-exa-bold {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.lexend-exa-black {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.u-font__jp {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}


/*================ Headings ================*/
body {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: 'palt';
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}

.l-wrapper {
    transition: 0.5s;
}

/************************************************************/
/* ヘッダー
/* shop/sections/header.liquid
/************************************************************/

.c-announce_bar {
    border-bottom: 1px solid #000;
}
@media (max-width: 719px) { /* sp */
    .c-announce_bar__text {
       text-align: center !important;
    }
}

.l-header {
    border: none;
    z-index: 102;
    position: fixed !important;
}
.c-announce_bar__text {
    font-weight: bold;   
}
.c-announce_bar__close {
    width: 10px;
    height: 10px;
    display: block;
    background-image: url(../../../../images/common/icon-header-banner-close-sp.svg);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.l-header__inner {
    justify-content: flex-end;
    padding: 9px 14px 9px 0;
    min-height: 46px !important;
    position: relative;
}
.l-header__logo {
    position: absolute;
    top: 19px;
    left: 8px;
    width: 62px;
    display: block;
}
.l-header__logo--top {
    pointer-events: none;
    /* opacity: 0; */
    transform: translateX(calc(-150%));
    transition: opacity 0.2s ease-out, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-header__logo.active {
    /* opacity: 1; */
    transform: translateX(0px);
}
.l-header__logo img {
    width: 100%;
    height: auto;
    display: block;
}
.l-header__pc-menu {
    display: none;   
}
.l-header__inner__block__item:not(:last-child) {
    margin-right: 11px;   
}
.l-header__icon-login {
    display: none;
}
.is-menu-open .l-header__icon-login {
    background-image: url(../../../../images/common/icon-login-black.svg);
}
.is-menu-open .l-header__icon-mypage {
    background-image: url(../../../../images/common/icon-mypage-black.svg);
}
.l-header__inner__block__item--cart {
    visibility: visible !important;   
}
.l-header__icon-cart {
    display: block;
    width: 35px;
    height: 28px;
    background: url(../../../../images/common/icon-cart.svg?2) no-repeat;
    background-position: 0px 4px;
    background-size: 26px 24px;
}
.l-header__inner__block__item .count {
    top: 0;
    right: 0;
    left: auto;
    height: 15px;
    min-width: 15px;
    font-size: 9px;
    font-family: "Lexend Deca", sans-serif;
}
.l-header__icon-menu {
    display: block;
    width: 22px;
    height: 28px;
    background: url(../../../../images/common/icon-menu.svg) no-repeat;
    background-position: 0 9px;
    background-size: 22px 17px;
}

#header-login-button {
    display: none;
    z-index: 300;
    visibility: visible !important;  
}
#header-cart-button {
    z-index: 300;
    position: relative;
}
@media (min-width: 720px) { /* pc */
    .l-header {
        
    }
    .c-announce_bar__close {
        width: 13px;
        height: 13px;
        background-image: url(../../../../images/common/icon-header-banner-close-pc.svg);
        right: 42px;
    }
    .l-header__inner {
        padding: 32px 35px 32px 0;
        height: 105px;
    }
    .l-header__logo {
        top: 30px;
        left: 20px;
        width: 172px;
    }
    .l-header__pc-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 40px;
        position: relative;
    }
    .l-header__pc-menu a {
        height: 42px;
        display: block;
        font-family: "Lexend Exa", sans-serif;
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 42px;
        color: #000;
        mix-blend-mode: difference;
        position: relative;
        transition: opacity 0.15s linear;
    }
    .l-header__pc-menu a:hover {
        opacity: 0.5;   
    }
    .l-header__pc-menu a:not(:last-child)  {
        margin-right: 37px;
    }
    .l-header__inner__block__item:not(:last-child) {
        margin-right: 25px;   
    }
    #header-login-button {
        display: block;
    }
    .l-header__icon-login {
        display: block;
        width: 130px;
        height: 42px;
        background: url(../../../../images/common/icon-login.svg) no-repeat top left;
        background-size: 130px 42px;
        mix-blend-mode: difference;
    }
    .l-header__icon-mypage {
        display: block;
        width: 130px;
        height: 42px;
        background: url(../../../../images/common/icon-mypage.svg) no-repeat top left;
        background-size: 130px 42px;
        mix-blend-mode: difference;
    }
    .l-header__icon-cart {
        width: 42px;
        height: 42px;
        background-position: 0px 5px;
        background-size: 33px 31px;
        mix-blend-mode: difference;
    }
    .l-header__inner__block__item .count {
        height: 17px;
        min-width: 17px;
        font-size: 12px;
    }
    .l-header__icon-menu {
        width: 26px;
        height: 42px;
        background-size: 26px 21px;
        mix-blend-mode: difference;
    }
}

/************************************************************/
/* menu
/************************************************************/
.c-gmenu {
    width: 100%;
    height: 100%;
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    z-index: 200;
    opacity: 1;
    transform: none;
    transition: none;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
}
.c-gmenu.is-active {
    left: auto;
    right: 0;
    opacity: 1;
    transform: none;
    transition: none;
    pointer-events: auto;
}
.c-gmenu.is-active .c-gmenu__overlay {
    opacity: 0.7;
    pointer-events: auto;
}
.c-gmenu.is-active .c-gmenu__container {
    transform: translateX(0px);
}
.c-gmenu__overlay {
    background-color: #FFFCBE;
    opacity: 0;
    transition: opacity 0.1s linear;
    pointer-events: none;
}
.c-gmenu__container {
    width: 100%;
    background-color: #F8ED00;
    box-shadow: none;
    padding: 0;
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-gmenu__container__inner {
    /* padding: calc(var(--header-height) + 52px) 46px 68px; */
    padding: var(--header-height) 46px 68px;
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
}
.c-gmenu__container__inner:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 7.12630359212051%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/crazypizzalifesh/uploads/images/common/footer-logo.svg) no-repeat bottom center / contain;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-gmenu__container__inner__list {
  border: none;
  margin-bottom: 26px;
}
.c-gmenu__container__inner__list__item {
  border: none;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}
.c-gmenu__container__inner__list__item:not(:last-child) {
    padding-bottom: 22px;   
}
.c-gmenu__container__inner__list__item span {
  border: none;
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Lexend Exa", sans-serif;
  display: block;
  padding-top: 5px;
}

.c-gmenu__sns {
    
}
.c-gmenu__sns__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.c-gmenu__sns__item {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
}
.c-gmenu__sns__item--instagram {
   background-image: url(/crazypizzalifesh/uploads/images/common/icon-insta.svg)
}
.c-gmenu__sns__item--tiktok {
    background-image: url(/crazypizzalifesh/uploads/images/common/icon-tiktok.svg);
}
.c-gmenu__sns__item--line {
    background-image: url(/crazypizzalifesh/uploads/images/common/icon-line.svg);
}
.c-gmenu__sns__item--piza {
    background-image: url(/crazypizzalifesh/uploads/images/common/pizza.png);
    background-position: top left;
    background-size: 50px auto;
}
.c-gmenu__sns__item--piza.start {
    animation: pizza-anime-sp 3s steps(6, start);
}
.c-gmenu__sns__item--piza:before {
    content: "";
    display: block;
    width: 90px;
    height: 36px;
    background: url(/crazypizzalifesh/uploads/images/common/footer-piza-balloon.png) no-repeat top center / contain;
    position: absolute;
    top: -43px;
    left: 50%;
    transform: translate(-50%, 25px);
    opacity: 0;
    transition: opacity 0.1s linear, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.c-gmenu__sns__item--piza.active:before {
    opacity: 1;
    transform: translate(-50%, 0px);
}
html.js-prevent-body-scroll {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  height: var(--screen-height, 100%);
}
html.js-prevent-body-scroll body {
  position: fixed;
  width: 100%;
  height: 100%;
}
html.js-prevent-body-scroll,
html.js-prevent-body-scroll body {
  box-sizing: border-box;
}
.c-gmenu__close {
    position: absolute;
    top: calc(var(--header-height) - 46px + 11px);
    right: 14px;
    width: 21px;
    height: 21px;
    background: url(/crazypizzalifesh/uploads/images/common/icon-close.svg) no-repeat center center / contain;
    display: none;
}
.c-gmenu__login,
.c-gmenu__mypage {
    /*
    position: absolute;
    top: calc(var(--header-height) - 46px);
    left: 44px;
    transform: translateX(-200%);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    */
    width: 136px;
    height: 43px;
    background: url(/crazypizzalifesh/uploads/images/common/icon-login-black.svg) no-repeat center center / contain;
    display: block;
    margin-bottom: 36px;
}
.c-gmenu__mypage {
    background: url(/crazypizzalifesh/uploads/images/common/icon-mypage-black.svg) no-repeat center center / contain;
}
.c-gmenu.is-active .c-gmenu__close {
    display: block;   
}
.c-gmenu.is-active .c-gmenu__login,
.c-gmenu.is-active .c-gmenu__mypage {
    display: block;
    transform: translateX(0px);
}
@media (min-width: 720px) { /* pc */
    .c-gmenu__close {
        top: calc(var(--header-height) - 105px + 32px + 3px);
        width: 22px;
        height: 22px;
        right: 38px;
    }
}

@media (min-width: 800px) { /* pc */
    .c-gmenu__login {
        display: none;
    }
    .c-gmenu__container {
        width: 800px;
    }
    .c-gmenu__container__inner {
        padding: var(--header-height) 140px 160px;
    }
    .c-gmenu__container__inner__list {
      margin-bottom: 55px;
    }
    .c-gmenu__container__inner__list__item {
      font-size: 20px;
    }
    .c-gmenu__container__inner__list__item:not(:last-child) {
        padding-bottom: 37px;   
    }
    .c-gmenu__container__inner__list__item span {
      font-size: 12px;
      padding-top: 8px;
    }
    .c-gmenu__sns__item {
        width: 54px;
        height: 54px;
        margin-right: 11px;
    }
    .c-gmenu__sns__item--piza {
        background-size: 54px auto;
    }
    .c-gmenu__sns__item--piza.start {
        animation: pizza-anime-54 3s steps(6, start);
    }
    .c-gmenu.is-active .c-gmenu__login,
    .c-gmenu.is-active .c-gmenu__mypage {
        display: none;
    }
}

/************************************************************/
/* フッター
/* shop/sections/footer.liquid
/************************************************************/

.l-footer {
    border: none;
    padding: 80px 25px 100px;  
    position: relative;
}
.l-footer__info {
    position: relative;
    padding: 0 28px 0 60px;
    margin: 0;
    max-width: none;
}
.l-footer__copyright {
    position: absolute;
    font-size: 9px;
    line-height: 1;
    color: #000;
    top: 80px;
    left: 32px;
    transform-origin: 0 0;
    transform: rotate(90deg);
}
.l-footer__menu {
    margin-bottom: 43px;
}
.c-footer_menu {
    padding: 0;
    margin: 0;
    border: none;
}
.c-footer_menu__list__item {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: 12px; 
    line-height: 1;
}
.c-footer_menu__list__item:not(:last-child) {
    margin-bottom: 23px;
}
.c-footer_menu__list__item__inner {
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid #000;
}
.l-footer__sns {
    
}
.l-footer__sns__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.l-footer__sns h3 {
    font-size: 11px;
    line-height: 1.9;
    margin-bottom: 8px;
}
.l-footer__sns__item {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
}
.l-footer__sns__item--instagram,
.l-footer__sns__item--tiktok,
.l-footer__sns__item--line,
.l-footer__sns__item--piza {
    
}
.l-footer__sns__item--instagram {
   background-image: url(/crazypizzalifesh/uploads/images/common/icon-insta.svg)
}
.l-footer__sns__item--tiktok {
    background-image: url(/crazypizzalifesh/uploads/images/common/icon-tiktok.svg);
}
.l-footer__sns__item--line {
    background-image: url(/crazypizzalifesh/uploads/images/common/icon-line.svg);
}
.l-footer__sns__item--piza {
    background-image: url(/crazypizzalifesh/uploads/images/common/pizza.png);
    background-position: top left;
    background-size: 50px auto;
}
.l-footer__sns__item--piza.start {
    animation: pizza-anime-sp 3s steps(6, start);
}
.l-footer__sns__item--piza:before {
    content: "";
    display: block;
    width: 90px;
    height: 36px;
    background: url(/crazypizzalifesh/uploads/images/common/footer-piza-balloon.png) no-repeat top center / contain;
    position: absolute;
    top: -43px;
    left: 50%;
    transform: translate(-50%, 25px);
    opacity: 0;
    transition: opacity 0.1s linear, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.l-footer__sns__item--piza.active:before {
    opacity: 1;
    transform: translate(-50%, 0px);
}

.l-footer__backtop-button {
   font-size: 13px;
   font-weight: bold;
   position: absolute;
   top: 0;
   right: 28px;
   padding-bottom: 30px;
   display: inline-block;
   line-height: 1;
   text-align: center;
}
.l-footer__backtop-button:after {
    content: "";
    display: block;
    width: 16.5px;
    height: 21px;
    background: url(/crazypizzalifesh/uploads/images/common/footer-backtop-arrow.svg) no-repeat top center / contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.l-footer__logo {
    display: block;
    width: 100%;
    padding-bottom: 7.12630359212051%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/crazypizzalifesh/uploads/images/common/footer-logo.svg) no-repeat bottom center / contain;
}

@keyframes pizza-anime-sp {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -300px;
    }
}
@keyframes pizza-anime {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -360px;
    }
}
@keyframes pizza-anime-54 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -324px;
    }
}

@media (min-width: 720px) { /* pc */
    .l-footer {
        border: none;
        padding: 127px 14.136732329084589vw calc(174px + 7.38603577611079vw);   
    }
    .l-footer__info {
        position: relative;
        max-width: none;
        padding: 0;
        display: flex;
        justify-content: flex-start;
    }
    .l-footer__copyright {
        font-size: 9px;
        top: 127px;
        left: 37px;
    }
    .l-footer__menu {
        margin-bottom: 0;
    }
    .c-footer_menu {
        padding: 0;
        margin: 0;
        border: none;
    }
    .c-footer_menu__list__item {
        font-size: 15px; 
    }
    .c-footer_menu__list__item:not(:last-child) {
        margin-bottom: 36px;
    }
    .c-footer_menu__list__item__inner {
        font-size: 15px;
    }
    .l-footer__sns {
        margin-left: 70px;
    }
    .l-footer__sns h3 {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 22px;
    }
    .l-footer__sns__item {
        width: 60px;
        height: 60px;
        margin-right: 12px;
        cursor: pointer;
        transition: opacity 0.15s linear;
    }
    .l-footer__sns__item:hover {
        opacity: 0.5;
    }
    .l-footer__sns__item--piza {
        background-size: 60px auto;
    }
    .l-footer__sns__item--piza.start {
        animation: pizza-anime 3s steps(6, start);
    }
    .l-footer__sns__item--piza:before {
        
    }
    .l-footer__sns__item.l-footer__sns__item--piza:hover {
        opacity: 1;
    }
    
    .l-footer__backtop-button {
       font-size: 16px;
       font-weight: bold;
       position: absolute;
       top: 0;
       right: 0;
       padding-bottom: 75px;
       display: inline-block;
       line-height: 1;
       text-align: center;
       cursor: pointer;
       transition: opacity 0.15s linear;
    }
    .l-footer__backtop-button:hover {
        opacity: 0.5;
    }
    .l-footer__backtop-button:after {
        content: "";
        display: block;
        width: 46px;
        height: 62px;
        background: url(/crazypizzalifesh/uploads/images/common/footer-backtop-arrow.svg) no-repeat top center / contain;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

}
@media (min-width: 720px) and (max-width: 840px) { /* pc */
    .l-footer {
        padding: 127px 10vw calc(174px + 7.38603577611079vw);   
    }
    .l-footer__sns {
        margin-left: 30px;
    }
}


/************************************************************/
/* PAGE HEADER
/************************************************************/

.cp-page-header {
    background-color: #EAEAEA;
    padding: 62px 0 30px;
    margin-top: calc(-1 * var(--header-inner-height)) !important;   
    font-size: 0;
}

.cp-page-header h1 {
    width: 100%;
    text-align: center;
    margin: 0 0 12px;
    padding: 0;
    line-height: 1;
    font-size: 0;
}
.cp-page-header h1 div {
    font-size: 20px;
    letter-spacing: 0.01em;
    font-weight: bold;
    font-family: "Lexend Exa", sans-serif;
    display: inline-block;
    position: relative;
}
.cp-page-header h1 span {
    position: relative;   
}
.cp-page-header h1 div:before {
    content: "";
    display: block;
    width: 100%;
    height: 78%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #F8ED00;
}
.cp-page-header p {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 11px;
    letter-spacing: 0;
    color: #6B6B6B;
}

@media (min-width: 720px) { /* pc */
    .cp-page-header {
        padding: 98px 0 80px;
    }
    
    .cp-page-header h1 {
        margin: 0 0 21px;
    }
    .cp-page-header h1 div {
        font-size: 30px;
    }
    .cp-page-header h1 div:before {
        height: 78%;
    }
    .cp-page-header p {
        font-size: 15px;
    }
}

/************************************************************/
/* PAGE OTHER HEADER
/************************************************************/
.cp-other-header {
    background-color: #EAEAEA;
    padding: 77px 0 0;
    margin-top: calc(-1 * var(--header-inner-height)) !important;   
}

@media (min-width: 720px) { /* pc */
    .cp-other-header {
        padding: 172px 0 0;
    }
}

/************************************************************/
/* MORE BUTTON
/************************************************************/
.cp-more-button {
    width: 100%;
    max-width: 300px;
    height: 60px;
    background-color: #000;
    border-radius: 56px !important;
    color: #fff;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cp-more-button.cp-more-button--red {
    background-color: #F03208;
}
.cp-more-button:after {
    content: "";
    display: block;
    width: 14px;
    height: 11px;
    margin-left: 7px;
    background: url(../../../../images/common/button-yellow-arrow.svg) no-repeat center center / contain;
}
@media (min-width: 720px) { /* pc */
    .cp-more-button {
        max-width: 360px;
        height: 72px;
        border-radius: 36px !important;
        transition: opacity 0.15s linear;
    }
    .cp-more-button:hover {
        opacity: 0.5;
    }
}

/************************************************************/
/* TOP BUTTON
/************************************************************/
.cp-top-button {
    width: 100%;
    font-size: 0;
    text-align: center;
}
.cp-top-button a {
    padding-left: 20px;
    display: inline-block;
    font-size: 12.8px;
    font-weight: 900;
    line-height: 1.5;
    padding-bottom: 11px;
    border-bottom: 1px solid;
    text-align: right;
    letter-spacing: 0;
    position: relative;
}
.cp-top-button a:before {
    content: "";
    display: block;
    background: url(../../../../images/about/top-button-arrow.svg) no-repeat center center / contain;
    width: 12px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    transform: translateY(-50%);
}
@media (min-width: 720px) { /* pc */
    .cp-top-button a {
        padding-left: 24px;
        font-size: 16px;
        padding-bottom: 14px;
    }
    .cp-top-button a:before {
        width: 15px;
        height: 12px;
        top: calc(50% - 6.5px);
    }
}

.io.fade {
    opacity: 0;  
    transition: opacity 1s ease-out;
}
.io.fade.active {
    opacity: 1; 
}
.io.upfade {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s, transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.io.upfade.active {
    opacity: 1; 
    transform: translateY(0px);
}

/************************************************************/
/* CANCEL BUTTON
/************************************************************/
.cp-cancel-button {
    width: 100%;
    font-size: 0;
    text-align: center;
}
.cp-cancel-button a,
.cp-cancel-button button {
    font-size: 13px;
    font-weight: 900;
    padding: 0 2px 11px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.cp-cancel-button a:after,
.cp-cancel-button button:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (min-width: 720px) { /* pc */
    .cp-cancel-button a,
    .cp-cancel-button button {
        font-size: 14px;
        padding: 0 2px 8px;
    }
}

/************************************************************/
/* FORM ERROR
/************************************************************/
.c-form_table .formError,
.c-form_table--confirm .formError {
    top: -20px !important;
    right: 0 !important;
    border-radius: 6px;
    background-color: rgba(240, 50, 8, 1);
}
@media (max-width: 719px) {
    .c-form_table .check_agree .formError {
        top: -50px !important;  
    }
}
@media (min-width: 720px) {
    .c-form_table .check_agree .formError {
        top: -30px !important;  
    }
}

/************************************************************/
/* SMALL BUTTON
/************************************************************/
.cp-small-button {
    width: 100%;
    max-width: 160px;
    height: 36px;
    background-color: #000;
    border-radius: 27px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.cp-small-button.cp-small-button--wide {
    max-width: 200px;
}
.cp-small-button.cp-small-button--no-arrow:after {
    display: none;   
}
.cp-small-button:after {
    content: "";
    display: block;
    width: 14px;
    height: 11px;
    margin-left: 7px;
    background: url(../../../../images/common/button-yellow-arrow.svg) no-repeat center center / contain;
}
@media (min-width: 720px) { /* pc */
    .cp-small-button {
        max-width: 210px;
        height: 54px;
        border-radius: 27px;
        transition: opacity 0.15s linear;
        font-size: 16px;
    }
    .cp-small-button.cp-small-button--wide {
        max-width: 240px;
    }
    .cp-small-button:after {
        width: 17px;
        height: 14px;
        margin-left: 8px;
    }
    .cp-small-button:hover {
        opacity: 0.5;
    }
}


/************************************************************/
/* system ui
/************************************************************/
#preview-footer-view {
    display: none;
}
