@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,300;0,700;1,300;1,700&display=swap');

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
  width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

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

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

select {
  -webkit-appearance: none;
  appearance: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

/* reset */

@font-face {
  font-family: 'Oswald', sans-serif;
}

html {
  margin: 0px !important;
  font-size: 62.5%;
  height: 100%;
}

body {
  background: #17181C;
  color: #fff;
  font-family: "Oswald", "Libre Baskerville", "小塚ゴシック Pro", "Kozuka Gothic Pro", "HelveticaNeue", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.15em;
}

a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}

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

ul,
ol {
  padding: 0;
  list-style: none;
}

img,
video {
  width: 100%;
}

h1,
h2,
h3,
h4 {
  padding: 0;
  font-size: 1.6rem;
  font-weight: normal;
}

.txt-br {
  display: inline-block;
}

.dsp-flt {
  display: block;
}



/* ==================================== */
/* AOS Custom */
/* ==================================== */

body[data-aos-delay='3500'] [data-aos],
[data-aos][data-aos][data-aos-delay='3500'] {
  transition-delay: 3500ms;
}

body[data-aos-delay='4000'] [data-aos],
[data-aos][data-aos][data-aos-delay='4000'] {
  transition-delay: 4000ms;
}

body[data-aos-delay='4500'] [data-aos],
[data-aos][data-aos][data-aos-delay='4500'] {
  transition-delay: 4500ms;
}

body[data-aos-delay='5000'] [data-aos],
[data-aos][data-aos][data-aos-delay='5000'] {
  transition-delay: 5000ms;
}


/* ==================================== */
/* button */
/* ==================================== */
.btn,
a.btn,
button.btn {
  /* button reset */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;

  display: block;
  margin: 0 auto;
  padding: 0.4em 1em;
  width: 90%;
  background: #ffffff;
  color: #000000;
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 0.1em;
  word-break: break-all;

  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;

  opacity: 1.0;
}

.btn:hover,
a.btn:hover,
button.btn:hover {
  opacity: 0.8;
}

.btn__contact,
a.btn__contact,
button.btn__contact {
  background: #111111;
  color: #fff;
}

.btn__submit-form,
a.btn__submit-form,
button.btn__submit-form,
input.btn__submit-form {
  background: #000;
  color: #fff;
  padding: 0.2em 1em !important;
  border-radius: 0px;
  width: 100%;
}

/* ==================================== */
/* base */
/* ==================================== */
.wrapper {
  position: relative;
  width: 100%;
}

.wrapper__content__container {
  position: absolute;
  z-index: 10;
  width: 100%;
}

.content__container-box {
  margin: 0;
  padding: 20px 0;
  /*border: 1px solid #ff0000;*/
}

.wrapper__content__container-main {
  margin: 0;
  padding: 100px 0 80px;
  text-align: center;
}


/* ==================================== */
/* HEADER */
/* ==================================== */
.header__logo {
  position: fixed;
  top: 20px;
  left: 20px;
  bottom: auto;
  z-index: 99999;
  padding-top: 10px;
}

.header__logo img {
  width: 80px;
  opacity: 0;
  animation: slideIn 1.0s ease 0.0s 1 forwards;
}

@keyframes slideIn {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
  }

  40%,
  100% {
    opacity: 1;
  }
}

/* nav */
.header__nav {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 1.0);
}

.header__nav-list {
  position: absolute;
  top: 43%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  padding: 0px;
  width: 100%;
}

.header__nav-item {
  margin: 0 auto;
  padding: calc(20px + 10 * (100vh - 768px)/768) 10px;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.10em;
  text-align: center;
}

.header__nav-item:last-child {
  border: none;
}

.header__nav-item a {
  display: block;
  color: #fff;
}

/* nav toggle */
#nav_toggle {
  display: block;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 28px;
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 10000;
}

.header__nav-toggle {
  position: relative;
}

.header__nav-toggle span {
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 20;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header__nav-toggle span:nth-child(1) {
  top: 0px;
}

.header__nav-toggle span:nth-child(2) {
  top: 10px;
}

.header__nav-toggle span:nth-child(3) {
  top: 20px;
}

/*開閉ボタンopen時*/
.add-hide {
  overflow: hidden;
}

.open #nav_toggle {
  position: fixed;
}

.open .header__nav-toggle span {
  background: rgba(0, 0, 0, 1.0);
}

.open .header__nav-toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open .header__nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open .header__nav-toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.open .header__nav-item a {
  display: block;
  color: #000;
}

/* scroll-down */
.scroll-down {
  position: fixed;
  right: 28px;
  bottom: 0;
  z-index: 999;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}

.scroll-down span {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 160px;
  overflow: hidden;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}

.scroll-down span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* ==================================== */
/* CONTENT */
/* ==================================== */
.content__container {
  margin: 0;
  padding: 00px 0 80px;
  text-align: center;
}

/* ityped */
.ityped-cursor {
  font-size: 1em;
  opacity: 1;
  -webkit-animation: blink 0.3s infinite;
  -moz-animation: blink 0.3s infinite;
  animation: blink 0.3s infinite;
  animation-direction: alternate;
}

@keyframes blink {
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes blink {
  100% {
    opacity: 0;
  }
}

@-moz-keyframes blink {
  100% {
    opacity: 0;
  }
}

.fv {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100vh;
  background-image: url(../images/bg_top_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  border: 0.1px solid rgba(255, 255, 255, 0.0);
}

.catch {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto 0;
  padding: 0 20px;
  max-width: 100vw;
  text-align: center;
}

.catch__type {
  margin: 0 auto;
  padding-left: 10px;
  text-align: left;
}

.catch__type span {
  font-size: calc(2.8rem + 14 * (100vw - 768px)/768);
  font-weight: 500;
  white-space: nowrap;
}

.catch__desc {
  margin: 0 auto;
  text-align: center;
}

.catch__desc p {
  text-align: center;
  padding: 20px 0;
}

.catch__desc .catch__desc-txt-size--m {
  font-size: calc(5.0rem + 25 * (100vw - 768px)/768);
  font-weight: bold;
  line-height: 1.0;
  white-space: nowrap;
}

.catch__desc .catch__desc-txt-size--l {
  font-size: calc(8.3rem + 66 * (100vw - 768px)/768);
  font-weight: bold;
  line-height: 1.0;
}

.catch__desc-txt-size--l_m {}

.catch__desc-txt-size--l_l {
  display: block;
}

.catch__desc-txt-size--m_m {
  display: block;
}

.content__title {
  margin: 0;
  padding: 10px 20px;
  text-align: left;
  font-size: calc(6.0rem + 30 * (100vw - 768px)/768);
  font-weight: normal;
  line-height: 1.1;
}

.content__title-bold {}

.content__sub-title {
  margin: 0;
  padding: 10px 0;
  text-align: left;
  font-size: calc(3.5rem + 17 * (100vw - 768px)/768);
  font-weight: 600;
  line-height: 1.4;
}

.content__txt {
  margin: 20px auto 0;
  padding: 0 20px;
  text-align: center;
}

.content__txt p {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.7;
}

.content__desc {
  margin: 0 20px 0px;
  padding: 0;
}

.content__desc p {
  text-align: left;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.7;
}

.content__desc-ourvision.content__desc {
  padding: 40px 0 0;
}

.content__desc-ourvision.content__desc p {
  text-align: left;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.7;
}

.content__link {
  margin: 0 20px 0 20px;
  padding: 10px 0px 4px;
  width: auto;
  text-align: right;
  border-bottom: 1px solid #fff;
}

.content__link a {
  display: inline-block;
  margin: 0 0 0 auto;
  padding: 10px 0px 4px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.7;
}

.content__link a span {
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 1.3rem;
}

.content__container-ourvision {
  /*background: rgba(255,255,255,0.08);*/
}

.content__container-ourvision .content__title {
  font-size: calc(6.0rem + 30 * (100vw - 768px)/768);
}

.content__ourvision-images {
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.content__ourvision-images img {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* topics */
.content__topics {
  margin: 0px;
  padding: 0px 0 0 0;
}

.content__topics-list {}

.content__topics-item {
  margin: 0;
  padding: 20px 0;
}

.content__topics-item-nodata {
  margin: 0;
  padding: 50px 0;
}

.content__topics-item-nodata-heading {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-size: calc(4.0rem + 20 * (100vw - 768px)/768);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
}

.content__topics-date {
  margin: 0 40px;
  padding: 0 0 10px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 300;
}

.content__topics-category {
  margin: 0 4px;
  padding: 0px 8px 2px;
  background: rgba(255, 255, 255, 0.7);
  color: #ffffff;
  font-size: 1.5rem;
}

.content__topics-box {}

.content__topics-title {
  margin: 0 40px;
  padding: 0 0 10px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}

.content__topics-title a {}

.content__topics-desc {
  margin: 0 40px;
  padding: 10px 0 0;
  text-align: left;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.7;
}

.content__topics-link {
  margin: 0 40px 0 auto;
  padding: 10px 0 4px;
  width: 80%;
  text-align: right;
}

.content__topics-link a {
  display: inline-block;
  margin: 0 0 0 auto;
  padding: 0 0 10px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.7;
}

.content__topics-link a span {
  margin: 0;
  padding: 0 0 0 20px;
}

.content__topics-detail {
  margin: 0 40px;
  padding: 60px 0;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  text-align: left;
  font-weight: 300;
}

.content__topics-detail img {
  margin: 0 auto;
  width: 100%;
}

.content__topics-detail h2,
.content__topics-detail h3,
.content__topics-detail h4,
.content__topics-detail h5 {
  margin: 0;
  padding: 1.0em 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
}

.content__topics-detail p {
  margin: 0;
  padding: 0.75em 0;
  font-size: 1.6rem;
  line-height: 1.7;
}

/* service */
.content__container-service {
  padding: 50px 0 80px;
  text-align: center;
}

.content__service-images {
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.content__service-images img {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* advertising */

/* company */
.content__company {
  margin: 0;
  padding: 0px 20px;
}

.content__company-table {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}

.content__company-table th,
.content__company-table td {
  display: block;
  margin: 0;
  padding: 0px 0px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.7;
}

.content__company-table th {
  margin: 0;
  padding: 20px 0px 4px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
}

.content__company-table td {
  margin: 0;
  padding: 0px 0px 20px;
}

.content__company-map {
  margin-top: 20px;
  padding: 0;
}

/* contact */
.content__contact {
  margin: 0px 0px;
  padding: 20px 40px;
}

.content__contact form {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
}

.content__contact-form-label {
  display: block;
  margin: 0px auto;
  padding: 1em 0 0em;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-align: left;
  color: #fff;
}

.content__contact-form-input-group {
  margin: 0px;
  padding: 20px 0px 0px;
}

.content__contact-form-send-group {
  margin: 0px;
  padding: 20px 0px 20px;
}

.content__contact-form-input,
.content__contact-form-textarea {
  margin: 0px auto;
  padding: 10px;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  color: #454545;
  border: 0.5px solid #ccc;
}

.content__contact-form-input {
  height: 40px;
}

.content__contact-form-textarea {
  height: 160px;
}

.content__contact-form-label-en {
  font-size: 1.4rem;
}

.content__contact-form-required {
  font-size: 1.0rem;
  color: #e15858;
}

.content__contact-form-thanks {
  margin: 0px auto;
  padding: 50px 0;
  text-align: center;
}

.content__contact-form-thanks p {
  margin: 0px auto;
  padding: 0;
  text-align: center;
}

.content__contact-form-thanks p.content__contact-form-thanks-message {
  font-size: 2.0rem;
  letter-spacing: 0.15em;
  color: #454545;
}

.content__contact-form-thanks p.content__contact-form-thanks-message-en {
  font-style: italic;
}








/* consent form infulencer */
.content__consent {
  margin: 0px;
  padding: 0px 40px;
}

.content__consent .auth_form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
}

.content__consent .auth_form .post_password {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;

}

.content__consent .auth_form .post_password-txt {
  margin: 0;
  padding: 0 0 10px;
  font-size: calc(1.4rem + 5 * (100vw - 768px)/768);
  text-align: left;
}

.content__consent .auth_form .post_password-input {
  margin: 10px 0;
  padding: 0 1em;
  border: 1px solid #b5b5b5;
  background-color: #fff;
  font-size: 1.6rem;
  width: 100%;
  height: 40px;
}

.content__consent .auth_form .post_password-submit {
  margin: 0;
  padding: 0.4rem 1rem;
  border: 0px solid #b5b5b5;
  background-color: #000;
  color: #fff;
  font-size: 2.6rem;
  width: 100%;
  height: 60px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.content__consent .auth_form .post_password-submit:hover {
  opacity: 0.8;
}

.content__consent form {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 500px;
}

.content__consent .form__wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 50px;
  margin: 0;
  padding: 15px 0px 6px;
  flex-basis: 100%;
}

.content__consent-form-label {
  display: block;
  margin: 0px auto;
  padding: 0;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-align: left;
  color: #fff;
}

.content__consent-form-input-group {
  margin: 0px;
  padding: 0px 6px 0px;
}

.content__consent-form-input,
.content__consent-form-textarea {
  margin: 0px auto;
  padding: 10px;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  color: #454545;
  border: 0.5px solid #ccc;
}

.content__consent-form-input {
  height: 40px;
}

.content__consent-form-textarea {
  height: 160px;
}

.content__consent-form-label-en {
  font-size: 1.4rem;
}

.content__consent-form-required {
  font-size: 1.0rem;
  color: #e15858;
}

.content__consent-form-thanks {
  margin: 0px auto;
  padding: 50px 0;
  text-align: center;
}

.content__consent-form-thanks p {
  margin: 0px auto;
  padding: 0;
  text-align: center;
}

.content__consent-form-thanks p.content__consent-form-thanks-message {
  font-size: 2.0rem;
  letter-spacing: 0.15em;
  color: #454545;
}

.content__consent-form-thanks p.content__consent-form-thanks-message-en {
  font-style: italic;
}

.content__consent .head {
  margin: 0;
  padding: 15px 25px 6px 0px;
  text-align: left;
}

.content__consent .head__inner {
  font-size: 1.2rem;
  line-height: 1.4;
}

.content__consent .head.mandatory .head__inner:after {
  content: "※";
  padding-left: 2px;
  font-size: 1.0rem;
  color: #e15858;
}

.content__consent .input {
  border-bottom: 1px solid #333;
  margin: 0;
  padding: 10px 0px 20px;
  width: 100%;
}

.content__consent .input .wpcf7-list-item label .wpcf7-list-item-label {
  text-align: left;
  font-size: calc(1.2rem + 3 * (100vw - 768px)/768);
}


.content__consent .input .wpcf7-checkbox .wpcf7-list-item {
  display: block;
}

.content__consent .input .wpcf7-checkbox .wpcf7-list-item:not(:last-child) {
  margin-bottom: 10px;
}

.content__consent .input .wpcf7-checkbox input[type="checkbox"] {
  outline: none;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  top: 1px;
  margin-right: 8px;
  outline: none;
  display: block;
  background: #fff;
}



.content__consent .input .wpcf7-checkbox .wpcf7-list-item-label {
  display: block;
  line-height: 1;
}

.content__consent .input .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.content__consent .input .wpcf7-checkbox label input {
  font-size: 1.4rem;
}

.content__consent .input .other__wrap {
  margin: 0 8px;
}

.content__consent .input .other__wrap .other__tx {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #b5b5b5;
  margin-bottom: 10px;
}

.content__consent .input .other__wrap.inactive {
  pointer-events: none;
}

.content__consent .input .other__wrap.inactive input {
  background: #dedede;
}

.content__consent .input.privacy label {
  margin: 30px 25px;
  margin-left: 0px;
}

.content__consent .input.privacy label .wpcf7-form-control-wrap {
  background: #f4f4f4;
  font-weight: bold;
}

.content__consent .term__wrap {
  margin: 0px;
  padding: 20px 0px 20px;

}

.content__consent .terms {
  padding: 10px 0px 5px;
  height: 215px;
  overflow: hidden;
}

.content__consent .terms__inner {
  background: #191919;
  border: 1px solid #333;
  padding: 16px 10px;
  overflow-y: scroll;
  height: 100%;
  font-size: 1.0rem;
  line-height: 1.8;
  text-align: left;
}

.content__consent [type="text"],
.content__consent [type="email"],
.content__consent [type="tel"],
.content__consent [type="url"],
.content__consent [name="textarea-856"] {
  padding: 10px;
  border: 1px solid #b5b5b5;
  font-size: 1.4rem;
  width: 100%;
  height: 40px;
}

.content__consent [name="invoice-schedule-y"] {
  padding: auto 1px;
  border: 1px solid #b5b5b5;
  font-size: 1.4rem;
  width: 4em;
  height: 40px;
  text-align-last: center;
}

.content__consent [name="invoice-schedule-m"],
.content__consent [name="invoice-schedule-d"] {
  padding: auto 1px;
  border: 1px solid #b5b5b5;
  font-size: 1.4rem;
  width: 3em;
  height: 40px;
  text-align-last: center
}

.content__consent [name="textarea-856"] {
  height: 200px;
}

.content__consent [type="text"]::placeholder,
.content__consent [type="email"]::placeholder,
.content__consent [type="tel"]::placeholder,
.content__consent [type="url"]::placeholder,
.content__consent [name="textarea-856"]::placeholder {
  color: #999;
  font-size: 1.4rem;
}

.content__consent .submitbtn.submit__inactive {
  pointer-events: none;
}

.content__consent .submitbtn.submit__inactive input {
  background: #555;
  color: #888;
}

.content__consent .wpcf7-not-valid-tip {
  margin-top: 6px;
}

.content__consent .timing .wpcf7-not-valid-tip {
  margin-left: 10px;
}

.content__consent .wpcf7 form.invalid .wpcf7-response-output,
.content__consent .wpcf7 form.unaccepted .wpcf7-response-output,
.content__consent .wpcf7 form.failed .wpcf7-response-output,
.content__consent .wpcf7 form.aborted .wpcf7-response-output,
.content__consent .wpcf7 form.sent .wpcf7-response-output {
  margin: auto;
  border: none;
  text-align: left;
  /*font-size: 14px;*/
  font-size: calc(1.2rem + 3 * (100vw - 768px)/768);
  font-weight: bold;
  color: #dc3232;
}

.content__consent .wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}

.content__consent .wpcf7-submit {
  margin: 0 auto;
}


.content__consent .input.invoice {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0px;
}

.content__consent .mtxt {
  margin: 4px 8px 4px 0px;
  font-size: calc(1.0rem + 2 * (100vw - 768px)/768);
}

.content__consent .mtxt-gr {
  color: #ccc;
}

.content__consent .invoice-opt.inactive {
  pointer-events: none;
}

.content__consent .invoice-opt.inactive input,
.content__consent .invoice-opt.inactive select {
  background: #333;
  color: #999;
  border-color: #111;
}

.content__consent .wpcf7-radio.radio {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.content__consent .wpcf7-radio.radio label {
  margin: 0.1em 0;
  padding: 1em 0;
  width: auto;
}

.content__consent .wpcf7-radio.radio label:first-child {
  margin-top: 1.5em;
}

.content__consent .hide {
  display: none;
}

/* ==================================== */
/* contact form 7 */
/* ==================================== */
.wpcf7-not-valid-tip {
  padding: 0.2em 0 1em;
  font-size: 1.2rem;
  text-align: left;
}

.wpcf7 form .wpcf7-response-output {
  padding: 1em 0 1em;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
}


/* policy */
.content__policy {
  margin: 0 auto;
  padding: 0px 10px;
}

.content__policy-heading {
  margin: 0;
  padding: 30px 10px 4px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.content__policy-desc {
  margin: 0;
  padding: 4px 10px;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.7;
}

.content__policy-list {
  margin: 0;
  padding: 10px 10px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.7;
}

.content__policy-item {
  margin: 0;
  padding: 4px 10px;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.7;
}

/* 404 */
.content__404 {
  margin: 0px auto;
  padding: 20px 20px;
  text-align: center;
}

.content__404 p {
  margin: 0 auto;
  max-width: 640px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.7;

}

/* ==================================== */
/* pager */
/* ==================================== */
.pager {
  margin: 0;
  padding: 20px 0 0px;
}

.pager ul.pager__list {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pager__list li {
  display: none;
}

.pager .pager__list li {
  display: inline;
  margin: 0 4px;
  padding: 0;
  display: inline-block;
  background: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  border-radius: 50%;
}

.pager .pager__list li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #999;
  background: #000;
  text-decoration: none;
  border-radius: 50%;
}

.pager .pager__list li a span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.pager .pager__list li a:hover span {
  color: #fff;
}

.pager .pager__list li a:hover {
  background: #666;
  opacity: 1;
}

.pager .pager__list li a.active {
  color: #ffffff;
  background: #333;
  pointer-events: none;
}

.pager .pager__list li.none {
  display: none !important;
}

.pager .pager__list li.pager__page-prev,
.pager .pager__list li.pager__page-next {
  display: inline-block;
  width: 32%;
  text-align: center;
  border-radius: 0;
  color: #ffffff;
}

.pager .pager__list li.pager__page-prev a,
.pager .pager__list li.pager__page-next a {
  width: 100%;
  text-align: center;
  border-radius: 0;
  color: #ffffff;
  background: transparent;
}

.pager .pager__list li.pager__page-prev a:hover,
.pager .pager__list li.pager__page-next a:hover {
  color: #fff;
}

.pager .pager__list li.pager__page-prev span::after {
  content: "　前へ";
  color: #fff;
}

.pager .pager__list li.pager__page-next span::before {
  content: "次へ　";
  color: #fff;
}

.pager .pager__list li.pager__page-prev a:hover span::after,
.pager .pager__list li.pager__page-next a:hover span::before {
  color: #fff;
}

.pager .pager__list li.pager__page-number {
  display: none;
}

/* Detail Pager */
.pager__detail {
  margin: 0 20px;
  padding: 20px 0 0px;
}

.pager__detail-badge {
  text-align: left;
  font-size: calc(6.0rem + 30 * (100vw - 768px)/768);
}

.pager__detail-list {}

.pager__detail-item {
  margin: 0;
  padding: 20px 0;
}

.pager__detail-date {
  margin: 0 20px;
  padding: 0 0 10px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 300;
}

.pager__detail-box {}

.pager__detail-title {
  margin: 0 20px;
  padding: 0 0 10px;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  border-bottom: 1px solid #000;
}

.pager__detail-title a {}

.pager__detail-link {
  margin: 0 20px 0 auto;
  padding: 10px 0 4px;
  width: 80%;
  text-align: right;
}

.pager__detail-link a {
  display: inline-block;
  margin: 0 0 0 auto;
  padding: 0 0 10px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.7;
}

.pager__detail-link a span {
  margin: 0;
  padding: 0 0 0 20px;
}

/* ==================================== */
/* FOOTER */
/* ==================================== */
.footer {
  margin-top: 20px;
  padding: 0 20px 18px;
  text-align: right;
}

.copyright {
  margin: 0 auto;
}

/* /////////////////////////////////////////////
TABLET
///////////////////////////////////////////// */
@media screen and (min-width: 767px) {

  /* ==================================== */
  /* HEADER */
  /* ==================================== */
  .header__nav {
    display: block !important;
  }
}

/* /////////////////////////////////////////////
PC
///////////////////////////////////////////// */
@media screen and (min-width : 768px) {
  .dsp-flt {
    display: inline;
  }

  /* ==================================== */
  /* button */
  /* ==================================== */
  .btn,
  a.btn,
  button.btn {
    padding: 0.3em 1em;
    font-size: 5.0rem;
    font-weight: bold;
    width: 77%;
  }

  .btn:hover,
  a.btn:hover,
  button.btn:hover {
    opacity: 0.8;
  }

  .btn__contact,
  a.btn__contact,
  button.btn__contact {
    background: #111111;
    color: #fff;
  }

  .btn__submit-form,
  a.btn__submit-form,
  button.btn__submit-form,
  input.btn__submit-form {
    background: #000;
    color: #fff;
    padding: 0.25em 1em !important;
  }

  /* ==================================== */
  /* base */
  /* ==================================== */

  /* ==================================== */
  /* HEADER */
  /* ==================================== */
  .header__logo {
    position: fixed;
    top: auto;
    bottom: 40px;
    left: 40px;
    z-index: 99999;
    padding-bottom: 0px;
  }

  .header__logo img {
    width: 120px;
    opacity: 0;
    animation: slideIn 1.0s ease 0.0s 1 forwards;
  }

  @keyframes slideIn {
    0% {
      transform: translateY(200px);
      opacity: 0;
    }

    100% {
      transform: translateY(0);
    }

    40%,
    100% {
      opacity: 1;
    }
  }

  .header__nav {
    position: static;
    margin: 0;
    padding: 0;
    background: inherit;
    width: auto;
    height: 0;
  }

  .header__nav-list {
    position: fixed;
    top: 160px;
    right: 120px;
    z-index: 9999;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column;
    margin: 0;
    width: auto;
  }

  .header__nav-item {
    margin: 2px 0;
    padding: 6px 2px;
    width: 1em;
    font-size: 1.2rem;
    font-weight: normal;
  }

  .header__nav-item a {
    display: inline-block;
    padding: 0;
  }

  /*開閉ボタンopen時*/
  .add-hide {
    overflow: visible;
  }

  #nav_toggle {
    display: none;
  }

  /* scroll-down */
  .scroll-down {
    right: 80px;
  }

  /* ==================================== */
  /* CONTENT */
  /* ==================================== */
  .fv {
    background-image: url(../images/bg_top_pc.jpg);
  }

  .catch {
    margin: 0 auto;
    padding: 0 0 0 34px;
    text-align: left;
    width: 100%;
  }

  .catch__type {
    margin: 0 auto;
    padding-left: 0px;
    text-align: left;
  }

  .catch__type span {
    font-size: calc(3.6rem + 18 * (100vw - 768px)/768);

  }

  .catch__desc {
    margin: 0 auto;
    text-align: left;
  }

  .catch__desc p {}

  .catch__desc p.catch__desc-txt-size--m {
    font-size: calc(6.0rem + 30 * (100vw - 768px)/768);
    text-align: left;
  }

  .catch__desc .catch__desc-txt-size--l {
    padding-top: 10px;
    font-size: calc(10.5rem + 50 * (100vw - 768px)/768);
    font-weight: bold;
    line-height: 1.0;
  }

  .catch__desc-txt-size--l_m {
    display: inline-block;
    font-size: calc(8rem + 40 * (100vw - 768px)/768);
    font-weight: bold;
  }

  .catch__desc-txt-size--m_m {
    display: inline;
  }

  .catch__desc-txt-size--l_l {
    display: inline;
  }

  .site__description {
    margin: 60px auto 0;
    padding: 0 0px;
    width: 75%;
    font-size: calc(1.8rem + 1 * (100vw - 768px)/768);
  }

  .content__title {
    margin: 0;
    padding: 0 80px 0 12%;
    text-align: left;
    font-size: calc(7.0rem + 35 * (100vw - 768px)/768);
    font-weight: normal;
    line-height: 1.2;
  }

  .content__title-bold {
    font-weight: bold;
  }

  .content__txt p {
    font-size: calc(1.0rem + 6 * (100vw - 768px)/768);
  }

  .content__desc {
    margin: 0 20% 80px 10%;
    padding: 0 60px 0 30px;
  }

  .content__desc-service {
    margin: 80px 20% 0px 10%;
    padding: 0 60px 0 30px;
  }

  .content__link {
    margin: 0 170px 0 auto;
  }

  .content__link a span {
    padding: 0 0 0 10px;
  }

  .content__container-ourvision .content__title {
    font-size: calc(7.0rem + 35 * (100vw - 768px)/768);
  }

  .content__ourvision-images {
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
  }

  .content__ourvision-images img {
    margin: 0;
    padding: 0;
    width: 80%;
  }

  /* topics */
  .content__topics-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 10%;
    padding: 40px 0;
  }

  .content__topics-date {
    width: 10%;
  }

  .content__topics-box {
    width: 100%;
  }

  .content__topics-item.content__topics-item-detail {
    display: block;
    margin: 0 10%;
    padding: 40px 0;
  }

  .content__topics-item.content__topics-item-detail .content__topics-date {
    width: auto;
  }

  /* service */
  .content__service-images {
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
  }

  .content__service-images img {
    margin: 0;
    padding: 0;
    width: 80%;
  }

  /* advertising */
  .content__advertising-desc {
    bottom: 150px;
    left: 0;
  }

  .ratio:before {
    padding-top: 60%;
    /* 1:1 */
  }

  /* company */
  .content__company {
    margin: 50px 0px;
    padding: 80px 40px;
  }

  .content__container-company {}

  .content__container-company .content__title {
    font-size: calc(7.0rem + 35 * (100vw - 768px)/768);
  }

  .content__company-table {
    margin: 0 auto;
    width: 80%;
    max-width: 1280px;
  }

  .content__company-table th,
  .content__company-table td {
    display: table-cell;
    vertical-align: top;
  }

  .content__company-table th {
    margin: 0;
    padding: 20px 10px 20px;
    width: 160px;
    font-weight: normal;
  }

  .content__company-table td {
    margin: 0;
    padding: 20px 10px 20px;
    width: auto;
  }

  .content__company-map {
    margin-top: 20px;
    padding: 0;
  }

  /* contact */
  .content__contact-form-label {
    font-size: 1.4rem;
  }

  /* consent form infulencer */
  .content__consent .auth_form .post_password-txt {
    font-size: calc(1.2rem + 2 * (100vw - 768px)/768);
  }

  .content__consent [name="invoice-schedule-yyyy"] {
    padding: 10px;
    width: 6em;
  }

  .content__consent [name="invoice-schedule-mm"],
  .content__consent [name="invoice-schedule-dd"] {
    padding: 10px;
    width: 4em;
  }

  .content__consent .wpcf7-radio.radio {
    flex-direction: row;
    align-items: flex-end;
  }

  .content__consent .wpcf7-radio.radio label {
    margin: 0px;
    padding: 0px;
  }


  /* policy */
  .content__policy {
    margin: 0 auto;
    padding: 0 10%;
    width: 100%;
    text-align: center;
  }

  .content__policy-box {
    margin: 0;
    padding: 20px;
    width: 100%;
    text-align: left;
  }

  /* ==================================== */
  /* pager */
  /* ==================================== */
  .pager {
    margin: 0;
    padding: 40px 0 40px;
  }

  .pager .pager__list li {
    display: none;
    background: inherit;
  }

  .pager .pager__list li.pager__page-prev,
  .pager .pager__list li.pager__page-next {
    width: 8%;
    background: inherit;
  }

  .pager .pager__list li.pager__page-number {
    display: inline-block;
    width: 40px;
    height: 40px;
  }

  /* Detail Pager */
  .pager__detail {
    margin: 0 40px;
    padding: 20px 0 0px;
  }

  /* ==================================== */
  /* FOOTER */
  /* ==================================== */
  .footer {
    margin-top: 20px;
    padding: 0 20px 40px;
    text-align: right;
  }

}
