* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Helvetica, Sans-Serif;
  line-height: 28px;
  font-size: 16px;
  color: #282828;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased !important;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
/* Background Header */
ul, ol {
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.pc-hidden {
  display: none;
}
.container {
  width: 77.095%;
  max-width: 1940px;
  margin: auto;
  box-sizing: border-box;
}

.container-work {
  width: 98%;
  max-width: 1940px;
  margin: auto;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}

footer .container {
  width: 81.542%;
}
/* Slideshow */
.pic-wrapper {
  position: absolute;
  width: 100%;
  height: 900px;
  overflow: hidden;
}

figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
    /*animation*/
  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
}

figurecaption {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
}

.pic-1 {
  animation-delay: 1s;
  -o-animation-delay: 1s;
  -moz--animation-delay: 1s;
  -webkit-animation-delay: 1s;
  background: url(../images/slide-photo_02.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-2 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url(../images/slide-photo_03.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url(../images/kanshasai2017.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-4 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url(../images/slide-photo_02.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-5 {
  animation-delay: 24s;
  -o-animation-delay: 24s;
  -moz--animation-delay: 24s;
  -webkit-animation-delay: 24s;
  background: url(../images/slide-photo_03.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-6 {
  animation-delay: 30s;
  -o-animation-delay: 30s;
  -moz--animation-delay: 30s;
  -webkit-animation-delay: 30s;
  background: url(../images/kanshasai2017.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-7 {
  animation-delay: 30s;
  -o-animation-delay: 30s;
  -moz--animation-delay: 30s;
  -webkit-animation-delay: 30s;
  background: url(../images/haradakomuten_bus_banner_2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* keyframes*/
@keyframes slideShow {
  0% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(1);
    -ms-transformm: scale(1);
  }
}

@-o-keyframes slideShow {
  0% {
    opacity: 0;
    -o-transform: scale(1);
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -o-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -o-transformm: scale(1);
  }
}

@-moz-keyframes slideShow {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -moz-transformm: scale(1);
  }
}

@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transformm: scale(1);
  }
}
/* Slideshow */
#background-header {
  width: 100%;
  height: 900px;
}
/* navigation */
.navigation {
  width: 96%;
  height: 86px;
  position: absolute;
  z-index: 1;
  margin: 15px 30px;
  background-color: white;
  opacity: 0.8;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.toggle-menu {
  display: none;
}
/* navigation */
.logo {
  width: 25%;
  float: left;
  line-height: 86px;
  padding-left: 2.3%;
}

.logo img {
  width: auto;
  vertical-align: middle;
}

ul a {
  color: #5f4624;
}

.menu {
  width: 72%;
  float: right;
  margin: 0 0;
  color: #5f4624;
}

.menu li {
  width: unset !important;
  height: 86px;
  border-left: 1px solid #dddddd;
  float: right;
  text-align: center;
  line-height: 35px;
  padding: 20px 2% 0;
  font-weight: bold;
  font-size: 16px;
  box-sizing: border-box;
  letter-spacing: 3px;
}

.menu li:hover, .logo:hover, .gallery-1:hover, .gallery-2:hover, .gallery-3:hover, .gallery-4:hover, .gallery-5:hover, .gallery-6:hover, .gallery-7:hover, .box-footer a:hover, .menu-footer li a:hover {
  opacity: 0.7;
}

.menu li p {
  font-weight: 400;
  font-size: 10px;
  line-height: 0;
  color: #808080;
}

.headline {
  width: 100%;
  font-size: 40px;
  color: white;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 40%;
  z-index: 1;
  opacity: 0;
  animation: fadeIn 1s ease-in both;
  animation-delay: 0.9s;
}

.headline img {
  max-width: 996px;
  width: auto;
}

.headline.sp {
  display: none;
}
.hero-image-bgcolor {
  background: rgba(66,33,11,0.2);
  position: absolute;
  top: 0;
    width: 100%;
    height: 900px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* Background Header */
.mini-header {
  width: 100%;
  height: auto !important;
  padding-top: .5em;
  padding-bottom: 3.8em;
  background-image: url("../images/bg-white.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mini-header a{
  margin-bottom: 1.8em;
  display: inline-block;
}

.mini-header a img{
  outline: 1px solid #502800;
}

.mini-header img {
  width: 692px;
  margin-top: 21px;
}

@media (max-width: 640px){

  .mini-header{
    padding-bottom: 1em;
  }

  .mini-header a{
    margin-bottom: .2em;
  }
}

/* About Us */
#background-aboutUs {
  width: 100%;
    /* height: 430px;
    */
  padding: 68px 0 49px;
  text-align: center;
  background-image: url("../images/bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.title {
  font-size: 30px;
  font-weight: normal;
  color: #3a2100;
}

.title h2 {
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 19px;
  font-feature-settings: "palt";
  letter-spacing: 3px;
}

.second-title h6 {
  width: 220px;
  color: #5f4624;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 0;
  letter-spacing: 3px;
}

.second-title h6 hr {
  margin-bottom: 25px;
}

.text-aboutUs {
  font-size: 15px;
  color: #333333;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}

.text-aboutUs .p2 {
  width: 77%;
  padding: 20px 0 20px;
  margin: auto;
}
/* About Us */
/* Work */
#background-work {
  width: 100%;
    /* height: 1293px;
    */
  text-align: center;
  background-image: url("../images/bg-white.jpg");
  padding: 57px 0 17px;
  position: relative;
}
#background-work:before {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.work-wrapper {
  width: 80%;
  margin: auto;
  margin-top: 22px;
  text-align: center;
  display: inline-block;
}

.work-width .judul {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  font-size: 20px;
  height: unset;
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 23.5px 0;
  letter-spacing: 2px;
}

.work-width .judul b {
  font-size: 20px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 3px;
}

.work-width .judul p {
  font-size: 15px;
  font-weight: bold;
}
.work-width a {
  text-decoration: none;
}
.work-width a:hover {
  opacity: 0.6;
}
.work-width .last-p {
  padding: 30px 0 0 0;
  margin: 0;
  font-weight: bold;
  font-size: 15px;
}

.work-1-title {
  background-color: #fa6635;
  line-height: 23px;
}

.work-2-title {
  background-color: #f3b100;
  line-height: 23px;
}

.work-width .work-2-title, .work-width .work-2-title p {
  color: #4E3731;
}

.work-3-title {
  background-color: #8cc63f;
}

.work-4-title {
  background-color: #3a2100;
}

.work-width .judul.work-3-title,.work-width .judul.work-4-title {
  height: unset;
  line-height: 18px;
  box-sizing: border-box;
}

.work-1 p.sweet a {
  color: #fa6635;
}

.work-2 p.work2 a {
  color: #f3b100;
}

.work-3 p.coming {
  color: #8cc63f;
}

.work-4 p.work4 a {
  color: #3a2100;
}

p.text {
  font-size: 15px !important;
  font-weight: normal !important;
}

.work-width {
  width: 46%;
  height: 360px;
  border-radius: 10px;
  background-color: white;
  float: left;
  margin: 10px 2% 44px;
  box-shadow: 0px 1px 1px #eee;
}
.work-1.work-width, .work-2.work-width {
  height: 463px;
}
.work-3.work-width, .work-4.work-width {
  height: 424px;
}

.work-width img {
  padding-bottom: 0;
  margin-top: 0;
  box-sizing: border-box;
}

.work-1.work-width img, .work-2.work-width img {
  height: 146px;
  margin: 38px 0 20px;
}

.work-3.work-width img, .work-4.work-width img {
  margin: 26px 0 20px;
  height: 145px;
}

.work-width p {
  color: #3a2100;
}

.work-width p.text {
    width: 90%;
    letter-spacing: 2px;
    margin: auto;
    padding: 0;
}

.work-3.work-width b, .work-4.work-width b {
  font-size: 20px;
  font-weight: bold;
  display: block;
  line-height: unset;
  margin: 0;
}

.work-width .last-p {
  letter-spacing: 2px;
  padding: 35px 0 0 0 ;
  margin: 0;
}
.last-p i {
  margin: 0 10px 0 0;
}


.work-width .work-1-title p {
  color: #FFF;
}
.work-width .work-3-title p {
  color: #FFF;
  height: 23px;
}

.work-1 img {
  width: 55.3%;
}

.work-2 img {
  width: 45%;
}

.work-3 img {
  width: 51.5%;
}

.work-4 img {
  width: 62.3%;
}
/* Gallery */
#background-gallery {
  width: 100%;
  height: 1062px;
  padding: 56px 0 73px;
  text-align: center;
  box-sizing: border-box;
  background-image: url(../images/bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.gallery-wrapper {
  text-align: center;
}

.textCenter{
    display: flex;
    justify-content: center;  
}

.text-gallery {
  width: 100%;
  height: 45px;
  background-color: #42210b;
  opacity: 0.8;
  bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 235px;
}

.text-gallery b {
  text-align: left;
  font-weight: bold;
  padding-left: 10px;
  line-height: 45px;
  font-size: 20px;
  color: white;
  float: left;
  font-feature-settings: "palt";
  letter-spacing: 2px;
}

.text-gallery p {
  font-weight: normal;
  font-size: 12px;
  color: white;
  float: left;
  padding-left: 5px;
  line-height: 55px;
  letter-spacing: 1px;
}

.gallery-1 {
  width: 485px;
  height: 300px;
  border-radius: 10px;
  float: left;
  margin: 0 30px 25px 0;
  background-image: url("../images/haradaceo.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.gallery-2 {
  width: 485px;
  height: 300px;
  border-radius: 10px;
  float: left;
  margin: 0 30px 25px 0;
  background-image: url("../images/company.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.gallery-3 {
  width: 485px;
  height: 300px;
  border-radius: 10px;
  float: left;
  margin: 0 30px 25px 0;
  background-image: url("../images/staff.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.gallery-4 {
  width: 485px;
  height: 300px;
  border-radius: 10px;
  float: left;
  margin: 0 30px 25px 0;
  background-image: url("../images/recruit.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.gallery-5 {
  width: 96% !important;
  height: 300px;
  border-radius: 10px;
  float: left;
  margin: 0 30px 25px 0;
  background-image: url("../images/harada_banner_202002.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-6 {
  width: 485px;
  height: 300px;
  border-radius: 10px;
  float: left;
  margin: 0 30px 25px 0;
  background-image: url("../images/banner_portfolio.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.gallery-7 {
  width: 485px;
  height: 300px;
  border-radius: 10px;
  float: left;
  margin: 0 30px 25px 0;
  background-image: url("../images/banner_song.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* @media (min-width: 1920px) {
  .gallery-5{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .gallery-5{
  background-image: url("../images/harada_banner_202002.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
} 
@media (max-width: 720px) {
  .gallery-5{
    background-image: url("../images/harada_banner_202002_mobile.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}  */


/* Gallery */
/* Footer */
footer {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  background-color: #502800;
  text-align: center;
  color: white;
  font-weight: normal;
}

.box-footer {
  border-bottom: 1px solid;
}

.box-footer p {
  font-size: 15px;
  padding: 10px 0 20px;
  font-weight: normal;
  font-feature-settings: "palt";
  letter-spacing: 3px;
}

.box-footer .logo-foot {
  width: 150px;
}
.text-foot {
  padding-top: 15px;
}

.box-footer .text-foot img {
  width: 400px;
}

.menu-footer {
}

.menu-footer ul {
  padding: 15px 0 10px;
  text-align: center;
  margin: auto;
  display: inline-block;
}

.menu-footer li {
    /* width: 19%;
    */
  height: 25px;
  border-right: 1px solid;
  float: left;
  text-align: center;
  font-size: 12px;
  padding: 0 23px;
}

.menu-footer li a {
  text-decoration: none;
  color: white;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

.menu-footer li:last-child {
  border-right: unset;
}

.copyright {
    /* border-top: 1px solid #000; */
    box-sizing: border-box;
    width: 100%;
    /* height: 40px; */
    background-color: #381b00;
    text-align: center;
    font-size: 10px;
    padding: 5px 0;
    font-weight: normal;
    letter-spacing: 0;
}

.copyright span {
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: bold;
  color: #FFF;
}

.copyright span:hover {
  text-decoration: underline;
}


#lines-top {
	display: block;
	position: fixed;
	bottom: 115px;
	right: 0;
	z-index: 100;
}
#lines-top a {
	text-decoration: none;
	color: #fff;
	width: 140px;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#lines-top a:hover {
    text-decoration: none;
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 90px;
  text-align: center;
  display: block;
  border-radius: 5px;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
/* Footer 
/*Update Revision Dz*/
.box-footer .text-foot a:hover {
  opacity: unset;
}

.gallery-wrapper .gallery {
  margin: 2%;
  width: 46%;
  height: 280px;
  border-radius: 10px;
  float: left;
}

.gallery-wrapper .galleryBig {
  margin: 2%;
  width: 100%;
  height: 280px;
  border-radius: 10px;
  float: left;
}


/*SUB_PAGE*/
#background-header-sub {
  width: 100%;
  height: 300px;
}
.pic-sub-wrapper {
  position: absolute;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: url(../images/bg-sub.jpg) no-repeat;
    background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.pic-sub-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.headline-sub {
  width: 100%;
  color: white;
  text-align: center;
  margin-top: 180px;
  position: absolute;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.1), -1px 1px 0 rgba(0,0,0,0.1), 1px -1px 0 rgba(0,0,0,0.1), -1px -1px 0 rgba(0,0,0,0.1);
}
.headline-sub h2 {
  font-size: 50px;
    font-feature-settings: "palt";
  letter-spacing: 5px;
  margin-bottom: 15px;
}
.headline-sub span {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 900;
}

#main {
  width: 100%;
  padding: 60px 0 80px;
  background-image: url("../images/bg.jpg");
}
#content-inner {
  width: 1000px;
  margin: auto;
  position: relative;
  padding: 0;
}
#middle_wrap {
    width: 100%;
}
.pc_hidden {
  display: none;
}
.page_sub {
    text-align: center;
    font-size: 35px;
    letter-spacing: 10px;
    color: #3A2100;
    margin-bottom: 23px;
    margin-top: 25px;
  font-feature-settings: "palt";
}
.page_sub2 {
    font-size: 26px;
    padding-top: 17px;
    padding-bottom: 0px;
    letter-spacing: 2px;
    color: #333333;
    margin-bottom: 10px;
    float: left;
    font-feature-settings: "palt";
}
.page_sub3 {
  line-height: 1;
    margin-top: 17px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 14px;
    color: #5F4624;
    letter-spacing: 2px;
    font-family: "Roboto", Sans serif;
}
.contents_text2 {
    width: 730px;
    float: left;
    font-size: 17px;
    line-height: 1.5em;
    padding-top: 30px;
    padding-bottom: 40px;
    color: #333;
}
.contents_text3 {
    width: 660px;
    float: left;
    font-size: 17px;
    line-height: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
}
.strong2 {
    font-weight: bold;
    font-size: 23px;
    color: #C00;
    font-feature-settings: "palt";
}
.pagetitle {
      text-align: center;
      font-size: 30px;
      letter-spacing: 10px;
      color: #3a2100;
      margin-bottom: 20px;
      font-weight: bold;
      letter-spacing: 2px;
  }
  .pagetitle_en {
      color: #5F4624;
      font-family: "Roboto", serif;
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1;
      margin: 19px 0 35px;
      letter-spacing: 3px;
  }
.marker {
    background: linear-gradient(transparent 50%, #ff0 0%);
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}
.border_2line_y {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #999;
    border-bottom-color: #FFF;
    width: 100%;
    height: 0px;
    overflow: hidden;
    display: block;
    margin: 0px;
    padding: 0px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.link_button3 {
    display: inline-block;
    width: 58%;
    height: 60px;
    text-align: center;
    text-decoration: none;
    line-height: 100px;
    outline: none;
    position: relative;
    z-index: 2;
    background-color: #64a727;
    color: #fff;
    line-height: 60px;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    letter-spacing: 3px;
    font-size: 20px;
    margin-right: 20%;
    margin-left: 20%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.link_button3, .link_button3::before, .link_button3::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.link_button3::before, .link_button3::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.link_button3:hover::after {
    background: #3a2100;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.link_button3::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.contents_text {
      width: 100%;
      font-size: 17px;
      line-height: 1.5em;
      padding-top: 20px;
      padding-bottom: 10px;
  }
.center {
  text-align: center;
}
.margin_right10 {
    margin-right: 10px;
}
.border_radius8 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.padding20 {
    padding: 20px;
}

.box-yoi {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.box-yoi > * {
  width: calc(33.333% - 10px);
  padding: 0 5px;
}
.intro_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}
.intro_img a {
  transition: all 0.3s;
}
.intro_img a:hover {
  opacity: 0.7;
}
@media screen and (max-width:667px){
  .intro_box {
    padding-top: 10px;
}
.intro_img {
  padding: 0 20px;
}
}
@media (max-width: 980px) {
  .box-yoi {
    max-width: 634px;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  .box-yoi > * {
    width: calc(50% - 10px);
  }
}

@media (max-width: 768px) {
  .box-yoi {
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .box-yoi > * {
    width: calc(100% - 10px);
  }
}

@media (max-width: 720px) {
  .box-yoi {
    max-width: 100%;
  }
}

.box-yoi > * > * {
  width: auto !important;
  margin-right: 0 !important;
}

@media (max-width: 720px) {
  .box-yoi > * > * {
    width: calc(100% - 40px) !important;
  }
}

@media (max-width: 680px) {
  .box-yoi > * > * {
    width: calc(100% - 7.8%) !important;
  }
}

@media (max-width: 980px) {
  .margin_right10-mobile {
      margin-right: 10px;
  }
}
.nav-sub {
  /*margin: 30px;*/
}
#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
    -webkit-animation: fade-in .25s linear;
    animation: fade-in .25s linear;
}
.imagelightbox-arrow {
    width: 3.75em;
    height: 7.5em;
    background-color: #444;
    background-color: rgba( 0, 0, 0, .5 );
    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    margin-top: -3.75em;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.imagelightbox-arrow-right {
    right: 2.5em;
}
.imagelightbox-arrow-left {
    left: 2.5em;
}
.imagelightbox-arrow:before {
    width: 0;
    height: 0;
    border: 1em solid transparent;
    content: '';
    display: inline-block;
    margin-bottom: -0.125em;
}
.imagelightbox-arrow-left:before {
    border-left: none;
    border-right-color: #fff;
    margin-left: -0.313em;
}
.imagelightbox-arrow-right:before {
    border-right: none;
    border-left-color: #fff;
    margin-right: -0.313em;
}
#imagelightbox {
    cursor: pointer;
    position: fixed;
    z-index: 10000;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 );
    box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 );
}

.container-work .border_2line_y {    width: 77.095%; margin:0 auto;}

#banner-footer{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
#banner-footer span{
  margin: 0 25px;
}
#banner-footer span img{
  border: 1px solid #ffffff;
  border-radius: 15px;
  height: 130px;
  width: auto;
}
/* @media (max-width: 980px) {
  #banner-footer span img{
    height: auto;
  }
} */

@media (max-width: 980px) {
  #banner-footer{
    flex-direction: column;
  }
  #banner-footer span{
    margin-bottom: 15px;
  }
  #banner-footer span img{
    width: 100%;
    height: auto;
  }
}
.textAlert{
  margin-top: 10px;
}
.textAlert h2{
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 19px;
  font-feature-settings: "palt";
  letter-spacing: 3px;
}
.textAlert a{
  color:#ff0000;
  /* font-weight: bold; */
  /* font-size: 20px; */
  margin-bottom: 1em;
}
.textAlert a:hover{
  opacity: 0.6;
}

@media (max-width: 980px) {
  .textAlert h2{
    font-size: 25px;
  }
}


@media screen and (min-width: 4000px) {
	#lines-top {
		display: none;
	}
}


@media screen and (min-width: 768px) {
	#lines-top {
		display: none;
	}
}