@charset "UTF-8";
html {
  color: #000;
  text-justify: inter-ideograph;
  /* 両端揃えの種類 */
  font-weight: 400;
  /* /游ゴシック体 */
  /* 明朝　IE11 最適 */
  /* 游ゴシック体 */
  font-family: "Helvetica Neue", Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
}

body {
  font-size: 62.5%;
  line-height: 1.75;
}
@media (width < 768px) {
  body {
    line-height: 2;
  }
}

video {
  vertical-align: bottom;
}

body,
a {
  color: black;
}

input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  -webkit-appearance: none;
}

input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + label {
  background: #ff0000;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked + label {
  background: #ff0000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

.l-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  width: 87.5vw;
}
@media (width < 768px) {
  .l-wrapper {
    width: 100vw;
  }
}

.l-container {
  padding-right: 3.75vw;
  padding-left: 3.75vw;
}
@media (width >= 1600px) {
  .l-container {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (width < 768px) {
  .l-container {
    padding-right: 8.1081081081vw;
    padding-left: 8.1081081081vw;
  }
}

.non-toppage {
  padding-top: 10vw;
}
@media (width >= 1600px) {
  .non-toppage {
    padding-top: 160px;
  }
}
@media (width < 768px) {
  .non-toppage {
    padding-top: 100px;
  }
}

.c-box-shadow {
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35);
}
.c-box-shadow--radius {
  border-right: 5px 5px 0 0;
}

.c-btn {
  line-height: 1.5em;
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border: 5px solid #ece9df;
  background-color: #fff;
}
.c-btn--mirin {
  border-color: #ffbe58;
}
.c-btn:hover {
  opacity: 1;
}
.c-btn img:hover {
  opacity: 1;
}
.c-btn::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  content: "";
  transition: all 0.2s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #f00;
  border-right: 2px solid #f00;
}
.c-btn:hover::before {
  right: 5px;
}
.c-btn:hover, .c-btn:active, .c-btn:link, .c-btn:visited {
  text-decoration: none;
  color: #000;
}

.c-btn-list.r-1line .c-btn-list__itm {
  height: 30px;
}
.c-btn-list.r-1line .c-btn-list__itm a::hover {
  opacity: 1;
}
.c-btn-list__itm__link {
  font-size: inherit;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: color 0.65s ease;
  transition: color 0.65s ease;
  text-decoration: none;
  color: #e4002b;
  border: 1px solid #e4002b;
  border-radius: 100px;
  background-color: #fff;
}
.c-btn-list__itm__link .c-btn-list__itm__link:hover,
.c-btn-list__itm__link .c-btn-list__itm__link:active,
.c-btn-list__itm__link .c-btn-list__itm__link:focus {
  -webkit-transition: color 0.5s ease 0.08s;
  transition: color 0.5s ease 0.08s;
  color: #fff;
}
.c-btn-list__itm__link.r-emphasis {
  color: #fff;
  border-color: #e4002b;
  background-color: #e4002b;
}
.c-btn-list__itm__link.r-emphasis:before {
  border-color: #fff;
}
.c-btn-list__itm__link.r-emphasis:after {
  background-color: #fff;
}
.c-btn-list__itm__link.r-emphasis:hover, .c-btn-list__itm__link.r-emphasis:active, .c-btn-list__itm__link.r-emphasis:focus {
  color: #e4002b;
}
.c-btn-list__itm__link.r-emphasis:hover:before, .c-btn-list__itm__link.r-emphasis:active:before, .c-btn-list__itm__link.r-emphasis:focus:before {
  border-color: #e4002b;
}
.c-btn-list__itm__link:hover:after, .c-btn-list__itm__link:active:after, .c-btn-list__itm__link:focus:after {
  top: -100%;
  left: -20%;
}
.c-btn-list__itm__link::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 21px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  -webkit-transition: border-color 0.65s ease;
  transition: border-color 0.65s ease;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  border-right: 2px solid #e4002b;
  border-bottom: 2px solid #e4002b;
}
.c-btn-list__itm__link::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -200%;
  width: 150%;
  height: 450%;
  content: "";
  -webkit-transition: top 0.65s ease, left 0.65s ease;
  transition: top 0.65s ease, left 0.65s ease;
  border-radius: 50%;
  background-color: #e4002b;
}
.c-btn-list__itm__content {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  color: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-btn-3 {
  line-height: 1.5em;
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: white;
  border-radius: 3px;
}
.c-btn-3:hover {
  opacity: 1;
}
.c-btn-3::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  content: "";
  transition: all 0.2s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.c-btn-3:hover::before {
  right: 5px;
}
.c-btn-3:hover, .c-btn-3:active, .c-btn-3:link, .c-btn-3:visited {
  text-decoration: none;
  color: #fff;
}
.c-btn-3--red {
  background-color: #e6373c;
}
.c-btn-3--navy {
  background-color: #374396;
}
.c-btn-3--brown {
  background-color: #96252a;
}
.c-btn-3--green {
  background-color: #0f6e42;
}
.c-btn-3--pink {
  background-color: #c20a5a;
}
.c-btn-3--yellow {
  background-color: #d6a22d;
}

.c-sup {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.c-mt {
  margin-top: 30px;
}

.c-block {
  padding: 30px;
}

.c-note {
  font-size: 12px;
}

.c-table {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.c-table th,
.c-table td {
  font-size: 14px;
  line-height: 2;
  border-bottom: 1px solid #ecd193;
}
.c-table th {
  text-align: right;
}

.c-heading {
  font-size: 1.5625vw;
  font-weight: 700;
}
@media (width >= 1600px) {
  .c-heading {
    font-size: 25px;
  }
}
@media (width < 768px) {
  .c-heading {
    font-size: 4.3243243243vw;
  }
}

.c-table {
  font-weight: 400;
  border-top: 1px dotted #ccc;
  margin-left: auto;
  margin-right: auto;
}
.c-table th,
.c-table td {
  font-size: 14px;
  line-height: 2;
  border-bottom: 1px dotted #ccc;
}
.c-table th {
  text-align: right;
}

.c-panel {
  padding: 10px;
  box-shadow: none;
}
.c-panel.c-panel--red {
  background-color: #ef845d;
}
.c-panel.c-panel--red .panel-body {
  background-color: #fce5d9;
}
.c-panel.c-panel--light-green {
  background-color: #85c138;
}
.c-panel.c-panel--light-green .panel-body {
  background-color: #d8e698;
}
.c-panel .panel-heading {
  font-size: 24px;
  line-height: 1;
  padding-top: 12px;
  padding-top: 8px;
  padding-bottom: 4px;
  text-align: center;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.ff_s {
  font-family: serif;
}

.ff_ss {
  font-family: sans-serif;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.fs_i {
  font-style: italic;
}

.fw_b {
  font-weight: bold;
}

.fz_0 {
  font-size: 0px;
}

.fz_1 {
  font-size: 1px;
}

.fz_2 {
  font-size: 2px;
}

.fz_3 {
  font-size: 3px;
}

.fz_4 {
  font-size: 4px;
}

.fz_5 {
  font-size: 5px;
}

.fz_6 {
  font-size: 6px;
}

.fz_7 {
  font-size: 7px;
}

.fz_8 {
  font-size: 8px;
}

.fz_9 {
  font-size: 9px;
}

.fz_10 {
  font-size: 10px;
}

.fz_11 {
  font-size: 11px;
}

.fz_12 {
  font-size: 12px;
}

.fz_13 {
  font-size: 13px;
}

.fz_14 {
  font-size: 14px;
}

.fz_15 {
  font-size: 15px;
}

.fz_16 {
  font-size: 16px;
}

.fz_17 {
  font-size: 17px;
}

.fz_18 {
  font-size: 18px;
}

.fz_19 {
  font-size: 19px;
}

.fz_20 {
  font-size: 20px;
}

.fz_21 {
  font-size: 21px;
}

.fz_22 {
  font-size: 22px;
}

.fz_23 {
  font-size: 23px;
}

.fz_24 {
  font-size: 24px;
}

.fz_25 {
  font-size: 25px;
}

.fz_26 {
  font-size: 26px;
}

.fz_27 {
  font-size: 27px;
}

.fz_28 {
  font-size: 28px;
}

.fz_29 {
  font-size: 29px;
}

.fz_30 {
  font-size: 30px;
}

.fz_31 {
  font-size: 31px;
}

.fz_32 {
  font-size: 32px;
}

.fz_33 {
  font-size: 33px;
}

.fz_34 {
  font-size: 34px;
}

.fz_35 {
  font-size: 35px;
}

.fz_36 {
  font-size: 36px;
}

.fz_37 {
  font-size: 37px;
}

.fz_38 {
  font-size: 38px;
}

.fz_39 {
  font-size: 39px;
}

.fz_40 {
  font-size: 40px;
}

.fz_41 {
  font-size: 41px;
}

.fz_42 {
  font-size: 42px;
}

.fz_43 {
  font-size: 43px;
}

.fz_44 {
  font-size: 44px;
}

.fz_45 {
  font-size: 45px;
}

.fz_46 {
  font-size: 46px;
}

.fz_47 {
  font-size: 47px;
}

.fz_48 {
  font-size: 48px;
}

.fz_49 {
  font-size: 49px;
}

.fz_50 {
  font-size: 50px;
}

.fz_51 {
  font-size: 51px;
}

.fz_52 {
  font-size: 52px;
}

.fz_53 {
  font-size: 53px;
}

.fz_54 {
  font-size: 54px;
}

.fz_55 {
  font-size: 55px;
}

.fz_56 {
  font-size: 56px;
}

.fz_57 {
  font-size: 57px;
}

.fz_58 {
  font-size: 58px;
}

.fz_59 {
  font-size: 59px;
}

.fz_60 {
  font-size: 60px;
}

.fz_61 {
  font-size: 61px;
}

.fz_62 {
  font-size: 62px;
}

.fz_63 {
  font-size: 63px;
}

.fz_64 {
  font-size: 64px;
}

.fz_65 {
  font-size: 65px;
}

.fz_66 {
  font-size: 66px;
}

.fz_67 {
  font-size: 67px;
}

.fz_68 {
  font-size: 68px;
}

.fz_69 {
  font-size: 69px;
}

.fz_70 {
  font-size: 70px;
}

.fz_71 {
  font-size: 71px;
}

.fz_72 {
  font-size: 72px;
}

.mt_0 {
  margin-top: 0px;
}

.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_35 {
  margin-top: 35px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_45 {
  margin-top: 45px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_55 {
  margin-top: 55px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_65 {
  margin-top: 65px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_75 {
  margin-top: 75px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_85 {
  margin-top: 85px;
}

.mt_90 {
  margin-top: 90px;
}

.mt_95 {
  margin-top: 95px;
}

.mt_100 {
  margin-top: 100px;
}

.mt_105 {
  margin-top: 105px;
}

.mt_110 {
  margin-top: 110px;
}

.mt_115 {
  margin-top: 115px;
}

.mt_120 {
  margin-top: 120px;
}

.mt_125 {
  margin-top: 125px;
}

.mt_130 {
  margin-top: 130px;
}

.mt_135 {
  margin-top: 135px;
}

.mt_140 {
  margin-top: 140px;
}

.mt_145 {
  margin-top: 145px;
}

.mt_150 {
  margin-top: 150px;
}

.mt_155 {
  margin-top: 155px;
}

.mt_160 {
  margin-top: 160px;
}

.mt_165 {
  margin-top: 165px;
}

.mt_170 {
  margin-top: 170px;
}

.mt_175 {
  margin-top: 175px;
}

.mt_180 {
  margin-top: 180px;
}

.mt_185 {
  margin-top: 185px;
}

.mt_190 {
  margin-top: 190px;
}

.mt_195 {
  margin-top: 195px;
}

.mt_200 {
  margin-top: 200px;
}

.mt_205 {
  margin-top: 205px;
}

.mt_210 {
  margin-top: 210px;
}

.mt_215 {
  margin-top: 215px;
}

.mt_220 {
  margin-top: 220px;
}

.mt_225 {
  margin-top: 225px;
}

.mt_230 {
  margin-top: 230px;
}

.mt_235 {
  margin-top: 235px;
}

.mt_240 {
  margin-top: 240px;
}

.mt_245 {
  margin-top: 245px;
}

.mt_250 {
  margin-top: 250px;
}

.mt_255 {
  margin-top: 255px;
}

.mt_260 {
  margin-top: 260px;
}

.mt_265 {
  margin-top: 265px;
}

.mt_270 {
  margin-top: 270px;
}

.mt_275 {
  margin-top: 275px;
}

.mt_280 {
  margin-top: 280px;
}

.mt_285 {
  margin-top: 285px;
}

.mt_290 {
  margin-top: 290px;
}

.mt_295 {
  margin-top: 295px;
}

.mt_300 {
  margin-top: 300px;
}

.mt_305 {
  margin-top: 305px;
}

.mt_310 {
  margin-top: 310px;
}

.mt_315 {
  margin-top: 315px;
}

.mt_320 {
  margin-top: 320px;
}

.mt_325 {
  margin-top: 325px;
}

.mt_330 {
  margin-top: 330px;
}

.mt_335 {
  margin-top: 335px;
}

.mt_340 {
  margin-top: 340px;
}

.mt_345 {
  margin-top: 345px;
}

.mt_350 {
  margin-top: 350px;
}

.mt_355 {
  margin-top: 355px;
}

.mt_360 {
  margin-top: 360px;
}

.mt_365 {
  margin-top: 365px;
}

.mt_370 {
  margin-top: 370px;
}

.mt_375 {
  margin-top: 375px;
}

.mt_380 {
  margin-top: 380px;
}

.mt_385 {
  margin-top: 385px;
}

.mt_390 {
  margin-top: 390px;
}

.mt_395 {
  margin-top: 395px;
}

.mt_400 {
  margin-top: 400px;
}

.mt_405 {
  margin-top: 405px;
}

.mt_410 {
  margin-top: 410px;
}

.mt_415 {
  margin-top: 415px;
}

.mt_420 {
  margin-top: 420px;
}

.mt_425 {
  margin-top: 425px;
}

.mt_430 {
  margin-top: 430px;
}

.mt_435 {
  margin-top: 435px;
}

.mt_440 {
  margin-top: 440px;
}

.mt_445 {
  margin-top: 445px;
}

.mt_450 {
  margin-top: 450px;
}

.mt_455 {
  margin-top: 455px;
}

.mt_460 {
  margin-top: 460px;
}

.mt_465 {
  margin-top: 465px;
}

.mt_470 {
  margin-top: 470px;
}

.mt_475 {
  margin-top: 475px;
}

.mt_480 {
  margin-top: 480px;
}

.mt_485 {
  margin-top: 485px;
}

.mt_490 {
  margin-top: 490px;
}

.mt_495 {
  margin-top: 495px;
}

.mt_500 {
  margin-top: 500px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_20 {
  margin-right: 20px;
}

.mb_0 {
  margin-bottom: 0;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.ml_10 {
  margin-left: 10px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_60 {
  padding-top: 60px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pl_0 {
  padding-bottom: 0;
}

.pl_5 {
  padding-bottom: 5px;
}

.pr_0 {
  padding-bottom: 0;
}

.ta_r {
  text-align: right;
}

.ta_c {
  text-align: center;
}

.td_u {
  text-decoration: underline;
}

.br::before {
  content: "\a";
  white-space: pre;
}
@media (width < 640px) {
  .br--pc::before {
    content: "";
  }
}
@media (width >= 640px) {
  .br--sp::before {
    content: "";
  }
}

.u-ti--notation {
  margin-left: 1em;
  text-indent: -1em;
}

.u-mincho-heading {
  font-size: 18px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}

.u-hidden {
  display: none;
}

@media (width >= 768px) {
  .tablet\:u-inline {
    display: inline;
  }
}

/*=============================
ヘッダー
=============================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  box-sizing: border-box;
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
  width: 100%;
}
header .l-wrapper {
  position: relative;
}
header h1 img {
  height: 36.86px;
}

@media screen and (max-width: 767px) {
  header {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
}
header.fixed {
  background: rgb(255, 255, 255);
}

@media screen and (max-width: 900px) {
  header {
    top: 0;
  }
}
/* ロゴ */
header h1 {
  margin-left: 3.75vw;
}
@media (width < 768px) {
  header h1 {
    position: relative;
    z-index: 9;
    margin-left: 1rem;
    text-align: left;
  }
}
@media (width < 768px) {
  header h1 img {
    height: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  body header h1 {
    max-width: 21.5rem;
  }
}
body header h1 a {
  display: block;
  background-image: url("../images/logo-new-white.png");
  background-position: 0 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media (width < 768px) {
  body header h1 a {
    height: 3.2rem;
  }
}

@media screen and (max-width: 1000px) and (min-width: 901px) {
  body header h1 a {
    display: block;
    background-position: center;
    background-size: contain;
  }
  body header.fixed h1 a {
    background-position: center;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  body header.fixed h1 a {
    height: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  body header h1 a {
    background-image: url("../images/logo-new-white.png") !important;
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  body header.fixed h1 a {
    background-image: url("../images/logo-new-black.png") !important;
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  body header h1 a {
    background-image: url("../images/logo-new-white.png") !important;
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  body header.fixed h1 a {
    background-image: url("../images/logo-new-black.png") !important;
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  body header.fixed h1 a {
    height: 3.2rem;
  }
}
/* ナビゲーション */
header ul {
  position: absolute;
  top: 50%;
  right: 3.75vw;
  transform: translateY(-50%);
}
@media (width < 768px) {
  header ul {
    top: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  header nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
  }
  header ul {
    padding-top: 24%;
    width: 100%;
    text-align: center;
    transform: translateY(0%);
  }
}
header ul li {
  display: inline-block;
  letter-spacing: 0.1em;
}
@media (width < 768px) {
  header ul li {
    display: block;
    margin: auto;
  }
}
header ul li.active a::before,
header ul li.active span::before {
  width: 100%;
  background-color: white;
}
.menu_open header ul li.active a::before,
.menu_open header ul li.active span::before {
  background-color: black;
}
@media (width < 768px) {
  header ul li {
    font-size: 4.3243243243vw;
  }
}
header ul li a,
header ul li span {
  position: relative;
  padding-bottom: 0.06rem;
  color: #fff;
  text-decoration: none;
  font-size: 1vw;
}
@media (width >= 1600px) {
  header ul li a,
  header ul li span {
    font-size: 16px;
  }
}
@media (width < 768px) {
  header ul li a,
  header ul li span {
    font-size: 4.3243243243vw;
  }
}
header ul li a::before,
header ul li span::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background: white;
  content: "";
  transition: all 0.3s ease;
}
.menu_open header ul li a,
.menu_open header ul li span {
  color: black;
}
header.fixed ul li.active a::before,
header.fixed ul li.active span::before {
  width: 100%;
  background-color: #000;
}
header.fixed ul li a,
header.fixed ul li span {
  color: black;
}
header.fixed ul li a::before,
header.fixed ul li span::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #000;
  content: "";
  transition: all 0.3s ease;
}

@media screen and (max-width: 1152px) {
  header ul li::after {
    padding-right: 0.04rem;
    padding-left: 0.06rem;
  }
}
@media screen and (max-width: 767px) {
  header ul li::after {
    display: none;
    padding: 0;
  }
}
header ul li a:hover::before,
.fixed ul li a:hover::before {
  width: 100%;
}

body.menu_open {
  overflow: hidden;
}

body.menu_open header ul li a {
  color: #000;
}

@media screen and (max-width: 767px) {
  header ul li:last-child a {
    padding: 0 0 0.06rem 0;
    border: 0;
    border: none;
    background-image: none;
    font-size: 1.8rem;
  }
  header.fixed ul li:last-child a {
    border: none;
  }
}
header ul li:last-child::after {
  display: none;
}

.p-header__nav-items {
  display: grid;
  gap: 1.5vw;
  align-items: center;
  justify-content: center;
  grid-template-rows: repeat(3, 1fr);
  color: #000;
}
@media (min-width: 768px) {
  .p-header__nav-items {
    color: #fff;
    grid-template-rows: none;
    grid-template-columns: repeat(4, auto);
  }
}
.fixed .p-header__nav-items {
  color: #000;
}

.p-header__nav-icon-anchor {
  display: block;
  margin: auto;
  font-size: 1.8rem;
}

.p-header__nav-icon--envelope {
  width: 1.2rem;
  height: 1.2rem;
  fill: currentColor;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-header__nav-icon--envelope {
    grid-template-columns: repeat(3, auto);
  }
}

/*============================
ヘッダー
============================*/
body.menu_open header h1 a {
  background-image: url("../images/logo-new-black.png");
}

body header.fixed h1 a {
  background-image: url("../images/logo-new-black.png");
  background-position: 0 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

body.menu_open header.fixed h1 a {
  background-image: url("../images/logo-new-black.png");
}

/*============================
ヘッダー
============================*/
body.menu_open header h1 a {
  background-image: url("../images/logo-new-black.png");
}

body header.fixed h1 a {
  background-image: url("../images/logo-new-black.png");
  background-position: 0 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

body.menu_open header.fixed h1 a {
  background-image: url("../images/logo-new-black.png");
}

/*============================
MV
============================*/
#mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  animation: fadeIn 1s ease 0s 1 normal;
}

@media screen and (max-width: 800px) {
  #mv {
    height: 50vh;
  }
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #mv .container1300 {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #mv h2 {
    top: 50%;
    right: -2rem;
    width: 100%;
    text-align: center;
    font-size: 0.38rem;
  }
  #mv h2 span {
    margin-left: -1rem;
  }
}
/*============================
MV
============================*/
#mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  animation: fadeIn 1s ease 0s 1 normal;
}

#mv .container1300 {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #mv .container1300 {
    height: 100%;
  }
}
#mv h2 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  max-width: 12.5vw;
  color: #fff;
  text-align: right;
}
@media (width >= 1600px) {
  #mv h2 img {
    max-width: 200px;
  }
}
@media (width < 768px) {
  #mv h2 img {
    max-width: 18.9189189189vw;
  }
}

@media screen and (max-width: 767px) {
  #mv h2 {
    top: 50%;
    right: -0.2rem;
    width: 100%;
    text-align: center;
    font-size: 0.38rem;
  }
  #mv h2 span {
    margin-left: -0.1rem;
  }
}
#mv h2 span {
  display: block;
  letter-spacing: 0.3em;
  font-size: 0.32rem;
  font-family: "Playfair Display", serif;
}

@media screen and (max-width: 767px) {
  #mv h2 span {
    font-size: 0.18rem;
  }
}
@keyframes scale {
  0% {
    transform: scale(1) rotate(0.001deg);
  }
  100% {
    transform: scale(1.2) rotate(0.001deg);
  }
}
.mv01 {
  background-image: url("../images/s_8708145.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: scale 18s linear 0s infinite;
}

@media screen and (max-width: 767px) {
  .mv01 {
    background-image: url("../images/s_8708145-sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.mv02 {
  background-image: url("../images/s_8708147.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: scale 18s linear 4.5s infinite;
}

@media screen and (max-width: 767px) {
  .mv02 {
    background-image: url("../images/s_8708147-sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.mv03 {
  background-image: url("../images/s_8708148.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: scale 18s linear 9s infinite;
}

@media screen and (max-width: 767px) {
  .mv03 {
    background-image: url("../images/s_8708148-sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.mv04 {
  background-image: url("../images/s_8708149.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: scale 18s linear 13.5s infinite;
}

@media screen and (max-width: 767px) {
  .mv04 {
    background-image: url("../images/s_8708149-sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
/*=========================
スマホナビ
=========================*/
/* 開閉ボタン */
#SPnaviBtn {
  display: none;
}

@media screen and (max-width: 767px) {
  #SPnaviBtn {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 10;
    display: block;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    color: #1a90d0;
    text-align: center;
    font-size: 5.5em;
  }
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.4s;
}

#SPmenuBars {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

header.fixed .menu-trigger span {
  background-color: #000;
}

body.menu_open .menu-trigger span {
  background-color: #000;
}

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

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

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

.menu-trigger.active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  bottom: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 340px) {
  .menu-trigger.active span:nth-of-type(3) {
    bottom: 45%;
  }
}
.top_mv {
  position: relative;
  width: 100%;
  height: 100vh;
  /* 画面の高さちょうど */
  overflow: hidden;
  /* はみ出した動画を隠す */
}

.top_mv__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  /* これだけで大体 OK（上の min-* を抜いても大丈夫なケース多い） */
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* カバー表示（上下左右トリミングあり） */
  z-index: 0;
}

.img-responsive {
  margin-right: auto;
  margin-left: auto;
}

.p-movies {
  margin-top: -12px;
  margin-bottom: 48px;
}
.p-movies:last-child {
  margin-bottom: 0;
}

.p-movies__card {
  margin-top: 2.5vw;
  background-size: cover;
}
@media (width >= 1600px) {
  .p-movies__card {
    margin-top: 40px;
  }
}
@media (width < 768px) {
  .p-movies__card {
    margin-top: 10.8108108108vw;
  }
}

.p-movies__card--07 {
  background-image: url(../images/production-image-2.png);
}

.p-movies__card--09 {
  background-image: url(../images/thumbnail-09.png);
  background-size: contain;
}

.p-movies__card-2 {
  position: relative;
  display: block;
  margin-top: 2vw;
  padding-top: 64.3901098901%;
  width: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 1s;
}
.p-movies__card-2:hover::before, .p-movies__card-2:hover::after {
  position: absolute;
  color: white;
  white-space: pre;
}
.p-movies__card-2:hover::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.p-movies__card-2:hover::after {
  bottom: 5px;
  left: 10px;
  font-size: 10px;
  line-height: 1.5;
}

.p-movies__card-2--km-tvcm {
  background-image: url(../images/card-km-tvcm.png);
}
.p-movies__card-2--km-tvcm:hover {
  background-image: url(../images/card-km-tvcm--hover.png);
}
.p-movies__card-2--km-tvcm:hover::before {
  content: "KonicaMinolta TVCM 2021";
}
.p-movies__card-2--km-tvcm:hover::after {
  content: "Director DA VISON\a Camera  On Par Productions";
}

.p-movies__card-2--konicaminolta-1 {
  background-image: url(../images/card-konicaminolta-1.png);
}
.p-movies__card-2--konicaminolta-1:hover {
  background-image: url(../images/card-konicaminolta-1--hover.png);
}
.p-movies__card-2--konicaminolta-1:hover::before {
  content: "コニカミノルタ会社紹介動画";
}
.p-movies__card-2--konicaminolta-1:hover::after {
  content: "Brand ID";
}

.p-movies__card-2--hp-1 {
  background-image: url(../images/card-hp-1.png);
}
.p-movies__card-2--hp-1:hover {
  background-image: url(../images/card-hp-1--hover.png);
}
.p-movies__card-2--hp-1:hover::before {
  content: "HP - Stories of Reinvention";
}
.p-movies__card-2--hp-1:hover::after {
  content: "Directed by Bright Black\aProduced by DA VISION";
}

.p-movies__card-2--hp-2 {
  background-image: url(../images/card-hp-2.png);
}
.p-movies__card-2--hp-2:hover {
  background-image: url(../images/card-hp-2--hover.png);
}
.p-movies__card-2--hp-2:hover::before {
  content: "HP // Stories of Reinvention";
}
.p-movies__card-2--hp-2:hover::after {
  content: "Director :Bright Blacks   / Producing : DA VISION\a Brand ID";
}

.p-movies__card-2--apple {
  background-image: url(../images/card-apple.png);
}
.p-movies__card-2--apple:hover {
  background-image: url(../images/card-apple--hover.png);
}
.p-movies__card-2--apple:hover::before {
  content: "Apple - Shot on iPhone";
}
.p-movies__card-2--apple:hover::after {
  content: "Directed by Bright Black\aProduced by DA VISION ";
}

.p-movies__card-2--nike-1 {
  background-image: url(../images/card-nike-1.png);
}
.p-movies__card-2--nike-1:hover {
  background-image: url(../images/card-nike-1--hover.png);
}
.p-movies__card-2--nike-1:hover::before {
  content: "NIKE/ ATMOS ANIMAL PACK";
}
.p-movies__card-2--nike-1:hover::after {
  content: "Directed by Bright Black\aProduced by DA VISION";
}

.p-movies__card-2--nike-2 {
  background-image: url(../images/card-nike-2.png);
}
.p-movies__card-2--nike-2:hover {
  height: 40px;
  background-image: url(../images/card-nike-2--hover.png);
}
.p-movies__card-2--nike-2:hover::before {
  content: "NIKE // ON AIR\a Director :Bright Blacks";
}
.p-movies__card-2--nike-2:hover::after {
  content: "Director :Bright Blacks   / Producing : DA VISION\aOnline Advert";
}

.p-movies__card-2--nike-3 {
  background-image: url(../images/card-nike-3.png);
}
.p-movies__card-2--nike-3:hover {
  background-image: url(../images/card-nike-3--hover.png);
}
.p-movies__card-2--nike-3:hover::before {
  height: 40px;
  content: "NIKE // ON AIR\a Director :Bright Blacks";
}
.p-movies__card-2--nike-3:hover::after {
  content: "Director :Bright Blacks   / Producing : DA VISION\aOnline Advert";
}

.p-movies__card-2--konicaminolta-2 {
  background-image: url(../images/card-konicaminolta-2.png);
}
.p-movies__card-2--konicaminolta-2:hover {
  background-image: url(../images/card-konicaminolta-2--hover.png);
}
.p-movies__card-2--konicaminolta-2:hover::before {
  content: "Konica Minolta  message";
}
.p-movies__card-2--konicaminolta-2:hover::after {
  content: "Brand ID";
}

.p-movies__card-2--konicaminolta-3 {
  background-image: url(../images/card-konicaminolta-3.png);
}
.p-movies__card-2--konicaminolta-3:hover {
  background-image: url(../images/card-konicaminolta-3--hover.png);
}
.p-movies__card-2--konicaminolta-3:hover::before {
  height: 40px;
  content: "Konica Minolta\aInnovation Garden Takatsuki";
}
.p-movies__card-2--konicaminolta-3:hover::after {
  content: "Brand PR";
}

.p-movies__card-2--konicaminolta-4 {
  background-image: url(../images/card-konicaminolta-4.png);
}
.p-movies__card-2--konicaminolta-4:hover {
  background-image: url(../images/card-konicaminolta-4--hover.png);
}
.p-movies__card-2--konicaminolta-4:hover::before {
  height: 40px;
  content: "KONICA MINOLTA\aPLANETARIUM CM";
}
.p-movies__card-2--konicaminolta-4:hover::after {
  content: "Directed by Bright Black\aProduced by DA VISION";
}

.p-movies__card-2--topmuseum {
  background-image: url(../images/card-topmuseum.png);
}
.p-movies__card-2--topmuseum:hover {
  background-image: url(../images/card-topmuseum--hover.png);
}
.p-movies__card-2--topmuseum:hover::before {
  content: "Guia Symphony";
}
.p-movies__card-2--topmuseum:hover::after {
  content: "DP: Hajime Yoneda\aProduction : Tatsumura Jin Office";
}

.p-movies__card-2--achuar {
  background-image: url(../images/card-achuar.png);
}
.p-movies__card-2--achuar:hover {
  background-image: url(../images/card-achuar--hover.png);
}
.p-movies__card-2--achuar:hover::before {
  content: "Vision of Achuar";
}
.p-movies__card-2--achuar:hover::after {
  content: "Filmed by Hajime Yoneda\aProduction : Tatsumura Jin Office ";
}

.p-movies__card-2--uvbondy {
  background-image: url(../images/card-uvbondy.png);
}
.p-movies__card-2--uvbondy:hover {
  background-image: url(../images/card-uvbondy--hover.png);
}
.p-movies__card-2--uvbondy:hover::before {
  content: "UVBONDY";
}
.p-movies__card-2--uvbondy:hover::after {
  content: "Branded Doc";
}

.p-movies__card-2--optimum-nutrition {
  background-image: url(../images/card-optimum-nutrition.png);
}
.p-movies__card-2--optimum-nutrition:hover {
  background-image: url(../images/card-optimum-nutrition--hover.png);
}
.p-movies__card-2--optimum-nutrition:hover::before {
  content: "OPTIMUM NUTRITION";
}
.p-movies__card-2--optimum-nutrition:hover::after {
  content: "Directed by Bright Black\aProduced by DA VISION";
}

.p-movies__card-2--optimum-nutrition-2 {
  background-image: url(../images/card-optimum-nutrition-2.png);
}
.p-movies__card-2--optimum-nutrition-2:hover {
  background-image: url(../images/card-optimum-nutrition-2--hover.png);
}
.p-movies__card-2--optimum-nutrition-2:hover::before {
  content: "OPTIMUM NUTRITION";
}
.p-movies__card-2--optimum-nutrition-2:hover::after {
  content: "Director: Bright Blacks\aProducer : DA VISION\a Branded Doc";
}

.p-movies__card-2--adobe-stock {
  background-image: url(../images/card-adobe-stock.png);
}
.p-movies__card-2--adobe-stock:hover {
  background-image: url(../images/card-adobe-stock--hover.png);
}
.p-movies__card-2--adobe-stock:hover::before {
  content: "Adobe Stock Artist Spotlight";
}
.p-movies__card-2--adobe-stock:hover::after {
  content: "Produced by DA VISION";
}

.p-movies__card-2--purpose {
  background-image: url(../images/card-purpose.png);
}
.p-movies__card-2--purpose:hover {
  background-image: url(../images/card-purpose--hover.png);
}
.p-movies__card-2--purpose:hover::before {
  content: "Nifco";
}
.p-movies__card-2--purpose:hover::after {
  content: "Director Hajime Yoneda\aProducer Angie Tachibana / Sayoko Kawai";
}

.p-movies__card-2--mizuho {
  background-image: url(../images/card-mizuho.png);
}
.p-movies__card-2--mizuho:hover {
  background-image: url(../images/card-mizuho--hover.png);
}
.p-movies__card-2--mizuho:hover::before {
  content: "Mizuho";
}
.p-movies__card-2--mizuho:hover::after {
  content: "Director Hajime Yoneda\aProducer Angie Tachibana";
}

.p-movies__card-2--unep {
  background-image: url(../images/card-unep.png);
}
.p-movies__card-2--unep:hover {
  background-image: url(../images/card-unep--hover.png);
}
.p-movies__card-2--unep:hover::before {
  content: "UNEP";
}
.p-movies__card-2--unep:hover::after {
  content: "Director Hajime Yoneda\aProducer Angie Tachibana / Sayoko Kawai";
}

.p-movies__card-2--vermicular {
  background-image: url(../images/card-vermicular.png);
}
.p-movies__card-2--vermicular:hover {
  background-image: url(../images/card-vermicular--hover.png);
}
.p-movies__card-2--vermicular:hover::before {
  content: "Vermicular";
}
.p-movies__card-2--vermicular:hover::after {
  content: "Production Service DA VISION";
}

.p-movies__card-2--si-c {
  background-image: url(../images/card-si-c.png);
}
.p-movies__card-2--si-c:hover {
  background-image: url(../images/card-si-c--hover.png);
}
.p-movies__card-2--si-c:hover::before {
  content: "SI&C -Youtube CM";
}
.p-movies__card-2--si-c:hover::after {
  content: "Directed by DA VISION";
}

.p-movies__card-2--konicaminolta-5 {
  background-image: url(../images/card-konicaminolta-5.png);
}
.p-movies__card-2--konicaminolta-5:hover {
  background-image: url(../images/card-konicaminolta-5--hover.png);
}
.p-movies__card-2--konicaminolta-5:hover::before {
  content: "Konica Minolta\a Corporate Intro";
}
.p-movies__card-2--konicaminolta-5:hover::after {
  content: "Directed by DA VISION";
}

.p-movies__card-2--si-c-2 {
  background-image: url(../images/card-si-c-2.png);
}
.p-movies__card-2--si-c-2:hover {
  background-image: url(../images/card-si-c-2--hover.png);
}
.p-movies__card-2--si-c-2:hover::before {
  content: "SI&C - Corporate Intro";
}
.p-movies__card-2--si-c-2:hover::after {
  content: "Directed by DA VISION";
}

.p-movies__card-2--nifco {
  background-image: url(../images/card-nifco.png);
}
.p-movies__card-2--nifco:hover {
  background-image: url(../images/card-nifco--hover.png);
}
.p-movies__card-2--nifco:hover::before {
  content: "NIFCO";
}
.p-movies__card-2--nifco:hover::after {
  content: "Directed by DA VISION";
}

.p-movies__card-2--unep-2 {
  background-image: url(../images/card-unep-2.png);
}
.p-movies__card-2--unep-2:hover {
  background-image: url(../images/card-unep-2--hover.png);
}
.p-movies__card-2--unep-2:hover::before {
  content: "UNEP - IETC";
}
.p-movies__card-2--unep-2:hover::after {
  content: "Directed by DA VISION";
}

.p-movies__card-2--konicaminolta-6 {
  background-image: url(../images/card-konicaminolta-6.png);
}
.p-movies__card-2--konicaminolta-6:hover {
  background-image: url(../images/card-konicaminolta-6--hover.png);
}
.p-movies__card-2--konicaminolta-6:hover::before {
  content: "KONICA MINOLTA\aRecruitment Video";
}
.p-movies__card-2--konicaminolta-6:hover::after {
  content: "Directed by DA VISION";
}

.p-movies__card-2--mizuho-2 {
  background-image: url(../images/card-mizuho-2.png);
}
.p-movies__card-2--mizuho-2:hover {
  background-image: url(../images/card-mizuho-2--hover.png);
}
.p-movies__card-2--mizuho-2:hover::before {
  content: "MIZUHO DIRECT";
}
.p-movies__card-2--mizuho-2:hover::after {
  content: "Directed by DA VISION";
}

.p-movies__card-2--alive-and-fine {
  background-image: url(../images/card-alive-and-fine.png);
}
.p-movies__card-2--alive-and-fine:hover {
  background-image: url(../images/card-alive-and-fine--hover.png);
}
.p-movies__card-2--alive-and-fine:hover::before {
  content: "Isn't It Fine Just Being Alive";
}
.p-movies__card-2--alive-and-fine:hover::after {
  content: "Produced  by Tatsumi Akinobu\a Directed by Hajime Yoneda";
}

.p-movies__card-2--coral-bleaching {
  background-image: url(../images/card-coral-bleaching.png);
}
.p-movies__card-2--coral-bleaching:hover {
  background-image: url(../images/card-coral-bleaching--hover.png);
}
.p-movies__card-2--coral-bleaching:hover::before {
  content: "Coral Bleaching";
}
.p-movies__card-2--coral-bleaching:hover::after {
  content: "Filmed by Hajime Yoneda";
}

.p-movies__card-2--enoshima {
  background-image: url(../images/card-enoshima.png);
}
.p-movies__card-2--enoshima:hover {
  background-image: url(../images/card-enoshima--hover.png);
}
.p-movies__card-2--enoshima:hover::before {
  content: "BACK TO ENOSHIMA";
}
.p-movies__card-2--enoshima:hover::after {
  content: "Filmed by Hajime Yoneda";
}

.p-movies__card-2--sashiko {
  background-image: url(../images/card-sashiko.png);
}
.p-movies__card-2--sashiko:hover {
  background-image: url(../images/card-sashiko--hover.png);
}
.p-movies__card-2--sashiko:hover::before {
  content: "SASHIKO PROJECT";
}
.p-movies__card-2--sashiko:hover::after {
  content: "Filmed by Hajime Yoneda";
}

.p-copyright {
  position: absolute;
  top: 50%;
  left: 2.5vw;
  margin-top: 141.15px;
}
.p-copyright__inner {
  position: fixed;
  z-index: 4;
  color: #000;
  font-size: 0.75vw;
  line-height: 1;
  transform: rotate(-90deg);
  transform-origin: top left;
}
@media (width >= 1600px) {
  .p-copyright__inner {
    font-size: 12px;
  }
}
@media (width < 768px) {
  .p-copyright__inner {
    white-space: nowrap;
    font-size: 2.7027027027vw;
    font-size: 10px;
  }
}

.c-btn--micro {
  display: block;
  margin-top: 3rem;
  margin-left: auto;
  width: 5.625vw;
  height: 1.875vw;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 0.875vw;
  line-height: 1.875vw;
}
@media (width >= 1600px) {
  .c-btn--micro {
    width: 90px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
}
@media (width < 768px) {
  .c-btn--micro {
    margin-right: auto;
    width: 24.3243243243vw;
    height: 8.1081081081vw;
    font-size: 3.7837837838vw;
    line-height: 8.1081081081vw;
  }
}

.c-btn--micro:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.p-create-your-idea {
  position: relative;
  margin-top: 18.75vw;
}
@media (width >= 1600px) {
  .p-create-your-idea {
    margin-top: 300px;
    height: 1394.13px;
  }
}
@media (width < 768px) {
  .p-create-your-idea {
    height: auto;
  }
}
.p-create-your-idea::before, .p-create-your-idea::after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
}
.p-create-your-idea::before {
  top: 9.5625vw;
  width: 80%;
  height: 69.9375vw;
  background-color: #e5e9ef;
}
@media (width >= 1600px) {
  .p-create-your-idea::before {
    top: 153px;
    height: 1119px;
  }
}
.p-create-your-idea::after {
  top: 0;
  z-index: 2;
  padding: 6.25vw;
  width: 56.625%;
  height: 60.125vw;
  background-image: linear-gradient(90deg, #bfd0dd 1px, transparent 0), linear-gradient(#bfd0dd 1px, transparent 0);
  background-size: 3.75vw 3.75vw;
}
@media (width >= 1600px) {
  .p-create-your-idea::after {
    padding: 100px;
    height: 962px;
    background-size: 60px 60px;
  }
}
.p-create-your-idea h3 {
  position: absolute;
  top: 20vw;
  left: 8.75%;
  z-index: 4;
  font-weight: 700;
  font-size: 5.3125vw;
}
@media (width >= 1600px) {
  .p-create-your-idea h3 {
    top: 320px;
    left: 50%;
    margin-left: -660px;
    font-size: 85px;
  }
}
.p-create-your-idea__movies {
  position: relative;
  margin-top: 3.75vw;
  height: 35.570625vw;
}
@media (width >= 1600px) {
  .p-create-your-idea__movies {
    margin-top: 60px;
    height: 569.13px;
  }
}
@media (width < 768px) {
  .p-create-your-idea__movies {
    height: auto;
  }
}
.p-create-your-idea__movies__card {
  position: absolute;
}
@media (width < 768px) {
  .p-create-your-idea__movies__card {
    position: static;
    margin-top: 30px;
  }
}
.p-create-your-idea__movies__card--1 {
  left: -16.3125vw;
  width: 39.625vw;
  background-size: cover;
}
@media (width >= 1600px) {
  .p-create-your-idea__movies__card--1 {
    left: -261px;
    width: 634px;
  }
}
@media (width < 768px) {
  .p-create-your-idea__movies__card--1 {
    width: 100%;
  }
}
.p-create-your-idea__movies__card--2 {
  top: 7.3125vw;
  right: -6.875vw;
  width: 39.8125vw;
  background-image: url(../images/production-image.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (width >= 1600px) {
  .p-create-your-idea__movies__card--2 {
    top: 117px;
    right: -110px;
    width: 637px;
  }
}
@media (width < 768px) {
  .p-create-your-idea__movies__card--2 {
    width: 100%;
  }
}
.p-create-your-idea__movies__card--3 {
  top: 22.914375vw;
  left: 0.8125vw;
  width: 22.5vw;
}
@media (width >= 1600px) {
  .p-create-your-idea__movies__card--3 {
    top: 366.63px;
    left: 13px;
    width: 360px;
  }
}
@media (width < 768px) {
  .p-create-your-idea__movies__card--3 {
    width: 100%;
  }
}
.p-create-your-idea__container {
  position: absolute;
  top: 31.25vw;
  left: 26.25%;
  z-index: 4;
  width: 67.5vw;
}
@media (width >= 1600px) {
  .p-create-your-idea__container {
    top: 500px;
    left: 50%;
    margin-left: -380px;
    width: 1080px;
  }
}
@media (width < 768px) {
  .p-create-your-idea__container {
    left: 0;
    box-sizing: border-box;
    padding-right: 8.1081081081vw;
    padding-left: 8.1081081081vw;
    width: 100%;
  }
}
.p-create-your-idea__container__paragraphs {
  padding-right: 10.625vw;
}
@media (width >= 1600px) {
  .p-create-your-idea__container__paragraphs {
    padding-right: 170px;
  }
}
@media (width < 768px) {
  .p-create-your-idea__container__paragraphs {
    padding-right: 0;
  }
}
.p-create-your-idea__container__paragraph-2 {
  margin-top: 1.5em;
}
.p-create-your-idea__container video {
  margin-top: 3.75vw;
}
@media (width >= 1600px) {
  .p-create-your-idea__container video {
    margin-top: 60px;
  }
}
@media (width < 768px) {
  .p-create-your-idea__container video {
    margin-top: 8.1081081081vw;
  }
}
.p-create-your-idea p {
  font-size: 1.25vw;
}
@media (width >= 1600px) {
  .p-create-your-idea p {
    font-size: 20px;
  }
}
@media (width < 768px) {
  .p-create-your-idea p {
    font-size: 3.7837837838vw;
  }
}

.p-create-your-idea--service__container {
  width: 67.5vw;
}
@media (width >= 1600px) {
  .p-create-your-idea--service__container {
    width: 1080px;
  }
}
.p-create-your-idea--service__container__paragraphs {
  padding-right: 10.625vw;
}
@media (width >= 1600px) {
  .p-create-your-idea--service__container__paragraphs {
    padding-right: 170px;
  }
}
@media (width < 768px) {
  .p-create-your-idea--service__container__paragraphs {
    margin-top: 1.5em;
    padding-right: 0;
  }
}
.p-create-your-idea--service__container__paragraph-2 {
  margin-top: 1.5em;
}
.p-create-your-idea--service p {
  font-size: 1.25vw;
}
@media (width >= 1600px) {
  .p-create-your-idea--service p {
    font-size: 20px;
  }
}
@media (width < 768px) {
  .p-create-your-idea--service p {
    font-size: 14px;
  }
}

.p-create-your-idea--service__title {
  font-weight: 700;
  font-size: 3.125vw;
}
@media (width >= 1600px) {
  .p-create-your-idea--service__title {
    font-size: 50px;
  }
}
@media (width < 768px) {
  .p-create-your-idea--service__title {
    font-size: 8.1081081081vw;
    line-height: 1.5;
  }
}
.p-create-your-idea--service__title.p-create-your-idea--service__title--ja {
  margin-top: -3rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  padding-right: 2rem;
}
@media (width >= 375px) {
  .p-create-your-idea--service__title.p-create-your-idea--service__title--ja {
    margin-top: -4.5rem;
    font-size: 1.25rem;
  }
}
@media (width >= 425px) {
  .p-create-your-idea--service__title.p-create-your-idea--service__title--ja {
    margin-top: -6rem;
    font-size: 1.5rem;
  }
}
@media (width >= 768px) {
  .p-create-your-idea--service__title.p-create-your-idea--service__title--ja {
    padding-right: unset;
    margin-top: -1.5rem;
    font-size: 1.5625rem;
  }
}
@media (width >= 1024px) {
  .p-create-your-idea--service__title.p-create-your-idea--service__title--ja {
    font-size: 2rem;
  }
}
@media (width >= 1440px) {
  .p-create-your-idea--service__title.p-create-your-idea--service__title--ja {
    font-size: 3rem;
  }
}

.p-brands {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 11.25vw;
  margin-right: auto;
  margin-left: auto;
  padding: 0 3.75vw;
}
@media (width >= 1600px) {
  .p-brands {
    margin-top: 180px;
    padding: 0 60px;
  }
}
@media (width < 768px) {
  .p-brands {
    justify-content: center;
    padding: 0;
  }
}
.p-brands__img-wrap {
  margin-top: 30px;
  padding-right: 0.9375vw;
  padding-left: 0.9375vw;
}
@media (width >= 1600px) {
  .p-brands__img-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (width < 768px) {
  .p-brands__img-wrap {
    justify-content: center;
    margin-top: 8.1081081081vw;
    padding-right: 5.4054054054vw;
    padding-left: 5.4054054054vw;
  }
}

.p-brands__brand-logo {
  object-fit: cover;
}

.p-brands__brand-logo--nike {
  width: 78px;
  height: 38px;
}
@media (width < 768px) {
  .p-brands__brand-logo--nike {
    width: 52px;
    height: 26px;
  }
}

.p-brands__brand-logo--konica_minolta {
  width: 76px;
  height: 47px;
}
@media (width < 768px) {
  .p-brands__brand-logo--konica_minolta {
    width: 61px;
    height: 38px;
  }
}

.p-brands__brand-logo--apple {
  width: 36px;
  height: 46px;
}
@media (width < 768px) {
  .p-brands__brand-logo--apple {
    width: 27px;
    height: 33px;
  }
}

.p-brands__brand-logo--broadcasters {
  width: 74px;
  height: 43px;
}
@media (width < 768px) {
  .p-brands__brand-logo--broadcasters {
    width: 55px;
    height: 32px;
  }
}

.p-brands__brand-logo--bbc {
  width: 78px;
  height: 30px;
}
@media (width < 768px) {
  .p-brands__brand-logo--bbc {
    width: 58px;
    height: 22px;
  }
}

.p-brands__brand-logo--macha {
  width: 100px;
  height: 49px;
}

.p-fiximage {
  margin-top: 11.25vw;
  height: 34.375vw;
  background-image: url(../../images/s_5758981.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (width >= 1600px) {
  .p-fiximage {
    margin: 180px calc(50% - 50vw) 0;
    height: 550px;
  }
}
@media (width < 1024px) {
  .p-fiximage {
    margin-top: 21.6216216216vw;
    background-attachment: scroll;
  }
}
@media (width < 768px) {
  .p-fiximage {
    height: 54.0540540541vw;
  }
}

.bg-video {
  position: relative;
  margin-top: 11.25vw;
  height: 34.375vw;
  overflow: hidden;
  /* 動画のはみ出しを隠す */
}

/* 背景として振る舞う動画 */
.bg-video__media {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* background-size: cover と同じ */
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* 背景として扱うためクリック無効 */
}

.p-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7rem;
  padding-bottom: 3.75vw;
  padding-left: 3.75vw;
  font-size: 0.9375vw;
  line-height: 2;
}
@media (width >= 1600px) {
  .p-footer {
    margin-top: 10rem;
    padding-bottom: 60px;
    padding-left: 60px;
    font-size: 15px;
    line-height: 34px;
  }
}
@media (width < 1024px) {
  .p-footer {
    margin-top: 3.5rem;
    padding-left: 0;
  }
}
@media (width < 768px) {
  .p-footer {
    display: table;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 13.5135135135vw;
    font-size: 2.972972973vw;
    font-size: 11px;
  }
}
.p-footer__table-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width < 1024px) {
  .p-footer__table-wrap {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-footer table {
  margin-right: 1.875vw;
}
@media (width >= 1600px) {
  .p-footer table {
    margin-right: 30px;
  }
}
.p-footer th {
  padding-right: 1.25vw;
  white-space: nowrap;
}
@media (width >= 1600px) {
  .p-footer th {
    padding-right: 20px;
  }
}
.p-footer__sns {
  display: flex;
  margin-left: auto;
}
@media (width < 768px) {
  .p-footer__sns {
    justify-content: center;
  }
}
.p-footer__sns img {
  max-width: 43.5px;
}
.p-footer__sns a {
  margin-left: 10px;
}
@media (width < 768px) {
  .p-footer__sns a {
    margin-top: 32px;
    margin-right: 10px;
  }
}

.p-works .p-create-your-idea--service h3 {
  margin-top: 6.25vw;
}
@media (width >= 1600px) {
  .p-works .p-create-your-idea--service h3 {
    margin-top: 100px;
  }
}
@media (width < 768px) {
  .p-works .p-create-your-idea--service h3 {
    margin-top: 13.5135135135vw;
  }
}

.p-service {
  margin-top: 1px;
  padding-top: 12.5vw;
  font-size: 1.125vw;
}
@media (width >= 1600px) {
  .p-service {
    padding-top: 200px;
    font-size: 18px;
  }
}
@media (width < 768px) {
  .p-service {
    padding-top: 27.027027027vw;
  }
}
.p-service p {
  margin-top: 1vw;
}
@media (width >= 1600px) {
  .p-service p {
    margin-top: 16px;
  }
}
@media (width < 768px) {
  .p-service p {
    font-size: 3.7837837838vw;
  }
}
.p-service img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width < 768px) {
  .p-service img {
    margin-top: 8.1081081081vw;
  }
}

.p-service__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5vw;
}
@media (width >= 1600px) {
  .p-service__grid {
    gap: 40px;
  }
}
@media (width < 768px) {
  .p-service__grid {
    grid-template-columns: 1fr;
    gap: 8.1081081081vw;
  }
}

.p-service__card {
  padding: 2rem;
  background-color: #e5e9f0;
}

.p-service__card-header {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.375;
}
@media (width >= 1600px) {
  .p-service__card-header {
    font-size: 20px;
  }
}
@media (width < 768px) {
  .p-service__card-header {
    font-size: 4.3243243243vw;
  }
}

.p-service__card-list {
  margin-top: 16px;
}

.youtube-wrapper {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul,
ol {
  list-style-type: none;
}

th {
  font-weight: normal;
}

div.header {
  background: none;
}

.hgroup {
  border: none;
}

/* bootstrap
---------------------------------------------------------------------------------------------------- */
/* bootstrap-custom
---------------------------------------------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
}

ul,
ol,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin: 0;
}

figure {
  margin: initial;
}

caption {
  caption-side: initial;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

.row::before, .row::after {
  display: none;
}

.row--gutter-0 {
  margin-right: 0;
  margin-left: 0;
}
.row--gutter-0 > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.row--gutter-10 {
  margin-right: -5px;
  margin-left: -5px;
}
.row--gutter-10 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.row--gutter-20 {
  margin-right: -10px;
  margin-left: -10px;
}
.row--gutter-20 > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.row--gutter-40 {
  margin-right: -20px;
  margin-left: -20px;
}
.row--gutter-40 > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.row--gutter-60vw {
  margin-right: -1.875vw;
  margin-left: -1.875vw;
}
.row--gutter-60vw > [class*=col-] {
  padding-right: 1.875vw;
  padding-left: 1.875vw;
}

.container--gutter-0 {
  padding-right: 0;
  padding-left: 0;
}

.container--gutter-20 {
  padding-right: 10px;
  padding-left: 10px;
}

.container-fluid--gutter-0 {
  padding-right: 0;
  padding-left: 0;
}

.container-fluid--gutter-20 {
  padding-right: 10px;
  padding-left: 10px;
}

.title {
  background: none;
}