@charset "utf-8";@charset "UTF-8";
.image {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.image img {
	display: block;
	width: 100%;
	height: auto;
}

/* 非表示用*/

.hide-me {
  display: none;
}

/* デザイン線*/

.line01 {
    border-top: 1px solid #555;
    margin: 0 auto;
    width: 50em;
    margin-top: 1%;
}

 
/* ボタン*/

.border {
    border: solid 0.5px;
    background-color: #000;
    margin: 0 auto;
    padding: 0% 2% 0% 2%;
    font-size: 0.9em;
    color: #fff;
    letter-spacing: 0.12em;
    border-radius: 4px;
}

/* テキスト */
.text01 {
    font-size: 1.5em;
    line-height: 26px;
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    padding-bottom: 5%;
    font-family: "Noto Sans JP", serif;
    padding-top: 5%;
}

.font01 {
    font-size: 1.8em;
    width: 70%;
    margin: 0% auto;
    text-align: left;
    font-family: "Noto Sans JP", serif;
    padding-top: 8%;
    padding-bottom: 5%;
}

section {
    max-width: 310px;
    margin: 0 auto;
    padding-top: 6%;
    padding-bottom: 8%;
}

a.btn_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 6% 0 12%;
    color: #000;
    font-size: 1.0em;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    font-family: serif;
    font-size: 1.1em;
    font-family: "Noto Sans JP", serif;
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

a.btn_03 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 200px;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #000;
    background: #000;
    color: #fff;
    transition: 0.5s;
    font-family: serif;
    font-size: 1.1em;
}

a.btn_03:hover {
	color: #27acd9;
	background: #fff;
}

/* ブランド４カラム*/

.brand-list {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 40px;
}

.brand-item {
  width: 120px;
}

.brand-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto 18px auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.brand-title {
    font-weight: 500;
    font-size: 0.8em;
    margin-bottom: 4px;
    letter-spacing: 0.01em;
    text-align: center;
}

/* item 4カラム*/
.container01 {
  width: 90%;
  margin: auto;
}

.item-grid {
    display: grid;
    grid-template-columns: 0.2fr 0.2fr 0.2fr 0.2fr;
    gap: 10px;
    justify-content: center;
    grid-template-rows: 1fr;
}

.item {
  text-align: center;
}

.item img {
  width: 100%;
  height: auto;
}

.brand {
  font-weight: bold;
  font-size:1.0em
}

.code,
.price {
  color: #555;
  font-size:0.9em
  padding-bottom:3%;
}

/* newsカラム*/

.feature-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 0.4fr);
    gap: 20px;
    justify-content: left;
    margin: 0% 0% 3% 15%;
}

.feature-card {
    margin-bottom: 30px;
}

.card-image {
    margin-bottom: 10px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    display: block;
    transition: transform 0.3s;
}

.feature-card:hover .card-image img {
    transform: scale(1.03);
}

.card-title {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}

.card-store {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 3px;
}

.card-date {
    font-size: 12px;
    color: #777;
}
}
/*===============================================
tablet
===============================================*/
@media (max-width: 834px) {
section {
  max-width: 320px;
  margin: 0 auto;
}

a.btn_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 6% 0 12%;
    color: #000;
    font-size: 1.0em;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    font-family: serif;
    font-size: 1.1em;
    font-family: "Noto Sans JP", serif;
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

.font01 {
    font-size: 1.8em;
    width: 70%;
    margin: 0% auto;
    text-align: left;
    font-family: "Noto Sans JP", serif;
    padding-top: 10%;
    padding-bottom: 2%;
}
}
@media (max-width: 834px) {

}
/*===============================================
SMP
===============================================*/
@media (max-width: 430px) {

section {
  max-width: 310px;
  margin: 0 auto;
  padding-bottom: 15%;
}

a.btn_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 6% 0 12%;
    color: #000;
    font-size: 1.0em;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    font-family: serif;
    font-size: 1.1em;
    font-family: "Noto Sans JP", serif;
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

.sma{
    display: none;
}

.line01 {
    border-top: 1px solid #555;
    margin: 0 auto;
    width: 90%;
    margin-top: 5%;
    padding: 5%;
}

.text01 {
    font-size: 1.5em;
    line-height: 26px;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    padding-bottom: 10%;
    font-family: "Noto Sans JP", serif;
    padding-top: 10%;
}

.font01 {
        font-size: 1.8em;
        width: 80%;
        margin: 0% auto;
        text-align: left;
        font-family: "Noto Sans JP", serif;
        padding-top: 15%;
        padding-bottom: 10%;
}

.item-grid {
        display: grid;
        grid-template-columns: 0.5fr 0.5fr;
        gap: 10px;
        justify-content: center;
        grid-template-rows: 1fr;
}
}
@media (max-width: 430px) {
.feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin: 0 auto;
        padding: 5%;
}

.brand-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
}
@media (max-width: 320px) {
.brand-image {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto 18px auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
}