@charset "utf-8";

/* ---- 全体 ---- */
@font-face {
  font-family: "myfont";
  src: url("MPLUSRounded1c-Regular.woff") format("woff"),
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "myfont2";
  src: url("851MkPOP_101.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "myfont";
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #333333;
  line-height: 1.8;
}
h1 {
  font-size: 35px;
  font-weight: bold;
}
h1 a {
  text-decoration: none;
  color: #DFB576;
}
h2 {
  font-size: 32px;
  color: #DFB576;
  text-align: center;
  position: relative;
  padding: 1.5rem;
}
h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}
h2:before {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #DFB576;
}
h3 {
  color: #DFB576;
  font-size: 24px;
  margin-left: 30px;
}
.anchor {
  padding-top: 100px;
  margin-top: 100px;
}


/* ---- パーツ ---- */
.inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 120px 0 65px;
  animation: fadeIn 3s ease-in-out;
}
.inner2 {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0;
  animation: fadeIn 3s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.center {
  text-align: center;
}
.bg_white {
  background: white;
  width: 100%;
  overflow: hidden;
  padding: 3%;
}
.pc_none {
  display: none;
}

/* ---- ヘッダー ---- */
header {
  background: #ecdab9;
  padding: 10px;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 0;
  height: 80px;
  z-index: 1000;
}
.container {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.logo {
  text-align: left;
  margin-left: 20px;
}
.menu {
  text-align: right;
  margin-right: 30px;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
nav li {
  margin-left: 40px;
}
nav li a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  font-style: italic;
}
.nav {
  display: none;
}


/* ---- ヘッダーリンク マウスホバー ---- */
.hover {
  display: inline-block;
  font-size:15px;
  text-decoration:none;
  transition: all 0.5s ease 0s;
}
.hover:hover {
  cursor: pointer;
  transform: scale(1.3, 1.3);
}


/* ---- ファーストビューのアニメーション ---- */
video::-webkit-media-controls {
  display: none !important;
}
video::-moz-media-controls {
  display: none !important;
}
video {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
  transition: opacity 0.1s linear;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.video-container {
  width: 100%;
  height: auto;
  overflow: visible;
}
#video {
  width: 100%;
  max-width: 450px;
  margin: -50px auto;
}
.up {
  position: relative;
  bottom: 20px;
}
big {
  font-size: 28px;
  font-weight: bold;
}
.place {
  color: #7F7F7F;
  font-size: 14px;
}
.marker {
  background: #ecdab9;
  font-family: "myfont2" !important;
  color: white;
  font-size: 23px;
  font-weight: 600;
  margin: 0 5px;
  padding: 1px 1px 1px 6px;
  position: relative;
  top: 3px;
}
.br {
  line-height: 1;
}


/* ---- ハッシュタグ ---- */
.tag {
  text-align: center;
  margin-top: 20px;
}
.tag span {
  display: inline-block;
  margin: 0 .1em .6em 0;
  padding: .6em;
  line-height: 1;
  text-decoration: none;
  font-weight: 500;
  background: #F3F7FB;
  border-radius: 2em;
}


/* ---- タイムライン ---- */
.cp_timeline {
  position: relative;
  margin: 3em auto;
  padding: 0 2em 2em 0;
}
.cp_timeline:before {
  position: absolute;
  top: -10px;
  left: 45px;
  width: 3px;
  height: 100%;
  content: '';
  background: #ECDAB9;
}
.cp_timeline .timeline_item {
  margin: 0px 0px 30px 80px;
}
.cp_timeline .timeline_item .time_date .time {
  font-size: 3em;
  font-weight: bold;
  position: relative;
  margin: 0;
  letter-spacing: 3px;
  color: #ECDAB9;
}
.cp_timeline .timeline_item .time_date .time:before {
  position: absolute;
  top: 40%;
  left: -42px;
  display: inline-block;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: white;
  border: 3px solid #ECDAB9;
}
.cp_timeline .timeline_item .time_date .flag {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #7F7F7F;
}
.desc {
  margin-top: 5px;
}


/* ---- 主な取引先 ---- */
.box2 {
  width: 100%;
  max-width: 480px;
  text-align: left;
  margin: 2em 0;
  padding: 2em 3em;
  display: inline-block;
  background: #F3F7FB;
  border-radius: 20px;
}


/* ---- フッター ---- */
footer {
  text-align: center;
  background: #ecdab9;
  width: 100%;
  overflow: hidden;
  padding: 3% 3% 2%;
  margin-top: 0;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 180px;
  margin: 0 auto 30px;
  text-align: center;
}
.circle1, .circle2 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #DFB576;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.circle1 img {
  height: 23px;
}
.circle2 img {
  height: 18px;
}
.circle1:hover,  .circle2:hover {
  border: 2px solid white;
  border-radius: 50%;
}