@charset "UTF-8";
/* CSS Document */
/*スクロールすると出てくるナビ*/
.fix-header {
  background-color: #646464ba;
  line-height: 66px;
  top: -66px; /* 上に隠す鷹さ */
  left: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding-top: 15px;
  position: fixed;
  opacity: 0; /* 	最初読み込んだときは透過 */
  z-index: 1000; /*　他のアイテムに対して最上位のレイヤーになるように */
  /*	opacity: 0; */
}
.header.fix-header {
  position: fixed;
  top: -80px;
  z-index: 2;
  line-height: 0;
  padding-top: 0;
  align-items: center;
  background-color: #646464ba;
  height: 100px;
  border-bottom: none;
}
.fix-header-contents {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.fix-header ul {
  list-style-type: none;
  margin-right: 60px;
}
.fix-header li {
  float: left;
  margin-right: 16px;
}
.fix-header li a, .fix-header li a:visited {
  color: #fff;
  text-decoration: none;
}
.fix-header li:last-child {
  margin-right: 0;
}
#fix-header-logo {}
#fix-header-logo img {
  width: 10vw;
}
#fix-header-menus {}
#scroll-fix-menu img {
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
#scroll-fix-menu .current-menu-item img {
  border-bottom: 2px solid #0f142a;
}
#scroll-fix-menu a img:hover {
  border-bottom: 2px solid #0f142a;
  transition: border-color 0.6s ease-out;
}
/* micro clearfx */
.cf:before, .cf:after {
  content: "";
  display: table
}
.cf:after {
  clear: both
}
.cf {
  zoom: 1
} /* For IE 6/7 */
nav {
  width: 100%;
}
.nav-container {
  width: 800px;
  margin: 0 auto;
}
nav ul {
  padding: 0;
  list-style: none;
}
nav ul li {
  float: left;
  margin: 0px 16px 10px 0;
}

nav ul li a, nav ul li a:visited {
  color: #fff;
  text-decoration: none;
}
article {
  width: 800px;
  margin: 20px auto;
}
/*ヘッダーから*/
.wrapper {
  width: 100%;
  overflow: hidden;
}
/*ヘッダー*/
.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  height: 100px;
  width: 100%;
  /*background-color: #151825;*/
  border-bottom: 1px solid #aa8d68d9;
  align-items: center;
  background: linear-gradient(181deg, #296698 0%, #1b1f31 70%, #1b1f31 70%);
  background-image: linear-gradient(181deg, rgb(41, 102, 152) 0%, rgb(27, 31, 49) 70%, rgb(27, 31, 49) 70%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}
.fix-header {
  background: none;
}
.header-logo img {
  position: absolute;
  top: 35%;
  left: 50px;
  width: 11%;
  opacity: 0.8;
}
.header-logo img:hover {
	 opacity: 0.5;
}
.fix-header_header-logo img {
  position: absolute;
  left: 50px;
  width: 11%;
  opacity: 0.7;
  /* filter: drop-shadow(2px 3px 0.5px #ffffffb0);*/
  bottom: 30px;
}
.fix-header_header-logo img:hover {
	opacity: 0.5;
}
/*.site_nav {
	width: 613px;
}*/
.nav_list {
  display: flex;
  margin-right: 50px;
  opacity: 0.8;
  font-size: 1.6rem;
  margin-bottom: 20px;
  position: absolute;
  top: 30px;
  right: 0px;
}
.nav_list_item li {
  width: 300px;
  height: 120px;
  text-align: center;
}
.nav_list_item span {
  display: block;
}
/*.nav_list_item_kuhaku {
	width: 300px;
	height: 120px;
}*/
.nav_list_item span {
  color: #fff;
  position: relative;
  line-height: 25px;
  opacity: 0.7;
}
.nav_list_item span.nav_en {
  font-size: 2.0rem;
}
.nav_list_item span.nav_en:hover {
	opacity: 0.5;
}
.nav_list_item span.nav_ja {
  font-size: 1.2rem;
}
.nav_list_item span.nav_ja:hover {
	opacity: 0.5;
}
/*トップ*/
.top {
  display: flex;
  width: 100%;
  background-color: #151825;
  position: relative;
}
body {
  height: 200vh;
}
.slider {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
}
.slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
}
.slide-img1 {
  background-image: url('../imges/topimg/topimg3.jpg');
}
.slide-img2 {
  background-image: url('../imges/topimg/topimg2.jpg');
}
.slider h2 {
  font-size: 3.3vw;
  opacity: 0.8;
}
.slick-track {
  height: 100vh;
}
.slide {
  width: 100vw;
  height: 100vh;
  color: #fff;
  font-size: 4rem;
}
.slide-text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-discription_coment {
  margin-top: 3em;
  font-size: 1.2vw;
  opacity: 0.7;
  color: #fff;
}
/*スクロール*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 70px;
  width: 31px;
  /*全体の高さ*/
}
/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  top: -35px;
  left: 0;
  /*テキストの形状*/
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  opacity: 0.8;
}
/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  left: 17px;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #fff;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.6s ease-in-out infinite;
  opacity: 0.8;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@media(max-width:800px) {
  /*ハンバーガーアイコン*/
  #nav-drawer {
    position: relative;
    left: 42%;
    bottom: 10%;
  }
  #nav-drawer2 {
    position: relative;
    left: 45%;
    bottom: 25%;
  }
  #nav-open, #nav-open2 {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 1px;
    width: 30px;
    background-color: #b49875;
    display: block;
    content: ""
  }
  #nav-open2 span, #nav-open2 span:before, #nav-open2 span:after {
    position: absolute;
    height: 1px;
    width: 30px;
    background-color: #b49875;
    display: block;
    content: ""
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    background-color: #fcf3ec;
  }
  #nav-open span:before {
    bottom: -8px;
    background-color: #fcf3ec;
  }
  #nav-open span:after {
    bottom: -16px;
    background-color: #fcf3ec;
  }
  #nav-open2 span:before {
    bottom: -8px;
  }
  #nav-open2 span:after {
    bottom: -16px;
  }
  #nav-close, #nav-close2 {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  #nav-content, #nav-content2 {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 70%;
    height: 100%;
    background-color: #151825ba;
    text-align: left;
    padding: 15px 0 0 24px;
    transform: translateX(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
  }
  .nav-drawer__title {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fa6980;
    margin-bottom: 46px;
  }
  /*  .nav-drawer__link-top {
    display: block;
  }*/
  #nav-content ul li {
    margin-bottom: 36px;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: #333;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
  #nav-content2 ul li {
    margin-bottom: 36px;
  }
  #nav-content2 ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: #333;
  }
  #nav-input2:checked ~ #nav-close2 {
    display: block;
  }
  #nav-input2:checked ~ #nav-content2 {
    transform: translateX(0%);
  }
  .header-logo img {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 18%;
  }
  .header {
    height: 80px;
  }
  .nav_list {
    display: inline-grid;
    left: 40px;
    opacity: 0.7;
  }
  .slide-text-inner {
    padding: 10px;
  }
  .slider h2 {
    font-size: 4.2vw;
    opacity: 0.8;
    line-height: 45px;
  }
  .top-discription_coment {
    font-size: 1.5vw;
  }
  .fix-header_header-logo img {
    width: 18%;
    left: 25px;
  }
  .header.fix-header {
    height: 80px;
  }
  .scrolldown1 {
    bottom: 117px;
  }
  .scrolldown1 span {
    font-size: 1.0rem;
  }
}
@media(max-width:375px) {
  .header-logo img {
    position: absolute;
    top: 25px;
    left: 10px;
    width: 25%;
  }
  .fix-header_header-logo img {
    position: absolute;
    top: 25px;
    left: 10px;
    width: 25%;
  }
  .header.fix-header {
    height: 80px;
  }
  .slide-text-inner {
    padding: 10px;
  }
  .slider h2 {
    font-size: 6.8vw;
    opacity: 0.8;
    line-height: 45px;
  }
  .top-discription_coment {
    font-size: 1.8vw;
    padding: 30px;
    line-height: 20px;
  }
  .scrolldown1 {
    bottom: 90px;
    right: 56%;
  }
}
#side-contact {
  position: fixed;
  right: 0;
  padding: 10px 10px 10px 10px;
  margin-top: -177px;
  z-index: 99998;
  background-color: #646464ba;
  opacity: 0.7;
  width: 80px;
	height: 80px;
}
.side-contact_text {
	 color: #fff;
	 font-size: 1.2rem;
}
.side-contact_text:hover {
	opacity: 0.7;
}
/*.side-contact_link {
	float: right;
	padding: 20px 0;
    text-align: center;
    display: block;
    width: 50px;
    height: 50px;
    background: #222;
    color: #fff;
    font-family: "Sorts Mill Goudy",YuMincho,"游明朝",serif;
    font-style: italic;
    -webkit-transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}*/
.side-contact_text {
  display: block;
}
@media(max-width:800px) {
  #side-contact {
    padding: 10px 10px 10px 10px;
    margin-top: -155px;
    width: 75px;
  }
  #side-contact img {
    width: 55%;
  }
  .side-contact_link span {
    color: #fff;
    font-size: 1.2rem;
  }
}
@media(max-width:375px) {
  #side-contact {
    padding: 10px 10px 10px 10px;
    margin-top: -127px;
    width: 55px;
  }
  #side-contact img {
    width: 60%;
  }
  .side-contact_link span {
    display: none;
  }
  .scrolldown1 span {
    font-size: 1.0rem;
  }
  .scrolldown1::after {
    left: 13px;
    opacity: 0.5;
  }
}
/*取扱商品*/
/*.container {
  padding: 10px;
}
.contents_width {
  max-width: 1400px;
  margin: 0 auto;
}*/
.category {
  max-width: 1400px;
}
/*#category {
	max-width: 1400px;
}*/
.catch h2 {
  font-size: 4.5rem;
  color: #907656;
  margin: 200px 0 33px 0;
}
.fade {
  opacity: 0;
  transition: 1s;
}
.fade.show {
  opacity: 1;
}
.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: 1s;
}
.fadeup.show {
  transform: translateY(0);
  opacity: 1;
}
.catch h3 {
  font-size: 1.4rem;
  color: #141825;
  opacity: 0.7;
}
.catch img {
  margin-bottom: 60px;
	width: 10vw;
}
.catch_des {
  display: block;
  text-align: center;
  margin-bottom: 100px;
}
.catch p {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #151825;
}
.catch span {
  font-size: 2.5rem;
  font-weight: 600;
  color: #151825;
}
.category ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.category_list img {
  width: 100%;
}
.category_list li {
  display: flex;
  align-items: center;
  /*background-color: #aa8d68e8;*/
  width: 30%;
  height: 30%;
  aspect-ratio: 1;
  margin-bottom: 70px;
  position: relative;
  justify-content: center;
  background: linear-gradient(135deg, #296698 0%, #1b1f31 70%, #1b1f31 70%);
  background-image: linear-gradient(135deg, rgb(41, 102, 152) 0%, rgb(27, 31, 49) 70%, rgb(27, 31, 49) 70%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  z-index: 1;
}
.category-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151825ba;
  opacity: 0;
  transition: .5s;
  padding: 82px;
}
.category_list li:hover .category-desc {
  opacity: 1;
  transform: scale(1.2);
}
.category-desc p {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  opacity: 0.8;
  line-height: 30px;
}
/*
.category_list img {
	width: 14vw;
	position: relative;
	top: 3.0vw;
}
*/
.category_list span {
  position: relative;
  top: 15px;
  opacity: 0.7;
}
.category_name_en, .category_name_ja {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
}
.category_list .category_name_en {
  position: absolute;
  top: 17px;
  left: 30px;
  font-size: 1.8rem;
}
.category_list .category_name_ja {
  position: absolute;
  top: 17px;
  left: 6px;
  font-size: 1.2rem;
}
@media(max-width:800px) {
  .catch h2 {
    font-size: 2.8rem;
    margin-top: 100px;
    margin-bottom: 20px;
  }
  .catch h3 {
    font-size: 1.0rem;
  }
  .catch img {
    width: 20%;
    margin-bottom: 40px;
  }
  .catch p {
    font-size: 1.0rem;
    margin-bottom: 5px;
  }
  .catch span {
    font-size: 1.8rem;
  }
  .catch_des {
    margin-bottom: 40px;
  }
  .category_list li img {
    width: 75%;
  }
  .category_list .category_name_ja {
    font-size: 1.0rem;
    left: 0;
  }
  .category_list .category_name_en {
    font-size: 1.0rem;
    left: 12px;
  }
}
@media(max-width:375px) {
  .category_list li {
    width: 45%;
    margin: 6px;
  }
  .category_list .category_name_ja {
    left: -2px;
  }
  .category_name_en {
    display: none;
  }
}
/*バイヤーへ
.forbuyers_jisseki {
	position: relative;
	width: 100%;
	height: 43vw;
}
.forbuyers_head {
	position: absolute;
	top: 32.7%;
	left: 15%;
	margin: 0 0 0 -100px;
	z-index: 2;
}
.forbuyers_head h2 {
	margin: 0 0 40px;
	color: #aa8d68;
	font-size: 4.0rem;
	letter-spacing: .05em;
	line-height: 1;
	text-align: left;
	position: relative;
	left: -200px;
}
.forbuyers_head p {
	width: 329px;
	color: #fff;
	font-size: 1.5rem;
	text-align: left;
	position: relative;
	left: -200px;
}
.forbuyers_img_jisseki {
	position: absolute;
	width: 100%;
	z-index: 0;
	right: -18%;
}
.forbuyers_img_jisseki img {
	background-size: cover;
	background-position: center center;
	width: 74vw;
	height: 43vw;

}
.forbuyers_head_bg {
	position: absolute;
	top: 0;
	right: 50vw;
	width: 69.5vw;
	height: 43vw;
   background: linear-gradient(
135deg
, #296698 0%, #1b1f31 70%, #1b1f31 70%);
    background-image: linear-gradient(
135deg
, rgb(41, 102, 152) 0%, rgb(27, 31, 49) 70%, rgb(27, 31, 49) 70%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
	z-index: 1;
	transform: skewX(-21deg);
}

.forbuyers_kikaku {
	position: relative;
	width: 100%;
	height: 43vw;
}
.forbuyers_head2 {
	position: absolute;
	top: 32.7%;
	right: 15%;
	margin: 0 0 0 -100px;
	z-index: 2;
}
.forbuyers_head2 h2 {
	margin: 0 0 40px;
	color: #aa8d68;
	font-size: 4.0rem;
	letter-spacing: .05em;
	line-height: 1;
	text-align: left;
	position: relative;
	right: -200px;
}
.forbuyers_head2 p {
	width: 314px;
	color: #fff;
	font-size: 1.5rem;
	text-align: left;
	position: relative;
	right: -200px;
}
.forbuyers_img_kikaku {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	left: -20%;
}
.forbuyers_img_kikaku img {
	background-size: cover;
	background-position: center center;
	width: 74vw;
    height: 43vw;
}
.forbuyers_head_bg2{
	position: absolute;
	top: 0;
	left: 50vw;
	width:69.5vw;
	height: 43vw;
   background: linear-gradient(
135deg
, #296698 0%, #1b1f31 70%, #1b1f31 70%);
    background-image: linear-gradient(
135deg
, rgb(41, 102, 152) 0%, rgb(27, 31, 49) 70%, rgb(27, 31, 49) 70%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
	z-index: 1;
	transform: skewX(21deg);
}

.forbuyers_soudan {
	position: relative;
	width: 100%;
	height: 43vw;
}
.forbuyers_head3 {
	position: absolute;
	top: 32.7%;
	left: 15%;
	margin: 0 0 0 -100px;
	z-index: 2;
}
.forbuyers_head3 h2 {
	margin: 0 0 40px;
	color: #aa8d68;
	font-size: 4.0rem;
	letter-spacing: .05em;
	line-height: 1;
	text-align: left;
	position: relative;
	left: -200px;
}
.forbuyers_head3 p {
	width: 329px;
	color: #fff;
	font-size: 1.5rem;
	text-align: left;
	position: relative;
	left: -200px;
}
.forbuyers_img_soudan {
	position: absolute;
	width: 100%;
	z-index: 0;
	right: -18%;
}
.forbuyers_img_soudan img {
	background-size: cover;
	background-position: center center;
	width: 74vw;
	height: 43vw;

}
.forbuyers_head_bg3 {
	position: absolute;
	top: 0;
	right: 50vw;
	width: 69.5vw;
	height: 43vw;
   background: linear-gradient(
135deg
, #296698 0%, #1b1f31 70%, #1b1f31 70%);
    background-image: linear-gradient(
135deg
, rgb(41, 102, 152) 0%, rgb(27, 31, 49) 70%, rgb(27, 31, 49) 70%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
	z-index: 1;
	transform: skewX(-21deg);
}*/
/*#forbuyer {
	max-width: 1400px;
}*/
.forbuyers_item {
  display: block;
}
.forbuyers_jisseki img {
  position: relative;
  width: 100%;
}
.forbuyers_jisseki_des {
  width: 100%;
}
.forbuyers_jisseki h2 {
  font-size: 5.0rem;
  color: #aa8d68;
  position: absolute;
  z-index: 10;
  margin-top: 200px;
  margin-left: 80px;
}
.forbuyers_jisseki p {
  font-size: 1.8rem;
  color: #fff;
  position: absolute;
  z-index: 10;
  margin-top: 290px;
  margin-left: 80px;
  text-align: left;
  line-height: 35px;
}
.forbuyers_jisseki img {
  display: inline-block;
  transition: all .2s ease 0s;
  text-decoration: none;
}
/*.forbuyers_jisseki:hover {
  cursor: pointer;
  transform: scale(1.1);
}*/
.forbuyers_kikaku img {
  position: relative;
  width: 100%;
  top: -8px;
}
.forbuyers_kikaku_des {
  width: 100%;
}
.forbuyers_kikaku h2 {
  font-size: 5.0rem;
  color: #aa8d68;
  position: absolute;
  z-index: 10;
  margin-top: 210px;
  margin-left: 945px;
}
.forbuyers_kikaku p {
  font-size: 1.8rem;
  color: #fff;
  position: absolute;
  z-index: 10;
  margin-top: 290px;
  margin-left: 911px;
  text-align: right;
  line-height: 35px;
}
.forbuyers_kikaku img {
  /*display: inline-block;*/
  transition: all .2s ease 0s;
  text-decoration: none;
}
/*.forbuyers_kikaku:hover {
  cursor: pointer;
  transform: scale(1.1);
}*/
.forbuyers_soudan img {
  position: relative;
  width: 100%;
  top: -42px;
  left: -3px;
}
.forbuyers_soudan_des {
  width: 100%;
}
.forbuyers_soudan h2 {
  font-size: 5.0rem;
  color: #aa8d68;
  position: absolute;
  z-index: 10;
  margin-top: 170px;
  margin-left: 80px;
}
.forbuyers_soudan p {
  font-size: 1.8rem;
  color: #fff;
  position: absolute;
  z-index: 10;
  margin-top: 250px;
  margin-left: 80px;
  text-align: left;
  line-height: 35px;
}
.forbuyers_soudan img {
  /*display: inline-block;*/
  transition: all .2s ease 0s;
  text-decoration: none;
}
/*.forbuyers_soudan:hover {
  cursor: pointer;
  transform: scale(1.1);
}*/
@media(max-width:1200px) {
  .forbuyers_kikaku h2 {
    margin-top: 90px;
    margin-left: 600px;
    font-size: 2.8rem;
  }
  .forbuyers_kikaku p {
    margin-top: 150px;
    margin-left: 600px;
    font-size: 0.8rem;
  }
}
@media(max-width:800px) {
  .forbuyers_jisseki, .forbuyers_kikaku, .forbuyers_soudan {
    width: 100%;
  }
  .forbuyers_jisseki_des, .forbuyers_kikaku_des, .forbuyers_soudan_des {
    width: 50%;
  }
  .forbuyers_jisseki h2 {
    margin-top: 90px;
    margin-left: 38px;
    font-size: 2.8rem;
  }
  .forbuyers_jisseki p {
    margin-top: 150px;
    margin-left: 38px;
    font-size: 0.8rem;
  }
  .forbuyers_kikaku h2 {
    margin-top: 90px;
    margin-left: 518px;
    font-size: 2.8rem;
  }
  .forbuyers_kikaku p {
    margin-top: 150px;
    margin-left: 500px;
    font-size: 0.8rem;
  }
  .forbuyers_soudan h2 {
    margin-top: 70px;
    margin-left: 40px;
    font-size: 2.8rem;
  }
  .forbuyers_soudan p {
    margin-top: 100px;
    margin-left: 40px;
    font-size: 0.8rem;
  }
}
@media(max-width:750px) {
  .forbuyers_kikaku h2 {
    margin-top: 90px;
    margin-left: 400px;
    font-size: 2.8rem;
  }
  .forbuyers_kikaku p {
    margin-top: 150px;
    margin-left: 400px;
    font-size: 0.8rem;
  }
}
@media(max-width:600px) {
  .forbuyers_kikaku h2 {
    margin-top: 90px;
    margin-left: 300px;
    font-size: 2.8rem;
  }
  .forbuyers_kikaku p {
    margin-top: 150px;
    margin-left: 300px;
    font-size: 0.8rem;
  }
}
@media(max-width:375px) {
  .forbuyers_jisseki img {
    opacity: 0.5;
  }
  .forbuyers_kikaku img {
    top: -7px;
  }
  .forbuyers_soudan img {
    top: -38px;
    left: -1px;
  }
  .forbuyers_jisseki h2 {
    margin-top: 35px;
    margin-left: 10px;
    font-size: 1.4rem;
    color: #141825;
  }
  .forbuyers_jisseki p {
    margin-top: 75px;
    margin-left: 10px;
    font-size: 10px;
    color: #141825;
    line-height: 12px;
  }
  .forbuyers_kikaku img {
    opacity: 0.5;
  }
  .forbuyers_kikaku h2 {
    margin-top: 40px;
    margin-left: 230px;
    font-size: 1.4rem;
    color: #141825;
  }
  .forbuyers_kikaku p {
    margin-top: 70px;
    margin-left: 120px;
    font-size: 10px;
    color: #141825;
    line-height: 12px;
  }
  .forbuyers_soudan img {
    opacity: 0.5;
  }
  .forbuyers_soudan h2 {
    margin-top: 0px;
    margin-left: 10px;
    font-size: 1.4rem;
    color: #141825;
  }
  .forbuyers_soudan p {
    margin-top: 35px;
    margin-left: 10px;
    font-size: 10px;
    color: #141825;
    line-height: 12px;
  }
}
/*お取引の流れ*/
.transactionflow_list {
  display: flex;
  width: 100%;
}
.transactionflow_list ul {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  width: 100%;
}
.transactionflow_list li {
  margin-right: 10px;
}
.transactionflow_list li:last-child {
  margin-right: 0px;
}
.transactionflow_list li img {
  margin-top: 60px;
  margin-left: 1px;
  width: 100%;
}
.transactionflow_discription {
  position: relative;
  left: 400px;
  text-align: left;
  margin-bottom: 250px;
  line-height: 30px;
  font-size: 1.8rem;
}
@media(max-width:800px) {
  .transactionflow_list {
    display: flex;
  }
  .transactionflow_discription {
    left: 215px;
    margin-bottom: 100px;
    font-size: 1.0rem;
    top: -30px;
  }
}
@media(max-width:375px) {
  .transactionflow_list li img {
    margin-top: 10px;
  }
  .transactionflow_list {
    display: block;
    position: relative;
    left: 10px;
  }
  .transactionflow_list2 {
    width: 60%;
    margin-left: 60px;
  }
  .transactionflow_list ul {
    margin-bottom: 10px;
  }
  .transactionflow_discription {
    left: 1px;
    font-size: 10px;
    line-height: 20px;
    margin-top: 70px;
  }
}
/*実績*/
/*#ex {
	max-width: 1400px;
}*/
.example_list li {
  display: flex;
  align-items: center;
  margin-top: 60px;
  background-color: #aa8d682e;
  padding: 60px;
}
.example_list li:last-child {
  margin-bottom: 200px;
}
.example_list img {
  width: 30vw;
}
.example-desc {
  display: block;
  padding-left: 75px;
  text-align: left;
}
.example-desc p {
  font-size: 2.0rem;
  color: #141825;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 40px;
  text-align: left;
}
.example-desc span {
  font-size: 1.4rem;
  color: #141825;
  line-height: 28px;
}
@media(max-width:800px) {
  .example_list img {
    width: 35vw;
  }
  .example_list li {
    padding: 25px;
  }
  .example-desc {
    padding-left: 20px;
  }
  .example-desc p {
    font-size: 2.0rem;
  }
  .example-desc span {
    font-size: 1.2rem;
    line-height: 25px;
  }
}
@media(max-width:375px) {
  .example_list img {
    width: 63vw;
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .example_list li {
    padding: 5px;
    display: block;
    margin-top: 30px;
  }
  .example_list li:first-child {
    margin-top: 0px;
  }
  .example_list li:last-child {
    margin-bottom: 100px;
  }
  .example-desc {
    line-height: 20px;
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 20px;
  }
  .example-desc p {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .example-desc span {
    font-size: 1.0rem;
    line-height: 3px;
  }
}
.footer {
  display: flex;
  background-color: #141825;
  height: 300px;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(4deg, #296698 0%, #1b1f31 70%, #1b1f31 70%);
  background-image: linear-gradient(2deg, rgb(41, 102, 152) 0%, rgb(27, 31, 49) 70%, rgb(27, 31, 49) 70%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  z-index: 1;
}
.footerimg {
  position: relative;
  right: 40%;
  top: 35px;
}
.footerimg img {
  width: 8.5vw;
  opacity: 0.8;
}
.footer_nav {
  position: relative;
  left: 15%;
  top: -20px;
}
.footer_nav ul {
  display: flex;
}
.footer_nav li {
  color: #aa8d68;
  margin-left: 24px;
  font-size: 1.2rem;
}
.footer_nav li a {
  color: #aa8d68;
}
.privacypolicy, .copyright {
  color: #aa8d68;
}
.copyright {
  position: relative;
  top: 60px;
  text-align: center;
  font-size: 1.0rem;
}
.privacypolicy {
  position: relative;
  top: -20px;
  font-size: 1.2rem;
  right: 330px;
}
.footer p {
  border: 1px solid #aa8d685e;
  position: relative;
  top: -30px;
}
@media(max-width:800px) {
  .footerimg {
    right: 40%;
  }
  .footerimg img {
    width: 13vw;
  }
  .footer_nav li a {
    font-size: 1.2rem;
  }
  .privacypolicy {
    font-size: 1.2rem;
    right: 186px;
  }
  .copyright {
    font-size: 1.0rem;
  }
}
@media(max-width:375px) {
  .footer {
    height: 100%;
  }
  .footerimg {
    right: 27%;
    top: 20px;
  }
  .footerimg img {
    width: 20.5vw;
    margin: 25px;
  }
  .footer_nav ul {
    display: block;
    line-height: 20px;
    text-align: left;
  }
  .footer_nav li {
    font-size: 1.2rem;
  }
  .footer_nav li a {
    margin-left: 0px;
  }
  .footer_nav {
    left: 13%;
    top: -30px;
  }
  .footer p {
    top: -45px;
  }
  .privacypolicy {
    left: -20%;
    font-size: 1.2rem;
  }
  .copyright {
    top: 3px;
    left: 0;
    font-size: 1.0rem;
  }
}