* {
    box-sizing: border-box;
}

@import url('Sacramento-Regular.ttf');


body {
    margin: 40px;
    padding: 0;
    background-color: #000000;
    letter-spacing: 0.2em;
}

header {
    padding: 30px 4% 10px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
}

h1 {
    margin: 40px;
        padding: 0;
    font-size: 20px;
    color:#ff00b3;
}

a {
        margin: 40px;
        padding: 0;
    text-decoration: none;
    color: #fff;
}

nav {
    margin: 0 0 0 auto;
}

ul {
    list-style: none;
        margin: 40px;
        padding: 0px;
    display: flex;
}

li {
    margin: 0 0 0 15px;
    font-size: 14px;
}

.main-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url('img/IMG_6801\ \(1\).JPG') top center / cover no-repeat;
     margin-top: 100px;
            
}

p {
        margin: 40px;
        padding: 0;
    font-size: 25px;
    font-weight: normal;
    color: #ffffff;
}

h2 {
        margin: 40px;
        padding: 0;
    font-size: 60px;
    font-weight: normal;
    color: #ff00b3;
    font-family: 'Sacramento', cursive;
}
.font1{
    font-family: 'Sacramento', cursive;
}
.font1 {
    font-family: 'Sacramento', cursive;
    /* その他のスタイル設定 */
}
h3 {
        margin: 40px;
            padding: 0;
    font-size: 36px;
    font-weight: normal;
    color: #ffffff;
}

h4 {
        margin: 40px;
            padding: 0;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
}
td {
        margin: 40px;
            padding: 0;
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
}
h5 {
        margin: 40px;
            padding: 0;
    font-size: 40px;
    font-weight: normal;
    color: #ff00ae;
}

iframe {
    width: 50%;
    aspect-ratio: 16/9; 
}

.fade-in-bottom {
    opacity: 0;
    animation-name: fadein-bottom;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@keyframes fadein-bottom {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ボタン全体 */
.flowbtn9 {
    display: inline-block;
    font-size: 40px;
    text-decoration: none;
    transition: .5s;
}

.flowbtn9 .fa-youtube {
    color: #fc0d1c;
    font-size: 40px;
}

.flowbtn9 .fa-x-twitter {
    color: #000000;
}

.flowbtn9 .fa-instagram {
    color: #D93177;
}

.flowbtn9 .fa-square-facebook {
    color: #3b5998;
}

.flowbtn9 .fa-note-sticky {
    color: #333333;
}

.flowbtn9 .fa-line {
    color: #00c300 !important;
    font-size: 38px;
}

.flowbtn9 .fa-envelope {
    color: #32B061;
    font-size: 38px;
    margin-top: 6px;
}

ul.snsbtniti {
    padding: 0;
}

/* アイコン全体の位置 */
.snsbtniti {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

/* アイコン同士の余白 */
.snsbtniti li {
    text-align: center;
    list-style-type: none;
}

/* アイコンにマウスを乗せた時 */
.flowbtn9:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.box {
    background: #ffffff;
    /*背景色の指定*/
    padding: 10px;
}

.box p {
    margin: 0;
    padding: 0;
}