@charset "utf-8";
@import url("//fonts.googleapis.com/css?family=Comfortaa&display=swap");
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:300,400&display=swap");
#Main_inner {
  padding-bottom: 0px;
}

#Cont {
  width: auto;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  #Cont {
    margin-bottom: 20px;
  }
}

#Cont * {
  font-family: 'Comfortaa','Noto Sans JP', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#Cont a {
  color: inherit;
}

#Cont a:hover {
  opacity: 0.7;
}

#Cont .clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#Cont .contentInner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  #Cont .contentInner {
    padding: 0 15px;
  }
}

#Cont .sp {
  display: none;
}

@media screen and (max-width: 640px) {
  #Cont .sp {
    display: block;
  }
}

#Cont .clickBox {
  cursor: pointer;
}

#Cont .clickBox a {
  text-decoration: none;
  opacity: 1;
}

#Cont .topImg {
  position: relative;
  z-index: 3;
  background: #fff;
}

#Cont .topImg .contentInner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  #Cont .topImg .contentInner {
    padding: 0;
  }
}

#Cont .topImg .img img {
  margin: 0 auto;
}

#Cont .topImg .txt {
  position: absolute;
  font-size: 24px;
  top: 105px;
  left: 425px;
  font-weight: bold;
  line-height: 1.3;
}

#Cont .topImg .txt .note {
  display: block;
}

@media screen and (max-width: 1366px) {
  #Cont .topImg .txt {
    top: 22%;
    left: 43%;
    font-size: 1.7vw;
  }
}

@media screen and (max-width: 640px) {
  #Cont .topImg .txt {
    top: 10%;
    left: 41%;
    font-size: 4.3vw;
  }
  #Cont .topImg .txt .note {
    margin-top: -0.5vw;
  }
}

#Cont .titleStyle01 {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}

#Cont .titleStyle01 .ttl {
  font-size: 44px;
  color: #36241f;
}

@media screen and (max-width: 640px) {
  #Cont .titleStyle01 .ttl {
    font-size: 27px;
    margin-bottom: 10px;
  }
}

#Cont .titleStyle01 .sub {
  color: #666;
  font-size: 22px;
}

@media screen and (max-width: 640px) {
  #Cont .titleStyle01 .sub {
    font-size: 17px;
  }
}

#Cont .titleStyle02 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #36241f;
}

@media screen and (max-width: 640px) {
  #Cont .titleStyle02 {
    font-size: 25px;
  }
}

#Cont #histry {
  padding: 200px 0;
  margin-top: -100px;
  text-align: right;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  #Cont #histry {
    padding-top: 150px;
    padding-bottom: 0;
    background: #fff5e3;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff4e4), color-stop(50%, #fff4e4), color-stop(51%, rgba(255, 244, 228, 0)), to(rgba(255, 244, 228, 0)));
    background: linear-gradient(to bottom, #fff4e4 0%, #fff4e4 50%, rgba(255, 244, 228, 0) 51%, rgba(255, 244, 228, 0) 100%);
  }
}

#Cont #histry::before {
  content: "";
  height: 100%;
  width: 200vw;
  background: url(../images/bk_histry.png) no-repeat right 50% bottom, url(../images/bk_histry2.png) repeat-x center bottom #fff4e4;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-4.5deg);
  transform: translateX(-50%) rotate(-4.5deg);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  #Cont #histry::before {
    background: #fff4e4;
  }
}

#Cont #histry .contentInner {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  #Cont #histry .contentInner {
    padding: 0;
  }
}

#Cont #histry .box {
  text-align: left;
  width: 50%;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  #Cont #histry .box {
    width: auto;
    padding: 0 20px;
  }
}

#Cont #histry .box .ttl {
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  #Cont #histry .box .ttl {
    font-size: 16px;
  }
}

#Cont #histry .box .txt {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  #Cont #histry .box .txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  #Cont #histry .img {
    margin-top: -50px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}

#Cont #product {
  background: url(../images/bk_block.jpg) no-repeat;
  background-size: cover;
  padding: 200px 0;
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

#Cont #product .box01 {
  padding: 0 0 90px;
}

#Cont #product .box01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

@media screen and (max-width: 640px) {
  #Cont #product .box01 .inner {
    display: block;
  }
}

#Cont #product .box01 .inner .img {
  width: calc(100% - 548px);
}

@media screen and (max-width: 640px) {
  #Cont #product .box01 .inner .img {
    width: 80%;
    margin: auto;
  }
}

#Cont #product .box01 .inner .img img {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: calc(100% - 448px);
  height: 822px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 0 100%;
  object-position: 0 100%;
  font-family: 'object-fit: scale-down;object-position: 0 100%;';
}

@media screen and (max-width: 640px) {
  #Cont #product .box01 .inner .img img {
    position: static;
    width: auto;
    height: auto;
  }
}

#Cont #product .box01 .inner .txt {
  width: 548px;
  height: 810px;
  padding: 55px 65px 55px;
  background: url(../images/bk_board.png) no-repeat;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  #Cont #product .box01 .inner .txt {
    background: url(../images/bk_board_sp.png) no-repeat;
    background-size: contain;
    padding: 7vw 8vw 10vw;
    width: 90vw;
    height: 172.24576vw;
  }
}

#Cont #product .box01 .inner .txt .txt1 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  #Cont #product .box01 .inner .txt .txt1 {
    font-size: 4vw;
    margin-bottom: 0;
  }
}

#Cont #product .box01 .inner .txt .txt2 {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  #Cont #product .box01 .inner .txt .txt2 {
    font-size: 3.2vw;
  }
}

#Cont #product .box01 .inner .txt .txt2 p {
  margin-bottom: 20px;
}

#Cont #product .box01 .inner .txt .txt2 p:last-child {
  margin-bottom: 0;
}

#Cont #product .box01 .inner .txt .txt2 p.note {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  #Cont #product .box01 .inner .txt .txt2 p.note {
    font-size: 3.2vw;
  }
}

#Cont #product .box01 .inner .txt .txt3 {
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: auto;
  width: 100%;
}

@media screen and (max-width: 640px) {
  #Cont #product .box01 .inner .txt .txt3 {
    padding: 2vw;
    font-size: 3.2vw;
  }
}

#Cont #product .assessment {
  margin-bottom: 90px;
  text-align: center;
  padding: 90px 0;
  position: relative;
}

#Cont #product .assessment::before {
  content: "";
  height: 100%;
  width: 120vw;
  background: #D4BF88;
  background: url(../images/bk_assessment.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-4.5deg);
  transform: translateX(-50%) rotate(-4.5deg);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  z-index: 1;
}

#Cont #product .assessment .contentInner {
  position: relative;
  z-index: 2;
}

#Cont #product .assessment .titleStyle02 {
  color: #fff;
}

@media screen and (max-width: 640px) {
  #Cont #product .assessment .titleStyle02 {
    margin-bottom: 10px;
  }
}

#Cont #product .assessment .lead {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}

@media screen and (max-width: 640px) {
  #Cont #product .assessment .lead {
    font-size: 14px;
  }
}

#Cont #product .assessment .box {
  display: inline-block;
}

#Cont #product .assessment .box .img {
  background: #fff;
  padding: 30px;
  margin-bottom: 25px;
}

#Cont #product .assessment .box .img img {
  margin: auto;
}

#Cont #product .assessment .box .note {
  color: #fff;
  text-align: left;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  #Cont #product .assessment .box .note {
    font-size: 11px;
  }
}

#Cont #relation {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 191, 136, 0)), color-stop(50%, rgba(212, 191, 136, 0)), color-stop(51%, #d4bf88), to(#d4bf88));
  background: linear-gradient(to bottom, rgba(212, 191, 136, 0) 0%, rgba(212, 191, 136, 0) 50%, #d4bf88 51%, #d4bf88 100%);
  padding: 80px 0 50px;
  margin-top: -100px;
  position: relative;
}

#Cont #relation::before {
  content: "";
  height: 100%;
  width: 200vw;
  background: #D4BF88;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-4.5deg);
  transform: translateX(-50%) rotate(-4.5deg);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  z-index: 1;
}

#Cont #relation .contentInner {
  position: relative;
  z-index: 2;
}

#Cont #relation .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  #Cont #relation .link {
    display: block;
  }
}

#Cont #relation .link dl {
  width: 31.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (max-width: 640px) {
  #Cont #relation .link dl {
    width: auto;
    margin-bottom: 20px;
  }
}

#Cont #relation .link dl:hover .img img {
  opacity: 0.7;
}

#Cont #relation .link dl dt {
  line-height: 1.4;
  font-size: 16px;
  position: relative;
  background: url(../images/arrow01.svg) no-repeat right center;
}

@media screen and (max-width: 640px) {
  #Cont #relation .link dl dt {
    font-size: 14px;
  }
}

#Cont #relation .link dl .img {
  margin-bottom: 15px;
  background: #fff;
}

@media screen and (max-width: 640px) {
  #Cont #relation .link dl .img {
    margin-bottom: 10px;
  }
}

#Cont #relation .link dl .img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#Cont > .dekuyper .topImg .txt {
  top: 14%;
  left: 44%;
}

@media screen and (max-width: 640px) {
  #Cont > .dekuyper .topImg .txt {
    top: 6%;
    left: 54%;
  }
}

#Cont > .dekuyper #product .box01 .inner .txt {
  height: 746px;
}

@media screen and (max-width: 640px) {
  #Cont > .dekuyper #product .box01 .inner .txt {
    height: 150.88983vw;
  }
}

#Cont > .kwaifeh .topImg .txt {
  top: 19%;
  left: 47%;
}

@media screen and (max-width: 640px) {
  #Cont > .kwaifeh .topImg .txt {
    top: 10%;
    left: 43%;
  }
}

#Cont > .kwaifeh #product .box01 .inner .txt {
  height: 695px;
}

@media screen and (max-width: 640px) {
  #Cont > .kwaifeh #product .box01 .inner .txt {
    height: 138.94068vw;
  }
}
