@charset "utf-8";
/*
Theme Name: BLUE BULLETS
Theme URI: http://utlax.sakura.ne.jp/wp/
Author: 91
Author URI:
Description: 東京大学男子ラクロス部専用テーマ
Version: 1.0
*/

/*--------------------
* RESET
--------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
box-sizing: border-box;
}

body {
line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs 
*/
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

sup {
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}

sub {
font-size: 75.5%;
vertical-align: bottom;
position: relative;
top: 0.1em;
}

/*--------------------
* style from here
--------------------*/

body{
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
    width:100%;
}

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

span.anchorlink {
  position: relative;
  top: -120px;
  display: block;
}

/*-----------------------*
header
*------------------------*/

header{
    box-shadow: 0 5px 5px 0 rgb(100,100,100);
    z-index:2 ;
    position: fixed;
    top: 0;
    width: 100%;
}

.header-top {
  margin: 0;
  background-color: #1F2C5C;
  box-sizing: border-box;
  padding: 10px 0;
}

/*--ロゴ--*/
.header-logo-wrapper {
  width: 80%;
  margin: 0 auto;
  line-height: 0;
}

.header-logo {
  text-decoration: none;
  display: inline-block;
}

.header-logo img,
.header-logo .header-title {
  float: left;
  height: 60px;
}

.header-logo .header-title {
  position: relative;
  width: 350px;/*350*/
}

.header-logo h1 {
  color: white;
  font-family: 'Times New Roman', 'HG明朝E', 'ヒラギノ明朝 ProN W3',"Hiragino Mincho ProN", sans-serif;/*cambria*/
  width: 350px;/*350*/
  position: absolute;
}
.header-logo .header-title-j {
  font-family: 'Times New Roman', 'HG明朝E', 'ヒラギノ明朝 ProN W3',"Hiragino Mincho ProN", sans-serif;/*cambria*/
  font-size: 1.5rem;
  line-height: 40px;
  top: 5px;
  left: 0;
  text-align: center;
}
.header-logo .header-title-e {
  font-family: 'Times New Roman', 'HG明朝E', 'ヒラギノ明朝 ProN W3',"Hiragino Mincho ProN", sans-serif;/*cambria*/
  line-height: 20px;
  bottom: 5px;
  left: 0;
  letter-spacing: 1.5px;
  text-align: center;
  font-size: 16px;
}

/*--グローバルナビ--*/
@media (min-width: 900px) {
nav#global-nav{
  width:100%;
  background-color: #82C1EA;
  opacity: 0.9;
}

nav#global-nav ul{
  list-style-type: none;
}

nav#global-nav .global-nav-menu {
  display: none;
}

ul#menu-global-navigation{
  margin: auto;
  width: 980px;
  height: 40px;
}

ul#menu-global-navigation > li{
  position:relative;
  width: 163px;
  float: left;
  text-align: center;
  cursor: pointer;
}

ul#menu-global-navigation li a{
  display:block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #000;
  text-decoration:none;
  text-align: center;
  font-size: 0.9rem;
  transition: 0.2s;
}

ul#menu-global-navigation .menu-item-has-children > a {
  pointer-events: none;
}

ul#menu-global-navigation li ul {
  position: absolute;
  top: 100%;
  left: 0;
}

ul#menu-global-navigation li ul li {
  width: 180px;
  opacity: 0;
  height: 0;
  transition: 0.2s;
  background-color: #82C1EA;
  box-shadow: 5px 5px 5px 0 rgb(100,100,100);
}

ul#menu-global-navigation li:hover ul li{
  opacity: 1;
  height: 40px;
  width: 180px;
  overflow: visible;
}

ul#menu-global-navigation li ul li a{
  /*background-color: #82C1EA;*/
  text-align: left;
  padding: 0 10px;
  height: 100%;
  line-height: 40px;
  width: 100%;
  display: inline-block;
  /*box-shadow: 5px 5px 5px 0 rgb(100,100,100);*/
  box-sizing: border-box;
}

ul#menu-global-navigation li:hover{
    background-color: #5076a0;
}

.menu-item-has-children > a:after {
    /*position: absolute;
    top: 0;
    right: 20px;*/
    display: inline-block;
    margin-top: 0;
    margin-left: 0.5rem;
    content: '＞';
    /*font-size: 16px;*/
    font-weight: bold;
    line-height: 40px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
    }
    .menu-item-has-children:hover > a:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    }
}
/*--------------------
front-page
--------------------*/
/*ヘッダー画像*/
.header-image{
  width: 100%;
  margin-top: -40px;
  position: relative;
}
.header-image::before {
  content:'';
  display: block;
  padding-top: 35%;
}

.header-image-button-container{
  width: 80%;
  height: 100%;
  margin: auto;
  position: relative;
}

.header-image-next,
.header-image-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  opacity: 0.3;
  transition: 0.3s;
  top: 50%;
}
.header-image-next {
  right: 0;
}
.header-image-prev {
  left: 0;
}

.header-image-prev:hover,
.header-image-next:hover {
  opacity: 0.7;
}

/*試合日程*/
.content-schedule {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    /*background-color: rgba(130, 193, 234, 0.3);*/
    background-color: rgb(210,210,210);
    border-top: solid 1px #E6E6E6;
    padding: 10px 0;
}

.content-schedule-title {
  width: 80%;
  margin: 20px auto 10px;
  position: relative;
  height: 30px;
}

.title-eng {
  margin: 0;
  color: black;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 30px;
  font-size: 2rem;

  -webkit-text-fill-color: rgb(210, 210, 210);
  -webkit-text-stroke: 1px black;
}

.title-jap {
  margin: 0;
  position: absolute;
  top: 0;
  left: 200px;
  font-size: 1.5rem;
  line-height: 30px;
}

.slider {
  margin: auto;
  width: 80%;
}

.slider .item {
  box-sizing: border-box;
  width: 300px;
  height: 150px;
  border: solid 1px black;
  margin: 10px 10px 20px;
  background-color: white;
  text-align: center;
  transition: 0.5s;
  position: relative;
  box-shadow: 5px 5px 5px 0 grey;
}

.slider .slick-current{
  transform: scale(1.10);
  background-color: #D7EBF8;
}

.slider .item p {
  position: absolute;
  margin: 0;
}

.slider .game-date {
  top: 5px;
  left: 5px;
  line-height: 20px;
}

.slider .game-next {
  display: block;
  top: 2.5px;
  left: 115px;
  color: white;
  background-color: grey;
  font-size: 0.8rem;
  letter-spacing: 0.2rem;
  line-height: 20px;
  height: 20px;
  padding: 0 10px;
  border-radius: 10px;
}

.slider .game-time {
  top: 5px;
  right: 5px;
  line-height: 20px;
}

.slider .game-type {
  top: 25px;
  left: 0;
  right: 0;
  line-height: 20px;
  text-align: center;
  background-color: #1F2C5C;
  color: white;
}

.slider .game-vs {
  bottom: 50px;
  font-size: 1.5rem;
  left: 45%;
  right: 45%;
}

.slider .game-tokyo {
  bottom: 50px;
  left: 5px;
  right: 55%;
  font-size: 1.5rem;
  text-align: center;
  border-bottom: solid 1px black;
}

.slider .game-opponent {
  bottom: 50px;
  left: 55%;
  right: 5px;
  font-size: 1.5rem;
  text-align: center;
  border-bottom: solid 1px black;
}

.slider .game-tokyo-sub {
  bottom: 30px;
  left: 5px;
  right: 55%;
  font-size: 0.8rem;
  text-align: center;
}

.slider .game-opponent-sub {
  bottom: 30px;
  left: 55%;
  right: 5px;
  font-size: 0.8rem;
  text-align: center;
}

.slider .game-place {
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
	font-size:0.8em;
}

.slider .game-comingsoon {
  bottom: 50px;
  left: 5px;
  right: 5px;
  text-align: center;
  font-size: 1.5rem;
}

/*トップページコンテンツ*/
.about,
.message {
  background-color: white;
  width: 100%;
}

.front-content {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
}

.front-content p {
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.front-content h1 {
  font-size: 2rem;
  font-weight: 400;
  margin: 30px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}

.front-content h1::before,
.front-content h1::after {
  content: '';
  border-bottom: solid 1px black;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.front-content h1::before {
  bottom: 5px;
}

.front-content-description.message {
  text-align: left;
  width: 760px;
  max-width: 100%;
  float: left;
  padding: 20px;
}

.front-content-img { 
  width: 180px;
  max-width: 100%;
  float: left;
}

.front-content-description.about {
  text-align: center;
}

.promotion-video {
  background-image: url('images/soul-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  text-align: center;
}

.promotion-video-wrapper {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}

.promotion-video .frame-wrapper {
  position: relative;
  width: 480px;
  max-width: 90%;
  margin: 0 auto;
}

.promotion-video .frame-wrapper::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.promotion-video .frame-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access {
  background-image: url('images/header-img-3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  margin: 0;
  text-align: center;
}

.access-wrapper {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
}

.access-img {
  width: 400px;
  float: left;
  max-width: 100%;
}
.access-description {
  text-align: left;
  float: left;
  width: 540px;
  max-width: 100%;
  padding: 10% 5%;
}

/*--------------------------
footer
----------------------------*/
footer {
  width: 100%;
  background-color: #1F2C5C;
  margin: 0;
  text-align: center;
  padding: 30px 0 10px;

  box-sizing: border-box; /*box-sizing 共通にしてもいい*/
}

footer p{
  margin: 0;
  color: #82C1EA;
}

ul.sns-nav {
  width: 225px;
  list-style-type: none;
  margin: 10px auto;
  padding: 0;
}

ul.sns-nav li {
  float: left;
  text-align: center;
  margin: 0 20px;
}

footer a {
  margin: auto;
  display: block;
  width: 35px;
  height: 35px;
  background-size: 35px;
}

footer a.twitter {
  background-image: url('images/icon_twitter.png');
}

footer a.facebook {
  background-image: url('images/icon_facebook.png');
}

footer a.instagram {
  background-image: url('images/icon_instagram.png');
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#page-top a {
  display: block;
  text-decoration: none;
  color: white;
  background-color: rgba(130, 193, 234, 0.5);
  padding: 15px;
  text-align: center;
  border-radius: 10%;

  transition: 0.3s;
}

#page-top a::before {
  display: block;
  content: '＜';
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);

  transition: 0.3s;
}

@media (min-width: 900px){
#page-top a:hover {
  background-color: rgba(130, 193, 234, 1);
  padding-top: 10px;
}

#page-top a:hover::before {
  margin-bottom: 5px;
}
}

/*--------------------------

----------------------------*/
#main {
  width: 100%;
  margin: 120px auto 0;
  min-height: calc(100vh - 120px - 111px);
}

/*--------------------------
Page
----------------------------*/
.page-title {
  font-size: 2rem;
  margin: 0 auto 20px;
  border-bottom: solid 1px white;
  max-width: 100%;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.page-title::before,
.page-title::after {
  content: '';
  border-bottom: solid 1px black;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-title::before {
  bottom: 5px;
}

.content {
  width: 980px;
  max-width: 100%;
  margin: auto;
  /*padding: 50px 100px;*/
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.article-page {
  width: 100%;
  padding: 50px 100px;
}

.article-page img {
  max-width: 100%;
  height: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

/*----------------------
COLUMN
---------------------------*/
/*ページタイトルテストで変えてる*/
.column-page-title {
  /*height: 150px;*/
  padding: 50px 10px 10px;
  /*background-color: rgba(230, 230, 230, 0.9);*/
  text-align: center;
}

.column-page-title h1 {
  font-size: 2rem;
  margin: 0 auto;
  border-bottom: solid 1px white;
  max-width: 100%;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.column-page-title h1::before,
.column-page-title h1::after {
  content: '';
  border-bottom: solid 1px black;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.column-page-title h1::before {
  bottom: 5px;
}

.column-page-title p {
  letter-spacing: 0.2rem;
  line-height: 1.7rem;
  padding: 20px;
}

.content-column {
  padding: 50px 0;
}


.column-list {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.column-year {
  width: 100%;
  border-bottom: solid 1px #82C1EA;
  color: #eee;
  font-size: 1.5rem;
  margin: 20px 0;
}

.column-item {
  margin: 0;
  padding: 0;
  width: 300px;
  height: 200px;
  position: relative;
  float: left;
  background-color: black;
}

.column-item a { 
  text-decoration: none;
}

.column-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.8;
}

.column-item .text {
  width: 100%;
  position: absolute;
  bottom: 20%;
  padding: 0;
  margin: 0;
}

.column-item p {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  color: white;
  margin: 0;
  padding: 0 10px;
}

.column-item .title-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.5s;
}

.column-item .title-mask:hover {
  opacity: 1;
}

/*--------------------------
SOUL
----------------------------*/
#main-soul {
  background-image: url('images/soul-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 120px 0 0 0;
  min-height: 100vh;
}
#soul-wrapper{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  min-height: 100vh;
}

.soul-page-title {
  /*height: 150px;*/
  padding: 50px 10px;
  /*background-color: rgba(230, 230, 230, 0.9);*/
  text-align: center;
}

.soul-page-title h1 {
  font-size: 2rem;
  margin: 0 auto 20px;
  max-width: 100%;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  color: white;
  text-shadow: 0 0 30px white, 0 0 10px white;
}

.soul-page-title h1::before,
.soul-page-title h1::after {
  content: '';
  border-bottom: solid 1px white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.soul-page-title h1::before {
  bottom: 5px;
}

.soul-page-title p {
  letter-spacing: 0.2rem;
  line-height: 1.7rem;
  color: white;
  text-shadow: 0 0 10px white;
}

.soul-link:hover {
  color: #82C1EA;
}
.soul-link {
  text-decoration: none;
  color: white;
  display: block;
  transition: 0.3s;
}
.blog-link:hover {
  color: #82C1EA;
}
.blog-link {
	margin-top:4px;
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-weight:bold;
  opacity:0.9;
}

.content-article-page{
	width:100%;
  background: #fff;
}

.content-soul {
  padding: 50px 0;
  min-height:100vh;
	margin:0px;
	color:black;
	width:100%;
}

.content-soul  li{
	padding-left:10%;
	padding-right:10%;
}


.content-blog{
	padding: 50px 0;
  min-height:100vh;
  background-image:url("http://bluebullets.tokyolax.com/2/wp-content/uploads/2019/08/s_IMG_9310.png");
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-size:cover;
	background-position: left;
	margin:0px;
	color:#fff;
	width:100%;
}

.soul-item {
  background-color: rgba(230, 230, 230);
  position: relative;
  height: 80px;
  margin: 30px;
  transition: 0.3s;
}

.soul-item:hover {
  opacity: 0.8;
  box-shadow: 0 0 5px 2px grey;
}

.soul-item a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.soul-item p {
  margin: 0;
  padding: 0;
  color: black;
}

.soul-item .soul-item-vol {
  position: absolute;
  display: inline;
  bottom: 5px;
  left: 0;
  width: 80px;
  height: 70px;
  font-size: 3rem;
  color: white;
  font-style: italic;
  border-right: solid 1px white;
  text-align: center;
}

.soul-item .soul-item-title {
  position: absolute;
  left: 90px;
  top: 10px;
  font-size: 1.3rem;
}

.soul-item .soul-item-excerpt {
  position: absolute;
  left: 100px;
  top: 40px;
  font-style: italic;
  font-size: 0.8rem;
  color: grey;
}

/*--------------------
* ROSTER
--------------------*/
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/common_2017/fonts/Roboto/Roboto-Light.ttf") format("truetype");
}

.content-roster {
  padding: 50px 0;
}

/*ここから*/
.local-nav {
  margin: 0 auto;
  width: 540px;
}
.local-nav li {
  float: left;
  list-style-type: none;
  margin: 20px;
  width: 140px;
  text-align: center;
}
.local-nav li a {
  display: inline-block;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1.2rem;
  padding: 10px;
  text-align: center;
  color: black;
  border-radius: 7.5rem;
  text-decoration: none;

  transition: 0.6s;
}
.local-nav .current a {
  color: white;
  background-color: #82C1EA;
}
.local-nav li:not(.current) a:hover {
  background-color: #D7EBF8;
}
/*ここまで*/



.roster-item {
  width: 300px;
  height: 130px;
  /*background-color: rgb(230, 230, 230);*/
  margin: 40px 10px;
  float: left;
  position: relative;
  /*border: solid 2px #82C1EA;*/
  /*border-top: solid 1px #82C1EA;
  border-bottom: solid 1px #82C1EA;*/
  border-right: solid 1px #82C1EA;
  /*border-radius: 0 20px 0 20px;*/
}

.roster-item::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;/*線の上下位置*/
  display: inline-block;
  width: 150px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  background-color: #82C1EA;/*線の色*/
}

.roster-item img {
  display: block;
  height: 130px;
  float: left;
  border-radius: 5px;
  opacity: 0.9;
}

.description {
  float: right;
  position: relative;
}

.roster-item > a {
  display: block;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  text-decoration: none;
  color: black;
}

.roster-item > a:hover {
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.1);
  /*opacity: 0.6;*/
}

.name_j {
  position: absolute;
  right: 5px;
  top: 0;
  width: 169px;
  margin: 0;
  font-size: 1.5rem;
  text-align: right;
}

.name_e {
  text-align: right;
  position: absolute;
  right: 5px;
  top: 30px;
  width: 169px;
  font-style: italic;
  color: #82C1EA;
}

.number {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 3rem;
  font-family: roboto, sans-serif;
  color: #82C1EA;
  opacity: 0.5;
  line-height: 50px;
}

.roster-title-group {
  width: 100%;
  height: 70px;
  position: relative;
  border-bottom: solid 1px #82C1EA;
}

.roster-title-group .roster-pos {
  margin: 0;
  padding: 0;
  font-size: 3rem;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  line-height: 70px;
  color: #1F2C5C;
}

.roster-title-group .roster-players {
  margin: 0;
  font-size: 1.2rem;
  top: 10px;
  left: 80px;
  position: absolute;
  line-height: 25px;}

.roster-title-group .roster-pos-full {
  margin: 0;
  font-size: 1.2rem;
  position: absolute;
  bottom: 10px;
  left: 80px;
  line-height: 25px;
}

.roster-nav {
  list-style-type: none;
  padding: 0 10px;
  border-radius: 5px;
  box-shadow: 0 0 3px 1px #165882;
  margin: 0 10px 20px;
}

.roster-nav li {
  float: left;
  margin: 5px 20px;
}

.roster-nav li a {
  text-decoration: none;
  color: black;
  font-size: 1.5rem;
  transition: 0.3s;
}

.roster-nav li a:hover {
  color: #82C1EA;
}

/*--------------------
404
--------------------*/
.notfound {
  text-align: center;
}
.notfound h1 {
  font-size: 4rem;
  line-height: 4rem;
}
.notfound h2 {
  font-size: 1.5rem;
}
.notfound p {

}

@media (max-width: 900px) {
  /*---------------------
  COMMON
  --------------------*/
  span.anchorlink {
    top: 0;
  }
  /*---------------------
  * header
  --------------------*/
  /*ヘッダーロゴ*/
  header {
    position: relative;
  }
  .header-logo-wrapper {
    text-align: center;
  }
  .header-logo img,
  .header-logo .header-title {
    float: none;
  }
  .header-logo img {
    width: 250px;
  }
  .header-logo .header-title {
    width: 250px;
    height: 20px;
  }
  .header-logo .header-title-j {
    width: 250px;
    text-align: center;
    font-size: 1rem;
    line-height: 1em;
    top: 0;
  }
  .header-logo .header-title-e {
    display: none;
  }
  /*--グローバルナビ--*/
  
  nav#global-nav{
    width:100%;
    background-color: #82C1EA;
    opacity: 0.9;
    position: relative;
  }

  nav#global-nav ul{
    list-style-type: none;
  }

  nav#global-nav .global-nav-menu {
    /*display: none;*/
      display: block;
      width: 100%;
      line-height: 40px;
      position: absolute;
      top: 0;
      padding-left: 1rem;
  }
    nav#global-nav .global-nav-menu:after {
    /*position: absolute;
    top: 0;
    right: 20px;*/
    display: inline-block;
    margin-top: 0;
    margin-left: 0.5rem;
    content: '＞';
    /*font-size: 16px;*/
    font-weight: bold;
    line-height: 40px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
    }
    nav#global-nav .global-nav-menu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    }

  ul#menu-global-navigation{
    /*margin: auto;
    width: 980px;*/
      position: relative;
      top: 40px;
      width: 100%;
    height: 40px;
  }

  ul#menu-global-navigation > li{
    position:relative;
    /*width: 163px;*/
      width: 100%;
    /*float: left;*/
      float: none;
    text-align: center;
      background-color: #82C1EA;
      opacity: 0.9;
      display: none;
      border-bottom: solid 1px #ACD6F0;
  }

  ul#menu-global-navigation li a{
    display:block;
    width: 100%;
    line-height: 40px;
    color: #000;
    text-decoration:none;
    text-align: center;
    font-size: 0.9rem;
    transition: 0.2s;
  }

    ul#menu-global-navigation .menu-item-has-children > a {
      pointer-events: none;
    }

  ul#menu-global-navigation li ul {
    /*position: absolute;
    top: 100%;
    left: 0;*/
      position: static;
      width: 100%;
      display: none;
  }

  ul#menu-global-navigation li ul li {
    /*width: 180px;*/
      width: 100%;
    /*opacity: 0;
    height: 0;
    transition: 0.2s;*/
      opacity: 1;
      height: 40px;
  }

  /*ul#menu-global-navigation li:hover ul li{
    opacity: 1;
    height: 40px;
    /*width: 180px;*//*
      width: 100%;
    overflow: visible;
      display: block;
  }*/

  ul#menu-global-navigation li ul li a{
    background-color: #82C1EA;
    /*text-align: left;*/
      text-align: center;
    padding: 0 10px;
    height: 100%;
    line-height: 40px;
    width: 100%;
    display: inline-block;
    box-shadow: 5px 5px 5px 0 rgb(100,100,100);
  }

  ul#menu-global-navigation li a:hover{
      background-color: #5076a0;
  }

    .menu-item-has-children > a:after {
    /*position: absolute;
    top: 0;
    right: 20px;*/
    display: inline-block;
    margin-top: 0;
    margin-left: 0.5rem;
    content: '＞';
    /*font-size: 16px;*/
    font-weight: bold;
    line-height: 40px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
    }
    .menu-item-has-children.active > a:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    }

    ul#menu-global-navigation .menu-item-has-children.active,
    ul#menu-global-navigation li.menu-item-has-children.active ul li a {
      background-color: #ACD6F0;
    }

    /*ヘッダー画像*/
    .header-image::before {
      padding-top: 100%;
    }

    /*試合日程*/
    .content-schedule-title .title-eng {
      display: none;
    }
    .content-schedule-title .title-jap {
      position: static;
      margin: 0 auto;
    }

    /*--------------------
    page
    --------------------*/
    .content {
      padding: 20px;
    }

    .article-page {
      padding: 0;
    }

    #main {
      margin: 0;
	  min-height: calc(100vh - 140px - 111px);
    }

    #main-soul {
      margin: 0;
    }

    /*----
    column
    ---*/
    .column-list {
      width: 300px;
    }

    /*--------------------
    ROSTER
    --------------------*/
    .local-nav {
      width: 268px;
      max-width: 100%;
    }
    .local-nav li {
      margin: 5px;
      width: auto;
    }
    .local-nav li a {
      font-size: 1rem;
      padding: 5px;
    }
    .local-nav li:not(.current) a {
      text-decoration: underline;
    }

    .roster-nav {
      list-style-type: none;
      padding: 0 10px;
      border-radius: 5px;
      box-shadow: 0 0 3px 1px #165882;
      margin: 0 10px 20px;
    }

    .roster-nav li {
      float: left;
        margin: 5px 10px;
    }

    .roster-nav li a {
      text-decoration: none;
      color: black;
        font-size: 1rem;
      transition: 0.3s;
    }

    .roster-nav li a:hover {
      color: #82C1EA;
    }


}