/*==============================
	global
==============================*/
.moreLink {
  width: 70%;
  border-bottom: solid 1px #333;
  text-align: center;
}

.moreLink a {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-bottom: 7.5%;
  font-weight: bold;
  line-height: 1.0;
  font-size: 4.375vw;
}

.moreLink a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #bf273d;
  margin-right: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  margin-top: -7px;
}

@media screen and (min-width: 768px) {
  .moreLink {
    width: 100%;
    max-width: 200px;
  }

  .moreLink a {
    font-size: 1.09375vw;
  }
}

/*==============================
	fv
==============================*/
.fv {
  position: relative;
  background: url("../img/index/fv_img-sp.jpg") no-repeat top center;
  background-size: 100%;
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin-bottom: 6%;
}

.fv h2 {
  width: 87.5%;
  margin: 0 auto;
  font-size: 10.9375vw;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .fv {
    background: url("../img/index/fv_img-pc.jpg") no-repeat top center;
    background-size: 100%;
    padding-top: 28.5%;
    margin-bottom: 3%;
  }

  .fv h2 {
    width: 100%;
    max-width: 1280px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 2.734375vw;
  }
}

/*==============================
	message
==============================*/
.message {
  margin-bottom: 14%;
}

.message .box {
  padding: 2em 5%;
  box-sizing: border-box;
}

.message .box .catch {
  margin-bottom: 10%;
}

.message .box .name {
  font-size: 3.75vw;
  margin-bottom: 9%;
}

.message .box .name strong {
  font-size: 1.3em;
}

.message .box .imgArea {
  margin-bottom: 10%;
}

.message .box .moreLink {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .message {
    margin-bottom: 8%;
  }

  .message .inner {
    width: 70%;
    max-width: 900px;
    position: relative;
  }

  .message .box {
    width: 50%;
    padding: 2em; 
    margin: 20% 0 0 50%;
    border-radius: 0;
  }

  .message .box .catch {
    font-size: 2.1875vw;
    margin-bottom: 5%;
  }

  .message .box .name {
    font-size: 1.25vw;
    margin-bottom: 5%;
  }

  .message .box .imgArea {
    width: 50%;
    position: absolute;
    left: 0;
    top: -18%;
  }

  .message .box .moreLink {
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width: 1280px) {
  .message .box .catch {
    font-size: 28px;
  }

  .message .box .name {
    font-size: 16px;
  }
}

/*==============================
	philosophy
==============================*/
.philosophy {
  background: url("../img/index/top_img02-sp.jpg") no-repeat top center;
  background-size: 100%;
  width: 100%;
  height: 0;
  padding-top: 119%;
  position: relative;
  margin-bottom: 14%;
}

.philosophy .inner {
  position: absolute;
  top: 14%;
  left: 6.25%;
}

.philosophy .box {
  padding: 1em 5%;
  background: rgba(255, 255, 255, 0.84);
}

.philosophy .box .ttlBlock {
  margin-bottom: 5%;
}

.philosophy .box p {
  margin-bottom: 5%;
}

.philosophy .box .moreLink {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .philosophy {
    background: url("../img/index/top_img02-pc.jpg") no-repeat top center;
    background-size: 100%;
    padding-top: 23.42%;
    margin-bottom: 6%;
  }

  .philosophy .inner {
    width: 32%;
    max-width: 438px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .philosophy .box {
    width: 100%;
    padding: 2em;
    box-sizing: border-box;
  }

  .philosophy .box .ttlBlock {
    margin-bottom: 5%;
  }

  .philosophy .box p {
    margin-bottom: 5%;
  }

  .philosophy .box .moreLink {
    margin: 0 auto;
  }
}

/*==============================
	sustainability
==============================*/
.sustainability .inner {
  display: flex;
}

.sustainability .box {
  padding: 1em 5%;
  background: rgba(255, 255, 255, 0.84);
}

.sustainability .box .ttlBlock {
  margin-bottom: 5%;
}

.sustainability .box p {
  margin-bottom: 5%;
}

.sustainability .box .moreLink {
  margin: 0 auto;
}

.sustainability .inner .imgArea {
  width: 50%;
  height: auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .sustainability {
    margin-bottom: 6%;
  }

  .sustainability .inner {
    width: 50vw;
    max-width: 740px;
    height: 16vw;
    min-height: 160px;
    max-height: 250px;
  }

  .sustainability .box {
    width: 50%;
    padding: 2em;
    box-sizing: border-box;
    border-radius: 8px 0 0 8px;
  }

  .sustainability .inner .imgArea {
    border-radius: 0 8px 8px 0;
  }

  .sustainability .box .ttlBlock {
    margin-bottom: 5%;
  }

  .sustainability .box p {
    margin-bottom: 5%;
  }

  .sustainability .box .moreLink {
    margin: 1rem auto 0;
  }
}

@media screen and (max-width:767px) {
  .sustainability .inner {
    flex-direction: column-reverse;
    width: 87.5%;
    margin: 0 auto 13%;
  }

  .sustainability .box .ttlBlock {
    margin-bottom: 5%;
  }

  .sustainability .box p {
    margin-bottom: 5%;
  }

  .sustainability .box .moreLink {
    margin: 1rem auto 0;
  }

  .sustainability .inner .imgArea {
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 8px 8px 0 0;
  }

  .sustainability .box {
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
  }
}

/*==============================
	brand
==============================*/
.brand {
  background: #d2c8b9;
  margin-bottom: 14%;
}

.brand .txtArea {
  padding: 6.25%;
}

.brand .txtArea .box {
  padding: 1em 5%;
  background: rgba(255, 255, 255, 0.84);
}

.brand .txtArea .box .ttlBlock {
  margin-bottom: 5%;
}

.brand .txtArea .box p {
  margin-bottom: 5%;
}

.brand .txtArea .box .moreLink {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .brand {
    margin-bottom: 3.6%;
  }

  .brand .wrap {
    position: relative;
  }

  .brand .imgArea {
    width: 46%;
  }

  .brand .txtArea {
    width: 70%;
    max-width: 900px;
    padding: 0 10px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .brand .txtArea .box {
    width: 48%;
    padding: 2em;
    box-sizing: border-box;
    margin: 0 0 0 auto;
  }
}

/*==============================
	outline
==============================*/
.outline {
  margin-bottom: 14%;
}

.outline .links li {
  background: #FFF;
  border-radius: 10px;
  transition: .3s;
}

.outline .links li:hover {
  opacity: .8;
}

.outline .links li p {
  padding: 10% 5%;
  font-weight: bold;
  position: relative;
  font-size: 6.875vw;
}

.outline .links li p:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3B%7D%20.st1%7Bfill%3A%23B5293C%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_1_2_1_%22%20transform%3D%22translate(444%201625)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_2-4_1_%22%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%22-433%22%20cy%3D%22-1614%22%20r%3D%2211%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M-433-1603c-6.1%2C0-11-4.9-11-11c0-6.1%2C4.9-11%2C11-11s11%2C4.9%2C11%2C11C-422-1607.9-426.9-1603-433-1603z%20M-433-1623c-5%2C0-9%2C4-9%2C9s4%2C9%2C9%2C9c5%2C0%2C9-4%2C9-9S-428-1623-433-1623z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_3-4_1_%22%20class%3D%22st1%22%20d%3D%22M-427.5-1614l-9%2C5v-10L-427.5-1614z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
}

.outline .secondalylinks p {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .outline {
    margin-bottom: 2%;
  }

  .outline .inner {
    width: 88.5%;
    max-width: 900px;
  }

  .outline .ttlBlock {
    margin-bottom: 2.2%;
  }

  .outline .ttlBlock.is-2cLine {
    padding-bottom: 2.2%;
  }

  .outline .links {
    margin-bottom: 3.6%;
  }

  .outline .links li {
    margin-bottom: 0;
  }

  .outline .links li p {
    padding: 8% 20px;
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1280px) {
  .outline .links li p {
    padding: 8% 30px;
    font-size: 16px;
  }
}

/*==============================
	guid
==============================*/
.guide .inner {
  background: #d8d8d8;
  padding: 10% 5% 5%;
}

.guide h3 {
  font-size: 6.875vw;
  font-weight: bold;
  margin-bottom: 14%;
  line-height: 1.0;
}

.guide li p {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .guide .inner {
    max-width: 1016px;
    padding: 3.2% 0 2.2%;
  }

  .guide h3 {
    font-size: 1.71875vw;
    width: 88.5%;
    max-width: 900px;
    margin: 0 auto 2.2%;
    padding: 0 10px;
  }

  .guide .wrap {
    width: 88.5%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 10px;
  }
}

@media screen and (min-width: 1280px) {
  .guide h3 {
    font-size: 22px;
  }
}
