@charset "utf-8";
/*---------------------------------------------------------------------
Smart Phone Style
sp.css
-----------------------------------------------------------------------
Copyright 2025 (c) linkpath Allrights Reserved.
Coding: Hinako Hayashi
Last Update: 2025.06.12
---------------------------------------------------------------------*/
/*@media screen and (max-width: 482px) and (min-width: 960px) {*/
@media screen and (max-width: 482px) {
/*===========================================================
    font-size
===========================================================*/
.article-concept__detail h2 {
    font-size: 200%;
}
.article-concept__detail p {
    font-size: 100%;
}

/*===========================================================

===========================================================*/

/*===========================================================
    article-concept
===========================================================*/
/* article-concept__detail */

/*===========================================================
    article-about
===========================================================*/
/* article-about__point */

/* article-about__varietal */

/*===========================================================
    article-special
===========================================================*/

}