@charset "UFT-8";


p{
    color: rgb(255, 255, 255);
    font-family: 'Shippori Mincho B1', serif;
    font-size: 12px;
}



header{
    position: fixed;
    background-color: rgb(25, 25, 59);
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    margin-right: -8px;
    margin-top: -35px;
}

.headimg{
    padding-top: 12px;
    display: flex;
    justify-items: center;
    
}

.logo{
    padding-top: 4px;
    padding-left: 30px;
}

.user{
    margin: 10px;
    margin-top: 4px;
    padding: 10px;
}

.list{
    margin: 10px;
    margin-top: 40px;
    margin-left: 88px;
}

.menu-btn {
    position: fixed;
    top: 4px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: url(image/List.png);
    width: 36px;
    position: absolute;
    margin: 10px;
    margin-top: 20px;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
    padding-bottom: 16px;
    margin-top: 16px;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: 'Shippori Mincho B1', serif;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;

}
.menu-content ul li a::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #FBA22E;
    transition: all 0.7s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
#menu-btn-check {
    display: none;
}



body{
    background-color: #385581;
}

.title{
    background-image: url(image/night.jpg);
    background-repeat: no-repeat;
    background-position: 0px -44px;
    background-size: cover;
    padding-bottom: 320px;
    padding-left: 120px;
    margin-left: -8px;
    margin-right: -8px;
    min-height: 40vh;
}


h2{
    color: rgb(255, 255, 255);
    font-family: 'Shippori Mincho B1', serif;
    font-size: 14px;
    white-space: nowrap;
    text-align: left;
    margin-left: -8px;
    padding-top: 28px;
}

h1{
    color: rgb(255, 255, 255);
    font-family: 'Shippori Mincho B1', serif;
    font-size: 36px;  
    padding-top: 68px; 
    text-align: right;
    margin-left: -300px;
}

h3{
    color: rgb(255, 255, 255);
    font-family: 'Shippori Mincho B1', serif;
    font-size: 24px;
    margin-left: 8px;
    margin-top: 90px;
    padding-right: 25px;
    margin-bottom: 120px;
    white-space: nowrap;
    border-bottom: 3px solid #FBA22E;

}

.light{
    display: flex;
}


h6{
    color: rgb(255, 255, 255);
    font-family: 'Shippori Mincho B1', serif;
    text-align: center;
    margin-top: 32px;
    padding: 8px;
    padding-top: 28px;
    font-size: 16px;
    border: 2px solid #FBA22E;
    padding-bottom: 32px;

}

.youto{
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: space-around;
    margin-top: 20px;

}

.contents{
    font-size: 12px;
}

.read{
    display: flex;
    justify-content: space-around;
}

h4{
    color: rgb(255, 255, 255);
    font-family: 'Shippori Mincho B1', serif;
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}

.text1{
    display: flex;
    margin-bottom: 48px;
    margin-top: 24px;
    text-align: center;
    margin-left: 44px;
    margin-right: 44px;
}


.youtube {
    display: flex;
    margin-top: 15px;
    margin-left: 13px;
}

.tokutyou{
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: space-around;
    gap: 0px 24px;
}

.taiyoukou{
    display: flex;
    flex-flow: column;
    margin-top: 24px;
    
}


.shopping{
    display: flex;
    background-color: #FBA22E;
    border-radius: 50px;
    padding: 0px 50px;
    margin: 40px 55px;
    align-items: center;
}

h5{
    color: rgb(255, 255, 255);
    font-family: 'Shippori Mincho B1', serif;
    padding: -30px;
    
}

.topp{
    display: flex;
    float: right;
    margin: 8px;
}

.top{
    display: flex;
    align-items: center;
    padding: -30px;
    margin-top: -20px;
    text-decoration: none;
}

html{
    scroll-behavior: smooth;
}


footer{
    margin-top: 25px;
    text-align: center;
    background-color: rgb(25, 25, 59);
    margin: 20px;
    border-radius: 40px;
}