@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;
}

/* デザイン線*/

.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.8em;
    line-height: 35px;
    width: 58%;
    margin: 0 auto;
    text-align: justify;
    font-family: "Noto Sans JP", serif;
    padding-top: 10%;
}

.text02 {
    font-size: 1.4em;
    line-height: 25px;
    width: 58%;
    margin: 0 auto;
    text-align: justify;
    font-family: "Noto Sans JP", serif;
    padding-top: 3%;
    padding-bottom: 3%;
}

.text03 {
    font-size: 1.0em;
    line-height: 25px;
    width: 58%;
    margin: 0 auto;
    text-align:justify;
    padding-bottom: 5%;
    font-family: "Noto Sans JP", serif;
    padding-top: 1%;
}

.text04 {
    font-size: 1.0em;
    line-height: 25px;
    width: 58%;
    margin: 0 auto;
    text-align: justify;
    padding-bottom: 5%;
    font-family: "Noto Sans JP", serif;
}

.text05 {
    font-size: 0.9em;
    line-height: 25px;
    width: 95%;
    margin: 0 auto;
    text-align: end;
    padding-bottom: 2%;
}

.text06 {
    font-size: 1.0em;
    line-height: 25px;
    width: 58%;
    margin: 0 auto;
    text-align: justify;
    padding-bottom: 3%;
    font-family: "Noto Sans JP", serif;
    padding-top: 1%;
}

.font01 {
    font-size: 1.8em;
    width: 60%;
    margin: 0% auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    padding-top: 5%;
    padding-bottom: 3%;
}

.font02 {
    font-size: 1.8em;
    line-height: 25px;
    margin: 0 auto;
    text-align: justify;
    padding-top: 5%;
    font-family: "Noto Sans JP", serif;
    font-weight: bold;
    width: 58%;
}

.font03 {
    font-size: 1.0em;
    line-height: 25px;
    width: 58%;
    margin: 0 auto;
    text-align: justify;
    font-family: "Noto Sans JP", serif;
    padding-top: 2%;
}

section {
  max-width: 310px;
  margin: 0 auto;
  padding-top:5%;
  padding-bottom:5%;
}

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;
}

.parent {
    display: grid;
    grid-template-columns: repeat(1, 0.6fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 5px;
    justify-content: center;
    padding-bottom: 1%;
}
       
.container526 {  display: grid;
  grid-template-columns: 0.5fr;
  grid-template-rows: 0.3fr 1fr;
  gap: 10px 10px;
  grid-auto-flow: row;
  justify-content: center;
  grid-template-areas:
    "profile"
    "profiletext";
}

.profile {
    grid-area: profile;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.profiletext {
    grid-area: profiletext;
    font-size: 1.0em;
    line-height: 25px;
    margin: 0 auto;
    text-align: left;
    font-family: "Noto Sans JP", serif;
    font-weight: normal;
    padding-top:3%;
}

/* 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;
    padding-bottom: 5%;
}

.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%;
}
}
/*===============================================
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;
}
}
@media (max-width: 768px) {
.parent {
    display: grid;
    grid-template-columns: repeat(1, 0.7fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 5px;
    justify-content: center;
    padding-bottom: 1%;
}

.text02 {
    font-size: 1.3em;
}

.text03 {
    font-size: 1.1em;
}
.text01 {
    font-size: 1.6em;
    line-height: 26px;
    width: 58%;
    margin: 0 auto;
    text-align: justify;
    font-family: "Noto Sans JP", serif;
    padding-top: 10%;
}

.text04 {
    font-size: 1.0em;
    line-height: 25px;
    width: 70%;
    margin: 0 auto;
    text-align: justify;
    padding-bottom: 5%;
    font-family: "Noto Sans JP", serif;
}
}
/*===============================================
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%;
}

.parent {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 5px;
    justify-content: center;
    padding: 2%;
}

.text01 {
    font-size: 1.6em;
    line-height: 26px;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    font-family: "Noto Sans JP", serif;
    padding-top: 20%;
}

.text02 {
    font-size: 1.2em;
    line-height: 25px;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    font-family: "Noto Sans JP", serif;
    padding-top: 2%;
}

.text03 {
    font-size: 1.0em;
    line-height: 25px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5%;
    font-family: "Noto Sans JP", serif;
    padding-top: 1%;
}

.text04 {
    font-size: 1.0em;
    line-height: 25px;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    padding-bottom: 5%;
    font-family: "Noto Sans JP", serif;
}

.text06 {
    font-size: 1.0em;
    line-height: 25px;
    width: 58%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15%;
    font-family: "Noto Sans JP", serif;
    padding-top: 5%;
}

.font02 {
    font-size: 1.8em;
    line-height: 25px;
    margin: 0 auto;
    text-align: justify;
    padding-top: 5%;
    font-family: "Noto Sans JP", serif;
    font-weight: bold;
    width: 90%;
}

.font03 {
    font-size: 1.0em;
    line-height: 25px;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    font-family: "Noto Sans JP", serif;
    padding-top: 8%;
}

.container526 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.2fr 1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    grid-template-areas:
        "profile"
        "profiletext";
    padding: 5%;
}
.item-grid {
        display: grid;
        grid-template-columns: 0.5fr 0.5fr;
        gap: 10px;
        justify-content: center;
        grid-template-rows: 1fr;
        padding-bottom: 10%;
    }

.profile {
    grid-area: profile;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
}
@media (max-width: 375px) {
    .text01 {
        font-size: 1.4em;
        line-height: 26px;
        width: 90%;
        margin: 0 auto;
        text-align: justify;
        font-family: "Noto Sans JP", serif;
        padding-top: 20%;
    }
}
@media (max-width: 320px) {
}