@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  background-color: #cccccc;
  color: #333333;
  font-size: 15px;
  line-height: 2;
}

p,h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
}

img {
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  color: #3583aa;
  text-decoration: none
}

a:visited {
  color: #788d98;
}

a:hover {
  text-decoration: underline;
}

header {
  width: 960px;
  height: 150px;
  margin: 0 auto;
}

.logo {
  float: left;
  margin-top: 20px
}

.global-nav {
  float: right;
  margin-top: 60px
}

.global-nav li {
  float: left;
  margin: 0 10px;
  font-size: 20px;
  list-style: none;
  font-family: 'Anton', 'Noto sans JP', serif;
  letter-spacing: 0.1em;
  /*  ↓↓↓↓ナビ半透明背景↓↓↓↓↓  */
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.global-navi li span {
  display: block;
}

.global-nav li a {
  color: #ffffff;
}

.global-nav li a:hover {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 3px;
  text-decoration: none;
}

#wrapper {
  clear: both;
  background-color: #ffffff;
  margin-top: 220px;
  padding: 35px 0;
}

.content {
  width: 960px;
  margin: 0 auto;
}

footer {
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
  background-color: #009944;
  clear: both;
}

footer small {
  font-size: 12px;
}

footer .logo {
  margin-top: 0;
  float: none;
}

footer .logo img {
  width: 150px;
}

#index h1 {
  font-size: 72px;
  line-height: 1;
  color: #ffffff;
  font-family: 'Anton', 'serif';
  margin-bottom: 50px;
  border: none;
}

#index .content {
  margin-top: 150px;
}

#index p {
  font-size: 16px;
  color: #ffffff
}

/*-----トップページおしらせ-----*/
#topics {
  width: 335px;
  float: left;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

#topics h2 {
  margin-left: 8px;
  font-weight: 400;
}

#topics dl {
  overflow: hidden
}

#topics dt {
  width: 7em;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  clear: both;
  line-height: 1.3em;
}

#topics dd {
  margin-left: 7em;
  margin-bottom: 5px;
  margin-right: 10px;
  line-height: 1.3em;
}

/*-----トップページおしらせここまで-----*/


.btn a {
  background-color: #009cd3;
  color: #ffffff;
  font-size: 20px;
  font-family: 'Bitter', 'serif';
  width: 185px;
  display: block;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
  border-radius: 10px;
  border: 3px solid #009cd3;
}

.twitter {
  float: right;
}

.btn a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #009cd3;
}

#index footer {
  width: 960px;
  margin: 150px auto 0 auto;
  /*  text-align: left;*/
  background-color: transparent;
}

#index {
  background-image: url(../images/index_img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover
}

#profile {
  background-image: url(../images/main_img02.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
}

.main-center {
  width: 720px;
  margin: 0 auto;
}

h1 {
  font-family: 'Anton', 'Noto sans JP', serif;
  font-size: 36px;
  border-bottom: solid 1px #cccccc;
  letter-spacing: 0.1em;
  font-weight: 900;
}


h2 {
  font-family: 'Anton', 'Noto sans JP', serif;
  font-size: 24px;
  letter-spacing: 0.1em;
}

h3 {
  font-family: 'Anton', 'Noto sans JP', serif;
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
}

.icon:before {
  content: "";
  padding-right: 10px;
  border-left: 7px solid #9cb4a4;
}

/*
#profile .profile-txt {
  width: 540px;
  float: left;
}
*/

#profile .profile-txt span {
  font-weight: bold;
}

#profile .profile-image {
  float: right;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

section {
  margin-bottom: 30px;
}

#profile .career th {
  width: 240px;
  background-color: #f0f0f0;
  padding: 12px 0;
  border: solid 1px #cccccc;
}

#profile .career td {
  width: 660px;
  padding: 12px 0 12px 40px;
  border: solid 1px #cccccc;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

#index #wrapper {
  background-color: transparent;
  margin-top: 0;
  padding: 0;
}

.main {
  width: 700px;
  margin: 0 10px;
  float: left;
}

.sidebar {
  width: 200px;
  margin: 0 10px 0 30px;
  float: right;
  font-family: 'Bitter', 'serif';
}

a img:hover {
  opacity: 0.5;
}

.sidebar h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.sidebar ul {
  font-size: 16px;
  margin-left: 20px;
}

.sidebar ul a {
  color: #333333;
}

.sidebar li {
  font-size: 0.9em;
}

.thumb {
  width: 300px;
  margin: 0 10px 10px 0;
  /*  padding-right: 10px;*/
}

.bold {
  font-weight: bold;
}

#next  {
  font-weight: bold;
}

#next p {
  font-weight: bold;
}

#past li {
  text-align: center;
  font-weight: bold;
}

#performance {
  background-image: url(../images/main_img02.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
}

#performance .performance_list li {
  float: left;
  list-style: none;
  margin: 0 20px 15px 0;
}

/*
#performance .performance_list li:nth-child(3n) {
  margin-right: 0;
}
*/

#past li {
  line-height: 1.5em;
}

#info {
  background-image: url(../images/main_img02.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
}


#info h1 {
  margin-bottom: 20px;
}

.info_group {
  margin: 0 0 20px 0;
  padding-top: 0;
}

.info_title th {
  width: 90px;
  font-size: 13px;
  font-weight: normal;
}

.info_title td {
  width: 610px;
  margin: 0 0 0 0;
  line-height: 1.3;
}

.info_text {
  width: 680px;
  margin-right: 20px;
  padding-left: 20px;
  border-bottom: solid 1px #ccc
}

.info_text p {
  line-height: 1.5;
}

/* -----画像ゆれ----- */
.buruburu {
  display: inline-block;
  animation: hurueru .1s infinite;
}

@keyframes hurueru {
  0% {transform: translate(0px, 0px) rotateZ(0deg)}

  25% {transform: translate(2px, 2px) rotateZ(1deg)}

  50% {transform: translate(0px, 2px) rotateZ(0deg)}

  75% {transform: translate(2px, 0px) rotateZ(-1deg)}

  100% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
}

.buruburu-hover:hover {
  display: inline-block;
  animation: hurueru .1s infinite;
}

@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }

  25% {
    transform: translate(2px, 2px) rotateZ(1deg)
  }

  50% {
    transform: translate(0px, 2px) rotateZ(0deg)
  }

  75% {
    transform: translate(2px, 0px) rotateZ(-1deg)
  }

  100% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
}

/* -----画像ゆれ　ここまで----- */


/*---　スマートフォン対応　---*/
@media screen and (max-width : 767px) {

  img {
    max-width: 100%;
  }

  body {
    font-size: 3.5vw;
  }

  h1 {
    font-size: 8.2vw;
  }

  h2 {
    font-size: 6vw;
    letter-spacing: normal;
  }

  header {
    width: auto;
    margin: 1%;
  }

  .logo {
    float: none;
    margin-top: 20px;
    text-align: center;
  }

  .global-nav {
    float: none;
    margin-top: 40px;
    text-align: center;
  }

  .global-nav li {
    display: inline;
    float: none;
    margin: 0 8px;
    font-size: 4vw;
  }

  #wrapper {
    margin-top: 30px;
    padding: 50px 0 0;
  }

  .content {
    width: 100%;
  }

  .main {
    float: none;
    width: auto;
    margin: 0 5%;
  }

  .main-center {
    width: auto;
    margin: 0 5%;
  }

  .sidebar {
    width: auto;
    float: none;
    margin: 0;
    padding: 15px 10px 10px;
    background-color: #f7f6f4;
  }

  #index footer {
    width: 100%;
    margin: 30px 0 0;
    background-color: transparent;
  }

  #topics {
    width: auto;
    float: none;
    margin: 10px 3%;
  }

  .twitter {
    float: none;
    text-align: center;
    width: auto;
    margin: 0 3%;
  }

  .info_text {
    width: auto;
  }
  .profile-txt {
    width: auto;
    float:none;
  }
  
  #info,#profile,#performance {
    background-image: url(../images/bg-sp01.jpg)
  }


  
