@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
    font-family: "Zen Maru Gothic", serif;;
    font-family: "Noto Serif JP", serif;
}

img{
    width: 100%;
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

a{
    text-decoration: none;
}

a:hover{
    cursor: pointer;
}

p{
    line-height: 1.6;
    font-size: clamp(14px, 12.800px + 0.32vw, 16px);
    font-weight: 500;
}

#teatime_mist{
    color: #5a524d;
    width: 100%;
    background: #6b4e43;
    margin: 0 auto;
}

#teatime_mist .contents{
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff5eb;
    text-align: center;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.8);
}

#teatime_mist h2 {
    font-size: clamp(20px, 17.600px + 0.64vw, 24px);
    font-weight: bold;
    margin: 1em auto;
    text-shadow: 4px 4px 0px #ebddcf;
    border-bottom: 4px double #5a524d;
    padding: 0px 0.4em;
}

#teatime_mist h3{
    font-size: clamp(18px, 16.800px + 0.32vw, 20px);
    font-weight: bold;
}

#teatime_mist .w-container{
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#teatime_mist section{
    width: 100%;
    padding-bottom: 2em;
}

#teatime_mist .br_768{
    display: none;
}

#teatime_mist .sp_only{
    display: none;
}

@media screen and (max-width: 768px) {
    #teatime_mist .br_768{
       display: block;
    }
}
@media screen and (max-width: 500px) {
    #teatime_mist .sp_only{
       display: block;
    }
}

/* ==================== key ==================== */


/* ==================== logo_box ==================== */
#teatime_mist .logo_box img{
    max-width: 160px;
    width: 20%;
    margin: 20px auto;
}

@media screen and (max-width: 500px) {
    #teatime_mist .logo_box img{
        margin: 12px auto;
    }
}

/* ==================== introduction ==================== */

#teatime_mist #introduction h1{
    font-size: clamp(16px, 11.200px + 1.28vw, 24px);
    font-weight: bold;
    margin: 1em auto;
}

#teatime_mist #introduction .text_box p{
    margin: 0.8em;
}

#teatime_mist #introduction .text_box p span.small{
    font-size: 0.6em;
}

#teatime_mist #introduction .text_box p.small-chuu{
    margin: 2em auto;
    font-size: 12px;
}

@media screen and (max-width: 500px) {
    #teatime_mist #introduction .text_box p.small-chuu{
    font-size: 10px;
}
}

/* ==================== product ==================== */
.product_links {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

.product_links a {
    display: inline-block;
    text-align: center;
  }

.product_links a img {
    max-height: 250px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: inline-block;
    transition: transform 0.3s ease;
  }

.product_links a:hover img {
    transform: scale(1.08);
  }

@media screen and (max-width: 500px) {
   .product_links a img {
    max-height: 120px;
}
}

/* ==================== point ==================== */
#point .flex_box{
    display: flex;
    flex-direction: column;
}
#point .flex_box div{
    margin-bottom: 1.4em;
}
#point .flex_box div img {
    width: 84%;
    max-width: 400px;
    margin-top: 0.8em;
    border-radius: 50px;
}
#point .flex_box div h3{
    margin: 1em auto 0.4em;

    font-weight: 700;
}
#point .flex_box div span.small{
    font-size: 0.6em;
}
#point .flex_box div div.small-chuu{
    margin: 1em auto;
}
#point .flex_box div div.small-chuu p{
    font-size: 12px;
}
#point .flex_box div div.seibun-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
#point .flex_box div div.seibun-flex div{
    margin: 0px auto;
}
#point .flex_box div div.seibun-flex img{
    border-radius: 50%;
    flex: 1;
    max-width: 150px;
}
#point .flex_box div h4{
    margin: 1em auto 0px;
    display: inline-block;
    padding: 0px 0.4em;
    background: #fdebd6;
    font-size: 1em;
    font-weight: 700;
}
#point .flex_box div div.img-flex{
    display: flex;
    gap: 5%;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 1em auto;
}
#point .flex_box div div.img-flex img{
    flex: 1;
    max-width: 250px;
    border-radius: 50px;
    width: 40%;
}

@media screen and (max-width: 500px) {
    #point .flex_box div img {
    width: 80%;
    }
    #point .flex_box div div.small-chuu p{
    font-size: 10px;
}
}

/* ==================== lineup ==================== */
#lineup .grid_box{
    width: 100%;
    max-width: 720px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

#lineup .grid_box .item_grid{
    width: 100%;
    height: auto;
    display: grid;
    /* grid-template-columns: 35% 65%; */
    grid-template-columns: 20% 60%;
    justify-content: center;
    grid-template-rows: auto;
    align-items: center;
    justify-items: center;
    padding: 0 1em;
}

#lineup .grid_box .item_grid p{
    text-align: left;
}

#lineup .grid_box .item_grid img{
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    max-height: 250px;
    object-fit: contain;
}

#lineup .grid_box .item_grid div{
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

#lineup .grid_box .item_grid div h3{
    font-size: 1.2em;
    margin: 0.5em auto;
}

#lineup .grid_box .item_grid div a.btn{
    display: inline-block;
    padding: 0.6em 1em;
    margin-top: 0.8em;
    background-color: #AE9082;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
}
#lineup .grid_box .item_grid div a.btn:hover{
    background-color: #fff;
    border: 2px solid#AE9082;
    color: #AE9082;
    font-weight: bold;
}

@media screen and (max-width: 500px) {
    #lineup .grid_box .item_grid{
     grid-template-columns: 25% 75%;
 }
    #lineup .grid_box .item_grid img {
     max-height: 180px;
 }
}

/* ==================== series ==================== */
#series{
    width: 100%;
}

#series .flex_box{
    display: flex;
    max-width: 100%;
    width: 100%;
    gap: 10px;
}
#series .flex_box a{
    flex: 1;
}

#series .flex_box a:hover{
    opacity: 0.6;
}

#teatime_mist .contents .bottom{
    margin: 5% auto;
    width: 30%;
    max-width: 200px;
}

/*  ==================== 購入ボタン  ==================== */
#teatime_mist #onlinestore{
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: rgb(207 164 128 / 50%);
    border-radius: 50%;
    z-index: 1000;
}
#teatime_mist #onlinestore a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
}
#teatime_mist #onlinestore a::after{
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f07a';
    font-size: 20px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 2px;
    bottom: 0;
    right: 0;
    left: -2px;
    margin: auto;
    text-align: center;
}
