@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: 15px;
  letter-spacing: 0.08em;
  color: #333333;
  line-height: 1.8;
}
h1 {
  font-size: 28px;
  font-weight: bold;
  margin-left: 10px;
}
@keyframes slideIn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
h1 a {
  opacity: 1;
  text-decoration: none;
  color: #DFB576;
}
h2 {
  font-size: 23px;
  color: #DFB576;
  text-align: center;
  position: relative;
  padding: 1.5rem;
}
h2 span {
  font-size: 14px;
  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: 17px;
  margin-left: 10px;
}
.anchor {
  padding-top: 100px;
  margin-top: 100px;
}


/* ---- パーツ ---- */
.inner {
  padding: 80px 2% 60px;
  animation: fadeIn 3s ease-in-out;
}
.inner2 {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 2%;
  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: 30px 3%;
}
.bg_color {
  background: #FFDBC9;
  width: 100%;
  overflow: hidden;
  padding: 30px 3%;
  margin-top: 0;
}
.sp_none {
  display: none;
}


/* ---- ヘッダー ---- */
header {
  background: #ecdab9;
  padding: 10px;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 0;
  height: 60px;
  z-index: 1000;
}
.container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.logo {
  text-align: left;
}
.menu {
  text-align: right;
  margin-right: 30px;
}
.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.nav li {
  margin: 20px 0 20px 40px;
}
.nav li a {
  color: white;
  text-decoration: none;
}
h1 a:hover,
.nav li a:hover {
  opacity: 0.5;
}
.menu {
  display: none;
}


/* ---- ハンバーガーボタン ---- */
.drawer_hidden {
  display: none;
}
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 10px;
  right: 12px;
  z-index: 100;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #DFB576;
  transition: 0.5s;
  position: absolute;
}
.drawer_open span:before {
  bottom: 8px;
}
.drawer_open span:after {
  top: 8px;
}
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}


/* ---- ハンバーガーメニュー ---- */
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  transition: .5s;
  text-align: left;
  padding-top: 20px;
}
.nav_list {
  list-style: none;
}
.nav_item {
  padding: 5% 0;
}
.nav_item a {
  color: #DFB576 !important;
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}
#drawer_input:checked ~ .nav_content {
  left: 0;
}

/* ---- ファーストビューのアニメーション ---- */
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: 500px;
  margin: -23px auto;
}
.up {
  position: relative;
  bottom: 20px;
}
big {
  font-size: 21px;
  font-weight: bold;
}
.place {
  color: #7F7F7F;
  font-size: 12px;
}
.left {
  text-align: left !important;
}
.marker {
  background: #ecdab9;
  font-family: "myfont2" !important;
  color: white;
  font-size: 21px;
  font-weight: 600;
  margin: 0 5px 0 0;
  padding: 1px 1px 1px 6px;
  position: relative;
  top: 2px;
}
.br {
  line-height: 1.2;
}


/* ---- ハッシュタグ ---- */
.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-bottom: 2em;
}
.cp_timeline:before {
  position: absolute;
  top: -10px;
  left: 20px;
  width: 3px;
  height: 100%;
  content: '';
  background: #ECDAB9;
}
.cp_timeline .timeline_item {
  margin: 0px 10px 30px 55px;
}
.cp_timeline .timeline_item .time_date .time {
  font-size: 2em;
  font-weight: bold;
  position: relative;
  margin: 0;
  letter-spacing: 3px;
  color: #ECDAB9;
}
.cp_timeline .timeline_item .time_date .time:before {
  position: absolute;
  top: 38%;
  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: 1em;
  font-weight: bold;
  margin: 5px 0 10px;
  color: #7F7F7F;
}
.desc {
  margin-top: 5px;
}


/* ---- 主な取引先 ---- */
.box2 {
  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: 30px 3% 20px;
  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: 17px;
}
.circle1:hover,  .circle2:hover {
  border: 2px solid white;
  border-radius: 50%;
}