@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: 30em;
    margin-top: 3%;
}

/* 矢印*/

.dli-caret-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
}
 
/* ボタン*/

.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.0em;
    line-height: 26px;
    width: 100%;
    margin-top: 5%;
    text-align:center;
    margin-bottom: 5%;
    font-family: serif;
}

.text01a {
    font-size: 1.0em;
    line-height: 26px;
    width: 95%;
    text-align: center;
    margin: 0 auto;
    font-family: serif;
    padding: 3% 0%;
}

.text01aa {
    font-size: 1.0em;
    line-height: 26px;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    font-family: serif;
    padding: 3% 0%;
}

.text01b {
    font-size: 1.0em;
    line-height: 26px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-family: serif;
    padding-top: 8%;
    padding-bottom: 2%;
}

.text01bb {
    font-size: 1.0em;
    line-height: 26px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-family: serif;
    padding-top: 11%;
    padding-bottom: 2%;
}

.text01c {
    font-size: 1.0em;
    line-height: 26px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-family: serif;
    padding-top: 10%;
    padding-bottom: 2%;
}

.text02 {
    font-size: 1.2em;
    line-height: 26px;
    width: 95%;
    margin: 0% auto;
    text-align: center;
    font-family: serif;
    padding-top:2%;
}

.text02a {
    font-size: 1.0em;
    line-height: 30px;
    width: 100%;
    margin-top: 2%;
    text-align: center;
    font-family: serif;
}

.text03 {
    font-size: 1.5em;
    text-align: center;
    font-family: "Playfair Display", serif;
    padding-top:8%;
}

.font01 {
    font-size: 2.2em;
    width: 100%;
    margin: 0% auto;
    text-align: center;
    font-family: "Playfair Display", serif;
    margin-top: 7%;
}

/* テキスト*/

.font01a {
    font-size: 1.2em;
    width: 100%;
    margin: 0% auto;
    text-align: center;
    font-family: "Playfair Display", serif;
    margin-top: 2%;
}

section {
  max-width: 310px;
  margin: 0 auto;
 padding-top: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;
}

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: 1px solid #000;
    background: #000;
    color: #fff;
    transition: 0.5s;
    font-family: serif;
    font-size: 0.9em;
}

a.btn_03:hover {
	color: #000;
	background: #fff;
}

/* アイテム写真１カラム*/

.container0108 {
    display: grid;
    grid-template-columns: 0.4fr;
    grid-template-rows: 1fr 0.4fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas:
        "photo"
        "txt";
    /* margin-top: 1%; */
    margin-bottom: 5%;
     justify-items: center;
}

.photo { grid-area: photo; }

.txt {
  margin:0auto;
}

.container0108b {
    display: grid;
    grid-template-columns: 0.4fr;
    grid-template-rows: 1fr 0.55fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas:
        "photo"
        "txt";
    margin-bottom: 3%;
    justify-items: center;
}

.container018c {
    display: grid;
    grid-template-columns: 0.4fr;
    grid-template-rows: 1fr 0.4fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas:
        "photo10"
        "des";
    margin-top: 3%;
}

.container0109 {  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 10px 10px;
  grid-auto-flow: row;
  justify-content: center;
  align-content: center;
  grid-template-areas:
    "feed";
}

.feed { grid-area: feed; }


/* プロフィールカラム用*/

.photo10 {
    grid-area: photo10;
    width: 50%;
    margin: 0 auto;
}

.des { grid-area: des;
    text-align:center;
}

/* フェードインアウト*/

.parent109 {
    display: grid;
    grid-template-columns: repeat(1, 0.4fr);
    grid-template-rows: repeat(1, 1fr);
    justify-content: center;
    margin-bottom: 20%;
    margin-top: 25%;
}
       
.itempt716 {
  position: relative;
}

.slide0 {
  position: absolute;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation : slideshow1 6s linear infinite;
}

@keyframes slideshow1 {
  0%   { opacity: 0; }
  28%  { opacity: 1; }
  50%  { opacity: 1; }
  75%  { opacity: 0; }
  100% { opacity: 0; }
}

.slide1 {
  position: absolute;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation : slideshow1 6s linear infinite;
  animation-delay:2s;
}

@keyframes slideshow1 {
  0%   { opacity: 0; }
  28%  { opacity: 0; }
  50%  { opacity: 1; }
  75%  { opacity: 1; }
  100% { opacity: 0; }
}


.parent {
    display: grid;
    grid-template-columns: repeat(2, 0.3fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 5px;
    justify-content: center;
}
}
/*===============================================
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.0em;
}

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;
}

.parent109 {
    display: grid;
    grid-template-columns: repeat(1, 0.4fr);
    grid-template-rows: repeat(1, 1fr);
    justify-content: center;
    margin-bottom: 20%;
    margin-top: 30%;
}

.text01c {
    font-size: 1.1em;
    line-height: 26px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-family: serif;
    padding-top: 12%;
    padding-bottom: 2%;
}
.text01 {
    font-size: 0.8em;
    line-height: 26px;
    width: 100%;
    margin-top: 5%;
    text-align: center;
    margin-bottom: 5%;
    font-family: serif;
}

.text01a {
    font-size: 0.8em;
    line-height: 26px;
    width: 95%;
    text-align: center;
    margin: 0 auto;
    font-family: serif;
    padding: 3% 0%;
}
.text01aa {
    font-size: 0.8em;
    line-height: 26px;
    width: 55%;
    text-align: center;
    margin: 0 auto;
    font-family: serif;
    padding: 3% 0%;
}

.text01b {
    font-size: 0.8em;
    line-height: 26px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-family: serif;
    padding-top: 8%;
    padding-bottom: 2%;
}
.text02 {
    font-size: 1.1em;
    line-height: 26px;
    width: 95%;
    margin: 0% auto;
    text-align: center;
    font-family: serif;
    padding-top: 2%;
}
.text02a {
    font-size: 0.8em;
    line-height: 23px;
    width: 100%;
    margin-top: 2%;
    text-align: center;
    font-family: serif;
}

.font01 {
    font-size: 2.0em;
    width: 100%;
    margin: 0% auto;
    text-align: center;
    font-family: "Playfair Display", serif;
    margin-top: 7%;
    margin-bottom: 2%;
}

.font01a {
    font-size: 1.0em;
    width: 100%;
    margin: 0% auto;
    text-align: center;
    font-family: "Playfair Display", serif;
    margin-top: 2%;
}


.container0108 {
    display: grid;
    grid-template-columns: 0.4fr;
    grid-template-rows: 1fr 0.5fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas:
        "photo"
        "txt";
    /* margin-top: 1%; */
    margin-bottom: 5%;
    justify-items: center;
}

.container0108b {
    display: grid;
    grid-template-columns: 0.4fr;
    grid-template-rows: 1fr 0.7fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas:
        "photo"
        "txt";
    margin-bottom: 3%;
    justify-items: center;
}

}
/*===============================================
SMP
===============================================*/
@media (max-width: 425px) {

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: 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;
}

.line01 {
        border-top: 1px solid #555;
        margin: 0 auto;
        width: 90%;
        margin-top: 10%;
        padding: 3%;
}

.text01 {
        font-size: 1.0em;
        line-height: 23px;
        text-align: left;
        font-family: serif;
        margin: 0 auto;
        padding: 3%;
        width: 95%;
        margin-top: 5%;
}

.text01a {
        font-size: 1.0em;
        line-height: 26px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        font-family: serif;
        padding: 5%;
}

.text01aa {
    font-size: 1.0em;
    line-height: 26px;
    width: 90%;
    text-align: left;
    margin: 0 auto;
    font-family: serif;
    padding: 3% 0%;
}

.font01 {
    font-size: 2.2em;
    width: 100%;
    margin: 0% auto;
    text-align: center;
    font-family: "Playfair Display", serif;
    margin-top: 15%;
}

.container0108 {
    display: grid;
    grid-template-columns: 0.9fr;
    grid-template-rows: 1fr 0.5fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas:
        "photo"
        "txt";
    margin-top: 5%;
    margin-bottom: 3%;
}
.parent109 {
    display: grid;
    grid-template-columns: repeat(1, 0.9fr);
    grid-template-rows: repeat(1, 1fr);
    justify-content: center;
    margin-bottom: 60%;
    margin-top: 70%;
}

.container018c {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows:1fr 0.4fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas:
        "photo10"
        "des";
    margin-top: 5%;
}


/* プロフィールカラム用*/

.photo10 {
    grid-area: photo10;
    width: 45%;
    margin: 0 auto;
}


.container0108b {
    display: grid;
    grid-template-columns: 0.9fr;
    grid-template-rows: 1fr 0.6fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas:
        "photo"
        "txt";
    margin-bottom: 3%;
}
.container018a {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas:
        "photo10"
        "des";
}

.parent {
    display: block;
    padding: 10px;
}
}