/* ===============================
　　共通
=============================== */
*{
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 1080px;
    text-align: center;
    margin: 0 auto;
}

body {
    text-align:center;
    height: auto;
    color: rgba(75, 75, 75, 0.70);
}

p{
    font-size: 20px;
    font-family: "TBUDMincho Std",serif;
    font-weight: lighter;
}

.container {
    width: 95%;
    /* background-color: green; */
    margin: 0 auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


/* ===============================
　　フォント
=============================== */


/* ===============================
　　ヘッダー
=============================== */

header {
    height: 380px;
    /* background-color: aqua; */
}
div .sns {
    text-align: right;
    /* background-color: goldenrod; */
    display: inline-block;
    }

.sns img {
    margin-left: 20px;
}

header .logo {
    width: 480px;
    flex-shrink: 0;
    font-size: 32px;
    display: flex;
    margin: 70px auto;
    /* background-color: bisque; */
}
header h1 {
    height: auto;
    width: 80px;
}

header .logo h2 {
    color: #000;
    text-align: center;
    font-family: Sedan;
    font-size: 36px;
    margin-left: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
    letter-spacing: 2.88px;
}
header .logo h2 span {
    color: #000;
    font-family: "Sedan SC";
    font-size: 85px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 5.58px;
}



header div.nav{
    text-align: right;
}

header .nav ul ol a{
    display: flex;
    justify-content: space-around;
    width: auto;
    height: 30px;
    margin-left: 50px;
    float: right;
    }

header .nav nav ul li a:hover{
    color: rgb(160, 178, 179);  
}



/* ===============================
　　メイン 画像
=============================== */

main .main-visual figure img {
    width: 100%;
    height: 500px;
    object-fit:cover;
}

/* ===============================
　　キャッチ
=============================== */
main .content01 .container {
    width: auto;
    margin: 0 auto;
}

h2 {
    width: 100%;
    height: 72px;
    flex-shrink: 0;
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-family: "Tsukushi A Round Gothic";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6.4px;
}

.content01 {
    height: 450px;
    margin-top: 150px;
    margin-bottom: 50px;
    text-align: center;
}
.content01 ul {
    flex-wrap: wrap;
    width: 1080px;
}

.content01 ul .graphic, .video, .web {
    width: 100%;
    max-width: 360px;
    height: 350px;
    margin-top: 50px;
    flex-shrink: 0;
    float: left;
}

.content01 ul li a {
    color: #000;
    text-align: center;
    font-family: "Tsukushi A Round Gothic";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4px;
}

.content01 ul li span {
    color: rgba(75, 75, 75, 0.70);
    text-align: center;
    font-family: "Tsukushi A Round Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
}

.content01 ul p {
    color: #000;
    font-family: "Tsukushi A Round Gothic";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* ===============================
　　作品集
=============================== */

aside {
    /* background-color: rgb(254, 224, 178); */
    height: 1600px;
}


aside .content02 .works ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
    padding-top: 50px;
}




/* ===============================
　　フッター
=============================== */

footer {
    font-size: 18px;
    margin-bottom: 10px;
}

footer {
    /* background-color: rgb(197, 197, 246); */
}






/* ========================================
    お問い合わせ ページ
========================================= */
.box-shadow {
    margin-top: 100px;
}

#contact_text {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

body {
    color: #333;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.contact {
    width: 700px;
    margin: 0 auto;
    padding: 60px 0;
}

.contact-ttl {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.contact-table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.contact-item,
.contact-body {
    padding: 20px;
    border: 1px solid #ccc;
}

.contact-item {
    text-align: left;
    width: 30%;
    background-color: #eee;
}

.contact-body {
    width: 70%;
}

.form-text {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
    text-align: left;
}

.contact-sex + .contact-sex {
    margin-left: 10px;
}

.contact-sex-txt {
    display: inline-block;
    margin-left: 5px;
}

.form-select {
    width: 180px;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}


.form-textarea {
    width: 100%;
    padding: 10px;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: left;
}

.contact-submit {
    width: 250px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: 15px;
    border-radius: 100vh;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}








/* 以下_レスポンシブ対応 */


@media screen and (max-width: 768px) {
    /* 768px以下に適用されるCSS */

}

@media screen and (max-width: 480px) {
    /* 480px以下に適用されるCSS */

}


