@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;
}

/* 背景*/
.background {
    background-color: #dd1716;
}

/* デザイン線*/

.line01 {
    border-top: 1px solid #555;
    margin: 0 auto;
    width: 30em;
    margin-top: 10%;
}
 
/* テキスト */
.text01 {
    font-size: 1.0em;
    line-height: 24px;
    width: 100%;
    margin-top: 5%;
    text-align: center;
    font-family: "Noto Sans JP", serif;
}

.text02 {
    font-size: 1.0em;
    line-height: 24px;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    padding-top:1%;
    padding-bottom: 5%;
}

.text03 {
    font-size: 1.4em;
    line-height: 24px;
    width: 100%;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    padding-bottom: 3%;
}

.text04 {
    font-size: 1.0em;
    line-height: 24px;
    width: 50%;
    margin: 0 auto;
    text-align: justify;
    font-family: "Noto Sans JP", serif;
    padding-top: 1%;
    padding-bottom: 5%;
}

.text05 {
    font-size: 1.0em;
    line-height: 24px;
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    font-family: "Noto Sans JP", serif;
    color: white;
}

.font01 {
    font-size: 2.0em;
    width: 90%;
    margin: 0% auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    padding-top: 5%;
    padding-bottom: 2%;
    font-weight: bold;
}

.font02 {
    font-size: 2.5em;
    width: 100%;
    margin: 0% auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    margin-top: 5%;
    font-weight: bolder;
}


section {
  max-width: 310px;
  margin: 0 auto;
  padding-top:5%;
  padding-bottom:10%;
}

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;
}

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;
}

/* 1カラム*/

.container331lies {
    display: grid;
    grid-template-columns: 0.4fr;
    grid-template-rows: 0.1fr 0.2fr 0.2fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    align-content: center;
    justify-items: center;
    grid-template-areas:
        "title"
        "photoimage"
        "description";
    justify-content: center;
}

.title {
    grid-area: title;
    font-size: 3.5em;
    width: 100%;
    margin: 0% auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    margin-top: 5%;
    font-weight: bold;
    color: white;
}

.photoimage {
    grid-area: photoimage;
    border: 2px solid #000;
}

.description {
    grid-area: description;
    font-size: 1.5em;
    width: 85%;
    margin: 0% auto;
    text-align: justify;
    font-family: "Noto Sans JP", serif;
    margin-top: 2%;
    font-weight: bold;
    color: white;
}


/* 1カラムフォト*/
.container401lies {
    display: grid;
    grid-template-columns: 0.5fr;
    grid-template-rows: 0.2fr 0.2fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas:
        "photoimage10"
        "photoimage20";
    padding-top: 5%;
}

.photoimage10 {
    grid-area: photoimage10;
    width: 100%;
    padding: 0% 0% 0% 20%;
}

.photoimage20 {
    grid-area: photoimage20;
    width: 90%;
    margin: 5% 10% 0% 0%;
}

/* コンテンツメニュー*/

.outer-container {
    text-align: center;
    padding: 20px;
    padding-bottom: 10%;
}

/* グリッドレイアウト */
.image-grid {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 730px;
    margin: auto;
}

.image-item {
  position: relative;
}

.image-item img {
    width: 100%;
    border: 2px solid black;
}

/* ラベルスタイル */

.label {
    position: absolute;
    top: 0;
    left: 0;
    background: #b6101a;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    width: 50px;
    height: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 8px;
    padding-top: 6px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 10;
}

/*プロフィール */

.parent {
    display: grid;
    grid-template-columns: repeat(1, 0.1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
    justify-content: center;
    align-content: center;
    padding-top:3%;
}   

/*インフォメーション*/

.parent02 {
    display: grid;
    grid-template-columns: repeat(1, 0.4fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
    justify-content: center;
    align-content: center;
    padding-top: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;
}

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: 834px) {
.container331lies {
    display: grid;
    grid-template-columns: 0.6fr;
    grid-template-rows: 0.1fr 0.1fr 0.1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    align-content: center;
    justify-items: center;
    grid-template-areas:
        "title"
        "photoimage"
        "description";
    justify-content: center;
}

.title {
    grid-area: title;
    font-size: 1.5em;
    width: 100%;
    margin: 0% auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    margin-top: 5%;
}
.parent {
    display: grid;
    grid-template-columns: repeat(1, 0.2fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
    justify-content: center;
    align-content: center;
    padding-top: 3%;
}
}
@media (max-width: 834px) {
.text04 {
    font-size: 0.8em;
    line-height: 20px;
    width: 50%;
    margin: 0 auto;
    text-align: justify;
    font-family: "Noto Sans JP", serif;
    padding-top: 1%;
    padding-bottom: 5%;
}
.image-grid {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 730px;
    margin: auto;
}
}
/*===============================================
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;
}

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;
}

.parent {
    display: grid;
    grid-template-columns: repeat(1, 0.3fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
    justify-content: center;
    align-content: center;
    padding-top: 5%;
}

.parent02 {
    display: grid;
    grid-template-columns: repeat(1, 0.9fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
    justify-content: center;
    align-content: center;
    padding-top: 3%;
}

.container331lies {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.1fr 0.2fr 0.2fr;
    margin: 0% 5%;
}

.title {
    grid-area: title;
    font-size: 2.3em;
    width: 100%;
    margin: 0% auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    margin-top: 5%;
}

.text01 {
        width: 85%;
        text-align: justify;
        margin: 0 auto;
        padding-top: 5%;
}

.text02 {
    font-size: 1.0em;
    line-height: 24px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    padding-top: 5%;
    padding-bottom: 5%;
}

.text03 {
    font-size: 1.0em;
    line-height: 24px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    padding-bottom: 5%;
}

.text04 {
     font-size: 1.0em;
      line-height: 20px;
      width: 90%;
      margin: 0 auto;
      text-align: left;
      font-family: "Noto Sans JP", serif;
      padding-bottom: 5%;
}

.text05 {
    font-size: 1.0em;
    line-height: 20px;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    font-family: "Noto Sans JP", serif;
    color: white;
}

.font01 {
    font-size: 2.0em;
    width: 90%;
    margin: 0% auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    padding-bottom: 5%;
}

.line01 {
    border-top: 1px solid #555;
    margin: 0 auto;
    width: 90%;
    margin-top: 20%;
}

.container401lies {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 0.5fr 0.5fr 0fr;
        margin: 5% 5% 0% 5%;
}

.slide {
    width: 280px;
    margin-right: 10px;
}

.container9 {
    display: grid;
    grid-template-columns: 0.2fr 0.8fr;
    grid-template-rows: 0.2fr;
    gap: 0px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas: "photo20 details";
    padding: 1%;
}

.description {
    grid-area: description;
    font-size: 1.5em;
    width: 90%;
    margin: 0% auto;
    text-align: justify;
    font-family: "Noto Sans JP", serif;
    margin-top: 2%;
    font-weight: bold;
    color: white;
}
.label {
    position: absolute;
    top: 0;
    left: 0;
    background: #b6101a;
    color: #fff;
    font-weight: bold;
    font-size: 0.9em;
    width: 25px;
    height: 35px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 4px;
    padding-top: 5px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 10;
}
}

@media (max-width: 320px) {
.image-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        max-width: 730px;
        margin: auto;
}
    .font01 {
        font-size: 1.8em;
        width: 100%;
        margin: 0% auto;
        text-align: center;
        font-family: "Noto Sans JP", serif;
        padding-bottom: 5%;
    }
}