@charset "utf-8";
/* HOME CSS
---------------------------------------------*/
/* mv ----------------------------------------*/
.mv-movie {
  position: absolute;
  inset: 0;
}
.mv-movie .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----------------------------------------*/
.keyvisual {
	width: 100%;
  	height: 100%;
	position: relative;
}
.main-slider {
	position: relative;
}

.keyvisual .main-slider .slide-item {
  width: 100%;
  height: 100%;
  /*height: 100vh;
  min-height: 600px;*/
  position: relative;
}
.keyvisual .main-slider .slide-item img,
.keyvisual .main-slider .slide-item a {
  display: block;
  height: 100%;
}

.keyvisual .main-slider .slide-item img {
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  /*min-height: 600px;*/
}
/*.keyvisual .main-slider .slide-item img {
  opacity: 0;
  visibility: hidden;
}
.keyvisual .main-slider:not(.slick-initialized) .slide-item {
  visibility: hidden;
  opacity: 0;
}*/
.keyvisual .slick-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex !important;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.keyvisual .slick-dots button {
  border: 0;
  background: transparent;
  width: 70px;
  margin: 0 3px;
  color: rgba(255, 255, 255, 0.4);
  padding: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  /*font-size: 1.8rem;
  font-family: 'Gentium Basic', serif;*/
  cursor: pointer;
  /*text-indent: 0;*/
  text-indent: -99999px;
}
.keyvisual .slick-dots button:hover {
  color: #fff;
}
.keyvisual .slick-dots .slick-active button {
  color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
}
.keyvisual .scroll-down {
  position: absolute;
  right: 20px;
  bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Gentium Basic', serif;
  width: 25px;
}
.keyvisual .scroll-down span {
  display: block;
  line-height: 1.9;
  height: 100px;
}
.keyvisual .scroll-down:after {
  content: "";
  width: 1px;
  height: 50px;
  display: block;
  margin: 10px auto 0;
  background: #fff;
  /*background: transparent url("../img/home/line_ani01_v.gif") left top no-repeat;*/
  opacity: .4;
  position: relative;
  left: 2px;
}

@media (max-width: 1080px) {
  .keyvisual {
    padding-top: 92px;
  }
  .keyvisual .main-slider .slide-item,
  .keyvisual .main-slider .slide-item img {
    width: 100%;
    height: auto;
    min-height: 0;
    background: none img;
    background-opacity: 1;
    background-visibility: visible;
  }
  .keyvisual .main-slider:not(.slick-initialized) .slide-item {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 768px) {
  .keyvisual {
    padding-top: 80px;
  }
}


/*
.new-shop-open {
  background: transparent url("../img/home/bg_shop.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px 0 22px;
}
.new-shop-open .mask-book {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -205px;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
}
.new-shop-open .mask-book:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  border-left: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
}
.new-shop-open .box-title, .new-shop-open .b-logo {
  position: relative;
  z-index: 10;
}
.new-shop-open .box-title {
  color: #fff;
  background: transparent url("../img/home/mask_shop_open.png") center top no-repeat;
  background-size: auto 100%;
  padding: 60px 0 65px;
}
.new-shop-open .box-title .f-fz30, .new-shop-open .box-title .f-sz50 {
  line-height: 1;
}
.new-shop-open .box-title .f-sz50 {
  line-height: 0.7;
  margin-bottom: 17px;
}
.new-shop-open .box-title .mb20 {
  margin-bottom: 18px;
}
.new-shop-open .box-title .company-name {
  letter-spacing: .4em;
}
.new-shop-open .box-title .company-time, .new-shop-open .box-title .schedule {
  letter-spacing: .05em;
}
.new-shop-open .box-title .company-time {
  color: #b5b5b5;
}
.new-shop-open .box-title .schedule {
  line-height: 1.8;
}
.new-shop-open .cm-btn {
  overflow: hidden;
}*/

.outer-ct {
  max-width: 90%;
  margin: 0 auto;
}
.outer-ct .item {
  width: 31.2%;
  display: block;
}
.outer-ct .ul-col {
  margin-left: -21px;
  margin-right: -21px;
}
.outer-ct .ul-col > li {
  width: 33.33333333333333%;
  padding: 0 21px;
}
.outer-ct .ul-col .item {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .outer-ct .ul-col {
    margin-left: -20px;
    margin-right: -20px;
  }
  .outer-ct .ul-col > li {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .outer-ct .ul-col {
    margin-left: -10px;
    margin-right: -10px;
  }
  .outer-ct .ul-col > li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .outer-ct .ul-col {
    margin-left: 0;
    margin-right: 0;
  }
  .outer-ct .ul-col > li {
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
/* about-cutlery ----------------------------------------*/
.about-cutlery .inner-ct {
  margin: 45px 0 0;
}
.about-cutlery .inner-ct .img-featured {
  margin-bottom: 25px;
  text-align: center;
}

.about-cutlery .inner-ct .img-featured img {
	max-width: 555px;
}
.about-cutlery .main-title {
  display: inline-block;
  line-height: 1.8;
}
.about-cutlery .description {
  max-width: 430px;
  margin: 0 auto;
  line-height: 2;
}
.about-cutlery .description p + p {
  margin-top: 1.2em;
}
.about-cutlery .services {
}
.about-cutlery .services a {
  display: block;
  position: relative;
  margin-bottom: 3%;
}
.about-cutlery .services a.thumb-scale {
    overflow: hidden;
}

.about-cutlery .services a.thumb-scale img {
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.about-cutlery .services a.thumb-scale:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.about-cutlery .services .box-info {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  padding: 30px 25px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60%;
  min-width: 200px;
  transition: all 0.28s ease;
}
.about-cutlery .services .box-info .box-ttl {
  letter-spacing: .05em;
  color: #fff;
}
.about-cutlery .services .box-info .box-ttl:after {
  content: attr(data-title);
  display: block;
  font-family: 'EB Garamond', serif;
  font-size: 13px;
  opacity: .6;
  margin-top: 10px;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
	.about-cutlery .services a:hover .box-info {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.about-cutlery .inner-ct .img-featured img {
		max-width: 95%;
	}
}

@media (max-width: 768px) {
	.about-cutlery .inner-ct .img-featured img {
		max-width: 110%;
		margin-left: -5%;
	}
}

@media (min-width: 1351px) {
  .about-cutlery .services .box-info .box-ttl .show-sp {
    display: none;
  }
}
@media  (min-width: 992px) and (max-width: 1350px) {
  .about-cutlery .services .item:nth-child(4) .box-info {
    padding: 18.5px 25px;
  }
  .about-cutlery .services .box-info .box-ttl .show-pc {
    display: none;
  }
}
@media (min-width: 376px) and (max-width: 991px) {
  .about-cutlery .services .box-info .box-ttl .show-sp {
    display: none;
  }
}
@media (max-width: 375px) {
  .about-cutlery .services .item:nth-child(4) .box-info {
    padding: 9px 22px;
  }
  .about-cutlery .services .box-info .box-ttl .show-pc {
    display: none;
  }
}

/* good-design-award ----------------------------------------*/
.good-design-award .container {
	padding-right: 0;
    padding-left: 0;
}

.good-design-award .stitle {
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}
.good-design-award .stitle:before, .good-design-award .stitle:after {
  content: "";
  width: 130px;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 50%;
}
.good-design-award .stitle:before {
  left: 100%;
  margin-left: 40px;
}
.good-design-award .stitle:after {
  right: 100%;
  margin-right: 40px;
}
.good-design-award .list-history {
  margin: 0 0 40px;
}
.good-design-award .list-history a {
  display: block;
  max-width: 150px;
  width: 18%;
  box-sizing: border-box;
  margin: 0 5px 10px;
}
.good-design-award .list-history a .thumb-scale {
  display: block;
  margin-bottom: 10px;
}

.good-design-award .list-history a .thumb-scale img {
	display: block;
	width: 100%;
	background-position: center 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.good-design-award .list-history a .year {
  margin-bottom: 5px;
}



@media (max-width: 768px) {
  .good-design-award .list-history {
    margin: 0 -10px 25px;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .good-design-award .list-history a {
    display: block;
    width: 30%;
    margin: 0 0 20px 0;
    padding: 0 5px;
	max-width: none;
  }
}
@media (max-width: 480px) {
  .good-design-award .list-history {
    margin: 0 auto 25px;
    width: 100%;
  }
  .good-design-award .list-history a {
    width: 50%;
	padding: 0 5px;
  }
}
/* sec-top-news ---------------------------------*/
.sec-top-news .sec-title2 {
  letter-spacing: 0;
}

.top-news {
  margin: 0 0 75px;
  padding-top: 30px;
}
.top-news .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.top-news .thumbnail .thumb-cap {
  position: absolute;
  left: 5%;
  bottom: 8%;
  width: 49.5%;
}
.news-info .date {
  color: #9e9e9e;
  margin-bottom: 4px;
  letter-spacing: 0;
}
.news-info .news-ttl {
  line-height: 1.5;
  min-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* sec-instagram ---------------------------------*/
.sec-instagram {
  position: relative;
}
.sec-instagram .sec-title2 {
  letter-spacing: 0;
}
.sec-instagram .sec-title1 {
  position: absolute;
  width: 100%;
  top: -0.225em;
  font-size: 11.4vw;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-duration: 3s;
  transition-duration: 3s;
}
.sec-instagram .instagram-sns {
  position: relative;
  padding: 0;
  margin: 0 0 80px;
}

.scroll-nav {
    width: 100%;
    overflow: hidden;
	margin-bottom: 40px;
}

.scroll-nav .scroll-wpp {
    overflow: hidden;
}

.scroll-nav .scroll-wpp ul {
    display: table;
    -webkit-overflow-scrolling: touch;
    max-width: 3000px;
    min-width: 1300px;
    overflow-x: scroll;
    line-height: 40px;
    margin: 0 auto;
    white-space: nowrap;
}

.scroll-nav .scroll-wpp ul li {
	display: table-cell;
    text-align: center;
    position: relative;
	padding: 25px 20px 5px 20px;
	box-sizing: border-box;
	vertical-align: top;
}


.sec-instagram .instagram-sns li:nth-child(7n-6) span {
	width: 150px;
	margin-top: 35px;
}
.sec-instagram .instagram-sns li:nth-child(7n-5) span {
	margin-top: 155px;
	width: 215px;
}
.sec-instagram .instagram-sns li:nth-child(7n-4) span {
	margin-top: 90px;
	width: 110px;
}
.sec-instagram .instagram-sns li:nth-child(7n-3) span {
	margin-top: 150px;
	width: 150px;
}
.sec-instagram .instagram-sns li:nth-child(7n-2) span {
	width: 230px;
	margin-top: -25px;
}
.sec-instagram .instagram-sns li:nth-child(7n-1) span {
	width: 110px;
	margin-top: 180px;
}
.sec-instagram .instagram-sns li:nth-child(7n) span {
	width: 215px;
	margin-top: 110px;
}

.sec-instagram .instagram-sns li img {
	display: block;
	width: 100%;
	background-position: center 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.sec-instagram .instagram-sns li:last-child {
  margin-right: 0;
}

.sec-instagram .variable-width .slick-arrow {
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  position: absolute;
  z-index: 2500;
}

.rightbutton,
.leftbutton {
	position: absolute;
    top: 50%;
    z-index: 1000;
	display: block;
	width: 60px;
	height: 60px;
}

.rightbutton::after,
.leftbutton::after {
	content:"";
	position: absolute;
    width: 30px;
    height: 30px;
	top: 50%;
	margin-top: -15px;
    box-sizing: border-box;
    display: block;
	transition: 0.2s all ease;
}
.leftbutton {
    left: 23px;
}
.rightbutton {
	right: 23px;
}
.leftbutton::after {
    bottom: 0;
    left: 22px;
    transform: rotate(-135deg);
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}

.rightbutton::after {
    right: 22px;
    transform: rotate(45deg);
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}

.sec-instagram .instagram-sns a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.sec-instagram .instagram-sns a:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #cecccd;
  position: absolute;
  left: 5px;
  top: 5px;
}
.sec-instagram .instagram-sns a img {
  position: relative;
  z-index: 10;
}
.sec-instagram .cm-btn {
  font-size: 2rem;
}
.sec-instagram .cm-btn .btn-wrap {
  padding: 12px 14px;
}


@media screen and (min-width: 768px) {
	.sec-instagram .cm-btn:hover:after {
		right: 0;
		width: 12px;
	}
}

@media (min-width: 481px) and (max-width: 991px) {
  .outer-ct .item {
    width: 48%;
  }

  .about-cutlery .services a {
    margin-bottom: 4%;
  }
  .about-cutlery .services .box-info {
    width: 100%;
    height: 50%;
    transform: none;
    top: 25%;
    text-align: center;
    padding: 0;
  }
  .about-cutlery .services .box-info:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .about-cutlery .services .box-info .box-ttl {
    display: inline-block;
    vertical-align: middle;
    max-width: 95%;
  }
}
@media screen and (max-width: 991px) {
  .top-news .item {
    margin-bottom: 20px;
  }

  .top-news .thumbnail img, .about-cutlery .services a img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .keyvisual .slick-dots button {
	  width: 60px;
  }
  .keyvisual .scroll-down {
    display: none;
  }
  .keyvisual .main-slider .slide-item,
  .keyvisual .main-slider .slide-item img {
	  height: 380px;
  }
  .row.justify-content-between.services {
	  margin-left: 0;
	  margin-right: 0;
  }
  .top-news {
    margin-bottom: 40px;
  }

  /* instagram */
	.scroll-nav .scroll-wpp ul li {
		padding: 20px 10px 5px 10px;
	}


	.sec-instagram .instagram-sns li:nth-child(7n-6) span,
	.sec-instagram .instagram-sns li:nth-child(7n-5) span,
	.sec-instagram .instagram-sns li:nth-child(7n-4) span,
	.sec-instagram .instagram-sns li:nth-child(7n-3) span,
	.sec-instagram .instagram-sns li:nth-child(7n-2) span,
	.sec-instagram .instagram-sns li:nth-child(7n-1) span,
	.sec-instagram .instagram-sns li:nth-child(7n) span {
		width: 150px;
		margin-top: 0;
	}

	.sec-instagram .instagram-sns li:nth-child(even) span {
		margin-top: 20px;
	}
}


@media screen and (max-width: 480px) {
  .keyvisual .slick-dots button {
	  width: 30px;
	  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  }
  .keyvisual .main-slider .slide-item,
  .keyvisual .main-slider .slide-item img {
	  height: 250px;
  }
  .keyvisual .slick-dots {
	  bottom: 15px;
  }
  .outer-ct .item {
    width: 100%;
  }
  .about-cutlery .services a {
	  height: 180px;
	  overflow: hidden;
	  margin-bottom: 1px;
  }
  .about-cutlery .services a img {
	  transform: translateY(-40px);
  }
  .about-cutlery .services .box-info {
	 padding: 22px;
  }
  .about-cutlery .services .box-info .box-ttl:after {
	  margin-top: 0;
  }
  .sec-instagram {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec-instagram .instagram-sns {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .sec-instagram .sec-title1 {
	  top: 2.5em;
	  font-size: 12vw;
	  letter-spacing: 0;
	  left: -10px;
	}

  .rightbutton {
	  right: 0;
   }
  .leftbutton {
	  left: 0;
  }

  .sec-instagram .instagram-sns li:nth-child(7n-6) span,
  .sec-instagram .instagram-sns li:nth-child(7n-5) span,
  .sec-instagram .instagram-sns li:nth-child(7n-4) span,
  .sec-instagram .instagram-sns li:nth-child(7n-3) span,
  .sec-instagram .instagram-sns li:nth-child(7n-2) span,
  .sec-instagram .instagram-sns li:nth-child(7n-1) span,
  .sec-instagram .instagram-sns li:nth-child(7n) span {
	  width: 160px;
  }

  .sec-instagram .instagram-sns li:nth-child(even) span {
	  margin-top: 0;
  }
}


/* m-loader ---------------------*/
/*#home.is-loaded {
	animation: bg-color 1.2s linear;
    -webkit-animation: bg-color 1.2s linear;
	animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

@-webkit-keyframes bg-color {
  0% { background: #000; }
  100% { background: transparent; }
}
@keyframes bg-color {
  0% { background: #000; }
  100% { background: transparent; }
}*/

#all-contents {
/*	display: none;*/
 	opacity: 0;
}
#all-contents.all-show {
	opacity: 1;
}
#opening-wrap {
	display: block;
	width: 100%;
	height: 100vh;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	opacity:1;
}

.m-loader_dot {
	position: absolute;
	width: 100%;
	height: 100%;
}

#lineDrawing {
	opacity: 0;
    animation: reveal 2s forwards;
    margin-top: 30px;
    margin-left: -50px;
    position: absolute;
    top: 50%;
    left: 50%;
	animation-delay: 2.0s;
}

.txt-loader {
	text-align: center;
	/*display: inline-block;*/

	vertical-align: middle;
    display: table;
	width: 60px;
	height: 230px;

	line-height: 1.8;
	color: #fff;
	/*transform: translateY(-50%);*/
	margin-top: -210px;
    opacity: 0;
    animation: reveal 7s forwards;
    animation-delay: 1.0s;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -30px;
}

.txt-loader .tb-rl {
	letter-spacing: 0.155em;
    /*line-height: 2.5;*/
}

.txt-loader .f-sz38.block {
	text-align: center;
	margin: 5px auto;
	display: block;
    line-height: 1.0;
	width: 100%;
}

.txt-loader .tb-rl.f-sz18 {
	/*line-height: 3.5;*/
}

/* for IE */
@media all and (-ms-high-contrast: none){
	.txt-loader .f-sz38.block {
		margin-top: 15px;
		margin-left: 4px;
	}
}


@keyframes revealfade {
  0% {opacity:0;}
  30% {opacity:1;}
  80% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes reveal {
  to {
    opacity: 1;
  }
}

@keyframes revealbg {
  0% {opacity:0.85;}
  90% {opacity: 0.85;}
  100% {opacity: 0;}
}

@keyframes revealbgimg {
  0% {opacity:0;}
  50% {opacity: 1;}
  70% {opacity: 1;}
  100% {opacity: 0;}
}

/* m-loader */
.m-loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
	background: url(../img/home/bg-loader.jpg) no-repeat center 50%;
	background-size: cover;
    -webkit-transition: visibility 0s;
    transition: visibility 0s;
	animation: revealbgimg 7.5s forwards;
	opacity:0;
	animation-delay: 1.5s;

}
.m-loader:after,
.m-loader:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.m-loader:before {
    z-index: 0;
    /*background-color: #000;*/
	background-color: #000;
	animation: revealbg 8.5s forwards;

}
.m-loader:after {
    z-index: 1;
    /*background-color: #000;*/
    -webkit-transition: -webkit-transform 1s 0.1s cubic-bezier(.77,0,.175,1);
    transition: transform 1s 0.1s cubic-bezier(.77,0,.175,1);
}

.m-loader__img .txt-loader {
	color: #fff;
}


.m-loader.is-end {
    visibility: hidden;
    -webkit-transition: visibility 0s 1.2s;
    transition: visibility 0s 1.2s;
}
.m-loader.is-end .m-loader__img {
    opacity: 0;
    -webkit-transition: opacity 0.5s 0s ease-in-out;
    transition: opacity 0.5s 0s ease-in-out;
}
.m-loader.is-end:after,
.m-loader.is-end:before {
    -webkit-transform: translateY(105%);
    -ms-transform: translateY(105%);
    transform: translateY(105%);
}
.m-loader.is-end:before {
    transition: transform 1s 0.3s cubic-bezier(.77,0,.175,1);
    -webkit-transform: 1s 0.3s cubic-bezier(.77,0,.175,1);
}
.m-loader.is-end:after {
    transition: transform 1s 0.2s cubic-bezier(.77,0,.175,1);
    -webkit-transform: 1s 0.2s cubic-bezier(.77,0,.175,1);
}

.m-loader_dot-inner {
	box-sizing: border-box;
    max-width: 25%;
    height: 200px;
    position: absolute;
    transform: translate(-50%,-50%);
	display: block;
	top: 50%;
	left: 50%;
}

.ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.ball-scale-multiple > div {
    background-color: rgba(255,255,255,0.5);
    border-radius: 100%;
    position: absolute;
    left: -45px;
    top: 0;
    opacity: 0;
    margin: 0;
    width: 90px;
    height: 90px;
    /*-webkit-animation: ball-scale-multiple 1.5s 0s linear infinite;
    animation: ball-scale-multiple 1.5s 0s linear infinite;*/
	-webkit-animation: ball-scale-multiple 1.0s 0s ease 1;
    animation: ball-scale-multiple 1.0s 0s ease 1;
}

@media screen and (max-width: 480px) {
	.txt-loader .tb-rl.f-sz18 {
		line-height: 2.5;
	}
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0}
    5% {
        opacity: 1}
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0}
}
@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0}
    5% {
        opacity: 1}
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0}
}

.m-loader__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.5s 0.5s ease-in-out;
    transition: opacity 0.5s 0.5s ease-in-out;
    z-index: 2;
}

.m-loader__img .i-loader {
    position: relative;
    padding-right: 3px;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.hide {
	display: none !important;
	opacity: 0;
}

.show {
	display: block !important;
	opacity: 1 !important;
}


/* 2020.04.20 追記 */
/* sec-initiative */
.sec-initiative .stitle {
  display: inline-block;
  position: relative;
}
.sec-initiative .stitle:before,
.sec-initiative .stitle:after {
  content: "";
  width: 130px;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 50%;
}
.sec-initiative .stitle:before {
  left: 100%;
  margin-left: 40px;
}
.sec-initiative .stitle:after {
  right: 100%;
  margin-right: 40px;
}
.sec-initiative .logo-box {
	width: 50%;
	max-width: 300px;
	padding: 0 15px;
}
.sec-initiative .logo-box a {
	display: block;
}
.sec-initiative .logo-box .img-box {
	padding-bottom: 15px;
}
.sec-initiative .logo-box .img-box span {
	display: block;
	width: auto;
	height: 160px;
	text-align: center;
}
.sec-initiative .logo-box .img-box span img {
	width: auto;
	height: 100%;
}
.sec-initiative .logo-box .txt-box {
	line-height: 1.5;
}

@media (max-width: 480px) {
	.sec-initiative .logo-box {
		padding: 0 10px;
	}
	.sec-initiative .logo-box .img-box span {
		height: 100px;
	}
	.sec-initiative .logo-box .txt-box {
		font-size: 1.5rem;
	}
}
