* {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
* {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
html {
  overflow-x: hidden;
}
html,
body {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  max-width: 1100px;
  min-width: 1100px;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
section,
article,
nav,
p,
figure,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
img,
address,
form,
input,
textarea,
select,
option,
span {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #333;
}
img,
a {
  border: none;
}
img {
  vertical-align: bottom;
}
select {
  padding: 0.5em 1em;
  border: 0.2em solid #ccc;
  background: none;
  display: inline-block;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
input[type="password"],
input[type="text"],
textarea {
  padding: 0.2em;
  border: 0.2em solid #fff;
  vertical-align: bottom;
  line-height: 1.4em;
  -webkit-appearance: none;
}
textarea {
  min-height: 8em;
}
input[type="radio"],
input[type="checkbox"] {
  margin-right: 1vw;
  position: relative;
  top: 0.2vw;
  cursor: pointer;
  width: 4.7vw;
  height: 4.7vw;
}
label {
  margin-right: 0.5vw;
  cursor: pointer;
}
input.narrow {
  width: 4em!important;
}
section.enter_tainment_overlay.active {
  display: flex;
  filter: blur(50px);
}
section.enter_tainment_overlay.active.fade_in {
  opacity: 1;
  filter: blur(0px);
}
section.enter_tainment_overlay.active.fade_in.fade_out {
  opacity: 0;
  filter: blur(50px);
}
section.enter_tainment_overlay {
  display: none;
  opacity: 0;
  transition: all 0.8s;
  background-color: rgba(255, 255, 255, 0.96);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  color: #acacac;
  z-index: 200;
  align-items: center;
  justify-content: center;
}
section.enter_tainment_overlay .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
section.enter_tainment_overlay .innar_wrapper::-webkit-scrollbar {
  width: 5px;
  /* 垂直方向のスクロールバーの幅 */
  height: 5px;
  /* 水平方向のスクロールバーの幅 */
}
section.enter_tainment_overlay .innar_wrapper::-webkit-scrollbar-thumb {
  background-color: #c8c8c8;
  border-radius: 5px;
  box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.2);
}
section.enter_tainment_overlay .innar_wrapper::-webkit-scrollbar-corner {
  display: none;
}
section.enter_tainment_overlay .innar_wrapper {
  position: relative;
  height: 90vh;
  overflow-x: hidden;
  width: 1000px;
  z-index: 20;
  text-align: center;
}
section.enter_tainment_overlay .innar_wrapper p.ent_overlay_close_bt {
  display: inline-block;
  z-index: 30;
  width: 191px;
  height: auto;
  cursor: pointer;
  border-radius: 10px;
  font-size: 18px;
  color: #FFF;
  background: linear-gradient(to left, #3d3b3b 0%, #58112b 50%, #3d3b3b 100%);
  padding: 15px 19px;
  margin-top: 60px;
}
section.enter_tainment_overlay .innar_wrapper img.ent_title {
  padding: 20px;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_1 {
  position: relative;
  width: 100%;
  height: 499px;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_1 p.details_bg {
  position: absolute;
  top: 96px;
  left: 41px;
  display: block;
  width: 620px;
  height: 352px;
  background-image: url(../img/ent/details_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  z-index: 10;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_1 p.details_text {
  position: absolute;
  top: 27px;
  left: 25px;
  display: block;
  width: 451px;
  height: 205px;
  background-image: url(../img/ent/details_text_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  z-index: 20;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_1 p.details_photo {
  position: absolute;
  top: 10px;
  left: 467px;
  display: block;
  width: 527px;
  height: 456px;
  background-image: url(../img/ent/details_photo_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  z-index: 30;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_1 p.details_img {
  position: absolute;
  top: 237px;
  left: 8px;
  display: block;
  width: 519px;
  height: 219px;
  background-image: url(../img/ent/details_img_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  z-index: 40;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_1 p.details_caption {
  position: absolute;
  top: 218px;
  left: 303px;
  display: block;
  width: 267px;
  height: 74px;
  background-image: url(../img/ent/details_caption_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  z-index: 40;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_2 {
  position: relative;
  width: 100%;
  height: 499px;
  padding: 0;
  margin-top: 50px;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_2 img.test {
  width: 100%;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_2 p.details_bg {
  position: absolute;
  top: 106px;
  left: 371px;
  display: block;
  width: 620px;
  height: 352px;
  background-image: url(../img/ent/details_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  z-index: 10;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_2 p.details_text {
  position: absolute;
  top: 37px;
  left: 503px;
  display: block;
  width: 451px;
  height: 205px;
  background-image: url(../img/ent/details_text_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  z-index: 20;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_2 p.details_photo {
  position: absolute;
  top: -28px;
  left: -16px;
  display: block;
  width: 494px;
  height: 357px;
  background-image: url(../img/ent/details_photo_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  z-index: 30;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_2 p.details_photo2 {
  position: absolute;
  top: 256px;
  left: 57px;
  display: block;
  width: 408px;
  height: 321px;
  background-image: url(../img/ent/details_photo_23.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  z-index: 40;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_2 p.details_img {
  position: absolute;
  top: 272px;
  left: 460px;
  display: block;
  width: 519px;
  height: 219px;
  background-image: url(../img/ent/details_img_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  z-index: 40;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_2 p.details_caption {
  position: absolute;
  top: 246px;
  left: 729px;
  display: block;
  width: 267px;
  height: 74px;
  background-image: url(../img/ent/details_caption_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  z-index: 40;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_3 {
  position: relative;
  width: 100%;
  height: 564px;
  margin-top: 70px;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_3 p.details_bg {
  position: absolute;
  top: 146px;
  left: 41px;
  display: block;
  width: 620px;
  height: 352px;
  background-image: url(../img/ent/details_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  z-index: 10;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_3 p.details_text {
  position: absolute;
  top: 77px;
  left: 25px;
  display: block;
  width: 451px;
  height: 205px;
  background-image: url(../img/ent/details_text_3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  z-index: 20;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_3 p.details_photo {
  position: absolute;
  top: 0px;
  left: 454px;
  display: block;
  width: 532px;
  height: 367px;
  background-image: url(../img/ent/details_photo_3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  z-index: 30;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_3 p.details_photo2 {
  position: absolute;
  top: 235px;
  left: 556px;
  display: block;
  width: 438px;
  height: 367px;
  background-image: url(../img/ent/details_photo_4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  z-index: 20;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_3 p.details_img {
  position: absolute;
  top: 287px;
  left: 8px;
  display: block;
  width: 519px;
  height: 219px;
  background-image: url(../img/ent/details_img_3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  z-index: 40;
}
section.enter_tainment_overlay .innar_wrapper .ent_details_3 p.details_caption {
  position: absolute;
  top: 268px;
  left: 303px;
  display: block;
  width: 267px;
  height: 74px;
  background-image: url(../img/ent/details_caption_3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  z-index: 40;
}
html {
  background-color: #ffffff;
  margin: 0 auto;
}
@keyframes scale {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
body {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  text-align: center;
}
header {
  min-width: 1100px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 30;
}
header section.header {
  width: 100%;
  height: auto;
}
header section.header ul {
  width: 100%;
  height: auto;
  text-align: left;
  position: relative;
}
header section.header ul li.logo {
  display: inline-block;
  width: auto;
}
header section.header ul li.logo img {
  height: 50px;
  width: auto;
}
header section.header ul li.pc_menu {
  display: block;
  float: right;
  width: auto;
  line-height: 50px;
  padding: 0 20px;
}
header section.header ul li.pc_menu p {
  display: inline-block;
  border-bottom: 1px solid #999;
  padding: 0 6px 2px;
  margin-left: 20px;
  font-size: 15px;
}
header section.header ul li.sp_menu {
  display: none;
}
@keyframes blur_in_anime {
  0% {
    filter: blur(5vw);
    opacity: 0;
    transform: scale(1.5, 1.5) rotate(0deg) rotatey(0);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1, 1) rotate(720deg) rotatey(360deg);
  }
}
@keyframes blur_out_anime {
  0% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1, 1);
  }
  99% {
    filter: blur(5vw);
    opacity: 0;
    transform: scale(3.5, 3.5);
  }
  100% {
    transform: scale(0, 0);
  }
}
@keyframes out_anime {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes fade_in {
  0% {
    filter: blur(5vw);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes blur_in {
  0% {
    filter: blur(5vw);
    opacity: 0;
    transform: scale(1.3, 1.3);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes top_logo {
  0% {
    filter: blur(3vw);
    opacity: 0;
    top: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
    top: 160;
  }
}
@keyframes company_logo {
  0% {
    filter: blur(3vw);
    opacity: 0;
    top: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
    top: 80;
  }
}
section.global {
  display: none;
}
section.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 100;
  overflow: hidden;
  animation: blur_out_anime 1s ease-in-out 2s forwards;
}
section.overlay .overlay_inner {
  margin-top: 0;
  padding: 3vw;
  width: auto;
  height: auto;
  position: relative;
  animation: out_anime 1s ease-in-out 2s forwards;
}
section.overlay .overlay_inner p.logo {
  display: block;
  width: 420px;
  height: 420px;
  background-image: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  animation: blur_in_anime 1s ease-in-out forwards;
}
main {
  clear: both;
  max-width: 1100px;
  min-width: 1100px;
  height: auto;
  margin: -50px auto 0;
  background-color: #FFF;
  position: relative;
}
main section.about {
  padding: 50px 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 35px;
  line-height: 2.2em;
  animation: fade_in 1s ease-in-out forwards;
}
main section.company {
  width: 100%;
  text-align: right;
}
main section.company div.logo {
  display: block;
  position: absolute;
  top: 80px;
  left: 40px;
  z-index: 30;
  width: 420px;
  height: 420px;
  background-image: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  opacity: 0;
  animation: company_logo 1s ease-in-out forwards;
}
main section.company .wrapper {
  display: inline-block;
  width: 580px;
  text-align: left;
  padding-top: 80px;
  opacity: 0;
  animation: company_logo 1s ease-in-out forwards;
}
main section.company .wrapper .company_title {
  font-size: 38px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
main section.company .wrapper ul {
  padding-top: 10px;
}
main section.company .wrapper ul li {
  width: 100%;
  padding: 25px 15px;
  border-bottom: 1px solid #fafafa;
}
main section.company .wrapper ul li dl dt {
  display: inline-block;
  width: 110px;
  vertical-align: top;
}
main section.company .wrapper ul li dl dd {
  display: inline-block;
  width: calc(100% - 120px);
  vertical-align: top;
}
main section.top.about p.top_bg {
  animation: fade_in 1s ease-in-out forwards;
}
main section.top.about p.top_img_1 {
  animation: fade_in 1s ease-in-out 0.3s forwards;
}
main section.top.about p.top_img_2 {
  animation: fade_in 1s ease-in-out 0.5s forwards;
}
main section.top.about p.top_img_3 {
  animation: fade_in 1s ease-in-out 0.7s forwards;
}
main section.top.about p.top_img_4 {
  animation: fade_in 1s ease-in-out 0.9s forwards;
}
main section.top.about p.top_img_5 {
  animation: fade_in 1s ease-in-out 1.1s forwards;
}
main section.top.about p.top_img_6 {
  animation: fade_in 1s ease-in-out 1.3s forwards;
}
main section.top.about p.top_logo {
  animation: top_logo 1s ease-in-out 1.5s forwards;
}
main section.top.about p.top_caption_1 {
  animation: blur_in 1.3s ease-in-out 1.7s forwards;
}
main section.top.about p.top_caption_2 {
  animation: blur_in 1.3s ease-in-out 2s forwards;
}
main section.top {
  width: 100%;
  height: 817px;
  position: relative;
}
main section.top p.top_bg {
  position: absolute;
  top: 0;
  right: 163px;
  width: 1300px;
  height: 817px;
  z-index: 20;
  background-image: url(../img/pc/top_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  opacity: 0;
  animation: fade_in 2s ease-in-out 1.5s forwards;
}
main section.top p.top_img_1 {
  display: block;
  position: absolute;
  top: 5px;
  width: 240px;
  height: 234px;
  right: -33px;
  z-index: 20;
  background-image: url(../img/pc/top_img_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  opacity: 0;
  animation: fade_in 1s ease-in-out 2.3s forwards;
}
main section.top p.top_img_2 {
  display: block;
  position: absolute;
  top: 163px;
  width: 240px;
  height: 234px;
  right: -128px;
  z-index: 20;
  background-image: url(../img/pc/top_img_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  opacity: 0;
  animation: fade_in 1s ease-in-out 2.4s forwards;
}
main section.top p.top_img_3 {
  display: block;
  position: absolute;
  top: 387px;
  width: 240px;
  height: 234px;
  right: -125px;
  z-index: 20;
  background-image: url(../img/pc/top_img_3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  opacity: 0;
  animation: fade_in 1s ease-in-out 2.5s forwards;
}
main section.top p.top_img_4 {
  display: block;
  position: absolute;
  top: 532px;
  width: 240px;
  height: 234px;
  right: -18px;
  z-index: 20;
  background-image: url(../img/pc/top_img_4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  opacity: 0;
  animation: fade_in 1s ease-in-out 2.6s forwards;
}
main section.top p.top_img_5 {
  display: block;
  position: absolute;
  top: 591px;
  width: 240px;
  height: 234px;
  right: 166px;
  z-index: 20;
  background-image: url(../img/pc/top_img_5.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  opacity: 0;
  animation: fade_in 1s ease-in-out 2.7s forwards;
}
main section.top p.top_img_6 {
  display: block;
  position: absolute;
  top: 549px;
  width: 240px;
  height: 234px;
  right: 374px;
  z-index: 20;
  background-image: url(../img/pc/top_img_6.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  opacity: 0;
  animation: fade_in 1s ease-in-out 2.8s forwards;
}
main section.top p.top_logo {
  display: block;
  position: absolute;
  top: 160px;
  right: 98px;
  z-index: 30;
  width: 420px;
  height: 420px;
  background-image: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  opacity: 0;
  animation: top_logo 1s ease-in-out 2.8s forwards;
}
main section.top p.top_caption_1 {
  display: block;
  z-index: 30;
  position: absolute;
  width: 433px;
  height: 65px;
  top: 298px;
  left: 94px;
  background-image: url(../img/pc/top_caption_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  opacity: 0;
  animation: blur_in 1.3s ease-in-out 2.8s forwards;
}
main section.top p.top_caption_2 {
  display: block;
  z-index: 30;
  position: absolute;
  width: 433px;
  height: 65px;
  top: 364px;
  left: 94px;
  background-image: url(../img/pc/top_caption_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  opacity: 0;
  animation: blur_in 1.3s ease-in-out 3s forwards;
}
main section.top p.top_bt {
  display: block;
  z-index: 30;
  position: absolute;
  width: auto;
  height: auto;
  top: 456px;
  left: 104px;
  border-radius: 10px;
  font-size: 18px;
  color: #FFF;
  background: linear-gradient(to left, #3d3b3b 0%, #58112b 50%, #3d3b3b 100%);
  padding: 15px 19px;
  opacity: 0;
  animation: blur_in 1.5s ease-in-out 3s forwards;
}
main section.news.active {
  filter: blur(0);
  opacity: 1;
}
main section.news {
  transition: all 0.5s;
  opacity: 0;
  filter: blur(5vw);
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px ;
}
main section.news ul.news_list {
  width: 100%;
  text-align: left;
  padding: 20px;
}
main section.news ul.news_list li {
  display: inline-block;
  padding: 10px;
  margin-left: 10px;
  margin-bottom: 30px;
  width: 45%;
  border-bottom: solid 1px #eee;
  text-align: right;
}
main section.news ul.news_list li div.news_details {
  width: 100%;
  height: auto;
}
main section.news ul.news_list li div.news_details div.category_time {
  width: 100%;
  text-align: right;
  position: relative;
}
main section.news ul.news_list li div.news_details div.category_time p.category {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: auto;
  color: #666;
  border: #666 1px solid;
  border-radius: 8px;
  font-size: 13px;
  line-height: 13px;
  padding: 3px 8px;
}
main section.news ul.news_list li div.news_details div.category_time p.time {
  color: #666;
  font-size: 13px;
  line-height: 19px;
  padding-bottom: 15px;
}
main section.news ul.news_list li div.news_details div.image_text {
  width: 100%;
  text-align: left;
  position: relative;
}
main section.news ul.news_list li div.news_details div.image_text p.image {
  vertical-align: top;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-right: 25px;
}
main section.news ul.news_list li div.news_details div.image_text p.image img {
  width: 100%;
}
main section.news ul.news_list li div.news_details div.image_text p.text {
  padding: 5px 0;
  font-size: 16px;
  display: inline-block;
  width: calc(100% - 155px);
  line-height: 1.7em;
}
main section.news ul.news_list li div.news_details p.detail_bt {
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #FFF;
  background-color: #636363;
  padding: 4px 12px 4px 22px;
  margin-bottom: 10px;
}
main section.news ul.news_list li:nth-child(even) {
  margin-left: 70px;
}
main section.news div.news_caption {
  width: 100%;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: solid 1px #ccc;
}
main section.news div.news_caption p.news_title {
  display: inline-block;
  height: 24px;
  width: auto;
}
main section.news div.news_caption p.news_bt {
  display: inline-block;
  z-index: 30;
  width: auto;
  height: auto;
  border-radius: 16px;
  font-size: 13px;
  line-height: 16px;
  color: #FFF;
  background: linear-gradient(to left, #3d3b3b 0%, #58112b 50%, #3d3b3b 100%);
  padding: 4px 10px 4px 13px;
  vertical-align: top;
  margin-left: 20px;
}
main section.news_details {
  transition: all 0.5s;
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px ;
}
main section.news_details ul.news_list {
  width: 100%;
  text-align: left;
  padding: 20px;
}
main section.news_details ul.news_list li {
  display: inline-block;
  padding: 10px 10px 35px;
  margin: 0 30px;
  width: calc(100% - 65px);
  border-bottom: solid 1px #eee;
  text-align: center;
}
main section.news_details ul.news_list li div.news_details {
  width: 100%;
  height: auto;
}
main section.news_details ul.news_list li div.news_details div.category_time {
  width: 100%;
  text-align: right;
  position: relative;
}
main section.news_details ul.news_list li div.news_details div.category_time p.category {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: auto;
  color: #666;
  border: #666 1px solid;
  border-radius: 8px;
  font-size: 13px;
  line-height: 13px;
  padding: 3px 8px;
}
main section.news_details ul.news_list li div.news_details div.category_time p.time {
  color: #666;
  font-size: 13px;
  line-height: 19px;
  padding-bottom: 15px;
}
main section.news_details ul.news_list li div.news_details div.image_text {
  width: 100%;
  text-align: left;
  position: relative;
}
main section.news_details ul.news_list li div.news_details div.image_text p.image {
  vertical-align: top;
  display: inline-block;
  width: 180px;
  height: 180px;
  margin-right: 25px;
}
main section.news_details ul.news_list li div.news_details div.image_text p.image img {
  width: 100%;
}
main section.news_details ul.news_list li div.news_details div.image_text p.text {
  padding: 10px 0 0;
  font-size: 16px;
  display: inline-block;
  width: calc(100% - 235px);
  line-height: 1.8em;
}
main section.news_details ul.news_list li div.news_details p.detail_bt {
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #FFF;
  background-color: #636363;
  padding: 4px 12px 4px 22px;
  margin-bottom: 10px;
}
main section.news_details ul.news_list li:nth-child(even) {
  margin-left: 70px;
}
main section.news_details div.news_caption {
  width: 100%;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: solid 1px #ccc;
}
main section.news_details div.news_caption p.news_title {
  display: inline-block;
  height: 24px;
  width: auto;
}
main section.news_details div.news_caption p.news_bt {
  display: inline-block;
  z-index: 30;
  width: auto;
  height: auto;
  border-radius: 16px;
  font-size: 13px;
  line-height: 16px;
  color: #FFF;
  background: linear-gradient(to left, #3d3b3b 0%, #58112b 50%, #3d3b3b 100%);
  padding: 4px 10px 4px 13px;
  vertical-align: top;
  margin-left: 20px;
}
main section.service.active {
  filter: blur(0);
  opacity: 1;
}
main section.service {
  transition: all 0.5s;
  opacity: 0;
  filter: blur(5vw);
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px 50px 100px;
  text-align: left;
}
main section.service p.service_bg.active {
  left: -650px;
}
main section.service p.service_bg {
  position: absolute;
  transition: all 0.5s;
  top: 250px;
  left: -950px;
  width: 1000px;
  height: 841px;
  z-index: 20;
  background-image: url(../img/pc/service_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service div.service_caption {
  width: 66.5%;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: solid 1px #ccc;
}
main section.service div.service_caption p.service_title {
  display: inline-block;
  height: 24px;
  width: auto;
}
main section.service p.caption_text {
  position: absolute;
  top: 110px;
  left: 80px;
  width: 510px;
  line-height: 1.9em;
}
main section.service section.entertainment.active {
  right: 0;
  opacity: 1;
}
main section.service section.entertainment.active p.ent_bg {
  transform: rotate(0deg);
}
main section.service section.entertainment {
  transition: all 0.5s;
  opacity: 0;
  right: -400px;
  height: 600px;
  width: 770px;
  float: right;
  margin-top: -20px;
  position: relative;
}
main section.service section.entertainment p.ent_bg {
  transition: all 1s;
  transform: rotate(180deg);
  position: absolute;
  top: 141px;
  right: -78px;
  width: 338px;
  height: 338px;
  z-index: 20;
  background-image: url(../img/common/ent_img_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service section.entertainment p.ent_img_2 {
  position: absolute;
  top: 131px;
  right: 242px;
  width: 184px;
  height: 178px;
  z-index: 21;
  background-image: url(../img/common/ent_img_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service section.entertainment p.ent_img_3 {
  position: absolute;
  top: 2px;
  right: 161px;
  width: 198px;
  height: 202px;
  z-index: 21;
  background-image: url(../img/common/ent_img_3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service section.entertainment p.ent_img_4 {
  position: absolute;
  top: 231px;
  right: 372px;
  width: 383px;
  height: 82px;
  z-index: 22;
  background-image: url(../img/common/ent_img_4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service section.entertainment p.ent_img_5 {
  position: absolute;
  top: 312px;
  right: 270px;
  width: 354px;
  height: 39px;
  z-index: 22;
  background-image: url(../img/common/ent_img_5.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service section.entertainment p.ent_text {
  position: absolute;
  top: 372px;
  right: 275px;
  z-index: 21;
  width: 460px;
  padding: 15px 20px 20px;
  font-size: 19px;
  line-height: 1.5em;
  background-color: #efefef;
}
main section.service section.entertainment p.ent_text img {
  margin-top: 15px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
}
main section.service section.entertainment p.ent_text img:hover {
  opacity: 0.8;
}
main section.service section.entertainment p.detaile_bt {
  display: block;
  z-index: 30;
  position: absolute;
  width: auto;
  height: auto;
  cursor: pointer;
  top: 610px;
  right: 415px;
  border-radius: 10px;
  font-size: 18px;
  color: #FFF;
  background: linear-gradient(to left, #3d3b3b 0%, #58112b 50%, #3d3b3b 100%);
  padding: 15px 19px;
}
main section.service section.advertising.active {
  right: 0;
  opacity: 1;
}
main section.service section.advertising.active p.adv_bg {
  transform: rotate(0deg);
}
main section.service section.advertising {
  transition: all 0.5s;
  opacity: 0;
  right: -400px;
  height: 550px;
  width: 770px;
  float: right;
  margin-top: 20px;
  position: relative;
}
main section.service section.advertising p.adv_bg {
  transition: all 1s;
  transform: rotate(180deg);
  position: absolute;
  top: 141px;
  right: -78px;
  width: 338px;
  height: 338px;
  z-index: 20;
  background-image: url(../img/common/adv_img_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service section.advertising p.adv_img_2 {
  position: absolute;
  top: 131px;
  right: 242px;
  width: 184px;
  height: 178px;
  z-index: 21;
  background-image: url(../img/common/adv_img_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service section.advertising p.adv_img_3 {
  position: absolute;
  top: 2px;
  right: 161px;
  width: 198px;
  height: 202px;
  z-index: 21;
  background-image: url(../img/common/adv_img_3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service section.advertising p.adv_img_4 {
  position: absolute;
  top: 231px;
  right: 372px;
  width: 383px;
  height: 82px;
  z-index: 22;
  background-image: url(../img/common/adv_img_4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service section.advertising p.adv_img_5 {
  position: absolute;
  top: 312px;
  right: 270px;
  width: 385px;
  height: 39px;
  z-index: 22;
  background-image: url(../img/common/adv_img_5.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service section.advertising p.adv_text {
  position: absolute;
  top: 372px;
  right: 275px;
  z-index: 21;
  width: 460px;
  padding: 15px 20px;
  font-size: 19px;
  line-height: 1.5em;
  background-color: #efefef;
}
main section.service section.advertising p.detaile_bt {
  display: block;
  z-index: 30;
  position: absolute;
  width: auto;
  height: auto;
  top: 477px;
  right: 415px;
  border-radius: 10px;
  font-size: 18px;
  color: #FFF;
  background: linear-gradient(to left, #3d3b3b 0%, #58112b 50%, #3d3b3b 100%);
  padding: 15px 19px;
}
main section.service_details {
  transition: all 0.5s;
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px 50px 100px;
  text-align: left;
}
main section.service_details p.service_bg {
  position: absolute;
  transition: all 0.5s;
  top: 250px;
  left: -650px;
  width: 1000px;
  height: 841px;
  z-index: 20;
  background-image: url(../img/pc/service_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service_details div.service_caption {
  width: 66.5%;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: solid 1px #ccc;
}
main section.service_details div.service_caption p.service_title {
  display: inline-block;
  height: 24px;
  width: auto;
}
main section.service_details p.caption_text {
  position: absolute;
  top: 110px;
  left: 80px;
  width: 510px;
  line-height: 1.9em;
}
main section.service_details section.entertainment {
  transition: all 0.5s;
  height: 650px;
  width: 770px;
  float: right;
  margin-top: -20px;
  position: relative;
}
main section.service_details section.entertainment p.ent_bg {
  transition: all 1s;
  transform: rotate(180deg);
  position: absolute;
  top: 141px;
  right: -78px;
  width: 338px;
  height: 338px;
  z-index: 20;
  transform: rotate(0deg);
  background-image: url(../img/common/ent_img_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service_details section.entertainment p.ent_img_2 {
  position: absolute;
  top: 131px;
  right: 242px;
  width: 184px;
  height: 178px;
  z-index: 21;
  background-image: url(../img/common/ent_img_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service_details section.entertainment p.ent_img_3 {
  position: absolute;
  top: 2px;
  right: 161px;
  width: 198px;
  height: 202px;
  z-index: 21;
  background-image: url(../img/common/ent_img_3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service_details section.entertainment p.ent_img_4 {
  position: absolute;
  top: 231px;
  right: 372px;
  width: 383px;
  height: 82px;
  z-index: 22;
  background-image: url(../img/common/ent_img_4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service_details section.entertainment p.ent_img_5 {
  position: absolute;
  top: 312px;
  right: 270px;
  width: 354px;
  height: 39px;
  z-index: 22;
  background-image: url(../img/common/ent_img_5.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service_details section.entertainment p.ent_text {
  position: absolute;
  top: 372px;
  right: 275px;
  z-index: 21;
  width: 460px;
  padding: 15px 20px;
  font-size: 19px;
  line-height: 1.5em;
  background-color: #efefef;
}
main section.service_details section.entertainment p.ent_text img {
  margin-top: 15px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
}
main section.service_details section.entertainment p.ent_text img:hover {
  opacity: 0.8;
}
main section.service_details section.entertainment p.detaile_bt {
  display: block;
  z-index: 30;
  position: absolute;
  width: auto;
  height: auto;
  cursor: pointer;
  top: 610px;
  right: 415px;
  border-radius: 10px;
  font-size: 18px;
  color: #FFF;
  background: linear-gradient(to left, #3d3b3b 0%, #58112b 50%, #3d3b3b 100%);
  padding: 15px 19px;
}
main section.service_details section.advertising.active {
  right: 0;
  opacity: 1;
}
main section.service_details section.advertising.active p.adv_bg {
  transform: rotate(0deg);
}
main section.service_details section.advertising {
  transition: all 0.5s;
  height: 550px;
  width: 770px;
  float: right;
  margin-top: 20px;
  position: relative;
}
main section.service_details section.advertising p.adv_bg {
  transition: all 1s;
  transform: rotate(180deg);
  position: absolute;
  top: 141px;
  right: -78px;
  width: 338px;
  height: 338px;
  z-index: 20;
  background-image: url(../img/common/adv_img_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  transform: rotate(0deg);
}
main section.service_details section.advertising p.adv_img_2 {
  position: absolute;
  top: 131px;
  right: 242px;
  width: 184px;
  height: 178px;
  z-index: 21;
  background-image: url(../img/common/adv_img_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service_details section.advertising p.adv_img_3 {
  position: absolute;
  top: 2px;
  right: 161px;
  width: 198px;
  height: 202px;
  z-index: 21;
  background-image: url(../img/common/adv_img_3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service_details section.advertising p.adv_img_4 {
  position: absolute;
  top: 231px;
  right: 372px;
  width: 383px;
  height: 82px;
  z-index: 22;
  background-image: url(../img/common/adv_img_4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service_details section.advertising p.adv_img_5 {
  position: absolute;
  top: 312px;
  right: 270px;
  width: 385px;
  height: 39px;
  z-index: 22;
  background-image: url(../img/common/adv_img_5.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
main section.service_details section.advertising p.adv_text {
  position: absolute;
  top: 372px;
  right: 275px;
  z-index: 21;
  width: 460px;
  padding: 15px 20px;
  font-size: 19px;
  line-height: 1.5em;
  background-color: #efefef;
}
main section.service_details section.advertising p.detaile_bt {
  display: block;
  z-index: 30;
  position: absolute;
  width: auto;
  height: auto;
  top: 477px;
  right: 415px;
  border-radius: 10px;
  font-size: 18px;
  color: #FFF;
  background: linear-gradient(to left, #3d3b3b 0%, #58112b 50%, #3d3b3b 100%);
  padding: 15px 19px;
}
main section.recruit {
  padding: 150px 50px 100px;
  clear: both;
}
main section.recruit div.recruit_caption {
  width: 100%;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: solid 1px #ccc;
}
main section.recruit div.recruit_caption p.recruit_title {
  display: inline-block;
  height: 24px;
  width: auto;
}
main section.recruit div.recruit_details {
  width: 100%;
  height: 683px;
  background-image: url(../img/common/recruit_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  text-align: left;
}
main section.recruit div.recruit_details p.caption_text {
  padding: 50px;
}
main section.recruit div.recruit_details p.recruit_caption {
  padding-top: 30px;
  padding-left: 60px;
  padding-bottom: 100px;
  width: 55%;
}
main section.recruit div.recruit_details p.recruit_caption img {
  width: 100%;
}
main section.recruit div.recruit_details p.detaile_bt {
  display: inline-block;
  z-index: 30;
  width: auto;
  height: auto;
  border-radius: 10px;
  font-size: 18px;
  color: #FFF;
  background: linear-gradient(to left, #3d3b3b 0%, #58112b 50%, #3d3b3b 100%);
  padding: 15px 19px;
  margin: 40px 0 50px 200px;
}
main section.recruit div.recruit_details div.recruit_img {
  width: 100%;
  font-size: 0;
}
main section.recruit div.recruit_details div.recruit_img p.recruit_img_1,
main section.recruit div.recruit_details div.recruit_img p.recruit_img_2,
main section.recruit div.recruit_details div.recruit_img p.recruit_img_3 {
  display: inline-block;
}
main section.recruit div.recruit_details div.recruit_img p.recruit_img_1 {
  padding-left: 80px;
}
main section.recruit div.recruit_details div.recruit_img p.recruit_img_2,
main section.recruit div.recruit_details div.recruit_img p.recruit_img_3 {
  padding-left: 0px;
}
main section.recruit.details {
  padding: 50px 50px 100px;
}
main section.recruit.details .wrapper {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-top: 50px;
}
main section.recruit.details .wrapper .title {
  font-size: 38px;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
main section.recruit.details .wrapper ul {
  padding-top: 10px;
}
main section.recruit.details .wrapper ul li {
  width: 100%;
  padding: 25px 15px;
  border-bottom: 1px solid #eee;
}
main section.recruit.details .wrapper ul li dl dt {
  font-weight: bold;
  display: inline-block;
  width: 200px;
  line-height: 1.7em;
  vertical-align: top;
}
main section.recruit.details .wrapper ul li dl dd {
  display: inline-block;
  line-height: 1.7em;
  width: calc(100% - 220px);
  vertical-align: top;
}
main section.contact {
  padding: 50px 50px 100px;
}
main section.contact .wrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
}
main section.contact .wrapper .title {
  font-size: 38px;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
main section.contact .wrapper .detail_text {
  font-size: 17px;
  line-height: 1.7em;
  padding: 30px 0 20px;
  width: 700px;
  margin: 20px auto;
  text-align: left;
}
main section.contact .wrapper .detail_text span {
  font-size: 14px;
}
main section.contact .wrapper .next_bt {
  position: relative;
  top: -7px;
  display: inline-block;
  z-index: 30;
  width: auto;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 16px;
  color: #FFF;
  background: linear-gradient(to left, #3d3b3b 0%, #58112b 50%, #3d3b3b 100%);
  padding: 15px 30px;
}
main section.contact .wrapper table.contact_form {
  margin: 30px auto 20px;
}
main section.contact .wrapper table.contact_form th {
  text-align: left;
  color: #5e5e5e;
  font-size: 0.9em;
  display: block;
}
main section.contact .wrapper table.contact_form td {
  display: block;
  padding: 5px 0 25px;
  position: relative;
}
main section.contact .wrapper table.contact_form td p.caption {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #ff0e0e;
}
main section.contact .wrapper table.contact_form td p.caption2 {
  position: absolute;
  right: -10px;
  top: 50%;
  color: #ff0e0e;
}
main section.contact .wrapper table.contact_form td input {
  padding: 15px 25px;
  background-color: #efefef;
  border: none;
  border-radius: 10px;
  width: 700px;
  font-size: 1.05em;
}
main section.contact .wrapper table.contact_form td input.half {
  margin-left: 10px;
  padding: 15px 25px;
  background-color: #efefef;
  border: none;
  border-radius: 10px;
  width: 230px;
  font-size: 1.05em;
}
main section.contact .wrapper table.contact_form td textarea {
  padding: 15px 25px;
  background-color: #efefef;
  border: none;
  border-radius: 10px;
  width: 700px;
  font-size: 1.05em;
  height: 200px;
}
footer {
  clear: both;
  max-width: 1100px;
  min-width: 1100px;
  height: auto;
  margin: 50px auto 0;
  background-color: #FFF;
  position: relative;
  text-align: left;
}
footer .foot_wrapper {
  width: 100%;
  height: 817px;
  position: relative;
}
footer .foot_wrapper p.foot_logo {
  display: block;
  position: absolute;
  top: 223px;
  right: 126px;
  z-index: 30;
  width: 420px;
  height: 420px;
  background-image: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
}
footer .foot_wrapper p.foot_bg {
  position: absolute;
  top: 0;
  right: -109px;
  width: 1600px;
  height: 880px;
  z-index: 20;
  background-image: url(../img/pc/foot_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  opacity: 0.6;
}
footer .foot_wrapper .logo {
  position: relative;
  display: inline-block;
  width: auto;
  z-index: 22;
  margin-top: 200px;
}
footer .foot_wrapper .logo img {
  height: 50px;
  width: auto;
}
footer .foot_wrapper .logo p.foot_bt {
  position: relative;
  top: -7px;
  display: inline-block;
  z-index: 30;
  width: auto;
  height: auto;
  margin-left: 80px;
  border-radius: 10px;
  font-size: 14px;
  color: #FFF;
  background: linear-gradient(to left, #3d3b3b 0%, #58112b 50%, #3d3b3b 100%);
  padding: 10px 14px;
}
footer .foot_wrapper ul.footer_menu {
  z-index: 30;
  position: relative;
  padding-top: 40px;
  padding-left: 50px;
  width: 450px;
}
footer .foot_wrapper ul.footer_menu li {
  padding: 20px 0;
  line-height: 1.7em;
  font-weight: bold;
}
footer .foot_wrapper ul.footer_menu li.caption,
footer .foot_wrapper ul.footer_menu li.copyright {
  font-weight: normal;
  font-size: 12px;
  color: #333;
}
@media screen and (max-width: 1100px) {
  html {
    max-width: fit-content;
    min-width: auto;
  }
  body {
    width: 100vw;
    max-width: fit-content;
    min-width: auto;
  }
  header {
    min-width: auto;
  }
  header section.header {
    width: 100%;
  }
  header section.header ul li.logo {
    height: auto;
    width: 60vw;
  }
  header section.header ul li.logo img {
    position: relative;
    height: auto;
    width: 100%;
    left: 0;
  }
  header section.header ul li.pc_menu {
    display: none;
  }
  header section.header ul li.sp_menu {
    display: block;
    float: right;
    height: 12vw;
    width: 12vw;
    padding: 1.5vw 2.5vw 0.5vw 0.5vw;
    cursor: pointer;
    transition: all 0.5s;
    opacity: 1;
  }
  header section.header ul li.sp_menu img {
    width: 100%;
  }
  header section.header ul li.sp_menu.active {
    transform: rotate(720deg);
    opacity: 0;
  }
  @keyframes top_logo {
    0% {
      filter: blur(3vw);
      opacity: 0;
      top: 20vw;
    }
    100% {
      filter: blur(0);
      opacity: 1;
      top: 33vw;
    }
  }
  @keyframes sp_menu_close {
    0% {
      opacity: 0;
      transform: rotate(0);
    }
    100% {
      opacity: 1;
      transform: rotate(360deg);
    }
  }
  @keyframes global_fade_in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes global_link {
    0% {
      opacity: 0;
      left: 10vw;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  section.global.active {
    display: block;
  }
  section.global.active.fade_in {
    opacity: 1;
  }
  section.global.active.fade_in.fade_out {
    opacity: 0;
  }
  section.global {
    display: none;
    transition: all 0.5s;
    opacity: 0;
    background-color: rgba(5, 5, 5, 0.92);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    color: #FFF;
    z-index: 200;
  }
  section.global header {
    min-width: auto;
  }
  section.global header section.header {
    width: 100%;
  }
  section.global header section.header ul li.logo {
    height: auto;
    width: 60vw;
  }
  section.global header section.header ul li.logo img {
    position: relative;
    height: auto;
    width: 100%;
    left: 0;
    animation: global_fade_in 0.5s ease-in-out forwards;
  }
  section.global header section.header ul li.sp_menu_close {
    display: block;
    float: right;
    height: 12vw;
    width: 12vw;
    padding: 1.5vw 2.5vw 0.5vw 0.5vw;
    cursor: pointer;
    transition: all 0.5s;
    opacity: 1;
    clear: both;
  }
  section.global header section.header ul li.sp_menu_close img {
    width: 100%;
    animation: sp_menu_close 0.5s ease-in-out forwards;
  }
  section.global header section.header ul li.sp_menu_close.active {
    transform: rotate(-360deg);
    opacity: 0;
  }
  section.global div.global_list {
    clear: both;
    display: block;
    width: 100%;
    padding-top: 10vw;
  }
  section.global div.global_list p {
    position: relative;
    width: 77%;
    margin: 0vw 0vw 0vw 11vw;
    padding: 5vw 0vw 5vw 2vw;
    border-bottom: #333 1px solid;
    text-align: left;
    color: #FFF;
    animation: global_link 0.5s ease-in-out forwards;
  }
  section.overlay .overlay_inner {
    padding: 3vw;
  }
  section.overlay .overlay_inner p.logo {
    width: 65vw;
    height: 65vw;
  }
  main {
    width: 100%;
    min-width: auto;
    max-width: 100vw;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
  }
  main section.company {
    width: 100%;
    text-align: right;
  }
  main section.company div.logo {
    display: none;
  }
  main section.company .wrapper {
    display: inline-block;
    width: 90vw;
    text-align: left;
    padding: 5vw;
    opacity: 0;
    animation: company_logo 1s ease-in-out forwards;
  }
  main section.company .wrapper .company_title {
    font-size: 30px;
    font-weight: bold;
    padding: 4vw 0;
    border-bottom: 1px solid #eee;
  }
  main section.company .wrapper ul {
    padding-top: 10px;
  }
  main section.company .wrapper ul li {
    width: 100%;
    padding: 25px 15px;
    border-bottom: 1px solid #fafafa;
  }
  main section.company .wrapper ul li dl dt {
    display: inline-block;
    width: 110px;
    vertical-align: top;
  }
  main section.company .wrapper ul li dl dd {
    display: inline-block;
    width: calc(100% - 120px);
    vertical-align: top;
  }
  main section.about {
    padding: 10vw 0;
    font-size: 4.1vw;
    line-height: 2.4em;
    font-weight: bold;
    animation: fade_in 1s ease-in-out forwards;
  }
  main section.top {
    margin-top: 10vw;
    width: 100%;
    height: 146vw;
    position: relative;
  }
  main section.top p.top_bg {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100vw;
    height: 143vw;
    right: auto;
    left: 0;
    z-index: 20;
    background-image: url(../img/sp/top_bg.png);
  }
  main section.top p.top_img_1 {
    top: 10vw;
    width: 39vw;
    height: 38vw;
    right: -6vw;
    z-index: 20;
  }
  main section.top p.top_img_2 {
    top: 36vw;
    width: 39vw;
    height: 38vw;
    right: -21vw;
  }
  main section.top p.top_img_3 {
    top: 72vw;
    width: 39vw;
    height: 38vw;
    right: -21vw;
  }
  main section.top p.top_img_4 {
    top: 96vw;
    width: 39vw;
    height: 38vw;
    right: -4vw;
  }
  main section.top p.top_img_5 {
    top: 105vw;
    width: 39vw;
    height: 38vw;
    right: 27vw;
  }
  main section.top p.top_img_6 {
    top: 99vw;
    width: 39vw;
    height: 38vw;
    right: 61vw;
  }
  main section.top p.top_logo {
    top: 33vw;
    right: 14vw;
    width: 72vw;
    height: 72vw;
  }
  main section.top p.top_caption_1 {
    width: 64vw;
    height: 10vw;
    top: 7vw;
    left: 8.5vw;
  }
  main section.top p.top_caption_2 {
    width: 64vw;
    height: 10vw;
    top: 17vw;
    left: 8.5vw;
  }
  main section.top p.top_bt {
    top: 30vw;
    left: 10vw;
    border-radius: 1.5vw;
    font-size: 3vw;
    padding: 2vw 2vw 2vw 2.5vw;
  }
  main section.news.active {
    filter: blur(0);
    opacity: 1;
  }
  main section.news {
    padding-top: 6vw;
    transition: all 0.5s;
    opacity: 0.6;
    filter: blur(5vw);
    width: 100%;
    padding: 5vw 4vw;
  }
  main section.news ul.news_list {
    padding: 0;
  }
  main section.news ul.news_list li {
    display: inline-block;
    padding: 7vw 2vw;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    border-top: solid 1px #ccc;
    border-bottom: none;
    text-align: right;
  }
  main section.news ul.news_list li div.news_details {
    width: 100%;
    height: auto;
  }
  main section.news ul.news_list li div.news_details div.category_time {
    width: 100%;
    text-align: right;
    position: relative;
  }
  main section.news ul.news_list li div.news_details div.category_time p.category {
    position: absolute;
    top: -1vw;
    left: 0;
    border: #666 1px solid;
    border-radius: 2vw;
    font-size: 3.2vw;
    line-height: 4vw;
    padding: 1vw;
  }
  main section.news ul.news_list li div.news_details div.category_time p.time {
    font-size: 3vw;
    line-height: 4vw;
    padding-bottom: 4vw;
  }
  main section.news ul.news_list li div.news_details div.image_text p.image {
    vertical-align: top;
    display: inline-block;
    width: 27vw;
    height: 27vw;
    margin-right: 5vw;
  }
  main section.news ul.news_list li div.news_details div.image_text p.image img {
    width: 100%;
  }
  main section.news ul.news_list li div.news_details div.image_text p.text {
    padding: 1vw 0;
    font-size: 3.8vw;
    display: inline-block;
    width: calc(100% - 34vw);
    line-height: 1.7em;
  }
  main section.news ul.news_list li div.news_details p.detail_bt {
    display: inline-block;
    width: auto;
    height: auto;
    border-radius: 3vw;
    font-size: 3vw;
    line-height: 3vw;
    color: #FFF;
    background-color: #636363;
    padding: 1vw 3vw 1vw 6vw;
    margin-bottom: 3vw;
  }
  main section.news ul.news_list li:nth-child(even) {
    margin-left: 0;
  }
  main section.news div.news_caption {
    padding-bottom: 10px;
    border-bottom: none ;
  }
  main section.news div.news_caption p.news_title {
    height: auto;
  }
  main section.news div.news_caption p.news_bt {
    border-radius: 1.5vw;
    font-size: 3vw;
    padding: 1.5vw 2vw 1.5vw 2.5vw;
    margin-left: 0;
    float: right;
    position: relative;
    top: -1vw;
  }
  main section.news_details {
    padding-top: 6vw;
    transition: all 0.5s;
    width: 100%;
    padding: 5vw 4vw;
  }
  main section.news_details ul.news_list {
    padding: 0;
  }
  main section.news_details ul.news_list li {
    display: inline-block;
    padding: 7vw 2vw;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    border-top: solid 1px #ccc;
    border-bottom: none;
    text-align: right;
  }
  main section.news_details ul.news_list li div.news_details {
    width: 100%;
    height: auto;
    margin-bottom: 30vw;
  }
  main section.news_details ul.news_list li div.news_details div.category_time {
    width: 100%;
    text-align: right;
    position: relative;
  }
  main section.news_details ul.news_list li div.news_details div.category_time p.category {
    position: absolute;
    top: -1vw;
    left: 0;
    border: #666 1px solid;
    border-radius: 2vw;
    font-size: 3.2vw;
    line-height: 4vw;
    padding: 1vw;
  }
  main section.news_details ul.news_list li div.news_details div.category_time p.time {
    font-size: 3vw;
    line-height: 4vw;
    padding-bottom: 4vw;
  }
  main section.news_details ul.news_list li div.news_details div.image_text p.image {
    vertical-align: top;
    display: inline-block;
    width: 27vw;
    height: 27vw;
    margin-right: 4vw;
  }
  main section.news_details ul.news_list li div.news_details div.image_text p.image img {
    width: 100%;
  }
  main section.news_details ul.news_list li div.news_details div.image_text p.text {
    padding: 1vw 0;
    font-size: 3.8vw;
    display: inline-block;
    width: calc(100% - 34vw);
    line-height: 1.7em;
  }
  main section.news_details ul.news_list li:nth-child(even) {
    margin-left: 0;
  }
  main section.news_details div.news_caption {
    padding-bottom: 10px;
    border-bottom: none ;
  }
  main section.news_details div.news_caption p.news_title {
    height: auto;
  }
  main section.news_details div.news_caption p.news_bt {
    border-radius: 1.5vw;
    font-size: 3vw;
    padding: 1.5vw 2vw 1.5vw 2.5vw;
    margin-left: 0;
    float: right;
    position: relative;
    top: -1vw;
  }
  main section.service.active {
    filter: blur(0);
    opacity: 1;
  }
  main section.service {
    transition: all 0.5s;
    opacity: 0;
    filter: blur(5vw);
    width: 100%;
    height: auto;
    position: relative;
    padding: 5vw 4vw;
    text-align: left;
  }
  main section.service p.service_bg.active {
    left: -650px;
  }
  main section.service p.service_bg {
    display: none;
  }
  main section.service div.service_caption {
    width: 100%;
    padding-bottom: 2vw;
    text-align: left;
    border-bottom: solid 1px #ccc;
  }
  main section.service div.service_caption p.service_title {
    display: inline-block;
    height: auto;
    width: auto;
  }
  main section.service p.caption_text {
    position: relative;
    top: 0;
    left: 0;
    width: 82%;
    font-size: 3.8vw;
    padding: 3.2vw;
    line-height: 1.8em;
  }
  main section.service section.entertainment.active {
    right: 0;
    opacity: 1;
  }
  main section.service section.entertainment.active p.ent_bg {
    transform: rotate(0deg);
  }
  main section.service section.entertainment {
    transition: all 0.5s;
    opacity: 0;
    right: -50vw;
    height: 100vw;
    width: 100%;
    float: right;
    margin-top: -10vw;
    position: relative;
  }
  main section.service section.entertainment p.ent_bg {
    top: 25vw;
    right: -32vw;
    width: 52vw;
    height: 52vw;
    z-index: 20;
  }
  main section.service section.entertainment p.ent_img_2 {
    position: absolute;
    top: 23vw;
    right: 16.5vw;
    width: 28.5vw;
    height: 28.5vw;
  }
  main section.service section.entertainment p.ent_img_3 {
    position: absolute;
    top: 4vw;
    right: 4.5vw;
    width: 31vw;
    height: 31vw;
  }
  main section.service section.entertainment p.ent_img_4 {
    position: absolute;
    top: 37.7vw;
    right: 33.5vw;
    width: 61vw;
    height: 13vw;
  }
  main section.service section.entertainment p.ent_img_5 {
    position: absolute;
    top: 51vw;
    right: 21.5vw;
    width: 52vw;
    height: 6vw;
  }
  main section.service section.entertainment p.ent_text {
    top: 59vw;
    right: 21.5vw;
    z-index: 21;
    width: 69vw;
    padding: 2vw 2vw;
    font-size: 3.4vw;
    line-height: 1.5em;
  }
  main section.service section.entertainment p.ent_text img {
    margin-top: 5px;
  }
  main section.service section.entertainment p.detaile_bt {
    top: 99vw;
    right: 42vw;
    border-radius: 1.5vw;
    font-size: 3.7vw;
    padding: 1.7vw 2vw 1.5vw 2.5vw;
    margin-left: 0;
  }
  main section.service section.advertising.active {
    right: 0;
    opacity: 1;
  }
  main section.service section.advertising.active p.adv_bg {
    transform: rotate(0deg);
  }
  main section.service section.advertising {
    transition: all 0.5s;
    opacity: 0;
    right: -50vw;
    height: 90vw;
    width: 100%;
    float: right;
    position: relative;
    margin-top: 0;
  }
  main section.service section.advertising p.adv_bg {
    top: 25vw;
    right: -32vw;
    width: 52vw;
    height: 52vw;
    z-index: 20;
  }
  main section.service section.advertising p.adv_img_2 {
    position: absolute;
    top: 23vw;
    right: 16.5vw;
    width: 28.5vw;
    height: 28.5vw;
  }
  main section.service section.advertising p.adv_img_3 {
    position: absolute;
    top: 4vw;
    right: 4.5vw;
    width: 31vw;
    height: 31vw;
  }
  main section.service section.advertising p.adv_img_4 {
    position: absolute;
    top: 37.7vw;
    right: 33.5vw;
    width: 61vw;
    height: 13vw;
  }
  main section.service section.advertising p.adv_img_5 {
    position: absolute;
    top: 51vw;
    right: 21.5vw;
    width: 52vw;
    height: 6vw;
  }
  main section.service section.advertising p.adv_text {
    top: 59vw;
    right: 21.5vw;
    z-index: 21;
    width: 69vw;
    padding: 2vw 2vw;
    font-size: 3.4vw;
    line-height: 1.5em;
  }
  main section.service section.advertising p.detaile_bt {
    top: 76vw;
    right: 42vw;
    border-radius: 1.5vw;
    font-size: 3.7vw;
    padding: 1.7vw 2vw 1.5vw 2.5vw;
    margin-left: 0;
  }
  main section.service_details {
    transition: all 0.5s;
    width: 100%;
    height: auto;
    position: relative;
    padding: 5vw 4vw;
    text-align: left;
  }
  main section.service_details p.service_bg {
    display: none;
  }
  main section.service_details div.service_caption {
    width: 100%;
    padding-bottom: 2vw;
    text-align: left;
    border-bottom: solid 1px #ccc;
  }
  main section.service_details div.service_caption p.service_title {
    display: inline-block;
    height: auto;
    width: auto;
  }
  main section.service_details p.caption_text {
    position: relative;
    top: 0;
    left: 0;
    width: 82%;
    font-size: 3.8vw;
    padding: 3.2vw;
    line-height: 1.8em;
  }
  main section.service_details section.entertainment {
    transition: all 0.5s;
    height: 100vw;
    width: 100%;
    float: right;
    margin-top: -10vw;
    position: relative;
  }
  main section.service_details section.entertainment p.ent_bg {
    top: 25vw;
    right: -32vw;
    width: 52vw;
    height: 52vw;
    z-index: 20;
    transform: rotate(0deg);
  }
  main section.service_details section.entertainment p.ent_img_2 {
    position: absolute;
    top: 23vw;
    right: 16.5vw;
    width: 28.5vw;
    height: 28.5vw;
  }
  main section.service_details section.entertainment p.ent_img_3 {
    position: absolute;
    top: 4vw;
    right: 4.5vw;
    width: 31vw;
    height: 31vw;
  }
  main section.service_details section.entertainment p.ent_img_4 {
    position: absolute;
    top: 37.7vw;
    right: 33.5vw;
    width: 61vw;
    height: 13vw;
  }
  main section.service_details section.entertainment p.ent_img_5 {
    position: absolute;
    top: 51vw;
    right: 21.5vw;
    width: 52vw;
    height: 6vw;
  }
  main section.service_details section.entertainment p.ent_text {
    top: 59vw;
    right: 21.5vw;
    z-index: 21;
    width: 69vw;
    padding: 2vw 2vw;
    font-size: 3.4vw;
    line-height: 1.5em;
  }
  main section.service_details section.entertainment p.ent_text img {
    margin-top: 5px;
  }
  main section.service_details section.entertainment p.detaile_bt {
    top: 99vw;
    right: 42vw;
    border-radius: 1.5vw;
    font-size: 3.7vw;
    padding: 1.7vw 2vw 1.5vw 2.5vw;
    margin-left: 0;
  }
  main section.service_details section.advertising {
    transition: all 0.5s;
    right: 0;
    opacity: 1;
    height: 90vw;
    width: 100%;
    float: right;
    position: relative;
    margin-top: 0;
  }
  main section.service_details section.advertising p.adv_bg {
    top: 25vw;
    right: -32vw;
    width: 52vw;
    height: 52vw;
    z-index: 20;
    transform: rotate(0deg);
  }
  main section.service_details section.advertising p.adv_img_2 {
    position: absolute;
    top: 23vw;
    right: 16.5vw;
    width: 28.5vw;
    height: 28.5vw;
  }
  main section.service_details section.advertising p.adv_img_3 {
    position: absolute;
    top: 4vw;
    right: 4.5vw;
    width: 31vw;
    height: 31vw;
  }
  main section.service_details section.advertising p.adv_img_4 {
    position: absolute;
    top: 37.7vw;
    right: 33.5vw;
    width: 61vw;
    height: 13vw;
  }
  main section.service_details section.advertising p.adv_img_5 {
    position: absolute;
    top: 51vw;
    right: 21.5vw;
    width: 52vw;
    height: 6vw;
  }
  main section.service_details section.advertising p.adv_text {
    top: 59vw;
    right: 21.5vw;
    z-index: 21;
    width: 69vw;
    padding: 2vw 2vw;
    font-size: 3.4vw;
    line-height: 1.5em;
  }
  main section.service_details section.advertising p.detaile_bt {
    top: 76vw;
    right: 42vw;
    border-radius: 1.5vw;
    font-size: 3.7vw;
    padding: 1.7vw 2vw 1.5vw 2.5vw;
    margin-left: 0;
  }
  main section.recruit {
    padding: 25vw 0;
    clear: both;
  }
  main section.recruit div.recruit_caption {
    width: 100%;
    padding-bottom: 3vw;
    text-align: left;
    border-bottom: none;
  }
  main section.recruit div.recruit_caption p.recruit_title {
    display: inline-block;
    height: auto;
    width: auto;
    padding: 0 4vw;
  }
  main section.recruit div.recruit_details {
    width: 100%;
    height: 100vw;
    background-image: url(../img/common/recruit_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    background-color: transparent;
    text-align: left;
  }
  main section.recruit div.recruit_details p.caption_text {
    width: 60vw;
    padding: 5vw;
    font-size: 3.4vw;
    line-height: 1.5em;
  }
  main section.recruit div.recruit_details p.recruit_caption {
    padding-top: 3vw;
    padding-left: 3vw;
    padding-bottom: 12vw;
    width: 54vw;
  }
  main section.recruit div.recruit_details p.recruit_caption img {
    width: 100%;
  }
  main section.recruit div.recruit_details p.detaile_bt {
    border-radius: 1.5vw;
    font-size: 3.7vw;
    padding: 1.7vw 2vw 1.5vw 2.5vw;
    margin: 4vw 13vw 5vw;
    clear: both;
  }
  main section.recruit div.recruit_details div.recruit_img {
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 0;
  }
  main section.recruit div.recruit_details div.recruit_img p.recruit_img_1,
  main section.recruit div.recruit_details div.recruit_img p.recruit_img_2,
  main section.recruit div.recruit_details div.recruit_img p.recruit_img_3 {
    display: inline-block;
  }
  main section.recruit div.recruit_details div.recruit_img p.recruit_img_1 img,
  main section.recruit div.recruit_details div.recruit_img p.recruit_img_2 img,
  main section.recruit div.recruit_details div.recruit_img p.recruit_img_3 img {
    width: 34vw;
  }
  main section.recruit div.recruit_details div.recruit_img p.recruit_img_1 {
    padding-left: 0;
  }
  main section.recruit div.recruit_details div.recruit_img p.recruit_img_2,
  main section.recruit div.recruit_details div.recruit_img p.recruit_img_3 {
    padding-left: 0px;
  }
  main section.recruit div.recruit_details div.recruit_img p.recruit_img_3 {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 0px;
  }
  main section.recruit.details {
    padding: 5vw 0;
  }
  main section.recruit.details .wrapper {
    padding-top: 2vw;
  }
  main section.recruit.details .wrapper .title {
    font-size: 28px;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
  }
  main section.recruit.details .wrapper ul {
    padding-top: 0;
  }
  main section.recruit.details .wrapper ul li {
    width: 100%;
    padding: 25px 15px;
    border-bottom: 1px solid #eee;
  }
  main section.recruit.details .wrapper ul li dl dt {
    font-weight: bold;
    display: inline-block;
    width: 125px;
    line-height: 1.7em;
    vertical-align: top;
  }
  main section.recruit.details .wrapper ul li dl dd {
    display: inline-block;
    line-height: 1.7em;
    width: calc(100% - 140px);
    vertical-align: top;
  }
  main section.contact {
    padding: 5vw 0 30vw;
  }
  main section.contact .wrapper {
    padding-top: 2vw;
  }
  main section.contact .wrapper .title {
    font-size: 28px;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
  }
  main section.contact .wrapper .detail_text {
    font-size: 17px;
    line-height: 1.7em;
    padding: 20px 4% 20px;
    width: 92%;
    margin: 0 auto;
    text-align: left;
  }
  main section.contact .wrapper .detail_text span {
    font-size: 14px;
  }
  main section.contact .wrapper .next_bt {
    position: relative;
    top: -7px;
    display: inline-block;
    z-index: 30;
    width: auto;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 16px;
    color: #FFF;
    background: linear-gradient(to left, #3d3b3b 0%, #58112b 50%, #3d3b3b 100%);
    padding: 15px 30px;
  }
  main section.contact .wrapper table.contact_form {
    margin: 10px auto 20px;
    width: 100%;
  }
  main section.contact .wrapper table.contact_form th {
    padding-left: 4vw;
    text-align: left;
    color: #5e5e5e;
    font-size: 0.9em;
    display: block;
  }
  main section.contact .wrapper table.contact_form td {
    display: block;
    padding: 5px 0 25px;
    position: relative;
  }
  main section.contact .wrapper table.contact_form td p.caption {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #ff0e0e;
  }
  main section.contact .wrapper table.contact_form td p.caption2 {
    position: absolute;
    right: -10px;
    top: 50%;
    color: #ff0e0e;
  }
  main section.contact .wrapper table.contact_form td input {
    padding: 15px 25px;
    background-color: #f4f4f4;
    border: none;
    border-radius: 0;
    width: 100%;
    font-size: 1.05em;
  }
  main section.contact .wrapper table.contact_form td textarea {
    padding: 15px 25px;
    background-color: #f4f4f4;
    border: none;
    border-radius: 0px;
    width: 100%;
    font-size: 1.05em;
    height: 200px;
  }
  footer {
    clear: both;
    max-width: fit-content;
    min-width: auto;
    width: 100%;
    height: auto;
    margin: 0;
    background-color: #FFF;
    position: relative;
    text-align: left;
    overflow: hidden;
  }
  footer .foot_wrapper {
    width: 100%;
    height: auto;
    position: relative;
  }
  footer .foot_wrapper p.foot_logo {
    display: block;
    position: absolute;
    top: 0;
    right: 20vw;
    z-index: 30;
    width: 60vw;
    height: 60vw;
  }
  footer .foot_wrapper p.foot_bg {
    position: absolute;
    top: 110vw;
    right: -22vw;
    width: 260vw;
    height: 143vw;
    z-index: 20;
    opacity: 0.4;
  }
  footer .foot_wrapper .logo {
    position: relative;
    display: inline-block;
    width: auto;
    z-index: 22;
    width: 100%;
    margin-top: 100vw;
  }
  footer .foot_wrapper .logo img {
    height: 11vw;
    width: auto;
    position: relative;
  }
  footer .foot_wrapper .logo p.foot_bt {
    margin-left: 0;
    top: 3vw;
    margin-right: 2vw;
    float: right;
    border-radius: 1.5vw;
    font-size: 3vw;
    padding: 2vw 2vw 2vw 2.5vw;
  }
  footer .foot_wrapper ul.footer_menu {
    padding: 5vw 7vw;
    width: 100%;
    z-index: 30;
    position: relative;
  }
  footer .foot_wrapper ul.footer_menu li {
    width: 70%;
    padding: 5vw 0 3vw;
    line-height: 1.7em;
    font-weight: bold;
    font-size: 3vw;
    border-bottom: 1px solid #eee;
  }
  footer .foot_wrapper ul.footer_menu li.caption,
  footer .foot_wrapper ul.footer_menu li.copyright {
    width: 100%;
    font-weight: normal;
    font-size: 3vw;
    color: #333;
    border-bottom: none;
  }
  footer .foot_wrapper ul.footer_menu li.copyright {
    margin-top: 5vw;
    text-align: center;
  }
  section.enter_tainment_overlay {
    display: none;
    opacity: 0;
    transition: all 0.8s;
    background-color: rgba(255, 255, 255, 0.96);
    height: 100vh;
    width: 100%;
  }
  section.enter_tainment_overlay .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
  }
  section.enter_tainment_overlay .innar_wrapper::-webkit-scrollbar {
    width: 5px;
    /* 垂直方向のスクロールバーの幅 */
    height: 5px;
    /* 水平方向のスクロールバーの幅 */
  }
  section.enter_tainment_overlay .innar_wrapper::-webkit-scrollbar-thumb {
    background-color: #c8c8c8;
    border-radius: 5px;
    box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.2);
  }
  section.enter_tainment_overlay .innar_wrapper::-webkit-scrollbar-corner {
    display: none;
  }
  section.enter_tainment_overlay .innar_wrapper {
    height: 100vh;
    width: 100%;
  }
  section.enter_tainment_overlay .innar_wrapper p.ent_overlay_close_bt {
    z-index: 30;
    width: 40%;
    border-radius: 3vw;
    font-size: 18px;
    padding: 15px 19px;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  section.enter_tainment_overlay .innar_wrapper img.ent_title {
    padding: 20px;
    width: 60vw;
  }
  section.enter_tainment_overlay .innar_wrapper .ent_details_1 {
    position: relative;
    width: 100%;
    height: 147vw;
  }
  section.enter_tainment_overlay .innar_wrapper .ent_details_1 p.details_bg {
    position: absolute;
    top: 20vw;
    left: 3vw;
    display: block;
    width: 150vw;
    height: 100vw;
    z-index: 10;
  }
  section.enter_tainment_overlay .innar_wrapper .ent_details_1 p.details_text {
    position: absolute;
    top: 66vw;
    left: 0;
    display: block;
    width: 98vw;
    height: 32vw;
    z-index: 50;
  }
  section.enter_tainment_overlay .innar_wrapper .ent_details_1 p.details_photo {
    position: absolute;
    top: 0vw;
    left: 9vw;
    display: block;
    width: 84vw;
    height: 74vw;
    z-index: 30;
  }
  section.enter_tainment_overlay .innar_wrapper .ent_details_1 p.details_img {
    position: absolute;
    top: 101vw;
    left: -3vw;
    display: block;
    width: 100vw;
    height: 42vw;
    z-index: 40;
  }
  section.enter_tainment_overlay .innar_wrapper .ent_details_1 p.details_caption {
    position: absolute;
    top: 96vw;
    left: 51vw;
    display: block;
    width: 55vw;
    height: 16vw;
    z-index: 40;
  }
  section.enter_tainment_overlay .innar_wrapper .ent_details_2 {
    position: relative;
    width: 100%;
    height: 147vw;
    margin-top: 5vw;
  }
  section.enter_tainment_overlay .innar_wrapper .ent_details_2 p.details_bg {
    position: absolute;
    top: 20vw;
    left: 3vw;
    display: block;
    width: 150vw;
    height: 100vw;
    z-index: 10;
  }
  section.enter_tainment_overlay .innar_wrapper .ent_details_2 p.details_text {
    position: absolute;
    top: 71vw;
    left: -11vw;
    display: block;
    width: 91vw;
    height: 27.5vw;
    z-index: 50;
  }
  section.enter_tainment_overlay .innar_wrapper .ent_details_2 p.details_photo {
    position: absolute;
    top: 0vw;
    left: -11vw;
    display: block;
    width: 95vw;
    height: 69vw;
    z-index: 30;
  }
  section.enter_tainment_overlay .innar_wrapper .ent_details_2 p.details_photo2 {
    position: absolute;
    top: 29vw;
    left: 43vw;
    display: block;
    width: 86vw;
    height: 58vw;
    z-index: 20;
  }
  section.enter_tainment_overlay .innar_wrapper .ent_details_2 p.details_img {
    position: absolute;
    top: 101vw;
    left: -3vw;
    display: block;
    width: 100vw;
    height: 42vw;
    z-index: 40;
  }
  section.enter_tainment_overlay .innar_wrapper .ent_details_2 p.details_caption {
    position: absolute;
    top: 96vw;
    left: 51vw;
    display: block;
    width: 55vw;
    height: 16vw;
    z-index: 40;
  }
  section.enter_tainment_overlay .innar_wrapper .ent_details_3 {
    position: relative;
    width: 100%;
    height: 147vw;
    margin-top: 5vw;
  }
  section.enter_tainment_overlay .innar_wrapper .ent_details_3 p.details_bg {
    position: absolute;
    top: 20vw;
    left: 3vw;
    display: block;
    width: 150vw;
    height: 100vw;
    z-index: 10;
  }
  section.enter_tainment_overlay .innar_wrapper .ent_details_3 p.details_text {
    position: absolute;
    top: 71vw;
    left: -11vw;
    display: block;
    width: 91vw;
    height: 27.5vw;
    z-index: 50;
  }
  section.enter_tainment_overlay .innar_wrapper .ent_details_3 p.details_photo {
    position: absolute;
    top: 0vw;
    left: -11vw;
    display: block;
    width: 97vw;
    height: 74vw;
    z-index: 30;
  }
  section.enter_tainment_overlay .innar_wrapper .ent_details_3 p.details_photo2 {
    position: absolute;
    top: 32vw;
    left: 43vw;
    display: block;
    width: 86vw;
    height: 58vw;
    z-index: 30;
  }
  section.enter_tainment_overlay .innar_wrapper .ent_details_3 p.details_img {
    position: absolute;
    top: 101vw;
    left: -3vw;
    display: block;
    width: 100vw;
    height: 42vw;
    z-index: 40;
  }
  section.enter_tainment_overlay .innar_wrapper .ent_details_3 p.details_caption {
    position: absolute;
    top: 96vw;
    left: 51vw;
    display: block;
    width: 55vw;
    height: 16vw;
    z-index: 40;
  }
}
