body {
    margin: 0;
    background-color: #c7f4d0;
    min-height: 100%;
    display: flex;
    flex-flow: column;
    position; relative;
}
a {
    cursor: pointer;
}

header {
    background-color: #522f1f;
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px 0 25px;
    position: fixed;
    z-index: 5;
}
.header-left {
    height: 70px;
    display: flex;
    align-items: center;
}
.header-logo {
    height: 50px;
}
.header-name {
    height: 50px;
    gap: 20px;
    padding: auto 0;
}
.header-left a {
    height: 70px;
    display: flex;
    align-items: center;
    transition: 0.5s;
}
.header-left a:hover {
    background-color: rgba(255,255,255,0.0);
    background-image: url("flowerBlue.png");
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
}
header nav {
    margin: 0 0 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
}
.header-list {
    list-style: none;
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.header-list a {
    text-decoration: none;
    color: #fef9d3;
    font-family: "Hiragino Mincho Pro","Hiragino Mincho ProN",serif;
    font-size: 20px;
    line-height: 70px;
    padding: 0 15px;
    margin-right: 10px;
    display: inline-block;
    transition: 0.5s;
}
.header-list a:hover {
    background-color: rgba(255,255,255,0.0);
    background-image: url("flowerBlue.png");
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.top-wrapper {
    padding-top: 70px;
    height: 500px;
    width: 100%;
    background-color: #fef9d3;
    color: #340f00;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: thick double #340f00;
}
.top-left {
    align-items: center;
    text-align: center;
}

/*トップ・お問い合わせ・フッダー、共通*/
.sns-icons a {
    display: inline-block;
    background-color: #fff;
    color: #00aed6;
    border: 1px solid #522f1f;
    width: 30px;
    padding: 5px;
    font-size: 20px;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
}
.sns-icons a:hover {
    transform: scale(1.2);
}
.twitter{
    margin-right: 25px;
}
.instagram {
    margin-right: 25px;
}
.top-right {
    width: 25%;
}

main{
    max-width: 900px;
    margin:  auto;
    padding-top: 80px;
}
.section {
    color: #340f00;
    margin-bottom: 60px;
}
.section-title{
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Hiragino Mincho Pro","Hiragino Mincho ProN",serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-icon {
    display: inline-block;
    padding: auto 25px;
}
.section-title img {
    width: 40px;
    height: 40px;
}
.section-title h2 {
    display: inline-block;
    font-size: 25px;
    padding: 0px 20px;
}

.contents {
    background-color: #fef9d3;
    border: #745246 solid 5px;
    color: #000;
    margin: 0 15px 20px 15px;
}
.contents h4 {
    margin-bottom: 10px;
}
.contents h,a {
    font-size: 12px;
}
.content-upper {
    padding: 40px 40px 20px 40px;
    display: flex;
    justify-content: center;
}
.role-area {
    display: flex;
    gap: 5px;
}
.role {
    width: 50px;
    margin-bottom: 10px;
    display: block;
}
.content-left1 {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.poster {
    width: 100%;
    border: 1px solid #000;
    margin-top: 5px;
}
.poster2 {
    display: flex;
    gap: 2%;
    margin-top: 5px;
}
.poster2 img {
    width: 49%;
    border: 1px solid #000;
}
.content-right {
    width: 50%;
    padding-left: 10px;
}
.content-right p {
    margin: 0;
    font-size: 12px;
    padding-left: 4em;
    text-indent: -3em;
}
.official-link {
    margin-top: 30px;
    padding-left: 1em;
}
.content-downer{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 15px;  
}
.content-downer a {
    text-decoration: none;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 200px;
    padding: 10px;
    margin: 5px;
    background-color: #36b8a2;
    /* #00aed6;  */
    /* #F9C26F; */
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    border: 1px solid #745344;
    transition: 0.3s;
}
.content-downer a:hover {
    transform: scale(1.1);
}
.content-downer span {
    margin-right: 10px;
}

.shop {
    text-align: center;
    padding-bottom: 10px;
}
.shop-text {
    font-size: 20px;
    margin-bottom: 30px;
}
.shop h {
    display: block;
    margin-bottom: 10px;
}
.shop img {
    width: 15%;
    padding: 0;
}
.sumple-image {
    margin-bottom: 30px;
}
.shop a {
    text-decoration: none;
    display: inline-block;
    width: 200px;
    padding: 10px;
    margin: 5px;
    line-height: 30px;
    background-color: #B83F36;
    border-radius: 5px;
    color:#fff;
    font-size: 15px;
    transition: 0.3s;
}
.shop a:hover {
    transform: scale(1.1);
}

.contact {
    text-align: center;
}
.contact-text {
    font-size: 20px;
    margin-bottom: 30px;
}
footer {
    padding: 20px 40px;
    height: 180px;
    background-color: #522f1f;
    display: flex;
    flex-direction: column;
    width: flex;
}
.footer-logo {
    padding: 0;
    height: 70px;
    margin-bottom: 20px;
}
.footer-logo img{
    height: 70px;
}
small {
    margin-top: 20px;
    font-size: 8px;
}
.footer-list {
    list-style: none;
    float: right;
    padding: 0;
}
aside {
    display: none;
}

/* ここから自己紹介固有のクラス */
.profile {
    max-width: 800px;
    width: auto;
    padding: 70px 50px 0 50px;
    color: #fff;
}
.image {
    display: flex;
    justify-content: center;
    padding: 60px 0;
}
.image img {
    width: 20%;
    height: auto;
}
.aspect {
    aspect-ratio: 1 / 1;
}
.coming-soon {
    position: relative;
    width: 20%;
}
.coming-soon img {
    height: 100%;
    width: 100%;
}
.coming-soon p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 10px;
    color: #000;
}
.preface {
    margin-bottom: 60px;
}
.preface h4 {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.preface h,.data h {
    display: inline-block;
    font-size: 15px;
    padding: 15px 0 0 0;
}
.preface p {
    font-size: 12px;
    text-indent: 1em;
    margin: 0 auto;
}
.data p {
    margin: 0 auto;
    font-size: 12px;
    padding-left: 5em;
    text-indent: -5em;
}
.data li {
    font-size: 12px;
    padding: 0;
    text-indent: -2em;
    padding-left: 2em;
}

/* ここから台本提供のクラス */
.script-text {
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.script-text h6 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}
.script-text ul {
    margin: 15px 0px;
    padding-left: 12px;
}
.script-text li {
    font-size: 12px;
}
.script-text h5 {
    margin: 0px 0px 15px 0px;
    font-size: 20px;
    text-align: center;
}
.script-text h,a {
    margin: 0px;
    text-align: center;
    font-size: 14px;
}
.script-text p {
    margin: 0;
    font-size: 12px;
    padding-left: 5em;
    text-indent: -5em;
}
.guidelines-dl a {
    font-size: 12px;
    display: block;
    text-align: center;
}