@charset "UTF-8";

	.mono .time-value,
	.mono .time-label{
		font-family: "mr-eaves-xl-modern", sans-serif;
		font-weight: 900;
		font-style: normal;
    }



    .countdown-section .c-tx{
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
      flex-wrap: wrap;
      position: relative;
    }
    .countdown-section .c-tx .button{
    	position: relative;
    	top: -5px;
    }

    .mono .countdown-text {
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.2;
      text-align: right;
      position: relative;
      top: -8px;
      white-space: nowrap;
    }


    .mono .countdown-timer {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .mono .time-block {
      display: flex;
      flex-direction: column;
      align-items: center;
      min-width: 60px;
    }

    .mono .time-value {
      font-size: 36px;
      width: 60px;
      height: 60px;
      background: #fff;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ff1f1f;

      line-height: 1;
      letter-spacing: 1px;
    }

    .mono .time-label {
      margin-top: 8px;
      color: #fff;
      font-size: 10px;
      line-height: 1;
      letter-spacing: 2px;
      font-family: "mr-eaves-xl-modern", sans-serif;
		font-weight: 400;
		font-style: normal;
    }

    .mono .time-separator {
      color: #fff;
      font-size: 32px;
      line-height: 60px;
    }

    .mono .countdown-ended {
      color: #fff;
      text-align: center;
      font-size: 24px;
    }

    .mono .time-block.day-ja{
    	position: relative;
    	margin-right: 25px;
    }
    .mono .time-block.day-ja::after{
    	content: '日';
    	display: block;
    	color: #fff;
    	font-weight: bold;
    	position: absolute;
    	right: -25px;
    	top: 28%;

    }




    /********************************************************************/

    @media (max-width: 768px) {
      .mono .countdown-section {
        padding: 0px 15px;
      }

      .mono .countdown-inner {
        gap: 18px;
      }

      .mono .countdown-text {
        font-size: 18px;
        white-space: normal;
        text-align: center;
        top: 0;
      }
      .mono .countdown-text br{
      	display: none;
      }

      .mono .countdown-text::after {
        display: none;
      }

      .mono .time-block {
        min-width: 44px;
      }

      .mono .time-value {
        width: 44px;
        height: 44px;
        font-size: 28px;
        border-radius: 12px;
      }

      .mono .time-label {
        font-size: 9px;
        letter-spacing: 1px;
      }

      .mono .time-separator {
        font-size: 34px;
        line-height: 58px;
      }
      .mono .countdown-text .sp.fuki{
      	display: inline-block;
      	color: #fff;
      	font-size: 1.3rem;
      }





    }
