@charset "utf-8";
@font-face {
  font-family: 'rounded-mplus';
  /*  font-style: normal;
  font-weight: bold;*/
  src: url('../fonts/rounded-mplus-1c-bold.eot');
  src: url('../fonts/rounded-mplus-1c-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rounded-mplus-1c-bold.woff') format('woff'),
    url('../fonts/rounded-mplus-1c-bold.ttf') format('truetype');
}
/*
This style is released under the MIT License
use "Twitter Bootstrap v3.0.2"
*/
body {
  min-width: 320px;
  background-color: #FFF;
  color: #f0f0f0;
  position: relative;
  left: 0;
  overflow-x: hidden;
}
a {
  color: #fff;
}
a:hover, a:focus {
  color: #fff;
  text-decoration: underline;
}
section a {
  text-decoration: underline;
}

section a:hover img {
  opacity: .8;
}

a.off {
  color: #898989!important;
}

/*
CLASSES
===========================================
*/
ul.updates, .content ul.updates {
  margin: -10px 0 20px;
  padding: 0;
  font-size: 113%;
}
ul.updates li, .content ul.updates li {
  margin: 0 0 10px 0;
  padding: 20px 20px 20px 13em;
  border-radius: 10px;
  list-style: outside none none;
  text-align: left;
  position: relative;
  border: 2px solid #fff;
  display: block;
  background: rgba(255, 255, 255, .8);
  color: #222;
}
ul.updates li a, .content ul.updates li a {
  color: #2358a6;
}
ul.updates li a:hover, .content ul.updates li a:hover {
  text-decoration: none;
}

ul.updates li .date, .content ul.updates li .date {
  font-weight: bold;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 767px) {
  .sp-br:after {
    content: "";
    display: block;
  }
  .for-pc {
    display: none;
  }
  ul.updates, .content ul.updates {
    margin: 10px 0 20px;
  }
  ul.updates li, .content ul.updates li {
    padding: 10px;
  }
  ul.updates li .date, .content ul.updates li .date {
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  .pc-br:after {
    content: "";
    display: block;
  }
  .for-sp {
    display: none;
  }
}

/*
CLASSES02
===========================================
*/
ul.updates, .content2 ul.updates {
  margin: -10px 0 20px;
  padding: 0;
  font-size: 113%;
}
ul.updates li, .content2 ul.updates li {
  margin: 0 0 10px 0;
  padding: 20px 20px 20px 13em;
  border-radius: 10px;
  list-style: outside none none;
  text-align: left;
  position: relative;
  border: 2px solid #fff;
  display: block;
  background: rgba(255, 255, 255, .8);
  color: #222;
}
ul.updates li a, .content2 ul.updates li a {
  color: #2358a6;
}
ul.updates li a:hover, .content2 ul.updates li a:hover {
  text-decoration: none;
}

ul.updates li .date, .content2 ul.updates li .date {
  font-weight: bold;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 767px) {
  .sp-br:after {
    content: "";
    display: block;
  }
  .for-pc {
    display: none;
  }
  ul.updates, .content2 ul.updates {
    margin: 10px 0 20px;
  }
  ul.updates li, .content2 ul.updates li {
    padding: 10px;
  }
  ul.updates li .date, .content2 ul.updates li .date {
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  .pc-br:after {
    content: "";
    display: block;
  }
  .for-sp {
    display: none;
  }
}

@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/*
BOOTSTRAP EXTENTIONS
===========================================
*/
.base {
  background: #000;
  background: rgba(25,25,112,1.0);
}

.container {
  max-width: 990px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.img-cover {
  width: 100%;
  height: auto;
}
.img-responsive{
  width:100%;
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* Vertical writing styles */
.text-rl {
  writing-mode: tb-rl;
  /* IE独自仕様 */
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  direction: ltr;
  letter-spacing: 0.2em;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .text-sm-rl {
    writing-mode: tb-rl;
    /* IE独自仕様 */
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    direction: ltr;
    letter-spacing: 0.2em;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .text-xs-rl {
    writing-mode: tb-rl;
    /* IE独自仕様 */
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    direction: ltr;
    letter-spacing: 0.2em;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
  }
}
/* table */
.table-striped > tbody > tr {
  background: #fff;
}
.table-striped > tbody > tr th,
.table-striped > tbody > tr td {
  color: #333;
}
.table-centered td {
  text-align: center;
}
.table-footnote {
  margin: -10px 0 20px;
}
.table.table-bordered thead th.lv2 {
  border-bottom-width: 1px;
}
.table-cover .table {
  width: 100%;
  table-layout: fixed;
}
.table-cover .table th {
  vertical-align: middle;
}
.table-cover .table th, .table-cover .table td {
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: center;
}
.table-cover .table td.text-right {
  text-align: right;
}
.table-cover .table .no-br, .table-cover .table th.no-br, .table-cover .table td.no-br {
  white-space: nowrap;
  vertical-align: middle;
}


@media (max-width: 767px) {
  .table-cover .table th, .table-cover .table td {
    padding-left: 0;
    padding-right: 0;
  }
}
/* navbar */
.navbar {
  border-radius: 0;
  min-height: 60px;
}
.navbar-header {
  margin: 0;
}
.navbar-brand {
  height: auto;
  min-height: 60px;
}
.navbar-toggle {
  margin: 10px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.opened .navbar-toggle .icon-bar {
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.opened .navbar-toggle .icon-bar::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 22px;
}
.opened .navbar-toggle .icon-bar+.icon-bar {
  opacity: 0;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
  text-decoration: underline;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  padding: 0!important;
}

/* Page
===========================================*/
#page {
  position:relative;
  width:100%;
  text-align: center;
  background: #ffff;
  overflow: hidden;
  z-index: 1;
}

/* Page2
===========================================*/
#page2 {
  position:relative;
  width:100%;
  /* text-align: center; */
  background: #ffff00;
  overflow: hidden;
  z-index: 1;
}

/* Page Visual
===========================================*/
#page-visual {
  position:relative;
  height:400px;
  margin:0 auto;
  background-image:url(../img/mainvisual/img_header003.png);
  background-position: bottom center;
/*  background-size: contain; */
  background-repeat: no-repeat;
  overflow: hidden;
}

#canvas-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
#canvas-container canvas{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#main-title {
  position: absolute;
  top: 0;
  right: 50%;
  max-width: 420px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  #page-visual {
    height:auto;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  #page-visual {
    height:auto;
    /*background-image:url(../img/mainvisual/main_sp.jpg);
    background-size:cover;*/
  }
  #main-title {
    top: 8px;
    left: 10px;
    right: 50%;
  }
}



.copyright {
  text-align: center;
  font-size: 75%;
  margin-top: 1.5em;
  margin-bottom: 2.5em;
}


/*
SECTION TYPE
===========================================
*/
/* BASE SECTION */
.container > h1 {
  margin-top: 0;
}
.container h1 > small {
  color: #FF6279;
}
.container .name > small {
  font-size: 60%;
}
@media (min-width: 768px) {
  .container .row > div > h1 {
    margin-top: 0;
  }
}
/* CONTENT SECTION */
.content {
  color: #000;
  text-align: center;
  margin: 0;
  overflow: hidden;
  padding: 10px 0;
}

.content p, .content section {
  line-height: 2;
  letter-spacing: 0.08em;
}
.content ul {
  padding-left: 1.5em;
  vertical-align: middle;
  list-style-type: square
}
.content .title {
  color: #333; 
  font-family: 'rounded-mplus';
  font-size: 280%;
  font-weight: bold;
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 0!important;
  margin-top: 0!important;
}
.content .title img {
  max-width: 100%;
  height: auto;
}
.content .title span {
  display: block;
  font-size: 60%;
  font-style: normal;
  margin: 0.5em 0;
  letter-spacing: 0.1em;
}

.content_today .title {
  color: #333; 
  font-family: 'rounded-mplus';
  font-size: 175%;
  font-weight: bold;
  padding-top: 40px;
  position: relative;
  z-index: 2;
  text-align: left;
  margin-bottom: 0!important;
  margin-top: 0!important;
}

@media (max-width: 480px) {
  .content {
    padding: 10px 0;
  }
  .content .title {
    font-size:  175%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;

  }
  .content .title span {
    font-size: 80%;
  }
}


/* CONTENT2 TODAY */
.content_today {
  color: #000;
  text-align: center;
  margin: 0;
  overflow: hidden;
  padding-bottom: 40px;
}

@media (max-width: 480px) {
  .content_today {
    padding: 30px 0;
  }
  .content_today .title {
    font-size:  175%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .content_today .title span {
    font-size: 80%;
  }
}

/* CONTENT2 SECTION */
.content2 {
  color: #00008b;
  font-weight: bold;
/*  text-align: center; */
  margin: 0;
  overflow: hidden;
  padding: 50px 0;
}
.content2 p, .content2 section {
/*  line-height: 2; */
  letter-spacing: 0.08em;
}
.content2 ul {
  padding-left: 1.5em;
  vertical-align: middle;
  list-style-type: square
}
.content2 .title {
  color: #1e90ff; 
  font-family: 'rounded-mplus';
  font-size: 280%;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 0!important;
  margin-top: 0!important;
}
.content2 .title img {
  max-width: 100%;
  height: auto;
}
.content2 .title span {
  display: block;
  font-size: 60%;
  font-style: normal;
  margin: 0.5em 0;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .content2 {
    padding: 30px 0;
  }
  .content2 .title {
    font-size:  175%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .content2 .title span {
    font-size: 80%;
  }
}

/*
HEADER MENU
===========================================
*/
#page-header {
  border: 0 none;
  line-height: 12px;
  margin: 0;
}
#page-header.navbar-fixed-top {
  margin-top: 0;
}
#page-header > * {
  vertical-align: middle;
  height: auto;
  z-index: 1000;/*for IE10*/
}
#page-header .menu {
  width: 100%;
  margin: 0;
  padding: 5px 0;
}
#page-header .menu > li {
  display: inline-block;
  width: 14%;
  margin-left: -1px;
  letter-spacing: 0.05em;
  border-right:1px solid #000;
  text-align: center;
}
#page-header .menu > li#gnav01 {
  width: 10.8%;
  border-left:1px solid #000;
  margin-left: 0;
}
#page-header .menu > li#gnav02 {
  width: 17.4%;
}
#page-header .menu > li#gnav03 {
  width: 17.4%;
}
#page-header .menu > li#gnav04 {
  width: 17.4%;
}
#page-header .menu > li#gnav05 {
  width: 17.4%;
}
#page-header .menu > li#gnav06 {
  width: 17.4%;
}

#page-header .menu > li > a {
  display: block;
  overflow: hidden;
  height: 0;
  padding: 74px 0 0 0;
  text-decoration: none;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size:contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.25em;
}
#page-header .menu > li#gnav01 a { background-image: url(../img/menu/menu01_off.png);}
#page-header .menu > li#gnav02 a { background-image: url(../img/menu/menu02_off.png);}
#page-header .menu > li#gnav03 a { background-image: url(../img/menu/menu03_off.png);}
#page-header .menu > li#gnav04 a { background-image: url(../img/menu/menu04_off.png);}
#page-header .menu > li#gnav05 a { background-image: url(../img/menu/menu05_off.png);}
#page-header .menu > li#gnav06 a { background-image: url(../img/menu/menu06_off.png);}

#page-header .menu > li#gnav01 a:hover,#page-body-top #page-header .menu > li#gnav01 a { background-image: url(../img/menu/menu01_on.png?Ver02);}
#page-header .menu > li#gnav02 a:hover,#page-news #page-header .menu > li#gnav02 a { background-image: url(../img/menu/menu02_on.png?Ver02);}
#page-header .menu > li#gnav03 a:hover,#page-schedule #page-header .menu > li#gnav03 a { background-image: url(../img/menu/menu03_on.png?Ver02);}
#page-header .menu > li#gnav04 a:hover,#page-place #page-header .menu > li#gnav04 a { background-image: url(../img/menu/menu04_on.png?Ver02);}
#page-header .menu > li#gnav05 a:hover,#page-access #page-header .menu > li#gnav05 a { background-image: url(../img/menu/menu05_on.png?Ver02);}
#page-header .menu > li#gnav06 a:hover,#page-link #page-header .menu > li#gnav06 a { background-image: url(../img/menu/menu06_on.png?Ver02);}

@media (min-width: 768px) and (max-width: 991px) {
  #page-header .menu {
    font-size: 80%;
  }
}
@media (max-width: 767px) {
  #page-header {
    left: 0;
    top: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
    margin: 0;
  }
  #page-header.closed, #page-header.over-visual {
    background: transparent;
    border: none;
  }
  #page-header.over-visual .container {
    opacity: 0;
  }
  #page-header .navbar-toggle {
    z-index: 9999!important;
  }
  #page-header.closed .navbar-toggle,
  #page-header.over-visual .navbar-toggle {
    border: solid 2px #fff;
    background: #333;
  }
  #page-header .container {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #page-header .menu {
    width: 100%;
    font-weight: 600;
  }
  #page-header .handy-logo {
    padding: 0;
    margin: 0 15px;
  }
  #page-header .menu > li {
    display: block;
    text-align: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    border-top: 1px solid #666;
  }
  #page-header .menu > li#gnav01 {
    width: 70%;
    border-top: none;
    border-left:none;
  }
  #page-header .menu > li#gnav02 {
    width: 100%;
  }
  #page-header .menu > li#gnav03 {
    width: 100%;
  }
  #page-header .menu > li#gnav04 {
    width: 100%;
  }
  #page-header .menu > li#gnav05 {
    width: 100%;
  }
  #page-header .menu > li#gnav06 {
    width: 100%;
  }

  #page-header .menu > li > a {
    text-align: left;
    height: auto;
    padding: 0 1em;
    line-height: 50px;
    text-decoration: none;
    background: none;
  }
  #page-header .menu > li#gnav01 a,
  #page-header .menu > li#gnav02 a,
  #page-header .menu > li#gnav03 a,
  #page-header .menu > li#gnav04 a,
  #page-header .menu > li#gnav05 a,
  #page-header .menu > li#gnav06 a,
  #page-header .menu > li#gnav01 a:hover,
  #page-header .menu > li#gnav02 a:hover,
  #page-header .menu > li#gnav03 a:hover,
  #page-header .menu > li#gnav04 a:hover,
  #page-header .menu > li#gnav05 a:hover,
  #page-header .menu > li#gnav06 a:hover {
    background: none;
  }
  #page-header .menu > li > a:active,
  #page-header .menu > li > a:hover,
  #page-body-top #page-header .menu > li#gnav01 a,
  #page-news #page-header .menu > li#gnav02 a,
  #page-schedule #page-header .menu > li#gnav03 a,
  #page-place #page-header .menu > li#gnav04 a,
  #page-access #page-header .menu > li#gnav05 a,
  #page-link #page-header .menu > li#gnav06 a {
    color: #fff;
    background: none;
  }
  #page-header .menu > li#gnav07 a span {
    padding-right: 32px;
    background: url(../img/menu/icon_keirnjp_off.png) right center no-repeat;
    background: url(../img/menu/icon_keirnjp_off.png) right center no-repeat;
    background-size: 32px 27px;
    line-height: 27px;
  }
  #page-header .menu > li#gnav07 a:active span,
  #page-header .menu > li#gnav07 a:hover span {
    background: url(../img/menu/icon_keirnjp_on.png) right center no-repeat;
    background-size: 32px 27px;
  }
  #page-header .menu > li.comingsoon { display: none;}
}
/*
FOOTER
===========================================
*/
#page-footer {
  background-color: #191970;
  border-top: 1px solid #191970;
}
#page-footer .gotop {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  #page-footer .gotop {
    background-color: #191970;
    color: #fff;
    font-size: 95%;
    line-height: 2.5em;
    padding: 0 1em;
    position: absolute;
    right: -1px;
    top: -2.5em;
    border-radius: 8px 8px 0 0;
    border-color: #fff #fff #191970 #fff;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    height: 2.5em;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  #page-footer .gotop {
    display: none;
  }
  #page-footer .gotop:focus, #page-footer .gotop:hover {
    top: -35px;
  }
}
#page-footer .copyright {
  position: relative;
  z-index: 9999;
  color: #FFF;
}
/*
LINKS
===========================================
*/
#page-links {
  background: none #FF8000;
  padding: 60px 0;
}
#page-links .title {
  display: none;
}
#page-links .flags {
  background: none #fff;
  color: #000;
  margin: 0 20px 40px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}
#page-links .flags .slick-slide > a {
  display: block;
  margin: 8px;
}
@media (max-width: 767px) {
  #page-links {
    font-size: 80%;
    padding: 20px 0;
  }
  #page-links .flags {
    margin: 0 0 20px;
    padding: 10px;
    border-radius: 10px;
  }
  #page-links .flags .slick-slide > a {
    margin: 3px;
  }
}
#float-gotop {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}
#float-gotop .gotop {
  background: transparent url("../img/rtn_gotop1.png") no-repeat scroll 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  display: block;
  position: absolute;
  right: 25px;
  bottom: 15px;
  text-align: left;
  text-indent: -9999px;
  width: 80px;
  height: 65px;
  overflow: hidden;
  outline: none;
}
@media (max-width: 767px) {
  #float-gotop .gotop {
    right: 15px;
    bottom: 15px;
  }
}
/*
character
===========================================
*/
.character_sec1 {
  margin-bottom: -50px;
}

@media (max-width: 767px) {
  .character_sec1 img {
    width: 120px;
    height: auto;
  }
}
/*
CONTENTS
========================================
*/
.content .container .body {
  position: relative;
  border: solid #fff 1px;
  padding: 50px;
  margin: 40px auto;
  text-align: left;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .content .container .body {
    padding: 20px 15px 15px 15px;
    margin: 30px -15px;
  }
}

/*
CONTENTS2
========================================
*/
.content2 .container .body {
  position: relative;
  border: solid #4169e1 2px; 
  padding: 20px; 
  margin: 40px auto;
  text-align: left;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .content2 .container .body {
    padding: 20px 15px 15px 15px;
    margin: 30px -15px;
  }
}


.content2 .container .body2 {
  position: relative;
  border: solid #4169e1 2px;
  padding: 10px; 
  margin: 40px auto;
  text-align: left;
}

@media (max-width: 767px) {
  .content2 .container .body2 {
    padding: 20px 15px 15px 15px;
    margin: 30px -15px;
  }
}


/*
slick
*/
.slick-arrow {
  background: transparent none no-repeat scroll center center;
  border: 0 none;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 100;
  text-indent: -9999px;
  overflow: hidden;
}
.slick-prev {
  background-image: url(../img/btn_prev1.png);
  left: 10px;
}
.slick-next {
  background-image: url(../img/btn_next1.png);
  right: 10px;
}
@media (max-width: 767px) {
  .slick-arrow {
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    width: 20px;
  }
  .slick-prev {
    left: 5px;
  }
  .slick-next {
    right: 5px;
  }
}

/* icon-keirinjp */
.icon-keirinjp-light {
  padding-left: 22px;
  background: url(../img/icon_keirinjp_light.png) left center no-repeat;
  line-height: 20px;
}
.icon-keirinjp-dark {
  padding-left: 22px;
  background: url(../img/icon_keirinjp_dark.png) left center no-repeat;
  line-height: 20px;
}

.font-round {
  font-family: 'rounded-mplus';
}


/*popup*/
.content-popup {
  border: 4px solid #fff;
  position: relative;
  margin:10px auto;
  width: 95%;
  max-width: 600px;
  background: #000;
  text-align:left;
  border-radius: 5px;
}

.content-popup .image{
  position: relative;
}

.content-popup .image img {
  width: 100%;
  max-width: 100%;
  height:auto;
}
.content-popup h3 {
  margin-top: 0;
  margin-bottom: 1em;
  text-align: center;
  font-family: 'rounded-mplus';
  font-size: 175%;
}
.content-popup .inner{
position: relative;
  padding: 10px 20px;
}

.btn-close {
  position:relative;
  border: 2px solid #fff;
  display: block;
  line-height: 2em;
  margin: 40px 20% 10px 20%;
  padding: 0.5em;
  text-decoration: none;
  font-weight:bold;
  text-align: center;
}
.btn-close::after {
  content: "×";
  display: block;
  float: left;
  height: 2em;
  width: 1em;
  font-weight:bold;
}
.btn-close:hover {
  top: 2px;
  text-decoration: none;
}

.btn-close:hover::after {
}

.content-popup .mfp-close {
  color: #fff;
  font-size: 300%;
}
.content-popup .mfp-close:hover {
}


/*
Button
=========================================== */
.btn-more {
  position:relative;
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  border: 2px solid #fff;
  display: block;
  line-height: 2em;
  margin: 40px 20%;
  padding: 0.5em;
  text-decoration: none;

  background: #4169e1;
  color: #fff;
font-size:110%;
  font-weight:bold;
}
.btn-more::after {
  content: "≫";
  display: block;
  float: right;
  height: 2em;
  width: 1em;
  font-weight:bold;
}
.btn-more:hover {
  top: 2px;
  text-decoration: none;
}



@media (max-width: 767px) {
  .btn-more {
    margin: 10px 10%;
  }
}
@media (max-width: 480px) {
  .btn-more::after {
    content: "";
    display: none;
  }
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}
