@charset "UTF-8";
/*
Theme Name:
Theme URI:
Description:
Author:
Author URI:
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
html {
  color: #595757;
  background: #fff;
  width: 100%;
  font-weight: 500;
  font-size: 62.5% !important;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

body {
  width: 100%;
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.625;
}

a {
  color: #333333;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
}

img {
  max-width: 100%;
}

br.sp, .sp {
  display: none;
}


.delighter {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: 1s;
  transition: 1s;
}

.delighter.delay1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delighter.started {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*---- header ----*/
header {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  margin-bottom: 60px;
}

header .mv-wrap {
  height: 100%;
  overflow: hidden;
}

header .mv-wrap .slick-track {
  height: 100%;
}

header .mv-wrap .slick-list {
  height: 100%;
}

header .mv-wrap .slick-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header .logo {
  width: 198px;
  position: absolute;
  left: 20px;
  bottom: 55px;
}

@media screen and (min-width: 1040px) {
  header .logo {
    left: calc(50% - 400px);
  }
}

/*---- #main ----*/
#main .inner,
#main .btn-inner {
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}

#main .text {
  font-family: "HiraMinProN-W6","Yu Mincho",YuMincho,"MS PMincho",serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 2.6;
}

#main .text p + p {
  margin-top: 1.8em;
}

/*---- #s1 ----*/
#s1 {
  background: url(../../images/bioyard/main/s1_bg.png) no-repeat;
  background-size: 542px auto;
  background-position-y: 60px;
  background-position-X: calc(50% + 75px);
  position: relative;
  padding-top: 145px;
  margin-bottom: 50px;
}

#s1 .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49% 51%;
      grid-template-columns: 49% 51%;
  -ms-grid-rows: 125px auto;
      grid-template-rows: 125px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 40px;
}

#s1 h2 {
  font-family: "HiraMinProN-W6","Yu Mincho",YuMincho,"MS PMincho",serif;
  font-size: 25px;
  font-weight: bold;
  /* letter-spacing: 0.2em; */
  padding-top: 45px;
  position: relative;
}

#s1 h2::before {
  content: "";
  display: block;
  width: 1px;
  height: 130px;
  background-color: #90a66d;
  position: absolute;
  top: -130px;
  left: 60px;
}

#s1 .assets {
  width: 125px;
  position: absolute;
  top: 100px;
  left: calc(50% - 100px);
}

#s1 .img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

/*---- #s2 ----*/
#s2 {
  background: url(../../images/bioyard/main/s2_bg.png) center top no-repeat;
  background-size: 1797px auto;
  position: relative;
  margin-bottom: 226px;
}

#s2 h2 {
  width: 90%;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 2.2;
  text-align: center;
  margin: 115px auto 60px;
  padding: 35px;
  position: relative;
  background: url(../../images/bioyard/main/s2_mark_r2.png) right bottom no-repeat, url(../../images/bioyard/main/s2_mark_l2.png) left top no-repeat;
}

#s2 .vs-wrap .slick-slide {
  padding: 0 20px;
}

#s2 .vs-wrap .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#s2 .text {
  font-family: inherit;
  font-size: 15px;
  letter-spacing: 0.2em;
  line-height: 2.4;
  text-align: center;
}

#s2 .text p + p {
  margin-top: 1.8em;
}

/*---- #s3 ~ #s5 ----*/
#main .sec .main {
  position: relative;
  -webkit-transform: translateY(-126px);
          transform: translateY(-126px);
}

#main .sec .main .mainttl {
  position: absolute;
  top: calc(100% - 30px);
  left: calc(50% - 415px);
  /* -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; */
  line-height: 3.1;
}

#main .sec .main .mainttl span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  /* letter-spacing: 0.15em; */
  white-space: nowrap;
  background-color: #90a66d;
  padding: 10px 15px;
}

#main .sec .main .mainimg {
  height: 450px;
  position: relative;
  left: 20px;
}

@media screen and (min-width: 1040px) {
  #main .sec .main .mainimg {
    left: calc(50% - 445px);
  }
}

#main .sec .main .mainimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#main .sec .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 52% 48%;
      grid-template-columns: 52% 48%;
  /* -ms-grid-rows: 90px auto;
      grid-template-rows: 90px auto; */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* row-gap: 40px; */
}

#main .sec h2 {
  font-family: "HiraMinProN-W6","Yu Mincho",YuMincho,"MS PMincho",serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.15em;
}

#main .sec .img-wrap {
  grid-column: 2/3;
  grid-area: 1/2;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  gap: 8px;
  margin-top: -65px;
}



#main .sec .btns {
  margin-top: 100px;
}

#main .sec .btns a {
  width: 624px;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 21px;
  background: url(../../images/bioyard/main/btn-arrow.svg) 72% 24px no-repeat #b14c59;
  background-size: 8px auto;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

#main .sec .btns a + a {
  margin-top: 35px;
}

#main .sec .btns a:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

/*---- #s3 ----*/
#s3 {
  background: url(../../images/bioyard/main/s3_bg.png) center top no-repeat #f5f2e9;
  background-size: 1800px auto;
  position: relative;
  padding-bottom: 300px;
}
#s3 .inner {
  max-width: 960px;
  grid-template-columns: 49% 46%;
  padding-left: 3%;
}

#s2 .inner .text {
  grid-row: 1/2;
  grid-column: 1/2;
  margin-top: 20px;
}

/*---- #s4 ----*/
#s4 {
  background: url(../../images/bioyard/main/s4_bg.png) center top no-repeat #fff;
  background-size: 1301px auto;
  position: relative;
  padding-bottom: 300px;
}

#s4.sec .main .mainttl {
  left: auto;
  right: calc(50% - 402px);
}

#s4.sec .main .mainimg {
  height: 450px;
  position: relative;
  left: auto;
  right: 20px;
}

@media screen and (min-width: 1040px) {
  #s4.sec .main .mainimg {
    right: calc(50% - 480px);
  }
}

#s4.sec .main .mainimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#s4.sec .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 42%;
      grid-template-columns: 48% 47%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 5%;
          column-gap: 5%;
}

#s4.sec .img-wrap {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

#s4.sec .text {
  grid-column: auto;
  grid-area: auto;
}

/*---- #s5 ----*/
#s5 {
  background: url(../../images/bioyard/main/s5_bg.png) #f5f2e9;
  background-position: center top;
  background-repeat: no-repeat, repeat;
  background-size: 1286px auto, auto;
  position: relative;
  padding-bottom: 110px;
}

#s5.sec .inner {
  grid-template-columns: 40% 48%;
}

#s5 .inner .img-wrap {
  margin-top: 0;
}

/*---- #footer ----*/
footer {
  background: url(../../images/bioyard/main/footer_bg.jpg) center top no-repeat;
  background-size: cover;
  height: 330px;
  position: relative;
}

footer .foot_logo {
  width: 178px;
  position: absolute;
  left: 20px;
  top: 120px;
}

@media screen and (min-width: 1040px) {
  footer .foot_logo {
    left: calc(50% - 480px);
  }
}

/* reset */
#Footer {
  margin-top: 0 !important;
}
