@charset "utf-8";

/*======================================================
　共通CSS
======================================================*/

/***** Google Fonts *****/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

body {
  font-family: 'Zen Maru Gothic', sans-serif;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  display: block;
}

a:hover {
  opacity: 0.9;
}

/*** ▼▼▼▼▼アニメーション用▼▼▼▼▼ ***/
.list-mv01 {
  transition: 1.5s;
  opacity: 0;
  transform: translate(0,50px);
  -webkit-transform: translate(0,50px);
}

.list-mv02 {
  transition: 1.5s;
  opacity: 0;
}

.mv01 {
  opacity: 1.0;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
}
/*** ▲▲▲▲▲アニメーション用▲▲▲▲▲ ***/

/*======================================================
　PC CSS
======================================================*/
@media screen and (min-width: 900px) {
  .sp {
    display: none;
  }

  header {
    width: 1280px;
    margin: 0 auto;
    padding: 10px 0 20px;
  }

  header .flex {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  }

  header .logo {
    width: 150px;
    margin: 0 15px 0 0;
  }

  header .insta_link {
    font-size: 14px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 0.75em;
  }

  header .insta_link a {
    color: #fc0404;
  }

  header .insta_link img {
    width: 50px;
    padding: 0 0 5px;
  }

  header .searchBox {
    margin: 0 15px 0 0;
  }

  header .searchBox input[type="text"] {
    padding: 5px;
  }

  header .searchBox input[type="submit"] {
    margin: 10px 0 0;
    padding: 0px 10px;
  }

  .bg_area {
    background-image: url('../img/bg_main_v2.jpg');
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
  }

  .bg_area section .main_img {
    position: relative;
    height: 770px;
  }

  .bg_area section .main_text {
    text-align: center;
    color: #d241f6;
    font-size: 2vw;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.25));
    padding: 15px 0;
    line-height: 1.5em;
  }

  .bg_area section .main_img .logo img {
    /* width: 850px; */
  }

  .bg_area section .main_img .logo,
  .bg_area section .main_img .text1,
  .bg_area section .main_img .text2,
  .bg_area section .main_img .pic1,
  .bg_area section .main_img .pic2,
  .bg_area section .main_img .pic3,
  .bg_area section .main_img .pic4,
  .bg_area section .main_img .board,
  .bg_area section .main_img .icon1,
  .bg_area section .main_img .icon2 {
    position: absolute;
  }

  .bg_area section .main_img .board {
    top: 50px;
    z-index: 0;
    /* filter: drop-shadow(10px 10px 5px rgba(0,0,0,0.5)); */
  }

  .bg_area section .main_img .logo {
    top: 90px;
    left: 240px;
    z-index: 1;
  }

  /* テキストver */
  .bg_area section .main_img .text1 {
    top: 420px;
    left: 299px;
    z-index: 1;
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    line-height: 1.5em;
  }

  .bg_area section .main_img .text2 {
    top: 540px;
    left: 300px;
    z-index: 1;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 1.5em;
  }


  /* 画像ver
  .bg_area section .main_img .text1 {
    top: 420px;
    left: 298px;
    z-index: 1;
  }

  .bg_area section .main_img .text2 {
    top: 530px;
    left: 361px;
    z-index: 1;
  }
  */

  .bg_area section .main_img .icon1 {
    top: 180px;
    left: 40px;
    z-index: 1;
  }

  .bg_area section .main_img .icon2 {
    top: 145px;
    right: 110px;
    z-index: 1;
  }

  .bg_area section .main_img .pic1 {
    top: 360px;
    left: 30px;
    z-index: 1;
  }

  .bg_area section .main_img .pic2 {
    top: 515px;
    left: 55px;
    z-index: 1;
  }

  .bg_area section .main_img .pic3 {
    top: 360px;
    right: 30px;
    z-index: 1;
  }

  .bg_area section .main_img .pic4 {
    top: 515px;
    right: 55px;
    z-index: 1;
  }

  .bg_area section .main_img .pic1 img,
  .bg_area section .main_img .pic2 img,
  .bg_area section .main_img .pic3 img,
  .bg_area section .main_img .pic4 img {
    width: 200px;
  }

  .bg_white {
    background-color: rgba(153,228,247,0.5);
    overflow: hidden;
    width: 100%;
    padding: 50px 0;
  }

  section {
    width: 1280px;
    margin: 0 auto 50px;
  }

  section .head {
    text-align: center;
  }

  section .head img {
    width: 320px;
  }

  section .flex {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
    -webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
    margin: 30px 0 0;
  }

  section ul li.member {
    margin: 0 20px 0 0;
    text-align: center;
    position: relative;
  }

  section ul li.member:nth-of-type(6) {
    margin: 0;
  }

  section ul li.member img.bucho,
  section ul li.member img.captain {
    position: absolute;
    width: 150px;
    top: -15px;
    transform: rotate(-5deg);
    left: -15px;
  }
  section ul li.member .name {
    background-color: #ffffff;
    font-size: 24px;
    padding: 5px 10px 7px;
    border-right: 2px solid #fc0404;
    border-bottom: 2px solid #fc0404;
    margin: 5px 0 0 0;
    display: inline-block;
  }

  .bg_none {
    padding: 0 0 100px 0;
  }

  .bg_none .tv-ttl{
    font-size: 2em;
    text-align: center;
    color: #d13bf6;
    font-weight: bold;
  }

  .bg_none .btn-box{
    width: 660px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    line-height: 1.75em;
    text-align: center;
    font-size: 24px;
    color: #d13bf6;
  }
  .bg_none .btn-box .flex{
    display: flex;
    margin: auto;
    align-items: baseline;
  }

  .bg_none .btn-box p:nth-of-type(1){
    
  }

  .bg_none .btn-box p:nth-of-type(2){
    color: #Fff;
    font-weight: bold;
    width: 500px;
    display: block;
    margin: 10px auto 0;
    border-radius: 30px;
  }
  .bg_none .btn-box p.btn-red{
    background-color: #fc0404;
  }

  .bg_none .btn-box p.btn-purple{
    background-color: #d13bf6;
  }

  .bg_none .btn-box p a{
    color: #fff;
    padding: 10px;
  }

  footer {
    background-color: #0052a4;
    text-align: center;
    color: #ffffff;
    padding: 20px 0;
  }
}

/*======================================================
　スマホ CSS
======================================================*/
@media screen and (max-width: 899px) {
  .pc {
    display: none;
  }

  header {
    margin: 0 auto;
    padding: 10px;
  }

  header .flex {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  header .logo {
    width: 90px;
    margin: 0 15px 0 0;
    padding: 0 0 2px;
  }

  header .insta_link {
    width: 210px;
    font-size: 16px;
  }

  header .insta_link img {
    width: 45px;
    vertical-align: middle;
    padding: 0 0.25em 0 0;
  }

  .bg_area {
    background-image: url('../img/bg_main_v2.jpg');
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    padding: 30px 10px 0;
  }

  .bg_area section {
    margin: 0 0 25px;
  }

  .bg_area section .main_img {
    text-align: center;
  }

  
  .bg_area section .main_text {
    text-align: center;
    color: #d241f6;
    font-size: 4.8vw;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.25));
    padding: 15px 0;
    line-height: 1.5em;
  }

  .bg_white {
    background-color: rgba(153,228,247,0.5);
    overflow: hidden;
    width: 100%;
    padding: 20px 0 0;
  }

  .bg_white section .head {
    text-align: center;
    margin: 15px 0 0;
  }

  .bg_white section .head img {
    max-width: 75%;
  }

  .bg_white section .flex {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
    -webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px 0 0;
  }

  .bg_white section ul li.member {
    width: 45%;
    text-align: center;
    position: relative;
  }

  .bg_white section ul li.member:nth-of-type(odd) {
    margin: 2.5% 2.5% 5% 0;
  }

  .bg_white section ul li.member:nth-of-type(even) {
    margin: 2.5% 0 5% 2.5%;
  }



  section ul li.member img.bucho,
  section ul li.member img.captain {
    position: absolute;
    width: 75%;
    top: -5%;
    transform: rotate(-5deg);
    left: -2.5%;
  }

  .bg_white section ul li.member .name {
    background-color: #ffffff;
    font-size: 4.5vw;
    padding: 0.3em 0.6em 0.3em;
    border-right: 0.75vw solid #fc0404;
    border-bottom: 0.75vw solid #fc0404;
    margin: 0.25em 0 0 0;
    display: inline-block;
  }

  .bg_none {
    padding: 0 0 30px 0;
  }

  .bg_none .tv-ttl{
    font-size: 1em;
    text-align: center;
    color: #d13bf6;
    font-weight: bold;
  }

  .bg_none .btn-box{
    width: 96%;
    margin: 0 auto;
    padding: 10px 0 0 0;
    line-height: 1.75em;
    text-align: center;
    font-size: 1em;
    color: #d13bf6;
  }
  .bg_none .btn-box .flex{
    display: flex;
    margin: auto;
    align-items: baseline;
  }

  .bg_none .btn-box p:nth-of-type(1){
    
  }

  .bg_none .btn-box p:nth-of-type(2){
    color: #Fff;
    font-weight: bold;
    width: 75%;
    display: block;
    margin: 10px auto 0;
    border-radius: 30px;
  }
  .bg_none .btn-box p.btn-red{
    background-color: #fc0404;
  }

  .bg_none .btn-box p.btn-purple{
    background-color: #d13bf6;
  }

  .bg_none .btn-box p a{
    color: #fff;
    padding: 10px;
  }

  footer {
    background-color: #0052a4;
    text-align: center;
    color: #ffffff;
    padding: 15px 0;
    font-size: 12px;
  }

}
