@charset "UTF-8";

/*共通部分*/
html{
    font-size: 100%;
}
body{
    font-family:"Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体",ヒラギノ角ゴ Pro W3,sans-serif;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
.wrapper{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4%;
}
.wrapper2{
    width:570px;
    margin: 0 auto;
}
/*.page-title{
    display:inline;
    min-height: 16px;
    padding: 6px 0 6px 28px;
    background-image:url(../images/sikaku.png);
    background-repeat: no-repeat;
    background-position: left bottom;
   font-weight: normal;
   font-size: 2rem;
   margin-top: 50px;
   text-align: center;
}*/
.page-title{
    text-align: center;
    margin-top: 10%;
}
.page-title-bottom{
    text-align: center;
    margin-bottom:60px;
}

/*HEASER*/
header{
    border-bottom: 3px solid #F79625;
}
.logo{
    width: 180px;
    margin-top: 14px;
}
.nav-menu{
    display: flex;
    font-size: 1.25rem;
    margin-top: 34px;
    list-style:none;
}
.nav-menu li{
    margin-left: 36px;
}
.menu-ber{
    display: flex;
    justify-content: space-between;
}
.nav-menu li a{
    color: black;
}
.nav-menu li a:hover{
    color: #F79625;
}
/*HOME
--------------------------*/
.home-content{
    text-align: center;
    margin-top: 10%;
    
}
.home-content p{
    font-size: 1.125rem;
    margin: 10px 0 42px;
}
/*背景画像*/

.big-bg{
    background-size: cover;
    background-position:center top;
}
#home{
   /*background-image: url(../images/background.png);*/
   min-height: 100vh; 
}
/*チーム紹介
-------------------------*/
#team{
    background-image: url(../images/background-base.png);
}

.menu-nav li{
    display: inline-block;
    margin-left:60px;
    font-size: 1.5rem;
    border: 5px #D27D19 groove;
    border-radius: 5%;
}
.menu-nav li:hover{
    opacity: 0.8;
}
.about ul li a{
    display: block;
}
.about ul {
    padding:30px 60px;
}
.menu-nav li a{
    color: black;
}
.menu-nav li a:hover{
    color:#F79625;
}
.right-button a{
    letter-spacing: 0.3563rem;
}
.about-team{
    background-image:url(../images/square.png);
    width: 50%;
}
/*aside{
    background-image: url(../images/right-content.png);
    background-repeat: no-repeat;
}*/
.team-contents{
    display: flex;
}
.right-content{
background-image: url(../images/right-content.png);
width: 50%;
background-repeat: no-repeat;
}

/*お知らせ
------------------------------*/
.news-content ul{
    list-style: none;
    margin-bottom: 30%;
}
.left-content h3{
    padding-top: 6%;
    text-align: center;
}
.left-content p{
    text-align: center;
}

.news-content ul li{
    padding: 20px 0 20px 175px;
    border-bottom: 1px dotted #6c5f45;
    text-indent: -175px;
}
.news-content ul li time{
    display: inline-block;
    width: 175px;
    font-weight: bold;
    text-indent: 0;
}
/*活動内容
-------------------------*/
#activity{
    margin:10% 0;
}
/*フッター
-------------------------*/
#footer{
    background-color: #F79625;
    text-align: center;
}
#footer nav ul{
    justify-content: center;
    margin-bottom: 30px;
}
#footer nav ul li a:hover{
    color: #0bd;    
}

/*プレイヤー
-----------------------------*/
.teamphoto{
display: flex;
justify-content: space-between;
gap: 15px;
}
.teamphoto li{
    list-style-type: none;
    margin-bottom: 50px;
}
.player-content h3{
font-size: 1.5rem;
}
.player-content p{
    margin-bottom: 5px;
}
.teamphoto li img{
    border:2px solid black ;
}
/*STAFF
---------------------------*/
.staff-content ul{
    display:flex ;
    margin-bottom: 50px;
    gap: 5px;
}
.staff-content ul li{
    list-style-type: none;
}
.staff-content ul li img{
    border:2px solid black ;
}
/*募集
------------------------------*/
.recruit img{
   display: block;
   margin: auto;
}
.guidance p{
    margin: 30px 0;
}
#guidance{
    margin-bottom:20px;
}
.recruit{
    margin-bottom: 10%;
}
/*フォーム
--------------------------------*/
.form p{
    margin:16px 0;
}
input[type="text"],input[type="email"],textarea{
    width: 250px;
    background: rgba(255,255,255,.5);
    border: 1px #F79625 solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
}
textarea{
    width:480px;
    height:6rem;
}
.button{
    font-size: 1.375rem;
    background: #F79625;
    color: #fff;
    border-radius: 5px;
    padding: 2px 4px;
    border: 2px #6c5f45 solid;
}
.home-content h2 img{
    width: 50%;
}
/*レスポンシブ
------------------------------------*/
@media(max-width:600px){


.menu-ber{
    flex-direction: column;
    align-items: center;
}
#home{
    background-image: url(../images/mediahome.png);
}
.nav-menu{
    flex-wrap: wrap;
    justify-content: space-around;
}
.home-content{
    margin-top: 120px;
}
.home-content p{
    font-size: 1.3rem;
}
.wrapper2{
    margin: 0 auto;
    width: 95%;
}

.menu-nav{
    display: flex;
}
.about ul{
    padding: 0;
    margin-top: 20px ;
    margin-bottom: 10px;
}
.menu-nav li {
    margin: 0 auto 0 auto;
}
.about p{
    margin-bottom: 30px;
}
.team-contents{
    flex-direction: column;
}
.about-team{
    width: 100%;
}
.right-content{
    width: 100%;
}
.teamphoto{
    flex-direction: column;
}
.teamphoto li img{
    width: 100%;
}
.recruit img{
    width: 100%;
}
.team-contents img{
    width: 100%;
}
.recruit{
    margin: 50px 5px 50px 5px;
}
.button{
    width: 200px;
    padding:0 auto;
}
textarea{
    width: 100%;
}
.nav-menu li{
    margin-left: 20px;
}
.staff-content ul{
    flex-direction: column;
}
}