@charset "utf-8";

/*
  File Name   : top.css
  Description : コンテンツエリア関係 他
*/

/* base
============================================================ */
/* #lay-header:hover {
  background-color: #778ba0 !important;
}
#lay-header .-base {
  opacity: 0;
}
#lay-header .-active {
  opacity: 1;
}
#lay-header:hover .-base {
  opacity: 1 !important;
}
#lay-header:hover .-active {
  opacity: 0 !important;
}
.lay-global-nav li a {
  color: #000;
}
.lay-global-nav li a:hover::before {
  background-color: #000;
}
#lay-header:hover .lay-global-nav li a {
  font-weight: 500;
  color: #fff;
}
#lay-header:hover .lay-global-nav li a:hover::before {
  background-color: #fff;
} */

/* js-is-active */
#lay-header.js-is-active {
  background: none;
}
#lay-header.js-is-active .lay-head-logo {
  display: none;
}
#lay-header.js-is-active .-base {
  opacity: 0;
}
#lay-header.js-is-active .-active {
  opacity: 0;
}
#lay-header.js-is-active .lay-global-nav li a {
  color: #E3BE6A;
  font-size: 14px;
  font-weight: 700;
}
#lay-header.js-is-active .lay-global-nav li a:hover::before {
  background-color: #E3BE6A;
}

/* @media screen and (max-width: 1271px) {
  #lay-header:hover {
    background: none !important;
  }
} */

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  #lay-header:hover {
    background: #191C1E !important;
  }
  #lay-header.js-is-active .lay-head-logo {
    display: block;
  }
  #lay-header.js-is-active:hover {
    background: none !important;
  }
  #lay-header:hover .-base {
    opacity: 0 !important;
  }
  #lay-header:hover .-active {
    opacity: 1 !important;
  }
  #lay-header.js-is-active:hover .-active {
    opacity: 0 !important;
  }
  #lay-header.js-is-active .-base {
    opacity: 0 !important;
  }
  #lay-header .-base {
    opacity: 1 !important;
  }
}

/* kv-bg-wrap
============================================================ */
.kv-bg-wrap{
  background: rgb(0,0,0);
  background:  url(../img/common/bg_grunge_03.png) top left, linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(47,56,65,1) 35%, rgba(0,0,0,1) 100%);
  background-size: 800px 800px, 100% 100% ;
}

/* top-kv-wrap
============================================================ */
.top-kv-wrap {
  width: 100%;
  /* background: #eee; */
}
.top-kv-wrap,
.top-kv-wrap .slider-wrap,
.top-kv-wrap .slider-wrap .slide-item {
  height: 100vh;
}
.top-kv-wrap .slide-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .hoge {
  }
}

/* top-logo
============================================================ */
.top-logo {
  width: 125px;
  position: absolute;
  top: 33px;
  left: 40px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 1;
}
/* .top-logo.-active {
  opacity: 0;
} */

/* tb
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .top-logo {
    width: 87px;
    top: 20px;
    left: 20px;
  }
  /* .top-logo.-active {
    opacity: 1 !important;
  } */
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .top-logo {
    width: 77px;
    top: 15px;
    left: 15px;
  }
}

/* section-concept
============================================================ */
.section-concept {
  position: relative;
  padding: 150px 0 450px;
  /* background: rgb(0,0,0);
  background:  url(../img/common/bg_grunge_03.png) top left, linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(47,56,65,1) 50%, rgba(0,0,0,1) 100%);
  background-size: 800px 800px, 100% 100% ; */
}
/* .section-concept::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_grunge.png) top left;
  background-size: 800px 800px;
  opacity: 0.5;
} */


.section-concept .contents-title-wrap {
  text-align: center;
  margin-bottom: 70px;
}
/* .section-concept .concept-wrap {
  max-width: 630px;
  margin:  0 auto;
}
.section-concept .concept-wrap .flex-box {
  display: flex;
}
.section-concept .concept-wrap .title-block {
  margin-right: 58px;
}
.section-concept .concept-wrap .text-block {
  position: relative;
  top: -15px;
} */

.section-concept .concept-wrap .text-block {
  text-align: center;
}

.section-concept .concept-wrap .text-block .text {
  margin: 0 auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(45 / 18);
  letter-spacing: 0.08em;
  text-align: left;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .section-concept {
    padding: 75px 0 100px;
  }
  .section-concept .contents-title-wrap {
    max-width: 330px;
    margin: 0 auto 40px;
  }

  .section-concept .contents-title-wrap .title-en img{
    width: 330px;
  }

  .section-concept .concept-wrap {
    max-width: 100%;
  }
  /* .section-concept .concept-wrap .flex-box {
    display: block;
  }
  .section-concept .concept-wrap .title-block {
    margin-right: 0;
    margin-bottom: 43px;
    text-align: center;
  }
  .section-concept .concept-wrap .title-block img {
    width: 80px;
  } */
  .section-concept .concept-wrap .text-block {
    position: static;
  }
  .section-concept .concept-wrap .text-block .text {
    font-size: 15px;
    line-height: calc(36/15);
  }
}

/* section-news
============================================================ */
.section-news {
  position: relative;
  margin-top: -310px;
}

.section-news::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:  url(../img/common/bg_grunge_06.png) top -180px left, #000;
  background-size: 800px 800px, 100% 100% ;

  z-index: -1;
}

.section-news .com-section-inner {
  /* max-width: 1200px;
  padding: 80px 0 70px 120px; */
  max-width: calc(1020px + 20px* 2);
  padding: 80px 20px;
  background-color: #2D3238;
  z-index: 0;
}

.section-news .com-section-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  transform: translateX(-100%);
  display: block;
  background-color: #2D3238;
  z-index: 0;
}

.section-news .com-section-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2000px;
  width: 2000px;
  height: 100%;
  display: block;
  background-color: #2D3238;
  z-index: 0;
}

.section-news .contents-title-wrap {
  text-align: center;
}
.section-news .contents-title-wrap .title-en {
  position: relative;
}

.section-news .blog-wrap{
  margin-top: 50px;
}

.section-news .blog-list{
  display: flex;
  margin-left: -2%;
}

.section-news .blog-item{
  /* width: calc(33.3333% - 40px);
  margin-left: 40px; */
  width: calc(96% / 4);
  margin-left: 2%;
}

.section-news .blog-item a,
.section-news .blog-item span{
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #797C7E;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.section-news .blog-item a:hover{
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

.section-news .blog-item .blog-img{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(180 / 290 * 100%);
}

.section-news .blog-item .blog-img img{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* height: 180px; */
  object-fit: cover;
}

.section-news .blog-item .time{
  display: block;
  margin-top: 17px;
  font-size: 14px;
  line-height: 1;
  color: #797C7E;
}

.section-news .blog-title{
  margin-top: 10px;
  /* height: 50px; */
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: calc(27 / 15);
}

.blog-pc-only{
  display: block;
}

.blog-sp-only{
  display: none;
}

/* .section-news .news-wrap table {
  width: 630px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.section-news .news-wrap table th,
.section-news .news-wrap table td {
  padding: 27px 0;
  border-bottom: solid 1px #bababa;
}
.section-news .news-wrap table tr:first-child th,
.section-news .news-wrap table tr:first-child td {
  padding-top: 0;
}
.section-news .news-wrap table th {
  font-size: 12px;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  color: #778ba0;
  white-space: nowrap;
  width: 130px;
}

.section-news .news-wrap td a,
.section-news .news-wrap td span {
  font-size: 13px;
  display: block;
  width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}
.section-news .news-wrap td a:hover {
  text-decoration: underline;
} */

/* tb
------------------------------------------------------------ */
@media screen and (max-width: 1021px) {
  .section-news {
    margin-left: 20px;
  }
  .section-news::before{
    left: -20px;
  }

  .section-news .com-section-inner {
    padding: 80px 40px;
  }
  
  .section-news .com-section-inner::before {
    display: none;
  }
  .section-news .news-wrap {
    /* padding: 0 17.17vw 100px; */
    padding: 0 20px 100px;
  }
  /* .section-news .news-wrap table {
    width: calc(100% - 100px);
    margin: 0 auto;
  } */
  .section-news .more-btn-wrap {
    padding-right: 50px;
  }

  .section-news .blog-list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5%;
    margin-top: -50px;
  }
  
  .section-news .blog-item{
    width: calc(90% / 2);
    margin-left: 5%;
    margin-top: 50px;
  }

  .blog-pc-only{
    display: none;
  }
  
  .blog-sp-only{
    display: block;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .section-news {
    margin-top: 0;
    margin-left: 0;
  }
  
  .section-news::before{
    background:  url(../img/common/bg_grunge_03.png) top -180px left, #000;
  }

  .section-news .com-section-inner {
    max-width: 100%;
    padding: 70px 35px 80px;
  }
  .section-news .com-section-inner::before {
    display: none;
  }
  .section-news .com-section-inner::after {
    display: none;
  }
  .section-news .contents-title-wrap {
    text-align: left;
    margin-bottom: 0;
  }
  .section-news .contents-title-wrap img {
    width: 140px;
  }
  .section-news .contents-title-wrap .title-en {
    /* top: -24px;
    right: auto;
    left: 14px; */
    text-align: center;
  }

  .section-news .blog-wrap{
    margin-top: 40px;
  }
  
  .section-news .blog-list{
    display: block;
    margin: 0 auto;
    max-width: 550px;
  }
  
  .section-news .blog-item{
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }

  .section-news .blog-item{
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }

  .section-news .blog-item:first-child{
    margin-top: 0;
  }
  
  .section-news .blog-item a{
    padding-bottom: 20px;
  }

  .section-news .blog-item .time{
    margin-top: 15px;
  }
  
  .section-news .blog-title{
    margin-top: 8px;
  }


  /* .section-news .news-wrap table {
    width: 100%;
  }
  .section-news .news-wrap table th,
  .section-news .news-wrap table td {
    padding: 10px 0;
    display: block;
    width: 100%;
  }
  .section-news .news-wrap table tr:first-child th,
  .section-news .news-wrap table tr:first-child td {
    padding-top: 0;
  }
  .section-news .news-wrap table tr:first-child td {
    padding-top: 10px;
  }
  .section-news .news-wrap table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .section-news .news-wrap table td {
    padding-top: 10px;
    padding-bottom: 18px;
    padding-left: 0 !important;
  }
  .section-news .news-wrap td a,
  .section-news .news-wrap td span {
    width: 100%;
    overflow: visible;
    white-space: normal;
    text-decoration: none;
  }
  .section-news .news-wrap td a:hover {
    text-decoration: none;
  } */
  .section-news .more-btn-wrap {
    margin-top: 60px;
    padding-right: 0;
  }
}

/* section-service,section-shop bg
============================================================ */
.section-bg-wrap{
  background:  url(../img/common/bg_grunge_06.png) top left, #000;
  background-size: 800px 800px, 100% 100% ;
}
/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .section-bg-wrap{
    background:  url(../img/common/bg_grunge_03.png) top left, #000;
  }
}

/* section-service
============================================================ */
.section-service {
  padding: 170px 0 110px;
  
}

.section-service .flex-box {
  position: relative;
  display: flex;
  align-items: center;
  height: 528px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;

}

.service-wrap .linkWrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
  cursor: pointer;
}

.service-wrap .linkWrap:hover{
  background-color: rgba(0, 0, 0, 0.2);
}

.section-service .img-block {
  width: 750px;
  height: 528px;
  position: absolute;
  top: 0;
  left: 20x;
  background: url(../img/top/service-img-1.png) center no-repeat;
  background-size: contain;
}
.section-service .desc-block {
  margin-left: auto;
  margin-top: 70px;
  text-align: center;
  position: relative;
  /* z-index: 1; */
}

.section-service .desc-block .title-en {
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.8));
}

.section-service .desc-block .text-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 80px auto 0;
  padding-right: 120px;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.section-service .desc-block .text {
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
.section-service .more-btn-wrap {
  margin-top: 20px;
  position: relative;
  right: 8px;
  /* z-index: 10; */
}

@media screen and (max-width: 1256px) {
  .section-service .flex-box {
    height: 42.038vw;
  }
  .section-service .img-block {
    width: 53.822vw;
    height: 42.038vw;
  }
}

/* tb
------------------------------------------------------------ */
/* @media screen and (max-width: 961px) { */
@media screen and (max-width: 1041px) {
  .section-service .desc-block .title-en {
      height: 65px;
    }
  .section-service .desc-block .title-en img {
      height: 100%;
      width: auto;
    }

  .section-service .desc-block .text-box {
    margin: 30px 0 0;
    padding-right: 50px;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .section-service {
    padding: 0 0 100px;
  }
  .section-service .flex-box {
    display: block;
    height: auto;
  }

  .service-wrap .linkWrap{
    display: none;
  }

  .section-service .img-block {
    width: 100%;
    height: auto;
    position: static;
    background: none;
    display: block;
  }
  .section-service .desc-block {
    margin-left: 0;
    margin-top: 60px;
    text-align: center;
  }
  .section-service .desc-block .text-box {
    display: block;
    width: auto;
    margin: 40px auto 0;
    position: static;
    text-align: center;
    padding-right: 0;
  }
  .section-service .desc-block .text {
    text-align: left;
    display: inline-block;
  }
  .section-service .desc-block .more-btn-wrap {
    margin-top: 30px;
    position: static;
  }
  .section-service .desc-block .contents-title-wrap {
    width: 308px;
    margin: 0 auto;
  }

  .section-service .desc-block .title-en{
    height: auto;
  }
}

/* section-shop
============================================================ */
.section-shop {
  padding: 0 0 170px;
  /* background-color: #e7e8ea; */
}
.section-shop .flex-box {
  position: relative;
  display: flex;
  align-items: center;
  height: 528px;
}
.section-shop .img-block {
  width: 750px;
  height: 528px;
  position: absolute;
  top: 0;
  right: 20px;
  background: url(../img/top/shop-img-1.png) center no-repeat;
  background-size: contain;
}
.section-shop .desc-block {
  margin-top: 70px;
  position: relative;
  z-index: 1;
}

.section-shop .desc-block .title-en {
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.8));
}

.section-shop .desc-block .text-box {
  width: 270px;
  margin: 50px auto 0;
  position: relative;
  left: 43px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.section-shop .desc-block .text {
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
.section-shop .desc-block .box-style {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  border: solid 1px #E3BE6A;
  padding: 15px 15px;
  box-sizing: border-box;
  margin-top: 26px;
}
.section-shop .desc-block .more-btn-wrap {
  margin-top: 30px;
  position: relative;
  right: 0;
}

@media screen and (max-width: 1256px) {
  .section-shop .flex-box {
    height: 42.038vw;
  }
  .section-shop .img-block {
    width: 53.822vw;
    height: 42.038vw;
  }
}

/* tb
------------------------------------------------------------ */
@media screen and (max-width: 1041px) {
  .section-shop {
    padding: 0 0 200px;
  }

  .section-shop .desc-block .title-en {
    height: 65px;
  }
  .section-shop .desc-block .title-en img {
    height: 100%;
    width: auto;
  }

  .section-shop .desc-block .text-box {
    margin: 30px 0 0;
    left: 0;
    margin-left: 50px;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .section-shop {
    padding: 0 0 70px;
  }
  .section-shop .flex-box {
    display: block;
    height: auto;
  }
  .section-shop .img-block {
    width: 100%;
    height: auto;
    position: static;
    background: none;
    display: block;
  }
  .section-shop .desc-block {
    margin-left: 0;
    margin-top: 60px;
    text-align: center;
  }
  .section-shop .desc-block .text-box {
    width: auto;
    margin: 25px auto 0;
    position: static;
    text-align: center;
  }
  .section-shop .desc-block .text {
    text-align: left;
    display: inline-block;
  }
  .section-shop .desc-block .box-style {
    width: 260px;
    margin: 26px auto 0;
  }
  .section-shop .desc-block .more-btn-wrap {
    margin-top: 30px;
    position: static;
  }
  .section-shop .desc-block .contents-title-wrap {
    width: 201px;
    margin: 0 auto;
  }

  .section-shop .desc-block .title-en{
    height: auto;
  }
}

/* section-makers
============================================================ */
.section-makers {
  position: relative;
  /* margin-top: -475px; */
  /* margin-bottom: -230px; */
}

.section-makers::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:  url(../img/common/bg_grunge_06.png) top 120px left, #000;
  background-size: 800px 800px, 100% 100% ;

  z-index: -1;
}


.section-makers .com-section-inner {
  max-width: 1200px;
  /* height: 794px; */
  padding: 0 0 0;
  background-color: #2D3238;
  z-index: 0;
}
.section-makers .com-section-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2000px;
  width: 2000px;
  height: 100%;
  display: block;
  background-color: #2D3238;
  z-index: -1;
}
.section-makers .com-section-inner::after {
  /* content: "";
  position: absolute;
  top: 0;
  right: -2000px;
  width: 2000px;
  height: 100%;
  display: block; */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e7e8ea+0,e7e8ea+60,cad4de+60 */
  /* background: rgb(231,232,234); /* Old browsers */
  /* background: -moz-linear-gradient(top,  rgba(231,232,234,1) 0%, rgba(231,232,234,1) 60%, rgba(202,212,222,1) 60%); /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top,  rgba(231,232,234,1) 0%,rgba(231,232,234,1) 60%,rgba(202,212,222,1) 60%); /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom,  rgba(231,232,234,1) 0%,rgba(231,232,234,1) 60%,rgba(202,212,222,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e8ea', endColorstr='#cad4de',GradientType=0 ); /* IE6-9 */
  /* z-index: -1; */
}
.section-makers .contents-title-wrap {
  padding: 90px 120px 0 200px;
  margin: 0 auto;
  max-width: 960px;

}
.section-makers .contents-title-wrap .title-en {
  position: relative;
  /* top: -38px;
  right: 40px; */
}
.section-makers .makers-wrap {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 960px;
  /* padding: 0 280px 110px; */
  padding: 0 120px 100px 200px;
}
.section-makers .makers-wrap .text {
  font-weight: 500;
  line-height: 2.6;
  letter-spacing: .5px;
}
.section-makers .makers-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.section-makers .makers-wrap li {
  width: calc((100% - 60px * 3) / 4);
  margin-right: 60px;
}
.section-makers .makers-wrap li:nth-child(4n) {
  margin-right: 0;
}
.section-makers .makers-wrap li:nth-child(n + 5) {
  margin-top: 50px;
}

.section-makers .makers-wrap li >a,
.section-makers .makers-wrap li >span{
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  /* background-color: #fff; */
}

.section-makers .makers-wrap li .outer {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.section-makers .makers-wrap li a.outer:hover {
  opacity: .7;
}
.section-makers .makers-wrap li .img-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: solid 1px #51565D;
  background-color: #fff;
  box-sizing: border-box;
  /* padding: 5px 5px; */
  /* margin-bottom: 5px; */
}
.section-makers .makers-wrap li .img-block .inner {
  /* width: 100%; */
  /* height: 103px; */
  /* text-align: center;
  box-sizing: border-box; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.section-makers .makers-wrap li .img-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* @media screen and (max-width: 1096px) {
  .section-makers .contents-title-wrap .title-en {
    right: -1.815vw;
  }
} */

/* tb
------------------------------------------------------------ */
@media screen and (max-width: 1021px) {
  .section-makers {
    margin-right: 20px;
  }
  .section-makers::before{
    left: 20px;
  }
  .section-makers .contents-title-wrap {
    /* padding: 90px 120px 0 200px; */
    padding: 90px 12.047vw 0 19.589vw;
  }
  .section-makers .contents-title-wrap .title-en {
    position: relative;
    /* top: -38px;
    right: 40px; */
  }
  .section-makers .makers-wrap {
    /* margin-top: -13.222vw; */
    padding: 0 12.047vw 9.794vw 19.589vw;
  }
  .section-makers .makers-wrap .text {
    font-weight: 500;
    line-height: 2.6;
    letter-spacing: .5px;
  }
  .section-makers .makers-wrap ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4.897vw;
  }
  .section-makers .makers-wrap li {
    width: calc((100% - 5.877vw * 3) / 4);
    margin-right: 5.877vw;
  }
  .section-makers .makers-wrap li:nth-child(4n) {
    margin-right: 0;
  }
  .section-makers .makers-wrap li:nth-child(n + 5) {
    margin-top: 4.407vw;
  }
  .section-makers .makers-wrap li .outer {
    display: block;
    width: 100%;
    /* height: 100%; */
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .section-makers .makers-wrap li a.outer:hover {
    opacity: .7;
  }
  .section-makers .makers-wrap li .img-block {
    /* border: solid 1px #bababa; */
    box-sizing: border-box;
    /* padding: 0.49vw 0.49vw; */
    /* margin-bottom: 0.49vw; */
  }
  .section-makers .makers-wrap li .img-block .inner {
    width: 100%;
    /* height: 10.088vw; */
    text-align: center;
    box-sizing: border-box;
    /* display: flex;
    align-items: center;
    justify-content: center; */
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .section-makers {
    margin-right: 0;
  }
  .section-makers .com-section-inner {
    max-width: 100%;
    padding: 0 20px 0;
  }
  .section-makers .com-section-inner::before {
    display: none;
  }
  .section-makers .com-section-inner::after {
    display: none;
  }
  .section-makers .contents-title-wrap {
    /* margin-bottom: -30px; */
    padding: 60px 0 0;
  }
  .section-makers .contents-title-wrap .title-en {
    margin: 0 auto;
    width: 230px;
  }

  .section-makers .contents-title-wrap .title-en img {
    width: 100%;
  }

  .section-makers .makers-wrap {
    margin-top: 0;
    padding: 30px 0 70px 0;
  }
  .section-makers .makers-wrap .text {
    line-height: 2;
    text-align: center;
  }
  .section-makers .makers-wrap ul {
    margin-top: 40px;
  }
  .section-makers .makers-wrap li {
    width: calc((100% - 2.214vw * 2) / 3);
    margin-right: 2.214vw;

  }
  .section-makers .makers-wrap li:nth-child(4n) {
    margin-right: 2.214vw;
  }
  .section-makers .makers-wrap li:nth-child(3n) {
    margin-right: 0;
  }
  .section-makers .makers-wrap li:nth-child(n + 5) {
    margin-top: 0;
  }
  .section-makers .makers-wrap li:nth-child(n + 4) {
    margin-top: 2.214vw;
  }
  .section-makers .makers-wrap li .outer {
    display: block;
    width: 100%;
    /* height: 100%; */
  }
  .section-makers .makers-wrap li a.outer:hover {
    opacity: 1;
  }
  .section-makers .makers-wrap li .img-block {
    /* margin-bottom: 5px; */
  }
  .section-makers .makers-wrap li .img-block .inner {
    /* height: 26.01vw; */
  }
}

/* section-access
============================================================ */
.section-access {
  margin-top: -510px;
  padding: 630px 0 155px;
  background:  url(../img/common/bg_grunge_03.png) top left, linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(47,56,65,1) 45%, rgba(0,0,0,1) 100%);
  background-size: 800px 800px, 100% 100% ;
  text-align: center;
}
.section-access .access-wrap {
  margin-top: 50px;
}
.section-access .access-wrap .text {
  font-weight: 500;
}

.section-access .access-wrap .map {
  margin-top: 50px;
  width: 100%;
  height: 300px;
}

/* .section-access .access-wrap .btn-wrap {
}
.section-access .access-wrap .btn-wrap a {
  font-size: 14px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  text-align: center;
  display: block;
  width: 225px;
  padding: 20px 10px;
  box-sizing: border-box;
  border: solid 1px  #000;
  margin: 30px auto 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.section-access .access-wrap .btn-wrap a:hover {
  text-decoration: none;
  opacity: .7;
}
.section-access .access-wrap .btn-wrap a span {
  position: relative;
  padding-left: 30px;
}
.section-access .access-wrap .btn-wrap a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 24px;
  background: url(../img/common/icon-pin-bl.png) 0 0 no-repeat;
  background-size: 16px auto;
} */

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .section-access {
    margin-top: 0;
    padding: 70px 0;
  }
  .section-access .access-wrap {
    margin-top: 30px;
  }
  /* .section-access .access-wrap .btn-wrap a {
    width: 255px;
    margin: 27px auto 0;
  }
  .section-access .access-wrap .btn-wrap a:hover {
    opacity: 1;
  } */
  .section-access .contents-title-wrap img {
    width: 272px;
  }

  .section-access .access-wrap .map {
    margin-top: 25px;
    height: 150px;
  }
}

/* section-sns
============================================================ */
.section-sns{
  padding: 100px 0 80px;
  background-color:#2D3238;
}

.movie-area{
  margin: 0 auto;
  max-width: 800px;
  height: 425px;
}

.section-sns .flex-box{
  display: flex;
  margin: 0 auto;
  margin-top: 60px;
  max-width: 800px;
}

.section-sns .flex-box .text{
  width: 420px;
  padding: 20px 0;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  border-top: 1px solid #E3BE6A;
  border-bottom: 1px solid #E3BE6A;
}

.section-sns .flex-box ul{
  display: flex;
  margin-left: 70px;
}

.section-sns .flex-box ul li{
  margin-left: 50px;
}

.section-sns .flex-box ul li:first-child{
  margin-left: 0;
}

.section-sns .flex-box ul li a{
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.section-sns .flex-box ul li a:hover{
  text-decoration: none;
  opacity: .7;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .section-sns{
    padding: 60px 0 80px;
  }

  .section-sns .flex-box{
    display: block;
    margin-top: 30px;
  }
  
  .movie-area{
    height: 48vw;
  }

  .section-sns .flex-box .text{
    margin: 0 auto;
    width: 100%;
    max-width: 460px;
    padding: 15px 0;
    font-size: 16px;
  }
  
  .section-sns .flex-box ul{
    margin: 0;
    margin-top: 40px;
    justify-content: center;
  }
  
  .section-sns .flex-box ul li{
    margin-left: 35px;
  }
  
  .section-sns .flex-box ul li:first-child{
    margin-left: 0;
  }
  
  .section-sns .flex-box ul li a{
    display: block;
    width: 45px;
    height: 45px;
  }
}


/* forms-linkBtn
============================================================ */
.forms-linkBtn{
  position: relative;
  margin-top: 30px;
  width: 390px;
  z-index: 5;
}

.forms-linkBtn a{
  text-align: center;
  padding: 25px 20px;
  box-sizing: border-box;
  background-color: #191C1E;
  border: 1px solid #E3BE6A;
  display: block;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.forms-linkBtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 15px;
  background: url(../img/common/icon-btn-arrow-gd.svg) 0 0 no-repeat;
  background-size: 7px auto;
}

.forms-linkBtn a:hover {
  text-decoration: none;
  opacity: .7;
}
.forms-linkBtn a span {
  font-weight: bold;
  line-height: 1;
  display: block;
}
.forms-linkBtn a .lange-en {
  height: 24px;
}
.forms-linkBtn a .lange-en img{
  height: 100%;
  width: auto;
}
.forms-linkBtn a .lange-ja {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #E3BE6A;
  margin-top: 12px;
}

/* tb
------------------------------------------------------------ */
@media screen and (max-width: 1021px) {
  .forms-linkBtn{
    max-width: 320px;
  }
  
  .forms-linkBtn a{
    text-align: center;
    padding: 25px 20px;
    box-sizing: border-box;
    background-color: #191C1E;
    border: 1px solid #E3BE6A;
    display: block;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  
  .forms-linkBtn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 15px;
    background: url(../img/common/icon-btn-arrow-gd.svg) 0 0 no-repeat;
    background-size: 7px auto;
  }
  
  .forms-linkBtn a:hover {
    text-decoration: none;
    opacity: .7;
  }
  .forms-linkBtn a span {
    font-weight: bold;
    line-height: 1;
    display: block;
  }
  .forms-linkBtn a .lange-en {
    height: 24px;
  }
  .forms-linkBtn a .lange-en img{
    height: 100%;
    width: auto;
  }
  .forms-linkBtn a .lange-ja {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #E3BE6A;
    margin-top: 12px;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .forms-linkBtn{
    margin: 30px auto 0;
    width: 100%;
  }
}


/* section-forms
============================================================ */
/* .section-forms {
  padding: 145px 0 145px;
  background-color: #e7e8ea;
}
.section-forms .forms-link-wrap ul {
  display: flex;
}
.section-forms .forms-link-wrap li {
  width: calc((100% - 47px * 1) / 2);
  margin-right: 47px;
}
.section-forms .forms-link-wrap li:last-child {
  margin-right: 0;
}
.section-forms .forms-link-wrap a {
  text-align: center;
  padding: 35px 20px;
  box-sizing: border-box;
  background-color: #fff;
  display: block;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.section-forms .forms-link-wrap a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 15px;
  background: url(../img/common/icon-btn-arrow-bl.svg) 0 0 no-repeat;
  background-size: 7px auto;
}
.section-forms .forms-link-wrap a:hover {
  text-decoration: none;
  opacity: .7;
}
.section-forms .forms-link-wrap a span {
  font-weight: bold;
  line-height: 1;
  display: block;
}
.section-forms .forms-link-wrap a .lange-en {
  font-size: 28px;
}
.section-forms .forms-link-wrap a .lange-ja {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #262638;
  margin-top: 15px;
} */

/* tb
------------------------------------------------------------ */
/* @media screen and (max-width: 961px) {
  .section-forms .forms-link-wrap li {
    margin-right: 4.891vw;
  }
} */

/* sp
------------------------------------------------------------ */
/* @media screen and (max-width: 767px) {
  .section-forms {
    padding: 68px 0 80px;
  }
  .section-forms .forms-link-wrap ul {
    display: block;
  }
  .section-forms .forms-link-wrap li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .section-forms .forms-link-wrap li:last-child {
    margin-bottom: 0;
  }
  .section-forms .forms-link-wrap a {
    padding: 35px 20px;
  }
  .section-forms .forms-link-wrap a:hover {
    opacity: 1;
  }
  .section-forms .forms-link-wrap a span {
    font-weight: bold;
    line-height: 1;
    display: block;
  }
  .section-forms .forms-link-wrap a .lange-en {
    font-size: 28px;
  }
  .section-forms .forms-link-wrap a .lange-ja {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #262638;
    margin-top: 15px;
  }
} */

/* more-btn-wrap
============================================================ */
.more-btn-wrap {
  text-align: right;
  margin-top: 38px;
}
.more-btn-wrap a {
  font-size: 15px;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  padding-bottom: 8px;
  display: inline-block;
  position: relative;
}
.more-btn-wrap a:hover {
  text-decoration: none;
}
.more-btn-wrap a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
}
.more-btn-wrap a,
.more-btn-wrap a::before {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.more-btn-wrap a:hover::before {
  bottom: 0;
  background-color: #E3BE6A;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .more-btn-wrap {
    text-align: center;
    margin-top: 50px;
  }
  .more-btn-wrap a {
    padding: 19px 15px;
    color: #2D3238;
    text-align: center;
    background-color: #E3BE6A;
    border-radius: 50px;
    min-width: 250px;
    margin: 0 auto;
  }
  .more-btn-wrap a:hover {
    text-decoration: none;
  }
  .more-btn-wrap a::before {
    display: none;
  }
  .more-btn-wrap a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 14px;
    background: url(../img/common/icon-btn-arrow-bk.svg) 0 0 no-repeat;
    background-size: 7px auto;
  }
  .more-btn-wrap a,
  .more-btn-wrap a::before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
}

/* jump-link-padding
============================================================ */
.jump-link-padding {
  padding-top: 120px;
  margin-top: -120px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .jump-link-padding {
    padding-top: 70px;
    margin-top: -70px;
  }
}


