@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
  font-display: swap;
}
/*#########################################################

mixin

#########################################################*/
/* ========================================================
メディアクエリ
=========================================================*/
/*#########################################################

基本設定

#########################################################*/
/*#########################################################

要素関連

#########################################################*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  margin: 0 !important;
}

html, body {
  width: 100%;
  height: 100%;
}

p {
  line-height: 1.6;
}

a {
  color: #000;
  text-decoration: none;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}

img {
  vertical-align: bottom;
}

object {
  pointer-events: none;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

/* 固定幅フォント */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 0.8rem;
}

/* subscript&superscript */
sub,
sup {
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

strong {
  font-weight: bold;
}

strong.red {
  color: #e00909;
  font-weight: normal;
}

i {
  font-weight: normal;
  font-style: italic;
}

input[type=text],
input[type=email],
input[type=url] {
  box-sizing: border-box;
  border: 1px solid #e0e3e4;
  padding: 0.5rem;
}

textarea {
  box-sizing: border-box;
  border: 1px solid #e0e3e4;
  padding: 0.5rem;
}

.drop {
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.3);
}

ol, ul {
  list-style: none;
}

p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

h1 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  width: auto;
  height: 28px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 30px;
    height: 3.5vw;
  }
}
h2 img {
  width: auto;
  height: 100%;
}
h2:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #000;
  display: block;
  margin-top: 2px;
}

h3 {
  font-size: 54px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 7.5vw;
  }
}

.inner {
  width: 86%;
  max-width: 960px;
  margin: 0 auto;
}

.graybox {
  background: linear-gradient(to bottom, #E6E6E6 calc(100% - 2vw), transparent calc(100% - 2vw));
  position: relative;
  margin: 18vw 0;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .graybox {
    margin: 24vw 0;
    background: #E6E6E6;
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 1280px) {
  .graybox .inner {
    padding-top: 9vw;
  }
}
.graybox:before {
  content: "";
  width: 103%;
  right: 0px;
  height: 18vw;
  background: #E6E6E6;
  display: block;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  top: 2px;
  transform: translateY(-100%);
}
.graybox:after {
  content: "";
  width: 103%;
  height: 18vw;
  background: #E6E6E6;
  display: block;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
  position: absolute;
  bottom: calc(2vw + 1px);
  z-index: -1;
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .graybox:after {
    bottom: 1px;
  }
}
.graybox.mb2 {
  background: linear-gradient(to bottom, #E6E6E6 calc(100% - 8vw), transparent calc(100% - 8vw));
  margin-bottom: 10vw;
}
@media screen and (max-width: 768px) {
  .graybox.mb2 {
    margin-top: 18vw;
  }
}
.graybox.mb2:after {
  content: "";
  bottom: calc(8vw + 1px);
}

.section_box {
  display: flex;
  justify-content: space-between;
}
.section_box.rev {
  flex-direction: row-reverse;
}
.section_box h3 {
  word-break: keep-all;
  writing-mode: vertical-rl;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .section_box h3 {
    line-height: 1.4;
  }
}

.sidebox {
  max-width: 740px;
}
.sidebox .img {
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .sidebox .img {
    margin-bottom: 20px;
  }
}

.link_btn {
  position: relative;
  cursor: pointer;
  background: #F6F669;
  display: inline-block;
  padding: 20px 40px;
  border-radius: 50px;
  margin-top: 50px;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .link_btn {
    margin-top: 30px;
    padding: 10px 40px;
  }
}
.link_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: black;
  transition: width 0.3s ease-in-out;
}
.link_btn a {
  position: relative;
  display: inline-block;
  color: black;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.link_btn a p {
  line-height: 1;
}
.link_btn:hover::before {
  width: 100%;
}
.link_btn:hover a {
  color: #F6F669;
}

body.en_page html, body.en_page body, body.en_page p, body.en_page a, body.en_page h1, body.en_page h2, body.en_page h3, body.en_page h4, body.en_page h5, body.en_page span {
  font-family: "Inter", "Avenir", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
body.en_page p, body.en_page a {
  font-weight: 400;
}

header {
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0px;
  padding: 60px 0;
  transition: transform 0.3s ease-in-out;
}
header.hidden {
  transform: translateY(-140%);
}
@media screen and (max-width: 1280px) and (min-width: 769px) {
  header {
    top: 0;
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  header {
    top: 0;
    padding: 25px 0 0;
  }
}
header .inner {
  max-width: 1600px;
  display: flex;
  align-items: center;
}
header nav {
  width: 45%;
  margin-right: 10%;
}
@media screen and (max-width: 768px) {
  header nav {
    display: none;
  }
}
header nav ol {
  display: flex;
  justify-content: space-between;
}
header nav ol p {
  font-family: "Inter", "Avenir", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
header nav ol a {
  color: #fff;
  transition: color 0.3s ease-in-out;
}
header.scrolled {
  background: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 768px) {
  header.scrolled {
    background: transparent;
  }
}
header.scrolled a, header.scrolled p {
  color: #000 !important;
}
header.scrolled .drawer_menu p {
  color: #fff !important;
}
header.scrolled .drawer_menu object {
  filter: invert(0%) !important;
}
header.scrolled object {
  filter: invert(100%);
  transition: 0.3s;
}
header .header_right {
  display: flex;
  justify-content: center;
  width: 45%;
  align-items: center;
  position: relative;
}
header .sub_menu {
  display: flex;
  align-items: center;
  transform: translateX(-40%);
}
@media screen and (max-width: 768px) {
  header .sub_menu {
    display: none;
  }
  header .sub_menu.sp {
    display: block;
    transform: translateX(0);
  }
  header .sub_menu.sp ul {
    display: block;
  }
}
header .sub_menu p {
  color: #fff;
  font-family: "Inter", "Avenir", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
header .sub_menu object {
  margin-right: 10px;
  margin-top: -1px;
}
header .sub_menu ul, header .sub_menu li, header .sub_menu a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .sub_menu ul, header .sub_menu li, header .sub_menu a {
    width: 100%;
  }
}
header .sub_menu li:first-child {
  margin-right: 50px;
}
header .sub_menu .menu_grobal object {
  width: 14px;
  height: 16px;
}
header .sub_menu .menu_mail object {
  width: 16px;
  height: 16px;
}
header .black_logo {
  display: none;
  width: 28%;
  position: absolute;
  right: 0;
}
header .black_logo.block {
  display: block;
}
@media screen and (max-width: 768px) {
  header .black_logo {
    display: block;
    width: 90%;
    margin-left: 14%;
    max-width: 180px;
    right: inherit;
  }
}
header .white_logo {
  display: none;
  width: 28%;
}
@media screen and (max-width: 768px) {
  header .white_logo {
    display: block;
    width: 90%;
    margin-left: 10%;
    max-width: 180px;
    position: absolute;
    top: 25px;
    right: 8vw;
  }
  header .white_logo img {
    filter: invert(100%);
  }
}

table.company_info {
  margin-bottom: 40px;
}
table tr td {
  padding-bottom: 20px;
  line-height: 1.7;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  table tr td {
    font-size: 16px;
  }
}
table tr td.n {
  padding-right: 36px;
  width: calc(5em + 36px);
}
table tr.last td {
  padding-bottom: 0;
}

.sp_headback {
  display: block;
  transition: transform 0.3s ease-in-out;
}
.sp_headback.hidden {
  transform: translateY(-200%);
}
@media screen and (max-width: 768px) {
  .sp_headback {
    background: #fff;
    position: fixed;
    height: 46px;
    width: 100%;
    display: block;
    z-index: 10;
    top: 0;
    left: 0;
  }
  .sp_headback:before {
    content: "";
    width: 103%;
    height: 9.06vw;
    background: #FFFFFF;
    display: block;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
    position: absolute;
    bottom: 2px;
    left: -1px;
    transform: translateY(100%);
  }
}

section {
  margin: 120px 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section {
    margin: 100px 0;
  }
}
section#hero {
  margin-top: 0;
  max-height: 100vh;
}
section#hero.under {
  height: 100px;
}
@media screen and (max-width: 768px) {
  section#hero.under {
    height: 20px;
  }
}
section#hero .tagline {
  position: absolute;
  bottom: 72px;
  right: 120px;
  mix-blend-mode: difference;
  z-index: 99;
  width: 1.5vw;
  max-width: 27px;
}
@media screen and (max-width: 768px) {
  section#hero .tagline {
    width: 4vw;
  }
}
section#hero .tagline.en {
  max-width: 27px;
  width: 1.5vw;
}
@media screen and (max-width: 768px) {
  section#hero .tagline.en {
    width: 4vw;
  }
}
section#hero .tagline h1 {
  text-align: right;
}
section#hero .tagline img {
  mix-blend-mode: difference;
  max-height: 40vh;
  width: auto;
  max-width: 2vw;
  transform: translateX(10%);
}
@media screen and (max-width: 768px) {
  section#hero .tagline img {
    max-width: 5.4vw;
  }
}
@media screen and (max-width: 1280px) and (min-width: 769px) {
  section#hero .tagline {
    right: 5vw;
    bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  section#hero .tagline {
    top: 28px;
    bottom: inherit;
    right: 8%;
  }
}
section#hero .logo {
  position: absolute;
  width: 3vw;
  max-width: 50px;
  top: 50px;
  right: 120px;
  z-index: 10;
  text-align: right;
}
section#hero .logo img {
  width: auto;
  max-height: 40vh;
}
@media screen and (max-width: 1280px) and (min-width: 769px) {
  section#hero .logo {
    right: 5vw;
  }
}
@media screen and (max-width: 768px) {
  section#hero .logo {
    display: none;
  }
}
section#hero .inner {
  position: absolute;
  z-index: 30;
  height: 100%;
  max-width: 1700px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section#what {
  margin-top: 120px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  section#what {
    margin-top: 0;
  }
}
@media screen and (max-width: 1280px) {
  section#what .sidebox {
    width: 74vw;
  }
}
@media screen and (max-width: 768px) {
  section#what .sidebox {
    padding-left: 4vw;
  }
}
section#what .tate {
  position: relative;
}
@media screen and (min-width: 1281px) {
  section#what .tate {
    flex: 1;
  }
}
@media screen and (max-width: 1280px) and (min-width: 769px) {
  section#what .tate {
    padding-right: 6vw;
  }
}
@media screen and (max-width: 1280px) {
  section#what .tate {
    width: 20vw;
  }
}
section#what .tate h3 {
  transform: translateX(-8%);
}
section#what .tate h3.en {
  line-height: 1;
}
section#what .tate h3.en span {
  font-size: 0.7em;
}
section#service {
  margin-bottom: 16vw;
}
section#service .sidebox {
  margin-top: 20px;
}
@media screen and (max-width: 1280px) {
  section#service .sidebox {
    width: 74vw;
  }
}
section#service .sidebox p {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  section#service .sidebox {
    margin-top: 20px;
    padding-right: 2vw;
  }
}
section#service .tate {
  white-space: normal;
  position: relative;
}
section#service .tate h3 {
  top: 0;
  right: 0;
  margin: 0 0px 0 auto;
}
section#service .tate h3.en {
  line-height: 1;
  white-space: nowrap;
}
section#service .tate h3 span {
  font-size: 0.7em;
}
@media screen and (min-width: 1281px) {
  section#service .tate {
    flex: 1;
  }
}
@media screen and (max-width: 1280px) and (min-width: 769px) {
  section#service .tate {
    padding-left: 6vw;
  }
}
@media screen and (max-width: 1280px) {
  section#service .tate {
    width: 20vw;
  }
}
section#service .service_box {
  width: 100%;
  position: relative;
  max-width: 660px;
  aspect-ratio: 1/1;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  section#service .service_box {
    margin-bottom: 17vw;
    width: 86%;
  }
}
section#service .circle {
  width: 80%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #595757;
  border-radius: 50%;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  section#service .circle {
    border: 2px solid #595757;
  }
}
section#service .service_box ul {
  position: absolute;
  width: 80%;
  height: 80%;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section#service .service_box ul li {
  position: absolute;
  width: 50%;
  opacity: 0;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 1s ease-in-out;
}
section#service .service_box ul li.s_event_management {
  transition-delay: 0;
}
section#service .service_box ul li.s_broadcast {
  transition-delay: 0.2s;
}
section#service .service_box ul li.s_promotion {
  transition-delay: 0.4s;
}
section#service .service_box ul li.s_creative {
  transition-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  section#service .service_box ul li {
    width: 52%;
  }
}
section#service .service_box ul.view li.s_event_management {
  opacity: 1;
  transform: translate(-50%, -120%);
}
section#service .service_box ul.view li.s_broadcast {
  opacity: 1;
  left: inherit;
  right: 0;
  transform: translate(30%, -50%);
}
section#service .service_box ul.view li.s_promotion {
  opacity: 1;
  transform: translate(-50%, 20%);
}
section#service .service_box ul.view li.s_creative {
  opacity: 1;
  transform: translate(-130%, -50%);
}
@media screen and (max-width: 768px) {
  section#service .service_detail {
    margin-top: 20px;
  }
}
section#service .service_detail dl dt {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section#service .service_detail dl dt {
    margin-bottom: 10px;
  }
}
section#service .service_detail dl dt img {
  height: 34px;
  width: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  section#service .service_detail dl dt img {
    height: 6vw;
    max-height: 26px;
  }
}
section#service .service_detail dl dt span {
  width: 100%;
  margin-left: 20px;
  display: block;
  transform: translateY(-7px);
  border-bottom: 1px solid #000;
}
section#service .service_detail dl dd {
  margin-bottom: 60px;
}
section#service .service_detail dl dd:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  section#service .service_detail dl dd {
    margin-bottom: 30px;
  }
}
section#service .service_detail dl dd p {
  text-wrap: balance;
}
@media screen and (max-width: 768px) {
  section#partner {
    margin-top: 18vw;
    margin-bottom: 60px;
  }
}
section#partner .nowrap {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1280px) {
  section#partner .inner {
    padding-top: 9vw;
  }
}
section#partner p {
  font-size: 24px;
  padding-bottom: 20px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  section#partner p {
    font-size: 16px;
    padding-bottom: 30px;
  }
}
section#partner .partnerbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
section#partner .partnerbox li {
  padding: 0 10px;
  margin-bottom: 10px;
}
section#partner .partnerbox li img {
  width: auto;
  height: 74px;
}
@media screen and (max-width: 768px) {
  section#partner .partnerbox li img {
    height: 11.3vw;
  }
}
@media screen and (max-width: 768px) {
  section#recruit {
    margin-top: 60px;
    margin-bottom: 68px;
  }
}
section#recruit p {
  line-height: 2;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  section#recruit p {
    font-size: 16px;
  }
}
section#recruit a p {
  line-height: 1;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section#recruit a p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  section#company {
    margin-top: 68px;
    margin-bottom: 30px;
  }
}
section#recruit h3, section#company h3 {
  font-family: "Inter", "Avenir", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #4C4C4C;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  section#recruit h3, section#company h3 {
    font-size: calc(15px + 4vw);
    margin-bottom: 25px;
  }
}
section#recruit h3.min, section#company h3.min {
  font-size: 27px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  section#recruit h3.min, section#company h3.min {
    font-size: calc(12px + 2vw);
  }
}
@media screen and (max-width: 768px) {
  section#contact {
    margin-top: 18vw;
  }
}
@media screen and (max-width: 1280px) {
  section#contact .inner {
    padding-top: 4vw;
  }
}
section#contact .form_box {
  position: relative;
  width: 96%;
  padding-bottom: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
section#contact .form_box::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  section#contact .form_box {
    width: 100%;
    padding-bottom: 140%;
  }
}
@media screen and (min-width: 769px) {
  section#privacy {
    margin-top: 170px;
  }
}

#hero_slide {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 100vh;
}
#hero_slide:after {
  content: "";
  width: 58.6%;
  height: 10.8vw;
  display: block;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  background: #FFFFFF;
  bottom: -3px;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #hero_slide:after {
    width: 103%;
    height: 18vw;
    max-height: 136px;
    bottom: 0px;
    right: 0px;
  }
}
@media screen and (max-width: 768px) {
  #hero_slide {
    min-height: inherit;
    height: auto;
  }
}
#hero_slide .slick-list li {
  overflow: hidden;
  height: 56.25vw;
  max-height: 100vh;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #hero_slide .slick-list li {
    height: 133.33vw;
  }
}
#hero_slide .slick-list li img.slide_img {
  width: 100%;
  top: 50%;
  position: absolute;
}
#hero_slide .slick-list li:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  position: absolute;
  top: 0;
}
#hero_slide .slick-list li .fav {
  position: absolute;
  width: 25.75vw;
  max-width: 552px;
  bottom: 4.7vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  #hero_slide .slick-list li .fav {
    width: 50vw;
    bottom: 14vw;
  }
}
#hero_slide .slick-list li .cname {
  position: absolute;
  height: 10px;
  bottom: 40px;
  left: 0px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  #hero_slide .slick-list li .cname {
    bottom: 50px;
    height: 7px;
  }
}
#hero_slide .slick-list li .cname img {
  width: auto;
  height: 100%;
}
#hero_slide .slick-list li .cname.honda {
  height: 11px;
}
@media screen and (max-width: 768px) {
  #hero_slide .slick-list li .cname.honda {
    height: 8px;
  }
}
#hero_slide .slick-list li .cname.saito {
  height: 14px;
}
@media screen and (max-width: 768px) {
  #hero_slide .slick-list li .cname.saito {
    height: 11px;
  }
}
#hero_slide .item {
  position: relative;
  height: 100%;
}
#hero_slide .item::before {
  display: block;
  padding-top: 39%;
  content: "";
}
#hero_slide .item .image {
  position: relative;
  overflow: hidden;
}
#hero_slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
#hero_slide .slide > .slick-list,
#hero_slide .slide > .slick-list > .slick-track,
#hero_slide .slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
#hero_slide .slick-dots {
  z-index: 2;
  right: 120px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #hero_slide .slick-dots {
    right: 50%;
    width: 100%;
    transform: translateX(50%);
  }
}
#hero_slide .slick-dots li {
  width: 7vw;
  max-width: 134px;
}
@media screen and (max-width: 768px) {
  #hero_slide .slick-dots li {
    width: 12vw;
  }
}
#hero_slide .slick-dots li button:before {
  background: #000;
  width: 7vw;
  max-width: 134px;
  height: 5px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #hero_slide .slick-dots li button:before {
    width: 12vw;
    height: 4px;
  }
}
#hero_slide .slide-animation img.slide_img {
  animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1) translateY(-50%);
  }
  100% {
    transform: scale(1.1) translateY(-50%);
  }
}
#hero_slide.en .slick-list li .fav {
  width: 40vw;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  #hero_slide.en .slick-list li .fav {
    width: 80vw;
    left: 0vw;
    bottom: 15vw;
  }
}

ul.footer_nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.footer_nav li {
  padding: 0 38px;
}
@media screen and (max-width: 768px) {
  ul.footer_nav li {
    padding: 0 30px;
  }
}
ul.footer_nav li:first-child {
  border-right: 1px solid #000;
}

.x_account {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .x_account {
    width: 18px;
  }
}

.copy {
  text-align: center;
  padding: 40px 0;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .copy {
    padding: 20px 0 35px;
  }
  .copy p {
    font-size: 10px;
  }
}

footer {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer p {
    font-size: 16px;
  }
}

.drawer_menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .drawer_menu {
    display: block;
  }
}
.drawer_menu * {
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}
.drawer_menu p {
  color: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 1.3;
}
.drawer_menu .drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.95;
  background: #595757;
}
.drawer_menu .drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 32px;
  height: 20px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  text-align: center;
  outline: none;
}
.drawer_menu .drawer_button.active {
  box-shadow: none;
}
.drawer_menu .drawer_button.active img {
  display: none;
}
.drawer_menu .drawer_button .drawer_bar {
  width: 40px;
}
.drawer_menu .drawer_button img {
  transform: translateY(42%);
}
.drawer_menu .drawer_bar {
  display: block;
  height: 4px;
  margin: 8px 0;
  border-radius: 2px;
  transition: all 0.2s;
  transform-origin: 0 0;
}
.drawer_menu .drawer_menu_text {
  display: block;
}
.drawer_menu .drawer_nav_wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  display: none;
}
.drawer_menu .drawer_nav_wrapper .header_spcontentbox {
  width: 100%;
  margin-top: 100px;
}
.drawer_menu .drawer_nav_wrapper ul.drawer_navlink li {
  margin: 35px 0;
  border-bottom: 1px solid #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .drawer_menu .drawer_nav_wrapper .sub_menu ul.drawer_navlink li {
    border-bottom: none;
  }
}
.drawer_menu .drawer_nav_wrapper.open {
  transform: translate(0);
  opacity: 1;
  transition: 1s;
}
.drawer_menu .footer_nav {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.drawer_menu .footer_nav li {
  padding: 0 4vw;
}
.drawer_menu .footer_nav li:first-child {
  border: none;
}
.drawer_menu .footer_nav p {
  color: #fff;
  font-size: 16px;
}
.drawer_menu .x_account {
  filter: invert(100%);
  width: 24px;
}
@media screen and (max-width: 768px) {
  .drawer_menu .x_account {
    width: 18px;
  }
}

.drawer_menu_close_text {
  display: none;
}

/*+++ Default Navigation CSS +++*/
.drawer_menu .drawer_nav {
  padding: 30px 24px 30px;
}

.drawer_menu .drawer_nav li {
  font-size: 1.8rem;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
  display: block !important;
}
.drawer_menu .drawer_nav li a {
  color: #fff;
  font-size: 20px;
}
.drawer_menu .drawer_nav li.choice_language a {
  padding: 0 60px 0 40px;
  position: relative;
}
.drawer_menu .drawer_nav li.choice_language a:before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.4s;
  top: 15%;
  right: 35px;
}

.drawer_menu .drawer_nav li span {
  color: #fff;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  width: 100%;
  -webkit-transform: translate3d(-1px, 0, 0) rotate(45deg);
  transform: translate3d(-1px, 0, 0) rotate(45deg);
  top: 8px;
  background-color: #fff;
}

.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
  transform: translate3d(-1px, 0, 0) rotate(-45deg);
  background-color: #fff;
}

.nav_footer {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.nav_footer ul {
  width: 100%;
  display: flex;
}

.scrollView {
  transition: all 1.2s 0s ease;
  opacity: 0;
  transform: scale(1) translate(0%, 20px);
  transition-delay: 0.25s;
}
.scrollView.left {
  transform: scale(1) translate(-20px, 0px);
}
.scrollView.right {
  transform: scale(1) translate(20px, 0px);
}
.scrollView.view {
  opacity: 1;
  transform: scale(1, 1) translate(0%, 0%);
}

.box {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .box {
    padding: 30px 0;
  }
}
.box dl dt {
  font-weight: 600;
  margin: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  .box dl dt {
    margin: 30px 0 10px;
  }
}
.box dl dt, .box dl dd {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .box dl dt, .box dl dd {
    font-size: 16px;
  }
}
.box dl dt a, .box dl dd a {
  color: blue;
}
.box dl ul {
  list-style: decimal;
  padding-left: 3em;
  margin: 20px auto;
}
.box dl ul li {
  line-height: 1.8;
  word-break: break-all;
}