body{
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic",;
  background-color: #1a1a1a;
  text-decoration	:none;  animation: fadein 3s ease 0s 1 normal;
  -webkit-animation: fadein000 2s ease 0s 1 normal;
}



@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}

.sp {
  display: none;
}


header.fc1_lp＿header_wrapper{
  display: block;
  width: 100%;
  position: fixed;
  background-color: #1a1a1a;
  height: 64px;
  top: 0px;
  left: 0px;
  z-index: 100;
  opacity: 0.9
}

img.fc1_RTF_logo{
  display: block;
  position: relative;
  left: 100px;
  height: 40px;
  top: 12px;
}

img.fc1_RTF_logo:hover{
  opacity: 0.4;
}





img.fc1_logo
{width: 140px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 100px ;
  position: relative;
}

img.fc1_logo:hover{
  opacity: 0.8;
}


h3.fc1_main_title{
  display: block;
  width: 70%;
  font-family: serif;
  color: #f9ed31;
  position: relative;
  top: 200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  letter-spacing: 4px;
  line-height: 80px;
  font-weight: bold;
  text-align: center;
  opacity: 1;
  text-shadow: 3px #000;
  animation: fadein000 3s ease 0s 1 normal;
  -webkit-animation: fadein000 4s ease 0s 1 normal;
  left: 0px;

}



@keyframes fadein000 {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadein000 {
  0% {opacity: 0}
  100% {opacity: 1}
}



p.main_text{
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  position: absolute;
  top: 400px;
  text-align: center;
  color: #ffff00;
  font-family: "raleway-thin";
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 36px;
  text-shadow: 10px 10px 10px #1a1a1a;
}

img.fc1_top_image{width: 100%;
  position:absolute;
  top:64px;
  left:0px;
}

.memberjoin{
  display: block;
  width: 100%;
  position: absolute;
  top: 540px;
  text-align: center;
}


a.join-button{
  display: inline-block;
  width: 200px;
  height:60px;
  text-align: center;
  vertical-align: bottom;
  font-family: "raleway-thin";
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  opacity: 0.8;
}

a.join-button{
  background-color: #ffff00;
  border:2px solid #000;
  color: #000;
  line-height: 60px;
  font-weight: bold;
  letter-spacing: 2px;
  animation: blink 1s linear infinite normal;
  -webkit-animation: blink 1s linear infinite normal;
  -moz-animation: blink 1s linear infinite normal;
  -o-animation: blink 1s linear infinite normal;
}
a.join-button:hover{
  background-color: #fff;
  border-color: #000;
  color: #000;
  animation:none;
  -webkit-animation:none;
}


@keyframes blink{
  0% {background-color:#000;}
  10% {background-color:#000;}
  100% {background-color:#FFff00;}
}
@-webkit-keyframes blink{
  0% {background-color:#FFff00;}
  10% {background-color:#ffff00;}
  100% {background-color:#000;}
}
@-moz-keyframes blink{
  0% {background-color:#000;}
  10% {background-color:#000;}
  100% {background-color:#FFff00;}
}
@-o-keyframes blink{
  0% {background-color:#ffff00;}
  10% {background-color:#ffff00;}
  100% {background-color:#000;}
}



div.fc1_sns_icon{
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 680px;
}

img.fc1_twitter_icon{
  width: 40px;
  margin: 0 10px 0;
}

img.fc1_twitter_icon:hover{
  opacity: .8;
  -webkit-filter: grayscale(10) ;
  filter: grayscale(10);
}


img.fc1_instagram_icon{
  width: 40px;
  margin: 0 10px 0;
}

img.fc1_instagram_icon:hover{
  opacity: .8;
  -webkit-filter: grayscale(10);
  filter: grayscale(10);
}


img.fc1_facebook_icon{
  width:40px;
  margin: 0 10px 0;
}

img.fc1_facebook_icon:hover{
  opacity: .8;
  -webkit-filter: grayscale(10);
  filter: grayscale(10);
}

section.fc1_info{
  display: block;
  width: 100%;
  position: absolute;
  top: 800px;
  height: 550px;
  left: 0px;
  background-color: #1a1a1a
}


h2.fashioncommunity{
  color: #ffff00;
  display: block;
  font-family: "futura-medium";
  position: relative;
  left:100px;
  font-size: 50px;
  letter-spacing: 2px;
  top: 52px;
  font-weight: 100;
  width: 800px;
  opacity: 0.9;

}


p.fc1_about{
  display: block;
  width: 1000px;
  height: 230px;
  font-family: "游ゴシック体, yu Gothic, yugthic,";
  position: absolute;
  top: 180px;
  left: 100px;
  font-size: 14px;
  letter-spacing: 1.6px;
  line-height:28px;
  font-weight: 100;
  color: #ffff00;
  opacity: 0.8
}


p.fc1_about_english{
  display: block;
  width: 300px;
  height: 30px;
  font-family: "raleway-thin,";
  position: absolute;
  top: 350px;
  text-align: left;
  left: 100px;
  font-size: 10px;
  letter-spacing: 1.6px;
  line-height:16px;
  font-weight: 100;
  opacity: 0.8;
  color: #ffff00;}
}

div.block_000000{
  display: block;
  position: relative;
  top: 300px;
  background-color: #ffff00;
  width: 200px;
  height: 0.5px;
  left: 100px;
  opacity: 0.8

}

/* ----------
 * 学生団体
 * ---------- */
section.membership{
  display: block;
  width: 100%;
  position: absolute;
  top: 1300px;
  background-color: #1a1a1a;
  left: 0px;
  height: 300px;
}
section.membership h2 {
  color: #ffff00;
  position: relative;
  font-family: "futura-medium";
  top: 10px;
  padding: 0 100px;
  font-size: 38px;
  letter-spacing: 2px;
  font-weight: 100;
  opacity: 0.9;
  margin-bottom: 40px;
}

section.membership .section-subtitle {
  color: #ffff00;
  font-family: "futura-medium";
  padding: 0 100px;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 100;
  opacity: 0.9;
  margin: 0;
}

ul.membership_list {
  display: block;
  width: 100%;
  height: 120px;
  text-align: left;
  position: relative;
  opacity: 1;
  padding: 0 100px;
  margin-bottom: 50px;
  background-color: #ffffff
}

ul.membership_list.last {
  top: -45px;
  margin-bottom: 0;
}

ul.membership_list.sp {
  display: none;
}

ul.membership_list.pc {
  display: block;
}

ul.membership_list li {
  display: inline-block;
}

img.membership_image{
  width: 80px;
  margin: 20px 0px 10px 30px;
  top: 10px;
  -webkit-filter: grayscale(10);
  filter: grayscale(10);
  transition: .2s ease-in-out;
}

.membership_list li:first-child img.membership_image {
  margin-left: 0;
}

img.membership_image:hover{
  opacity: 0.5;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}


/* ----------
 * PICK UP
 * ---------- */
section.pickup_news{
  display: block;
  width: 100%;
  position: absolute;
  top: 1945px;
  background-color: #1a1a1a;
  left: 0px;
  height: 1400px;
}

h3.pickup{
  color: #ffff00;
  position: relative;
  font-family: "futura-medium";
  top: 10px;
  /* left:100px; */
  padding: 0 100px;
  font-size: 48px;
  letter-spacing: 2px;
  font-weight: 100;
  opacity: 0.9;
}

p.fc1_pickup_caption{
  display: block;
  width: 1000px;
  height: 230px;
  font-family: "游ゴシック体, yu Gothic, yugthic,";
  position: absolute;
  top: 120px;
  left: 100px;
  font-size: 14px;
  letter-spacing: 1.6px;
  line-height:28px;
  font-weight: 100;
  color: #ffff00;
  opacity: 0.8
}
div.fc1_map{
  display:block ;
  position: absolute;
  top: 100px;
  left: 900px;
  z-index: 10;
}

img.fc1_map{
  position: relative;
  top:0px;
  width: 400px;
}



a.0001{
  position: relative;
  top: 50px;
  text-align: center;
}


/*img.FC1_pickup_image001{
display: block;
top: 200px;
position: absolute;
left: 100px;
width: 1240px;
opacity: 0.9 ;
-webkit-filter: grayscale(10) yellow;
filter: grayscale(10);
z-index: 2;

}

img.FC1_pickup_image001:hover{
-webkit-filter: grayscale(1);
filter: grayscale(1);
transition: .2s ease-in-out;
opacity: 0.3;
}*/
.FC1_pickup_001 {
  margin: 0 100px;
  height: 400px;
}

a.FC1_pickup_001_link {
  background: url(image/fc1_pickup_image001.jpg) no-repeat;
  background-size: 1240px;
  display: block;
  width: 1240px;
  height: 496px;
  overflow: hidden;
  text-indent: 10%;
  white-space: nowrap;
  top: -270px;
  position: relative;
  opacity: 0.9 ;
  -webkit-filter: grayscale(10) yellow;
  filter: grayscale(10);
}

a.FC1_pickup_001_link:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: .2s ease-in-out;
  opacity: 0.3;
}

p.FC1_pickup_001_date{
  display: block;
  position: relative;
  top: 100px;
  left: 60px;
  color: #ffff00;
  font-family: "futura-medium";
  font-weight: 100;
  z-index: 3;
  text-shadow:3px 3px 3px 3px #1a1a1a;
  letter-spacing: 2px;
  font-size: 12px;
}

p.FC1_pickup_001_caption_eng{
  display: block;
  position: relative;
  width: 600px;
  top: 160px;
  left: 60px;
  color: #ffff00;
  font-family: "raleway-thin";
  font-weight: 100;
  z-index: 3;
  letter-spacing: 4px;
  font-size: 30px;
  line-height: 60px;
  opacity: 0.8;
}

p.FC1_pickup_001_caption_ja{
  display: block;
  position: relative;
  width: 1000px;
  top: 140px;
  left: 60px;
  color: #ffff00;
  font-family: "游ゴシック体, yu Gothic, yugthic,";
  font-weight: 100;
  z-index: 3;
  letter-spacing: 3px;
  font-size: 14px;
  line-height: 40px;
  opacity: 0.8;
}

p.FC1_pickup_001_readmore{
  /* display: block;
  position: relative;
  width: 1000px;
  top: 160px;
  left: 60px;
  color: #ffff00;
  font-family: "raleway-thin";
  font-weight: 100;
  z-index: 3;
  letter-spacing: 3px;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none; */
  display: block;
  position: relative;
  width: 1000px;
  top: 160px;
  left: 60px;
  color: #ffff00;
  font-family: "游ゴシック体, yu Gothic, yugthic,";
  font-weight: 100;
  z-index: 3;
  letter-spacing: 3px;
  font-size: 14px;
  line-height: 40px;
  opacity: 0.8;
}

/* p.FC1_pickup_001_readmore:hover{
color: #fff;
opacity: 0.7;
transition: .2s ease-in-out;
border-color: #fff;
} */

hr.fc1_pickup_001{
  position: absolute;
  top: 476px;
  border-color: #fff00f;
  width: 600px;
  left: 160px;
  opacity: 0.5;
  z-index: 10;
}

.FC1_pickups {
  text-align: center;
  width: 100%;
  /* padding: 0 100px; */
}

.FC1_pickup {
  width: 27%;
  padding: 10px 1%;
  margin-top: 20px;
  display: inline-block;
  clear: both;
}

.FC1_pickups.top .FC1_pickup {
  width: 42%;
}

.FC1_pickups.second .FC1_pickup {
  width: 28%;
}

/*.FC1_pickup.pickup_004 {
margin-top: 0;
position: relative;
}*/

.FC1_pickup .FC1_pickup_detail {
  min-height: 200px;
}

.FC1_pickup .FC1_pickup_detail .FC1_pickup_date {
  color: #fff;
  font-family: "futura-medium";
  font-weight: 100;
  text-align: left;
  z-index: 3;
  /*text-shadow:3px 3px 3px 3px #1a1a1a;*/
  letter-spacing: 2px;
  font-size: 14px;
}

.FC1_pickup .FC1_pickup_detail .FC1_pickup_title {
  color: #ffff00;
  font-family: "raleway-thin";
  font-weight: 100;
  z-index: 3;
  text-align: left;
  text-shadow:3px 3px 3px 3px #1a1a1a;
  letter-spacing: 2px;
  font-size: 20px;
}

.FC1_pickup .FC1_pickup_detail .FC1_pickup_caption_eng {
  color: #fff;
  font-family: "raleway-thin";
  font-weight: 100;
  z-index: 3;
  text-align: left;
  text-shadow:3px 3px 3px 3px #1a1a1a;
  letter-spacing: 2px;
  font-size: 15px;
}

.FC1_pickup .FC1_pickup_detail .FC1_pickup_caption_ja {
  color: #fff;
  font-family: "游ゴシック体, yu Gothic, yugthic,";
  font-weight: 100;
  z-index: 3;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  opacity: 0.8;
}

.FC1_pickup .FC1_pickup_links {
  width: 100%;
}
.FC1_pickup .FC1_pickup_links a img {
  width: 100%;
}

.FC1_pickup .FC1_pickup_links a {
  color: #fff;
  font-family: "raleway-thin";
  font-weight: 100;
  z-index: 3;
  letter-spacing: 3px;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
}

.FC1_pickup .FC1_pickup_links a:hover{
  color: #ffff00;
  opacity: 0.3;
  transition: .2s ease-in-out;
  border-color: #fff;
}

.FC1_pickup .FC1_pickup_links p{
  text-align: left;
}


/* ----------
* Archive
* ---------- */

section.content {
  display: block;
  width: 100%;
  position: absolute;
  background-color: #1a1a1a;
  left: 0px;
  height: 790px;
}

.content.archive {
  top: 2765px;
}

.section-title {
  color: #ffff00;
  position: relative;
  font-family: "futura-medium";
  top: 10px;
  /* left:100px; */
  padding: 0 100px;
  font-size: 48px;
  letter-spacing: 2px;
  font-weight: 100;
  opacity: 0.9;
}

.content.archive .section-title {
  margin-bottom: 0;
}

p.caption{
  display: block;
  width: 100%;
  height: 230px;
  font-family: "游ゴシック体, yu Gothic, yugthic,";
  position: absolute;
  top: 120px;
  left: 100px;
  font-size: 14px;
  letter-spacing: 1.6px;
  line-height:28px;
  font-weight: 100;
  color: #ffff00;
  opacity: 0.8
}

.FC1_pickup.archive {
  margin-top: 75px;
}

/* ----------
 * Common
 * ---------- */
.clearfix::after {
  clear: both;
  content: '';
  display: block;
}

/* ----------
 * For SP
 * ---------- */
@media screen and (max-width: 768px) {

  /* --- Start Media Query --- */
  body {
    width: 100%;
    margin: 0;
  }
  p, div, body {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
  a {
    text-decoration: none;
  }

  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }

  header.fc1_lp＿header_wrapper {
    background-color: white;
    height: 100px;
  }
  .fc1_lp＿header {
    height: 74px;
    padding: 13px 20px;
  }
  .fc1_lp＿header a.fc1_header_logo.sp{
    display: inline-block;
    margin: 5px;
    text-align: left;
    width: 458px;
    height: 68px;
    /*position: relative;*/
    /*left: -85px;*/
  }
  .fc1_lp＿header a.fc1_header_logo.sp img {
    text-align: left;
    position: relative;
    left: 0;
    top: 0;
    width: 458px;
    height: 68px;
  }

  /* ハンバーガー用のメニュー */
  /* .sp_menu_wrapper {
  display: inline-block;
  float: right;
  color: transparent; */
  /*border: 2px solid #a1a1a1;*/
  /* position: relative;
  width: 80px;
  height: 80px;
  }
  .sp_menu_wrapper .sp_menu {
  display: inline-block;
  background: url(image/btn_hamburger_sp.png);
  width: 80px;
  height: 80px;
  } */

  section.fc1_top {
    /*height: 1117px;*/
    height: 1024px;
    position: relative;
    top: 93px;
    background: url(image/fc1_top_image_sp.jpg);
  }

  section.fc1_top .fc1_top_image.sp {
    height: 1024px;
  }

  section.fc1_top p.main_text {
    margin: 10px 20px;
    width: 700px;
    text-align: center;
    font-size: 29px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.8;
    text-shadow: none;
    top: 400px !important;
  }

  img.fc1_top_image {
    top: 0;
  }

  h3.fc1_main_title {
    text-align: center;
    width: 100%;
    margin: 70px 10px;
    font-size: 47px;
    position: relative;
    top: 25px;
  }

  .memberjoin {
    margin-top: 350px;
  }

  a.join-button {
    width: 235px;
    height: 55px;
    vertical-align: middle;
    font-size: 30px;
    padding: 20px;
  }

  div.fc1_sns_icon {
    margin-top: 330px;
  }

  img.fc1_twitter_icon.sp, img.fc1_instagram_icon.sp, img.fc1_facebook_icon.sp {
    display: inline-block;
    height: 70px;
    width: 70px;
  }

  section.fc1_info {
    top: 0;
    position: relative;
    width: auto;
    padding: 0 40px;
    height: auto;
    margin: 100px 0;
  }

  .fc1_title_wrapper {
    margin-top: 50px;
    height: 100px;
    padding: 20px;
  }

  h2.fashioncommunity {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
  }

  p.fc1_about {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 12px;
    line-height: 1.7;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  p.fc1_about_english {
    width: 370px;
    font-size: 19px;
    line-height: 1.4;
    height: auto;
  }

  div.fc1_map {
    z-index: 0;
  }

  div.fc1_map img {
    margin: auto;
    width: 554px;
    height: 425px;
  }

  section.membership {
    position: relative;
    top: 0px;
    height: auto;
    margin: 100px 0;
  }

  section.membership .section-subtitle {
    height: auto;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    top: 0px;
    width: auto;
  }

  ul.membership_list {
    position: inherit;
    left: 0;
    top: 0;
    height: auto;
    margin: 0;
    width: auto;
    padding: 15px;
  }

  ul.membership_list.sp {
    display: block;
  }

  ul.membership_list.pc {
    display: none;
  }

  ul.membership_list li {
    width: 19.34%;
    margin: 15px 0;
  }

  img.membership_image {
    width: 100%;
    margin: 0;
  }

  section.pickup_news {
    position: relative;
    top: 0px;
    height: auto;
    width: auto;
    margin: 100px 0;
    padding: 0 45px;
  }

  section.pickup_news h3.pickup {
    position: relative;
    top: 0;
    left: 0;
    font-size: 53px;
    width: auto;
    padding-left: 0;
  }

  section h2.section-title  {
    position: relative;
    top: 0;
    left: 0;
    font-size: 53px;
    width: auto;
    padding-left: 0;
  }

  p.fc1_pickup_caption {
    width: auto;
    position: relative;
    font-size: 12px;
    top: 0;
    left: 0;
    height: auto;
    margin: 40px 0;
  }

  img.FC1_pickup_image001.sp {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.9 ;
    -webkit-filter: grayscale(0.6) yellow;
    filter: grayscale(0.6);
  }

  .FC1_pickup_001 {
    padding: 20px 0;
    margin: 0;
    margin-bottom: 50px;
    height: auto;
  }

  .FC1_pickup_001_link {
    background: transparent;
  }

  p.FC1_pickup_001_date {
    position: inherit;
    top: 0;
    left: 0;
    z-index: 0;
    margin: 15px 0;
  }

  p.FC1_pickup_001_caption_eng {
    position: inherit;
    width: 85%;
    top: 0;
    left: 0;
    z-index: 0;
    font-size: 85%;
  }

  hr.fc1_pickup_001 {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
  }

  p.FC1_pickup_001_caption_ja {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    z-index: 0;
  }

  .FC1_pickups {
    width: 100%;
    padding: 0;
  }

  .FC1_pickups .FC1_pickup {
    display: block;
    width: auto;
    margin-bottom: 100px;
    margin-top: 0;
  }

  .FC1_pickup_links.sp {
    width: 100%;
  }

  .FC1_pickup_links.sp a img {
    width: 100%;
  }

  .FC1_pickups.top .FC1_pickup {
    width: auto;
  }

  .FC1_pickup .FC1_pickup_detail .FC1_pickup_date,
  .FC1_pickup .FC1_pickup_detail .FC1_pickup_caption_eng,
  .FC1_pickup .FC1_pickup_detail hr.fc1_pickup,
  .FC1_pickup .FC1_pickup_detail .FC1_pickup_caption_ja {
    color: #ffff00;
  }

  .FC1_pickup .FC1_pickup_detail .FC1_pickup_caption_ja {
    margin: 40px 0;
  }

  .readmore_sp {
    color: #ffff00;
    text-align: left;
  }

  /* p.FC1_pickup_001_caption_ja{
  width: ;
  } */

  p.FC1_pickup_001_readmore{
    display: none;
  }
  /*.readmore_sp.sp {
  font-size: 20px;
  }*/

  /*.FC1_pickup a.readmore_sp.sp:visited {}*/

  section.content {
    position: relative;
    top: 0;
    height: auto;
    width: auto;
    margin: 100px 0;
    padding: 0 45px;
  }

  section.content.archive {
    top: 0;
  }

  .section-title {
    position: relative;
    top: 0;
    left: 0;
    font-size: 53px;
    width: auto;
    padding-left: 0;
  }

  .content.archive .section-title {
    margin-bottom: 40px;
  }

  .content.archive .caption {
    height: auto;
  }

  section.content .section-subtitle {
    color: #ff0;
    font-weight: 100;
    margin-top: 35px;
  }

  /* --- End Media Query --- */
}
