/*

TemplateMo 570 Chain App Dev

https://templatemo.com/tm-570-chain-app-dev

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  /* font-family: 'Roboto', sans-serif; */
  font-family:"Noto Serif JP", serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #1a1a1a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  /* background: #fff;
  font-family: 'Roboto', sans-serif; */
  background:#FCFAF4;
  font-family:"Noto Serif JP", serif;
}

::selection {
  background: #4b8ef1;
  color: #fff !important;
}

::-moz-selection {
  background: #4b8ef1;
  color: #fff !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading h4 {
  color: #2a2a2a;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.section-heading h4 em {
  font-style: normal;
  color: #4b8ef1;
}

.section-heading img {
  width: 45px;
  height: 2px;
}

.section-heading p {
  margin-top: 10px;
}

.show-up {
  position: relative;
  z-index: 2;
}

.white-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #4b8ef1 !important;
  text-transform: capitalize;
  font-size: 15px;
  background-color: #fff;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.white-button a i {
  margin-left: 5px;
  font-size: 18px;
}

.white-button a:hover {
  background-color: #887E69;
  color: #fff !important;
}

.text-button a {
  font-size: 15px;
}

.text-button a i {
  margin-left: 5px;
  font-size: 14px;
  transition: all .3s;
}

.text-button a:hover i {
  margin-left: 8px;
}

.gradient-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 15px;
  background: rgb(19,175,240);
  background: linear-gradient(105deg, rgba(91,104,235,1) 0%, rgba(40,225,253,1) 100%);
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.border-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #887E69 !important;
  border: 1px solid #887E69;
  text-transform: capitalize;
  font-size: 15px;
  display: inline-block;
  background-color: #fff;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.border-button a:hover {
  background-color: #887E69;
  color: #fff !important;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  /* background-color: #fff !important; */
  background-color: #FCFAF4 !important;
  border-bottom: #E6E5DF 1px solid;
  /* height: 80px!important; */
  border-bottom: none !important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff;
}

.background-header .main-nav .nav li:hover a {
  color: #887E69;
}

.background-header .nav li a.active {
  position: relative;
  color: #fff;
}

.background-header .nav li a.active:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #AC9E80;
  content: '';
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
}

.background-header .nav li:last-child a.active:after {
  background-color: transparent;
}

.header-area {
  background-color: transparent;
  border-bottom: 1px solid rgba(42,42,42,0.2);
  /* position: absolute; */
  position: sticky;
  left: 0px;
  right: 0px;
  z-index: 100;
  /* height: 100px; */
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 62px;
  background: transparent;
}

.header-area.background-header  .main-nav {
  margin-top: 10px;
}

.header-area .main-nav .logo {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo {
  max-width: 160px;
    line-height: 62px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 18px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: clamp(0.5rem, -0.469rem + 1.56vw, 0.938rem);
  padding-right: clamp(0.5rem, -0.469rem + 1.56vw, 0.938rem);
}

.header-area .main-nav .nav li:nth-child(7) {
  padding-right: 0px;
  padding-left: clamp(0.625rem, -1.25rem + 2.5vw, 1rem);
  transform: translateY(-30%);
  font-size: clamp(0.875rem, 0.737rem + 0.22vw, 0.938rem);
}

/* @media (max-width: 1200px) {
  .header-area .main-nav .nav li:nth-child(7) {
    font-size: 15px;
  }
} */

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a,
.header-area .main-nav .nav li:nth-child(7) a ,
.background-header .main-nav .nav li:nth-child(7) a {
  /* padding: 18px 15px; */
  padding-top: clamp(0.938rem, 0.522rem + 0.67vw, 1.125rem);
  padding-bottom: clamp(0.938rem, 0.522rem + 0.67vw, 1.125rem);
  padding-left: clamp(0.75rem, 0.335rem + 0.67vw, 0.938rem);
  padding-right: clamp(0.75rem, 0.335rem + 0.67vw, 0.938rem);
  font-weight: 400;
  font-size: clamp(0.75rem, 0.335rem + 0.67vw, 0.938rem);
}

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:nth-child(7) a:hover ,
.background-header .main-nav .nav li:nth-child(7) a:hover {
  color: #fff !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #1a1a1a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* height: 40px;
  line-height: 40px; */
  border: transparent;
  letter-spacing: 1px;
  font-weight: 500;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #887E69!important;
}

.header-area .main-nav .nav li:last-child a.active {
  color: #fff !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  /* color: #4b8ef1!important; */
  color: #887E69!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #887E69!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 45px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 15px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #5E325C;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #5E325C;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #5E325C;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #5E325C;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #5E325C;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #5E325C;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #5E325C;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #5E325C;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.background-header .tagline{
  display: none;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  /* color: #4b8ef1; */
  color: #887E69;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    color: #069;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
  .background-header .nav li a.active:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .pre-header ul.info li:last-child,
  .pre-header ul.info li:nth-child(6) {
    display: none!important;
  }
  .background-header .main-nav .nav {
    margin-top: 70px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    /* color: #4b8ef1!important; */
    color: #887E69!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #fff;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
    box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    /* margin-left: 30px; */
    margin-left: 0;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 70px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #FCFAF4;
    border-bottom: 1px solid #E2DFD4;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #FCFAF4 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    /* color: #4b8ef1!important; */
    color: #CBB994 !important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }

  .header-area .main-nav .nav li:nth-child(7){
    transform: initial;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-area .main-nav .nav li:nth-child(7) .cmnBtn a{
    font-family: "Noto Sans JP", sans-serif;
    width: 80%;
    background: #5E325C !important;
    color: #fff !important;
    font-weight: 500 !important;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

.external-link:after {
  font-family: "Font Awesome 6 Free";
  content: "\f08e";
  font-weight: 900;
  margin: 0 0.25rem;
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    /* background: #4b8ef1; */
    background: #CBB994;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    /* background: #4b8ef1; */
    background: #CBB994;
    border-radius: 50%;
}


/*------------------------
追加作成
------------------------*/

/*汎用*/
.pc-only{
  display: block;
}

.sp-only{
  display: none;
}

/*共通*/
section{
  padding-top: clamp(3.125rem, 1.268rem + 7.62vw, 8.125rem);
  padding-bottom: clamp(3.125rem, 1.268rem + 7.62vw, 8.125rem);
}

h2{
  margin-bottom: clamp(1.875rem, 1.179rem + 2.86vw, 3.75rem);
}

h3{
  position: relative;
  margin-bottom: clamp(1.563rem, 1.214rem + 1.43vw, 2.5rem);
}

h3:after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #CBB994;
  width: 23px;
  bottom: -20px;
}

/*header*/

.mv.container-fluid{
  padding-left: 0;
  padding-right: 0;
}

.tagline{
  font-size: 14px;
  color: #1A1A1A;
}

.cmnBtn a{
  display: inline-block !important;
  font-family: "Noto Sans JP", sans-serif;
  padding: 18px 15px;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 15px;
  background: #5E325C;
  font-weight: 500 !important;
  border-radius: 8px;
  /* letter-spacing: 0.3px !important; */
  transition: all .5s;
}

.cmnBtn a.external-link:after {
  margin-left: 1rem;
}

/*footer*/

footer{
  padding-top: clamp(1.25rem, 0.739rem + 2.1vw, 2.625rem);
  padding-bottom: clamp(0.938rem, 0.45rem + 2vw, 2.25rem);
  border-top:1px solid #E2DFD4;
}

.footer-nav_wrap{
  display: flex;
  justify-content: center;
}

.footer-nav{
  display: flex;
  margin-bottom: 26px;
}

.footer-nav li{
  padding: 2px 18px;
}

.footer-nav li a{
  color:#000;
}

.footer-instagram{
  text-decoration: none;
  margin-bottom: 26px;
}

.footer-instagram-img{
  width: initial;
  margin-right: 15px;
}
.footer-instagram-txt{
  font-size: 0.8em;
}

.footer-group {
  display: flex;
  flex-direction: row;
  margin-bottom: 26px;
}

.footer-group li{
  padding: 5px 35px;
  font-weight: 700;
}

.footer-group li.fujikamekai{
  background-image: url(../images/fujikame_logo.png);
  background-size: 30px;
  background-position: 30px;
  background-repeat: no-repeat;
  border-left: 1px solid #E2DFD4;
  padding-left: 75px;
}

section#videos,
section#faq,
section#instagram{
  background-color: #FEFDFB;
}

/*メインビジュアル*/
.mv{
  background-image: url(../images/mv_bg_01.png), url(../images/mv_bg_02.png);
  background-position: top right , bottom left;
  background-repeat: no-repeat;
  background-size: initial;
  padding-bottom: 120px;
}

.mv_inner{
  display: flex;
  justify-content: space-between;
  row-gap: 115px;
}

.mv_image{
  width: 45%;
  max-width: 620px;
}

.mv_main{
  width: calc(55% - 110px);
}

.slogan{
  color:#1A1A1A;
  font-size: clamp(2.5rem, 2.082rem + 1.71vw, 3.625rem);
  line-height: 1.45;
  font-weight: 700;
  margin-top: 90px;
}

.mv_main .mv_image02_wrap{
  max-width: 530px;
  margin-top: 50px;
  position: relative;
}

.mv_main .mv_image02_wrap::after{
  content: url(../images/mv_deco_01.png);
  position: absolute;
  background-size: initial;
  background-repeat: no-repeat;
  bottom: -40px;
  right: -120px;
}

#top{
  padding-top: 50px;
}

@media (max-width: 1200px) {
  .mv_inner{
    display: block;
  }

  .slogan{
    margin-top: 50px;
    padding: 0 15px;
  }

  .mv_image,
  .mv_main{
    width: auto;
  }
}

@media (max-width: 992px) {
  .mv{
    background-image:none;
  }

  .mv_main .mv_image02_wrap{
    width: 85%;
    padding-left: 15px;
  }
  
  #top{
    padding-top: 0;
  }
  

}


/*殺陣ジョイについて*/
section#about{
  background-image: url(../images/about_bg_02.png),url(../images/about_line_01.png);
  background-position: top right , bottom;
  background-repeat: no-repeat, repeat-x;
  background-size: auto , 300px;
  padding-top: 20px;
  padding-bottom: clamp(2.5rem, 1.571rem + 3.81vw, 5rem);
}

.about_inner{
  display: flex;
  justify-content: space-between;
  gap:100px
}

.about_content{
  width: 716px;

}
.about_image{
  width: 500px;
}

.about_ttl{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 34px;
}

.about_txt{
  max-width: 618px;
}

.motto{
  color:#1A1A1A;
  font-size: clamp(2.5rem, 2.082rem + 1.71vw, 3.625rem);
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: clamp(1.875rem, 1.179rem + 2.86vw, 3.75rem);
}

.about_bottomImage{
  margin-top: clamp(2.5rem, 1.571rem + 3.81vw, 5rem);
  display: flex;
  justify-content: flex-end;
}

.about_bottomImage img{
  width: initial;
}

@media (max-width: 992px) {
  section#about{
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten,normal
  }
  .about_inner{
    display: block;
  }
  .about_content{
    width: auto;
  }

  .about_image{
    width: auto;
    padding-top: 30px;
  }
}

/*動画で知る*/
section#videos{
  background-image: url(../images/movie_bg_01.png),url(../images/movie_bg_02.png);
  background-position: top left , top 54px right;
  background-repeat: no-repeat;
  background-size: auto;
}

.keiko .container{
  border-bottom:1px solid #E2DFD4;
  padding: clamp(1.875rem, 1.179rem + 2.86vw, 3.75rem) 0;
}

.keiko01 .container{
  border-top:1px solid #E2DFD4;
}

.keiko02{
  position: relative;
  z-index: 0;
}

.keiko02::after{
  content: "";
  background-image: url(../images/movie_bg_03.png);
  background-repeat: no-repeat;
  width: 279px;
  height: 263px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.keiko_inner{
  display: flex;
  justify-content:flex-start;
  gap: 56px;
}

.keiko_movie {
  width: 630px;
}

.keiko_movie .YoutubeWrapper{
  border:15px solid #D1C2A1;
}

.keiko_content{
  width: calc(100% - 630px - 110px);
}

.keiko_content p{
  margin-bottom: 1em;
}

.keiko_content .equipment{
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  margin-bottom: 10px;
}

.movie01_images{
  display: flex;
  justify-content: flex-start;
}

.movie01_images img{
  width: initial;
}

.fujikamekaiInfo{
  border: 1px solid #5E325C;
  padding: 8px;
}

.fujikamekaiInfo dl{
  border: 1px solid #5E325C;
  padding: 12px;
}

.fujikamekaiInfo dl a{
  color: #333;
  text-decoration: underline !important;

}

@media (max-width: 1200px) {
  section#videos{
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten,lighten;
  }
  .keiko_inner{
    gap: 35px;
  }
  .keiko_movie{
    width: 58%;
  }
  .keiko_content{
    width: 42%;
  }
  
}

@media (max-width: 992px) {
  .keiko_inner,
  .keiko_inner.container{
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .keiko_movie,
  .keiko_content{
    width: auto;
  }
  .keiko02::after{
    top: 0;
    left: 0;
  }
}

.chennelInfoWrap{
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}
.chennelInfoWrap::after{
  content: "";
  background-image: url(../images/movie_bg_04.png);
  width: 140px;
  height: 133px;
  position: absolute;
  bottom: -90px;
  right: -30px;
  z-index: -1;
}

.chennelInfo{
  border-radius: 12px;
  border: 1px solid #E5E1D7;
  background: #fff;
  max-width: 840px;
  margin-top: clamp(2.5rem, 1.571rem + 3.81vw, 5rem);
  margin-left: auto;
  margin-right: auto;
  padding: 28px 48px 28px 30px;
  /* position: relative;
  z-index: 10; */
  display: flex;
  justify-content: space-between;
}

.chennelInfo_img{
  width: initial;
  z-index: 0;
}

.chennelInfo_content{
  width: 470px;
  padding-top: 0.6em;
}

.chennelInfo_content p{
  line-height: 1.5;
}

.chennelInfo_content .chennelInfo_btn{
  margin-top: 22px;
}

.chennelInfo_content .notice{
  font-size: 14px;
  line-height: 1.5; 
}

@media (max-width: 992px) {
  .chennelInfo{
    display: block;
    width: 90%;
    padding:20px;
    text-align: center;
  }
  .chennelInfo_img{
    margin: auto;
  }
  .chennelInfo_content{
    width: 100%;
  }
  .chennelInfoWrap::after{
    bottom: -30px;
    right: -30px;
    z-index: -1;
  }

  .chennelInfo_content p{
    padding-top: 10px;
    text-align: left;
  }
}

/*活動について*/
#activities{
  background-image: url(../images/activities_line_01.png) ,url(../images/activities_line_02.png);
  background-repeat: repeat-x, repeat-x;
  background-position: top , bottom;
}

.activities_contents{
  background-color: #FEFDFB;
  border:1px solid #E5E1D7;
  border-radius: 12px;
  padding: 40px;
}

.activities_content02{
  margin-top: clamp(1.563rem, 0.75rem + 3.33vw, 3.75rem);
}

.activities_content02 p,
.activities_content02 .trial_info{
  margin-bottom: 20px;
}

.trial_info div{
  display: flex;
}
.trial_info div dt{
  font-family: "Noto Sans JP", sans-serif;
}

.activities_images{
  display: grid;
  grid-template-columns: 100px 148px repeat(2, 1fr) 20px;
  grid-template-rows: 315px 215px 192px;
  grid-column-gap: 0px;
  grid-row-gap: 37px;
}

.activities_image01 { grid-area: 1 / 2 / 2 / 6; width:460px;}
.activities_image02 { grid-area: 2 / 1 / 3 / 4; width:315px;}
.activities_image03 { grid-area: 3 / 3 / 4 / 5; width:280px;}

.profile{
  max-width: 1190px;
  margin-top: 64px;
  background: #E5E1D7;
  background-image: url(../images/bg_01.png);
  background-blend-mode: lighten;
  padding: clamp(1.25rem, 1.018rem + 0.95vw, 1.875rem);
  margin-left: auto;
  margin-right: auto;
}

.profile_inner{
  display: flex;
  justify-content: center;
}

.profile_ttlArea{
  width: 26%;
}

.profile_ttl{
  font-size: clamp(1.625rem, 1.579rem + 0.19vw, 1.75rem);
  font-weight: 700;
}
.profile_ttl::after{
  content: none;
}

.profile_ttlArea .profile_deco{
  width: initial;
}

.profile_contentArea{
  width: 74%;
  border-left: 1px solid #E2DFD4;
  padding-left: 42px;
}

.profile_content dt{
  font-size: 20px;
  margin-bottom: 20px;
}

.profile_content dd p{
  line-height: 1.5;
}

.profile_content dd p:first-child{
  margin-bottom: 1em;
}

@media (max-width: 1200px) {
  .activities_contents{
    padding: 20px;
  }

  .activities_images{
    padding-top: 40px;
  }

  .activities_images{
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 10px;
  }
  
  .activities_image01 { 
    grid-area: 1 / 2 / 2 / 5;
    width: inherit;
  }
  .activities_image02 { 
    grid-area: 2 / 1 / 3 / 4;
    width: inherit;
  }
  .activities_image03 { 
    grid-area: 3 / 3 / 4 / 5;
    width: inherit;
  }

}

@media (max-width: 992px) {
  .profile_inner{
    display: block;
  }
  .profile_ttlArea,
  .profile_contentArea{
    width: 100%;
  }

  .profile_contentArea{
    border-top: 1px solid #E2DFD4;
    border-left: none;
    padding-top: 24px;
    padding-left: 0;
  }

}

/*よくあるご質問*/
.faqMenu{
  background: #FCFAF4;
  margin-bottom: clamp(3.125rem, 1.964rem + 4.76vw, 6.25rem);
  margin-left: auto;
  margin-right: auto;
  padding: 20px 34px;
  max-width: 640px;
  display: flex;
  justify-content: space-between;
}

.faqMenu .faqMenu-item {
  padding-bottom: 12px;
}

.faqMenu .faqMenu-item a{
  font-size: 18px;
  color: #333;
  font-weight: 700;
  border-bottom: 1px solid #CBB994;
  padding-bottom: 12px;
}

.faqAreaWrap{
  margin-bottom: clamp(3.125rem, 1.964rem + 4.76vw, 6.25rem);
}
.faqArea{
  margin-top: clamp(2.5rem, 1.757rem + 3.05vw, 4.5rem);
}

.faqArea_ttl{
  text-align: center;
  margin-bottom: clamp(1.5rem, 1.129rem + 1.52vw, 2.5rem);
}

.faqArea_ttl::after{
  content: none;
}

.faqArea_faq{
  max-width: 940px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

.faqArea_faq div{
  margin-bottom: 15px;
  border-top: 1px solid #E2DFD4;
  border-bottom: 1px solid #E2DFD4;
}

.faqArea_faq div dt{
  background: #FCFAF4;
  color:#AC9E80;
  padding: 18px 15px;
  font-weight: 500;
  font-size: 20px;
}

.faqArea_faq div dd{
  padding: 18px 15px;
  font-size: 20px;
}

.faqArea_faq div dd a{
  color: #333;
  text-decoration: underline !important;

}

.faqContact{
  max-width: 940px;
  margin: 0 auto;
  border:1px solid #E5E1D7;
  padding: 30px 60px;
  display: flex;
  justify-content: space-between;
}

.faqContact_txt{
  position: relative;
  padding-left: 100px;
}

.faqContact_txt::before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 41px;
  height: 41px;
  background-image: url(../images/ico_envelope.png);
  background-size: contain;
  vertical-align: middle;
  
}

.faqContact_txt p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: #333;
}

@media (max-width: 992px) {
  .faqMenu{
    display: block;
  }

  .faqMenu .faqMenu-item {
    padding-top: 12px;
  }

  .faqMenu .faqMenu-item:first-child {
    margin-bottom: 15px;
  }

  .faqMenu .faqMenu-item a{
    width: 100%;
    display: block;
  }

  .faqContact{
    flex-direction: column;
    padding: 20px 15px;
  }
  .faqContact_txt{
    padding-top: 60px;
    padding-left: 0;
    margin-bottom: 15px;
  }

  .faqContact_txt::before{
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .faqContact_btn{
    text-align: center;
  }
}


/*活動カレンダー*/
.calendar-txt{
  margin-bottom: clamp(1.5rem, 1.129rem + 1.52vw, 2.5rem);
}

.calendar-btn{
  margin-top: clamp(1.875rem, 1.179rem + 2.86vw, 3.75rem);
}

/*埋め込み*/
.YoutubeWrapper{
  position: relative ;
  margin-bottom: 1.2em ;
  padding-top: 69px ;
  padding-bottom: 50% ;
  overflow: hidden ;
}
.gmapWrapper{
  position: relative ;margin-top: 1.2em ;margin-bottom: 1.2em ;padding-top: 69px ;padding-bottom: 70% ;overflow: hidden;
}
.YoutubeWrapper iframe, 
.gmapWrapper iframe{position: absolute ;top: 0 ;left: 0 ;height: 100% ;width: 100% ;}

/*インスタ*/

.instagram-wrap{
  padding: 20px 20px 10px;
  border: 1px solid #E5E1D7;
  max-width: 400px;
  margin: 1rem auto;
}

a.instagram-link{
  color: #333;
  text-decoration: none;
}

.instagram-logo{
  width: initial;
  margin: 0 20px 20px;
}

@media (max-width: 1200px) {
  .pc-only{
    display: none;
  }
}
@media (max-width: 992px) {
  .sp-only{
    display: block;
  }

  .footer-nav_wrap{
    display: flex;
    justify-content:flex-start;
  }

  .footer-nav{
    width: 100%;
    flex-direction: column;
    text-align: left;
  }

  .footer-nav li,
  .footer-nav li a{
    width: 100%;
    padding: 12px 0;
  }
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/
@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
  
  .main-banner .left-content h2 {
    z-index: 2;
    position: relative;
    font-weight: 700;
    line-height: 70px;
    font-size: 50px;
    margin-bottom: 20px;
  }

  .main-banner .left-content p {
    margin-bottom: 45px;
  }
}

@media (max-width: 992px) {
  .header-area {
    /* background-color: #fff; */
    background-color: #FCFAF4;
  }
  .main-banner:after {
    display: none;
  } 
  .main-banner .left-content h2 {
    color: #2a2a2a;
    margin-right: 0;
  }
  .main-banner .left-content p {
    color: #afafaf;
    margin-right: 0;
  }
  .main-banner .left-content .white-button a {
    background-color: #4b8ef1;
    color: #fff !important;
  }
  form#contact {
    overflow: hidden;
  }
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
    padding: 226px 0px 30px 0px;
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 30px;
  }
  .about-left-image img {
    margin-right: 0px;
    margin-bottom: 45px;;
  }
  .services .naccs .menu div {
    font-size: 15px;
    font-weight: 500;
  }
  .service-item {
    text-align: center;
    margin-bottom: 30px;
  }
  .about-us .box-item {
    text-align: center;
  }
  .about-us:after {
    display: none;
  }
  .about-us .gradient-button,
  .about-us span {
    text-align: center;
    display: block;
  }
  .about-us .right-image {
    margin-top: 30px;
  }
  .service-item .icon {
    margin: 0 auto 30px auto;
  }
  .about-us .section-heading {
    text-align: center;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 70px;
  }
  .pricing-item-regular {
    margin-bottom: 30px;
  }
  .our-portfolio .owl-nav {
    display: none !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  form#contact {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .the-clients .naccs .menu div {
    text-align: center;
  }
  footer .section-heading h4 {
    color: #2a2a2a;
  }
  footer #search {
    margin-bottom: 45px;
  }
  /* footer {
    padding-top: 0px;
    text-align: center;
  } */
  .footer-widget ul {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .footer-widget h4 {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  footer #search input {
    border: 1px solid #eee;
    color: #afafaf;
    background-color: #fff;
    border-radius: 23px;
    margin-bottom: 15px;
    padding: 0px 30px;
  }
  footer #search button {
    background-color: #fff;
    color: #4b8ef1;
  }
  footer #search input::placeholder { 
    color: #2a2a2a;
  }
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .menu .thumb span.date {
    margin-bottom: -20px;
    display: block;
  }
  .service-item {
    text-align: center;
    padding: 30px;
  }
  .menu .thumb span.category {
    display: none;
  }
  .about-us .right-image {
    margin-top: 30px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .service-item .right-content {
    display: inline-block;
  }
  .services .naccs .menu div .thumb {
    padding: 5px;
  }
  .services .icon img {
    margin: 0px;
  }
  .the-clients .nacc .thumb .down-content .right-content {
    margin-left: 0px;
    margin-top: 15px;
  }
  .services ul.nacc li.active {
    padding: 45px;
  }
  .services .naccs .menu div  {
    font-size: 0px;
  }
  .the-clients .nacc .thumb .down-content {
    text-align: center;
  }
  .services ul.nacc li .right-image img {
    float: none;
  }
  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us p,
  .about-us .main-green-button {
    text-align: center;
  }
  .our-portfolio .section-heading .line-dec {
    margin: 0 auto;
  }
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .free-quote form input {
    margin-left: 0px;
    padding: 0px 30px;
  }
  .free-quote form button {
    margin-left: 0px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 30px;
  }
  .post-item .thumb img {
    max-width: 140px;
  }
  .post-item .right-content p {
    display: none;
  }
  .about-us .about-item {
    margin-top: 15px;
  }
  form#contact {
    padding: 30px;
  }
}

