@charset "utf-8";
/*------------------------------------------------
OEM事業について
------------------------------------------------*/

/*----- 背景 -----*/
.main-contents {
  background-color: #eeeceb;
  background-image: url(../../images/business/business_main_bg.jpg);
  background-position: top -50px center;
  background-repeat: repeat-y;
  background-size: auto;
}

/*========== OEM事業について ==========*/

.business {
  margin: -60px 0 0;
  padding: 60px 0 20px;
}

.business-inner {
  padding: 25px 15px;
}

.business-title {
  font-size: 2.2rem;
  text-align: center;
}

.business-text {
  color: #5f5f5f;
  line-height: 2;
  margin: 0 0 35px 0;
  text-align: justify;
}

@media print, screen and (min-width: 769px) {
  .business {
    padding: 0 0 70px;
  }

  .business-inner {
    margin: auto;
    padding: 25px 0;
    width: 1000px;
  }

  .business-title {
    font-size: 4rem;
    margin: 0 0 25px 0;
  }

  .business-text {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 70px 0;
    padding: 0 60px 0 0;
    text-align: center;
  }
}

/*----- マーべセラーがご提供するOEM事業 -----*/

.provide-list {
  margin: 25px 0;
}

.provide-item:not(:last-of-type) {
  margin: 0 0 25px 0;
}

.provide-item-title {
  border-bottom: 3px solid #1b4797;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 auto 15px;
  min-width: 10em;
  padding: 0 0 10px;
  text-align: center;
  width: 60%;
}

.provide-item-text {
  color: #5f5f5f;
  text-align: justify;
}

/*マーブルボタン*/
.provide-link-button {
  border-radius: 16px;
  display: block;
  height: 32px;
  margin: 25px auto 50px;
  padding: 4px;
  width: 215px;
}

.provide-link-button .marble-inner {
  align-items: center;
  border-radius: 18px;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  line-height: 1;
  padding: 0 0 0 15px;
  position: relative;
  text-align: center;
  width: 100%;
}

.provide-link-button .marble-inner::before, .provide-link-button .marble-inner::after {
  border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,1);
  border-style: solid;
  border-width: 6px 6px 6px 10px;
  content: "";
  display: block;
  height: 0;
  margin: -6px 0 0 0;
  position: absolute;
  top: 50%;
  width: 0;
}
.provide-link-button .marble-inner::before {
  left: 25px;
}
.provide-link-button .marble-inner::after {
  left: 38px;
}

@media print, screen and (min-width: 600px) {
  .provide-link-button {
    margin: 25px 0 0 auto;
  }
  .provide-link-button .marble-inner {
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 769px) {
  .provide-list {
    margin: 50px 0 120px;
  }

  .provide-item:not(:last-of-type) {
    margin: 0 0 70px 0;
  }

  .provide-item-title {
    font-size: 3rem;
    margin: 0 auto 20px;
    min-width: 315px;
    width: 315px;
  }

  .provide-item-text {
    color: #5f5f5f;
    font-size: 1.8rem;
    text-align: center;
  }
}

/*----- 化粧品 (商品化までの流れの一例) -----*/

.flow-text {
  margin: 25px auto;
  text-align: center;
}

.flow-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin: 25px auto;
  width: 100%;
}

.flow-item {
  width: 31%;
}

.flow-item:not(:last-of-type) {
  margin: 0 0 25px 0;
}

.flow-item-imgbox {
  border-radius: 50%;
  height: 90px;
  margin: auto;
  overflow: hidden;
  width: 90px;
}

.flow-item-img {
  height: 100%;
  width: auto;
}

.flow-item-title {
  font-size: 1rem;
  text-align: center;
}

@media print, screen and (min-width: 600px) {
  .flow-item-imgbox {
    height: 160px;
    width: 160px;
  }
}

@media print, screen and (min-width: 769px) {
  .flow-text {
    font-size: 2.2rem;
    margin: 30px auto;
  }

  .flow-list {
    justify-content: space-between;
  }

  .flow-item {
    width: 300px;
  }

  .flow-item-imgbox {
    height: 300px;
    width: 300px;
  }

  .flow-item-img {
    height: 100%;
    width: auto;
  }

  .flow-item-title {
    font-size: 2rem;
  }
}


/*商品化までのフロー(例)*/

.flow-chart {
  background-color: #fff;
  background-image: url(../../images/business/business_flow_chart_bg.png);
  background-position: center center;
  background-size: cover;
  box-shadow: 2px 2px 2px rgba(0,0,0,.5);
  margin: 0 0 50px;
}

.flow-chart-imgbox {
  padding: 10px;
  width: 100%;
}

.flow-chart-img {
  height: auto;
  width: 100%;
}

.flow-chart-ttl {
  padding: 10px 0 5px;
  text-align: center;
}

@media print, screen and (min-width: 600px) {
  .flow-chart-ttl {
    font-size: 2.5rem;
  }

  .flow-chart-imgbox {
    padding: 40px 15px 40px 30px;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .flow-chart {
    margin: 0 0 100px;
  }
  .flow-chart-ttl {
    font-size: 3.8rem;
  }
}

/*----- 原料について -----*/

.material {
  margin: -60px 0 0;
  padding: 60px 0 0;
  width: 100%;
}

.material-text {
  color: #5f5f5f;
  margin: 25px auto;
  text-align: justify;
}

.material-list {
  width: 100%;
}

.material-item {
  width: 100%;
}

.material-item:not(:last-of-type) {
  margin-bottom: 50px;
}

.material-item-title {
  align-items: center;
  background-color: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0,0,0,.3) inset;
  color: #5f5f5f;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 1.8rem;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}

.material-item-imgbox {
  margin: 35px auto;
  max-width: 320px;
  width: 100%;
}

.material-item-img {
  height: auto;
  width: 100%;
}

.material-item-subimg {
  margin: 25px auto;
  width: 60%;
}

.description-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 15px 0;
  text-align: justify;
}

.description-text {
  text-align: justify;
}

@media print, screen and (min-width: 600px) {
  .material-text {
    font-size: 2rem;
    margin: 50px auto;
    text-align: center;
  }
  .material-item-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    order: 1;
  }
  .material-item {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .material-item-imgbox {
    margin: 0;
    order: 3;
    width: 28%;
  }
  .material-description {
    order: 2;
    width: 70%;
  }
  .description-title {
    font-size: 2rem;
  }
  .description-text {
    text-align: justify;
  }
}

@media print, screen and (min-width: 769px) {
  .material-item-title {
    font-size: 3.8rem;
  }
  .material-item-imgbox {
    width: 340px;
  }
  .material-description {
    width: 620px;
  }
  .description-title {
    font-size: 2.3rem;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
}

/*トップへ戻るボタン*/
.go-top {
  border-color: #6980b1 #2c3f6a #2c3f6a #6980b1;
  border-radius: 1px;
  border-style: solid;
  border-width: 4px;
  box-shadow: 3px 3px 6px rgba(0,0,0,.1), 6px 6px 8px rgba(0,0,0,.2);
  box-sizing: border-box;
  display: block;
  line-height: 1.5;
  margin: 25px auto;
  position: relative;
  text-align: center;
  width: 80%;
}

.go-top::before {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-top: 2px solid rgba(255, 255, 255, .2);
  content: "";
  display: block;
  height: 2px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: calc(100% + 4px);
}
.go-top::after {
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid rgba(255, 255, 255, .3);
  content: "";
  display: block;
  height: 1px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: calc(100% + 2px);
}

.go-top-inner {
  background: linear-gradient( to right, #5877ba, #334368);
  border: 1px solid #5877ba;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-weight: 400;
  padding: 10px 15px;
}

.go-top-inner::before {
  content: "▲";
  display: inline-block;
  margin-right: 10px;
}

.go-top-inner::after {
  content: "▲";
  display: inline-block;
  margin-left: 10px;
}

@media print, screen and (min-width: 769px) {
  .go-top {
    margin: 100px auto 25px;
    width: 614px;
  }
  .go-top-band {
    line-height: 1;
  }

  .go-top-inner {
    font-size: 3rem;
    padding: 3px 9px;
  }
  .go-top-inner::before {
    margin-right: 30px;
  }

  .go-top-inner::after {
    margin-left: 30px;
  }
}
