@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #fff;
}

@media screen and (min-width: 768px) {
    body {
        min-width: 1200px;
    }
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

a:focus {
    outline: none;
}

button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none
}

.vivant2026-bg {
background-color: #000;
}

.vivant2026-sp {
    display: none;
}


main {
 font-family: "dnp-shuei-gothic-gin-std", sans-serif;
font-weight: 400;
font-style: normal;
}
.yu{
 font-family: "yu-mincho-pr6n", sans-serif;
font-weight: 400;
font-style: normal;
}

/* 時計 */
.vivant2026-timetext {
    font-size: 2.8rem;
    text-align: center;
    margin: 20px auto;
    letter-spacing: 0.15em;
}

.tick {
    font-size: 1rem;
    white-space: nowrap;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    width: 500px;
    margin: 0 auto;
    padding-top: 40px;
}

.tick-flip,
.tick-text-inline {
    font-size: 2.5em;
     font-family: "fot-tsukubrdgothic-std", sans-serif;
}

.tick-label {
    margin-top: 10px;
    font-size: 1em;
     font-family: "fot-tsukubrdgothic-std", sans-serif;
}

.tick-char {
    width: 1.5em;
     font-family: "fot-tsukubrdgothic-std", sans-serif;
}

.tick-text-inline {
    display: inline-block;
    text-align: center;
    min-width: 1em;
}

.tick-text-inline+.tick-text-inline {
    margin-left: -.325em;
}

.tick-group {
    margin: 0 .5em;
    text-align: center;
}

.tick-text-inline {
    color: #000 !important;
}

.tick-label {
    color: #fff !important;
   font-family: "yu-mincho-pr6n", sans-serif;
font-weight: 600;
font-style: normal

}

.tick-flip-panel {
    color: #000 !important;
}

.tick-flip {
   font-family: "fot-tsukubrdgothic-std", sans-serif;
   font-weight: bold;
}

.tick-flip-panel-text-wrapper {
    line-height: 1.45 !important;
}

.tick-flip-panel {
    background-color: #d71718 !important;
}

.tick-flip {
    border-radius: 0.13em !important;
}

.tick .tick-credits {
    position: absolute;
    right: 0;
    bottom: -20px !important;
    opacity: .4;
    text-decoration: none;
    font-size: 6px;
    color: #000 !important;
}

/* 時計ここまで */

/* メインビジュアル　*/


#vivant2026-mainvisual img {
    width: 100%;
    vertical-align: bottom;
}

/* リード */
#vivant2026-lead {
    padding-top: 200px;
}

.vivant2026-leadtext {
    width: 966px;
    margin: 0 auto;
    font-size: 2.2rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2;
    padding: 10px 0;
    position: relative;
}

 .vivant2026-line{
    font-size: 3rem;
    text-align: center;
 }
 .vivant2026-leadimg{
width: 50%;
    margin: 60px auto 80px;
 }
 .vivant2026-leadimg img{
width: 100%;
 }
/* 商品 */

.vivant2026-productbox{
    display: flex;
    margin: 0 auto;
    justify-content: center;
  align-items: start;
}

 .vivant2026-productbox img{
    width: 380px;
 }
.vivant2026-product-name {
display: flex;
justify-content: center;
gap: 50px;
align-items: baseline;
    margin-bottom: 100px;
    margin-top: 100px;
}
.vivant2026-product-name01{
   width: 50%;
}
.vivant2026-product-name01 img{
   width: 100%;
}

.vivant2026-product-name02 {
    display: inline-block;
    font-size: 5rem;
    letter-spacing: 0.1em;
    position: relative;
}

.blue {
    font-size: 9rem;
    color: #d71718;
    padding-right: 10px;
    font-weight:600;
}
.small{
    font-size: 5rem;
    color: #fff;
    font-weight:600;
}


.vivant2026-product {
    display: flex;

    margin: 0 auto 80px;
    gap: 70px;
    justify-content: center;
  align-items: start;
}

.vivant2026-text {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 2;
  padding-right: 50px;
  width: 550px;
}
.vivant2026-souryoucontainer{
    display: flex;
    margin-top: 50px;
    justify-content: center;
  align-items: center;
  gap: 50px;
}
.vivant2026-souryou-box{
    width: 500px;
}
.vivant2026-souryouflex {
    display: flex;
    gap: 20px;

    justify-content: center;
}

.vivant2026-souryou,
.vivant2026-reitou {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    border: 3px #d71718 solid;
    padding: 5px 10px;
}

.vivant2026-price {
    font-size: 6.4rem;
    margin-bottom: 44px;
    text-align: center;
    font-weight: bold;
}

.vivant2026-price-en {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.vivant2026-cart {
    transition: .3s;
    position: relative;
}
.vivant2026-cart::after{
   content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */
    right: 40px;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */
    border: 10px solid transparent;
    border-left: 13px solid #000;   /* 好みで色を変えてください */
}
.vivant2026-cart::before{
   content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */
    right: 60px;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */
    border: 10px solid transparent;
    border-left: 13px solid #000;   /* 好みで色を変えてください */
    z-index: 1;
}

.vivant2026-cart a {
    margin: 0 auto 10px;
    background-color: #d71718;
    color: #000;
    width: 340px;
    height: 90px;
    font-size: 2.6rem;
    position: relative;
    padding: 20px 0 0 46px;
    text-align: left;
    transition: .3s;
    letter-spacing: 0.1em;
    border-radius: 10px;
}



@media screen and (min-width: 767px) {

    .vivant2026-cart:hover {
        opacity: 0.7;
    }
}

.vivant2026-button-product {
    text-align: center;
    margin-bottom: 50px;
}

.vivant2026-button-product a {
    display: inline-block;
    font-size: 2rem;
    letter-spacing: 0.1em;
    color: #fff;
    border-bottom: #d71718 2px solid;
}


.vivant2026-attention {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    color: #fff;
    text-indent: -1em;

}
.vivant2026-productimg{
width: 60%;
margin: 0 auto 60px;
}
.vivant2026-productimg img{
width: 100%;
}
.vivant2026-container{
display: flex;
gap: 80px;
justify-content: center;
margin-bottom: 200px;
}
.vivant2026-containerbox{
width: 350px;
}
.vivant2026-containerbox img{
width: 350px;
margin-bottom: 20px;
}
.vivant2026-containertext{
    font-size: 2rem;
    text-align: center;
}
/* 店舗 */
#vivant2026-store {
    width: 1120px;
    margin: 0 auto;
    padding: 60px 100px;
    text-align: center;
    position: relative;
}

.vivant2026-store-title {
    font-size: 3rem;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}



.vivant2026-store-title02 {
    display: inline-block;
    font-size: 2.2rem;
    letter-spacing: 0.15em;
    border: 2px solid #d71718;
    padding: 10px 35px;
    margin-bottom: 50px;
}

.vivant2026-store-box {
    text-align: left;
}

.vivant2026-store-title03 {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    position: relative;
    padding-left: 17px;
}
.vivant2026-store-title03::before{
    content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */
    left: 0;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */
    border: 10px solid transparent;
    border-left: 13px solid #d71718;   /* 好みで色を変えてください */
}


.vivant2026-store-text {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-bottom: 80px;
    line-height: 1.6;
}

.vivant2026-store-line {
    content: '';
    width: 930px;
    height: 1px;
    border: solid 1px #d71718;
    margin-bottom: 50px;
}
.vivant2026-store-title03 span{
    color: #d71718;
}
@media screen and (max-width:767px) {
    .vivant2026-bg {
        padding-bottom: 100px;
    }

    .vivant2026-pc {
        display: none;
    }

    .vivant2026-sp {
        display: block;
    }

    .vivant2026-inner {
        padding: 0 20px;
    }

    /* 時計 */
    .vivant2026-timetext {
        font-size: 2rem;
    }
    .tick-label {
        font-size: 1.6rem;
    }
    .tick {
        font-size: 1rem;
        white-space: nowrap;
        font-family: arial, sans-serif;
        width: 80%;
        padding-top: 30px;
    }

    /* リード */
    #vivant2026-lead {
        padding-top: 50px;
    }
     .vivant2026-line{
    font-size: 1.5rem;
    text-align: center;
 }

    .vivant2026-leadtext {
        width: 100%;
        margin: 0 auto;
        font-size: 1.6rem;
        text-align: left;
        letter-spacing: 0.1em;
        line-height: 1.6;
        text-align: center;
        padding: 20px 10px;
        position: relative;
    }


    /* 商品 */
 .vivant2026-leadimg{
width: 80%;
    margin: 50px auto ;
 }
.vivant2026-product {
    margin: 0 auto 20px;
    gap: 70px;
    justify-content: center;
  align-items: start;
}

.vivant2026-product-name {
display: flex;
justify-content: center;
gap: 10px;
align-items: baseline;
      margin-bottom: 10px;
    margin-top: 100px;
}
.vivant2026-product-name01{
   width: 60%;
}
.vivant2026-product-name01 img{
   width: 100%;
}

.vivant2026-product-name02 {
    display: inline-block;
    font-size: 5rem;
    letter-spacing: 0.1em;
    position: relative;
}
    .vivant2026-product-name01 {
        font-size: 2rem;
    }

    .vivant2026-product-name02 {
        font-size: 2.8rem;
         padding-left: 0px;
         padding-top: 80px;
         line-height: 1.2;
    }


.blue {
    font-size: 4.5rem;
    padding-left: 0px;
}
.small{
    font-size: 3rem;
    color: #fff;
}

.vivant2026-productbox{
   flex-direction: column-reverse;
    margin: 0 auto;
    justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
}

    .vivant2026-text {
        font-size: 1.6rem;
        line-height: 1.6;
        width: 80%;
   display: block;
   text-align-last: left;
   padding-right: 0px;
    }
    .vivant2026-souryoucontainer{
   flex-direction: column;
    margin-top: 70px;
    justify-content: center;
  align-items: center;
  gap:  10px;
}

    .vivant2026-souryouflex {
        gap: 20px;
        margin-bottom: 0px;
    }

    .vivant2026-souryou,
    .vivant2026-reitou {
        font-size: 1.4rem;
    }
.vivant2026-souryou-box{
    width: 100%;
}
    .vivant2026-price {
        font-size: 3.6rem;
        margin-bottom: 0px;
    }

    .vivant2026-price-en {
        font-size: 2rem;
    }

    .vivant2026-cart a {
        width: 280px;
        height: 70px;
        font-size: 2rem;
        padding: 20px 0 0 50px;
        margin-bottom: 20px;
    }
.vivant2026-cart::after{
   content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */
    right: 35px;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */
    border: 8px solid transparent;
    border-left: 11px solid #000;   /* 好みで色を変えてください */
}
.vivant2026-cart::before{
   content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */
    right: 50px;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */
    border: 8px solid transparent;
    border-left: 11px solid #000;   /* 好みで色を変えてください */
    z-index: 1;
}

 .vivant2026-productbox img{
    width: 80%;
 }


    .vivant2026-rightbox {
        width: 100%;
    }
.vivant2026-container{
flex-direction: column;
gap: 50px;
justify-content: center;
margin-bottom: 100px;
}
.vivant2026-containerbox{
width: 70%;
margin: 0 auto;
}
.vivant2026-containerbox img{
width: 100%;
margin-bottom: 10px;
}
.vivant2026-containertext{
    font-size: 1.6rem;
    text-align: center;
}
    /* 店舗 */
    #vivant2026-store {
        width: 100%;
        padding: 20px 10px;
    }
.vivant2026-productimg{
width: 100%;
margin: 30px auto 50px;
}
    .vivant2026-store-title {
        font-size: 2.2rem;
        margin-bottom: 0px;
    }



    .vivant2026-store-title02 {
        font-size: 2rem;
        margin-top: 40px;
        padding: 10px 20px;
    }

    .vivant2026-store-title03 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }



    .vivant2026-store-text {
        font-size: 1.6rem;
        margin-bottom: 50px;
    }

    .vivant2026-store-line {
        width: 80%;
        margin: 0 auto 40px;
    }
.vivant2026-store-title03::before{
    content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */
    left: 0;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */
    border: 8px solid transparent;
    border-left: 11px solid #d71718;   /* 好みで色を変えてください */
}
}