@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=STIX+Two+Text&display=swap');
@import url('https://fonts.googleapis.com/css2?family=WindSong:wght@400;500&display=swap');
/*****************************************************************************
reset 
*****************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
ul, ol {
  list-style-type: none;
}
em, strong, th, address {
  font-style: normal;
  font-weight: normal;
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
img, object, embed {
  border: 0;
  vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  border-top: 1px solid #b0b0b0;
  margin-bottom: 1.5em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
li {
  list-style-type: none;
}
strong {
  font-weight: bold;
}
p {
  line-height: 2.1em;
}
.explanation p {
  margin-bottom: 20px;
}
.explanation p:last-of-type {
  margin-bottom: 0;
}
.concept .explanation, .farmer .explanation {
  color: #ffffff;
}
/*****************************************************************************
linkColor 
*****************************************************************************/
a:not([class]) {
  color: #8b9e6d;
  text-decoration: none;
  transition: .4s ease-out;
}
a:not([class]):visited {
  text-decoration: none;
}
a:not([class]):hover, a:not([class]):active {
  text-decoration: none;
}
.web-site-link {
  color: #8b9e6d;
  text-decoration: none;
}
.web-site-link:hover {
  text-decoration: underline;
}
/*****************************************************************************
clearfix 
*****************************************************************************/
.cb {
  clear: both;
  font-size: 1%;
  height: 0;
  line-height: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hide from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/*****************************************************************************
base
*****************************************************************************/
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  scroll-behavior: smooth;
}
body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Shippori Mincho', sans-serif;
  font-weight: 500;
  line-height: 1.7;
  font-size: 16px;
  color: #413e29;
  position: relative;
  counter-reset: number 0;
}
/*****************************************************************************
font 
*****************************************************************************/
.noto-sans {
  font-family: 'Noto Sans JP', sans-serif;
}
.shippori-mincho {
  font-family: 'Shippori Mincho', sans-serif;
}
.stix-two {
  font-family: 'STIX Two Text', serif;
}
.windsong {
  font-family: "WindSong", cursive;
}
/*****************************************************************************
heading
*****************************************************************************/
.heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .heading {
    margin-bottom: 50px;
  }
}
.heading1-en {
  font-family: "WindSong", cursive;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  color: #274742;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .heading1-en {
    font-size: 42px;
  }
}
.heading1-jp {
  font-size: 13px;
  font-weight: 500;
  color: #413e29;
  text-align: center;
}
.concept .heading1-en, .farmer .heading1-en {
  color: #c6aa57;
}
.concept .heading1-jp, .farmer .heading1-jp {
  color: #ffffff;
}
.heading-explanation {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .heading-explanation {
    margin-top: 40px;
    text-align: left;
  }
}
/*****************************************************************************
 responsive
 *****************************************************************************/
.sp-hide-980 {
  display: block !important;
}
@media screen and (max-width: 980px) {
  .sp-hide-980 {
    display: none !important;
  }
}
.sp-hide-768 {
  display: block !important;
}
@media screen and (max-width:768px) {
  .sp-hide-768 {
    display: none !important;
  }
}
.sp-hide {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .sp-hide {
    display: none !important;
  }
}
.pc-hide-980 {
  display: none !important;
}
@media screen and (max-width: 980px) {
  .pc-hide-980 {
    display: block !important;
  }
}
.pc-hide-768 {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc-hide-768 {
    display: block !important;
  }
}
.pc-hide {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .pc-hide {
    display: block !important;
  }
}
/*****************************************************************************
common 
*****************************************************************************/
.top {
  overflow: hidden;
}
.use-case {
  padding: 90px 0 0;
}
@media screen and (max-width: 640px) {
  .use-case {
    padding: 50px 0 0;
  }
}
.hawaii, .line-up, .seller {
  padding: 90px 0;
}
@media screen and (max-width: 640px) {
  .hawaii, .line-up, .seller {
    padding: 50px 0 80px;
  }
}
.inner {
  max-width: 1240px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
/*****************************************************************************
content 
*****************************************************************************/
/* header */
.header {
  width: 100%;
  height: auto;
  position: relative;
  background: url(../../assets/img/visual-bg-pc.jpg) no-repeat center center;
  background-size: cover;
  container-type: inline-size;
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  .header {
    background: url(../../assets/img/visual-bg-sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(140px, 35cqw, 480px);
  aspect-ratio: 4 / 3;
  background: url(../../assets/img/visual-img1.png) no-repeat left bottom;
  background-size: contain;
  pointer-events: none;
}
.header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(140px, 35cqw, 480px);
  aspect-ratio: 4 / 3;
  background: url(../../assets/img/visual-img2.png) no-repeat right top;
  background-size: contain;
  pointer-events: none;
}
.header .inner {
  max-width: 1140px;
}
.visual .visual-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .visual .visual-wrapper {
    justify-content: space-around;
  }
}
@media screen and (max-width: 640px) {
  .visual .visual-wrapper {
    flex-wrap: wrap;
  }
}
.visual .visual-wrapper .visual-title {
  width: 50%;
}
@media screen and (max-width: 1280px) {
  .visual .visual-wrapper .visual-title {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .visual .visual-wrapper .visual-title {
    width: 70%;
    padding-top: 70px;
    text-align: center;
  }
}
.visual .visual-wrapper .visual-title .title {}
.visual .visual-wrapper .visual-title .title img {
  width: 100%;
  max-width: 414px;
}
.visual .visual-wrapper .visual-img {
  width: 50%;
  padding-top: 60px;
}
@media screen and (max-width: 1280px) {
  .visual .visual-wrapper .visual-img {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .visual .visual-wrapper .visual-img {
    width: 80%;
    padding-top: 40px;
    text-align: center;
  }
}
.visual .visual-wrapper .visual-img img {
  width: 100%;
  max-width: 535px;
}
/* concept */
.concept .concept-wrapper {
  width: 100%;
  position: relative;
  background:
    linear-gradient(to bottom, rgba(39, 71, 66, 0) 70%, #274742 100%), url(../../assets/img/concept-bg-pc.png) center top / cover no-repeat, #274742;
  padding: 80px 0 220px;
  container-type: inline-size;
}
@media screen and (max-width: 640px) {
  .concept .concept-wrapper {
    background: url(../../assets/img/concept-bg-sp.png) no-repeat center center;
    padding: 50px 0 140px;
  }
}
.concept .explanation {
  text-align: center;
}
@media screen and (max-width: 980px) {
  .concept .explanation {
    text-align: left;
  }
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.concept-slide {
  margin-top: -110px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .concept-slide {
    margin-top: -50px;
  }
}
.concept-slide li {
  display: flex;
  width: 100vw;
  height: auto;
  overflow: hidden;
}
.concept-slide li img {
  width: auto;
  max-width: initial;
  height: 80%;
}
@media screen and (max-width: 640px) {
  .concept-slide li img {
    height: 160px;
  }
}
.concept-slide li img:first-child {
  animation: slide1 250s -125s linear infinite;
}
.concept-slide li img:last-child {
  animation: slide2 250s linear infinite;
}
/* use-case */
.use-case-items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 980px) {
  .use-case-items {
    flex-wrap: wrap;
  }
}
.use-case-item {
  width: calc(100% / 3);
  position: relative;
  padding: 120px 0 50px;
  container-type: inline-size;
}
@media screen and (max-width: 980px) {
  .use-case-item {
    width: 100%;
    padding: 60px 0 50px;
  }
}
.use-case-item:first-child {
  background:
    linear-gradient(to bottom, rgba(222, 134, 111, 0) 70%, #de866f 100%), url(../../assets/img/use-case-bg1.png) center top / cover no-repeat, #de866f;
}
.use-case-item:nth-child(2) {
  background:
    linear-gradient(to bottom, rgba(164, 147, 184, 0) 70%, #a493b8 100%), url(../../assets/img/use-case-bg2.png) center top / cover no-repeat, #a493b8;
}
.use-case-item:last-child {
  background:
    linear-gradient(to bottom, rgba(139, 158, 109, 0) 70%, #8b9e6d 100%), url(../../assets/img/use-case-bg3.png) center top / cover no-repeat, #8b9e6d;
}
.use-case-item a {
  display: block;
  color: #ffffff;
}
.use-case-item .item-inner {
  padding: 0 30px;
}
.item-heading-en {
  font-family: "WindSong", cursive;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  text-align: center;
  line-height: 1.0;
}
@media screen and (max-width: 640px) {
  .item-inner .item-heading-en {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .name .item-heading-en {
    font-size: 18px;
  }
}
.use-case-item:first-child .item-heading-en {
  color: #f9bf92;
}
.use-case-item:nth-child(2) .item-heading-en {
  color: #e6bcf7;
}
.use-case-item:last-child .item-heading-en {
  color: #eae886;
}
.item-inner h3, .name h3 {
  font-size: 13px;
  text-align: center;
  line-height: 1.0;
  margin-top: 30px;
}
@media screen and (max-width: 980px) {
  .item-inner h3, .name h3 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .name h3 {
    margin-top: 15px;
  }
}
.item-inner h3 span, .name h3 span {
  font-family: 'STIX Two Text', serif;
  font-weight: 500;
  font-style: normal;
  font-size: 52px;
  display: block;
  padding-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .item-inner h3 span, .name h3 span {
    font-size: 42px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .name h3 span {
    padding-bottom: 0;
  }
}
.item-scene {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-self: stretch;
}
.use-case-item .item-scene {
  margin-top: 60px;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .use-case-item .item-scene {
    margin-top: 50px;
  }
}
.item-scene li {
  margin: 0 7px 10px;
}
@media screen and (max-width: 640px) {
  .item-scene li {
    margin: 0 4px 10px;
  }
}
.item-scene li:first-child {
  margin: 0 7px 10px 0;
}
@media screen and (max-width: 640px) {
  .item-scene li:first-child {
    margin: 0 4px 10px 0;
  }
}
.use-case-item .item-scene li {
  margin-bottom: 15px;
}
.item-scene li span {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .item-scene li span {
    font-size: 13px;
  }
}
.use-case-item .item-scene li span {
  border: 1px solid #ffffff;
  padding: 4px 13px 6px;
  border-radius: 25px;
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  .use-case-item .item-scene li span {
    padding: 4px 8px 6px;
  }
}
.use-case-item:first-child .item-scene li span b {
  color: #f9bf92;
}
.use-case-item:nth-child(2) .item-scene li span b {
  color: #e6bcf7;
}
.use-case-item:last-child .item-scene li span b {
  color: #eae886;
}
/* hawaii */
.hawaii {
  background: #eeece6;
  position: relative;
  z-index: 1;
}
.hawaii .inner {
  max-width: 1440px;
}
.hawaii-wrapper {
  padding-top: 40px;
}
@media screen and (max-width: 980px) {
  .hawaii-wrapper {
    padding-top: 10px;
  }
}
.hawaii-wrapper .introduction {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .hawaii-wrapper .introduction {
    align-items: start;
  }
}
@media screen and (max-width: 640px) {
  .hawaii-wrapper .introduction {
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
}
.hawaii-wrapper .introduction:last-of-type {
  margin-bottom: 0;
}
.hawaii-wrapper .introduction:last-child .img {
  order: 2;
}
.hawaii-wrapper .introduction:last-child .explanation {
  order: 1;
}
@media screen and (max-width: 640px) {
  .hawaii-wrapper .introduction:last-child .img {
    order: 1;
  }
  .hawaii-wrapper .introduction:last-child .explanation {
    order: 2;
  }
}
.hawaii-wrapper .introduction .explanation, .hawaii-wrapper .introduction .img {
  width: 45%;
}
@media screen and (max-width: 980px) {
  .hawaii-wrapper .introduction .explanation, .hawaii-wrapper .introduction .img {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .hawaii-wrapper .introduction .explanation {
    width: 56%;
  }
  .hawaii-wrapper .introduction .img {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .hawaii-wrapper .introduction .explanation, .hawaii-wrapper .introduction .img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .hawaii-wrapper .introduction .explanation {
    margin-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .hawaii-wrapper .introduction .explanation {
    margin-top: 40px;
  }
}
.hawaii-wrapper .introduction .explanation h3 {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  z-index: 3;
}
.hawaii-wrapper .introduction .explanation h3::after {
  position: absolute;
  font-family: "WindSong", cursive;
  font-style: italic;
  font-weight: 500;
  font-size: 120px;
  color: #274742;
  opacity: 0.1;
  left: -50px;
  transform: translate(0, -55%);
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .hawaii-wrapper .introduction .explanation h3::after {
    font-size: 8vw;
  }
}
@media screen and (max-width: 980px) {
  .hawaii-wrapper .introduction .explanation h3::after {
    font-size: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .hawaii-wrapper .introduction .explanation h3::after {
    font-size: 14vw;
  }
}
@media screen and (max-width: 640px) {
  .hawaii-wrapper .introduction .explanation h3::after {
    font-size: 17vw;
  }
}
@media screen and (max-width: 480px) {
  .hawaii-wrapper .introduction .explanation h3::after {
    font-size: 24vw;
  }
}
.hawaii-wrapper .introduction:first-child .explanation h3::after {
  content: 'Nature';
}
.hawaii-wrapper .introduction:last-child .explanation h3::after {
  content: 'Moon';
}
.hawaii-wrapper .introduction .explanation p:first-of-type {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .hawaii-wrapper .introduction .explanation p:first-of-type {
    margin-top: 30px;
  }
}
/* line-up */
.line-up {}
.line-up-wrapper {
  padding-top: 40px;
}
@media screen and (max-width: 640px) {
  .line-up-wrapper {
    padding-top: 10px;
  }
}
.line-up-item {
  width: 100%;
  position: relative;
  height: auto;
}
@media screen and (max-width: 768px) {
  .line-up-item {
    flex-wrap: wrap;
  }
}
.item-name-wrapper:before, .item-explanation-wrapper:before {
  content: "";
  display: block;
  padding-top: 30%;
  /*padding-top: 100%;*/
}
@media screen and (max-width: 1180px) {
  .item-name-wrapper:before, .item-explanation-wrapper:before {
    padding-top: 34%;
  }
}
@media screen and (max-width: 1040px) {
  .item-name-wrapper:before, .item-explanation-wrapper:before {
    padding-top: 38%;
  }
}
@media screen and (max-width: 980px) {
  .item-name-wrapper:before, .item-explanation-wrapper:before {
    padding-top: 44%;
  }
}
@media screen and (max-width: 920px) {
  .item-name-wrapper:before, .item-explanation-wrapper:before {
    padding-top: 50%;
  }
}
@media screen and (max-width: 820px) {
  .item-name-wrapper:before, .item-explanation-wrapper:before {
    padding-top: 60%;
  }
}
@media screen and (max-width: 768px) {
  .item-name-wrapper:before, .item-explanation-wrapper:before {
    content: initial;
  }
}
.item-name {
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .item-name {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
.item-title {
  position: relative;
}
.item-title .img {
  max-width: 640px;
  margin-left: 80px;
}
.item-name .item-title .name {
  position: absolute;
  top: 20%;
  left: 0;
}
.item-name .item-title .name .item-heading-en {
  text-align: left;
}
.line-up-item:first-child .item-heading-en, .line-up-item:first-child .item-scene li span b, .line-up-item:first-child .material .title span, .line-up-item:first-child .material .sup {
  color: #de866f;
}
.line-up-item:nth-child(2) .item-heading-en, .line-up-item:nth-child(2) .item-scene li span b, .line-up-item:nth-child(2) .material .title span, .line-up-item:nth-child(2) .material .sup {
  color: #a493b8;
}
.line-up-item:last-child .item-heading-en, .line-up-item:last-child .item-scene li span b, .line-up-item:last-child .material .title span, .line-up-item:last-child .material .sup {
  color: #8b9e6d;
}
.line-up-item h3 {
  color: #413e29;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .line-up-item .name h3 span {
    font-size: 35px;
  }
}
.item-explanation {
  position: absolute;
  width: 48%;
  height: 100%;
  top: 10%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .item-explanation {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 40px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .line-up-item:last-child .item-explanation {
    margin: 40px 0 0;
  }
}
.item-explanation .title {
  margin-bottom: 20px;
}
.item-explanation .item-use-case, .item-explanation .material {
  margin-top: 35px;
}
.line-up-item .material .title span {
  font-weight: 400;
  font-size: 13px;
  margin-left: 12px;
}
.line-up-item .ingredients {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.line-up-item .ingredients li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
}
.line-up-item .ingredients li:not(:last-child)::after {
  content: " / ";
  color: #c3c3c7;
  margin: 0 .35em;
}
.line-up-item .material .sup {
  margin-top: 20px;
  font-size: 13px;
}
#anchor1, #anchor2, #anchor3 {
  scroll-margin-top: 40px;
}
/* farmer */
.farmer {
  width: 100%;
  position: relative;
  background:
    linear-gradient(to bottom, rgba(39, 71, 66, 0) 70%, #274742 100%), url(../../assets/img/farmer-bg.png) center top / cover no-repeat, #274742;
  padding: 80px 0 120px;
  container-type: inline-size;
}
@media screen and (max-width: 640px) {
  .farmer {
    padding: 50px 0 80px;
  }
}
.farmer-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  color: #ffffff;
  padding-top: 40px;
}
@media screen and (max-width: 640px) {
  .farmer-wrapper {
    flex-wrap: wrap;
    padding-top: 10px;
  }
}
.farmer-wrapper .introduction, .farmer-wrapper .img {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .farmer-wrapper .introduction {
    width: 56%;
  }
  .farmer-wrapper .img {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .farmer-wrapper .introduction, .farmer-wrapper .img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .farmer-wrapper .introduction {
    order: 2;
    margin-top: 20px;
  }
  .farmer-wrapper .img {
    order: 1;
  }
}
.farmer-wrapper .introduction h3 {
  font-size: 13px;
  text-align: left;
  line-height: 1.0;
  margin-top: 30px;
}
.farmer-wrapper .introduction h3 span {
  font-family: 'STIX Two Text', serif;
  font-weight: 500;
  font-style: normal;
  font-size: 42px;
  display: block;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .farmer-wrapper .introduction h3 span {
    font-size: 35px;
  }
}
.farmer-wrapper .introduction p:first-of-type {
  margin-top: 50px;
}
.farmer-wrapper .introduction .link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 50px;
}
.farmer-wrapper .introduction .link li {
  width: 48%;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-align: center;
}
.farmer-wrapper .introduction .link li span {
  font-family: 'STIX Two Text', serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  color: #ffffff;
}
.farmer-wrapper .introduction .link li a {
  display: block;
  padding: 6px 10px 10px;
}
/* seller */
.seller {}
.seller-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 640px) {
  .seller-wrapper {
    flex-wrap: wrap;
  }
}
.seller-wrapper .img {
  width: 32%;
}
@media screen and (max-width: 640px) {
  .seller-wrapper .img {
    width: 80%;
    margin: auto;
  }
}
.seller-wrapper .company-profile {
  width: 60%;
}
@media screen and (max-width: 640px) {
  .seller-wrapper .company-profile {
    width: 100%;
    margin-top: 40px;
  }
}
.company-profile table {
  width: 100%;
  line-height: 1.8;
}
.company-profile table tr {}
.company-profile table th {
  width: 150px;
  box-sizing: border-box;
  border-bottom: 1px solid #413e29;
  padding: 20px 30px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .company-profile table th {
    width: 100%;
    border-bottom: none;
    display: block;
    background: #eeece6;
  }
}
@media screen and (max-width: 640px) {
  .company-profile table th {
    padding: 10px 15px;
  }
}
.company-profile table th:first-child {
  border-top: 1px solid #413e29;
}
@media screen and (max-width: 980px) {
  .company-profile table th:first-child {
    border-top: none;
  }
}
.company-profile table td {
  box-sizing: border-box;
  border-bottom: 1px solid #413e29;
  padding: 20px 30px;
}
@media screen and (max-width: 980px) {
  .company-profile table td {
    border-bottom: none;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .company-profile table td {
    padding: 10px 15px;
  }
}
.company-profile table td:first-of-type {
  border-top: 1px solid #413e29;
}
@media screen and (max-width: 980px) {
  .company-profile table td:first-of-type {
    border-top: none;
  }
}
/* footer */
.footer {
  background: #eeece6;
}
.company-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
}
@media screen and (max-width: 980px) {
  .company-info {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .company-info {
    padding: 50px 0;
  }
}
.company-info .info, .company-info .contact {
  width: 48%;
}
@media screen and (max-width: 980px) {
  .company-info .info, .company-info .contact {
    width: 100%;
    text-align: center;
  }
}
.company-info .info h2 {
  font-size: 13px;
}
.company-info .info h2 span {
  font-family: 'STIX Two Text', serif;
  font-weight: 500;
  font-style: normal;
  font-size: 70px;
}
@media screen and (max-width: 640px) {
  .company-info .info h2 span {
    font-size: 50px;
    line-height: 1.5;
  }
}
.company-info .info .sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 980px) {
  .company-info .info .sns {
    justify-content: center;
  }
}
.company-info .info .sns li {
  margin-left: 18px;
}
.company-info .info .sns li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .company-info .info .sns li {
    width: 24%;
    margin-left: 0;
  }
}
.company-info .info .sns li img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 980px) {
  .company-info .contact {
    margin-top: 70px;
  }
}
@media screen and (max-width: 640px) {
  .company-info .contact {
    margin-top: 50px;
  }
}
.company-info .contact p:first-child {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .company-info .contact p:first-child {
    margin-bottom: 20px;
  }
}
.company-info .contact .link-btn1 {
  margin: auto;
}
.link-btn1 {
  position: relative;
  max-width: 480px;
  height: 70px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  border-radius: 5px;
  display: block;
  background: linear-gradient(135deg, #e9cb81 0%, #816956 66%, #413e29 100%);
}
@media screen and (max-width: 640px) {
  .link-btn1 {
    font-size: 4.2vw;
  }
}
.link-btn1 a {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-btn1:hover {
  opacity: 0.8;
}
.footer .copyright {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #274742;
  padding: 20px 0 16px 0;
  font-family: 'STIX Two Text', serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-align: center;
}