/**
* Template Name: Stanley
* Template URL: https://templatemag.com/stanley-bootstrap-freelancer-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/


body {
  /*background-color: #ffffff; */
  background-color: #F2F2F2;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #333;
}

h1 {
  font-size: 35px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Paragraph & Typographic */

p {
  line-height: 28px;
  margin-bottom: 0px;
  font-size: 16px;
}

.centered {
  text-align: center;
}

/* Links */

a {
  color: #1abc9c;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.navbar {
  text-transform: uppercase;
  margin-bottom: 0px;
}

.navbar-inverse {
  padding: 16px 0;
  margin-bottom : 64px;
}

@media (max-width: 768px ) {
  .navbar-inverse {
    padding: 15px 0;
  }
}
.navbar-inverse {
  background-color:  #F2F2F2;
  /*border-color: #16a085;*/
  border-color: #F9F5F1;
  filter: drop-shadow(0px 0px 120px rgba(176,176,176,0.5));
}

.navbar-inverse .navbar-nav>li>a {
  /*color: white;*/
  color: #897E7C;
}

.navbar-inverse .navbar-nav>li>a:hover {
  color: #222222;
}

.navbar-brand {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
}

.navbar-inverse .navbar-brand {
  /*color: white; */
  color: #ACACAD;
}

.navbar-inverse .navbar-toggle {
  border-color: transparent;
}

.progress-bar-theme {
  background-color: #1abc9c;
}

/* Helpers */

.mt {
  /*margin-top: 40px; */
  /*margin-bottom: 40px; */
}

.pt {
  padding-top: 0px;
  padding-bottom: 100px;
}

/* +++++ WRAP SECTIONS +++++ */

#ww {
/*  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f2f2f2;
  */
}

#footer {
  background-color: #2f2f2f;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footer p {
  color: white;
}

#footer h4 {
  color: white;
  text-transform: uppercase;
  padding-bottom: 20px;
}

/* +++++ Color Wraps / Blog Page +++++ */

#grey {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}

#white {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

/* Blog Date*/

bd {
  font-size: 12px;
  text-transform: uppercase;
  color: #d2d2d2;
  font-weight: 700;
}

/* Blog Author*/

ba {
  font-size: 12px;
  text-transform: uppercase;
}

/* Blog Quote */

.bq {
  font-size: 22px;
  padding-top: 30px;
}

/* Blog Tags */

bt {
  font-size: 12px;
}

/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */

/* Effects also are controled by hover.zoom.js */

.zoom {
  display: block;
  position: relative;
  overflow: hidden;
  background: transparent url(../img/loader.gif) no-repeat center;
}

.zoomOverlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background-image: url(../img/zoom.png);
  background-repeat: no-repeat;
  background-position: center;
}

.zoom2 {
  opacity: 1;
}

.zoom2:hover {
  opacity: 0.5;
}

/* glyphicon Configuration */

.glyphicon {
  font-size: 40px;
  color: #1abc9c;
}

/* Contact Form */

#contact {
  padding: 40px 0;
}

.contact-form {}

.contact-form label {
  color: #999;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button {
  background: #1abc9c;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #1de0ba;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* Copyrights */

#copyrights {
  background: #222222;
  padding: 20px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
}

#copyrights a {
  color: #1abc9c;
}

.credits {
  color: #999;
}

/* 追加 */


.img-responsive{
  border-radius: 8px;
  filter: drop-shadow(0px 0px 50px rgba(160,144,144,0.24));
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/2;
}



.img-icon{
  width : 26px;
}

/*
@media (min-width : 768px){
  .navbar-nav>li>a{
  padding-top : 15px;
  padding-bottom : 0px;
  }
}

*/

.container {
  position : relative;
}

@media (min-width : 768px){
  .navbar-brand{
    position : absolute;
    top : 5px;
  }
  .li__text {
    position : absolute;
    top : 5px;
  }

}
h2{
  margin-top:0px;
}
.Block {
  margin-bottom: 56px;
}

.ImageBlock{
  margin-bottom: 40px;
}

.ImageBlock__title{
  font-weight : bold;
  color : #ACACAD;
  font-size : 16px;
}

.ImageBlock__lock{
  width : 16px;
  height : 16px;
  vertical-align: middle;
  /*margin : 0 0 3px 2px;*/
  margin : 0 4px 3px 0;
}

.ImageBlock__sub{
  font-weight : normal;
  color : #4A4A4A;
  font-size : 8px;
  line-height: 16px;
}


.TextBlock{
  margin-bottom : 80px;
}

.TextBlock__title{
  color : #ACACAD;
  margin-bottom : 24px;
  font-weight: normal;
  font-size : 26px;
}
.TextBlock__sub{
  color : #4A4A4A;
  font-size : 14px;
  margin-bottom : 24px;

}
.TextBlock__caption{
  color : #4A4A4A;
  font-size : 20px;
  margin-bottom : 16px;
}
.TextBlock__text{
  color : #4A4A4A;
  margin-bottom : 40px;
}

.WhiteBlock{
  background-color: #ffffff;
  padding : 16px;
  margin-bottom : 40px;
}
.WhiteBlock__title{
  font-size : 16px;
  color : #ACACAD;
}

.WhiteBlock__text{
  font-size : 14px;
  color : #4A4A4A;
  line-height: 24px;
  margin-bottom : 24px;
}
.WhiteBlock__text:last-child{
  margin-bottom : 0px;

}

.LineBlock{
  padding-left : 16px;
  font-size : 14px;
  color : #4A4A4A;
  margin-bottom : 40px;
  border-left: thick solid #ACACAD;
}

.LineBlock__row {
  margin-bottom : 4px;
}

.LineBlock__year {
  float : left;
  width : 100px;
}
.LineBlock__text {
  float : left;
  width : 65%;
  margin-left : 10px;
}
.LineBlock__text--weak {
  font-size : 14px;
  color : #ACACAD;

}



.Image{
  width : 100%;
  border-radius: 8px;
  margin-bottom: 40px;
}


.Movie{
  position : relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom : 40px;
}


.Movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width : 100%;
  height : 100%;
}


.Title{
  margin : 0 0 24px;
  font-weight: normal;
  color : #ACACAD;
  font-size : 36px;
}

.Profile__image{
  width : 300px;
  margin-bottom: 40px;
  border-radius: 8px;
  text-align: center;

}
.navbar-inverse .navbar-toggle .icon-bar{
  background-color : #ACACAD;
}

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

/* くまトレOngoingラベル用 */
.ImageBlock__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.ImageBlock__label {
  background: #4A4A4A;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  border-radius: 4px;
  padding: 2px 6px;
  margin-left: 8px;
  display: inline-block;
  white-space: nowrap;
}

/* 浮動くまのGIF画像用 */
.FloatingKuma {
  position: fixed;
  bottom: 24px;
  z-index: 1000;
  pointer-events: auto; /* リンクをクリック可能にする */
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100vw - 40px); /* 左右のマージンを確保 */
}

.FloatingKuma__link {
  text-decoration: none;
  display: block;
}

.FloatingKuma__image {
  width: 150px;
  height: auto;
  border-radius: 8px;
  filter: drop-shadow(0px 4px 8px rgba(0,0,0,0.2));
  transition: transform 0.3s ease;
}

.FloatingKuma__image:hover {
  transform: scale(1.05);
}

/* レスポンシブ対応 */
/* 大画面（1200px以上） */
@media (min-width: 1201px) {
  .FloatingKuma {
    left: auto;
    right: calc(50% - 620px); /* Bootstrap コンテナの中心から右寄せ */
    transform: none;
  }
}

/* 中サイズ画面（768px〜1200px） */
@media (min-width: 768px) and (max-width: 1200px) {
  .FloatingKuma {
    right: 20px; /* 画面右端から20px */
    left: auto;
    transform: none;
  }
}

/* 小さい画面（767px以下） */
@media (max-width: 767px) {
  .FloatingKuma {
    bottom: 15px;
    right: 4px;
    left: auto;
    transform: none;
  }
  
  .FloatingKuma__image {
    width: 140px;
  }
}
