@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;
}

/* 余白*/
.spece {
 padding-top:2%;
 padding-bottom:5%;
 text-align:center;
}

/* 余白*/
.spece2 {
 padding-bottom:5%;
  text-align:center;
}

/* 文字追加*/

.text01{
    font-size: 1.1em;
    line-height: 23px;
    width: 95%;
    margin: 0% auto;
    text-align: center;
    font-family: "Zen Maru Gothic", serif;     
    padding:3%;
}

.font01 {
    font-size: 2.0em;
    text-align: center;
    font-style: bold;
    font-family: "Zen Maru Gothic", serif;
    padding-top: 15%;
    padding-bottom: 12%;
}


/* ボタン*/

section {
  max-width: 300px;
  margin: 0 auto;
  padding-top:3%;
}


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: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  font-family: "Barlow Condensed", sans-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_05 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 50px;
    margin: 4%;
    padding: 0.1rem 0.1rem;
    font-weight: nomal;
    border: 0.05px solid #202020;
    background: #000;
    color: #fff;
    transition: 0.5s;
    font-size: 8.5px;
    font-family: "Jost", sans-serif;
}

a.btn_05:hover {
	color: #222222;
	background: #fff;
}

/* レイアウト 2*/
.container109 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 0.5fr 0.1fr;
    gap: 30px 0px;
    grid-auto-flow: row;
    justify-content: center;
    grid-template-areas:
        "photoimage1"
        "photoimage2"
        "number";
    justify-items: center;
    margin-top: 5%;
}

.photoimage1 { grid-area: photoimage1; }

.photoimage2 { grid-area: photoimage2; }

.number {
    grid-area: number;
    font-size: 1.0em;
    line-height: 26px;
    width: 95%;
    margin: 0% auto;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-weight:400;
}

/* レイアウト 3*/
.container818 {  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0.5fr 0.5fr 0.5fr 0.1fr;
  gap: 30px 0px;
  grid-auto-flow: row;
  justify-content: center;
  align-content: center;
  justify-items: center;
  grid-template-areas:
    "photoimage10"
    "photoimage20"
    "photoimage30"
    "crezit";
  margin-top:5%;
}

.photoimage10 { grid-area: photoimage10; }

.photoimage20 { grid-area: photoimage20; }

.photoimage30 { grid-area: photoimage30; }

.crezit { grid-area: crezit;
    font-size: 1.0em;
    line-height: 26px;
    width: 95%;
    margin: 0% auto;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-weight:400;
}

.sma{
    display: none;
}
}
=============================================
tablet
===============================================*/
@media (max-width:768px)  {

section {
  max-width: 300px;
  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: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  font-family: "Hind", sans-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;
}
.spece {
    padding-top: 2%;
    padding-bottom: 12%;
    text-align: center;
}
}
/*===============================================
SMP
===============================================*/
@media (max-width:430px) {

.sma{
        display: block;
}

.spece {
    padding-top: 2%;
    padding-bottom: 20%;
    text-align: center;
}

/* ボタン*/

section {
  max-width: 310px;
  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: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  font-family: "Jost", sans-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_05 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 50px;
    margin: 4%;
    padding: 0.1rem 0.1rem;
    font-weight: nomal;
    border: 0.3px solid #202020;
    background: #000;
    color: #fff;
    transition: 0.5s;
    font-size: 9px;
    font-family: "Jost", sans-serif;
}

/* レイアウト*/
.container109 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 0.2fr 0.2fr 0.1fr;
        gap: 20px 0px;
        grid-auto-flow: row;
        justify-content: center;
        grid-template-areas:
        "photoimage1"
        "photoimage2"
        "number";
        justify-items: center;
        margin-top: 5%;
        padding: 3%;
}

.container818 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.2fr 0.2fr 0.2fr 0.1fr;
    gap: 20px 0px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    justify-items: center;
    grid-template-areas:
        "photoimage10"
        "photoimage20"
        "photoimage30"
        "crezit";
    padding: 3%;
}
}