@charset 'UTF-8';

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

border 0 {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquotebefore,
blockquoteafter,
qbefore,
qafter {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  outline: none;
  -webkit-appearance: none;
}

input {
  -webkit-appearance: none;
  outline: none;
}

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

a {
  text-decoration: none;
}

body {
  height: 100%;
  font-family: "YuMincho", "\6E38\660E\671D", "\6E38\30B4\30B7\30C3\30AF", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3";
  background-color: #000;
  scrollbar-base-color: #000;
  scrollbar-face-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-highlight-color: #000;
  scrollbar-track-color: #000;
  scrollbar-arrow-color: #595959;
  scrollbar-shadow-color: #000;
  scrollbar-dark-shadow-color: #000;
}

body ::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

body ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

body ::-webkit-scrollbar-thumb {
  background: #bbb lack;
  border: 1px solid #000;
  border-radius: 50px;
}

body ::-webkit-scrollbar-thumb:hover {
  background: #595959;
}

body ::-webkit-scrollbar-thumb:active {
  background: #000;
}

body ::-webkit-scrollbar-track {
  background: #000;
  border: 0px none #fff;
  border-radius: 53px;
}

body ::-webkit-scrollbar-track:hover {
  background: #595959;
}

body ::-webkit-scrollbar-track:active {
  background: #000;
}

body ::-webkit-scrollbar-corner {
  background: transparent;
}

.l-header {
  width: 100%;
}

.l-footer {
  padding: 48px 0;
  color: #fff;
  font-size: 12px;
  font-family: 'Yu Gothic', '\6E38\30B4\30B7\30C3\30AF\4F53';
}

@media (max-width: 640px) {
  .l-footer {
    padding: 50px 0 82px;
    font-size: 10px;
  }
}

.l-footer_inner {
  width: 100%;
  max-width: 1035px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .l-footer_inner {
    flex-direction: column-reverse;
  }
}

.l-footer_navi {
  display: flex;
}

@media (max-width: 640px) {
  .l-footer_navi {
    justify-content: center;
    margin-top: 45px;
  }
}

.l-footer_navi_link {
  padding-right: 15px;
}

.l-footer_navi_link a {
  color: #fff;
}

.l-footer_copy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 640px) {
  .l-footer_copy {
    top: auto;
    bottom: -30px;
    transform: translateX(-50%);
  }
}

.l-footer_share {
  display: flex;
}

@media (max-width: 640px) {
  .l-footer_share {
    justify-content: center;
  }
}

.l-footer_share_link {
  width: 17px;
  margin-right: 15px;
}

@media (max-width: 640px) {
  .l-footer_share_link {
    width: 27.5px;
    margin-right: 25px;
  }
}

.l-footer_share_link:last-child {
  margin-right: 0;
}

.l-footer_share_link img {
  width: 100%;
}

@media (max-width: 640px) {
  .l-footer_share_link-fb {
    width: 28px;
  }
}

.l-footer_share_link-yt {
  width: 24px;
}

@media (max-width: 640px) {
  .l-footer_share_link-yt {
    width: 40px;
  }
}

.l-footer_belt {
  width: 100%;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 10;
  transition: 0.3s all;
}

@media (max-width: 640px) {
  .l-footer_belt {
    padding: 14px 0;
  }
}

.l-footer_belt::before {
  content: '';
  background-color: #fcc800;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 1s;
}

.l-footer_belt_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.l-footer_belt_inner .footer_insta {
  width: 271px;
  display: block;
  margin: 0 auto;
  transition: 0.3s all;
  opacity: 0;
}

@media (max-width: 640px) {
  .l-footer_belt_inner .footer_insta {
    width: 57.06666666666666%;
  }
}

.l-footer_belt_inner .footer_insta img {
  width: 100%;
}

.l-footer_belt_inner .to_top {
  width: 60px;
  position: fixed;
  right: 100px;
  bottom: 100px;
  cursor: pointer;
  transition: 0.3s all;
  opacity: 0;
}

@media (max-width: 640px) {
  .l-footer_belt_inner .to_top {
    right: 1%;
    position: fixed !important;
  }
}

.to_top:hover {
  opacity: 0.7 !important;
}

.to_top.is-bottom {
  bottom: 230px;
}

.l-footer_belt.is-ready::before {
  width: 100%;
}

.l-footer_belt.is-smaller {
  padding: 8px 0;
}

.l-footer_belt.is-smaller .l-footer_belt_inner .footer_insta {
  width: 160px;
}

.l-wrap {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: #000;
}

.l-content {
  padding-bottom: 180px;
  overflow: hidden;
}

@media (max-width: 640px) {
  .l-content {
    padding-bottom: 70px;
  }
}

.c-logo_wrap {
  height: 58px;
  background-color: #fff;
  position: relative;
}

.c-logo {
  width: 80px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 640px) {
  .c-logo {
    width: 66px;
    height: 29.5px;
  }
}

.c-navi {
  background-color: #161616;
  padding: 13px 0;
}

@media (max-width: 640px) {
  .c-navi {
    display: none;
  }
}

.c-inner {
  width: 100%;
  max-width: 1035px;
  margin: 0 auto;
  position: relative;
}

.c-kv_wrap {
  width: 100%;
  height: 1000px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 640px) {
  .c-kv_wrap {
    background-image: url("/jp-ja/products/prospex/special/findyourearth/assets/img/mv_sp.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

.c-kv_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  opacity: 0;
}

@media (max-width: 640px) {
  .c-kv_bg {
    display: none;
  }
}

.c-kv_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -75%);
  z-index: 10;
  text-align: center;
}

@media (max-width: 640px) {
  .c-kv_content {
    width: 100%;
    transform: translate(-50%, -83%);
  }
}

.c-kv_copy {
  width: 471px;
  opacity: 0;
}

@media (max-width: 640px) {
  .c-kv_copy {
    width: 78.66666666666666%;
  }
}

.c-kv_lead {
  margin-top: 50px;
  color: #fff;
  text-align: center;
  line-height: 2;
  opacity: 0;
  font-family: "YuMincho", "\6E38\660E\671D", "\6E38\30B4\30B7\30C3\30AF", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3";
}

@media (max-width: 640px) {
  .c-kv_lead {
    margin-top: 25px;
    font-size: 14px;
  }
}

.c-breadcrumb_wrap {
  padding: 12px 0;
  background-color: rgba(0,0,0,0.4);
}

@media (max-width: 640px) {
  .c-breadcrumb_wrap {
    background-color: rgba(0,0,0,0.7);
    padding: 6px 0;
  }
}

.c-breadcrumb_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  line-height: 1;
  height: auto;
}

.c-breadcrumb {
  width: 100%;
  display: flex;
  align-content: flex-start;
  font-family: "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\6E38\30B4\30B7\30C3\30AF\4F53", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3";
  color: #fff;
  font-size: 12px;
}

@media (max-width: 640px) {
  .c-breadcrumb {
    font-size: 10px;
  }
}

.c-breadcrumb_link {
  padding: 0 20px 0 15px;
  position: relative;
}

@media (max-width: 640px) {
  .c-breadcrumb_link {
    padding: 0 16px 0 13px;
  }
}

.c-breadcrumb_link::after {
  content: '>';
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}

@media (max-width: 640px) {
  .c-breadcrumb_link::after {
    font-size: 10px;
  }
}

.c-breadcrumb_link a {
  color: #fff;
  font-size: 12px;
  display: block;
}

@media (max-width: 640px) {
  .c-breadcrumb_link a {
    font-size: 10px;
  }
}

.c-breadcrumb_link:first-child {
  padding-left: 0;
}

@media (max-width: 640px) {
  .c-breadcrumb_link:first-child {
    padding-left: 15px;
  }
}

.c-breadcrumb_link:last-child::after {
  content: '';
}

.c-insta_wrap {
  width: 100%;
  min-width: 1000px;
  max-width: 1400px;
  overflow: hidden;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: table;
}

.c-insta_wrap::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 640px) {
  .c-insta_wrap {
    min-width: auto;
    width: 97.33333333333334%;
    margin: 0 auto;
    left: auto;
    transform: none;
    margin-top: -20%;
  }
}

.c-insta_container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.c-insta_list {
  width: 49.71098265895954%;
  padding-bottom: 43.641618497109825%;
  position: relative;
  display: table;
}

@media (max-width: 640px) {
  .c-insta_list {
    width: 49.31506849315068%;
    padding-bottom: 0;
  }
}

.c-insta_list img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.c-insta_list .ratio_square {
  padding-bottom: 49.41860465116279%;
  background-color: #efefef;
}

@media (max-width: 640px) {
  .c-insta_list .ratio_square {
    padding-bottom: 100%;
  }
}

.c-insta_list .ratio_16x9 {
  padding-bottom: 27.906976744186046%;
  background-color: #efefef;
}

@media (max-width: 640px) {
  .c-insta_list .ratio_16x9 {
    padding-bottom: 56.388888888888886%;
  }
}

.c-insta_list .ratio_3x4 {
  padding-bottom: 37.2093023255814%;
  background-color: #efefef;
}

@media (max-width: 640px) {
  .c-insta_list .ratio_3x4 {
    padding-bottom: 75.27777777777777%;
  }
}

.c-insta_item {
  display: inline-block;
  height: auto;
  width: 49.41860465116279%;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
}

@media (max-width: 640px) {
  .c-insta_item {
    width: 100%;
    position: relative;
    margin-bottom: 2.777777777777778%;
  }
}

.c-insta_list-left .c-insta_item-01 {
  right: 0;
  top: 0;
}

.c-insta_list-left .c-insta_item-02 {
  left: 0;
  top: 0;
}

.c-insta_list-left .c-insta_item-03 {
  right: 0;
  top: 57.615894039735096%;
}

@media (max-width: 640px) {
  .c-insta_list-left .c-insta_item-03 {
    top: auto;
  }
}

.c-insta_list-left .c-insta_item-04 {
  left: 0;
  top: 33.11258278145696%;
}

@media (max-width: 640px) {
  .c-insta_list-left .c-insta_item-04 {
    top: auto;
  }
}

.c-insta_list-left .c-insta_item-05 {
  right: 0;
  bottom: 0;
}

.c-insta_list-left .c-insta_item-06 {
  left: 0;
  bottom: 0;
}

.c-insta_list-right .c-insta_item-01 {
  left: 0;
  top: 0;
}

.c-insta_list-right .c-insta_item-02 {
  right: 0;
  top: 0;
}

.c-insta_list-right .c-insta_item-03 {
  left: 0;
  top: 43.70860927152318%;
}

@media (max-width: 640px) {
  .c-insta_list-right .c-insta_item-03 {
    top: auto;
  }
}

.c-insta_list-right .c-insta_item-04 {
  right: 0;
  top: 57.615894039735096%;
}

@media (max-width: 640px) {
  .c-insta_list-right .c-insta_item-04 {
    top: auto;
  }
}

.c-insta_list-right .c-insta_item-05 {
  left: 0;
  bottom: 0;
}

.c-insta_list-right .c-insta_item-06 {
  right: 0;
  bottom: 0;
}

.c-insta_content {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 640px) {
  .c-insta_content {
    padding: 5px;
  }
}

.c-insta_content .c-insta_icon {
  width: 30px;
  height: 30px;
  position: relative;
  border: 1px solid #fcc800;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .c-insta_content .c-insta_icon {
    width: 21px;
    height: 21px;
  }
}

.c-insta_content .c-insta_icon img {
  width: 100%;
}

.c-insta_content .c-insta_name {
  color: #fff;
  position: relative;
  line-height: 1;
  margin-left: 8px;
  font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}

@media (max-width: 640px) {
  .c-insta_content .c-insta_name {
    font-size: 11px;
  }
}

.c-insta_shine {
  width: 200%;
  height: 200%;
  position: absolute;
  left: -100%;
  top: 50%;
  background-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, #fff 50%, transparent 100%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media (max-width: 640px) {
  .c-insta_item[data-type="interview"]::after,
  .c-insta_item[data-type="movie"]::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -110%) scale(0.5);
    z-index: 10;
  }

  .c-insta_item[data-type="interview"]::before,
  .c-insta_item[data-type="movie"]::before {
    content: '';
    width: 25px;
    height: 25px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    z-index: 8;
  }
}

.c-banner_wrap {
  width: 100%;
  min-width: 1000px;
  max-width: 1400px;
  margin-top: 0.578034682080925%;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 640px) {
  .c-banner_wrap {
    min-width: auto;
    width: 97.33333333333334%;
    margin: 0 auto;
    margin-top: 15px;
    left: auto;
    transform: none;
  }
}

.c-banner_cousteau {
  width: 49.71098265895954%;
  padding-bottom: 13.872832369942195%;
  display: inline-block;
  background-image: url("/jp-ja/products/prospex/special/findyourearth/assets/img/banner.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 1px solid #fff;
  position: relative;
}

@media (max-width: 640px) {
  .c-banner_cousteau {
    padding-bottom: 27%;
  }
}

.c-banner_cousteau::after {
  content: '';
  width: 8px;
  height: 15px;
  background-image: url("/jp-ja/products/prospex/special/findyourearth/assets/img/arrow_white.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 4.5%;
  transform: translateY(-50%);
}

@media (max-width: 640px) {
  .c-banner_cousteau {
    width: 100%;
  }
}

.c-banner_cousteau img {
  width: 100%;
}

.c-banner_cousteau_inner {
  width: 320px;
  position: absolute;
  left: 32.5%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: left;
  font-family: "YuMincho", "\6E38\660E\671D", "\6E38\30B4\30B7\30C3\30AF", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3";
}

@media (max-width: 1200px) {
  .c-banner_cousteau_inner {
    top: 45%;
  }
}

.c-banner_cousteau_inner .banner_image {
  position: absolute;
  left: 0;
}

.c-banner_cousteau_inner .banner_title {
  font-family: "Times New Roman";
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  opacity: 0.7;
}

.c-banner_cousteau_inner .banner_title span {
  font-size: 28px;
  margin-left: 1%;
}

@media (max-width: 1200px) {
  .c-banner_cousteau_inner .banner_title {
    font-size: 12px;
  }

  .c-banner_cousteau_inner .banner_title span {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .c-banner_cousteau_inner .banner_title {
    font-size: 11px;
  }

  .c-banner_cousteau_inner .banner_title span {
    font-size: 16px;
  }
}

.c-banner_cousteau_inner .banner_lead {
  margin-top: 3%;
  font-size: 26px;
}

@media (max-width: 1200px) {
  .c-banner_cousteau_inner .banner_lead {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .c-banner_cousteau_inner .banner_lead {
    font-size: 16px;
  }
}

.c-banner_cousteau_inner .banner_name {
  margin-top: 17%;
  font-size: 14px;
}

.c-banner_cousteau_inner .banner_name span {
  font-size: 17.5px;
  font-weight: bold;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #8b8b8b;
}

@media (max-width: 1200px) {
  .c-banner_cousteau_inner .banner_name {
    margin-top: 15%;
  }
}

@media (max-width: 640px) {
  .c-banner_cousteau_inner .banner_name {
    margin-top: 8%;
    font-size: 12px;
  }

  .c-banner_cousteau_inner .banner_name span {
    font-size: 12px;
    margin-right: 2%;
    padding-right: 2%;
  }
}

.c-banner_cousteau:hover {
  opacity: 0.7;
}

.en_content .c-banner_cousteau_inner {
  width: 370px;
}

@media (max-width: 640px) {
  .en_content .c-banner_cousteau_inner {
    width: 240px;
  }
}

.en_content .c-banner_cousteau_inner .banner_lead {
  line-height: 1.4;
  margin-top: 1%;
}

.en_content .c-banner_cousteau_inner .banner_name {
  margin-top: 5%;
  font-size: 17.5px;
  font-weight: bold;
  margin-right: 20px;
  padding-right: 20px;
}

@media (max-width: 640px) {
  .en_content .c-banner_cousteau_inner .banner_name {
    margin-top: 4%;
    font-size: 12px;
  }
}

.c-terms {
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .c-terms {
    margin-top: 30px;
    font-size: 12px;
  }
}

.c-official_content {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 15px;
  background-color: #fcc800;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .c-official_content {
    padding: 2px 5px;
  }
}

.c-official_content_link {
  color: #000;
  font-size: 15px;
  line-height: 1;
  padding-right: 16px;
  position: relative;
}

@media (max-width: 640px) {
  .c-official_content_link {
    font-size: 11px;
    line-height: 20px;
  }
}

.c-official_content_link::after {
  content: '';
  background-image: url("/jp-ja/products/prospex/special/findyourearth/assets/img/arrow_black.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 6px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-modal_wrap {
  height: 0px;
  margin-top: 0.578034682080925%;
  position: relative;
  overflow: hidden;
  background-color: #262626;
}

.c-modal_inner {
  min-width: 1000px;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 640px) {
  .c-modal_inner {
    min-width: 0;
    width: 100%;
  }
}

.c-modal_image_container {
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.c-modal_image_container img {
  height: 95%;
  width: auto;
}

@media (max-width: 640px) {
  .c-modal_image_container {
    position: relative;
    width: 100%;
    height: auto;
  }

  .c-modal_image_container img {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 1% 0;
  }
}

.c-modal_image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-modal_info_container {
  width: 40%;
  height: 100%;
  padding: 30px 0;
  position: absolute;
  right: 0;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 640px) {
  .c-modal_info_container {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 0;
  }
}

.c-modal_user_container {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

@media (max-width: 640px) {
  .c-modal_user_container {
    position: relative;
  }
}

.c-modal_user_icon {
  width: 60px;
  height: 60px;
  border: 2px solid #fcc800;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 640px) {
  .c-modal_user_icon {
    width: 40px;
    height: 40px;
  }
}

.c-modal_user_icon img {
  width: 100%;
}

.c-modal_user_name {
  color: #fff;
}

@media (max-width: 640px) {
  .c-modal_user_name {
    font-size: 11px;
    left: 0;
    transform: none;
  }
}

.c-modal_text_container {
  width: 88.69731800766284%;
  height: 68.72727272727272%;
  padding: 20px;
  position: absolute;
  left: 50%;
  top: 134px;
  transform: translateX(-50%);
  overflow: scroll;
  box-sizing: border-box;
  font-size: 15px;
  color: #fff;
  background-color: #1d1d1d;
  border: 1px solid #595959;
  line-height: 1.4;
  overflow-x: hidden;
}

@media (max-width: 640px) {
  .c-modal_text_container {
    width: 100%;
    height: 230px;
    padding: 15px;
    margin-top: 15px;
    font-size: 12px;
    position: relative;
    top: 0;
  }
}

.c-modal_text_container p {
  width: 100%;
  line-height: 1.7;
}

.c-modal_text_jp {
  margin-top: 20px;
}

.c-modal_tags {
  width: 100%;
  margin-top: 20px;
}

.c-modal_tags a {
  color: #71c3fd;
  display: block;
}

.c-modal_close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 37px;
  top: 20px;
  background-image: url("/jp-ja/products/prospex/special/findyourearth/assets/img/x.png");
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 640px) {
  .c-modal_close {
    width: 18.5px;
    height: 18.5px;
    top: 10px;
    right: 10px;
  }
}

.c-modal_movie_container {
  display: none;
}

.c-modal_movie_overlay {
  position: fixed;
  width: 100%;
  height: 120%;
  top: -10%;
  background-color: rgba(0,0,0,0.7);
  z-index: 100;
}

.c-modal_movie_content {
  width: 59.14285714285714%;
  height: auto;
  padding-bottom: 44.285714285714285%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 110;
}

@media (max-width: 640px) {
  .c-modal_movie_content {
    width: 97.33333333333334%;
    padding-bottom: 0;
  }
}

.c-modal_movie_content iframe {
  width: 100%;
  height: 80.6%;
  border: none;
  position: absolute;
}

@media (max-width: 640px) {
  .c-modal_movie_content iframe {
    height: auto;
    position: relative;
  }
}

.c-modal_movie_close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: -50px;
  background-image: url("/jp-ja/products/prospex/special/findyourearth/assets/img/x_sp.png");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.c-modal_movie_close:hover {
  opacity: 0.7;
}

@media (max-width: 640px) {
  .c-modal_movie_close {
    width: 30px;
    height: 30px;
    top: -30px;
  }
}

.c-modal_movie_thumb {
  width: 100%;
  height: 18.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
}

@media (max-width: 640px) {
  .c-modal_movie_thumb {
    display: block;
    position: relative;
  }
}

.c-modal_movie_thumb .thumb {
  width: 24%;
}

@media (max-width: 640px) {
  .c-modal_movie_thumb .thumb {
    width: 49%;
  }

  .c-modal_movie_thumb .thumb:nth-child(even) {
    margin-left: 2%;
  }
}

.p-interview_content {
  padding: 0;
  overflow-x: hidden;
  transform-style: preserve-3d;
}

.p-int_kv_wrap {
  width: 100%;
  height: 100vh;
  min-height: 549px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 640px) {
  .p-int_kv_wrap {
    background-image: url("/jp-ja/products/prospex/special/findyourearth/assets/img/interview/mv_sp.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

.p-int_kv_content {
  width: 465px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(30%, -125%);
  z-index: 10;
  text-align: left;
  font-size: 18px;
  font-family: "YuMincho", "\6E38\660E\671D", "\6E38\30B4\30B7\30C3\30AF", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3";
}

@media (max-width: 640px) {
  .p-int_kv_content {
    width: 86%;
    top: 10%;
    transform: translate(-50%);
  }
}

.p-int_kv_content p {
  opacity: 0;
}

.p-int_kv_lead {
  line-height: 2.5;
  position: relative;
  letter-spacing: 2px;
}

@media (max-width: 640px) {
  .p-int_kv_lead {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.75;
  }
}

.p-int_kv_prof {
  margin-top: 20px;
  line-height: 1;
}

@media (max-width: 640px) {
  .p-int_kv_prof {
    margin-top: 13px;
    font-size: 12px;
  }
}

.p-int_kv_title {
  margin-top: 10px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -1px;
  text-shadow: 0px 0px 25px #fff;
}

@media (max-width: 640px) {
  .p-int_kv_title {
    margin-top: 8px;
    font-size: 21px;
  }
}

.p-int_ylbelt {
  width: 103%;
  height: 100%;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translate(0, -50%) skewX(-20deg);
  background-color: #fcc800;
  z-index: -1;
  transition: all 0.5s;
}

@media (max-width: 640px) {
  .p-int_ylbelt {
    width: 106%;
    left: -10px;
    transform: translate(0, -50%) skewX(-20deg);
  }
}

.p-int_ylbelt.belt_custom-1 {
  width: 36%;
}

@media (max-width: 640px) {
  .p-int_ylbelt.belt_custom-1 {
    width: 55%;
  }
}

@media (max-width: 640px) {
  .p-int_ylbelt.belt_custom-2 {
    width: 52%;
  }
}

@media (max-width: 640px) {
  .p-int_ylbelt.belt_custom-3 {
    width: 33%;
  }
}

.p-int_ylbelt.belt_custom-4 {
  width: 67%;
}

@media (max-width: 640px) {
  .p-int_ylbelt.belt_custom-4 {
    width: 87%;
  }
}

@media (max-width: 640px) {
  .p-int_ylbelt.belt_custom-5 {
    width: 93%;
  }
}

@media (max-width: 640px) {
  .p-int_ylbelt.belt_custom-6 {
    width: 83%;
  }
}

@media (max-width: 640px) {
  .p-int_ylbelt.belt_custom-7 {
    width: 110%;
  }
}

@media (max-width: 640px) {
  .p-int_ylbelt.belt_custom-8 {
    width: 54%;
  }
}

.p-int_ylbelt.belt_custom-9 {
  width: 92%;
}

.is-hidden {
  width: 0% !important;
}

.p-int_section {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background-color: #161616;
  color: #fff;
  font-family: 'Yu Gothic';
  line-height: 2;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .p-int_section {
    padding: 7% 0;
  }
}

.p-int_section-profile {
  padding: 60px 0;
}

@media (max-width: 640px) {
  .p-int_section-profile {
    padding: 10% 0;
  }
}

.p-int_section .c-inner {
  max-width: 860px;
}

.p-int_profile {
  padding: 0 78.5px;
  display: flex;
  text-align: left;
  box-sizing: border-box;
  flex-direction: row-reverse;
}

.p-int_profile img {
  margin-left: 30px;
}

@media (max-width: 640px) {
  .p-int_profile {
    display: block;
    padding: 0 4%;
    font-size: 14px;
  }

  .p-int_profile img {
    width: 33.333%;
    margin: 0;
    padding: 4%;
    padding-top: 2%;
    float: right;
    position: relative;
  }

  .p-int_profile p {
    position: inline;
  }
}

.p-int_para {
  text-align: left;
  text-indent: 1em;
  padding: 0 78.5px;
}

.p-int_para+.p-int_para {
  margin-top: 30px;
}

@media (max-width: 640px) {
  .p-int_para {
    padding: 0 4%;
    font-size: 14px;
  }
}

.p-int_visual {
  margin-top: 90px;
  position: relative;
  font-size: 38px;
}

.p-int_visual img {
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.8);
  clip-path: inset(0 856px 0 0);
}

@media (max-width: 640px) {
  .p-int_visual img {
    width: 100%;
  }
}

.p-int_visual+.p-int_para {
  margin-top: 25px;
}

@media (max-width: 640px) {
  .p-int_visual {
    font-size: 24px;
    margin-top: 15%;
  }
}

.p-int_visual_text {
  position: absolute;
  left: 78.5px;
  bottom: 0;
  text-align: left;
  z-index: 10;
}

@media (max-width: 640px) {
  .p-int_visual_text {
    left: 9%;
  }
}

.visual_text_row {
  position: relative;
  color: #000;
  font-family: "YuMincho", "\6E38\660E\671D", "\6E38\30B4\30B7\30C3\30AF", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3";
  line-height: 1.2;
  box-sizing: border-box;
}

.visual_text_row+.visual_text_row {
  margin-top: 12px;
}

@media (max-width: 640px) {
  .visual_text_row+.visual_text_row {
    margin-top: 2%;
  }
}

.visual_text_row p {
  opacity: 0;
}

.parallax_item {
  height: 300px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.8);
  overflow: hidden;
}

@media (max-width: 640px) {
  .parallax_item {
    height: 150px;
  }
}

.parallax_img {
  position: absolute;
  width: 70%;
  transform-origin: center;
  transition: 0.1s all;
  left: 50%;
}

@media (max-width: 640px) {
  .parallax_img {
    height: auto;
    width: 80vh;
  }
}

.parallax_item2 {
  position: relative;
  min-height: 100vh;
  width: 100vh;
  box-sizing: border-box;
  transform-style: inherit;
}

.parallax_item-1 .parallax_img {
  transform: translateX(-50%) translateY(0%) scale(1.5);
  z-index: -5;
}

.parallax_item-2 .parallax_img {
  transform: translateX(-50%) translateY(-10%) scale(1.5);
  z-index: -3;
}

@media (max-width: 640px) {
  .parallax_item-2 .parallax_img {
    transform: translateX(-50%) translateY(-20%) scale(1.5);
  }
}

.parallax_item-3 .parallax_img {
  width: 100%;
  transform: translateX(-50%) translateY(-55%) scale(1.5);
  z-index: -1;
}

@media (max-width: 640px) {
  .parallax_item-3 .parallax_img {
    transform: translateX(-50%) translateY(-70%) scale(1.5);
  }
}

.p-inv_msg {
  width: 100%;
  max-width: 856px;
  margin: 0 auto;
  margin-top: 87px;
  text-align: center;
  background-color: #a9a9a9;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 640px) {
  .p-inv_msg {
    display: block;
  }
}

.p-inv_msg .msg_wrap {
  width: 100%;
  padding: 50px 84px;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  text-align: left;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .p-inv_msg .msg_wrap {
    padding: 10% 4%;
    width: 100%;
    min-width: 0;
  }
}

.p-inv_msg .msg_wrap .msg_title {
  font-size: 22px;
  line-height: 1.6;
  font-family: "YuMincho", "\6E38\660E\671D", "\6E38\30B4\30B7\30C3\30AF", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3";
}

@media (max-width: 640px) {
  .p-inv_msg .msg_wrap .msg_title {
    font-size: 16px;
  }
}

.p-inv_msg .msg_wrap .msg_text {
  margin-top: 15px;
  font-size: 15px;
}

@media (max-width: 640px) {
  .p-inv_msg .msg_wrap .msg_text {
    margin-top: 10px;
    font-size: 14px;
  }
}

.p-inv_msg .msg_wrap .msg_text+.msg_title {
  margin-top: 40px;
}

@media (max-width: 640px) {
  .p-inv_msg .msg_wrap .msg_text+.msg_title {
    margin-top: 10%;
  }
}

.p-inv_msg .msg_img {
  position: relative;
  height: 270px;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 640px) {
  .p-inv_msg .msg_img {
    width: 100%;
    height: auto;
    padding-bottom: 39.733333333333334%;
  }
}

.p-inv_msg .msg_img img {
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 640px) {
  .p-inv_msg .msg_img img {
    display: none;
  }
}

.p-inv_msg .msg_img-1 {
  background-image: url("/jp-ja/products/prospex/special/findyourearth/assets/img/interview/msg_img01_sp.jpg");
}

.p-inv_msg .msg_img-2 {
  background-image: url("/jp-ja/products/prospex/special/findyourearth/assets/img/interview/msg_img02_sp.jpg");
}

.p-inv_toTop {
  width: 704px;
  padding: 13px 0;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 100px;
  background-color: #fcc800;
  font-size: 18px;
  color: #000;
  display: block;
  box-sizing: border-box;
  font-family: "YuMincho", "\6E38\660E\671D", "\6E38\30B4\30B7\30C3\30AF", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3";
}

@media (max-width: 640px) {
  .p-inv_toTop {
    width: 90%;
    padding: 10px 0;
    font-size: 15px;
  }
}

.en_content .p-int_kv_content {
  width: 555px;
  transform: translate(15%, -125%);
}

@media (max-width: 640px) {
  .en_content .p-int_kv_content {
    width: 92%;
    top: 10%;
    transform: translate(-50%);
  }
}

.en_content .p-int_kv_content .p-int_kv_title {
  line-height: 1.4;
}

@media (max-width: 640px) {
  .en_content .p-int_kv_content .p-int_kv_title {
    margin-top: 8px;
    font-size: 21px;
  }
}

.en_content .p-int_profile {
  align-items: flex-start;
}

.en_content .p-int_ylbelt.belt_custom-1 {
  width: 56%;
}

@media (max-width: 640px) {
  .en_content .p-int_ylbelt.belt_custom-1 {
    width: 55%;
  }
}

.en_content .p-int_ylbelt.belt_custom-2 {
  width: 58%;
}

@media (max-width: 640px) {
  .en_content .p-int_ylbelt.belt_custom-2 {
    width: 58%;
  }
}

.en_content .p-int_ylbelt.belt_custom-3 {
  width: 105%;
}

@media (max-width: 640px) {
  .en_content .p-int_ylbelt.belt_custom-3 {
    width: 106%;
  }
}

.en_content .p-int_ylbelt.belt_custom-4 {
  width: 60%;
}

@media (max-width: 640px) {
  .en_content .p-int_ylbelt.belt_custom-4 {
    width: 62%;
  }
}

.en_content .p-int_ylbelt.belt_custom-5 {
  width: 105%;
}

@media (max-width: 640px) {
  .en_content .p-int_ylbelt.belt_custom-5 {
    width: 104%;
  }
}

.en_content .p-int_ylbelt.belt_custom-6 {
  width: 70%;
}

@media (max-width: 640px) {
  .en_content .p-int_ylbelt.belt_custom-6 {
    width: 70%;
  }
}

.u-spbr {
  display: none;
}

@media (max-width: 640px) {
  .u-spbr {
    display: block;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 640px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}

@media (max-width: 640px) {
  .pc-only {
    display: none;
  }
}