@charset "utf-8";
/*全てのページ装飾*/
/*アカウント設定ページ*/
.members-add select {
  width: 100%;
  border-radius: 3px;
  color: #333;
  padding: 5px;
}
.page-heading .heading-content h1 {
  margin-top: 100px;
  padding: 10px 30px;
}
.members-add .btn {
  background-color: #009200;
}

/*モーダルバックグラウンド*/
.modal .modal-dialog {
  background-color: white;
}

/*トースト*/
.toast{
  position: fixed;
  top: 50%;
  display: inline-block;
  background: rgba(104, 223, 100, 0.6);
  color: #fff;
  border-radius: 15px;
  padding: 15px 30px;
  border: none;
  z-index: 1000;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  font-size: 18px;
}

.toast-fail{
  position: fixed;
  top: 50%;
  display: inline-block;
  background: rgba(240, 88, 176, 0.6);
  color: #fff;
  border-radius: 15px;
  padding: 15px 30px;
  border: none;
  z-index: 1000;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  font-size: 18px;
}

/*Uploadページ*/
.dz-size span,
.dz-filename span {
  color: #333!important;
}
.media_modal_set video,
.media_modal_set img {
  width: 100%;
}

/*top背景変更*/
.full-screen-portfolio .container-fluid, .full-screen-portfolio .col-md-4, .col-md-8 {
  background: #6f6f6f99;
}
/*topフォトギャラリー修正*/
.lb-data .lb-caption {
  font-size: 31px;
  line-height: 0.3em;
}
.lb-data .lb-number {
  margin-top: -36px;
  padding-bottom: 0.2em;
}
.lb-data .lb-details {
  width: 90%;
  line-height: 49px;
}
/*TOP もっと見るボタン装飾*/
#portfolio .next-motto {
  padding:15px;
  background-color: black;
}
#portfolio .next-motto button {
  display: block;
  width: 30%;
  margin: 0 auto;
  line-height: 40px;
  border-radius: 5px;
}

/* #nowLoading
--------------------------- */
#nowLoading {
  padding: 5px 0;
  width: 100%;
  text-align: center;
}

/* #btnMore
--------------------------- */
#btnMore {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  border: #000 1px solid;
  cursor: pointer;
}



/*基本と主な共通部分は省略*/
.tag {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
}
.serch-button .btn,
.serch-button a.btn,
.serch-button button.btn,
.tag .btn,
.tag a.btn,
.tag button.btn {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.tag a.btn-flat {
  overflow: hidden;

  /*padding: 1.5rem 6rem;*/

  color: #fff;
  border-radius: 0;
  background: #000000c7;
}

.tag a.btn-flat span {
  position: relative;
}

.tag a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 200px;
  height: 480%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(-18deg);
  transform: translateX(-98%) translateY(-25%) rotate(-18deg);

  background: #00b7ee;
}

.tag a.btn-flat:hover:before {
  -webkit-transform: translateX(-5%) translateY(-25%) rotate(0deg);
  transform: translateX(-5%) translateY(-25%) rotate(0deg);
}
.tag a.btn-flat:not(:first-child){
  margin-left: 5px;
}

/*検索ボックス*/
.serch-box {
  border:1px solid rgb(255, 255, 255);
  padding-bottom: 10px;
}
.serch-box .serch-box__title {
  padding: 5px;
  border-bottom:1px solid rgb(255, 255, 255);
}
.serch-box .serch-box__midasi {
  color: #fff;
}
/*サーチボタン*/
.serch-button a.btn-flat {
  overflow: hidden;

  padding: 1.5rem 6rem;

  color: #fff;
  border-radius: 0;
  background: #000;
}
.serch-button {
  text-align: center;
}
.serch-button a.btn-flat:hover {
  color: #000;
}
.serch-button a.btn-flat span {
  position: relative;
  z-index: 1;
}

.serch-button a.btn-flat:before {
  position: absolute;
  top: 0;
  left: calc(-150% + 50px);

  width: 350px;
  height: 500%;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(45deg) translateX(0) translateY(0);
  transform: rotate(45deg) translateX(0) translateY(0);

  background: #fff100;
}

.serch-button a.btn-flat:after {
  position: absolute;
  top: -400%;
  right: calc(-150% + 50px);

  width: 350px;
  height: 500%;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(45deg) translateX(0) translateY(0);
  transform: rotate(45deg) translateX(0) translateY(0);

  background: #fff100;
}

.serch-button a.btn-flat:hover:before {
  -webkit-transform: rotate(45deg) translateX(0) translateY(-50%);
  transform: rotate(45deg) translateX(0) translateY(-50%);
}

.serch-button a.btn-flat:hover:after {
  -webkit-transform: rotate(45deg) translateX(0) translateY(50%);
  transform: rotate(45deg) translateX(0) translateY(50%);
}

input[type=date],
input[type=search] {
  line-height: 19px;
  width: 100%;
}

/*form checkbox装飾*/
.m-form-checkbox label:not(:first-child){
  margin-left: 5px;
}

.m-form-checkbox input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.m-form-checkbox-name {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #666;
  position: relative;
}

.m-form-checkbox-name:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #7b7b7b;
  border-radius: 3px;
  margin-right: 6px;
  flex-shrink: 0;
}

.m-form-checkbox input:checked + .m-form-checkbox-name:before {
  border: 1px solid rgb(255, 241, 0);
  background-color: rgb(255, 241, 0);
}

.m-form-checkbox input:checked + .m-form-checkbox-name:after {
  content: "";
  position: absolute;
  border: solid rgb(0, 0, 0);
  border-width: 0 2px 2px 0;
  left: 0.3em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.4em;
  height: 0.6em;
  transform: translateY(-2px) rotate(45deg);
}

.m-form-checkbox input:checked + .m-form-checkbox-name {
  color: rgb(255, 241, 0);
}

.m-form-checkbox input:focus-visible + .m-form-checkbox-name .m-form-checkbox-text {
  background: linear-gradient(transparent 90%, rgba(224, 221, 32, 0.3) 90%);
}

.m-form-checkbox input.focus-visible + .m-form-checkbox-name .m-form-checkbox-text {
  background: linear-gradient(transparent 90%, rgba(224, 221, 32, 0.3) 90%);
}

.px-0 {
  padding: 0;
}
.mg-b-5 {
  margin-bottom: 5px;
}

@media screen and (max-width:767px){/*736pxまで適用*/
/*ナビゲーション*/
  nav {
    height: 52px;
  }
  nav .logo a {
    line-height: 52px;
  }
  /*メニューバー修正*/
  .menu-icon {
    width: 35px;
    height: 32px;
    margin: 10px 30px 0 auto;
  }
  .menu-icon span {
    height: 2px;
    width: 23px;
    top: 48%;
  }
  .menu-icon span:before {
    left: 0;
    top: -7px;
    width: 23px;
  }
  .menu-icon span:after {
    left: 0;
    top: 7px;
    width: 23px;
  }
  
  /*モーダル*/
  .modal-content {
    padding-bottom: 0px;
  }

  /*ページャースマホ装飾*/
  .blog-entries .page-number li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  /*topフォトギャラリー修正*/
  .lb-data .lb-caption {
    /*display: none!important;*/
    font-size: 13px!important;
    line-height: 1em!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 85%;
    display: block;
  }
  .lb-data .lb-number {
    margin-top: -11px!important;
  }
  /*TOP もっと見るボタン装飾*/
  #portfolio .next-motto {
    padding:5px;
  }
  #portfolio .next-motto button {
    width:100%;
    line-height: 30px;
  }
  .m-form-checkbox label:not(:first-child){
    margin-left: 0;
  }
  .f-size13 {
    font-size:13px;
  }
}
@media screen and (min-width:768px){/*737pxから適用*/
  /*アカウント設定ページ*/
  .more-about-us .content {
    padding: 54px 54px;
  }
  /*topフォトギャラリー修正*/
  .lb-data .lb-caption {
    /*display: none!important;*/
    font-size: 18px!important;
    line-height: 1em!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 85%;
    display: block;
  }
  .lb-data .lb-number {
    margin-top: -11px!important;
  }
  /*TOP もっと見るボタン装飾*/
  #portfolio .next-motto button {
    width: 30%;
  }
}

