@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
nav.drawer-nav {
  overflow: auto;
 -webkit-overflow-scrolling: touch;
}

.hidden-xs {
    display: block;
  }
  .visible-xs {
    display: none;
  }

ul.nav li.nav-item a span,
ul.nav li.nav-item a i{
  color:#ccc !important
}

ul.nav li.nav-item a.nav-link.active span,
ul.nav li.nav-item a.nav-link.active i{
  color:#000 !important
}

.nav-tabs {
  margin-bottom: 10px;
}

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

.detail_in_img {
  width: 100%;
}
#detail_in img,
.detail_in_img img {
  width: 100%;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.downloadlink {
    display: block;
    width: 100%;
    height: 100%;
    top: 17px;
    position: relative;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn {
    word-wrap: break-word;
}

.discoImg {
  width: 100%;
}
.discoImg img {
  width: 100%;
}
.ulizahtml5 {
    width: 100% !important;
}
a {
    word-break: break-word;
}


.photo_list{
    width:100%;
    /*height:500px;*/
    background:#fff;
    /*opacity:0.6;*/
}

.photo_list li{
    display:block;
    float:left;
    margin-bottom: 30px;
    background-color:#eee;
    box-sizing: border-box;
    text-align:center;
    /*margin-right:2%;*/
}

#photo_list2 li:nth-child(3n+2) {
    margin: 0 70px 30px;
}

.photo_list {
    display: -webkit-inline-flex;
   display: inline-flex;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: space-between;
}

.photo_list li p.liClass_photo {
    width: 200px;
    height: 200px;
    overflow: hidden;
  position: relative;
}

.photo_list li p.liClass_photo img{
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
           -ms-transform: translate(-50%, -50%);
          transform: translate3d(-50%, -50%, 0);
}
/*list*/

.photo_list li p.liClass_photo2 {
    width: 300px;
    height: 300px;
    overflow: hidden;
  position: relative;
  padding-top: 20px;
  box-sizing: border-box;
}

.photo_list li p.liClass_photo2 img{
  /*position: absolute;*/
  width: 280px !important;
  height: auto;
  /*left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
           -ms-transform: translate(-50%, -50%);
          transform: translate3d(-50%, -50%, 0);*/
}
.photo_list li p.liClass_photo img.pre_ribbon {
    position: absolute;
    top: 30px;
    left: initial;
    right: -30px;
    width: 30% !important;
    height: 30% !important;
    text-align: right;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 468px){
  .photo_list li p.liClass_photo img.pre_ribbon {
    position: absolute;
    top: 9vw;
    left: initial;
    right: -2.4rem;
    width: 72px !important;
    height: 72px !important;
    text-align: right;
    margin: 0;
    padding: 0;
  }
}

.id {
    height: 263px;
    text-align: center;
    background-image: url(/images/id.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #aba9a2;
    position: relative;
}
.id li:first-child {
    /*padding: 118px 0 0px;*/
}
.id li{
    list-style-type: none;
    bottom: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    padding-bottom: 64px;
    font-size: 14px;
}
@media (max-width: 767.98px) {
  .id li{
    padding-bottom: 82px;
    font-size: 12px;
  }
}


.id2 {
    height: 263px;
    text-align: center;
    background-image: url(/images/id.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #8b877a;
    position: relative;
}
.id2 li:first-child {
    /*padding: 118px 0 0px;*/
}
.id2 li{
    list-style-type: none;
    bottom: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    padding-bottom: 64px;
    font-size: 14px;
}

@media (max-width: 767.98px) {
  .id2 li{
    padding-bottom: 82px;
    font-size: 12px;
  }
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.cp_tl {
  color:#a38d27;
}
.table-bordered, .table-bordered td, .table-bordered th {
  font-weight: initial;
}

.t-blk {
  color:#000000 !important;
}

.imgsize {
  width: 50%;
  margin:0 auto;
}
.imgsize img {
  width: 100%
}




.thisPage {
    font-weight: bold;
    /* text-decoration: underline; */
    color: #fff;
    background-color: #e43542 !important;
    padding: 6px 10px;
    border-radius: unset;
}

.footerLinkA{
    text-decoration: underline;
    padding: 6px 10px;
    border-radius: unset;
}








@media only screen and (max-width: 468px){
    .hidden-xs {
    display: none !important;
    }
    .visible-xs {
        display: block !important;
    }

    .photo_list li p.liClass_photo {
        /* width: 100vh; */
        width:calc(100vw - 4rem);
        height: 200px;
        overflow: hidden;
      position: relative;
    }

    .photo_list li p.liClass_photo img{
      position: absolute;
      width: 100%;
      height: auto;
      left: 50%;
      top: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
         -moz-transform: translate3d(-50%, -50%, 0);
               -ms-transform: translate(-50%, -50%);
              transform: translate3d(-50%, -50%, 0);
    }
    .imgsize {
      width: 80%
      margin:0 auto;
    }
    .imgsize img {
      width: 100%
    }
}

@media (max-width: 767.98px) {
  section.container {
    padding-bottom: 1rem;
  }
}

.box6 {
    padding: 1.5em 1em;
    margin: 1em 0;
    background: #fcf4f7;
    border: dashed 2px #ff0000;/*�_��*/
}
.box6 p {
    margin: 0;
    padding: 0;
}

.box7 {
    margin: 2em 0;
    background: #e6e6e6;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
}
.box7 .box-title {
    font-size: 1.2em;
    background: #000;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box7 p {
    padding: 15px 20px;
    margin: 0;
}




/* chatplus */
.chatplus_block {
  padding: 2rem 0;
}

.chatplus_block .chatplus_item {}

.chatplus_block .chatplus_header {
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.chatplus_block .chatplus_lead {
  font-size: 1rem;
}

.chatplus_block .chatplus_button {
  text-align: center;
}

.chatplus_block .chatplus_button img {
  max-width: 70%;
  height: auto;
}


.badge-new {
  border-radius: 0;
  padding: 2px 10px 2px;
  background-color: #c70012;
  color: #fff;
  font-size: 12px;
  display: inline-block;
}
.badge-danger{
  background-color: #c70012;
}

.ak-sns-sharelink{
  background-color: #eee;
  text-align: center;
  padding:1rem;
  margin:1.5rem 0;
}
.ak-sns-sharelink .ak-sns-sharelink-text {
  margin: 0 0 1rem 0;
  font-size: 1rem;
  text-align: center;
}
.ak-sns-list{
  margin: 0;
  padding: 0;
}
.ak-sns-item{
  display: inline-block;
  margin:0 10px;
}
.ak-sns-item img{
  width:40px;
  height: auto;
}

.ak-detail-date{
  border-radius:0;
}
.ak-detail-date{
  border-radius:0;
}
.ak-detail-title-min h1{
  font-size:1.2rem;
}

.ak-news-content ul li .ak-title-min{
  font-size:0.9rem;
  line-height: 1.3;
}
.ak-news-content ul li{
  margin-bottom:1.5rem;
}


.photo_list li.icon_new p{
  position: relative;
}
.photo_list li.icon_new p::before{
  content: "NEW";
  position: absolute;
  top: 9px;
  left: -43px;
  font-size: 0.7rem;
  z-index: 20;
  color: #fff;
  background-color: #c70012;
  padding: 0.1rem 3rem;
  transform: rotate(-45deg);
}

.ak-top-news .ak-news-content ul li{
  margin-bottom:0.8rem;
}
.ak-top-news .ak-news-content ul li .ak-title{
  font-size:0.8rem;
}

.icon_new_wp_sp span{
  position: relative;
  z-index: -1;
  display: inline-block;
  overflow: hidden;
}
.icon_new_wp_sp span:before{
  content: "NEW";
  position: absolute;
  top: 9px;
  left: -43px;
  font-size: 0.7rem;
  z-index: 20;
  color: #fff;
  background-color: #c70012;
  padding: 0.1rem 3rem;
  transform: rotate(-45deg);
}



.ak-movie{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.ak-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ak-fixed-button__logo{
  display: none;
}
footer .ak-funclub .ak-logined-button{
  display: flex;
  align-items: center;
}
@media (min-width: 767.98px) {
  .ak-login-button--l{
    flex:1;
  }
  .ak-login-button--r{
    flex:1;
  }
}
/* footer .ak-funclub .ak-login-button li{
  float:none;
  flex: 1;
} */

@media (max-width: 767.98px) {


  footer .ak-funclub .ak-logined-button li:first-child{
    width: 50%;
    white-space: nowrap;
    /* height:3rem; */
    /* display: table-cell; */
    float: none;
  }
  footer .ak-funclub .ak-logined-button li:last-child{
    width: 50%;
    /* height:3rem; */
    /* display: table-cell; */
    float: none;
  }
  footer .ak-funclub .ak-logined-button li a{
    padding:0rem 0.5rem;
    font-size:12px;
    height: 100%;
    white-space: normal;
    height: 3rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    /* display: table-cell; */
    /* vertical-align: middle; */
  }
  footer .ak-funclub .ak-logined-button li a span{
    /* display: block; */
  }


  footer .ak-funclub .ak-fixed-button{
    position: fixed;
    z-index: 200;
    width: 100%;
    left:0;
    bottom:0;
  }
  footer .ak-funclub .ak-fixed-button li:first-child{
    border-right: none;
  }
  footer .ak-funclub .ak-login-button--l{
    /* border-right: 2px solid #630009; */
    border-right: 2px solid transparent;
  }

  footer .ak-funclub .ak-fixed-button li{
    font-family: 'Oswald', sans-serif;
  }
  footer .ak-funclub .ak-fixed-button li a{
    padding:0.5rem 0.5rem;
  }
  footer .ak-funclub .ak-fixed-button .ak-fixed-button__logo{
    /* position: fixed; */
    display: block;
    width:100%;
    text-align: center;
    /* bottom:3rem; */
    padding:2px;
    background-color: rgba(255,255,255,0.9);
    border-right: none;
  }
  footer .ak-funclub .ak-fixed-button .ak-fixed-button__logo a.anchor{
    display: inline-block;
    background-color: transparent;
    padding:0;
  }
  footer .ak-funclub .ak-fixed-button .ak-fixed-button__logo img{
    width: 70% !important;
  }

  footer .ak-funclub .ak-login-button li{
    font-family: 'Oswald', sans-serif;
  }

}


.sp{
  display: block;
}
.pc{
  display: none;
}
@media (min-width: 767.98px) {
  .sp{
    display: none;
  }
  .pc{
    display: block;
  }
}