@charset "UTF-8";
.d01 {
  transition-delay: 0.1s !important;
  -moz-transition-delay: 0.1s !important;
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
}

.d02 {
  transition-delay: 0.2s !important;
  -moz-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
}

.d03 {
  transition-delay: 0.3s !important;
  -moz-transition-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
}

.d04 {
  transition-delay: 0.4s !important;
  -moz-transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
}

.d05 {
  transition-delay: 0.5s !important;
  -moz-transition-delay: 0.5s !important;
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
}

.d06 {
  transition-delay: 0.6s !important;
  -moz-transition-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
}

.d07 {
  transition-delay: 0.7s !important;
  -moz-transition-delay: 0.7s !important;
  -webkit-transition-delay: 0.7s !important;
  -o-transition-delay: 0.7s !important;
}

.d08 {
  transition-delay: 0.8s !important;
  -moz-transition-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
}

.d09 {
  transition-delay: 0.9s !important;
  -moz-transition-delay: 0.9s !important;
  -webkit-transition-delay: 0.9s !important;
  -o-transition-delay: 0.9s !important;
}

.d10 {
  transition-delay: 1s !important;
  -moz-transition-delay: 1s !important;
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
}

.d11 {
  transition-delay: 1.1s !important;
  -moz-transition-delay: 1.1s !important;
  -webkit-transition-delay: 1.1s !important;
  -o-transition-delay: 1.1s !important;
}

.d12 {
  transition-delay: 1.2s !important;
  -moz-transition-delay: 1.2s !important;
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
}

.d13 {
  transition-delay: 1.3s !important;
  -moz-transition-delay: 1.3s !important;
  -webkit-transition-delay: 1.3s !important;
  -o-transition-delay: 1.3s !important;
}

.d14 {
  transition-delay: 1.4s !important;
  -moz-transition-delay: 1.4s !important;
  -webkit-transition-delay: 1.4s !important;
  -o-transition-delay: 1.4s !important;
}

.d15 {
  transition-delay: 1.5s !important;
  -moz-transition-delay: 1.5s !important;
  -webkit-transition-delay: 1.5s !important;
  -o-transition-delay: 1.5s !important;
}

.d16 {
  transition-delay: 1.6s !important;
  -moz-transition-delay: 1.6s !important;
  -webkit-transition-delay: 1.6s !important;
  -o-transition-delay: 1.6s !important;
}

.d17 {
  transition-delay: 1.7s !important;
  -moz-transition-delay: 1.7s !important;
  -webkit-transition-delay: 1.7s !important;
  -o-transition-delay: 1.7s !important;
}

.d18 {
  transition-delay: 1.8s !important;
  -moz-transition-delay: 1.8s !important;
  -webkit-transition-delay: 1.8s !important;
  -o-transition-delay: 1.8s !important;
}

.d19 {
  transition-delay: 1.9s !important;
  -moz-transition-delay: 1.9s !important;
  -webkit-transition-delay: 1.9s !important;
  -o-transition-delay: 1.9s !important;
}

.d20 {
  transition-delay: 2s !important;
  -moz-transition-delay: 2s !important;
  -webkit-transition-delay: 2s !important;
  -o-transition-delay: 2s !important;
}

.fade {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
}

.animetion .fade, .animetion.fade {
  opacity: 0 !important;
  transform: translate(0, 20px) !important;
}

.fade_ul li, #articlelist li {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
}
.fade_ul li:nth-child(2), #articlelist li:nth-child(2) {
  transition-delay: 0.2s !important;
  -moz-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
}
.fade_ul li:nth-child(3), #articlelist li:nth-child(3) {
  transition-delay: 0.4s !important;
  -moz-transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
}
.fade_ul li:nth-child(4), #articlelist li:nth-child(4) {
  transition-delay: 0.6s !important;
  -moz-transition-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
}
.fade_ul li:nth-child(5), #articlelist li:nth-child(5) {
  transition-delay: 0.8s !important;
  -moz-transition-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
}
.fade_ul li:nth-child(6), #articlelist li:nth-child(6) {
  transition-delay: 1s !important;
  -moz-transition-delay: 1s !important;
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
}
.fade_ul li:nth-child(7), #articlelist li:nth-child(7) {
  transition-delay: 1.2s !important;
  -moz-transition-delay: 1.2s !important;
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
}
.fade_ul li:nth-child(8), #articlelist li:nth-child(8) {
  transition-delay: 1.4s !important;
  -moz-transition-delay: 1.4s !important;
  -webkit-transition-delay: 1.4s !important;
  -o-transition-delay: 1.4s !important;
}
.fade_ul li:nth-child(9), #articlelist li:nth-child(9) {
  transition-delay: 1.6s !important;
  -moz-transition-delay: 1.6s !important;
  -webkit-transition-delay: 1.6s !important;
  -o-transition-delay: 1.6s !important;
}
.fade_ul li:nth-child(10), #articlelist li:nth-child(10) {
  transition-delay: 1.8s !important;
  -moz-transition-delay: 1.8s !important;
  -webkit-transition-delay: 1.8s !important;
  -o-transition-delay: 1.8s !important;
}
.fade_ul li:nth-child(11), #articlelist li:nth-child(11) {
  transition-delay: 2s !important;
  -moz-transition-delay: 2s !important;
  -webkit-transition-delay: 2s !important;
  -o-transition-delay: 2s !important;
}
.fade_ul li:nth-child(12), #articlelist li:nth-child(12) {
  transition-delay: 2.2s !important;
  -moz-transition-delay: 2.2s !important;
  -webkit-transition-delay: 2.2s !important;
  -o-transition-delay: 2.2s !important;
}
.fade_ul li:nth-child(13), #articlelist li:nth-child(13) {
  transition-delay: 2.4s !important;
  -moz-transition-delay: 2.4s !important;
  -webkit-transition-delay: 2.4s !important;
  -o-transition-delay: 2.4s !important;
}
.fade_ul li:nth-child(14), #articlelist li:nth-child(14) {
  transition-delay: 2.6s !important;
  -moz-transition-delay: 2.6s !important;
  -webkit-transition-delay: 2.6s !important;
  -o-transition-delay: 2.6s !important;
}
.fade_ul li:nth-child(15), #articlelist li:nth-child(15) {
  transition-delay: 2.8s !important;
  -moz-transition-delay: 2.8s !important;
  -webkit-transition-delay: 2.8s !important;
  -o-transition-delay: 2.8s !important;
}
.fade_ul li:nth-child(16), #articlelist li:nth-child(16) {
  transition-delay: 3s !important;
  -moz-transition-delay: 3s !important;
  -webkit-transition-delay: 3s !important;
  -o-transition-delay: 3s !important;
}
.fade_ul li:nth-child(17), #articlelist li:nth-child(17) {
  transition-delay: 3.2s !important;
  -moz-transition-delay: 3.2s !important;
  -webkit-transition-delay: 3.2s !important;
  -o-transition-delay: 3.2s !important;
}
.fade_ul li:nth-child(18), #articlelist li:nth-child(18) {
  transition-delay: 3.4s !important;
  -moz-transition-delay: 3.4s !important;
  -webkit-transition-delay: 3.4s !important;
  -o-transition-delay: 3.4s !important;
}
.fade_ul li:nth-child(19), #articlelist li:nth-child(19) {
  transition-delay: 3.6s !important;
  -moz-transition-delay: 3.6s !important;
  -webkit-transition-delay: 3.6s !important;
  -o-transition-delay: 3.6s !important;
}
.fade_ul li:nth-child(20), #articlelist li:nth-child(20) {
  transition-delay: 3.8s !important;
  -moz-transition-delay: 3.8s !important;
  -webkit-transition-delay: 3.8s !important;
  -o-transition-delay: 3.8s !important;
}
.fade_ul li:nth-child(21), #articlelist li:nth-child(21) {
  transition-delay: 4s !important;
  -moz-transition-delay: 4s !important;
  -webkit-transition-delay: 4s !important;
  -o-transition-delay: 4s !important;
}

.fade_ul_fast li {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
}
.fade_ul_fast li:nth-child(2) {
  transition-delay: 0.1s !important;
  -moz-transition-delay: 0.1s !important;
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
}
.fade_ul_fast li:nth-child(3) {
  transition-delay: 0.2s !important;
  -moz-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
}
.fade_ul_fast li:nth-child(4) {
  transition-delay: 0.3s !important;
  -moz-transition-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
}
.fade_ul_fast li:nth-child(5) {
  transition-delay: 0.4s !important;
  -moz-transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
}
.fade_ul_fast li:nth-child(6) {
  transition-delay: 0.5s !important;
  -moz-transition-delay: 0.5s !important;
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
}
.fade_ul_fast li:nth-child(7) {
  transition-delay: 0.6s !important;
  -moz-transition-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
}
.fade_ul_fast li:nth-child(8) {
  transition-delay: 0.7s !important;
  -moz-transition-delay: 0.7s !important;
  -webkit-transition-delay: 0.7s !important;
  -o-transition-delay: 0.7s !important;
}
.fade_ul_fast li:nth-child(9) {
  transition-delay: 0.8s !important;
  -moz-transition-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
}
.fade_ul_fast li:nth-child(10) {
  transition-delay: 0.9s !important;
  -moz-transition-delay: 0.9s !important;
  -webkit-transition-delay: 0.9s !important;
  -o-transition-delay: 0.9s !important;
}
.fade_ul_fast li:nth-child(11) {
  transition-delay: 1s !important;
  -moz-transition-delay: 1s !important;
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
}
.fade_ul_fast li:nth-child(12) {
  transition-delay: 1.1s !important;
  -moz-transition-delay: 1.1s !important;
  -webkit-transition-delay: 1.1s !important;
  -o-transition-delay: 1.1s !important;
}
.fade_ul_fast li:nth-child(13) {
  transition-delay: 1.2s !important;
  -moz-transition-delay: 1.2s !important;
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
}
.fade_ul_fast li:nth-child(14) {
  transition-delay: 1.3s !important;
  -moz-transition-delay: 1.3s !important;
  -webkit-transition-delay: 1.3s !important;
  -o-transition-delay: 1.3s !important;
}
.fade_ul_fast li:nth-child(15) {
  transition-delay: 1.4s !important;
  -moz-transition-delay: 1.4s !important;
  -webkit-transition-delay: 1.4s !important;
  -o-transition-delay: 1.4s !important;
}
.fade_ul_fast li:nth-child(16) {
  transition-delay: 1.5s !important;
  -moz-transition-delay: 1.5s !important;
  -webkit-transition-delay: 1.5s !important;
  -o-transition-delay: 1.5s !important;
}
.fade_ul_fast li:nth-child(17) {
  transition-delay: 1.6s !important;
  -moz-transition-delay: 1.6s !important;
  -webkit-transition-delay: 1.6s !important;
  -o-transition-delay: 1.6s !important;
}
.fade_ul_fast li:nth-child(18) {
  transition-delay: 1.7s !important;
  -moz-transition-delay: 1.7s !important;
  -webkit-transition-delay: 1.7s !important;
  -o-transition-delay: 1.7s !important;
}
.fade_ul_fast li:nth-child(19) {
  transition-delay: 1.8s !important;
  -moz-transition-delay: 1.8s !important;
  -webkit-transition-delay: 1.8s !important;
  -o-transition-delay: 1.8s !important;
}
.fade_ul_fast li:nth-child(20) {
  transition-delay: 1.9s !important;
  -moz-transition-delay: 1.9s !important;
  -webkit-transition-delay: 1.9s !important;
  -o-transition-delay: 1.9s !important;
}
.fade_ul_fast li:nth-child(21) {
  transition-delay: 2s !important;
  -moz-transition-delay: 2s !important;
  -webkit-transition-delay: 2s !important;
  -o-transition-delay: 2s !important;
}

.animetion .fade_ul li, .animetion.fade_ul li, .animetion #articlelist li, .animetion#articlelist li, .animetion .fade_ul_fast li, .animetion.fade_ul_fast li {
  opacity: 0 !important;
  transform: translate(0, 20px) !important;
}

.fade_dl_pieces dt, .fade_dl_pieces dd {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
}
.fade_dl_pieces dt:nth-child(3), .fade_dl_pieces dd:nth-child(3) {
  transition-delay: 0.2s !important;
  -moz-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
}
.fade_dl_pieces dt:nth-child(4), .fade_dl_pieces dd:nth-child(4) {
  transition-delay: 0.2s !important;
  -moz-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
}
.fade_dl_pieces dt:nth-child(5), .fade_dl_pieces dd:nth-child(5) {
  transition-delay: 0.4s !important;
  -moz-transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
}
.fade_dl_pieces dt:nth-child(6), .fade_dl_pieces dd:nth-child(6) {
  transition-delay: 0.4s !important;
  -moz-transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
}
.fade_dl_pieces dt:nth-child(7), .fade_dl_pieces dd:nth-child(7) {
  transition-delay: 0.6s !important;
  -moz-transition-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
}
.fade_dl_pieces dt:nth-child(8), .fade_dl_pieces dd:nth-child(8) {
  transition-delay: 0.6s !important;
  -moz-transition-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
}
.fade_dl_pieces dt:nth-child(9), .fade_dl_pieces dd:nth-child(9) {
  transition-delay: 0.8s !important;
  -moz-transition-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
}
.fade_dl_pieces dt:nth-child(10), .fade_dl_pieces dd:nth-child(10) {
  transition-delay: 0.8s !important;
  -moz-transition-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
}
.fade_dl_pieces dt:nth-child(11), .fade_dl_pieces dd:nth-child(11) {
  transition-delay: 1s !important;
  -moz-transition-delay: 1s !important;
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
}
.fade_dl_pieces dt:nth-child(12), .fade_dl_pieces dd:nth-child(12) {
  transition-delay: 1s !important;
  -moz-transition-delay: 1s !important;
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
}
.fade_dl_pieces dt:nth-child(13), .fade_dl_pieces dd:nth-child(13) {
  transition-delay: 1.2s !important;
  -moz-transition-delay: 1.2s !important;
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
}
.fade_dl_pieces dt:nth-child(14), .fade_dl_pieces dd:nth-child(14) {
  transition-delay: 1.2s !important;
  -moz-transition-delay: 1.2s !important;
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
}
.fade_dl_pieces dt:nth-child(15), .fade_dl_pieces dd:nth-child(15) {
  transition-delay: 1.8s !important;
  -moz-transition-delay: 1.8s !important;
  -webkit-transition-delay: 1.8s !important;
  -o-transition-delay: 1.8s !important;
}
.fade_dl_pieces dt:nth-child(16), .fade_dl_pieces dd:nth-child(16) {
  transition-delay: 1.8s !important;
  -moz-transition-delay: 1.8s !important;
  -webkit-transition-delay: 1.8s !important;
  -o-transition-delay: 1.8s !important;
}
.fade_dl_pieces dt:nth-child(17), .fade_dl_pieces dd:nth-child(17) {
  transition-delay: 2s !important;
  -moz-transition-delay: 2s !important;
  -webkit-transition-delay: 2s !important;
  -o-transition-delay: 2s !important;
}
.fade_dl_pieces dt:nth-child(18), .fade_dl_pieces dd:nth-child(18) {
  transition-delay: 2s !important;
  -moz-transition-delay: 2s !important;
  -webkit-transition-delay: 2s !important;
  -o-transition-delay: 2s !important;
}
.fade_dl_pieces dt:nth-child(19), .fade_dl_pieces dd:nth-child(19) {
  transition-delay: 2.2s !important;
  -moz-transition-delay: 2.2s !important;
  -webkit-transition-delay: 2.2s !important;
  -o-transition-delay: 2.2s !important;
}
.fade_dl_pieces dt:nth-child(20), .fade_dl_pieces dd:nth-child(20) {
  transition-delay: 2.2s !important;
  -moz-transition-delay: 2.2s !important;
  -webkit-transition-delay: 2.2s !important;
  -o-transition-delay: 2.2s !important;
}
.fade_dl_pieces dt:nth-child(21), .fade_dl_pieces dd:nth-child(21) {
  transition-delay: 2.4s !important;
  -moz-transition-delay: 2.4s !important;
  -webkit-transition-delay: 2.4s !important;
  -o-transition-delay: 2.4s !important;
}
.fade_dl_pieces dt:nth-child(22), .fade_dl_pieces dd:nth-child(22) {
  transition-delay: 2.4s !important;
  -moz-transition-delay: 2.4s !important;
  -webkit-transition-delay: 2.4s !important;
  -o-transition-delay: 2.4s !important;
}
.fade_dl_pieces dt:nth-child(23), .fade_dl_pieces dd:nth-child(23) {
  transition-delay: 2.6s !important;
  -moz-transition-delay: 2.6s !important;
  -webkit-transition-delay: 2.6s !important;
  -o-transition-delay: 2.6s !important;
}
.fade_dl_pieces dt:nth-child(24), .fade_dl_pieces dd:nth-child(24) {
  transition-delay: 2.6s !important;
  -moz-transition-delay: 2.6s !important;
  -webkit-transition-delay: 2.6s !important;
  -o-transition-delay: 2.6s !important;
}
.fade_dl_pieces dt:nth-child(25), .fade_dl_pieces dd:nth-child(25) {
  transition-delay: 2.8s !important;
  -moz-transition-delay: 2.8s !important;
  -webkit-transition-delay: 2.8s !important;
  -o-transition-delay: 2.8s !important;
}
.fade_dl_pieces dt:nth-child(26), .fade_dl_pieces dd:nth-child(26) {
  transition-delay: 2.8s !important;
  -moz-transition-delay: 2.8s !important;
  -webkit-transition-delay: 2.8s !important;
  -o-transition-delay: 2.8s !important;
}
.fade_dl_pieces dt:nth-child(27), .fade_dl_pieces dd:nth-child(27) {
  transition-delay: 3s !important;
  -moz-transition-delay: 3s !important;
  -webkit-transition-delay: 3s !important;
  -o-transition-delay: 3s !important;
}
.fade_dl_pieces dt:nth-child(28), .fade_dl_pieces dd:nth-child(28) {
  transition-delay: 3s !important;
  -moz-transition-delay: 3s !important;
  -webkit-transition-delay: 3s !important;
  -o-transition-delay: 3s !important;
}
.fade_dl_pieces dt:nth-child(29), .fade_dl_pieces dd:nth-child(29) {
  transition-delay: 3.2s !important;
  -moz-transition-delay: 3.2s !important;
  -webkit-transition-delay: 3.2s !important;
  -o-transition-delay: 3.2s !important;
}
.fade_dl_pieces dt:nth-child(30), .fade_dl_pieces dd:nth-child(30) {
  transition-delay: 3.2s !important;
  -moz-transition-delay: 3.2s !important;
  -webkit-transition-delay: 3.2s !important;
  -o-transition-delay: 3.2s !important;
}
.fade_dl_pieces dt:nth-child(31), .fade_dl_pieces dd:nth-child(31) {
  transition-delay: 3.4s !important;
  -moz-transition-delay: 3.4s !important;
  -webkit-transition-delay: 3.4s !important;
  -o-transition-delay: 3.4s !important;
}
.fade_dl_pieces dt:nth-child(32), .fade_dl_pieces dd:nth-child(32) {
  transition-delay: 3.4s !important;
  -moz-transition-delay: 3.4s !important;
  -webkit-transition-delay: 3.4s !important;
  -o-transition-delay: 3.4s !important;
}
.fade_dl_pieces dt:nth-child(33), .fade_dl_pieces dd:nth-child(33) {
  transition-delay: 3.6s !important;
  -moz-transition-delay: 3.6s !important;
  -webkit-transition-delay: 3.6s !important;
  -o-transition-delay: 3.6s !important;
}
.fade_dl_pieces dt:nth-child(34), .fade_dl_pieces dd:nth-child(34) {
  transition-delay: 3.6s !important;
  -moz-transition-delay: 3.6s !important;
  -webkit-transition-delay: 3.6s !important;
  -o-transition-delay: 3.6s !important;
}
.fade_dl_pieces dt:nth-child(35), .fade_dl_pieces dd:nth-child(35) {
  transition-delay: 3.8s !important;
  -moz-transition-delay: 3.8s !important;
  -webkit-transition-delay: 3.8s !important;
  -o-transition-delay: 3.8s !important;
}
.fade_dl_pieces dt:nth-child(36), .fade_dl_pieces dd:nth-child(36) {
  transition-delay: 3.8s !important;
  -moz-transition-delay: 3.8s !important;
  -webkit-transition-delay: 3.8s !important;
  -o-transition-delay: 3.8s !important;
}
.fade_dl_pieces dt:nth-child(37), .fade_dl_pieces dd:nth-child(37) {
  transition-delay: 4s !important;
  -moz-transition-delay: 4s !important;
  -webkit-transition-delay: 4s !important;
  -o-transition-delay: 4s !important;
}
.fade_dl_pieces dt:nth-child(38), .fade_dl_pieces dd:nth-child(38) {
  transition-delay: 4s !important;
  -moz-transition-delay: 4s !important;
  -webkit-transition-delay: 4s !important;
  -o-transition-delay: 4s !important;
}
.fade_dl_pieces dt:nth-child(39), .fade_dl_pieces dd:nth-child(39) {
  transition-delay: 4.2s !important;
  -moz-transition-delay: 4.2s !important;
  -webkit-transition-delay: 4.2s !important;
  -o-transition-delay: 4.2s !important;
}
.fade_dl_pieces dt:nth-child(40), .fade_dl_pieces dd:nth-child(40) {
  transition-delay: 4.2s !important;
  -moz-transition-delay: 4.2s !important;
  -webkit-transition-delay: 4.2s !important;
  -o-transition-delay: 4.2s !important;
}
.fade_dl_pieces dt:nth-child(41), .fade_dl_pieces dd:nth-child(41) {
  transition-delay: 4.4s !important;
  -moz-transition-delay: 4.4s !important;
  -webkit-transition-delay: 4.4s !important;
  -o-transition-delay: 4.4s !important;
}
.fade_dl_pieces dt:nth-child(42), .fade_dl_pieces dd:nth-child(42) {
  transition-delay: 4.4s !important;
  -moz-transition-delay: 4.4s !important;
  -webkit-transition-delay: 4.4s !important;
  -o-transition-delay: 4.4s !important;
}
.fade_dl_pieces dt:nth-child(43), .fade_dl_pieces dd:nth-child(43) {
  transition-delay: 4.6s !important;
  -moz-transition-delay: 4.6s !important;
  -webkit-transition-delay: 4.6s !important;
  -o-transition-delay: 4.6s !important;
}
.fade_dl_pieces dt:nth-child(44), .fade_dl_pieces dd:nth-child(44) {
  transition-delay: 4.6s !important;
  -moz-transition-delay: 4.6s !important;
  -webkit-transition-delay: 4.6s !important;
  -o-transition-delay: 4.6s !important;
}
.fade_dl_pieces dt:nth-child(45), .fade_dl_pieces dd:nth-child(45) {
  transition-delay: 4.8s !important;
  -moz-transition-delay: 4.8s !important;
  -webkit-transition-delay: 4.8s !important;
  -o-transition-delay: 4.8s !important;
}
.fade_dl_pieces dt:nth-child(46), .fade_dl_pieces dd:nth-child(46) {
  transition-delay: 4.8s !important;
  -moz-transition-delay: 4.8s !important;
  -webkit-transition-delay: 4.8s !important;
  -o-transition-delay: 4.8s !important;
}
.fade_dl_pieces dt:nth-child(47), .fade_dl_pieces dd:nth-child(47) {
  transition-delay: 5s !important;
  -moz-transition-delay: 5s !important;
  -webkit-transition-delay: 5s !important;
  -o-transition-delay: 5s !important;
}
.fade_dl_pieces dt:nth-child(48), .fade_dl_pieces dd:nth-child(48) {
  transition-delay: 5s !important;
  -moz-transition-delay: 5s !important;
  -webkit-transition-delay: 5s !important;
  -o-transition-delay: 5s !important;
}
.fade_dl_pieces dt:nth-child(49), .fade_dl_pieces dd:nth-child(49) {
  transition-delay: 5.2s !important;
  -moz-transition-delay: 5.2s !important;
  -webkit-transition-delay: 5.2s !important;
  -o-transition-delay: 5.2s !important;
}
.fade_dl_pieces dt:nth-child(50), .fade_dl_pieces dd:nth-child(50) {
  transition-delay: 5.2s !important;
  -moz-transition-delay: 5.2s !important;
  -webkit-transition-delay: 5.2s !important;
  -o-transition-delay: 5.2s !important;
}

.fade_dl_pieces_fast dt, .fade_dl_pieces_fast dd {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
}
.fade_dl_pieces_fast dt:nth-child(3), .fade_dl_pieces_fast dd:nth-child(3) {
  transition-delay: 0.1s !important;
  -moz-transition-delay: 0.1s !important;
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
}
.fade_dl_pieces_fast dt:nth-child(4), .fade_dl_pieces_fast dd:nth-child(4) {
  transition-delay: 0.1s !important;
  -moz-transition-delay: 0.1s !important;
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
}
.fade_dl_pieces_fast dt:nth-child(5), .fade_dl_pieces_fast dd:nth-child(5) {
  transition-delay: 0.2s !important;
  -moz-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
}
.fade_dl_pieces_fast dt:nth-child(6), .fade_dl_pieces_fast dd:nth-child(6) {
  transition-delay: 0.2s !important;
  -moz-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
}
.fade_dl_pieces_fast dt:nth-child(7), .fade_dl_pieces_fast dd:nth-child(7) {
  transition-delay: 0.3s !important;
  -moz-transition-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
}
.fade_dl_pieces_fast dt:nth-child(8), .fade_dl_pieces_fast dd:nth-child(8) {
  transition-delay: 0.3s !important;
  -moz-transition-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
}
.fade_dl_pieces_fast dt:nth-child(9), .fade_dl_pieces_fast dd:nth-child(9) {
  transition-delay: 0.4s !important;
  -moz-transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
}
.fade_dl_pieces_fast dt:nth-child(10), .fade_dl_pieces_fast dd:nth-child(10) {
  transition-delay: 0.4s !important;
  -moz-transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
}
.fade_dl_pieces_fast dt:nth-child(11), .fade_dl_pieces_fast dd:nth-child(11) {
  transition-delay: 0.5s !important;
  -moz-transition-delay: 0.5s !important;
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
}
.fade_dl_pieces_fast dt:nth-child(12), .fade_dl_pieces_fast dd:nth-child(12) {
  transition-delay: 0.5s !important;
  -moz-transition-delay: 0.5s !important;
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
}
.fade_dl_pieces_fast dt:nth-child(13), .fade_dl_pieces_fast dd:nth-child(13) {
  transition-delay: 0.6s !important;
  -moz-transition-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
}
.fade_dl_pieces_fast dt:nth-child(14), .fade_dl_pieces_fast dd:nth-child(14) {
  transition-delay: 0.6s !important;
  -moz-transition-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
}
.fade_dl_pieces_fast dt:nth-child(15), .fade_dl_pieces_fast dd:nth-child(15) {
  transition-delay: 0.7s !important;
  -moz-transition-delay: 0.7s !important;
  -webkit-transition-delay: 0.7s !important;
  -o-transition-delay: 0.7s !important;
}
.fade_dl_pieces_fast dt:nth-child(16), .fade_dl_pieces_fast dd:nth-child(16) {
  transition-delay: 0.7s !important;
  -moz-transition-delay: 0.7s !important;
  -webkit-transition-delay: 0.7s !important;
  -o-transition-delay: 0.7s !important;
}
.fade_dl_pieces_fast dt:nth-child(17), .fade_dl_pieces_fast dd:nth-child(17) {
  transition-delay: 0.8s !important;
  -moz-transition-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
}
.fade_dl_pieces_fast dt:nth-child(18), .fade_dl_pieces_fast dd:nth-child(18) {
  transition-delay: 0.8s !important;
  -moz-transition-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
}
.fade_dl_pieces_fast dt:nth-child(19), .fade_dl_pieces_fast dd:nth-child(19) {
  transition-delay: 0.9s !important;
  -moz-transition-delay: 0.9s !important;
  -webkit-transition-delay: 0.9s !important;
  -o-transition-delay: 0.9s !important;
}
.fade_dl_pieces_fast dt:nth-child(20), .fade_dl_pieces_fast dd:nth-child(20) {
  transition-delay: 0.9s !important;
  -moz-transition-delay: 0.9s !important;
  -webkit-transition-delay: 0.9s !important;
  -o-transition-delay: 0.9s !important;
}
.fade_dl_pieces_fast dt:nth-child(21), .fade_dl_pieces_fast dd:nth-child(21) {
  transition-delay: 1s !important;
  -moz-transition-delay: 1s !important;
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
}
.fade_dl_pieces_fast dt:nth-child(22), .fade_dl_pieces_fast dd:nth-child(22) {
  transition-delay: 1s !important;
  -moz-transition-delay: 1s !important;
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
}
.fade_dl_pieces_fast dt:nth-child(23), .fade_dl_pieces_fast dd:nth-child(23) {
  transition-delay: 1.1s !important;
  -moz-transition-delay: 1.1s !important;
  -webkit-transition-delay: 1.1s !important;
  -o-transition-delay: 1.1s !important;
}
.fade_dl_pieces_fast dt:nth-child(24), .fade_dl_pieces_fast dd:nth-child(24) {
  transition-delay: 1.1s !important;
  -moz-transition-delay: 1.1s !important;
  -webkit-transition-delay: 1.1s !important;
  -o-transition-delay: 1.1s !important;
}
.fade_dl_pieces_fast dt:nth-child(25), .fade_dl_pieces_fast dd:nth-child(25) {
  transition-delay: 1.2s !important;
  -moz-transition-delay: 1.2s !important;
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
}
.fade_dl_pieces_fast dt:nth-child(26), .fade_dl_pieces_fast dd:nth-child(26) {
  transition-delay: 1.2s !important;
  -moz-transition-delay: 1.2s !important;
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
}
.fade_dl_pieces_fast dt:nth-child(27), .fade_dl_pieces_fast dd:nth-child(27) {
  transition-delay: 1.3s !important;
  -moz-transition-delay: 1.3s !important;
  -webkit-transition-delay: 1.3s !important;
  -o-transition-delay: 1.3s !important;
}
.fade_dl_pieces_fast dt:nth-child(28), .fade_dl_pieces_fast dd:nth-child(28) {
  transition-delay: 1.3s !important;
  -moz-transition-delay: 1.3s !important;
  -webkit-transition-delay: 1.3s !important;
  -o-transition-delay: 1.3s !important;
}
.fade_dl_pieces_fast dt:nth-child(29), .fade_dl_pieces_fast dd:nth-child(29) {
  transition-delay: 1.4s !important;
  -moz-transition-delay: 1.4s !important;
  -webkit-transition-delay: 1.4s !important;
  -o-transition-delay: 1.4s !important;
}
.fade_dl_pieces_fast dt:nth-child(30), .fade_dl_pieces_fast dd:nth-child(30) {
  transition-delay: 1.4s !important;
  -moz-transition-delay: 1.4s !important;
  -webkit-transition-delay: 1.4s !important;
  -o-transition-delay: 1.4s !important;
}
.fade_dl_pieces_fast dt:nth-child(31), .fade_dl_pieces_fast dd:nth-child(31) {
  transition-delay: 1.5s !important;
  -moz-transition-delay: 1.5s !important;
  -webkit-transition-delay: 1.5s !important;
  -o-transition-delay: 1.5s !important;
}
.fade_dl_pieces_fast dt:nth-child(32), .fade_dl_pieces_fast dd:nth-child(32) {
  transition-delay: 1.5s !important;
  -moz-transition-delay: 1.5s !important;
  -webkit-transition-delay: 1.5s !important;
  -o-transition-delay: 1.5s !important;
}
.fade_dl_pieces_fast dt:nth-child(33), .fade_dl_pieces_fast dd:nth-child(33) {
  transition-delay: 1.6s !important;
  -moz-transition-delay: 1.6s !important;
  -webkit-transition-delay: 1.6s !important;
  -o-transition-delay: 1.6s !important;
}
.fade_dl_pieces_fast dt:nth-child(34), .fade_dl_pieces_fast dd:nth-child(34) {
  transition-delay: 1.6s !important;
  -moz-transition-delay: 1.6s !important;
  -webkit-transition-delay: 1.6s !important;
  -o-transition-delay: 1.6s !important;
}
.fade_dl_pieces_fast dt:nth-child(35), .fade_dl_pieces_fast dd:nth-child(35) {
  transition-delay: 1.7s !important;
  -moz-transition-delay: 1.7s !important;
  -webkit-transition-delay: 1.7s !important;
  -o-transition-delay: 1.7s !important;
}
.fade_dl_pieces_fast dt:nth-child(36), .fade_dl_pieces_fast dd:nth-child(36) {
  transition-delay: 1.7s !important;
  -moz-transition-delay: 1.7s !important;
  -webkit-transition-delay: 1.7s !important;
  -o-transition-delay: 1.7s !important;
}
.fade_dl_pieces_fast dt:nth-child(37), .fade_dl_pieces_fast dd:nth-child(37) {
  transition-delay: 1.8s !important;
  -moz-transition-delay: 1.8s !important;
  -webkit-transition-delay: 1.8s !important;
  -o-transition-delay: 1.8s !important;
}
.fade_dl_pieces_fast dt:nth-child(38), .fade_dl_pieces_fast dd:nth-child(38) {
  transition-delay: 1.8s !important;
  -moz-transition-delay: 1.8s !important;
  -webkit-transition-delay: 1.8s !important;
  -o-transition-delay: 1.8s !important;
}
.fade_dl_pieces_fast dt:nth-child(39), .fade_dl_pieces_fast dd:nth-child(39) {
  transition-delay: 1.9s !important;
  -moz-transition-delay: 1.9s !important;
  -webkit-transition-delay: 1.9s !important;
  -o-transition-delay: 1.9s !important;
}
.fade_dl_pieces_fast dt:nth-child(40), .fade_dl_pieces_fast dd:nth-child(40) {
  transition-delay: 1.9s !important;
  -moz-transition-delay: 1.9s !important;
  -webkit-transition-delay: 1.9s !important;
  -o-transition-delay: 1.9s !important;
}
.fade_dl_pieces_fast dt:nth-child(41), .fade_dl_pieces_fast dd:nth-child(41) {
  transition-delay: 2s !important;
  -moz-transition-delay: 2s !important;
  -webkit-transition-delay: 2s !important;
  -o-transition-delay: 2s !important;
}
.fade_dl_pieces_fast dt:nth-child(42), .fade_dl_pieces_fast dd:nth-child(42) {
  transition-delay: 2s !important;
  -moz-transition-delay: 2s !important;
  -webkit-transition-delay: 2s !important;
  -o-transition-delay: 2s !important;
}
.fade_dl_pieces_fast dt:nth-child(43), .fade_dl_pieces_fast dd:nth-child(43) {
  transition-delay: 2.1s !important;
  -moz-transition-delay: 2.1s !important;
  -webkit-transition-delay: 2.1s !important;
  -o-transition-delay: 2.1s !important;
}
.fade_dl_pieces_fast dt:nth-child(44), .fade_dl_pieces_fast dd:nth-child(44) {
  transition-delay: 2.1s !important;
  -moz-transition-delay: 2.1s !important;
  -webkit-transition-delay: 2.1s !important;
  -o-transition-delay: 2.1s !important;
}
.fade_dl_pieces_fast dt:nth-child(45), .fade_dl_pieces_fast dd:nth-child(45) {
  transition-delay: 2.2s !important;
  -moz-transition-delay: 2.2s !important;
  -webkit-transition-delay: 2.2s !important;
  -o-transition-delay: 2.2s !important;
}
.fade_dl_pieces_fast dt:nth-child(46), .fade_dl_pieces_fast dd:nth-child(46) {
  transition-delay: 2.2s !important;
  -moz-transition-delay: 2.2s !important;
  -webkit-transition-delay: 2.2s !important;
  -o-transition-delay: 2.2s !important;
}
.fade_dl_pieces_fast dt:nth-child(47), .fade_dl_pieces_fast dd:nth-child(47) {
  transition-delay: 2.3s !important;
  -moz-transition-delay: 2.3s !important;
  -webkit-transition-delay: 2.3s !important;
  -o-transition-delay: 2.3s !important;
}
.fade_dl_pieces_fast dt:nth-child(48), .fade_dl_pieces_fast dd:nth-child(48) {
  transition-delay: 2.3s !important;
  -moz-transition-delay: 2.3s !important;
  -webkit-transition-delay: 2.3s !important;
  -o-transition-delay: 2.3s !important;
}
.fade_dl_pieces_fast dt:nth-child(49), .fade_dl_pieces_fast dd:nth-child(49) {
  transition-delay: 2.4s !important;
  -moz-transition-delay: 2.4s !important;
  -webkit-transition-delay: 2.4s !important;
  -o-transition-delay: 2.4s !important;
}
.fade_dl_pieces_fast dt:nth-child(50), .fade_dl_pieces_fast dd:nth-child(50) {
  transition-delay: 2.4s !important;
  -moz-transition-delay: 2.4s !important;
  -webkit-transition-delay: 2.4s !important;
  -o-transition-delay: 2.4s !important;
}

.fade_dl dt, .fade_dl dd {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
}
.fade_dl dt:nth-child(2), .fade_dl dd:nth-child(2) {
  transition-delay: 0.2s !important;
  -moz-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
}
.fade_dl dt:nth-child(3), .fade_dl dd:nth-child(3) {
  transition-delay: 0.4s !important;
  -moz-transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
}
.fade_dl dt:nth-child(4), .fade_dl dd:nth-child(4) {
  transition-delay: 0.6s !important;
  -moz-transition-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
}
.fade_dl dt:nth-child(5), .fade_dl dd:nth-child(5) {
  transition-delay: 0.8s !important;
  -moz-transition-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
}
.fade_dl dt:nth-child(6), .fade_dl dd:nth-child(6) {
  transition-delay: 1s !important;
  -moz-transition-delay: 1s !important;
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
}
.fade_dl dt:nth-child(7), .fade_dl dd:nth-child(7) {
  transition-delay: 1.2s !important;
  -moz-transition-delay: 1.2s !important;
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
}
.fade_dl dt:nth-child(8), .fade_dl dd:nth-child(8) {
  transition-delay: 1.4s !important;
  -moz-transition-delay: 1.4s !important;
  -webkit-transition-delay: 1.4s !important;
  -o-transition-delay: 1.4s !important;
}
.fade_dl dt:nth-child(9), .fade_dl dd:nth-child(9) {
  transition-delay: 1.6s !important;
  -moz-transition-delay: 1.6s !important;
  -webkit-transition-delay: 1.6s !important;
  -o-transition-delay: 1.6s !important;
}
.fade_dl dt:nth-child(10), .fade_dl dd:nth-child(10) {
  transition-delay: 1.8s !important;
  -moz-transition-delay: 1.8s !important;
  -webkit-transition-delay: 1.8s !important;
  -o-transition-delay: 1.8s !important;
}
.fade_dl dt:nth-child(11), .fade_dl dd:nth-child(11) {
  transition-delay: 2s !important;
  -moz-transition-delay: 2s !important;
  -webkit-transition-delay: 2s !important;
  -o-transition-delay: 2s !important;
}
.fade_dl dt:nth-child(12), .fade_dl dd:nth-child(12) {
  transition-delay: 2.2s !important;
  -moz-transition-delay: 2.2s !important;
  -webkit-transition-delay: 2.2s !important;
  -o-transition-delay: 2.2s !important;
}
.fade_dl dt:nth-child(13), .fade_dl dd:nth-child(13) {
  transition-delay: 2.4s !important;
  -moz-transition-delay: 2.4s !important;
  -webkit-transition-delay: 2.4s !important;
  -o-transition-delay: 2.4s !important;
}
.fade_dl dt:nth-child(14), .fade_dl dd:nth-child(14) {
  transition-delay: 2.6s !important;
  -moz-transition-delay: 2.6s !important;
  -webkit-transition-delay: 2.6s !important;
  -o-transition-delay: 2.6s !important;
}
.fade_dl dt:nth-child(15), .fade_dl dd:nth-child(15) {
  transition-delay: 2.8s !important;
  -moz-transition-delay: 2.8s !important;
  -webkit-transition-delay: 2.8s !important;
  -o-transition-delay: 2.8s !important;
}
.fade_dl dt:nth-child(16), .fade_dl dd:nth-child(16) {
  transition-delay: 3s !important;
  -moz-transition-delay: 3s !important;
  -webkit-transition-delay: 3s !important;
  -o-transition-delay: 3s !important;
}
.fade_dl dt:nth-child(17), .fade_dl dd:nth-child(17) {
  transition-delay: 3.2s !important;
  -moz-transition-delay: 3.2s !important;
  -webkit-transition-delay: 3.2s !important;
  -o-transition-delay: 3.2s !important;
}
.fade_dl dt:nth-child(18), .fade_dl dd:nth-child(18) {
  transition-delay: 3.4s !important;
  -moz-transition-delay: 3.4s !important;
  -webkit-transition-delay: 3.4s !important;
  -o-transition-delay: 3.4s !important;
}
.fade_dl dt:nth-child(19), .fade_dl dd:nth-child(19) {
  transition-delay: 3.6s !important;
  -moz-transition-delay: 3.6s !important;
  -webkit-transition-delay: 3.6s !important;
  -o-transition-delay: 3.6s !important;
}
.fade_dl dt:nth-child(20), .fade_dl dd:nth-child(20) {
  transition-delay: 3.8s !important;
  -moz-transition-delay: 3.8s !important;
  -webkit-transition-delay: 3.8s !important;
  -o-transition-delay: 3.8s !important;
}
.fade_dl dt:nth-child(21), .fade_dl dd:nth-child(21) {
  transition-delay: 4s !important;
  -moz-transition-delay: 4s !important;
  -webkit-transition-delay: 4s !important;
  -o-transition-delay: 4s !important;
}

.animetion .fade_dl_pieces dt, .animetion .fade_dl_pieces dd, .animetion.fade_dl_pieces dt, .animetion.fade_dl_pieces dd,
.animetion .fade_dl_pieces_fast dt,
.animetion .fade_dl_pieces_fast dd, .animetion.fade_dl_pieces_fast dt, .animetion.fade_dl_pieces_fast dd,
.animetion .fade_dl dt,
.animetion .fade_dl dd, .animetion.fade_dl dt, .animetion.fade_dl dd,
.animetion .fade_dl_fast dt,
.animetion .fade_dl_fast dd, .animetion.fade_dl_fast dt, .animetion.fade_dl_fast dd {
  opacity: 0 !important;
  transform: translate(0, 20px) !important;
}

.fade_table_fast tr th, .fade_table_fast tr td {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
}
.fade_table_fast tr:nth-child(2) th, .fade_table_fast tr:nth-child(2) td {
  transition-delay: 0.1s !important;
  -moz-transition-delay: 0.1s !important;
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
}
.fade_table_fast tr:nth-child(3) th, .fade_table_fast tr:nth-child(3) td {
  transition-delay: 0.2s !important;
  -moz-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
}
.fade_table_fast tr:nth-child(4) th, .fade_table_fast tr:nth-child(4) td {
  transition-delay: 0.3s !important;
  -moz-transition-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
}
.fade_table_fast tr:nth-child(5) th, .fade_table_fast tr:nth-child(5) td {
  transition-delay: 0.4s !important;
  -moz-transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
}
.fade_table_fast tr:nth-child(6) th, .fade_table_fast tr:nth-child(6) td {
  transition-delay: 0.5s !important;
  -moz-transition-delay: 0.5s !important;
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
}
.fade_table_fast tr:nth-child(7) th, .fade_table_fast tr:nth-child(7) td {
  transition-delay: 0.6s !important;
  -moz-transition-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
}
.fade_table_fast tr:nth-child(8) th, .fade_table_fast tr:nth-child(8) td {
  transition-delay: 0.7s !important;
  -moz-transition-delay: 0.7s !important;
  -webkit-transition-delay: 0.7s !important;
  -o-transition-delay: 0.7s !important;
}
.fade_table_fast tr:nth-child(9) th, .fade_table_fast tr:nth-child(9) td {
  transition-delay: 0.8s !important;
  -moz-transition-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
}
.fade_table_fast tr:nth-child(10) th, .fade_table_fast tr:nth-child(10) td {
  transition-delay: 0.9s !important;
  -moz-transition-delay: 0.9s !important;
  -webkit-transition-delay: 0.9s !important;
  -o-transition-delay: 0.9s !important;
}
.fade_table_fast tr:nth-child(11) th, .fade_table_fast tr:nth-child(11) td {
  transition-delay: 1s !important;
  -moz-transition-delay: 1s !important;
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
}
.fade_table_fast tr:nth-child(12) th, .fade_table_fast tr:nth-child(12) td {
  transition-delay: 1.1s !important;
  -moz-transition-delay: 1.1s !important;
  -webkit-transition-delay: 1.1s !important;
  -o-transition-delay: 1.1s !important;
}
.fade_table_fast tr:nth-child(13) th, .fade_table_fast tr:nth-child(13) td {
  transition-delay: 1.2s !important;
  -moz-transition-delay: 1.2s !important;
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
}
.fade_table_fast tr:nth-child(14) th, .fade_table_fast tr:nth-child(14) td {
  transition-delay: 1.3s !important;
  -moz-transition-delay: 1.3s !important;
  -webkit-transition-delay: 1.3s !important;
  -o-transition-delay: 1.3s !important;
}
.fade_table_fast tr:nth-child(15) th, .fade_table_fast tr:nth-child(15) td {
  transition-delay: 1.4s !important;
  -moz-transition-delay: 1.4s !important;
  -webkit-transition-delay: 1.4s !important;
  -o-transition-delay: 1.4s !important;
}
.fade_table_fast tr:nth-child(16) th, .fade_table_fast tr:nth-child(16) td {
  transition-delay: 1.5s !important;
  -moz-transition-delay: 1.5s !important;
  -webkit-transition-delay: 1.5s !important;
  -o-transition-delay: 1.5s !important;
}
.fade_table_fast tr:nth-child(17) th, .fade_table_fast tr:nth-child(17) td {
  transition-delay: 1.6s !important;
  -moz-transition-delay: 1.6s !important;
  -webkit-transition-delay: 1.6s !important;
  -o-transition-delay: 1.6s !important;
}
.fade_table_fast tr:nth-child(18) th, .fade_table_fast tr:nth-child(18) td {
  transition-delay: 1.7s !important;
  -moz-transition-delay: 1.7s !important;
  -webkit-transition-delay: 1.7s !important;
  -o-transition-delay: 1.7s !important;
}
.fade_table_fast tr:nth-child(19) th, .fade_table_fast tr:nth-child(19) td {
  transition-delay: 1.8s !important;
  -moz-transition-delay: 1.8s !important;
  -webkit-transition-delay: 1.8s !important;
  -o-transition-delay: 1.8s !important;
}
.fade_table_fast tr:nth-child(20) th, .fade_table_fast tr:nth-child(20) td {
  transition-delay: 1.9s !important;
  -moz-transition-delay: 1.9s !important;
  -webkit-transition-delay: 1.9s !important;
  -o-transition-delay: 1.9s !important;
}
.fade_table_fast tr:nth-child(21) th, .fade_table_fast tr:nth-child(21) td {
  transition-delay: 2s !important;
  -moz-transition-delay: 2s !important;
  -webkit-transition-delay: 2s !important;
  -o-transition-delay: 2s !important;
}

.animetion .fade_table_fast tr th, .animetion .fade_table_fast tr td, .animetion.fade_table_fast tr th, .animetion.fade_table_fast tr td {
  opacity: 0 !important;
  transform: translate(0, 20px) !important;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  position: relative;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.m0a {
  margin: 0 auto;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt11 {
  margin-top: 11px !important;
}

.mt14 {
  margin-top: 14px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb11 {
  margin-bottom: 11px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt11 {
  padding-top: 11px !important;
}

.pt14 {
  padding-top: 14px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb11 {
  padding-bottom: 11px !important;
}

.pb14 {
  padding-bottom: 14px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

.fll {
  float: left !important;
}

.flr {
  float: right !important;
}

.op a img,
.op2 {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

.op a img:hover,
.op2:hover {
  opacity: 0.7;
}

.op3 {
  transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  background-color: rgba(255, 255, 255, 0);
}
.op3:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.show_pc {
  display: block;
}

img.show_pc, span.show_pc {
  display: inline;
}

.show_pctb {
  display: block;
}

img.show_pctb, span.show_pctb {
  display: inline;
}

.show_tbsp {
  display: none;
}

img.show_tbsp, span.show_tbsp {
  display: none;
}

.show_tb {
  display: none;
}

img.show_tb, span.show_tb {
  display: none;
}

.show_sp {
  display: none;
}

img.show_sp, span.show_sp {
  display: none;
}

html, body {
  height: 100%;
  text-align: center;
}

body, div, p, li, dt, dd, th, td, h1, h2, h3, h4, h5, h6, input, textarea, option, a {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #222222;
}
@media only screen and (max-width: 679px) {
  body, div, p, li, dt, dd, th, td, h1, h2, h3, h4, h5, h6, input, textarea, option, a {
    font-size: 12px;
  }
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

.yugo {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.yumin {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.lora {
  font-family: 'Lora', serif;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.select {
  width: 140px;
  position: relative;
}
.select::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.select select {
  font-size: 14px;
  height: 34px;
  box-sizing: border-box;
  padding: 0 36px 0 20px;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  border-radius: 3px;
  text-overflow: ellipsis;
}
.select select::-ms-expand {
  display: none;
}
@media only screen and (max-width: 679px) {
  .select::after {
    border-width: 8px 4px 0 4px;
  }
  .select select {
    font-size: 12px;
  }
}

#barba-wrapper {
  max-width: 100%;
  overflow: hidden;
}

.btn_more {
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  display: block;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
.btn_more span {
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.btn_more::before {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  top: -60px;
  left: -303px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: rotate(55deg);
}
.btn_more::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 7px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3.5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.btn_more.green {
  background: #6ace96;
}
.btn_more.green span {
  color: #fff;
}
.btn_more.green::before {
  background: #81deaa;
}
.btn_more.green::after {
  border-color: transparent transparent transparent #ffffff;
}
.btn_more.white {
  background: #fff;
  border: solid 1px #4987bd;
}
.btn_more.white span {
  color: #222222;
}
.btn_more.white::before {
  background: #4987bd;
}
.btn_more.white::after {
  border-color: transparent transparent transparent #4987bd;
}
.btn_more.white:hover span {
  color: #fff;
}
.btn_more.white:hover::after {
  border-color: transparent transparent transparent #fff;
}
.btn_more.transparent {
  border: solid 1px #fff;
}
.btn_more.transparent span {
  color: #fff;
}
.btn_more.transparent::before {
  background: #fff;
}
.btn_more.transparent::after {
  border-color: transparent transparent transparent #fff;
}
.btn_more.transparent:hover span {
  color: #4987bd;
}
.btn_more.transparent:hover::after {
  border-color: transparent transparent transparent #4987bd;
}
.btn_more.insta {
  background: linear-gradient(-135deg, #5300c0, #e90025);
  margin: 0 auto;
}
.btn_more.insta span {
  color: #fff;
  background: url("../img/common/ico_ig_white.png") 25px center no-repeat;
  display: block;
}
@media only screen and (max-width: 679px) {
  .btn_more.insta span {
    background: url("../img/common/ico_ig_white.png") 20px center/15px auto no-repeat;
  }
}
.btn_more.insta::before {
  background: #5300C0;
}
.btn_more.insta::after {
  border-color: transparent transparent transparent #ffffff;
}
.btn_more:hover::before {
  left: -68px;
}
@media only screen and (max-width: 679px) {
  .btn_more {
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

.ttl_banzai {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  padding: 0 27px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.ttl_banzai::before, .ttl_banzai::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 8px;
}
.ttl_banzai::before {
  transform: rotate(61deg);
  left: -4px;
}
.ttl_banzai::after {
  transform: rotate(-61deg);
  right: -4px;
}
@media only screen and (max-width: 679px) {
  .ttl_banzai {
    font-size: 14px;
    line-height: 1.4;
  }
}

.ttl_bb {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: solid 1px #222222;
  margin-bottom: 15px;
}
@media only screen and (max-width: 679px) {
  .ttl_bb {
    font-size: 14px;
    line-height: 1.4;
  }
}

.ttl_wbb {
  font-size: 18px;
  line-height: 38px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  position: relative;
  margin-bottom: 15px;
}
.ttl_wbb::before, .ttl_wbb::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #222222;
  position: absolute;
  left: 0;
}
.ttl_wbb::before {
  top: 2px;
}
.ttl_wbb::after {
  bottom: 2px;
}
.ttl_wbb + p {
  line-height: 2;
  width: 56.6%;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 779px) {
  .ttl_wbb + p {
    width: 80%;
  }
}
@media only screen and (max-width: 679px) {
  .ttl_wbb {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .ttl_wbb + p {
    width: 90%;
    margin-bottom: 20px;
  }
}

.ttl_lora_yugo {
  margin-bottom: 30px;
}
.ttl_lora_yugo .lora {
  font-size: 28px;
  margin-bottom: 8px;
  letter-spacing: 3px;
}
.ttl_lora_yugo .yugo {
  font-size: 14px;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 679px) {
  .ttl_lora_yugo {
    margin-bottom: 20px;
  }
  .ttl_lora_yugo .lora {
    font-size: 22px !important;
    letter-spacing: 2px !important;
  }
  .ttl_lora_yugo .yugo {
    font-size: 12px !important;
  }
}

#lightbox_bg {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  display: none;
}

.lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 46px 50px 30px;
  z-index: 10;
  display: none;
}
.lightbox a {
  display: block;
  width: 40px;
  height: 40px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.lightbox a::before, .lightbox a::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.5px 0 0 -10px;
}
.lightbox a::after {
  transform: rotate(-45deg);
}
.lightbox figure {
  width: 580px;
  margin-bottom: 10px;
}
.lightbox figure img {
  width: 580px;
  height: auto;
}
.lightbox p {
  width: 580px;
  text-align: left;
  line-height: 1.9;
}
.lightbox dl {
  width: 580px;
  text-align: left;
}
.lightbox dl dt {
  font-weight: bold;
  line-height: 1.9;
  float: left;
  clear: both;
}
.lightbox dl dd {
  line-height: 1.9;
}
@media only screen and (max-width: 679px) {
  .lightbox {
    padding: 25px 25px 20px;
    width: 94%;
    box-sizing: border-box;
  }
  .lightbox a {
    width: 20px;
    height: 20px;
  }
  .lightbox a::before, .lightbox a::after {
    width: 15px;
    height: 2px;
    margin: -1px 0 0 -7.5px;
  }
  .lightbox a::after {
    transform: rotate(-45deg);
  }
  .lightbox figure {
    width: 100%;
  }
  .lightbox figure img {
    width: 100%;
    height: auto;
  }
  .lightbox p {
    width: 100%;
    line-height: 1.8;
  }
  .lightbox dl {
    width: 100%;
  }
  .lightbox dl dt {
    line-height: 1.8;
  }
  .lightbox dl dd {
    line-height: 1.8;
  }
}

.link_imgbox {
  display: block;
  overflow: hidden;
}
.link_imgbox > figure {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.link_imgbox > figure::before {
  content: "";
  width: 85.9%;
  height: 85.9%;
  background: rgba(73, 135, 189, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  transform: scale(0.9) translate(-50%, -50%);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.link_imgbox > figure::after {
  width: 260px;
  height: 260px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -130px 0 0 -130px;
  content: "VIEW MORE";
  font-size: 16px;
  color: #FFF;
  text-align: center;
  line-height: 260px;
  z-index: 3;
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.link_imgbox > figure > img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.link_imgbox:hover figure::before {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.link_imgbox:hover figure::after {
  opacity: 1;
  transform: translate(0, 0);
}
.link_imgbox:hover figure img {
  transform: scale(1.1);
}

.max {
  width: 100%;
  max-width: 1980px;
  margin: 0 auto;
}

.max2 {
  width: 83.3%;
  margin: 0 auto;
}
@media only screen and (max-width: 679px) {
  .max2 {
    width: 88%;
  }
}

.max3 {
  width: 90.2%;
  margin: 0 auto;
}

.pic_scroll {
  width: 100%;
}
.pic_scroll .pic {
  width: 100%;
  overflow: hidden;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.pic_scroll .pic .bg {
  transition: all 5s;
  -moz-transition: all 5s;
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  transform: scale(1);
}
.pic_scroll.animetion .pic {
  width: 0 !important;
}
.pic_scroll.animetion .pic .bg {
  transform: scale(1.06);
}

.animetion .pic_scroll .pic {
  width: 0 !important;
}
.animetion .pic_scroll .pic .bg {
  transform: scale(1.06);
}

.pic_txt_anime .pic {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.pic_txt_anime .pic .bg {
  overflow: hidden;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
}
.pic_txt_anime .pic .bg::before {
  content: "";
  width: 200%;
  height: 1200px;
  position: absolute;
  top: -480px;
  left: 1060px;
  background: #6ace96;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
  transform: rotate(60deg);
  transition-delay: 0.3s !important;
  -moz-transition-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
}
.pic_txt_anime .pic .bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.pic_txt_anime .txt .box h2, .pic_txt_anime .txt .box h3, .pic_txt_anime .txt .box h4, .pic_txt_anime .txt .box h5, .pic_txt_anime .txt .box p, .pic_txt_anime .txt .box a, .pic_txt_anime .txt .box figure, .pic_txt_anime .txt .box .yumin {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
}
.pic_txt_anime .txt .box h2:nth-child(1), .pic_txt_anime .txt .box h3:nth-child(1), .pic_txt_anime .txt .box h4:nth-child(1), .pic_txt_anime .txt .box h5:nth-child(1), .pic_txt_anime .txt .box p:nth-child(1), .pic_txt_anime .txt .box a:nth-child(1), .pic_txt_anime .txt .box figure:nth-child(1), .pic_txt_anime .txt .box .yumin:nth-child(1) {
  transition-delay: 0.2s !important;
  -moz-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
}
.pic_txt_anime .txt .box h2:nth-child(2), .pic_txt_anime .txt .box h3:nth-child(2), .pic_txt_anime .txt .box h4:nth-child(2), .pic_txt_anime .txt .box h5:nth-child(2), .pic_txt_anime .txt .box p:nth-child(2), .pic_txt_anime .txt .box a:nth-child(2), .pic_txt_anime .txt .box figure:nth-child(2), .pic_txt_anime .txt .box .yumin:nth-child(2) {
  transition-delay: 0.4s !important;
  -moz-transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
}
.pic_txt_anime .txt .box h2:nth-child(3), .pic_txt_anime .txt .box h3:nth-child(3), .pic_txt_anime .txt .box h4:nth-child(3), .pic_txt_anime .txt .box h5:nth-child(3), .pic_txt_anime .txt .box p:nth-child(3), .pic_txt_anime .txt .box a:nth-child(3), .pic_txt_anime .txt .box figure:nth-child(3), .pic_txt_anime .txt .box .yumin:nth-child(3) {
  transition-delay: 0.6s !important;
  -moz-transition-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
}
.pic_txt_anime .txt .box h2:nth-child(4), .pic_txt_anime .txt .box h3:nth-child(4), .pic_txt_anime .txt .box h4:nth-child(4), .pic_txt_anime .txt .box h5:nth-child(4), .pic_txt_anime .txt .box p:nth-child(4), .pic_txt_anime .txt .box a:nth-child(4), .pic_txt_anime .txt .box figure:nth-child(4), .pic_txt_anime .txt .box .yumin:nth-child(4) {
  transition-delay: 0.8s !important;
  -moz-transition-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
}
.pic_txt_anime.animetion .pic .bg {
  transform: scale(1.04);
}
.pic_txt_anime.animetion .pic .bg::before {
  left: -50%;
}
.pic_txt_anime.animetion .pic .bg::after {
  left: 0%;
}
.pic_txt_anime.animetion .txt .box h2, .pic_txt_anime.animetion .txt .box h3, .pic_txt_anime.animetion .txt .box h4, .pic_txt_anime.animetion .txt .box h5, .pic_txt_anime.animetion .txt .box p, .pic_txt_anime.animetion .txt .box a, .pic_txt_anime.animetion .txt .box figure, .pic_txt_anime.animetion .txt .box .yumin {
  opacity: 0 !important;
  transform: translate(0, 20px) !important;
}

.bnr_list {
  overflow: hidden;
  margin-bottom: 110px;
}
.bnr_list:last-child {
  margin-bottom: 0;
}
.bnr_list li {
  /*float: left;*/
  width: 49.1%;
  /*margin: 0 1.8% 1.8% 0;*/
  margin: auto;
  overflow: hidden;
}
.bnr_list li img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.bnr_list li:nth-child(2n) {
  margin-right: 0;
}
.bnr_list li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.bnr_list li:hover a img {
  transform: scale(1.04);
}
@media only screen and (max-width: 679px) {
  .bnr_list {
    margin-bottom: 50px;
  }
  .bnr_list li {
    width: 100%;
    margin: 0 0 10px !important;
  }
  .bnr_list li:last-child {
    margin-bottom: 0 !important;
  }
}

#flow {
  margin-bottom: 110px;
}
#flow .ttl_lora_yugo {
  margin-bottom: 30px;
}
#flow p {
  width: 57.5%;
  line-height: 2;
  margin: 0 auto 25px;
}
@media only screen and (max-width: 779px) {
  #flow p br {
    display: none;
  }
}
#flow ul {
  width: 41.6%;
  margin: 0 auto;
}
@media only screen and (max-width: 779px) {
  #flow ul {
    width: 70%;
  }
}
#flow ul li {
  margin-bottom: 10px;
}
#flow ul li:last-child {
  margin-bottom: 0;
}
#flow ul li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  background: #e6e6e6;
  border-radius: 4px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#flow ul li a:hover, #flow ul li a.on {
  background: #4987bd;
  color: #fff;
}
@media only screen and (max-width: 679px) {
  #flow {
    margin-bottom: 50px;
  }
  #flow p {
    width: 90%;
    margin-bottom: 20px;
  }
  #flow ul {
    width: 88%;
  }
  #flow ul li a {
    font-size: 14px;
    line-height: 36px;
  }
}

form .error {
  color: #ff0000;
  padding-top: 5px;
  line-height: 1.6;
}
form table {
  width: 100%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 679px) {
  form table {
    margin-bottom: 50px;
  }
}
form table tr {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
}
form table tr th, form table tr td {
  text-align: left;
  line-height: 30px;
  vertical-align: top;
}
form table tr th .red, form table tr td .red {
  line-height: 1;
  color: #ff0000;
}
form table tr th {
  min-width: 250px;
  font-weight: bold;
  padding: 0 2% 25px 5.4%;
  white-space: nowrap;
}
@media only screen and (max-width: 1279px) {
  form table tr th {
    width: auto;
    padding-right: 15px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 779px) {
  form table tr th br {
    display: none;
  }
}
form table tr td {
  padding: 0 5.4% 25px 0;
}
form table tr td .select + input {
  margin-top: 20px;
}
form table tr td input[type="text"], form table tr td input[type="tel"], form table tr td input[type="email"], form table tr td textarea {
  width: 65.1%;
  min-width: 500px;
  height: 30px;
  border-radius: 3px;
  background: #f0f0f0;
  border: none;
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1279px) {
  form table tr td input[type="text"], form table tr td input[type="tel"], form table tr td input[type="email"], form table tr td textarea {
    width: 75%;
  }
}
@media only screen and (max-width: 779px) {
  form table tr td input[type="text"], form table tr td input[type="tel"], form table tr td input[type="email"], form table tr td textarea {
    width: 100%;
    min-width: auto;
    height: 40px;
  }
}
form table tr td input[name="last_name"], form table tr td input[name="last_name_kana"] {
  margin-right: 1em;
}
form table tr td input[name="last_name"], form table tr td input[name="last_name_kana"], form table tr td input[name="first_name"], form table tr td input[name="first_name_kana"] {
  min-width: 140px;
  width: 140px;
}
@media only screen and (max-width: 779px) {
  form table tr td input[name="last_name"], form table tr td input[name="last_name_kana"], form table tr td input[name="first_name"], form table tr td input[name="first_name_kana"] {
    min-width: 130px;
    width: 130px;
  }
}
form table tr td input[name="municipality"] {
  margin-bottom: 10px;
}
form table tr td textarea {
  resize: none;
  height: 360px;
  line-height: 2;
  box-sizing: border-box;
  padding: 5px 10px;
}
@media only screen and (max-width: 779px) {
  form table tr td textarea {
    height: 200px;
  }
}
form table tr td ul {
  overflow: hidden;
  margin-top: -20px;
}
form table tr td ul li {
  margin-right: 50px;
  float: left;
  margin-top: 20px;
}
form table tr td ul li:last-child {
  margin-right: 0;
}
form table tr td ul li.checkbox_other {
  clear: both;
}
form table tr td ul li.checkbox_other input {
  width: 200px;
  min-width: auto;
  margin-left: 15px;
}
form table tr td label {
  position: relative;
  overflow: hidden;
  padding-left: 40px;
  z-index: 2;
}
form table tr td label::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #f0f0f0;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -10px 0 0 0;
}
form table tr td label input {
  opacity: 0;
  position: absolute;
  z-index: 1;
}
form table tr td label input:checked + span {
  content: "";
  width: 20px;
  height: 20px;
  background: #6699cc;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -10px 0 0 0;
}
form table tr td #submit {
  width: 65.1%;
}
@media only screen and (max-width: 679px) {
  form table tr td #submit {
    margin: 0 auto;
  }
}
form table tr.bb th, form table tr.bb td {
  padding-bottom: 40px;
}
form table tr.bb + tr th, form table tr.bb + tr td {
  padding-top: 40px;
}
form table tr.postal td input[type="text"] {
  width: 125px;
  min-width: auto;
  margin-left: 10px;
}
form table tr.form_age td input[type="text"], form table tr.form_age td input[type="tel"], form table tr.form_num td input[type="text"], form table tr.form_num td input[type="tel"] {
  width: 60px;
  min-width: auto;
  margin-right: 10px;
}
form table tr.ways th, form table tr.ways td {
  padding-bottom: 0;
}
form table tr.ways + tr th, form table tr.ways + tr td {
  padding-top: 10px;
}
@media only screen and (max-width: 779px) {
  form table tr.ways td {
    border: none;
    margin-bottom: 5px;
  }
  form table tr.ways + tr th {
    display: none;
  }
  form table tr.ways + tr th, form table tr.ways + tr td {
    padding-top: 0;
  }
  form table tr.ways + tr th br, form table tr.ways + tr td br {
    display: none;
  }
}
form table tr:last-child th, form table tr:last-child td {
  padding-bottom: 0;
}
form table tr:nth-child(2) {
  transition-delay: 0.2s !important;
  -moz-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
}
form table tr:nth-child(3) {
  transition-delay: 0.4s !important;
  -moz-transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
}
form table tr:nth-child(4) {
  transition-delay: 0.6s !important;
  -moz-transition-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
}
form table tr:nth-child(5) {
  transition-delay: 0.8s !important;
  -moz-transition-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
}
form table tr:nth-child(6) {
  transition-delay: 1s !important;
  -moz-transition-delay: 1s !important;
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
}
form table tr:nth-child(7) {
  transition-delay: 1.2s !important;
  -moz-transition-delay: 1.2s !important;
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
}
form table tr:nth-child(8) {
  transition-delay: 1.4s !important;
  -moz-transition-delay: 1.4s !important;
  -webkit-transition-delay: 1.4s !important;
  -o-transition-delay: 1.4s !important;
}
form table tr:nth-child(9) {
  transition-delay: 1.6s !important;
  -moz-transition-delay: 1.6s !important;
  -webkit-transition-delay: 1.6s !important;
  -o-transition-delay: 1.6s !important;
}
form table tr:nth-child(10) {
  transition-delay: 1.8s !important;
  -moz-transition-delay: 1.8s !important;
  -webkit-transition-delay: 1.8s !important;
  -o-transition-delay: 1.8s !important;
}
form table tr:nth-child(11) {
  transition-delay: 2s !important;
  -moz-transition-delay: 2s !important;
  -webkit-transition-delay: 2s !important;
  -o-transition-delay: 2s !important;
}
form table tr:nth-child(12) {
  transition-delay: 2.2s !important;
  -moz-transition-delay: 2.2s !important;
  -webkit-transition-delay: 2.2s !important;
  -o-transition-delay: 2.2s !important;
}
form table tr:nth-child(13) {
  transition-delay: 2.4s !important;
  -moz-transition-delay: 2.4s !important;
  -webkit-transition-delay: 2.4s !important;
  -o-transition-delay: 2.4s !important;
}
form table tr:nth-child(14) {
  transition-delay: 2.6s !important;
  -moz-transition-delay: 2.6s !important;
  -webkit-transition-delay: 2.6s !important;
  -o-transition-delay: 2.6s !important;
}
form table tr:nth-child(15) {
  transition-delay: 2.8s !important;
  -moz-transition-delay: 2.8s !important;
  -webkit-transition-delay: 2.8s !important;
  -o-transition-delay: 2.8s !important;
}
form table tr:nth-child(16) {
  transition-delay: 3s !important;
  -moz-transition-delay: 3s !important;
  -webkit-transition-delay: 3s !important;
  -o-transition-delay: 3s !important;
}
form table tr:nth-child(17) {
  transition-delay: 3.2s !important;
  -moz-transition-delay: 3.2s !important;
  -webkit-transition-delay: 3.2s !important;
  -o-transition-delay: 3.2s !important;
}
form table tr:nth-child(18) {
  transition-delay: 3.4s !important;
  -moz-transition-delay: 3.4s !important;
  -webkit-transition-delay: 3.4s !important;
  -o-transition-delay: 3.4s !important;
}
form table tr:nth-child(19) {
  transition-delay: 3.6s !important;
  -moz-transition-delay: 3.6s !important;
  -webkit-transition-delay: 3.6s !important;
  -o-transition-delay: 3.6s !important;
}
form table tr:nth-child(20) {
  transition-delay: 3.8s !important;
  -moz-transition-delay: 3.8s !important;
  -webkit-transition-delay: 3.8s !important;
  -o-transition-delay: 3.8s !important;
}
form table tr:nth-child(21) {
  transition-delay: 4s !important;
  -moz-transition-delay: 4s !important;
  -webkit-transition-delay: 4s !important;
  -o-transition-delay: 4s !important;
}
form table.animetion tr {
  opacity: 0 !important;
  transform: translate(0, 20px) !important;
}
@media only screen and (max-width: 779px) {
  form table {
    display: block;
    width: 100%;
  }
  form table tbody {
    display: block;
    width: 100%;
  }
  form table tr {
    display: block;
    width: 100%;
  }
  form table tr th, form table tr td {
    display: block;
    width: 100%;
    padding: 0;
  }
  form table tr th {
    margin-bottom: 10px;
  }
  form table tr th .red {
    display: inline-block;
    margin-left: 10px;
  }
  form table tr td {
    margin-bottom: 20px;
  }
  form table tr td ul {
    margin-top: 0;
  }
  form table tr td ul li {
    margin-top: 0;
  }
}

.pic_txt_box:last-child {
  margin-bottom: 0;
}
.pic_txt_box::after {
  display: block;
  clear: both;
  content: "";
}
@media only screen and (max-width: 679px) {
  .pic_txt_box {
    width: 86% !important;
    margin-bottom: 50px !important;
  }
  .pic_txt_box:last-child {
    margin-bottom: 0 !important;
  }
}
.pic_txt_box .pic {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.pic_txt_box .pic .bg {
  width: 100%;
  background: center center / cover no-repeat;
  overflow: hidden;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
}
.pic_txt_box .pic .bg::before {
  content: "";
  width: 200%;
  height: 1200px;
  position: absolute;
  top: -480px;
  left: 1060px;
  background: #6ace96;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
  transform: rotate(60deg);
  transition-delay: 0.3s !important;
  -moz-transition-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
}
.pic_txt_box .pic .bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media only screen and (max-width: 679px) {
  .pic_txt_box .pic {
    width: 100% !important;
    margin: 0 auto 20px !important;
    float: none !important;
    height: 240px !important;
  }
  .pic_txt_box .pic .bg {
    height: 240px !important;
  }
}
.pic_txt_box .txt .box {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
.pic_txt_box .txt .box .point {
  font-family: 'Lora', serif;
  font-size: 16px;
  color: #6699cc;
  font-weight: bold;
  border-bottom: 2px solid #6699cc;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.pic_txt_box .txt .box .yumin {
  font-size: 20px;
  line-height: 1.9;
  font-weight: bold;
  margin-bottom: 20px;
}
.pic_txt_box .txt .box h2.yumin {
  font-size: 20px;
  margin-bottom: 30px;
}
.pic_txt_box .txt .box p {
  line-height: 1.9;
  margin-bottom: 50px;
}
.pic_txt_box .txt .box p:last-child {
  margin-bottom: 0;
}
.pic_txt_box .txt .box h2, .pic_txt_box .txt .box h3, .pic_txt_box .txt .box h4, .pic_txt_box .txt .box h5, .pic_txt_box .txt .box p, .pic_txt_box .txt .box a, .pic_txt_box .txt .box figure {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
}
.pic_txt_box .txt .box h2:nth-child(1), .pic_txt_box .txt .box h3:nth-child(1), .pic_txt_box .txt .box h4:nth-child(1), .pic_txt_box .txt .box h5:nth-child(1), .pic_txt_box .txt .box p:nth-child(1), .pic_txt_box .txt .box a:nth-child(1), .pic_txt_box .txt .box figure:nth-child(1) {
  transition-delay: 0.2s !important;
  -moz-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
}
.pic_txt_box .txt .box h2:nth-child(2), .pic_txt_box .txt .box h3:nth-child(2), .pic_txt_box .txt .box h4:nth-child(2), .pic_txt_box .txt .box h5:nth-child(2), .pic_txt_box .txt .box p:nth-child(2), .pic_txt_box .txt .box a:nth-child(2), .pic_txt_box .txt .box figure:nth-child(2) {
  transition-delay: 0.4s !important;
  -moz-transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
}
.pic_txt_box .txt .box h2:nth-child(3), .pic_txt_box .txt .box h3:nth-child(3), .pic_txt_box .txt .box h4:nth-child(3), .pic_txt_box .txt .box h5:nth-child(3), .pic_txt_box .txt .box p:nth-child(3), .pic_txt_box .txt .box a:nth-child(3), .pic_txt_box .txt .box figure:nth-child(3) {
  transition-delay: 0.6s !important;
  -moz-transition-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
}
.pic_txt_box .txt .box h2:nth-child(4), .pic_txt_box .txt .box h3:nth-child(4), .pic_txt_box .txt .box h4:nth-child(4), .pic_txt_box .txt .box h5:nth-child(4), .pic_txt_box .txt .box p:nth-child(4), .pic_txt_box .txt .box a:nth-child(4), .pic_txt_box .txt .box figure:nth-child(4) {
  transition-delay: 0.8s !important;
  -moz-transition-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
}
@media only screen and (max-width: 679px) {
  .pic_txt_box .txt {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    float: none !important;
  }
  .pic_txt_box .txt .box {
    display: block;
    height: auto !important;
  }
  .pic_txt_box .txt .box .yumin {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
  }
  .pic_txt_box .txt .box p {
    margin-bottom: 20px;
  }
  .pic_txt_box .txt .box p:last-child {
    margin-bottom: 0;
  }
}
.pic_txt_box.shadow .pic {
  position: relative;
  margin-bottom: 25px !important;
}
.pic_txt_box.shadow .pic .bg {
  position: relative;
  z-index: 2;
}
.pic_txt_box.shadow .pic::after {
  width: 100%;
  height: 100%;
  content: "";
  background: #f6f6f1;
  position: absolute;
  bottom: -50px;
  z-index: 0;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.6s !important;
  -moz-transition-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
}
@media only screen and (max-width: 679px) {
  .pic_txt_box.shadow .pic::after {
    bottom: -5%;
  }
}
.pic_txt_box.shadow .pic.fll::after {
  left: -50px;
}
@media only screen and (max-width: 679px) {
  .pic_txt_box.shadow .pic.fll::after {
    left: -5%;
  }
}
.pic_txt_box.shadow .pic.flr::after {
  right: -50px;
}
@media only screen and (max-width: 679px) {
  .pic_txt_box.shadow .pic.flr::after {
    right: -5%;
  }
}
.pic_txt_box.animetion .pic .bg {
  transform: scale(1.04);
}
.pic_txt_box.animetion .pic .bg::before {
  left: -50%;
}
.pic_txt_box.animetion .pic .bg::after {
  left: 0%;
}
.pic_txt_box.animetion .pic.fll::after {
  opacity: 0 !important;
  transform: translate(-20px, 20px) !important;
}
.pic_txt_box.animetion .pic.flr::after {
  opacity: 0 !important;
  transform: translate(20px, 20px) !important;
}
.pic_txt_box.animetion .txt .box h2, .pic_txt_box.animetion .txt .box h3, .pic_txt_box.animetion .txt .box h4, .pic_txt_box.animetion .txt .box h5, .pic_txt_box.animetion .txt .box p, .pic_txt_box.animetion .txt .box a, .pic_txt_box.animetion .txt .box figure {
  opacity: 0 !important;
  transform: translate(0, 20px) !important;
}
.pic_txt_box.ssize {
  width: 66.6%;
  max-width: 1318px;
  margin: 0 auto 110px;
}
.pic_txt_box.ssize:last-child {
  margin-bottom: 0;
}
.pic_txt_box.ssize .pic {
  width: 48.9%;
}
.pic_txt_box.ssize .pic.fll {
  margin-right: 3.1%;
}
.pic_txt_box.ssize .pic.flr {
  margin-left: 3.1%;
}
.pic_txt_box.ssize .txt {
  width: 44.1%;
}
.pic_txt_box.msize {
  width: 83.3%;
  max-width: 1650px;
  margin: 0 auto 110px;
}
.pic_txt_box.msize:last-child {
  margin-bottom: 0;
}
.pic_txt_box.msize .pic {
  width: 49.1%;
}
.pic_txt_box.msize .pic.fll {
  margin-right: 3.3%;
}
.pic_txt_box.msize .pic.flr {
  margin-left: 3.3%;
}
.pic_txt_box.msize .txt {
  width: 44.1%;
}
.pic_txt_box.lsize {
  width: 100%;
  max-width: 1980px;
  margin: 0 auto 110px;
}
.pic_txt_box.lsize:last-child {
  margin-bottom: 0;
}
.pic_txt_box.lsize .pic {
  width: 49.3%;
}
.pic_txt_box.lsize .pic.fll {
  margin-right: 2.8%;
}
.pic_txt_box.lsize .pic.flr {
  margin-left: 2.8%;
}
.pic_txt_box.lsize .txt {
  width: 39.5%;
}
.pic_txt_box.h590 .pic, .pic_txt_box.h590 .txt, .pic_txt_box.h590 .bg, .pic_txt_box.h590 .box {
  height: 590px;
}
.pic_txt_box.h500 .pic, .pic_txt_box.h500 .txt, .pic_txt_box.h500 .bg, .pic_txt_box.h500 .box {
  height: 500px;
}
.pic_txt_box.h480 .pic, .pic_txt_box.h480 .txt, .pic_txt_box.h480 .bg, .pic_txt_box.h480 .box {
  height: 480px;
}
.pic_txt_box.h460 .pic, .pic_txt_box.h460 .txt, .pic_txt_box.h460 .bg, .pic_txt_box.h460 .box {
  height: 460px;
}
.pic_txt_box.h440 .pic, .pic_txt_box.h440 .txt, .pic_txt_box.h440 .bg, .pic_txt_box.h440 .box {
  height: 440px;
}
.pic_txt_box.h420 .pic, .pic_txt_box.h420 .txt, .pic_txt_box.h420 .bg, .pic_txt_box.h420 .box {
  height: 420px;
}
.pic_txt_box.h400 .pic, .pic_txt_box.h400 .txt, .pic_txt_box.h400 .bg, .pic_txt_box.h400 .box {
  height: 400px;
}
.pic_txt_box.h380 .pic, .pic_txt_box.h380 .txt, .pic_txt_box.h380 .bg, .pic_txt_box.h380 .box {
  height: 380px;
}
.pic_txt_box.h360 .pic, .pic_txt_box.h360 .txt, .pic_txt_box.h360 .bg, .pic_txt_box.h360 .box {
  height: 360px;
}
.pic_txt_box.h340 .pic, .pic_txt_box.h340 .txt, .pic_txt_box.h340 .bg, .pic_txt_box.h340 .box {
  height: 340px;
}

.pic_txt_box_overlap {
  position: relative;
}
.pic_txt_box_overlap::after {
  display: block;
  clear: both;
  content: "";
}
.pic_txt_box_overlap .pic {
  width: 56.6%;
  overflow: hidden;
}
.pic_txt_box_overlap .pic .bg {
  width: 100%;
  background: center center / cover no-repeat;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
}
.pic_txt_box_overlap .pic .bg::before {
  content: "";
  width: 200%;
  height: 1200px;
  position: absolute;
  top: -480px;
  left: 1060px;
  background: #6ace96;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
  transform: rotate(60deg);
  transition-delay: 0.3s !important;
  -moz-transition-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
}
.pic_txt_box_overlap .pic .bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.pic_txt_box_overlap .txt {
  width: 50.8%;
  position: absolute;
  top: 80px;
  right: 0;
  background: #FFF;
  box-sizing: border-box;
  padding: 70px 40px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.3s !important;
  -moz-transition-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
}
.pic_txt_box_overlap .txt .yumin {
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 15px;
}
.pic_txt_box_overlap .txt p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 50px;
}
.pic_txt_box_overlap .txt p:last-child {
  margin-bottom: 0;
}
.pic_txt_box_overlap .txt h1, .pic_txt_box_overlap .txt h2, .pic_txt_box_overlap .txt h3, .pic_txt_box_overlap .txt p, .pic_txt_box_overlap .txt a {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
}
.pic_txt_box_overlap .txt h1:first-child, .pic_txt_box_overlap .txt h2:first-child, .pic_txt_box_overlap .txt h3:first-child, .pic_txt_box_overlap .txt p:first-child, .pic_txt_box_overlap .txt a:first-child {
  transition-delay: 0.8s !important;
  -moz-transition-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
}
.pic_txt_box_overlap .txt h1:nth-child(2), .pic_txt_box_overlap .txt h2:nth-child(2), .pic_txt_box_overlap .txt h3:nth-child(2), .pic_txt_box_overlap .txt p:nth-child(2), .pic_txt_box_overlap .txt a:nth-child(2) {
  transition-delay: 0.9s !important;
  -moz-transition-delay: 0.9s !important;
  -webkit-transition-delay: 0.9s !important;
  -o-transition-delay: 0.9s !important;
}
.pic_txt_box_overlap .txt h1:nth-child(3), .pic_txt_box_overlap .txt h2:nth-child(3), .pic_txt_box_overlap .txt h3:nth-child(3), .pic_txt_box_overlap .txt p:nth-child(3), .pic_txt_box_overlap .txt a:nth-child(3) {
  transition-delay: 1s !important;
  -moz-transition-delay: 1s !important;
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
}
.pic_txt_box_overlap .txt h1:nth-child(4), .pic_txt_box_overlap .txt h2:nth-child(4), .pic_txt_box_overlap .txt h3:nth-child(4), .pic_txt_box_overlap .txt p:nth-child(4), .pic_txt_box_overlap .txt a:nth-child(4) {
  transition-delay: 1.1s !important;
  -moz-transition-delay: 1.1s !important;
  -webkit-transition-delay: 1.1s !important;
  -o-transition-delay: 1.1s !important;
}
.pic_txt_box_overlap .txt h1:nth-child(5), .pic_txt_box_overlap .txt h2:nth-child(5), .pic_txt_box_overlap .txt h3:nth-child(5), .pic_txt_box_overlap .txt p:nth-child(5), .pic_txt_box_overlap .txt a:nth-child(5) {
  transition-delay: 1.2s !important;
  -moz-transition-delay: 1.2s !important;
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
}
.pic_txt_box_overlap.quality .pic, .pic_txt_box_overlap.quality .bg {
  height: 620px;
}
.pic_txt_box_overlap.quality .bg {
  background-image: url("../img/common/pic_quality.jpg");
}
.pic_txt_box_overlap.h620 .pic, .pic_txt_box_overlap.h620 .bg {
  height: 620px;
}
.pic_txt_box_overlap.h500 .pic, .pic_txt_box_overlap.h500 .bg {
  height: 500px;
}
.pic_txt_box_overlap.animetion .pic .bg {
  transform: scale(1.04);
}
.pic_txt_box_overlap.animetion .pic .bg::before {
  left: -50%;
}
.pic_txt_box_overlap.animetion .pic .bg::after {
  left: 0%;
}
.pic_txt_box_overlap.animetion .txt {
  opacity: 0 !important;
  transform: translate(0, 20px) !important;
}
.pic_txt_box_overlap.animetion .txt .box h2, .pic_txt_box_overlap.animetion .txt .box h3, .pic_txt_box_overlap.animetion .txt .box h4, .pic_txt_box_overlap.animetion .txt .box h5, .pic_txt_box_overlap.animetion .txt .box p, .pic_txt_box_overlap.animetion .txt .box a, .pic_txt_box_overlap.animetion .txt .box figure {
  opacity: 0 !important;
  transform: translate(0, 20px) !important;
}
@media only screen and (max-width: 779px) {
  .pic_txt_box_overlap .pic {
    width: 100%;
    height: 350px !important;
  }
  .pic_txt_box_overlap .pic .bg {
    height: 350px !important;
  }
}
@media only screen and (max-width: 779px) and (max-width: 679px) {
  .pic_txt_box_overlap .pic {
    height: 240px !important;
  }
  .pic_txt_box_overlap .pic .bg {
    height: 240px !important;
  }
}
@media only screen and (max-width: 779px) {
  .pic_txt_box_overlap .txt {
    width: 94%;
    top: auto;
    padding: 20px;
    position: static;
    margin: -50px auto 0;
  }
  .pic_txt_box_overlap .txt .btn_more {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 779px) and (max-width: 679px) {
  .pic_txt_box_overlap .txt .yumin {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .pic_txt_box_overlap .txt p {
    font-size: 12px;
    line-height: 1.9;
    margin-bottom: 20px;
  }
  .pic_txt_box_overlap .txt p:last-child {
    margin-bottom: 0;
  }
}

#newslist {
  margin-bottom: 70px;
}
#newslist li {
  border-bottom: solid 1px #222;
  overflow: hidden;
  padding: 25px 0;
}
#newslist li:first-child {
  padding-top: 0;
}
#newslist li .time {
  float: left;
  width: 16%;
  padding-top: 5px;
}
#newslist li .time time {
  display: block;
  width: 90px;
  font-family: 'Lora', serif;
  line-height: 26px;
  background: #222222;
  color: #fff;
}
#newslist li .txt {
  width: 83%;
  text-align: left;
  float: right;
  line-height: 2;
}
#newslist li .txt p {
  font-size: 16px;
}
@media only screen and (max-width: 779px) {
  #newslist {
    margin-bottom: 20px;
  }
  #newslist li {
    padding: 10px 0;
  }
  #newslist li:first-child {
    padding-top: 0;
  }
  #newslist li .time {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 2px;
  }
  #newslist li .time time {
    width: 60px;
    padding: 0 5px;
  }
  #newslist li .txt {
    width: 100%;
    float: none;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 779px) and (max-width: 679px) {
  #newslist li .txt p {
    font-size: 12px;
  }
}

#articlelist {
  overflow: hidden;
  margin-bottom: 70px;
}
#articlelist li {
  width: 31.8%;
  float: left;
  margin: 0 2.3% 4.4% 0;
  text-align: left;
  overflow: hidden;
  transition: all 1.2s;
  -moz-transition: all 1.2s;
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  opacity: 1;
  transform: translate(0, 0);
}
#articlelist li:nth-child(3n) {
  margin-right: 0;
}
#articlelist li a figure {
  margin-bottom: 10px;
}
#articlelist li a figure::before, #articlelist li a figure::after {
  display: none;
}
@media only screen and (max-width: 779px) {
  #articlelist {
    margin-bottom: 50px;
  }
  #articlelist li {
    width: 31.8% !important;
    margin: 0 2.3% 4.4% 0 !important;
  }
  #articlelist li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 679px) {
  #articlelist {
    margin-bottom: 30px;
  }
  #articlelist li {
    width: 48% !important;
    margin: 0 4% 4% 0 !important;
  }
  #articlelist li:nth-child(3n) {
    margin-right: 4% !important;
  }
  #articlelist li:nth-child(2n) {
    margin-right: 0 !important;
  }
}
#articlelist.bloglist li a .cate {
  font-size: 12px;
  float: left;
  display: block;
  background: #ebeff3;
  line-height: 26px;
  padding: 0px 10px;
}
#articlelist.bloglist li a time {
  font-size: 14px;
  float: right;
  color: #046db5;
  line-height: 26px;
}
#articlelist.bloglist li a .txt {
  float: left;
  clear: both;
  line-height: 1.9;
  margin-top: 10px;
  text-align: justify;
}
@media only screen and (max-width: 679px) {
  #articlelist.bloglist li a .cate {
    font-size: 10px;
    line-height: 22px;
    padding: 0 5px;
  }
  #articlelist.bloglist li a time {
    font-size: 12px;
    line-height: 22px;
  }
  #articlelist.bloglist li a .txt {
    line-height: 1.8;
  }
}
#articlelist.caselist li a time, #articlelist.caselist li a p, #articlelist.caselist li a dt, #articlelist.caselist li a dd {
  font-size: 14px;
  line-height: 1.8;
}
#articlelist.caselist li a dl {
  overflow: hidden;
}
#articlelist.caselist li a dl dt, #articlelist.caselist li a dl dd {
  float: left;
}
#articlelist.caselist li a dl dt {
  clear: both;
}
@media only screen and (max-width: 679px) {
  #articlelist.caselist li a time, #articlelist.caselist li a p, #articlelist.caselist li a dt, #articlelist.caselist li a dd {
    font-size: 12px;
    line-height: 1.4;
  }
}
#articlelist.column2 li {
  width: 47.8%;
  margin: 0 4.4% 4.4% 0;
}
#articlelist.column2 li:nth-child(2n) {
  margin-right: 0%;
}
#articlelist.column4 li {
  width: 23.7%;
  margin: 0 1.6% 4.4% 0;
}
#articlelist.column4 li:nth-child(3n) {
  margin-right: 1.6%;
}
#articlelist.column4 li:nth-child(4n) {
  margin-right: 0;
}
#articlelist.reform li a .beforeafter {
  overflow: hidden;
}
#articlelist.reform li a .beforeafter span {
  display: block;
  width: 50%;
  float: left;
  padding-top: 64%;
  background: center/ cover;
  position: relative;
}
#articlelist.reform li a .beforeafter span::before {
  color: #fff;
  font-family: 'Lora', serif;
  position: absolute;
  top: 0;
  left: 0;
  background: #90c31f;
  padding: 5px 10px;
}
@media only screen and (max-width: 679px) {
  #articlelist.reform li a .beforeafter span::before {
    font-size: 10px;
    padding: 2px 5px;
  }
}
#articlelist.reform li a .beforeafter span.before::before {
  content: "Before";
}
#articlelist.reform li a .beforeafter span.after::before {
  content: "After";
}
#articlelist.reform li a .oneimg {
  padding-top: 64%;
  background: center/ cover;
}

#pager {
  text-align: center;
}
#pager ul {
  overflow: hidden;
  display: inline-block;
}
#pager ul li {
  float: left;
}
#pager ul li#active, #pager ul li a {
  width: 55px;
  padding: 10px 0;
  display: block;
  position: relative;
  font-family: 'Lora', serif;
}
#pager ul li#active::after, #pager ul li a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #5790c2;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: scaleX(0);
}
#pager ul li#active:hover, #pager ul li a:hover {
  color: #1a1a1a;
}
#pager ul li#active:hover::after, #pager ul li a:hover::after {
  transform: scaleX(1);
}
@media only screen and (max-width: 679px) {
  #pager ul li {
    margin-right: 5px;
  }
  #pager ul li#active, #pager ul li a {
    width: 28px;
    padding: 8px 0;
  }
  #pager ul li:first-child, #pager ul li:last-child {
    width: auto;
  }
  #pager ul li:last-child {
    margin-right: 0;
  }
}
#pager ul li#active::after {
  transform: scaleX(1);
}
#pager ul li a {
  color: #8d8d8d;
}

header::after, .header::after {
  content: "";
  display: block;
  clear: both;
}
header .header_logo, .header .header_logo {
  float: left;
  padding: 29px 0 0 8.3%;
}
header .header_logo img:first-child, .header .header_logo img:first-child {
  display: none;
}
@media only screen and (max-width: 1279px) {
  header .header_logo, .header .header_logo {
    padding: 32px 0 0 2%;
  }
  header .header_logo a img, .header .header_logo a img {
    width: 120px;
    height: auto;
  }
}
@media only screen and (max-width: 779px) {
  header .header_logo, .header .header_logo {
    padding: 33px 0 0 1.5%;
  }
  header .header_logo a img, .header .header_logo a img {
    width: 115px;
    height: auto;
  }
}
@media only screen and (max-width: 679px) {
  header .header_logo, .header .header_logo {
    padding: 25px 0 20px 5%;
  }
  header .header_logo a img, .header .header_logo a img {
    width: 120px;
    height: auto;
  }
}
header nav, .header nav {
  float: right;
}
@media only screen and (max-width: 679px) {
  header nav, .header nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
  }
  header nav::before, .header nav::before {
    content: "";
    width: 120px;
    height: 27px;
    background: url("../img/common/logo_beside.png") left top/120px auto no-repeat;
    display: block;
    margin: 25px 0 0 5%;
  }
}
header nav .header_nav_box, .header nav .header_nav_box {
  float: left;
  padding: 23px 40px 0 0;
}
@media only screen and (max-width: 1279px) {
  header nav .header_nav_box, .header nav .header_nav_box {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 779px) {
  header nav .header_nav_box, .header nav .header_nav_box {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 679px) {
  header nav .header_nav_box, .header nav .header_nav_box {
    float: none;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
header nav .header_nav_box .header_sns, .header nav .header_nav_box .header_sns {
  float: right;
  overflow: hidden;
  margin-bottom: 13px;
}
header nav .header_nav_box .header_sns li, .header nav .header_nav_box .header_sns li {
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 1279px) {
  header nav .header_nav_box .header_sns li, .header nav .header_nav_box .header_sns li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 779px) {
  header nav .header_nav_box .header_sns li, .header nav .header_nav_box .header_sns li {
    margin-right: 10px;
  }
}
header nav .header_nav_box .header_sns li:last-child, .header nav .header_nav_box .header_sns li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 679px) {
  header nav .header_nav_box .header_sns, .header nav .header_nav_box .header_sns {
    float: none;
    margin-bottom: 30px;
    display: inline-block;
  }
  header nav .header_nav_box .header_sns li, .header nav .header_nav_box .header_sns li {
    margin-right: 40px;
  }
}
header nav .header_nav_box .header_nav, .header nav .header_nav_box .header_nav {
  clear: both;
  float: right;
}
header nav .header_nav_box .header_nav > li, .header nav .header_nav_box .header_nav > li {
  float: left;
  margin-right: 40px;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  header nav .header_nav_box .header_nav > li, .header nav .header_nav_box .header_nav > li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 779px) {
  header nav .header_nav_box .header_nav > li, .header nav .header_nav_box .header_nav > li {
    margin-right: 15px;
  }
}
header nav .header_nav_box .header_nav > li:last-child, .header nav .header_nav_box .header_nav > li:last-child {
  margin-right: 0;
}
header nav .header_nav_box .header_nav > li > a, .header nav .header_nav_box .header_nav > li > a {
  display: block;
  padding-bottom: 10px;
  position: relative;
}
header nav .header_nav_box .header_nav > li > a::after, .header nav .header_nav_box .header_nav > li > a::after {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  content: "";
  width: 100%;
  height: 2px;
  background: #4987bd;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}
header nav .header_nav_box .header_nav > li > a:last-child:hover::after, header nav .header_nav_box .header_nav > li > a:last-child .on::after, .header nav .header_nav_box .header_nav > li > a:last-child:hover::after, .header nav .header_nav_box .header_nav > li > a:last-child .on::after {
  transform: scaleX(1);
}
header nav .header_nav_box .header_nav > li ul, .header nav .header_nav_box .header_nav > li ul {
  border: solid 4px #9aca22;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  display: none;
}
header nav .header_nav_box .header_nav > li ul li, .header nav .header_nav_box .header_nav > li ul li {
  border-bottom: solid 1px #b4e145;
}
header nav .header_nav_box .header_nav > li ul li:last-child, .header nav .header_nav_box .header_nav > li ul li:last-child {
  border-bottom: none;
}
header nav .header_nav_box .header_nav > li ul li a, .header nav .header_nav_box .header_nav > li ul li a {
  display: block;
  padding: 15px 10px;
  background: #9ACA22;
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 679px) {
  header nav .header_nav_box .header_nav, .header nav .header_nav_box .header_nav {
    float: none;
  }
  header nav .header_nav_box .header_nav > li, .header nav .header_nav_box .header_nav > li {
    float: none;
    margin: 0 0 30px;
  }
  header nav .header_nav_box .header_nav > li:last-child, .header nav .header_nav_box .header_nav > li:last-child {
    margin-bottom: 0;
  }
  header nav .header_nav_box .header_nav > li > a, .header nav .header_nav_box .header_nav > li > a {
    display: inline;
    font-size: 18px;
    padding: 0;
  }
  header nav .header_nav_box .header_nav > li > a::after, .header nav .header_nav_box .header_nav > li > a::after {
    display: none;
  }
}
header nav .header_brochure, .header nav .header_brochure {
  float: left;
}
header nav .header_brochure a, .header nav .header_brochure a {
  width: 120px;
  display: block;
  color: #fff;
  line-height: 2;
  padding: 12px 0;
  background: #6ACE96;
}
@media only screen and (max-width: 1279px) {
  header nav .header_brochure a, .header nav .header_brochure a {
    width: 100px;
  }
}
@media only screen and (max-width: 779px) {
  header nav .header_brochure a, .header nav .header_brochure a {
    width: 90px;
  }
}
@media only screen and (max-width: 679px) {
  header nav .header_brochure, .header nav .header_brochure {
    width: 100%;
    float: none;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  header nav .header_brochure a, .header nav .header_brochure a {
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
  }
  header nav .header_brochure a br, .header nav .header_brochure a br {
    display: none;
  }
}
header .btn_menu, .header .btn_menu {
  display: none;
}
@media only screen and (max-width: 679px) {
  header .btn_menu, .header .btn_menu {
    display: block;
    width: 32px;
    height: 34px;
    display: block;
    position: absolute;
    z-index: 2;
    top: 24px;
    right: 5%;
  }
  header .btn_menu::after, .header .btn_menu::after {
    width: 100%;
    font-size: 10px;
    content: "MENU";
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  header .btn_menu span, .header .btn_menu span {
    width: 32px;
    height: 2px;
    background-color: #222;
    position: absolute;
    top: 8px;
    left: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  header .btn_menu span::before, header .btn_menu span::after, .header .btn_menu span::before, .header .btn_menu span::after {
    content: "";
    width: 32px;
    height: 2px;
    background-color: #222;
    position: absolute;
    top: -8px;
    left: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  header .btn_menu span::after, .header .btn_menu span::after {
    top: 8px;
  }
  header .btn_menu.on span, .header .btn_menu.on span {
    background: transparent;
  }
  header .btn_menu.on span::before, .header .btn_menu.on span::before {
    top: 0;
    transform: rotate(45deg);
  }
  header .btn_menu.on span::after, .header .btn_menu.on span::after {
    top: 0;
    transform: rotate(-45deg);
  }
}

#fixed_contact {
  position: fixed;
  top: 160px;
  left: 0;
  z-index: 9;
  width: 45px;
}
#fixed_contact ul li {
  margin-bottom: 20px;
}
#fixed_contact ul li a {
  display: block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 38px 15px 0;
  height: 130px;
  box-sizing: border-box;
  font-size: 15px;
  color: #fff;
  background: #90c31f center 16px no-repeat;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
}
#fixed_contact ul li a:hover {
  opacity: 0.8;
}
#fixed_contact ul li:first-child {
  display: none;
}
#fixed_contact ul li:first-child a {
  background-image: url("../img/common/ico_tel.png");
}
#fixed_contact ul li:nth-child(2) a {
  background-image: url("../img/common/ico_request.png");
}
#fixed_contact ul li:nth-child(3) a {
  background-image: url("../img/common/ico_reserve.png");
}
#fixed_contact ul li:nth-child(4) {
  margin-bottom: 0;
}
#fixed_contact ul li:nth-child(4) a {
  background-image: url("../img/common/ico_contact.png");
}
@media only screen and (max-width: 679px) {
  #fixed_contact {
    top: auto;
    bottom: 0;
    width: 100%;
  }
  #fixed_contact ul::after {
    content: "";
    display: block;
    clear: both;
  }
  #fixed_contact ul li {
    margin: 0;
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    border-left: 1px solid #fff;
  }
  #fixed_contact ul li:first-child {
    border: none;
    display: block;
  }
  #fixed_contact ul li:last-child {
    display: none;
  }
  #fixed_contact ul li a {
    padding: 15px 0 15px 22%;
    background-size: 16px auto;
    background-position: 16% center;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    height: auto;
    font-size: 12px;
  }
}

@media only screen and (max-width: 679px) {
  footer {
    padding-bottom: 40px;
  }
}
footer #footer_contact {
  background: #fafaf7;
  padding: 60px 0;
}
@media only screen and (max-width: 679px) {
  footer #footer_contact {
    padding: 40px 0;
  }
  footer #footer_contact .ttl_lora_yugo {
    margin-bottom: 40px;
  }
}
footer #footer_contact .clearfix {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
@media only screen and (max-width: 679px) {
  footer #footer_contact .clearfix {
    width: 86%;
  }
}
footer #footer_contact .clearfix .fll, footer #footer_contact .clearfix .flr {
  width: 50%;
  height: 282px;
  box-sizing: border-box;
  padding: 40px 0;
}
footer #footer_contact .clearfix .fll h3, footer #footer_contact .clearfix .flr h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
}
@media only screen and (max-width: 679px) {
  footer #footer_contact .clearfix .fll, footer #footer_contact .clearfix .flr {
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 0;
  }
  footer #footer_contact .clearfix .fll h3, footer #footer_contact .clearfix .flr h3 {
    font-size: 14px;
  }
}
footer #footer_contact .clearfix .fll {
  border-right: 1px solid #6ace96;
}
footer #footer_contact .clearfix .fll .box {
  float: right;
  padding: 0 12% 0 6%;
}
@media only screen and (max-width: 779px) {
  footer #footer_contact .clearfix .fll .box {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
}
footer #footer_contact .clearfix .fll .box h3 {
  margin-bottom: 20px;
}
footer #footer_contact .clearfix .fll p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 42px;
}
@media only screen and (max-width: 679px) {
  footer #footer_contact .clearfix .fll {
    border: none;
    margin-bottom: 40px;
  }
  footer #footer_contact .clearfix .fll .box {
    float: none;
    padding: 0;
  }
  footer #footer_contact .clearfix .fll .box h3 {
    margin-bottom: 10px;
  }
  footer #footer_contact .clearfix .fll p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
footer #footer_contact .clearfix .flr {
  border-left: 1px solid #6ace96;
}
footer #footer_contact .clearfix .flr .box {
  float: left;
  padding-left: 12%;
}
@media only screen and (max-width: 1279px) {
  footer #footer_contact .clearfix .flr .box {
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
}
footer #footer_contact .clearfix .flr .box h3 {
  margin-bottom: 26px;
}
footer #footer_contact .clearfix .flr .box p a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
footer #footer_contact .clearfix .flr .box p a:hover {
  opacity: 0.8;
}
footer #footer_contact .clearfix .flr .box p span {
  display: block;
}
footer #footer_contact .clearfix .flr .box p span.num {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 12px;
}
footer #footer_contact .clearfix .flr .box p span.ico {
  margin-right: 19px;
  float: left;
}
footer #footer_contact .clearfix .flr .box p span.lora {
  font-size: 30px;
  line-height: 30px;
  float: left;
  letter-spacing: 1.8px;
}
footer #footer_contact .clearfix .flr .box p span.detail {
  clear: both;
}
@media only screen and (max-width: 679px) {
  footer #footer_contact .clearfix .flr {
    border: none;
  }
  footer #footer_contact .clearfix .flr .box {
    float: none;
    padding: 0;
  }
  footer #footer_contact .clearfix .flr .box h3 {
    margin-bottom: 10px;
  }
  footer #footer_contact .clearfix .flr .box p span.num {
    margin-bottom: 10px;
  }
  footer #footer_contact .clearfix .flr .box p span.ico {
    margin-right: 10px;
  }
  footer #footer_contact .clearfix .flr .box p span.ico img {
    width: auto;
    height: 20px;
  }
  footer #footer_contact .clearfix .flr .box p span.lora {
    font-size: 20px;
    line-height: 20px;
  }
}
footer #footer_pagetop {
  padding: 60px 0 40px;
}
footer #footer_pagetop p {
  margin-bottom: 40px;
}
footer #footer_pagetop p span {
  display: block;
}
footer #footer_pagetop p span.lora {
  font-size: 16px;
  margin-bottom: 20px;
}
footer #footer_pagetop a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
footer #footer_pagetop a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 679px) {
  footer #footer_pagetop {
    padding: 40px 0 30px;
  }
  footer #footer_pagetop p {
    margin-bottom: 30px;
  }
  footer #footer_pagetop p span {
    display: block;
  }
  footer #footer_pagetop p span.lora {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
footer #footer_info {
  background: #fafaf7;
  padding: 45px 0 20px;
}
@media only screen and (max-width: 679px) {
  footer #footer_info {
    padding: 30px 0 20px;
  }
}
footer #footer_info .clearfix {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 40px;
  text-align: left;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 679px) {
  footer #footer_info .clearfix {
    width: 86%;
    padding: 0;
    margin-bottom: 30px;
  }
}
footer #footer_info .clearfix #footer_kimijyu {
  float: left;
  max-width: 360px;
  min-width: 260px;
  width: 34%;
}
footer #footer_info .clearfix #footer_kimijyu .logo {
  margin-bottom: 10px;
}
footer #footer_info .clearfix #footer_kimijyu .logo a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 18px;
  letter-spacing: 4px;
}
footer #footer_info .clearfix #footer_kimijyu .logo a .roboto {
  font-size: 40px;
  padding-right: 5px;
  font-weight: 700;
  letter-spacing: 1px;
  letter-spacing: 2.6px;
}
footer #footer_info .clearfix #footer_kimijyu .logo a:hover {
  opacity: 0.8;
}
footer #footer_info .clearfix #footer_kimijyu .txt {
  font-size: 13px;
  line-height: 1.9;
}
@media only screen and (max-width: 679px) {
  footer #footer_info .clearfix #footer_kimijyu {
    min-width: 0;
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  footer #footer_info .clearfix #footer_kimijyu .logo {
    margin-bottom: 10px;
  }
}
footer #footer_info .clearfix #footer_sitemap, footer #footer_info .clearfix #footer_sns {
  float: left;
  padding-top: 20px;
}
footer #footer_info .clearfix #footer_sitemap dl dt, footer #footer_info .clearfix #footer_sns dl dt {
  font-family: 'Lora', serif;
  font-size: 16px;
  padding-bottom: 13px;
  position: relative;
  letter-spacing: 1.8px;
}
footer #footer_info .clearfix #footer_sitemap dl dt::after, footer #footer_info .clearfix #footer_sns dl dt::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer #footer_info .clearfix #footer_sitemap dl dd ul, footer #footer_info .clearfix #footer_sns dl dd ul {
  overflow: hidden;
}
footer #footer_info .clearfix #footer_sitemap dl dd ul li, footer #footer_info .clearfix #footer_sns dl dd ul li {
  float: left;
}
footer #footer_info .clearfix #footer_sitemap a {
  text-decoration: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
footer #footer_info .clearfix #footer_sitemap a:hover {
  text-decoration: underline;
}
footer #footer_info .clearfix #footer_sns a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
footer #footer_info .clearfix #footer_sns a:hover {
  opacity: 0.8;
}
footer #footer_info .clearfix #footer_sitemap {
  max-width: 480px;
  width: 48%;
}
footer #footer_info .clearfix #footer_sitemap dl dt {
  margin-bottom: 8px;
}
footer #footer_info .clearfix #footer_sitemap dl dd ul li {
  margin-right: 30px;
  font-size: 13px;
  line-height: 1.9;
}
@media only screen and (max-width: 679px) {
  footer #footer_info .clearfix #footer_sitemap {
    float: none;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
footer #footer_info .clearfix #footer_sns {
  max-width: 120px;
  min-width: 120px;
  width: 23%;
}
footer #footer_info .clearfix #footer_sns dl dt {
  margin-bottom: 13px;
}
footer #footer_info .clearfix #footer_sns dl dd ul li {
  margin-right: 20px;
}
@media only screen and (max-width: 679px) {
  footer #footer_info .clearfix #footer_sns {
    float: none;
    padding: 0;
    width: 100%;
  }
}
footer #footer_info small {
  width: 100%;
  font-size: 12px;
  font-family: 'Lora', serif;
  letter-spacing: 1.2px;
}

.subpage .intro_top {
  display: none;
}
.subpage #content {
  margin-bottom: 110px;
}
@media only screen and (max-width: 679px) {
  .subpage #content {
    margin-bottom: 50px;
  }
}
.subpage #content #mv {
  width: 100%;
  height: 360px;
  background: #000 center center / cover no-repeat;
}
.subpage #content #mv h1 {
  padding-top: 150px;
}
.subpage #content #mv h1 .lora {
  font-size: 32px;
  color: #FFF;
  margin-bottom: 12px;
}
.subpage #content #mv h1 .jp {
  font-size: 18px;
  color: #FFF;
}
@media only screen and (max-width: 679px) {
  .subpage #content #mv {
    height: 250px;
  }
  .subpage #content #mv h1 {
    padding-top: 100px;
  }
  .subpage #content #mv h1 .lora {
    font-size: 24px;
  }
  .subpage #content #mv h1 .jp {
    font-size: 16px;
  }
}
.subpage #content #breadcrumb {
  width: 100%;
  max-width: 1980px;
  margin: 0 auto 80px;
  padding-top: 20px;
}
@media only screen and (max-width: 1279px) {
  .subpage #content #breadcrumb {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 679px) {
  .subpage #content #breadcrumb {
    margin-bottom: 30px;
  }
}
.subpage #content #breadcrumb ul {
  width: 83.3%;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 1279px) {
  .subpage #content #breadcrumb ul {
    width: 94%;
  }
}
.subpage #content #breadcrumb ul li {
  float: left;
  font-size: 12px;
  padding-right: 20px;
  position: relative;
  margin-right: 10px;
}
.subpage #content #breadcrumb ul li::after {
  content: ">";
  position: absolute;
  top: -0.5px;
  right: 0;
}
.subpage #content #breadcrumb ul li:last-child {
  padding: 0;
  margin: 0;
}
.subpage #content #breadcrumb ul li:last-child::after {
  display: none;
}
.subpage #content #breadcrumb ul li a {
  font-size: 12px;
}
.subpage #content .ttl_lora_yugo {
  margin-bottom: 50px;
}
@media only screen and (max-width: 679px) {
  .subpage #content .ttl_lora_yugo {
    margin-bottom: 20px;
  }
}
.subpage #content .catch {
  width: 100%;
  max-width: 1980px;
  margin: 0 auto 100px;
}
.subpage #content .catch h2, .subpage #content .catch h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 20px;
  line-height: 1.6;
}
.subpage #content .catch p {
  width: 47.9%;
  margin: 0 auto 50px;
  line-height: 2;
}
.subpage #content .catch p:last-child {
  margin-bottom: 0;
}
.subpage #content .catch h2, .subpage #content .catch h3, .subpage #content .catch h4, .subpage #content .catch p, .subpage #content .catch a {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
}
.subpage #content .catch h2:nth-child(2), .subpage #content .catch h3:nth-child(2), .subpage #content .catch h4:nth-child(2), .subpage #content .catch p:nth-child(2), .subpage #content .catch a:nth-child(2) {
  transition-delay: 0.1s !important;
  -moz-transition-delay: 0.1s !important;
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
}
.subpage #content .catch h2:nth-child(3), .subpage #content .catch h3:nth-child(3), .subpage #content .catch h4:nth-child(3), .subpage #content .catch p:nth-child(3), .subpage #content .catch a:nth-child(3) {
  transition-delay: 0.2s !important;
  -moz-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
}
.subpage #content .catch h2:nth-child(4), .subpage #content .catch h3:nth-child(4), .subpage #content .catch h4:nth-child(4), .subpage #content .catch p:nth-child(4), .subpage #content .catch a:nth-child(4) {
  transition-delay: 0.3s !important;
  -moz-transition-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
}
.subpage #content .catch.animetion h2, .subpage #content .catch.animetion h3, .subpage #content .catch.animetion h4, .subpage #content .catch.animetion p, .subpage #content .catch.animetion a {
  opacity: 0 !important;
  transform: translate(0, 20px) !important;
}
@media only screen and (max-width: 1279px) {
  .subpage #content .catch {
    margin-bottom: 50px;
  }
  .subpage #content .catch p {
    width: 80%;
    max-width: 800px;
    margin-bottom: 30px;
  }
  .subpage #content .catch p:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 779px) {
  .subpage #content .catch p {
    width: 86%;
  }
}
@media only screen and (max-width: 679px) {
  .subpage #content .catch {
    width: 94%;
    margin: 0 auto 50px;
  }
  .subpage #content .catch h2, .subpage #content .catch h3 {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .subpage #content .catch p {
    width: 90%;
  }
  .subpage #content .catch p br {
    display: none;
  }
}

.article #content > .ttl_lora_yugo .lora {
  font-size: 32px;
}
.article #content > .ttl_lora_yugo .yugo {
  font-size: 18px;
}
.article #content #main {
  width: 74.5%;
  float: left;
}
@media only screen and (max-width: 779px) {
  .article #content #main {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
.article #content #main article {
  text-align: left;
  margin-bottom: 80px;
}
@media only screen and (max-width: 779px) {
  .article #content #main article {
    margin-bottom: 20px;
  }
}
.article #content #main article #p1 {
  overflow: hidden;
  margin-bottom: 1.8%;
}
.article #content #main article #p1 #new {
  padding: 0 20px;
  color: #FFF;
  background: #222222;
  line-height: 26px;
  font-family: 'Lora', serif;
  float: left;
  margin-right: 20px;
}
.article #content #main article #p1 time {
  float: left;
  line-height: 26px;
}
@media only screen and (max-width: 779px) {
  .article #content #main article #p1 {
    margin-bottom: 2%;
  }
  .article #content #main article #p1 #new {
    padding: 0 15px;
    line-height: 20px;
    margin-right: 10px;
  }
  .article #content #main article #p1 time {
    line-height: 20px;
  }
}
.article #content #main article #category {
  font-size: 16px;
  margin-bottom: 2%;
}
@media only screen and (max-width: 779px) {
  .article #content #main article #category {
    font-size: 14px;
  }
}
.article #content #main article h1 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 2%;
}
@media only screen and (max-width: 779px) {
  .article #content #main article h1 {
    font-size: 16px;
  }
}
.article #content #main article figure {
  padding-bottom: 3.8%;
  border-bottom: solid 1px #000;
  margin-bottom: 2.8%;
}
.article #content #main article figure.beforeafter {
  padding: 0;
  border: none;
  overflow: hidden;
}
.article #content #main article figure.beforeafter span {
  display: block;
  width: 50%;
  float: left;
  padding-top: 64%;
  background: center/ cover;
}
.article #content #main article figure.oneimg {
  padding: 64% 0 0;
  background: center/ cover;
}
.article #content #main article figure.beforeafter, .article #content #main article figure.oneimg {
  border: none;
}
.article #content #main article figure.beforeafter + #info, .article #content #main article figure.oneimg + #info {
  padding: 2.8% 0;
  border-top: solid 1px #000;
}
.article #content #main article #info {
  padding-bottom: 2.8%;
  margin-bottom: 2.8%;
  border-bottom: solid 1px #000;
}
.article #content #main article #info p {
  font-size: 16px;
  line-height: 1.8;
}
.article #content #main article #info dl {
  overflow: hidden;
}
.article #content #main article #info dl dt, .article #content #main article #info dl dd {
  float: left;
  font-size: 16px;
  line-height: 1.8;
}
.article #content #main article #info dl dt {
  clear: both;
}
.article #content #main article #info table {
  width: 100%;
}
.article #content #main article #info table tr th, .article #content #main article #info table tr td {
  vertical-align: middle;
  padding: 10px 20px;
  border: solid 1px #6ace96;
  text-align: center;
  background: #fafaf7;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
.article #content #main article #info table tr th {
  font-weight: bold;
  background: #6ace96;
  color: #fff;
  width: 26%;
  white-space: nowrap;
}
@media only screen and (max-width: 779px) {
  .article #content #main article #info table tr th, .article #content #main article #info table tr td {
    padding: 5px;
    font-size: 12px;
    line-height: 1.6;
  }
}
.article #content #main article #info h2 {
  font-size: 20px;
  line-height: 40px;
  border-left: solid 5px #000;
  margin-bottom: 2.8%;
  padding-left: 13px;
  font-weight: bold;
}
@media only screen and (max-width: 779px) {
  .article #content #main article #info h2 {
    font-size: 14px;
    border-left: solid 3px #000;
    line-height: 1.6;
    padding: 1px 0 2px 5px;
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 779px) {
  .article #content #main article #info p {
    font-size: 14px;
    line-height: 1.6;
  }
  .article #content #main article #info dl dt, .article #content #main article #info dl dd {
    font-size: 14px;
    line-height: 1.6;
  }
}
.article #content #main article img {
  width: 100%;
  height: auto;
  margin-bottom: 2.8%;
}
.article #content #main article img.fll, .article #content #main article img.flr, .article #content #main article img.alignleft, .article #content #main article img.alignright {
  width: 48.6%;
}
.article #content #main article img.alignleft {
  float: left;
}
.article #content #main article img.alignright {
  float: right;
}
.article #content #main article img:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 779px) {
  .article #content #main article img {
    margin-bottom: 4%;
  }
  .article #content #main article img.fll, .article #content #main article img.flr {
    width: 100%;
  }
}
.article #content #main article #wp_content p, .article #content #main article #wp_content table, .article #content #main article #wp_content tr, .article #content #main article #wp_content th, .article #content #main article #wp_content td, .article #content #main article #wp_content ul, .article #content #main article #wp_content ol, .article #content #main article #wp_content li, .article #content #main article #wp_content a, .article #content #main article #wp_content dl, .article #content #main article #wp_content dt, .article #content #main article #wp_content dd {
  font-size: 16px;
  line-height: 2;
  clear: both;
}
@media only screen and (max-width: 779px) {
  .article #content #main article #wp_content p, .article #content #main article #wp_content table, .article #content #main article #wp_content tr, .article #content #main article #wp_content th, .article #content #main article #wp_content td, .article #content #main article #wp_content ul, .article #content #main article #wp_content ol, .article #content #main article #wp_content li, .article #content #main article #wp_content a, .article #content #main article #wp_content dl, .article #content #main article #wp_content dt, .article #content #main article #wp_content dd {
    font-size: 12px;
    line-height: 1.6;
  }
}
.article #content #main article #wp_content table, .article #content #main article #wp_content ul, .article #content #main article #wp_content ol, .article #content #main article #wp_content dl, .article #content #main article #wp_content p, .article #content #main article #wp_content blockquote, .article #content #main article #wp_content div {
  margin-bottom: 2.8%;
}
.article #content #main article #wp_content table:last-child, .article #content #main article #wp_content ul:last-child, .article #content #main article #wp_content ol:last-child, .article #content #main article #wp_content dl:last-child, .article #content #main article #wp_content p:last-child, .article #content #main article #wp_content blockquote:last-child, .article #content #main article #wp_content div:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 779px) {
  .article #content #main article #wp_content table, .article #content #main article #wp_content ul, .article #content #main article #wp_content ol, .article #content #main article #wp_content dl, .article #content #main article #wp_content p, .article #content #main article #wp_content blockquote, .article #content #main article #wp_content div {
    margin-bottom: 4%;
  }
  .article #content #main article #wp_content table:last-child, .article #content #main article #wp_content ul:last-child, .article #content #main article #wp_content ol:last-child, .article #content #main article #wp_content dl:last-child, .article #content #main article #wp_content p:last-child, .article #content #main article #wp_content blockquote:last-child, .article #content #main article #wp_content div:last-child {
    margin-bottom: 0;
  }
}
.article #content #main article #wp_content h1 {
  margin-bottom: 2.8%;
}
@media only screen and (max-width: 779px) {
  .article #content #main article #wp_content h1 {
    margin-bottom: 4%;
  }
}
.article #content #main article #wp_content h2 {
  font-size: 20px;
  line-height: 40px;
  border-left: solid 5px #000;
  margin-bottom: 2.8%;
  padding-left: 13px;
  font-weight: bold;
}
@media only screen and (max-width: 779px) {
  .article #content #main article #wp_content h2 {
    font-size: 14px;
    border-left: solid 3px #000;
    line-height: 1.6;
    padding: 1px 0 2px 5px;
    margin-bottom: 4%;
  }
}
.article #content #main article #wp_content h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 42px;
  background: #e9e9e9;
  padding: 0 20px;
  margin-bottom: 2.8%;
  border-radius: 5px;
}
@media only screen and (max-width: 779px) {
  .article #content #main article #wp_content h3 {
    font-size: 14px;
    line-height: 1.6;
    padding: 5px 10px;
    margin-bottom: 4%;
  }
}
.article #content #main article #wp_content h4 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 2.8%;
  border-bottom: solid 2px #000;
}
@media only screen and (max-width: 779px) {
  .article #content #main article #wp_content h4 {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 0 7px;
    margin-bottom: 4%;
  }
}
.article #content #main article #wp_content h5 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 2.8%;
  border-bottom: solid 1px #000;
}
@media only screen and (max-width: 779px) {
  .article #content #main article #wp_content h5 {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 4%;
    padding-bottom: 7px;
  }
}
.article #content #main article #wp_content h6 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2.8%;
}
@media only screen and (max-width: 779px) {
  .article #content #main article #wp_content h6 {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 4%;
  }
}
.article #content #main article #wp_content blockquote {
  border: 3px solid #eeeeee;
  background: #f8f8f8;
  padding: 50px;
}
@media only screen and (max-width: 779px) {
  .article #content #main article #wp_content blockquote {
    border: 2px solid #eeeeee;
    padding: 25px;
  }
}
.article #content #main article #wp_content strong {
  font-weight: bold;
}
.article #content #main article #wp_content table {
  width: 100%;
}
.article #content #main article #wp_content table tr th, .article #content #main article #wp_content table tr td {
  vertical-align: middle;
  padding: 10px 20px;
  border: solid 1px #6ace96;
  text-align: center;
  background: #fafaf7;
}
.article #content #main article #wp_content table tr th {
  font-weight: bold;
  background: #6ace96;
  color: #fff;
}
@media only screen and (max-width: 779px) {
  .article #content #main article #wp_content table tr th, .article #content #main article #wp_content table tr td {
    padding: 5px;
    text-align: left;
  }
}
.article #content #main #sns_box {
  overflow: hidden;
  margin-bottom: 50px;
}
.article #content #main #sns_box .fll {
  width: 37.3%;
}
.article #content #main #sns_box .fll h2 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  line-height: 36px;
  padding: 0 35px;
  margin-bottom: 14px;
}
.article #content #main #sns_box .fll h2::before, .article #content #main #sns_box .fll h2::after {
  content: "";
  width: 35px;
  height: 4px;
  background: #000000;
  position: absolute;
  top: 15px;
}
.article #content #main #sns_box .fll h2::before {
  transform: rotate(61deg);
  left: 11.3%;
}
.article #content #main #sns_box .fll h2::after {
  transform: rotate(-61deg);
  right: 11.3%;
}
.article #content #main #sns_box .fll #btn_share, .article #content #main #sns_box .fll #btn_tweet {
  display: block;
  width: 100%;
  line-height: 60px;
  border-radius: 6px;
  font-family: 'Lora', serif;
  font-size: 20px;
  color: #FFF;
}
.article #content #main #sns_box .fll #btn_share {
  background: #3b5898 url("../img/article/ico_fb.gif") 30px center no-repeat;
  margin-bottom: 20px;
}
.article #content #main #sns_box .fll #btn_tweet {
  background: #55acee url("../img/article/ico_tw.gif") 30px center no-repeat;
}
.article #content #main #sns_box .flr {
  width: 59.1%;
  overflow: hidden;
}
.article #content #main #sns_box .flr .logo {
  float: left;
  width: 62.2%;
  height: 190px;
  line-height: 190px;
  background: url("../img/article/pic_like.jpg") center center/cover no-repeat;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2.6px;
  color: #FFF;
}
.article #content #main #sns_box .flr #like {
  float: right;
  width: 37.8%;
  height: 190px;
  background: #222222;
}
.article #content #main #sns_box .flr #like p {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  padding-top: 40px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 779px) {
  .article #content #main #sns_box {
    margin-bottom: 20px;
  }
  .article #content #main #sns_box .fll, .article #content #main #sns_box .flr {
    float: none !important;
    width: 100%;
  }
  .article #content #main #sns_box .fll {
    margin-bottom: 10px;
    overflow: hidden;
  }
  .article #content #main #sns_box .fll h2 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .article #content #main #sns_box .fll h2::before, .article #content #main #sns_box .fll h2::after {
    width: 22px;
    height: 3px;
    top: 18px;
  }
  .article #content #main #sns_box .fll h2::before {
    left: 16%;
  }
  .article #content #main #sns_box .fll h2::after {
    right: 16%;
  }
  .article #content #main #sns_box .fll #btn_share, .article #content #main #sns_box .fll #btn_tweet {
    line-height: 40px;
    border-radius: 4px;
    font-size: 12px;
    background-size: 16px auto;
    background-position: 25px center;
    width: 48%;
    float: left;
  }
  .article #content #main #sns_box .fll #btn_share {
    margin: 0 4% 10px 0;
  }
  .article #content #main #sns_box .flr #like, .article #content #main #sns_box .flr .logo {
    width: 100%;
    float: none;
    height: auto;
  }
  .article #content #main #sns_box .flr .logo {
    width: 100%;
    float: none;
    height: auto;
    line-height: 80px;
    font-size: 30px;
  }
  .article #content #main #sns_box .flr #like {
    padding: 10px 0 15px;
  }
  .article #content #main #sns_box .flr #like p:first-child {
    font-size: 14px;
    margin-bottom: 10px;
    padding-top: 0;
  }
}
.article #content #main #prev_next {
  overflow: hidden;
}
.article #content #main #prev_next li a {
  font-family: 'Lora', serif;
  font-size: 14px;
  color: #9a9a9a;
}
.article #content #side {
  width: 21.1%;
  float: right;
}
@media only screen and (max-width: 779px) {
  .article #content #side {
    width: 100%;
    float: none;
  }
}
.article #content #side aside {
  text-align: left;
  margin-bottom: 50px;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
}
@media only screen and (max-width: 779px) {
  .article #content #side aside {
    margin-bottom: 20px;
  }
  .article #content #side aside:last-child {
    margin-bottom: 0;
  }
}
.article #content #side aside:last-child {
  margin-bottom: 0;
}
.article #content #side aside .ttl_lora_yugo {
  margin-bottom: 20px;
}
.article #content #side aside .ttl_lora_yugo .lora {
  font-size: 20px;
}
.article #content #side aside .ttl_lora_yugo .yugo {
  font-size: 12px;
}
@media only screen and (max-width: 779px) {
  .article #content #side aside .ttl_lora_yugo {
    margin-bottom: 15px;
  }
  .article #content #side aside .ttl_lora_yugo::after {
    display: block;
    clear: both;
    content: "";
  }
  .article #content #side aside .ttl_lora_yugo .lora {
    font-size: 16px !important;
    float: left;
    line-height: 16px;
    margin-right: 5px;
  }
  .article #content #side aside .ttl_lora_yugo .yugo {
    font-size: 12px !important;
    float: left;
    line-height: 16px;
  }
}
.article #content #side aside:nth-child(2) {
  transition-delay: 0.2s !important;
  -moz-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
}
.article #content #side aside:nth-child(3) {
  transition-delay: 0.4s !important;
  -moz-transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
}
.article #content #side aside:nth-child(4) {
  transition-delay: 0.6s !important;
  -moz-transition-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
}
.article #content #side aside:nth-child(5) {
  transition-delay: 0.8s !important;
  -moz-transition-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
}
.article #content #side aside:nth-child(6) {
  transition-delay: 1s !important;
  -moz-transition-delay: 1s !important;
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
}
.article #content #side aside#side_categories ul li {
  border-bottom: dashed 1px #474747;
}
.article #content #side aside#side_categories ul li:first-child {
  border-top: dashed 1px #474747;
}
.article #content #side aside#side_categories ul li a {
  padding: 0 5px;
  line-height: 40px;
  display: block;
  position: relative;
}
.article #content #side aside#side_categories ul li a::after {
  position: absolute;
  top: 16px;
  content: "";
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
  transform: rotate(45deg);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.article #content #side aside#side_categories ul li a:hover, .article #content #side aside#side_categories ul li a.on {
  background: #f0f0f0;
}
.article #content #side aside#side_categories ul li a:hover::after, .article #content #side aside#side_categories ul li a.on::after {
  right: 10px;
  border-top: 2px solid #4987bd;
  border-right: 2px solid #4987bd;
}
@media only screen and (max-width: 779px) {
  .article #content #side aside#side_categories ul li a {
    line-height: 36px;
  }
  .article #content #side aside#side_categories ul li a::after {
    right: 10px;
  }
}
.article #content #side aside#side_tag ul {
  overflow: hidden;
}
.article #content #side aside#side_tag ul li {
  margin: 0 10px 10px 0;
  float: left;
}
.article #content #side aside#side_tag ul li a {
  display: block;
  line-height: 25px;
  padding: 0 18px;
  background: #eeeeee;
  font-size: 12px;
  border-radius: 4px;
  color: #818181;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.article #content #side aside#side_tag ul li a:hover {
  color: #fff;
  background: #4987bd;
}
.article #content #side aside#side_bnr ul li {
  margin-bottom: 4%;
}
.article #content #side aside#side_bnr ul li:last-child {
  margin-bottom: 0;
}
.article #content #side aside#side_bnr ul li img {
  width: 100%;
  height: auto;
}
.article #content #side.animetion aside {
  opacity: 0 !important;
  transform: translate(0, 20px) !important;
}

#index header .header_logo img {
  display: inline;
}
#index header .header_logo img:nth-child(2) {
  display: none;
}
#index #first_view {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#index #first_view .fv_new .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/index/mv.jpg") center center/cover no-repeat;
  transition: all 7s;
  -moz-transition: all 7s;
  -webkit-transition: all 7s;
  -o-transition: all 7s;
  transform: scale(1.08);
}
@media only screen and (max-width: 679px) {
  #index #first_view .fv_new .bg {
    background-image: url("../img/index/mv_sp.jpg");
  }
}
#index #first_view .fv_new .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#index #first_view .fv_new .box header a {
  color: #FFF;
}
#index #first_view .fv_new .box header .header_brochure a {
  padding: 8px 0;
  box-sizing: border-box;
  border: 4px solid #6ace96;
  background: #fff;
  color: #6ACE96;
}
@media only screen and (max-width: 679px) {
  #index #first_view .fv_new .box header .header_brochure a {
    background: #6ace96;
    color: #fff;
    border: none;
    padding: 10px 0;
  }
}
#index #first_view .fv_new .box header .header_sns img:last-child {
  display: none;
}
@media only screen and (max-width: 679px) {
  #index #first_view .fv_new .box header a {
    color: #222;
  }
  #index #first_view .fv_new .box header .header_sns img {
    display: none;
  }
  #index #first_view .fv_new .box header .header_sns img:last-child {
    display: inline;
  }
  #index #first_view .fv_new .box header .btn_menu::after {
    color: #fff;
  }
  #index #first_view .fv_new .box header .btn_menu span {
    background-color: #fff;
  }
  #index #first_view .fv_new .box header .btn_menu span::before, #index #first_view .fv_new .box header .btn_menu span::after {
    background-color: #fff;
  }
  #index #first_view .fv_new .box header .btn_menu.on::after {
    color: #222;
  }
  #index #first_view .fv_new .box header .btn_menu.on span {
    background: transparent;
  }
  #index #first_view .fv_new .box header .btn_menu.on span::before, #index #first_view .fv_new .box header .btn_menu.on span::after {
    background-color: #222;
  }
}
#index #first_view .fv_new .box .yumin {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 40px;
  line-height: 2;
  transform: translate(-50%, -50%);
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 679px) {
  #index #first_view .fv_new .box .yumin {
    font-size: 24px;
  }
}
#index #first_view .fv_new .box .scrolldown {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: auto;
}
#index #first_view .fv_new .box .scrolldown .roboto {
  position: relative;
  font-size: 16px;
  color: #fff;
}
#index #first_view .fv_new .box .scrolldown .roboto:before {
  content: "";
  display: inline-block;
  height: 60px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: auto;
}
#index #first_view .fv_new .box .scrolldown .roboto:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  box-sizing: border-box;
  border-radius: 11px;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  -moz-animation: fuwafuwa 1.5s ease-out 0s infinite;
  -webkit-animation: fuwafuwa 1.5s ease-out 0s infinite;
  animation: fuwafuwa 1.5s ease-out 0s infinite;
}
#index #first_view .fv_kamatori .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/index/mv_kamatori.jpg") center center/cover no-repeat;
  transition: all 7s;
  -moz-transition: all 7s;
  -webkit-transition: all 7s;
  -o-transition: all 7s;
  transform: scale(1.08);
}
#index #first_view .fv_kamatori .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#index #first_view .fv_kamatori .box header a {
  color: #FFF;
}
#index #first_view .fv_kamatori .box header .header_brochure a {
  padding: 8px 0;
  box-sizing: border-box;
  border: 4px solid #6ace96;
  background: #fff;
  color: #6ACE96;
}
@media only screen and (max-width: 679px) {
  #index #first_view .fv_kamatori .box header .header_brochure a {
    background: #6ace96;
    color: #fff;
    border: none;
    padding: 10px 0;
  }
}
#index #first_view .fv_kamatori .box header .header_sns img:last-child {
  display: none;
}
@media only screen and (max-width: 679px) {
  #index #first_view .fv_kamatori .box header a {
    color: #222;
  }
  #index #first_view .fv_kamatori .box header .header_sns img {
    display: none;
  }
  #index #first_view .fv_kamatori .box header .header_sns img:last-child {
    display: inline;
  }
  #index #first_view .fv_kamatori .box header .btn_menu::after {
    color: #fff;
  }
  #index #first_view .fv_kamatori .box header .btn_menu span {
    background-color: #fff;
  }
  #index #first_view .fv_kamatori .box header .btn_menu span::before, #index #first_view .fv_kamatori .box header .btn_menu span::after {
    background-color: #fff;
  }
  #index #first_view .fv_kamatori .box header .btn_menu.on::after {
    color: #222;
  }
  #index #first_view .fv_kamatori .box header .btn_menu.on span {
    background: transparent;
  }
  #index #first_view .fv_kamatori .box header .btn_menu.on span::before, #index #first_view .fv_kamatori .box header .btn_menu.on span::after {
    background-color: #222;
  }
}
#index #first_view .fv_kamatori .box .yumin {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 40px;
  line-height: 2;
  transform: translate(-50%, -50%);
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 679px) {
  #index #first_view .fv_kamatori .box .yumin {
    font-size: 24px;
  }
}
#index #first_view .fv_kamatori .box .btn_more {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 130px;
}
@media only screen and (max-width: 679px) {
  #index #first_view .fv_kamatori .box .btn_more {
    margin-top: 80px;
  }
}
#index #first_view .fv_kamatori .box .scrolldown {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: auto;
}
#index #first_view .fv_kamatori .box .scrolldown .roboto {
  position: relative;
  font-size: 16px;
  color: #fff;
}
#index #first_view .fv_kamatori .box .scrolldown .roboto:before {
  content: "";
  display: inline-block;
  height: 60px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: auto;
}
#index #first_view .fv_kamatori .box .scrolldown .roboto:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  box-sizing: border-box;
  border-radius: 11px;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  -moz-animation: fuwafuwa 1.5s ease-out 0s infinite;
  -webkit-animation: fuwafuwa 1.5s ease-out 0s infinite;
  animation: fuwafuwa 1.5s ease-out 0s infinite;
}
#index #first_view .fv_hachimandai .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/index/mv_hachimandai_bg.jpg") center center/cover no-repeat;
  transition: all 7s;
  -moz-transition: all 7s;
  -webkit-transition: all 7s;
  -o-transition: all 7s;
  transform: scale(1.08);
}
#index #first_view .fv_hachimandai .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#index #first_view .fv_hachimandai .box header a {
  color: #FFF;
}
#index #first_view .fv_hachimandai .box header .header_brochure a {
  padding: 8px 0;
  box-sizing: border-box;
  border: 4px solid #6ace96;
  background: #fff;
  color: #6ACE96;
}
@media only screen and (max-width: 679px) {
  #index #first_view .fv_hachimandai .box header .header_brochure a {
    background: #6ace96;
    color: #fff;
    border: none;
    padding: 10px 0;
  }
}
#index #first_view .fv_hachimandai .box header .header_sns img:last-child {
  display: none;
}
@media only screen and (max-width: 679px) {
  #index #first_view .fv_hachimandai .box header a {
    color: #222;
  }
  #index #first_view .fv_hachimandai .box header .header_sns img {
    display: none;
  }
  #index #first_view .fv_hachimandai .box header .header_sns img:last-child {
    display: inline;
  }
  #index #first_view .fv_hachimandai .box header .btn_menu::after {
    color: #fff;
  }
  #index #first_view .fv_hachimandai .box header .btn_menu span {
    background-color: #fff;
  }
  #index #first_view .fv_hachimandai .box header .btn_menu span::before, #index #first_view .fv_hachimandai .box header .btn_menu span::after {
    background-color: #fff;
  }
  #index #first_view .fv_hachimandai .box header .btn_menu.on::after {
    color: #222;
  }
  #index #first_view .fv_hachimandai .box header .btn_menu.on span {
    background: transparent;
  }
  #index #first_view .fv_hachimandai .box header .btn_menu.on span::before, #index #first_view .fv_hachimandai .box header .btn_menu.on span::after {
    background-color: #222;
  }
}
#index #first_view .fv_hachimandai .box .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#index #first_view .fv_hachimandai .box .inner h1 {
  font-size: 30px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 4px;
}
#index #first_view .fv_hachimandai .box .inner h2 {
  margin-bottom: 40px;
}
#index #first_view .fv_hachimandai .box .inner h2 .logo {
  display: block;
  margin-bottom: 30px;
}
#index #first_view .fv_hachimandai .box .inner h2 .yumin {
  font-size: 42px;
  color: #fff;
  letter-spacing: 6px;
}
#index #first_view .fv_hachimandai .box .inner h2 .yumin br {
  display: none;
}
#index #first_view .fv_hachimandai .box .inner .btn_more {
  margin: 0 auto;
}
@media only screen and (max-width: 679px) {
  #index #first_view .fv_hachimandai .box .inner h1 {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 2px;
    white-space: nowrap;
  }
  #index #first_view .fv_hachimandai .box .inner h2 {
    margin-bottom: 30px;
  }
  #index #first_view .fv_hachimandai .box .inner h2 .logo {
    margin-bottom: 20px;
  }
  #index #first_view .fv_hachimandai .box .inner h2 .logo img {
    width: 200px;
    height: auto;
  }
  #index #first_view .fv_hachimandai .box .inner h2 .yumin {
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 2px;
    white-space: nowrap;
  }
  #index #first_view .fv_hachimandai .box .inner h2 .yumin br {
    display: block;
  }
}
#index #first_view .fv_hachimandai .box .scrolldown {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: auto;
}
#index #first_view .fv_hachimandai .box .scrolldown .roboto {
  position: relative;
  font-size: 16px;
  color: #fff;
}
#index #first_view .fv_hachimandai .box .scrolldown .roboto:before {
  content: "";
  display: inline-block;
  height: 60px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: auto;
}
#index #first_view .fv_hachimandai .box .scrolldown .roboto:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  box-sizing: border-box;
  border-radius: 11px;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  -moz-animation: fuwafuwa 1.5s ease-out 0s infinite;
  -webkit-animation: fuwafuwa 1.5s ease-out 0s infinite;
  animation: fuwafuwa 1.5s ease-out 0s infinite;
}
#index .start #first_view .bg {
  transform: scale(1);
}
#index #content {
  margin-bottom: 110px;
}
@media only screen and (max-width: 679px) {
  #index #content {
    margin-bottom: 50px;
  }
}
#index #content #top_news {
  padding: 60px 0 80px;
  background: #fafaf7;
  margin-bottom: 80px;
}
#index #content #top_news #scroll {
  width: 980px;
  margin: 0 auto 50px;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}
#index #content #top_news #scroll ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index #content #top_news #scroll ul li {
  text-align: left;
  width: calc(25% - 30px);
}
#index #content #top_news #scroll ul li:last-child {
  margin-bottom: 0;
}
#index #content #top_news #scroll ul li .ofh {
  position: relative;
  max-height: 420px;
  overflow: hidden;
  overflow-y: hidden;
}
#index #content #top_news #scroll ul li .ofh .news_img .link_imgbox {
  height: 200px;
}
#index #content #top_news #scroll ul li .ofh .news_img .link_imgbox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#index #content #top_news #scroll ul li .ofh time {
  padding: 0 10px;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  margin-bottom: 20px;
  background: #4987BD;
  display: inline-block;
}
#index #content #top_news #scroll ul li .ofh .ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}
#index #content #top_news #scroll ul li .ofh .wp_content * {
  font-size: 14px;
  line-height: 1.8;
}
#index #content #top_news #scroll ul li .ofh .wp_content h1, #index #content #top_news #scroll ul li .ofh .wp_content h2 {
  font-size: 16px;
  font-weight: bold;
}
#index #content #top_news #scroll ul li .ofh .wp_content h3, #index #content #top_news #scroll ul li .ofh .wp_content h4, #index #content #top_news #scroll ul li .ofh .wp_content h5, #index #content #top_news #scroll ul li .ofh .wp_content h6 {
  font-weight: bold;
}
#index #content #top_news #scroll ul li .ofh .wp_content img {
  max-width: 100%;
  height: auto;
}
#index #content #top_news #scroll ul li .ofh .wp_content p, #index #content #top_news #scroll ul li .ofh .wp_content img, #index #content #top_news #scroll ul li .ofh .wp_content ul, #index #content #top_news #scroll ul li .ofh .wp_content dt, #index #content #top_news #scroll ul li .ofh .wp_content h1, #index #content #top_news #scroll ul li .ofh .wp_content h2, #index #content #top_news #scroll ul li .ofh .wp_content h3, #index #content #top_news #scroll ul li .ofh .wp_content h4, #index #content #top_news #scroll ul li .ofh .wp_content h5, #index #content #top_news #scroll ul li .ofh .wp_content h6 {
  margin-bottom: 1em;
}
#index #content #top_news #scroll ul li .ofh .wp_content p:last-child, #index #content #top_news #scroll ul li .ofh .wp_content img:last-child, #index #content #top_news #scroll ul li .ofh .wp_content ul:last-child, #index #content #top_news #scroll ul li .ofh .wp_content dt:last-child, #index #content #top_news #scroll ul li .ofh .wp_content h1:last-child, #index #content #top_news #scroll ul li .ofh .wp_content h2:last-child, #index #content #top_news #scroll ul li .ofh .wp_content h3:last-child, #index #content #top_news #scroll ul li .ofh .wp_content h4:last-child, #index #content #top_news #scroll ul li .ofh .wp_content h5:last-child, #index #content #top_news #scroll ul li .ofh .wp_content h6:last-child {
  margin-bottom: 0;
}
#index #content #top_news #scroll ul li .ofh .link {
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  background: #fff;
}
#index #content #top_news #scroll ul li .ofh .link::before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 0;
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}
#index #content #top_news #scroll ul li .ofh .link a {
  font-size: 16px;
  line-height: 50px;
  color: #4987bd;
  text-decoration: underline;
}
#index #content #top_news .btn_more {
  background: transparent;
}
@media only screen and (max-width: 779px) {
  #index #content #top_news #scroll {
    width: 90%;
    height: auto;
    padding: 20px;
  }
  #index #content #top_news #scroll ul {
    padding-bottom: 20px;
  }
  #index #content #top_news #scroll ul li {
    margin-bottom: 50px;
	width: calc(50% - 30px);
  }
  #index #content #top_news #scroll ul li:last-child {
    margin-bottom: 0;
  }
  #index #content #top_news #scroll ul li .ofh {
    max-height: 380px;
    padding-bottom: 0;
  }
  #index #content #top_news #scroll ul li .ofh .news_img .link_imgbox {
    height: 110px;
  }
  #index #content #top_news #scroll ul li .ofh time {
    margin-bottom: 10px;
  }
  #index #content #top_news #scroll ul li .ofh .ttl {
    font-size: 16px;
  }
  #index #content #top_news #scroll ul li .ofh .wp_content * {
    font-size: 12px;
  }
  #index #content #top_news #scroll ul li .ofh .wp_content h1, #index #content #top_news #scroll ul li .ofh .wp_content h2 {
    font-size: 14px;
  }
  #index #content #top_news #scroll ul li .ofh .link {
    height: 40px;
  }
  #index #content #top_news #scroll ul li .ofh .link::before {
    height: 40px;
    top: -40px;
  }
  #index #content #top_news #scroll ul li .ofh .link a {
    font-size: 14px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 679px) {
  #index #content #top_news {
    padding: 30px 0 40px;
    margin-bottom: 50px;
  }
  #index #content #top_news #scroll {
    margin-bottom: 30px;
  }
}
#index #content #top_scelista {
  margin-bottom: 110px;
}
#index #content #top_scelista .pic_scroll .pic {
  width: 100%;
  height: 280px;
}
@media only screen and (max-width: 679px) {
  #index #content #top_scelista .pic_scroll .pic {
    height: 200px;
  }
}
#index #content #top_scelista .pic_scroll .pic .bg {
  width: 100%;
  height: 280px;
  background: url("../img/index/pic_scelista.jpg") center center/cover no-repeat;
}
#index #content #top_scelista h2 {
  margin: -20px 0 25px;
  position: relative;
}
#index #content #top_scelista .yumin {
  font-size: 22px;
  line-height: 2;
  margin-bottom: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 679px) {
  #index #content #top_scelista .yumin {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
  }
}
#index #content #top_scelista p {
  width: 57.5%;
  line-height: 2;
  margin: 0 auto 45px;
}
@media only screen and (max-width: 779px) {
  #index #content #top_scelista p {
    width: 88%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 679px) {
  #index #content #top_scelista p {
    width: 100%;
  }
}
@media only screen and (max-width: 679px) {
  #index #content #top_scelista {
    margin-bottom: 50px;
  }
}
#index #content #top_type ul {
  overflow: hidden;
}
#index #content #top_type ul li {
  /*width: 25%;*/
  width: 33.3%;
  float: left;
  overflow: hidden;
}
@media only screen and (max-width: 679px) {
  #index #content #top_type ul li {
    width: 100%;
  }
}
#index #content #top_type ul li a {
  display: block;
  position: relative;
}
#index #content #top_type ul li a figure {
  overflow: hidden;
}
#index #content #top_type ul li a figure img {
  width: 100%;
  height: auto;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
}
#index #content #top_type ul li a .box {
  position: absolute;
  padding: 4.1%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#index #content #top_type ul li a .box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 779px) {
  #index #content #top_type ul li a .box::before {
    border: 1px solid #fff;
  }
}
@media only screen and (max-width: 679px) {
  #index #content #top_type ul li a .box::before {
    border: 2px solid #fff;
  }
}
#index #content #top_type ul li a .box .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 4%;
}
#index #content #top_type ul li a .box .txt h2 {
  position: relative;
  margin-bottom: 50px;
  white-space: nowrap;
}
#index #content #top_type ul li a .box .txt h2 .lora {
  font-size: 28px;
  color: #fff;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1279px) {
  #index #content #top_type ul li a .box .txt h2 .lora {
    font-size: 22px;
  }
}
@media only screen and (max-width: 779px) {
  #index #content #top_type ul li a .box .txt h2 .lora {
    font-size: 20px;
  }
}
@media only screen and (max-width: 679px) {
  #index #content #top_type ul li a .box .txt h2 .lora {
    font-size: 24px;
  }
}
#index #content #top_type ul li a .box .txt h2 .jp {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 779px) {
  #index #content #top_type ul li a .box .txt h2 .jp {
    font-size: 16px;
  }
}
#index #content #top_type ul li a .box .txt h2::before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -20px;
  background: #fff;
}
@media only screen and (max-width: 779px) {
  #index #content #top_type ul li a .box .txt h2::before {
    width: 36px;
    height: 1px;
    top: 42px;
    margin-left: -18px;
  }
}
@media only screen and (max-width: 679px) {
  #index #content #top_type ul li a .box .txt h2::before {
    width: 40px;
    height: 2px;
    margin-left: -20px;
  }
}
@media only screen and (max-width: 779px) {
  #index #content #top_type ul li a .box .txt .btn_more {
    width: 180px;
  }
}
@media only screen and (max-width: 679px) {
  #index #content #top_type ul li a .box .txt .btn_more {
    width: 160px;
  }
}
#index #content #top_type ul li a:hover figure img {
  transform: scale(1.08);
}
#index #content #top_type ul li a:hover .box {
  padding: 6%;
}
#index #content #top_type ul li a:hover .box .txt .btn_more span {
  color: #4987bd;
}
#index #content #top_type ul li a:hover .box .txt .btn_more::after {
  border-color: transparent transparent transparent #4987bd;
}
#index #content #top_type ul li a:hover .box .txt .btn_more::before {
  left: -68px;
}
#index #content #top_type ul li.comingsoon a {
  cursor: default;
}
#index #content #top_type ul li.comingsoon a:hover figure img {
  transform: scale(1);
}
#index #content #top_type ul li.comingsoon a:hover .box {
  padding: 4.1%;
}
#index #content #top_type ul li.comingsoon a:hover .box .txt .btn_more span {
  color: #fff;
}
#index #content #top_type ul li.comingsoon a:hover .box .txt .btn_more::after {
  border-color: transparent transparent transparent #fff;
}
#index #content #top_type ul li.comingsoon a:hover .box .txt .btn_more::before {
  left: -303px;
}
#index #content #top_quality {
  position: relative;
  padding-top: 110px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 679px) {
  #index #content #top_quality {
    padding-top: 50px;
    margin-bottom: 60px;
  }
}
#index #content #top_quality::before {
  content: "";
  width: 100%;
  height: 500px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: #fafaf7;
}
@media only screen and (max-width: 679px) {
  #index #content #top_quality::before {
    height: 240px;
  }
}
#index #content #top_quality .max2 {
  position: relative;
  z-index: 2;
}
#index #content #top_blog {
  margin: 0 auto 110px;
}
@media only screen and (max-width: 679px) {
  #index #content #top_blog {
    margin-bottom: 60px;
  }
}
#index #content #top_blog ul {
  width: 85.7%;
  overflow: hidden;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 679px) {
  #index #content #top_blog ul {
    margin-bottom: 30px;
  }
}
#index #content #top_blog ul li {
  width: 23.7%;
  float: left;
  margin-left: 1.7%;
  text-align: left;
  overflow: hidden;
  transition: all 1.2s;
  -moz-transition: all 1.2s;
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  opacity: 1;
  transform: translate(0, 0);
}
#index #content #top_blog ul li:first-child {
  margin-left: 0;
  transition-delay: 0.2s !important;
  -moz-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
}
#index #content #top_blog ul li:nth-child(2) {
  transition-delay: 0.3s !important;
  -moz-transition-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
}
#index #content #top_blog ul li:nth-child(3) {
  transition-delay: 0.4s !important;
  -moz-transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
}
#index #content #top_blog ul li:nth-child(4) {
  transition-delay: 0.5s !important;
  -moz-transition-delay: 0.5s !important;
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
}
@media only screen and (max-width: 679px) {
  #index #content #top_blog ul li {
    width: 48%;
    margin: 0 4% 4% 0 !important;
  }
  #index #content #top_blog ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  #index #content #top_blog ul li:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
}
#index #content #top_blog ul li a figure {
  margin-bottom: 10px;
}
#index #content #top_blog ul li a .cate {
  font-size: 12px;
  float: left;
  display: block;
  background: #ebeff3;
  line-height: 26px;
  padding: 0px 10px;
}
#index #content #top_blog ul li a time {
  font-size: 14px;
  float: right;
  color: #046db5;
  line-height: 26px;
}
#index #content #top_blog ul li a .txt {
  float: left;
  clear: both;
  line-height: 1.9;
  margin-top: 10px;
  text-align: justify;
}
#index #content #top_question {
  width: 47.9%;
  max-width: 700px;
  margin: 0 auto 110px;
}
#index #content #top_question p {
  line-height: 1.9;
  margin-bottom: 50px;
}
@media only screen and (max-width: 679px) {
  #index #content #top_question {
    width: 88%;
    margin-bottom: 60px;
  }
  #index #content #top_question p {
    margin-bottom: 20px;
  }
}

#index #content #top_column {
  margin: 0 auto 110px;
}
#index #content #top_column ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index #content #top_column ul li {
  width: calc(25% - 30px);
  margin: 0;
}


#index #content #top_recruit .pic .bg {
  background: url("../img/index/pic_recruit.jpg") center center/cover no-repeat;
}
/*#index #content #top_recruit .bnr {
  max-width: 780px;
  width: 88%;
  margin: 0 auto;
}
#index #content #top_recruit .bnr img {
  width: 100%;
  height: auto;
}*/
#index #content #top_recruit .bnr {
  max-width: 1000px;
  width: 88%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#index #content #top_recruit .bnr img {
  width: 450px;
  height: auto;
}
@media only screen and (max-width: 679px) {
  #index #content #top_recruit .bnr{
    display: block;
  }
  #index #content #top_recruit .bnr img{
    width: 100%;
    margin-bottom: 5vw;
  }
}

#staff #content #mv {
  background-image: url("../img/staff/mv.jpg");
}
#staff #content h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 50px;
  line-height: 1.6;
}
@media only screen and (max-width: 679px) {
  #staff #content h3 {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
#staff #content .stafflist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media only screen and (max-width: 679px) {
  #staff #content .stafflist {
    margin-bottom: 30px;
  }
}
#staff #content .stafflist:last-child {
  margin-bottom: 0;
}
#staff #content .stafflist li {
  width: 18%;
  margin: 1%;
}
@media only screen and (max-width: 679px) {
  #staff #content .stafflist li {
    width: 48%;
  }
}
#staff #content .stafflist li a {
  display: block;
  border: 1px solid #f4f4f4;
}
#staff #content .stafflist li a .pic {
  padding-top: 100%;
  background: center / cover no-repeat;
}
#staff #content .stafflist li a .pic::before {
  content: "";
  width: 85.9%;
  height: 85.9%;
  background: rgba(73, 135, 189, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: scale(0.9) translate(-50%, -50%);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#staff #content .stafflist li a .pic::after {
  width: 260px;
  height: 260px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -130px 0 0 -130px;
  content: "VIEW MORE";
  font-size: 16px;
  color: #FFF;
  text-align: center;
  line-height: 260px;
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#staff #content .stafflist li a .pic:hover::before {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
#staff #content .stafflist li a .pic:hover::after {
  opacity: 1;
  transform: translate(0, 0);
}

#question #content #mv {
  background-image: url("../img/question/mv.jpg");
}
#question #content #qlist {
  text-align: left;
}
#question #content #qlist dt, #question #content #qlist dd {
  position: relative;
}
#question #content #qlist dt:before, #question #content #qlist dd:before {
  position: absolute;
  top: 0;
  left: 10px;
  font-family: 'Lora', serif;
  font-size: 18px;
  color: #221815;
  font-weight: normal;
}
#question #content #qlist dt {
  font-size: 16px;
  font-weight: bold;
  color: #6699cc;
  border-bottom: 1px solid #222222;
  padding: 3px 65px 13px;
  margin-bottom: 10px;
}
#question #content #qlist dt:before {
  content: "Q";
}
#question #content #qlist dd {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 57px;
  padding: 2px 65px 0;
  color: #221815;
}
#question #content #qlist dd:before {
  content: "A";
}
#question #content #qlist dd:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 679px) {
  #question #content #qlist dt:before, #question #content #qlist dd:before {
    font-size: 15px;
    left: 5px;
  }
  #question #content #qlist dt {
    font-size: 12px;
    line-height: 1.8;
    padding: 3px 15px 10px 25px;
  }
  #question #content #qlist dd {
    font-size: 12px;
    line-height: 1.8;
    padding: 3px 15px 0 25px;
    margin-bottom: 20px;
  }
  #question #content #qlist dd:last-child {
    margin-bottom: 0;
  }
}

#other #content #mv {
  background-image: url("../img/other/mv.jpg");
}
#other #content #point1 .pic .bg {
  background-image: url("../img/other/pic_01.jpg");
}
#other #content #point2 .pic .bg {
  background-image: url("../img/other/pic_02.jpg");
}
#other #content #point3 .pic .bg {
  background-image: url("../img/other/pic_03.jpg");
}
#other #content #point4 .pic .bg {
  background-image: url("../img/other/pic_04.jpg");
}
#other #content #point5 .pic .bg {
  background-image: url("../img/other/pic_05.jpg?201125");
}
#other #content #point6 .pic .bg {
  background-image: url("../img/other/pic_06.jpg?201125");
}

#recruit #content #mv {
  background-image: url("../img/recruit/mv.jpg");
}
@media only screen and (max-width: 779px) {
  #recruit #content .pic_txt_box {
    width: 86% !important;
    margin-bottom: 50px !important;
  }
  #recruit #content .pic_txt_box:last-child {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 779px) {
  #recruit #content .pic_txt_box .pic {
    width: 100% !important;
    margin: 0 auto 20px !important;
    float: none !important;
    height: 380px !important;
  }
  #recruit #content .pic_txt_box .pic .bg {
    height: 380px !important;
  }
}
@media only screen and (max-width: 779px) and (max-width: 679px) {
  #recruit #content .pic_txt_box .pic {
    height: 240px !important;
  }
  #recruit #content .pic_txt_box .pic .bg {
    height: 240px !important;
  }
}

@media only screen and (max-width: 779px) {
  #recruit #content .pic_txt_box .txt {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    float: none !important;
  }
  #recruit #content .pic_txt_box .txt .box {
    display: block;
    height: auto !important;
  }
}
@media only screen and (max-width: 779px) and (max-width: 679px) {
  #recruit #content .pic_txt_box .txt .box .yumin {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 779px) {
  #recruit #content .pic_txt_box .txt .box p {
    margin-bottom: 20px;
  }
  #recruit #content .pic_txt_box .txt .box p:last-child {
    margin-bottom: 0;
  }
}
#recruit #content #box1 .pic .bg {
  background-image: url("../img/recruit/pic_01.jpg");
}
#recruit #content #box2 .pic .bg {
  background-image: url("../img/recruit/pic_02.jpg");
}
#recruit #content #box3 .pic .bg {
  background-image: url("../img/recruit/pic_03.jpg");
}
#recruit #content #box4 .pic .bg {
  background-image: url("../img/recruit/pic_04.jpg");
}
#recruit #content #box5 .pic .bg {
  background-image: url("../img/recruit/pic_05.jpg");
}
#recruit #content #box6 .pic .bg {
  background-image: url("../img/recruit/pic_06.jpg");
}
#recruit #content #box7 .pic .bg {
  background-image: url("../img/recruit/pic_07.jpg");
}
#recruit #content .max3 {
  text-align: left;
}
#recruit #content .max3 .yumin {
  font-size: 20px;
  color: #221815;
  font-weight: bold;
  border-bottom: solid 1px #221815;
  padding: 0 3.85% 10px;
  margin-bottom: 12px;
}
#recruit #content .max3 h3 {
  margin-bottom: 20px;
}
#recruit #content .max3 .box {
  width: 92.3%;
  margin: 0 auto;
}
#recruit #content .max3 #treatment {
  margin-bottom: 90px;
}
#recruit #content .max3 #treatment table tr th {
  width: 12.5%;
  min-width: 150px;
  line-height: 2;
}
#recruit #content .max3 #treatment table tr td {
  line-height: 2;
}
#recruit #content .max3 #graduates {
  margin-bottom: 90px;
}
#recruit #content .max3 #graduates p {
  line-height: 2;
  margin-bottom: 60px;
}
#recruit #content .max3 #graduates h4 {
  line-height: 2;
}
#recruit #content .max3 #graduates #job_category {
  margin-bottom: 40px;
}
#recruit #content .max3 #graduates #job_category tr th {
  width: 12.5%;
  min-width: 150px;
  line-height: 2;
}
#recruit #content .max3 #graduates #job_category tr td {
  position: relative;
  padding-left: 40px;
  line-height: 2;
}
#recruit #content .max3 #graduates #job_category tr td::before {
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  background: #221815;
  content: "";
}
#recruit #content .max3 #graduates #salary tr th {
  width: 20%;
  min-width: 240px;
  line-height: 2;
}
#recruit #content .max3 #graduates #salary tr td {
  line-height: 2;
}
#recruit #content .max3 #career {
  margin-bottom: 110px;
}
#recruit #content .max3 #career p {
  line-height: 2;
  margin-bottom: 60px;
}
#recruit #content .max3 #career h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#recruit #content .max3 #career h4 {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: solid 1px #221815;
}
#recruit #content .max3 #career dl {
  overflow: hidden;
  margin-bottom: 40px;
}
#recruit #content .max3 #career dl:last-child {
  margin-bottom: 0;
}
#recruit #content .max3 #career dl dt, #recruit #content .max3 #career dl dd {
  line-height: 2;
  float: left;
}
#recruit #content .max3 #career dl dt {
  clear: both;
}
@media only screen and (max-width: 679px) {
  #recruit #content .max3 .yumin {
    font-size: 14px;
    padding: 0 3% 10px;
    margin-bottom: 10px;
  }
  #recruit #content .max3 h3 {
    font-weight: bold;
    margin-bottom: 15px;
  }
  #recruit #content .max3 .box {
    width: 94%;
  }
  #recruit #content .max3 #treatment {
    margin-bottom: 50px;
  }
  #recruit #content .max3 #treatment table {
    display: block;
    width: 100%;
  }
  #recruit #content .max3 #treatment table tbody {
    display: block;
    width: 100%;
  }
  #recruit #content .max3 #treatment table tr {
    display: block;
    width: 100%;
  }
  #recruit #content .max3 #treatment table tr th, #recruit #content .max3 #treatment table tr td {
    width: 100%;
    display: block;
    min-width: auto;
  }
  #recruit #content .max3 #treatment table tr th {
    font-weight: bold;
  }
  #recruit #content .max3 #treatment table tr td {
    margin-bottom: 10px;
  }
  #recruit #content .max3 #treatment table tr:last-child td {
    margin-bottom: 0;
  }
  #recruit #content .max3 #graduates {
    margin-bottom: 50px;
  }
  #recruit #content .max3 #graduates p {
    line-height: 1.9;
    margin-bottom: 20px;
  }
  #recruit #content .max3 #graduates #job_category, #recruit #content .max3 #graduates #salary {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    min-width: auto;
  }
  #recruit #content .max3 #graduates #job_category tbody, #recruit #content .max3 #graduates #salary tbody {
    display: block;
    width: 100%;
  }
  #recruit #content .max3 #graduates #job_category tr, #recruit #content .max3 #graduates #salary tr {
    display: block;
    width: 100%;
  }
  #recruit #content .max3 #graduates #job_category tr th, #recruit #content .max3 #graduates #job_category tr td, #recruit #content .max3 #graduates #salary tr th, #recruit #content .max3 #graduates #salary tr td {
    width: 100%;
    display: block;
    min-width: auto;
  }
  #recruit #content .max3 #graduates #job_category tr th, #recruit #content .max3 #graduates #salary tr th {
    font-weight: bold;
  }
  #recruit #content .max3 #graduates #job_category tr td, #recruit #content .max3 #graduates #salary tr td {
    margin-bottom: 10px;
    padding: 0;
  }
  #recruit #content .max3 #graduates #job_category tr td::before, #recruit #content .max3 #graduates #salary tr td::before {
    display: none;
  }
  #recruit #content .max3 #graduates #job_category tr:last-child td, #recruit #content .max3 #graduates #salary tr:last-child td {
    margin-bottom: 0;
  }
  #recruit #content .max3 #graduates #salary {
    margin-bottom: 0;
  }
  #recruit #content .max3 #career {
    margin-bottom: 50px;
  }
  #recruit #content .max3 #career p {
    margin-bottom: 20px;
  }
  #recruit #content .max3 #career h3 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  #recruit #content .max3 #career h4 {
    font-size: 12px;
  }
  #recruit #content .max3 #career dl {
    margin-bottom: 15px;
  }
  #recruit #content .max3 #career dl:last-child {
    margin-bottom: 0;
  }
  #recruit #content .max3 #career dl dt, #recruit #content .max3 #career dl dd {
    float: none;
  }
  #recruit #content .max3 #career dl dt {
    font-weight: bold;
  }
}

.db {
  display: block;
}

.contact #content #mv {
  background-image: url("../img/contact/mv.jpg");
}
.contact #content #privacycheck {
  margin-bottom: 75px;
}
.contact #content #privacycheck .error {
  padding-top: 15px;
}
@media only screen and (max-width: 779px) {
  .contact #content #privacycheck {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 679px) {
  .contact #content #privacycheck {
    margin-bottom: 30px;
  }
}
.contact #content #privacycheck h2 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 40px;
}
@media only screen and (max-width: 779px) {
  .contact #content #privacycheck h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 679px) {
  .contact #content #privacycheck h2 {
    margin-bottom: 20px;
  }
}
.contact #content #privacycheck .box {
  padding-bottom: 40px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 45px;
}
@media only screen and (max-width: 779px) {
  .contact #content #privacycheck .box {
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
}
.contact #content #privacycheck .box .sbox {
  max-width: 830px;
  width: 69.1%;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 1279px) {
  .contact #content #privacycheck .box .sbox {
    width: 80%;
  }
}
@media only screen and (max-width: 779px) {
  .contact #content #privacycheck .box .sbox {
    width: 90%;
    max-width: none;
  }
}
@media only screen and (max-width: 679px) {
  .contact #content #privacycheck .box .sbox {
    width: 100%;
  }
}
.contact #content #privacycheck .box .sbox h3 {
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media only screen and (max-width: 779px) {
  .contact #content #privacycheck .box .sbox h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 679px) {
  .contact #content #privacycheck .box .sbox h3 {
    margin-bottom: 20px;
  }
}
.contact #content #privacycheck .box .sbox ul li {
  line-height: 2;
  margin-bottom: 20px;
  text-indent: -11.5px;
  padding-left: 11.5px;
}
@media only screen and (max-width: 779px) {
  .contact #content #privacycheck .box .sbox ul li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 679px) {
  .contact #content #privacycheck .box .sbox ul li {
    margin-bottom: 10px;
  }
}
.contact #content #privacycheck .box .sbox ul li:last-child {
  margin-bottom: 0;
}
.contact #content #privacycheck label {
  position: relative;
  overflow: hidden;
  padding-left: 40px;
  z-index: 2;
  font-weight: bold;
}
@media only screen and (max-width: 679px) {
  .contact #content #privacycheck label {
    line-height: 1.8;
    padding-left: 30px;
    display: inline-block;
  }
}
.contact #content #privacycheck label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -10px 0 0 0;
  border: solid 2px #6699cc;
  box-sizing: border-box;
}
.contact #content #privacycheck label input {
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.contact #content #privacycheck label input:checked + span {
  content: "";
  width: 20px;
  height: 20px;
  background: #6699cc;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -10px 0 0 0;
}
.contact #content #privacycheck label a {
  font-weight: bold;
  text-decoration: underline;
  color: #6699cc;
}
.contact #content #privacycheck label a:hover {
  text-decoration: none;
}
.contact #content #questionnaire h2 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 40px;
}
@media only screen and (max-width: 779px) {
  .contact #content #questionnaire h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 679px) {
  .contact #content #questionnaire h2 {
    margin-bottom: 20px;
  }
}
.contact #content #questionnaire .box .sbox {
  max-width: 830px;
  width: 69.1%;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 1279px) {
  .contact #content #questionnaire .box .sbox {
    width: 80%;
  }
}
@media only screen and (max-width: 779px) {
  .contact #content #questionnaire .box .sbox {
    width: 90%;
    max-width: none;
  }
}
@media only screen and (max-width: 679px) {
  .contact #content #questionnaire .box .sbox {
    width: 100%;
  }
}
.contact #content #questionnaire .box .sbox h3 {
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media only screen and (max-width: 779px) {
  .contact #content #questionnaire .box .sbox h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 679px) {
  .contact #content #questionnaire .box .sbox h3 {
    margin-bottom: 20px;
  }
}
.contact #content #questionnaire .box .sbox ul li {
  line-height: 2;
  margin-bottom: 20px;
  text-indent: -11.5px;
  padding-left: 11.5px;
}
@media only screen and (max-width: 779px) {
  .contact #content #questionnaire .box .sbox ul li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 679px) {
  .contact #content #questionnaire .box .sbox ul li {
    margin-bottom: 10px;
  }
}
.contact #content #questionnaire .box .sbox ul li:last-child {
  margin-bottom: 0;
}
.contact #content #questionnaire .box table tr td {
  padding-top: 30px;
}
.contact #content #questionnaire .box table tr td p input {
  margin-left: 10px;
}
.contact #content #questionnaire label {
  position: relative;
  overflow: hidden;
  padding-left: 40px;
  z-index: 2;
}
@media only screen and (max-width: 679px) {
  .contact #content #questionnaire label {
    line-height: 1.8;
  }
}
.contact #content #questionnaire label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -10px 0 0 0;
  box-sizing: border-box;
}
.contact #content #questionnaire label input {
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.contact #content #questionnaire label input:checked + span {
  content: "";
  width: 20px;
  height: 20px;
  background: #6699cc;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -10px 0 0 0;
}

#entry #content #mv {
  background-image: url("../img/recruit/mv.jpg");
}

#quality #content #mv {
  background-image: url("../img/quality/mv.jpg");
}
#quality #content #box1 .pic .bg {
  background-image: url("../img/quality/pic_01.jpg");
}
#quality #content #box2 .pic .bg {
  background-image: url("../img/quality/pic_02.jpg");
}
#quality #content #box3 .pic .bg {
  background-image: url("../img/quality/pic_03.jpg");
}
#quality #content #box4 .pic .bg {
  background-image: url("../img/quality/pic_04.jpg");
}
#quality #content #box5 .pic .bg {
  background-image: url("../img/quality/pic_05.jpg");
}
#quality #content #box6 .pic .bg {
  background-image: url("../img/quality/pic_06.jpg");
}
#quality #content #box7 .pic .bg {
  background-image: url("../img/quality/pic_07.jpg");
}

#zeh #content #mv {
  background-image: url("../img/zeh/mv.jpg");
}
#zeh #content #box1 .pic .bg {
  background-image: url("../img/zeh/pic_01.jpg");
}
#zeh #content #box2 .pic .bg {
  background-image: url("../img/zeh/pic_02.jpg");
}
#zeh #content #box3 .pic .bg {
  background-image: url("../img/zeh/pic_03.jpg");
}
#zeh #content #box4 .pic .bg {
  background-image: url("../img/zeh/pic_04.jpg");
}

#durability #content #mv {
  background-image: url("../img/durability/mv.jpg");
}
#durability #content .pic_txt_box_overlap {
  margin-bottom: 110px;
}
#durability #content .pic_txt_box_overlap .pic .bg {
  background-image: url("../img/durability/pic.jpg");
}
@media only screen and (max-width: 679px) {
  #durability #content .pic_txt_box_overlap {
    margin-bottom: 50px;
  }
}
#durability #content #test {
  margin-bottom: 110px;
}
#durability #content #test h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 6px;
  margin-bottom: 30px;
  border-bottom: solid 1px #222222;
}
#durability #content #test ul {
  overflow: hidden;
}
#durability #content #test ul li {
  width: 47.5%;
  float: left;
  margin-right: 5%;
  margin-bottom: 60px;
}
#durability #content #test ul li:nth-child(2n) {
  margin-right: 0;
}
#durability #content #test ul li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
#durability #content #test ul li .pic_scroll {
  margin-bottom: 20px;
}
#durability #content #test ul li .pic_scroll .pic {
  height: 300px;
}
#durability #content #test ul li .pic_scroll .pic .bg {
  background: center center / cover no-repeat;
  height: 300px;
}
#durability #content #test ul li h4 {
  font-size: 16px;
  padding-bottom: 17px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
#durability #content #test ul li h4::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}
#durability #content #test ul li p {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}
#durability #content #test ul li#test1 .pic .bg {
  background-image: url("../img/durability/pic_test_01.jpg");
}
#durability #content #test ul li#test2 .pic .bg {
  background-image: url("../img/durability/pic_test_02.jpg");
}
#durability #content #test ul li#test3 .pic .bg {
  background-image: url("../img/durability/pic_test_03.jpg");
}
#durability #content #test ul li#test4 .pic .bg {
  background-image: url("../img/durability/pic_test_04.jpg");
}
#durability #content #test ul li#test5 .pic .bg {
  background-image: url("../img/durability/pic_test_05.jpg");
}
#durability #content #test ul li#test6 .pic .bg {
  background-image: url("../img/durability/pic_test_06.jpg");
}
#durability #content #test ul li#test7 .pic .bg {
  background-image: url("../img/durability/pic_test_07.jpg");
}
#durability #content #test ul li#test8 .pic .bg {
  background-image: url("../img/durability/pic_test_08.jpg?201125");
}
@media only screen and (max-width: 679px) {
  #durability #content #test {
    margin-bottom: 50px;
  }
  #durability #content #test h3 {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  #durability #content #test ul li {
    width: 100%;
    float: none;
    margin: 0 0 30px !important;
  }
  #durability #content #test ul li:last-child {
    margin-bottom: 0 !important;
  }
  #durability #content #test ul li .pic_scroll {
    margin-bottom: 10px;
  }
  #durability #content #test ul li .pic_scroll .pic {
    height: 160px;
  }
  #durability #content #test ul li .pic_scroll .pic .bg {
    height: 160px;
  }
  #durability #content #test ul li h4 {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #durability #content #test ul li p {
    font-size: 12px;
  }
}
#durability #content #water1 .pic .bg {
  background-image: url("../img/durability/pic_water_01.jpg");
}
#durability #content #water2 .pic .bg {
  background-image: url("../img/durability/pic_water_02.jpg");
}
#durability #content #water3 .pic .bg {
  background-image: url("../img/durability/pic_water_03.jpg");
}
#durability #content #water4 .pic .bg {
  background-image: url("../img/durability/pic_water_04.jpg");
}

#readybuilt #content #mv {
  background-image: url("../img/readybuilt/mv.jpg");
}
#readybuilt #content #box1 .pic .bg {
  background-image: url("../img/readybuilt/pic_01.jpg");
}
#readybuilt #content #box2 .pic .bg {
  background-image: url("../img/readybuilt/pic_02.jpg");
}
#readybuilt #content .pic_scroll {
  height: 480px;
  margin: 110px 0;
}
#readybuilt #content .pic_scroll .pic {
  width: 100%;
  height: 480px;
}
#readybuilt #content .pic_scroll .pic .bg {
  height: 480px;
  background: url("../img/readybuilt/pic_03.jpg") center center/cover no-repeat;
}
#readybuilt #content #case {
  margin-bottom: 110px;
}
@media only screen and (max-width: 679px) {
  #readybuilt #content .pic_scroll {
    margin: 50px 0;
    height: 200px;
  }
  #readybuilt #content .pic_scroll .pic {
    height: 200px;
  }
  #readybuilt #content .pic_scroll .pic .bg {
    height: 200px;
  }
  #readybuilt #content #case {
    margin-bottom: 50px;
  }
}

#order #content #mv {
  background-image: url("../img/order/mv.jpg");
}
#order #content #scelista_var {
  margin-bottom: 110px;
}
#order #content #scelista_var ul {
  overflow: hidden;
}
#order #content #scelista_var ul li {
  width: 32.3%;
  float: left;
  margin: 0 1.55% 3.7% 0;
  text-align: left;
}
#order #content #scelista_var ul li figure {
  margin-bottom: 16px;
}
#order #content #scelista_var ul li figure img {
  width: 100%;
  height: auto;
}
#order #content #scelista_var ul li dl dt {
  font-weight: bold;
  line-height: 21px;
  padding-bottom: 4px;
  border-bottom: dashed 1px #525252;
  margin-bottom: 5px;
}
#order #content #scelista_var ul li dl dt img {
  margin-right: 20px;
}
#order #content #scelista_var ul li dl dd {
  line-height: 2;
}
#order #content #scelista_var ul li:nth-child(3n) {
  margin-right: 0;
}
#order #content #scelista_var ul li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media only screen and (max-width: 779px) {
  #order #content #scelista_var ul li {
    width: 48%;
    margin: 0 4% 4% 0 !important;
  }
  #order #content #scelista_var ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  #order #content #scelista_var ul li:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
}
#order #content #case {
  margin-bottom: 110px;
}
#order #content #exhibition .pic .bg {
  background-image: url("../img/order/pic_exhibition.jpg");
}
@media only screen and (max-width: 679px) {
  #order #content #scelista_var {
    margin-bottom: 50px;
  }
  #order #content #scelista_var ul li {
    width: 100%;
    float: none;
    margin: 0 0 20px !important;
  }
  #order #content #scelista_var ul li:nth-last-child(-n+2) {
    margin: 0 0 20px !important;
  }
  #order #content #scelista_var ul li:last-child {
    margin-bottom: 0 !important;
  }
  #order #content #scelista_var ul li figure {
    margin-bottom: 10px;
  }
  #order #content #scelista_var ul li dl dt img {
    margin-right: 10px;
  }
  #order #content #scelista_var ul li dl dd {
    line-height: 1.8;
  }
  #order #content #case {
    margin-bottom: 50px;
  }
}

#reform #content #mv {
  background-image: url("../img/reform/mv.jpg");
}
#reform #content #box1 .pic .bg {
  background-image: url("../img/reform/pic_01.jpg");
}
#reform #content #box2 .pic .bg {
  background-image: url("../img/reform/pic_02.jpg");
}
#reform #content #box3 .pic .bg {
  background-image: url("../img/reform/pic_03.jpg");
}
#reform #content #box4 .pic .bg {
  background-image: url("../img/reform/pic_04.jpg");
}
#reform #content #box5 .pic .bg {
  background-image: url("../img/reform/pic_05.jpg");
}
#reform #content #box6 .pic .bg {
  background-image: url("../img/reform/pic_06.jpg");
}
#reform #content #box7 .pic .bg {
  background-image: url("../img/reform/pic_07.jpg");
}
#reform #content #reform_var {
  margin-bottom: 110px;
}
#reform #content #reform_var ul {
  overflow: hidden;
}
#reform #content #reform_var ul li {
  width: 24.1%;
  float: left;
  margin: 0 1.2% 3.7% 0;
  text-align: left;
}
#reform #content #reform_var ul li figure {
  margin-bottom: 16px;
}
#reform #content #reform_var ul li figure img {
  width: 100%;
  height: auto;
}
#reform #content #reform_var ul li dl dt {
  font-weight: bold;
  line-height: 21px;
  padding-bottom: 4px;
  border-bottom: dashed 1px #525252;
  margin-bottom: 5px;
}
#reform #content #reform_var ul li dl dd {
  line-height: 2;
}
#reform #content #reform_var ul li:nth-child(4n) {
  margin-right: 0;
}
#reform #content #reform_var ul li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media only screen and (max-width: 779px) {
  #reform #content #reform_var ul li {
    width: 48%;
    margin: 0 4% 4% 0 !important;
  }
  #reform #content #reform_var ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  #reform #content #reform_var ul li:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
}
#reform #content #case {
  margin-bottom: 110px;
}
#reform #content #exhibition .pic .bg {
  background-image: url("../img/order/pic_exhibition.jpg");
}
@media only screen and (max-width: 679px) {
  #reform #content #scelista_var {
    margin-bottom: 50px;
  }
  #reform #content #scelista_var ul li {
    width: 100%;
    float: none;
    margin: 0 0 20px !important;
  }
  #reform #content #scelista_var ul li:nth-last-child(-n+2) {
    margin: 0 0 20px !important;
  }
  #reform #content #scelista_var ul li:last-child {
    margin-bottom: 0 !important;
  }
  #reform #content #scelista_var ul li figure {
    margin-bottom: 10px;
  }
  #reform #content #scelista_var ul li dl dt img {
    margin-right: 10px;
  }
  #reform #content #scelista_var ul li dl dd {
    line-height: 1.8;
  }
  #reform #content #case {
    margin-bottom: 50px;
  }
}

#company #content {
  margin-bottom: 0;
}
#company #content #mv {
  background-image: url("../img/company/mv.jpg");
}
#company #content #box1 .pic .bg {
  background-image: url("../img/company/pic_scelista.jpg");
}
@media only screen and (max-width: 779px) {
  #company #content #box1 .txt {
    width: 45%;
  }
}
#company #content #box1 .txt .box h3 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 679px) {
  #company #content #box1 .txt .box h3 {
    text-align: center;
  }
  #company #content #box1 .txt .box h3 img {
    max-width: 180px;
    height: auto;
  }
}
@media only screen and (max-width: 779px) {
  #company #content #box1 .txt .box .yumin {
    font-size: 18px;
    letter-spacing: -1px;
  }
  #company #content #box1 .txt .box .yumin br {
    display: none;
  }
}
#company #content #box1 .txt .box p {
  letter-spacing: -1px;
}
#company #content #scelista_var {
  overflow: hidden;
  margin-bottom: 45px;
}
@media only screen and (max-width: 679px) {
  #company #content #scelista_var {
    margin-bottom: 30px;
  }
}
#company #content #scelista_var li {
  width: 32.3%;
  float: left;
  margin: 0 1.55% 0 0;
  text-align: left;
}
@media only screen and (max-width: 679px) {
  #company #content #scelista_var li {
    width: 100%;
    margin: 0 0 20px;
  }
  #company #content #scelista_var li:last-child {
    margin-bottom: 0;
  }
}
#company #content #scelista_var li dl dt {
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 5px;
}
#company #content #scelista_var li dl dt img {
  margin-right: 20px;
}
#company #content #scelista_var li dl dd figure {
  margin-bottom: 15px;
}
#company #content #scelista_var li dl dd figure img {
  width: 100%;
  height: auto;
}
#company #content #scelista_var li dl dd p {
  line-height: 2;
}
#company #content #scelista_var li:nth-child(3n) {
  margin-right: 0;
}
#company #content #scelista_btn {
  display: inline-block;
  margin-bottom: 110px;
}
#company #content #scelista_btn li {
  float: left;
  margin-right: 60px;
}
#company #content #scelista_btn li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 679px) {
  #company #content #scelista_btn {
    margin-bottom: 50px;
  }
  #company #content #scelista_btn li {
    float: none;
    margin: 0 auto 20px;
  }
  #company #content #scelista_btn li:last-child {
    margin-bottom: 0;
  }
}
#company #content #box2 {
  margin-bottom: 160px;
}
#company #content #box2 .pic {
  position: relative;
}
#company #content #box2 .pic .bg {
  background: url("../img/quality/pic_05.jpg") center center/cover no-repeat;
}
@media only screen and (max-width: 1279px) {
  #company #content #box2 .pic .bg {
    background-position: center top;
  }
}
#company #content #box2 .pic .yumin {
  position: absolute;
  bottom: -23px;
  left: 0;
  z-index: 1;
}
#company #content #box2 .txt span {
  display: block;
  text-align: right;
  font-weight: bold;
  padding-top: 5px;
}
@media only screen and (max-width: 1279px) {
  #company #content #box2 .txt {
    width: 47%;
  }
  #company #content #box2 .txt .yumin {
    font-size: 18px;
  }
  #company #content #box2 .txt p {
    font-size: 13px;
    letter-spacing: -1px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 779px) {
  #company #content #box2 {
    width: 100%;
  }
  #company #content #box2 .pic, #company #content #box2 .txt {
    width: 100%;
    float: none !important;
  }
  #company #content #box2 .pic {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 779px) and (max-width: 679px) {
  #company #content #box2 .pic {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 779px) {
  #company #content #box2 .txt {
    height: auto;
  }
  #company #content #box2 .txt .box {
    height: auto;
  }
  #company #content #box2 .txt .box .yumin {
    font-size: 20px;
  }
  #company #content #box2 .txt .box p {
    font-size: 14px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 779px) and (max-width: 679px) {
  #company #content #box2 .txt .box p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 779px) {
  #company #content #box2 .txt .box .btn_more {
    margin: 0 auto;
  }
}
#company #content #company_table {
  width: 100%;
  margin-bottom: 110px;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
}
#company #content #company_table tr th, #company #content #company_table tr td {
  line-height: 1.8;
  padding: 15px 0;
  border-bottom: solid 1px #cccccc;
  vertical-align: top;
  text-align: left;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.4s !important;
  -moz-transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
}
#company #content #company_table tr th {
  width: 210px;
}
#company #content #company_table tr:first-child {
  padding-top: 0;
}
#company #content #company_table tr:last-child th, #company #content #company_table tr:last-child td {
  border-bottom: none;
}
#company #content #company_table.animetion {
  opacity: 0 !important;
  transform: translate(0, 20px) !important;
}
#company #content #company_table.animetion tr th, #company #content #company_table.animetion tr td {
  opacity: 0 !important;
  transform: translate(0, 20px) !important;
}
@media only screen and (max-width: 679px) {
  #company #content #company_table {
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }
  #company #content #company_table tbody {
    width: 100%;
    display: block;
  }
  #company #content #company_table tr {
    width: 100%;
    display: block;
  }
  #company #content #company_table tr th, #company #content #company_table tr td {
    width: 100%;
    display: block;
  }
  #company #content #company_table tr th {
    font-weight: bold;
    border: none;
    padding-bottom: 0;
  }
  #company #content #company_table tr th br {
    display: none;
  }
}
#company #content #history_dl {
  overflow: hidden;
  margin-bottom: 110px;
}
@media only screen and (max-width: 679px) {
  #company #content #history_dl {
    margin-bottom: 50px;
  }
  #company #content #history_dl dd {
    margin-bottom: 10px;
  }
  #company #content #history_dl dd:last-child {
    margin-bottom: 0;
  }
}
#company #content #history_dl dt, #company #content #history_dl dd {
  line-height: 1.8;
  float: left;
  text-align: left;
}
@media only screen and (max-width: 679px) {
  #company #content #history_dl dt, #company #content #history_dl dd {
    float: none;
  }
}
#company #content #history_dl dt {
  width: 210px;
  clear: both;
}
@media only screen and (max-width: 679px) {
  #company #content #history_dl dt {
    width: auto;
    font-weight: bold;
  }
}
#company #content #access_dl {
  padding: 60px 0;
  background: #fafaf7;
  text-align: center;
}
@media only screen and (max-width: 779px) {
  #company #content #access_dl {
    padding: 40px 0;
  }
}
#company #content #access_dl ul {
  display: inline-block;
  overflow: hidden;
}
#company #content #access_dl ul li {
  width: 400px;
  float: left;
  margin-bottom: 35px;
}
#company #content #access_dl ul li:nth-child(3) {
  width: 275px;
}
#company #content #access_dl ul li:nth-child(4) {
  clear: both;
}
#company #content #access_dl ul li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
#company #content #access_dl ul li dl dt, #company #content #access_dl ul li dl dd {
  text-align: left;
}
#company #content #access_dl ul li dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
#company #content #access_dl ul li dl dd {
  line-height: 2;
}
@media only screen and (max-width: 779px) {
  #company #content #access_dl ul {
    width: 94%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 779px) and (max-width: 679px) {
  #company #content #access_dl ul {
    width: 80%;
  }
}
@media only screen and (max-width: 779px) {
  #company #content #access_dl ul li {
    width: 50% !important;
    margin: 0 0 20px;
    clear: none !important;
  }
  #company #content #access_dl ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 779px) and (max-width: 679px) {
  #company #content #access_dl ul li {
    width: 100% !important;
    margin: 0 0 20px !important;
  }
  #company #content #access_dl ul li:last-child {
    margin-bottom: 0 !important;
  }
}

#company #content #map_canvas {
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 679px) {
  #company #content #map_canvas {
    height: 300px;
  }
  #company #content #map_canvas iframe {
    height: 300px;
  }
}

#energy #content #mv {
  background-image: url("../img/energy/mv.jpg");
}
#energy #content #eco {
  margin-bottom: 110px;
}
#energy #content #eco .bg {
  background-image: url("../img/energy/pic_eco.jpg");
}
@media only screen and (max-width: 679px) {
  #energy #content #eco {
    margin-bottom: 50px;
  }
}
#energy #content #temperature {
  margin-bottom: 110px;
}
@media only screen and (max-width: 679px) {
  #energy #content #temperature {
    margin-bottom: 50px !important;
  }
}
#energy #content #temperature .bg {
  background-image: url("../img/energy/pic_temperature_03.jpg");
}
#energy #content #temperature .box {
  overflow: hidden;
}
#energy #content #temperature .box h3 {
  margin-bottom: 10px;
  line-height: 1;
}
#energy #content #temperature .box h4 {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1;
}
@media only screen and (max-width: 679px) {
  #energy #content #temperature .box h4 {
    font-size: 12px;
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 679px) {
  #energy #content #temperature .box figure {
    text-align: center;
  }
}
#energy #content #temperature .box figure img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 679px) {
  #energy #content #temperature .box figure img {
    display: none;
  }
}
#energy #content #temperature .box figure img:last-child {
  display: none;
}
@media only screen and (max-width: 679px) {
  #energy #content #temperature .box figure img:last-child {
    display: inline;
    max-width: 100%;
    height: auto;
  }
}
#energy #content #unit {
  background: #fafaf7;
  padding: 40px 0 50px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 679px) {
  #energy #content #unit {
    margin-bottom: 50px;
  }
}
#energy #content #unit p {
  width: 57.5%;
  line-height: 2;
  text-align: left;
  margin: 0 auto 45px;
}
@media only screen and (max-width: 779px) {
  #energy #content #unit p {
    width: 80%;
  }
}
@media only screen and (max-width: 679px) {
  #energy #content #unit p {
    width: 90%;
  }
}
#energy #content #unit figure {
  width: 94%;
  margin: 0 auto;
}
#energy #content #unit figure img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 679px) {
  #energy #content #unit figure img {
    display: none;
  }
}
#energy #content #unit figure img:last-child {
  display: none;
}
@media only screen and (max-width: 679px) {
  #energy #content #unit figure img:last-child {
    display: inline;
    max-width: 100%;
    height: auto;
  }
}
#energy #content #system {
  margin-bottom: 70px;
}
#energy #content #system p {
  margin-bottom: 50px;
  line-height: 1.8;
}
@media only screen and (max-width: 679px) {
  #energy #content #system p {
    width: 90%;
    margin: 0 auto 30px;
  }
}
#energy #content #system figure img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 679px) {
  #energy #content #system figure img {
    display: none;
  }
}
#energy #content #system figure img:last-child {
  display: none;
}
@media only screen and (max-width: 679px) {
  #energy #content #system figure img:last-child {
    display: inline;
    height: auto;
  }
}
#energy #content #graph {
  background: #fafaf7;
  padding: 40px 0 50px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 679px) {
  #energy #content #graph {
    margin-bottom: 50px;
  }
}
#energy #content #graph .txt {
  line-height: 2;
  margin: 0 auto 45px;
}
#energy #content #graph .clearfix {
  width: 840px;
  margin: 0 auto;
}
#energy #content #graph .clearfix .flr {
  padding-top: 196px;
  line-height: 1.8;
  text-align: left;
}
@media only screen and (max-width: 779px) {
  #energy #content #graph .clearfix {
    width: 100%;
  }
  #energy #content #graph .clearfix .fll, #energy #content #graph .clearfix .flr {
    float: none !important;
  }
  #energy #content #graph .clearfix .fll {
    margin-bottom: 20px;
  }
  #energy #content #graph .clearfix .fll img {
    max-width: 100%;
    height: auto;
  }
  #energy #content #graph .clearfix .flr {
    padding: 0;
    display: inline-block;
  }
}
#energy #content .pic_txt_box .bg {
  background-image: url("../img/energy/pic_zen.jpg");
}

#health #content #mv {
  background-image: url("../img/health/mv.jpg");
}
#health #content .pic_txt_box_overlap {
  margin-bottom: 110px;
}
#health #content .pic_txt_box_overlap .bg {
  background-image: url("../img/health/pic_air.gif");
}
@media only screen and (max-width: 679px) {
  #health #content .pic_txt_box_overlap {
    margin-bottom: 50px;
  }
}
#health #content #unit {
  margin-bottom: 70px;
}
#health #content #unit > p {
  width: 57.5%;
  line-height: 2;
  text-align: left;
  margin: 0 auto 45px;
}
@media only screen and (max-width: 779px) {
  #health #content #unit > p {
    width: 90%;
  }
}
#health #content #unit .ttl_banzai {
  margin-bottom: 50px;
}
#health #content #unit figure img {
  max-width: 100%;
  height: auto;
}
#health #content #unit figure img:last-child {
  display: none;
}
@media only screen and (max-width: 679px) {
  #health #content #unit figure img {
    display: none;
  }
  #health #content #unit figure img:last-child {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
#health #content #filter {
  background: #fafaf7;
  padding: 40px 0 50px;
  margin-bottom: 70px;
}
#health #content #filter .ttl_banzai {
  margin-bottom: 50px;
}
#health #content #filter .box {
  width: 100%;
  display: table-row;
}
#health #content #filter .box figure, #health #content #filter .box .sbox {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#health #content #filter .box .sbox p {
  text-align: left;
  width: 84%;
  line-height: 2;
  margin: 0 auto;
}
#health #content #filter .box figure img {
  width: 100%;
  height: auto;
}
#health #content #filter .box figure img:last-child {
  display: none;
}
@media only screen and (max-width: 679px) {
  #health #content #filter .box {
    display: block;
  }
  #health #content #filter .box figure, #health #content #filter .box .sbox {
    display: block;
    width: 100%;
  }
  #health #content #filter .box figure {
    margin-bottom: 20px;
  }
  #health #content #filter .box figure img {
    display: none;
  }
  #health #content #filter .box figure img:last-child {
    display: block;
  }
}
#health #content #drying p {
  margin-bottom: 50px;
  line-height: 1.9;
}
#health #content #drying figure img:last-child {
  display: none;
}
@media only screen and (max-width: 679px) {
  #health #content #drying figure img {
    display: none;
  }
  #health #content #drying figure img:last-child {
    display: block;
  }
}
@media only screen and (max-width: 779px) {
  #health #content #drying img {
    width: 100%;
    height: auto;
  }
}

#proof #content #mv {
  background-image: url("../img/proof/mv.jpg");
}
#proof #content .pic_txt_box_overlap {
  margin-bottom: 110px;
}
@media only screen and (max-width: 679px) {
  #proof #content .pic_txt_box_overlap {
    margin-bottom: 50px;
  }
}
#proof #content .pic_txt_box_overlap .bg {
  background-image: url("../img/proof/pic_proof.jpg");
}
#proof #content #pin {
  margin-bottom: 110px;
}
@media only screen and (max-width: 679px) {
  #proof #content #pin {
    margin-bottom: 50px;
  }
}
#proof #content #pin .ttl_bb {
  margin-bottom: 10px;
}
#proof #content #pin h4 {
  font-size: 18px;
  margin-bottom: 30px;
}
#proof #content #pin > figure {
  margin-bottom: 30px;
}
#proof #content #pin > figure img {
  max-width: 100%;
  height: auto;
}
#proof #content #pin > p {
  max-width: 880px;
  width: 57.5%;
  margin: 0 auto 60px;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width: 779px) {
  #proof #content #pin > p {
    width: 80%;
  }
}
@media only screen and (max-width: 679px) {
  #proof #content #pin > p {
    width: 100%;
    margin-bottom: 30px;
  }
}
#proof #content #pin .pic_pin_img_01 {
  max-width: 680px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 679px) {
  #proof #content #pin .pic_pin_img_01 {
    margin-bottom: 30px;
  }
}
#proof #content #pin #pin_box .pic .bg {
  background-image: url("../img/proof/pic_pin_img.jpg");
  border: 1px solid #ccc;
}
#proof #content #pin ul {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 779px) {
  #proof #content #pin ul {
    width: 100%;
  }
}
#proof #content #pin ul li {
  width: 440px;
  margin: 0 100px 50px 0;
  float: left;
  text-align: left;
}
@media only screen and (max-width: 779px) {
  #proof #content #pin ul li {
    width: 100%;
    margin: 0 0 50px !important;
  }
}
@media only screen and (max-width: 779px) and (max-width: 679px) {
  #proof #content #pin ul li {
    margin: 0 0 30px !important;
  }
}
@media only screen and (max-width: 779px) {
  #proof #content #pin ul li:last-child {
    margin-bottom: 0 !important;
  }
}
#proof #content #pin ul li:nth-child(2) figcaption {
  margin-top: 10px;
}
#proof #content #pin ul li:nth-child(3) figure img {
  margin-bottom: 0;
}
#proof #content #pin ul li:nth-child(even) {
  margin-right: 0;
}
#proof #content #pin ul li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
#proof #content #pin ul li h5 {
  position: relative;
  margin-bottom: 45px;
}
#proof #content #pin ul li h5::before {
  content: "";
  width: 105px;
  height: 1px;
  background: #222;
  position: absolute;
  top: 38px;
  left: -15px;
  transform: rotate(-45deg);
}
#proof #content #pin ul li h5 .num {
  font-size: 34px;
  font-family: 'Abel', sans-serif;
  font-style: italic;
  color: #6699cc;
  margin-bottom: 10px;
}
#proof #content #pin ul li h5 .yumin {
  font-size: 16px;
  font-weight: bold;
  padding-left: 45px;
}
@media only screen and (max-width: 779px) {
  #proof #content #pin ul li h5 {
    margin-bottom: 20px;
  }
  #proof #content #pin ul li h5::before {
    width: 70px;
    top: 26px;
    left: 2px;
  }
  #proof #content #pin ul li h5 .num {
    font-size: 26px;
  }
  #proof #content #pin ul li h5 .yumin {
    font-size: 14px;
    padding-left: 48px;
  }
}
#proof #content #pin ul li figure {
  margin-bottom: 30px;
  text-align: center;
}
#proof #content #pin ul li figure img {
  margin-bottom: 25px;
  max-width: 100%;
  height: auto;
}
#proof #content #pin ul li figure figcaption {
  font-size: 16px;
}
#proof #content #pin ul li figure figcaption span {
  font-size: 26px;
  color: #6699cc;
}
@media only screen and (max-width: 779px) {
  #proof #content #pin ul li figure {
    margin-bottom: 20px;
  }
  #proof #content #pin ul li figure img {
    margin-bottom: 15px;
  }
}
#proof #content #pin ul li p {
  line-height: 2;
}
#proof #content #guard {
  margin-bottom: 80px;
  background: #fafaf7;
  padding: 80px 0;
}
#proof #content #guard p {
  width: 57.5%;
  max-width: 926px;
  margin: 0 auto 20px;
  line-height: 2;
}
#proof #content #guard figure {
  width: 85.5%;
  max-width: 1026px;
  margin: 0 auto;
}
#proof #content #guard figure img {
  width: 100%;
  height: auto;
}
#proof #content #guard figure img:last-child {
  display: none;
}
@media only screen and (max-width: 679px) {
  #proof #content #guard figure img {
    display: none;
  }
  #proof #content #guard figure img:last-child {
    display: block;
  }
}
@media only screen and (max-width: 679px) {
  #proof #content #guard {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  #proof #content #guard p {
    width: 90%;
  }
}
#proof #content #brace p {
  width: 57.5%;
  max-width: 926px;
  margin: 0 auto 20px;
  line-height: 2;
}
#proof #content #brace figure {
  width: 85.5%;
  max-width: 1026px;
  margin: 0 auto 20px;
}
#proof #content #brace figure:last-child {
  margin-bottom: 0;
}
#proof #content #brace figure img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 679px) {
  #proof #content #brace {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  #proof #content #brace p {
    width: 90%;
  }
  #proof #content #brace figure {
    width: 100%;
  }
}
#proof #content #experiment {
  margin-bottom: 110px;
}
@media only screen and (max-width: 679px) {
  #proof #content #experiment {
    margin-bottom: 50px;
  }
}
#proof #content #experiment > p {
  width: 57.5%;
  max-width: 860px;
  margin: 0 auto 20px;
  line-height: 2;
}
@media only screen and (max-width: 779px) {
  #proof #content #experiment > p {
    width: 80%;
  }
}
@media only screen and (max-width: 679px) {
  #proof #content #experiment > p {
    width: 90%;
  }
}
#proof #content #experiment .clearfix {
  width: 960px;
  margin: 0 auto;
}
#proof #content #experiment .clearfix .fll {
  width: 320px;
  text-align: left;
}
#proof #content #experiment .clearfix .fll figure {
  margin-bottom: 10px;
}
#proof #content #experiment .clearfix .fll p {
  text-align: left;
  line-height: 1.8;
}
#proof #content #experiment .clearfix .flr {
  width: 568px;
}
@media only screen and (max-width: 779px) {
  #proof #content #experiment .clearfix {
    width: 100%;
  }
  #proof #content #experiment .clearfix .fll {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  #proof #content #experiment .clearfix .fll p {
    display: inline-block;
    text-align: left;
  }
  #proof #content #experiment .clearfix .flr {
    width: 100%;
  }
  #proof #content #experiment .clearfix .flr figure img {
    width: 100%;
    height: auto;
  }
}
#proof #content #fireproof {
  margin-bottom: 80px;
  background: #fafaf7;
  padding: 80px 0;
}
@media only screen and (max-width: 679px) {
  #proof #content #fireproof {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
#proof #content #fireproof p {
  width: 57.5%;
  margin: 0 auto 25px;
  line-height: 2;
}
@media only screen and (max-width: 779px) {
  #proof #content #fireproof p {
    width: 80%;
  }
}
@media only screen and (max-width: 679px) {
  #proof #content #fireproof p {
    width: 90%;
  }
}
#proof #content #fireproof .box {
  width: 100%;
  display: table;
}
@media only screen and (max-width: 779px) {
  #proof #content #fireproof .box {
    display: block;
  }
}
#proof #content #fireproof .box figure {
  width: 50%;
  display: table-cell;
}
#proof #content #fireproof .box figure img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 779px) {
  #proof #content #fireproof .box figure {
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 679px) {
  #proof #content #fireproof .box figure {
    margin-bottom: 30px;
  }
}
#proof #content #fireproof .box .txt {
  width: 50%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 779px) {
  #proof #content #fireproof .box .txt {
    width: 100%;
    display: block;
  }
}
#proof #content #fireproof .box .txt .sbox {
  width: 70%;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (max-width: 779px) {
  #proof #content #fireproof .box .txt .sbox {
    width: 100%;
  }
}
#proof #content #fireproof .box .txt .sbox .ttl {
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 779px) {
  #proof #content #fireproof .box .txt .sbox .ttl {
    display: block;
    float: none;
  }
}
#proof #content #fireproof .box .txt .sbox .ttl h4 {
  margin-bottom: 15px;
}
#proof #content #fireproof .box .txt .sbox .ttl h5 {
  text-align: left;
  font-size: 16px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 779px) {
  #proof #content #fireproof .box .txt .sbox .ttl h5 {
    text-align: center;
  }
}
@media only screen and (max-width: 679px) {
  #proof #content #fireproof .box .txt .sbox .ttl h5 {
    font-size: 14px;
  }
}
#proof #content #fireproof .box .txt .sbox dl {
  text-align: left;
  float: left;
  clear: both;
  width: 100%;
}
@media only screen and (max-width: 779px) {
  #proof #content #fireproof .box .txt .sbox dl {
    width: 80%;
    margin: 0 auto;
    float: none;
  }
}
#proof #content #fireproof .box .txt .sbox dl dt {
  font-weight: bold;
  font-size: 18px;
  color: #6699cc;
  padding-bottom: 5px;
  border-bottom: solid 1px #6699cc;
  margin-bottom: 7px;
}
@media only screen and (max-width: 679px) {
  #proof #content #fireproof .box .txt .sbox dl dt {
    font-size: 14px;
  }
}
#proof #content #fireproof .box .txt .sbox dl dd {
  margin-bottom: 20px;
}
#proof #content #fireproof .box .txt .sbox dl dd:last-child {
  margin-bottom: 0;
}
#proof #content #insurance {
  display: table-row;
  width: 100%;
}
#proof #content #insurance .txt {
  display: table-cell;
  text-align: left;
  padding: 0 5% 0 1%;
  vertical-align: middle;
}
#proof #content #insurance .txt .yumin {
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 20px;
}
#proof #content #insurance .txt p {
  line-height: 2;
}
#proof #content #insurance figure {
  width: 43%;
  display: table-cell;
  min-width: 517px;
  padding-right: 1%;
}
#proof #content #insurance figure img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 779px) {
  #proof #content #insurance {
    display: block;
  }
  #proof #content #insurance .txt {
    width: 100%;
    padding: 0;
    display: block;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 779px) and (max-width: 679px) {
  #proof #content #insurance .txt .yumin {
    font-size: 14px;
  }
}
@media only screen and (max-width: 779px) {
  #proof #content #insurance figure {
    width: 100%;
    display: block;
    min-width: auto;
    padding: 0;
  }
}

#contact #fixed_contact {
  display: none;
}
#contact #content .btn_more.green {
  margin-bottom: 90px;
}
@media only screen and (max-width: 779px) {
  #contact #content .btn_more.green {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 679px) {
  #contact #content .btn_more.green {
    margin-bottom: 30px;
  }
}

#exhibition #content #mv {
  background-image: url("../img/exhibition/mv.jpg");
}
#exhibition #content .info {
  margin-bottom: 110px;
}
@media only screen and (max-width: 679px) {
  #exhibition #content .info {
    margin-bottom: 50px;
  }
}
#exhibition #content .info:last-child {
  margin-bottom: 0;
}
#exhibition #content .info .pic_scroll {
  height: 380px;
  margin-bottom: 70px;
}
#exhibition #content .info .pic_scroll .pic {
  width: 100%;
  height: 380px;
}
@media only screen and (max-width: 779px) {
  #exhibition #content .info .pic_scroll {
    height: 300px;
  }
  #exhibition #content .info .pic_scroll .pic {
    height: 300px;
  }
  #exhibition #content .info .pic_scroll .pic .bg {
    height: 300px;
  }
}
@media only screen and (max-width: 779px) {
  #exhibition #content .info .pic_scroll {
    height: 240px;
    margin-bottom: 30px;
  }
  #exhibition #content .info .pic_scroll .pic {
    height: 240px;
  }
  #exhibition #content .info .pic_scroll .pic .bg {
    height: 240px;
  }
}
#exhibition #content .info .clearfix {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#exhibition #content .info .clearfix .map_canvas {
  float: left;
  width: 100%;
  max-width: 470px;
}
#exhibition #content .info .clearfix .map_canvas img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 779px) {
  #exhibition #content .info .clearfix .map_canvas {
    max-width: 48%;
  }
}
@media only screen and (max-width: 679px) {
  #exhibition #content .info .clearfix .map_canvas {
    max-width: 100%;
    float: none;
  }
}
#exhibition #content .info .clearfix .txt {
  float: left;
  margin-left: 30px;
  text-align: left;
  padding-top: 25px;
}
@media only screen and (max-width: 779px) {
  #exhibition #content .info .clearfix .txt {
    max-width: 48%;
    margin-left: 0;
    float: right;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 679px) {
  #exhibition #content .info .clearfix .txt {
    max-width: 100%;
    float: none;
    text-align: center;
  }
}
#exhibition #content .info .clearfix .txt h3 {
  font-size: 40px;
  margin-bottom: 38px;
  color: #93c531;
}
@media only screen and (max-width: 679px) {
  #exhibition #content .info .clearfix .txt h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
#exhibition #content .info .clearfix .txt dl {
  margin-bottom: 50px;
}
@media only screen and (max-width: 679px) {
  #exhibition #content .info .clearfix .txt dl {
    margin-bottom: 20px;
  }
}
#exhibition #content .info .clearfix .txt dl dt {
  font-size: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 679px) {
  #exhibition #content .info .clearfix .txt dl dt {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#exhibition #content .info .clearfix .txt dl dd {
  line-height: 1.8;
}
#exhibition #content .kamatori .bg {
  height: 380px;
  background: url("../img/exhibition/pic_kamatori.jpg") center bottom/cover no-repeat;
}
#exhibition #content .kisarazu .bg {
  height: 380px;
  background: url("../img/exhibition/pic_kisarazu.jpg") center bottom/cover no-repeat;
}

#exhibition_detail #content #mv {
  background-image: url("../img/exhibition/mv.jpg");
}
#exhibition_detail #content #info #map_canvas {
  margin-bottom: 50px;
}
#exhibition_detail #content #info #map_canvas img {
  max-width: 100%;
  height: auto;
}
#exhibition_detail #content #info > dl {
  display: inline-block;
  margin-bottom: 50px;
}
@media only screen and (max-width: 679px) {
  #exhibition_detail #content #info > dl {
    display: block;
    margin-bottom: 30px;
  }
}
#exhibition_detail #content #info > dl > dt {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  padding: 86px 36px 86px 0;
  border-right: 1px solid #000;
  color: #93c531;
  letter-spacing: 4px;
}
@media only screen and (max-width: 679px) {
  #exhibition_detail #content #info > dl > dt {
    display: block;
    font-size: 26px;
    padding: 0;
    border: none;
    margin-bottom: 20px;
  }
}
#exhibition_detail #content #info > dl > dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
}
#exhibition_detail #content #info > dl > dd dl {
  text-align: left;
}
#exhibition_detail #content #info > dl > dd dl dt {
  font-size: 20px;
  margin-bottom: 18px;
}
#exhibition_detail #content #info > dl > dd dl dd {
  line-height: 1.8;
}
@media only screen and (max-width: 679px) {
  #exhibition_detail #content #info > dl > dd {
    display: block;
    padding-left: 0;
  }
  #exhibition_detail #content #info > dl > dd dl dt {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.chiba #content #box1 .pic .bg {
  background-image: url("../img/chiba/pic_01.jpg");
}
.chiba #content #box2 .pic .bg {
  background-image: url("../img/chiba/pic_02.jpg");
}
.chiba #content #box3 .pic .bg {
  background-image: url("../img/chiba/pic_03.jpg");
}
.chiba #content #box4 .pic .bg {
  background-image: url("../img/chiba/pic_04.jpg");
}

.sadamoto #content #box1 .pic .bg {
  background-image: url("../img/sadamoto/pic_01.jpg");
}
.sadamoto #content #box2 .pic .bg {
  background-image: url("../img/sadamoto/pic_02.jpg");
}
.sadamoto #content #box3 .pic .bg {
  background-image: url("../img/sadamoto/pic_03.jpg");
}
.sadamoto #content #box4 .pic .bg {
  background-image: url("../img/sadamoto/pic_04.jpg");
}

.kisarazu #content #box1 .pic .bg {
  background-image: url("../img/kisarazu/pic_01.jpg");
}
.kisarazu #content #box2 .pic .bg {
  background-image: url("../img/kisarazu/pic_02.jpg");
}
.kisarazu #content #box3 .pic .bg {
  background-image: url("../img/kisarazu/pic_03.jpg");
}
.kisarazu #content #box4 .pic .bg {
  background-image: url("../img/kisarazu/pic_04.jpg");
}

.kamatori #content #box1 .pic .bg {
  background-image: url("../img/kamatori/pic_01.jpg");
}
.kamatori #content #box2 .pic .bg {
  background-image: url("../img/kamatori/pic_02.jpg");
}
.kamatori #content #box3 .pic .bg {
  background-image: url("../img/kamatori/pic_03.jpg");
}
.kamatori #content #box4 .pic .bg {
  background-image: url("../img/kamatori/pic_04.jpg");
}

#privacy #content #mv {
  background-image: url("../img/privacy/mv.jpg");
}
#privacy #content .max #privacybox {
  max-width: 680px;
  text-align: left;
}
#privacy #content .max #privacybox h2 {
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 679px) {
  #privacy #content .max #privacybox h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#privacy #content .max #privacybox p {
  line-height: 1.9;
  margin-bottom: 30px;
}
@media only screen and (max-width: 679px) {
  #privacy #content .max #privacybox p {
    margin-bottom: 20px;
  }
}
#privacy #content .max #privacybox p:last-child {
  margin-bottom: 0;
}

@-moz-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
}
body {
  min-width: 1080px;
}
@media only screen and (max-width: 779px) {
  body {
    min-width: auto;
  }
}

#intro_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
}

#wrapintro {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.intro_green {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9994;
  background: #6ace96;
}

#intro_white {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  background: #FFF;
}

#intro_logo {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff url("../img/common/intro_logo.gif") center center no-repeat;
  z-index: 9991;
}

#intro_page_1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 9992;
  background: url("../img/index/intro_bg.jpg") center center/cover no-repeat;
}
#intro_page_1 .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 100%;
}
#intro_page_1 .txt h1 {
  position: relative;
}
#intro_page_1 .txt h1::after {
  content: "";
  width: 480px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 78px;
  left: 50%;
  margin-left: -240px;
}
@media only screen and (max-width: 679px) {
  #intro_page_1 .txt h1::after {
    top: 55px;
    width: 300px;
    margin-left: -150px;
  }
}
#intro_page_1 .txt h1 .big, #intro_page_1 .txt h1 .small {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #FFF;
}
#intro_page_1 .txt h1 .big {
  font-size: 60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 679px) {
  #intro_page_1 .txt h1 .big {
    font-size: 40px;
  }
}
#intro_page_1 .txt h1 .small {
  font-size: 20px;
}
@media only screen and (max-width: 679px) {
  #intro_page_1 .txt h1 .small {
    font-size: 20px;
  }
}

#intro_page_2 {
  top: 0;
  left: 100%;
  z-index: 9995;
  position: fixed;
}

#suumo-fixed {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  z-index: 9;
}
@media only screen and (max-width: 779px) {
  #suumo-fixed {
    display: none !important;
  }
}

#instagram {
  margin-bottom: 60px;
}
@media only screen and (max-width: 679px) {
  #instagram {
    margin-bottom: 40px;
  }
}
#instagram .instagram-gallery__list {
  margin-bottom: 45px;
}
@media only screen and (max-width: 679px) {
  #instagram .instagram-gallery__list {
    margin-bottom: 20px;
  }
}
#instagram .instagram-gallery__list .instagram-gallery__item a {
  display: block;
  width: 300px;
  height: 300px;
  background: center / cover no-repeat;
}
@media only screen and (max-width: 779px) {
  #instagram .instagram-gallery__list .instagram-gallery__item a {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 679px) {
  #instagram .instagram-gallery__list .instagram-gallery__item a {
    width: 150px;
    height: 150px;
  }
}

#top_slider .slick-list {
  max-width: 1000px;
  margin: 60px auto 112px;
}
#top_slider .slick-slider {
  max-width: 1000px;
  margin: 0 auto 30px;
  width: 94%;
}
#top_slider .slick-slide {
  max-width: 490px;
  width: 49%;
  margin-left: 10px;
  margin-right: 10px;
}
#top_slider .slick-slide img {
  width: 100%;
}
#top_slider .slick-slide a {
  display: block;
}
#top_slider .slick-arrow {
  display: block;
  background: #5787b8;
  height: 80px;
  width: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
}
#top_slider .slick-arrow:before {
  display: none;
}
#top_slider .slick-prev {
  left: -30px;
  background-image: url(../img/common/arrow-prev.gif);
}
#top_slider .slick-next {
  right: -30px;
  background-image: url(../img/common/arrow-next.gif);
}
#top_slider .slick-dots {
  bottom: -36px;
  height: 12px;
}
#top_slider .slick-dots li {
  background: #888888;
  border-radius: 6px;
  width: 12px;
  height: 12px;
}
#top_slider .slick-dots li button {
  width: 100%;
  height: 100%;
  opacity: 0;
}
#top_slider .slick-dots li.slick-active {
  background: #4987BD;
}

@media only screen and (max-width: 779px) {
  form table tr {
    margin-bottom: 20px;
  }
  form table tr th {
    padding-top: 0 !important;
    margin-bottom: 0;
  }
  form table tr td {
    margin-bottom: 10px;
    padding-top: 0 !important;
  }
  form table tr.bb th, form table tr.bb td {
    border-bottom: none;
    padding-bottom: 0;
  }
  form .error {
    margin-top: -10px;
  }
}
.full-screen {
  display: none !important;
}

@media only screen and (max-width: 679px) {
  .wc-webchat-ctn {
    max-width: 98%;
    right: 1% !important;
    bottom: 44px !important;
  }
}

#covid19 {
  padding-top: 30px;
  margin-bottom: 30px;
}
#covid19 img {
  max-width: 100%;
  height: auto;
}
#covid19 .sp {
  display: none;
}
@media only screen and (max-width: 679px) {
  #covid19 .pc {
    display: none;
  }
  #covid19 .sp {
    display: block;
  }
}

#bnr_reservation_pc img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 679px) {
  #bnr_reservation_pc {
    display: none;
  }
}
#bnr_reservation_sp img{
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 679px) {
  #bnr_reservation_sp {
    display: none;
  }
}

/* フローティングバナー
------------------------------------------ */

.banner-side {
    position: fixed;
    display: none;
    width: 190px;
    height: 177px;
    right: 30px;
    bottom: 30px;
    z-index: 888;
}
.banner-side a {
    position: relative;
	display: block;
}
.banner-side a img {
    width: 100%;
}
.banner-side .close {
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  z-index: 999;
}
.banner-side .document.opa0:hover img,
.banner-side .opa0 img {
  opacity: 1;
}
.banner-side .close:hover {
  opacity: 1;
}
.banner-side .document:hover:before {
  opacity: 1;
}
.banner-side .document.opa0:hover:before {
  opacity: 0;
}
.b-contents.document.close-bnr {
  display: none;
}
@media(max-width: 1121px) {
	.banner-side {
        width: 150px;
        height: 144px;
    }
}
@media(max-width: 767px) {
	.banner-side {
        width: 120px;
        height: 115px;
        right: 5px;
        bottom: 10px;
    }
}
@media(max-width: 480px) {
	.banner-side {
        bottom: 60px;
    }
	.banner-side .close {
	  right: -5px;
	}
}

#author_box {
  margin-bottom: 50px;
  text-align: left;
}
#author_box p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 2.8%;
}
#author_box .ttl {
  font-size: 18px;
}
#author_box .author_c .name {
  display: inline-block;
}
@media(max-width: 779px) {
	.author_c {
	  padding: 3rem 2rem;
	}
	#author_box p {
	  font-size: 12px;
	}
}


