/*-----------------------------------------------------------------------------------
	    kokutai bootstrap
        Built with Blocs
-----------------------------------------------------------------------------------*/

input.gsc-input {
  background-image: none !important;
  text-indent: 3000px!important;
}

html {
  overflow-x: hidden;
  font-size: 16px;
}

body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 170%;
  letter-spacing: 0.08rem;
}

a, button {
  transition: background .3s ease-in-out;
  outline: none!important;
}


/* Prevent ugly blue glow on chrome and safari */

a:hover {
  text-decoration: none;
  cursor: pointer;
}

a {
  color: #034C76;
  text-decoration: underline;
}

.page-preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 100000;
  background: #FFFFFF url("../img/pageload-spinner.gif") no-repeat center center;
}


/* = Blocs
-------------------------------------------------------------- */

.bloc {
  width: 100%;
  clear: both;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.bloc .container {
  padding-left: 0;
  padding-right: 0;
}


/* Sizes */

.bloc-md {
  padding: 50px;
}

.bloc-sm {
  padding: 20px 50px;
}


/* Dark theme */

.d-bloc {
  color: rgba(255, 255, 255, .7);
}

.d-bloc button:hover {
  color: rgba(255, 255, 255, .9);
}

.d-bloc .icon-round, .d-bloc .icon-square, .d-bloc .icon-rounded, .d-bloc .icon-semi-rounded-a, .d-bloc .icon-semi-rounded-b {
  border-color: rgba(255, 255, 255, .9);
}

.d-bloc .divider-h span {
  border-color: rgba(255, 255, 255, .2);
}

.d-bloc .a-btn, .d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a {
  color: rgba(255, 255, 255, .6);
}

.d-bloc .a-btn:hover, .d-bloc .navbar a:hover, .d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover {
  color: rgba(255, 255, 255, 1);
}

.d-bloc .navbar-toggle .icon-bar {
  background: rgba(255, 255, 255, 1);
}

.d-bloc .btn-wire, .d-bloc .btn-wire:hover {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
}

.d-bloc .card {
  color: rgba(0, 0, 0, .5);
}

.d-bloc .card button:hover {
  color: rgba(0, 0, 0, .7);
}

.d-bloc .card icon {
  border-color: rgba(0, 0, 0, .7);
}

.d-bloc .card .divider-h span {
  border-color: rgba(0, 0, 0, .1);
}

.d-bloc .card .a-btn {
  color: rgba(0, 0, 0, .6);
}

.d-bloc .card .a-btn:hover {
  color: rgba(0, 0, 0, 1);
}

.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover {
  color: rgba(0, 0, 0, .7);
  border-color: rgba(0, 0, 0, .3);
}


/* Light theme */

.d-bloc .card, .l-bloc {
  color: rgba(0, 0, 0, .7);
}

.d-bloc .card button:hover, .l-bloc button:hover {
  color: rgba(0, 0, 0, .7);
}

.l-bloc .icon-round, .l-bloc .icon-square, .l-bloc .icon-rounded, .l-bloc .icon-semi-rounded-a, .l-bloc .icon-semi-rounded-b {
  border-color: rgba(0, 0, 0, .7);
}

.d-bloc .card .divider-h span, .l-bloc .divider-h span {
  border-color: rgba(0, 0, 0, .1);
}

.d-bloc .card .a-btn, .l-bloc .a-btn, .l-bloc .navbar a, .l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a {
  color: #318DC2;
}

.d-bloc .card .a-btn:hover, .l-bloc .a-btn:hover, .l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover {
  color: rgba(0, 0, 0, 1);
}

.l-bloc .navbar-toggle .icon-bar {
  color: rgba(0, 0, 0, .6);
}

.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover, .l-bloc .btn-wire {
  color: rgba(0, 0, 0, .7);
  border-color: rgba(0, 0, 0, .3);
}

.l-bloc .btn-wire:hover {
  border-color: rgba(0, 0, 0, .3);
  color: #FFFFFF;
  background-color: #0089D5!important;
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav {
  padding-left: inherit;
  padding-right: inherit;
}


/* Handle Multi Level Navigation */

.navbar-light .navbar-nav .nav-link {
  color: rgb(64, 64, 64);
}

.btco-menu li>a {
  padding: 10px 15px;
  color: #000;
}

.btco-menu .active a:focus, .btco-menu li a:focus, .navbar>.show>a:focus {
  background: transparent;
  outline: 0;
}

.dropdown-menu .show>.dropdown-toggle::after {
  transform: rotate(-90deg);
}


/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md {
  margin-top: 10px;
  margin-bottom: 20px;
}


/* = Buttons
-------------------------------------------------------------- */

.btn-d, .btn-d:hover, .btn-d:focus {
  color: #FFF;
  background: rgba(0, 0, 0, .3);
}


/* Prevent ugly blue glow on chrome and safari */

button {
  outline: none!important;
}

.btn-wire {
  background: transparent!important;
  border: 1px solid transparent;
}

.btn-wire:hover {
  background: transparent!important;
  border: 1px solid transparent;
}

.card-sq, .card-sq .card-header, .card-sq .card-footer {
  border-radius: 0;
}

.card-rd {
  border-radius: 30px;
}

.card-rd .card-header {
  border-radius: 29px 29px 0 0;
}

.card-rd .card-footer {
  border-radius: 0 0 29px 29px;
}


/* ScrollToTop button */

.scrollToTop {
  width: 110px !important;
  height: 110px!important;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  z-index: 500;
  transition: all .3s ease-in-out;
}

.scrollToTop span {
  margin-top: 6px;
}

.showScrollTop {
  font-size: 14px;
  opacity: 1;
}


/* = Custom Styling
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p, label, .btn, a {
  font-family: "Helvetica";
}

.container {
  max-width: 1000px;
}

.mbottom-20 {
  margin-bottom: 20px;
}

.img-style {
  width: 310px;
}

.page-title1 {
  background-color: rgba(0, 0, 0, 0.3);
}

.page-title1:hover {}


/* = Colour
-------------------------------------------------------------- */


/* Background colour styles */

.bgc-azure {
  background-color: #0089D5;
}


/* Bloc image backgrounds */

header {
  border-top: 5px solid #0089D5;
  position: relative;
}

.logo {
  margin-top: 40px;
  margin-bottom: 30px;
}

.logo .col-sm-12 {
  margin-bottom: 0px;
}

#nav {
  background-color: #0089D5;
  width: 100%;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-navigation {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  width: 100%;
}

#nav .col {
  margin-bottom: 0px;
}

.logo .col-sm-2, .logo .col-sm-6, .logo .col-md-4 {
  margin-bottom: 0px;
}

#nav li {
  text-align: center;
  border-left: 1px solid #FFFFFF;
}

#nav li:last-child {
  border-right: 1px solid #FFFFFF;
}

#nav a {
  color: #FFFFFF;
  vertical-align: middle;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-bottom: 2px solid #0089D5;
  text-decoration: none;
}

#nav a:hover {
  color: #FEFF00;
  border-bottom: 2px solid #FEFF00;
}


/* カウントダウンタイマ */

.cuntdown {
  margin-top: 16px;
  padding: 20px;
  background-color: #108ccf;
}

.cuntdown::before {
  content: "";
  position: absolute;
  top: -49px;
  left: 34px;
  display: block;
  width: 123px;
  height: 49px;
  background: center no-repeat url(../img/sakurajima-icon.png);
  background-size: contain;
}

.cuntdown2 {
  padding: 2.7% 0;
  background-color: #fff;
  border-radius: 30px;
}

.cuntdown2 .left-box {
  margin-bottom: 0;
  padding: 0 4%;
}

.deadline-img {
  margin-top: 15px;
}

.cuntdown2 .right-box {
  margin-bottom: 0;
  padding: 0 5.1% 0 3%;
}

.count-waku {
  position: relative;
}

.count-waku::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -40px;
  display: block;
  width: 101px;
  height: 96px;
  background: center no-repeat url(../img/guribu-icon.png);
  background-size: contain;
}

.count-waku::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -44px;
  display: block;
  width: 103px;
  height: 96px;
  background: center no-repeat url(../img/sakura-icon.png);
  background-size: contain;
}

.cuntdown .count {
  display: inline-block;
  color: #e00003;
  font-size: 24px;
  line-height: normal;
}


/* IE11 */

_:-ms-lang(x)::-ms-backdrop, .cuntdown .count {
  transform: translateY(20px);
}

.cuntdown .count span {
  display: inline-block;
  font-size: 120px;
  font-size: clamp(6.25rem, 2.112rem + 8.62vw, 7.5rem);
  font-weight: bold;
  line-height: 1;
}


/* Firefox */
/*
@-moz-document url-prefix() {
  .cuntdown .count span {
    font-size: 100px;
  }
}
*/

#top-topics dd {
  padding-bottom: 15px;
}

#top-topics dl {
  padding-top: 15px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 15px;
}

#top-topics dt {
  padding-bottom: 5px;
}

#top-topics dl {
  border-bottom: 1px solid #525252;
}

@media screen and (min-width: 768px) {
  #top-topics dl {
    border-bottom: none;
  }
  #top-topics dt {
    clear: left;
    float: left;
    width: 10rem;
  }
  #top-topics dd {
    margin-left: 10rem;
  }
}

h3, h4 {
  margin-top: 30px;
}

#top-bosyuu p {
  text-align: center;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

#kokutai .col-sm-12, #kokutai2 .col-sm-12 {
  margin-bottom: 50px;
}

#kokutai .col-sm-12 img, #kokutai2 .col-sm-12 img {
  margin-bottom: 20px;
}

h5.kyougi-midasi {
  color: #FFFFFF;
  text-align: left;
  padding-left: 15px;
  padding-top: 12px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 3px;
}

.seisiki {
  background-color: #108ccf;
}

.riha {
  background-color: #32a9ea;
}

.demo {
  background-color: #5fb2df;
}

h3 {
  color: #108ccf;
  font-weight: bold;
  font-size: 1.2rem;
  padding-left: 13px;
  border-left: 8px solid #0089D5;
  margin-bottom: 20px;
}

h4 {
  color: #108ccf;
  font-weight: bold;
  font-size: 1.1rem;
  border-bottom: solid 3px #cce4ff;
  position: relative;
  margin-bottom: 20px;
}

h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #0089D5;
  bottom: -3px;
  width: 5%;
}

ul {
  margin-left: 0px;
  padding-left: 0rem;
}

.indent {
  padding-left: 1rem;
}

.indent li {
  list-style: none;
}

#footer-menu {
  margin-top: 20px;
}

#footer-menu a {
  text-decoration: none;
}

#footer-menu li {
  list-style-type: none;
}

#footer-menu li:before {
  content: "・";
}

#footer-menu, #footer-menu a {
  color: #FFFFFF;
  letter-spacing: 0rem;
}

#footer-menu a:hover {
  text-decoration: underline;
}

#footer-menu h3 {
  font-size: 0.9rem;
  padding-left: 0px;
  color: #FFF;
  border-left: none;
  margin-bottom: 5px;
}

#footer-menu li {
  font-size: 0.8rem;
}

.foot-logo {
  text-align: center;
}

.foot-logo h2 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 160%;
}

.maruc {
  color: #108ccf;
  border-top: 2px solid #108ccf;
  text-align: center;
}

.sen1 {
  margin-top: 1rem;
  margin-bottom: 3rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

.space15 {
  display: block;
  height: 15px;
}

.pc {
  display: block;
}

.moba {
  display: none;
}

.rer {
  position: relative
}


/*ページャー*/


/* 共通 */

.pagination {
  text-align: center;
  width: 100%;
  display: block
}

.pagination a {
  background: #f6f6f6;
  color: #034C76;
  text-decoration: none
}


/* スマホ　*/

@media only screen and (max-width: 667px) {
  .pagination .inner {
    width: 90%;
    margin: 0 5%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 46px
  }
  .pagination .page-of {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    position: absolute;
    left: 37%;
    width: 26%;
    font-weight: bold;
    color: #f6f6f6;
    background: #034C76;
    height: 46px;
    line-height: 46px;
    /*font-size: 1rem*/
    font-size: 11px;
  }
  .pagination .m-prev {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    width: 15%;
    position: absolute;
    left: 0%
  }
  .pagination .pn-prev {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 22%;
    position: absolute;
    left: 15%
  }
  .pagination .pn-next {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 22%;
    position: absolute;
    left: 63%
  }
  .pagination .m-next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    width: 15%;
    position: absolute;
    left: 85%
  }
  .pagination .current, .pagination .pn-numbers {
    display: none
  }
  .pagination a {
    line-height: 46px;
    height: 46px;
    font-weight: bold;
    /*font-size: 1.3rem*/
  }
}


/* PC */

@media only screen and (min-width: 668px) {
  .pagination .page-of {
    display: block;
    width: 100%;
    font-size: 108%;
    color: #034C76;
    text-align: center;
    margin-bottom: 2em
  }
  .pagination a, .pagination .current {
    display: inline-block;
    padding: 0 1.5em;
    font-size: 116%;
    font-weight: bold;
    line-height: 50px;
    height: 50px
  }
  .pagination .current {
    background: #034C76;
    color: #fff
  }
  .pagination a:hover {
    background: #034C76;
    color: #fff
  }
}


/*ぱんくず*/

#pankuzu {
  border-bottom: 1px solid #CECECE;
  font-size: 0.8rem;
}

#pankuzu p, #pankuzu .col {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}


/*画像横並び*/

.syde_by_syde {
  width: 32.3333%;
  /* 幅指定 */
  display: inline-block;
  /* インラインブロック要素にする */
  vertical-align: top;
  /* 要素を上揃えにする */
  margin-bottom: 10px;
  /* 要素同士の隙間調整 */
  padding: 10px;
  /* 余白指定 */
  box-sizing: border-box;
  /* 崩れ防止 */
}

.page-title1 {
  margin-bottom: 40px;
  margin-top: 30px;
}

.page-title1 h2 {
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: bold;
}

.page-title1 h2, .page-title1 .col {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

a.btn {
  max-width: 300px;
  min-width: 0px;
  width: 100%;
  font-size: 0.9rem;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}

a img {
  opacity: 1;
}

a:hover img {
  opacity: 0.6;
}

.pad1 {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}

.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display: block;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}

.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}

.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}

.search-form .form-group:hover, .search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}

.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: 3px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}


/* = 表
-------------------------------------------------------------- */

.tbls1 {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.tbls1 p {
  font-size: 16px;
  font-weight: bold;
  margin: 60px auto 40px;
}

.tbls1 table {
  margin: 20px auto;
}

.tbls1 th {
  background-color: #56AAEA;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  width: %;
}

.tbls1 td {
  border: solid 1px #ccc;
  padding: 10px;
  width: %;
}

.tbls {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.tbls p {
  font-size: 16px;
  font-weight: bold;
  margin: 60px auto 40px;
}

.tbls table {
  margin: 20px auto;
}

.tbls th {
  background-color: #56AAEA;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  width: 23%;
}

.tbls td {
  border: solid 1px #ccc;
  padding: 10px;
  width: 77%;
}

.tbls2 {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.tbls2 table {
  margin: 20px auto;
}

.tbls2 th {
  background-color: #56AAEA;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  width: %;
}

.tbls2 td {
  border: solid 1px #ccc;
}

.tbls2_th {
  background-color: #DAF9D8;
  border: solid 1px #ccc;
  color: ;
  padding: 10px;
  width: %;
}

.tbls2_th2 {
  background-color: #FBEFF4;
  border: solid 1px #ccc;
  color: ;
  padding: 10px;
  width: %;
}

.tbls2_th3 {
  background-color: #E6F1FB;
  border: solid 1px #ccc;
  color: ;
  padding: 10px;
  width: %;
}

.tbls2_td {
  border: solid 1px #ccc;
  padding: 10px;
  width: %;
}

.tbls3_th {
  background-color: #E6F1FB;
  border: solid 1px #ccc;
  color: ;
  padding: 10px;
  width: %;
}

@media screen and (max-width: 1024px) {
  .last td:last-child {
    border: solid 1px #ccc;
    width: 100%;
  }
  .tbls th, .tbls td {
    border: solid 1px #ccc;
    display: block;
    width: 100%;
  }
  .tbls1_td1 {
    border: solid 1px #ccc;
    padding: 10px;
    width: 30%;
  }
}


/* = Mobile adjustments
-------------------------------------------------------------- */

@media (max-width: 1024px) {
  .bloc {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .b-parallax {
    background-attachment: scroll;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .b-parallax {
    background-attachment: scroll;
  }
}

@media (max-width: 991px) {
  .container {
    width: 100%;
  }
  .b-parallax {
    background-attachment: scroll;
  }
  .page-container, #hero-bloc {
    overflow-x: hidden;
    position: relative;
  }
  /* Prevent unwanted side scroll on mobile */
  .bloc {
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
  }
  /* iPhone X Notch Support*/
  .bloc-group, .bloc-group .bloc {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .page-container {
    overflow-x: hidden;
    position: relative;
  }
  .b-parallax {
    background-attachment: scroll;
  }
  .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container {
    padding-left: 0;
    padding-right: 0;
  }
  .a-block {
    padding: 0 10px;
  }
  .btn-dwn {
    display: none;
  }
  .voffset {
    margin-top: 5px;
  }
  .voffset-md {
    margin-top: 20px;
  }
  .voffset-lg {
    margin-top: 30px;
  }
  form {
    padding: 5px;
  }
  .close-lightbox {
    display: inline-block;
  }
  .blocsapp-device-iphone5 {
    background-size: 216px 425px;
    padding-top: 60px;
    width: 216px;
    height: 425px;
  }
  .blocsapp-device-iphone5 img {
    width: 180px;
    height: 320px;
  }
  h3 {
    color: #108ccf;
    font-weight: bold;
    font-size: 1.1rem;
    padding-left: 13px;
    border-left: 8px solid #0089D5;
  }
  a.btn {
    max-width: 1000px;
  }
  /* カウントダウンタイマ */
  #bloc-3 {
    padding-right: 0;
    padding-left: 0;
  }
  #bloc-3 .bloc-md {
    margin-top: 30.4vw;
    padding-top: 0;
  }
  #bloc-3 .bloc-md::before {
    content: "";
    position: absolute;
    top: -18.5vw;
    left: 9.9vw;
    display: block;
    width: 27vw;
    height: 25.6vw;
    background: center no-repeat url(../img/guribu-icon.png);
    background-size: contain;
    z-index: 1;
  }
  #bloc-3 .bloc-md::after {
    content: "";
    position: absolute;
    top: -18.1vw;
    right: 9vw;
    display: block;
    width: 27.5vw;
    height: 25.6vw;
    background: center no-repeat url(../img/sakura-icon.png);
    background-size: contain;
  }
  .cuntdown {
    margin-top: 0;
    padding: 30px 20px;
  }
  .cuntdown::before {
    top: -10.7vw;
    left: 50%;
    width: 26.7vw;
    height: 10.7vw;
    transform: translateX(-50%);
  }
  .cuntdown2 {
    padding: 6.5vw 0;
  }
  .cuntdown2 .left-box, .cuntdown2 .right-box {
    padding: 0 3.9vw;
  }
  .deadline-img {
    margin-top: 3.5vw;
  }
  .count-waku {
    margin-top: 5.2vw;
    margin-bottom: 5.2vw;
  }
  .count-waku::before, .count-waku::after {
    content: none;
  }
  .cuntdown .count {
    font-size: 5.2vw;
  }
  .cuntdown .count span {
    font-size: 26.1vw;
  }
  #footer-menu h3 {
    font-size: 1rem;
    padding-left: 0px;
    color: #FFF;
    border-left: none;
    margin-bottom: 5px;
  }
  #footer-menu li {
    font-size: 0.9rem;
  }
  .pc {
    display: none;
  }
  .moba {
    display: block;
  }
  .scrollToTop {
    width: 90px!important;
    height: 90px!important;
    bottom: 10px;
    right: 10px;
  }
  .logo {
    z-index: 1000
  }
  #nav {
    background-color: #FFF;
    margin-top: -27px;
    margin-bottom: 30px;
  }
  .site-navigation {
    background-color: #0089D5;
    margin-top: 30px;
  }
  #nav li {
    border-bottom: 1px dotted #C0C0C0;
  }
  #nav li:last-child {
    border-right: 1px none #FFFFFF;
  }
  #nav a {
    vertical-align: middle;
    height: 100%;
  }
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #nav .no-pad {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .logo {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .logo2, #nav-toggle {
    z-index: 10000;
  }
  .logo .col-sm-2 {
    width: 30%;
  }
  .logo .col-sm-6 {
    width: 57%;
  }
  .navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #bloc-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

div.breadcrumbs {
  border-bottom: 1px solid #CECECE;
  font-size: 0.8rem;
}


/* = txt-deco
-------------------------------------------------------------- */

.p_aboutttl {
  margin-bottom: 30px;
}

.txt_outline {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #0089D5;
  background: #FFF;
  border: solid 1px #0089D5;
  border-radius: 5px;
  width: 14%;
}

.txt_outline p {
  margin: 0;
  padding-top: 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .txt_outline {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #0089D5;
    background: #FFF;
    border: solid 1px #0089D5;
    border-radius: 5px;
    width: 100%;
  }
  .txt_outline p {
    margin: 0;
    padding: 0;
  }
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_under {
  background-position: 50%;
  background-color: #F8FDBA;
}

.txt_back {
  display: inline-block;
  padding: 0.3em 1em;
  margin: 0.5em 0;
  color: #2c2c2f;
  background-color: #F8D669;
}

.txt_back p {
  margin: 0;
  padding: 0;
}

.bold {
  font-weight: bold
}


/* = img-deco
-------------------------------------------------------------- */

.img_100 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.img_70 {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.img_60 {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.img_50 {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.img_20 {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.img_center {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  width: px;
  height: px;
}

@media (max-width: 1024px) {
  .img_70 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .img_60 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .img_50 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .img_20 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}


/*-----------------------------
ギャラリー
------------------------------*/

.gallery {
  /** ギャラリーを囲むボックス **/
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}


/** 自動で挿入される clearfix の余白解除 **/

.gallery-item {
  /** 画像共通のスタイル **/
  float: left;
  margin-bottom: 0 !important;
}

.gallery-icon {
  /** 画像を囲む dt のスタイル **/
  text-align: center;
}

.gallery-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 10px !important;
}

.gallery-caption {
  /** キャプション **/
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  /** カラムなし **/
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  /** 2カラム **/
  width: 48%;
  margin: 0 1%;
}

.gallery-columns-3 .gallery-item {
  /** 3カラム **/
  width: 31.33333%;
  margin: 0 1%;
}

.gallery-columns-4 .gallery-item {
  /** 4カラム **/
  width: 23%;
  margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
  /** 5カラム **/
  width: 18%;
  margin: 0 1%;
}

@media screen and (max-width: 640px) {
  /* 640px以下用の記述 */
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}

/*-----------------------------
カウントダウン改修（2023.4追記）
------------------------------*/
.cp-item {
  margin-bottom: 10px;
  padding: 4px;
  border: 1px solid #ddd;
}

.cp-item-inner {
  margin: 0;
}

.cp-thumb {
  display: block;
  padding-top: 75%;
  position: relative;
}

.cp-thumb img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}

.cp-caption {
  display: block;
  padding: 10px 5px 6px;
  color: #222;
  font-size: 15px;
  line-height: 1.75;
}

/** トップページ用 **/
.count-titile,
.count-schedule {
  margin-bottom: 24px;
}

.cuntdown .count.in {
  font-size: clamp(4.625rem, 3.135rem + 3.11vw, 5rem);
}

.cuntdown .count.inbaseball {
  font-size: clamp(2.125rem, -0.856rem + 6.22vw, 2.875rem);
}

.countdowntext {
  margin-top: 5px;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.5;
}

.countdowntext + .text-center {
  margin-bottom: 1em;
}

.countdownph-container .carousel-indicators {
  bottom: 56px;
}

/** アーカイブページ用 **/
.post-type-archive-countdownph .countdownph-container,
.post-type-archive-photoalbum .photoalbum-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post-type-archive-countdownph .cp-item,
.post-type-archive-photoalbum .cp-item {
  width: 24%;
}

@media screen and (max-width: 767px) {
  .cp-caption {
    font-size: 13px;
  }/** トップページ用 **/
  .count-titile {
    margin-bottom: 12px;
  }
  .count-schedule {
    margin-bottom: 20px;
  }
  .cuntdown .count.in {
    font-size: 15vw;
  }
  .cuntdown .count.inbaseball {
    font-size: 10vw;
  }
  /** アーカイブページ用 **/
  .post-type-archive-countdownph .cp-item,
  .post-type-archive-photoalbum .cp-item {
    width: 49%;
  }
}
