/*

Theme Name:　maximfighter
Author:　maximfighter
Version:1.0

*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');


html,
body {
  font-size: 16px;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #4d4d4d;
  text-align: center;
  position: relative;
}

html {
  height: 100%;
  scroll-padding-top: calc(4.5rem - 1px);
}

body {
  width: 100%;
  height: 100%;
}


/* Amnimation 　*/

/*LOADING*/
#loadind_splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #D2569F;
  text-align: center;
}
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash_logo img {width: 300px;}
.fadeUp {
  animation-name: animation_fade_up;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes animation_fade_up {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* SCROLL FADE */
.fadeUpTrigger,
.fadeUpTriggerD2,
.fadeUpTriggerD4{
  opacity: 0;
}
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  
  to {
     opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02{animation-delay: 0.5s;}
.delay-time04{animation-delay: 1s;}






/* CONTENTS */
.page-section {
  padding: 8rem 0;
}
a{
  color: #41697a;
  text-decoration: none;
}
a:hover {
  color:  #D2569F;;
  text-decoration: none;
}


h1,
h2 {
  font-weight: 700;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "游ゴシック", YuGothic, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.bg-D2569F {
  background-color: #D2569F;
}
.bg-469CB1{
  background-color: #469CB1;
}
.fc-D2569F {
  color: #D2569F;
}

.fa-stack {
  color: #c1c1c1;
}

hr.divider {
  height: 0.2rem;
  max-width: 3.25rem;
  margin: 1.5rem auto;
  background-color: #D2569F;
  /* opacity: 1.0; */
}

hr.dot {
  height: 0.2rem;
  max-width: 80%;
  margin: 5rem auto;

  opacity: 1;
  border: 0;
  border-bottom: dotted #e2e2e2;
}

header.masthead {
  /* background-attachment: fixed; */
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

/*パララックス画像を左寄せに*/
.parallax-slider {
  top: 0;
  left: 0;
}

header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #212529;
  opacity: 0.5;
}



header.masthead .site-heading,
header.masthead .archive-heading{
  padding: 300px 0 250px;
  color: white;
  text-align: left;
  line-height: 4em;
}
header.masthead .single-heading {
  padding: 200px 0 100px;
  color: white;
  text-align: left;
  line-height: 4em;
}

header.masthead .site-heading h1{
  color: #fff;
  font-size: 24px;
  padding: 0;
  margin: 0 0 20px 0;
}

header.masthead .site-heading .subheading,
header.masthead .archive-heading h1 {
  color: #fff;
  font-size: 110px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0;
  margin: 0 0 10px 0;
}
@media (max-width: 1000px) {
  header.masthead .site-heading,
  header.masthead .archive-heading,
  header.masthead .single-heading {
    line-height: 2.4em;
  }
  header.masthead .site-heading .subheading,
  header.masthead .archive-heading h1,
  header.masthead .single-heading h1{
    font-size: 70px;
  }
}

@media (max-width: 700px) {
  header.masthead .site-heading,
  header.masthead .archive-heading,
  header.masthead .single-heading {
    line-height: 2.4em;
  }
  header.masthead .site-heading .subheading,
  header.masthead .archive-heading h1,
  header.masthead .single-heading h1{
    font-size: 50px;
  }
}


/* MAIN NAV */
#mainNav {
  box-shadow: none;
  background-color: none;
  transition: background-color 0.2s ease;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.activeBG{
  background-color: rgba(0, 0, 0, 0.60);
}

#mainNav .navbar-brand {
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  letter-spacing: 0.2rem;
  font-size: 14px;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  letter-spacing: 0.2rem;
  padding: 0.75rem 0;
}

#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link:active {
  color: #D2569F;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #D2569F !important;
}

#mainNav.navbar-shrink {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.60);
}

#mainNav.navbar-shrink .navbar-brand {
  color: #ffffff;
}

#mainNav.navbar-shrink .navbar-brand:hover {
  color: #D2569F;
}

#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
  color: #D2569F;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background-color:  rgba(0, 0, 0, 0.40);;
    transition: visibility 1s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out, visibility 1s ease-in-out;
    transition: transform 1s ease-in-out, visibility 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}


@media (min-width: 992px) {
  #mainNav {
    box-shadow: none;
    /* background-color: transparent; */
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.7);
    padding: 0 1rem;
  }

  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
  }

  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
}


/* Humberger */
.openbtn {
  position: relative;
  background-color: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 1px;
  border-radius: 1px;
  background: #ffffff;
  width: 45%;
}
.openbtn span:nth-of-type(1) {top: 15px;}
.openbtn span:nth-of-type(2) {top: 23px;}
.openbtn span:nth-of-type(3) {top: 31px;}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {opacity: 0;}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}



.page-section {
  padding: 8rem 0;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}


button:focus:not(:focus-visible) {
  outline: 0;
}

.btn {
  border-radius: 100px;
}
.btn-arrow-right,
.btn-arrow-left{
  cursor: pointer;
  transition: all .2s;
  display: flex;
  justify-items: center;
  align-items: center;
  font-size: 16px;
  width: 10rem;
}
.btn-arrow-right>.bi-chevron-compact-right{
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  transition: transform .3s ease-in-out;
}
.btn-arrow-left>.bi-chevron-compact-left{
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: transform .3s ease-in-out;
}
.btn-arrow-right:hover .bi-chevron-compact-right {
  transform: translateX(8px);
}
.btn-arrow-left:hover .bi-chevron-compact-left{
  transform: translateX(-8px);
}
.btn-arrow:active .bi-chevron-compact-right,
.btn-arrow-left>.bi-chevron-compact-left {
  transform: scale(0.8);
}
.btn-normal {
  color: #fff;
  background-color: #343a40;
}
.btn-normal:hover {
  color: #fff;
  background-color: #5d6c7a;
}
.btn-outline-light {
  color: #d5d5d5;
  border-color: #d5d5d5;
}
.btn-social {
  border-radius: 100%;
  display: inline-flex;
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  justify-content: center;
  align-items: center;
}



.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}



#photograph .container-fluid {
  max-width: 1920px;
}

#photograph .container-fluid .photograph-box {
  position: relative;
  display: block;
}
#photograph .container-fluid .photograph-box .photograph-box-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(236, 74, 195, 0.9);
  transition: opacity 0.25s ease;
  text-align: center;
}
#photograph .container-fluid .photograph-box .photograph-box-caption .project-category {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.85rem;
  font-weight: 300;
}
#photograph .container-fluid .photograph-box .photograph-box-caption .project-name {
  font-size: 1.2rem;
}
#photograph .container-fluid .photograph-box:hover .photograph-box-caption {
  opacity: 1;
}

/* archive page */
/* #archive ul{
  text-align: center;
}
#archive ul li{
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  text-align: left;
  display: inline-block;
  box-sizing: border-box;
  width: 48%;
  padding: 3rem;
  vertical-align: top;
}
    @media (max-width: 700px) {
      #archive ul li{
        border-right: none;
      }
    } */
.archive-list{
  border-bottom: 1px solid #dedede;
  text-align: left;
}
.archive-list:nth-child(odd){
  border-right: 1px solid #dedede;

}
    @media (max-width: 700px) {
      .archive-list:nth-child(odd){
        border-right: none;
      }
    }

#archive a img {
  transition: 0.5s;
}
#archive a:hover {
  text-decoration: none;
  cursor: pointer;
}
#archive h3.post-title {
  font-size: 20px;
}
#archive .post-preview .post-eyecatch {
  box-shadow: #e2e2e2;
}


/* FOOTER */
footer {padding: 10rem 0 5rem 0;}
footer .copyright {
  font-size: 10px;
  color: #88898a;
  letter-spacing: 0.25rem;
}

/* Snow Monkey FORM */
.smf-progress-tracker{
  margin-bottom: 5rem !important;
}

.smf-progress-tracker__item__number{
  background-color: #46717a;
  color: #b6d0d6;
}
.smf-progress-tracker__item__text{
  color:#46717a;
}
.smf-progress-tracker__item:after,
.smf-progress-tracker__item:before{
  background-color:#46717a;
}
.smf-item{
  margin-bottom: 3rem;
}
.smf-item__label{
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  margin: 0 auto 0.5rem auto;
  color: #fff !important;
}
input,
textarea{
background-color: transparent !important;
border-radius: 0 !important;
border: 1px solid #fff !important;
color: #fff !important;
}
input:-webkit-autofill{
	box-shadow: 0 0 0px 1000px #469CB1 inset !important;
  -webkit-text-fill-color: #ffffff !important;
}
::placeholder{
  color: #92c0cb !important;
}

.smf-action .smf-button-control__control{
  padding: 10px 20px;
  letter-spacing: .15em;
  background:#a7c8ce;
  color: #1f3a3f;
  border: none;
}
.smf-action .smf-button-control__control:hover{
  background: #1f3a3f;
  color: #fff;
}





/*END*/



