/* Common */
.section {
  padding:100px 0px;
}

.txt {
  margin-bottom:50px;
}

.section-tit {
  font-size:5.5rem;
  font-weight:500;
}

@media (max-width:1200px) {

  .section-tit {
    font-size:3.6rem;
  }

}
@media (max-width:1024px) {

  .section {
    padding:80px 0px;
  }

  .txt {
    margin-bottom:30px;
  }

}
@media (max-width:768px) {

  .section {
    padding:60px 0px;
  }

  .section-tit {
    font-size:2.8rem;
  }

  .txt {
    margin-bottom:22px;
  }

}
@media (max-width:500px) {

}


/* Sub Visual */
.sub-visual {
  width:100%;
  height:100vh;
  background-color:#000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub-visual.sv1 {
  background-image: url('/child/img/sub/sv1.png');
}

.sub-visual.sv2 {
  background-image: url('/child/img/sub/sv2.png');
}

.sub-visual.sv3 {
  height:465px;
  background-image: url('/child/img/sub/sv3.png');
}

.sub-visual-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height:100%;
  padding-top:144px;
}

.sub-visual-container {
  max-width:1230px;
  width:100%;
  padding:0px 15px;
  margin:0 auto;
}

.sub-visual p, .sub-visual h1 {
  color:#fff;
}

.sub-visual .subtitle {
  font-size:2rem;
  font-weight:500;
  margin-bottom:10px;
}

.sub-visual .title {
  font-size:5.5rem;
  font-weight:500;
}

.sub-visual .line {
  content:"";
  display:block;
  width:2px;
  height:40px;
  background-color: #fff;
  margin:20px auto;
}

.sub-visual .subtxt {
  font-size:1.8rem;
  line-height:1.7;
  padding-bottom:40px;
}

.sub-visual .subtxt:last-child {
  padding-bottom:0px;
}

@media (max-width:1200px) {

  .sub-visual-inner {
    padding-top:0px;
  }

  .sub-visual .subtitle {
    font-size:1.7rem;
  }

  .sub-visual .title {
    font-size:3.6rem;
  }

  .sub-visual .line {
    height:30px;
  }

  .sub-visual .subtxt {
    font-size:1.6rem;
  }

}
@media (max-width:1024px) {

  .sub-visual .line {
    margin:10px auto;
  }

  .sub-visual .subtxt {
    padding-bottom:28px;
  }

}
@media (max-width:768px) {

  .sub-visual .subtitle {
    font-size:1.6rem;
  }

  .sub-visual .title {
    font-size:2.8rem;
  }

  .sub-visual .line {
    height:22px;
  }

  .sub-visual .subtxt {
    font-size:1.5rem;
    padding-bottom:20px;
  }

}
@media (max-width:500px) {

}


/* About Intro */
.section--about .din {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.section--about .din01 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom:100px;
}

.section--about .din02 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom:100px;
}

.section--about .din03 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section--about .din .left,
.section--about .din .right {
  flex:1 0 50%;
}

.section--about .din::before {
  content:"";
  display:block;
  position: absolute;
  top:-100px;
  opacity:0;
  width:11px;
  height:322px;
  background-size:auto 322px;
  background-repeat:no-repeat;
  background-position: center;
  webkit-transition: all .6s ease-out .2s;
  -ms-transition: all .6s ease-out .2s;
  transition: all .6s ease-out .2s;
}
.section--about .din.aos-animate::before {
  top:0;
  opacity:1;
}

.section--about .din01::before {
  right:0;
  background-image: url('/child/img/sub/about/about_patten1.png');
}

.section--about .din02::before {
  left:0;
  background-image: url('/child/img/sub/about/about_patten2.png');
}

.section--about .din03::before {
  right:0;
  background-image: url('/child/img/sub/about/about_patten3.png');
}

.section--about .din01 .right {
  padding-left:80px;
  padding-bottom:60px;
}

.section--about .din02 .left {
  padding-left:80px;
  padding-bottom:60px;
}

.section--about .din03 .right {
  padding-left:80px;
  padding-bottom:60px;
}

.section--about .text_t01 {
  font-size:3.2rem;
  margin-bottom:40px;
  position: relative;
}

.section--about .text_t01 span {
  font-size:4rem;
  font-weight:700;
  color:#4c6a26;
}

.section--about .text_t02 {
  font-size:1.8rem;
  line-height:1.7;
}

.section--about .patten {
  position: absolute;
  left:110px;
  bottom:0;
}

.section--about .patten03 {
  left:140px;
}

.section--about .img {
  overflow: hidden;
  position: relative;
}

.section--about .img img {
  max-width: none;
}

.section--global {
  padding-top:0px;
}

.section--global .text {
  margin-bottom:30px;
}

.section--global .t01 {
  font-size:4rem;
  font-weight: 600;
  color:#4c6a26;
}

.section--global .img {
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section--global .img p {
  font-size:3rem;
  font-weight:700;
  letter-spacing:0.2em;
  text-align: center;
  margin-bottom:60px;
}

.section--global .img img {
  max-width:120%;
}

.section--global .globals {
  margin:50px 0px -50px;
}

.section--global .globals-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:0px -30px;
}

.section--global .globals-box {
  padding:50px 30px;
}

.section--global .globals-box .globals-box__t01 {
  font-size:2.2rem;
  font-weight:600;
  color:#4c6a26;
  padding-bottom:15px;
  border-bottom: 1px solid #666666;
}

.section--global .globals-box  .globals-box__list {
  display: flex;
  flex-wrap: wrap;
  margin:-6px -2px;
  padding-top:20px;
}

.section--global .globals-box  .globals-box__list li {
  flex:1 1;
}

.section--global .globals-box  .globals-box__list p {
  font-size:1.6rem;
  color:#666;
  padding:6px 2px;
}

.section--global .globals-item01 .globals-box:nth-child(1) {
  width:25%;
}

.section--global .globals-item01 .globals-box:nth-child(2) {
  width:58%;
}

.section--global .globals-item01 .globals-box:nth-child(3) {
  width:17%;
}

.section--global .globals-item02 .globals-box:nth-child(1) {
  width:25%;
}

.section--global .globals-item02 .globals-box:nth-child(2) {
  width:24%;
}

.section--global .globals-item02 .globals-box:nth-child(3) {
  width:34%;
}

.section--global .globals-item02 .globals-box:nth-child(4) {
  width:17%;
}

@media (max-width:1280px) {
  .section--global .img img {
    max-width:100%;
  }
}
@media (max-width:1200px) {

  .section--about .din01::before,
  .section--about .din02::before,
  .section--about .din03::before {
    height:240px;
    background-size:auto 240px;
  }

  .section--global .img p {
    font-size:2.4rem;
  }

  .section--about .text_t01 {
    font-size:2.4rem;
  }

  .section--about .text_t01 span {
    font-size:2.8rem;
  }

  .section--about .text_t01 span.patten img {
    width:127px;
  }

  .section--about .text_t02 {
    font-size:1.6rem;
  }

  .section--global .t01 {
    font-size:2.8rem;
  }

  .section--global .globals-box .globals-box__t01 {
    font-size:2rem;
  }

  .section--global .globals-box  .globals-box__list p {
    font-size:1.4rem;
  }
}
@media (max-width:1024px) {

  .section--about .din01 {
    margin-bottom:80px;
  }

  .section--about .din01 .right {
    padding-left:60px;
    padding-bottom:40px;
  }

  .section--about .din02  {
    margin-bottom:80px;
  }

  .section--about .din02 .left {
    padding-left:60px;
    padding-bottom:40px;
  }

  .section--about .din03 .right {
    padding-left:60px;
    padding-bottom:40px;
  }

  .section--about .text_t01 {
    margin-bottom:28px;
  }

  .section--global .text {
    margin-bottom:24px;
  }

  .section--global .img p {
    margin-bottom:40px;
  }

  .section--global .globals {
    margin:20px 0px -30px;
  }

  .section--global .globals-item {
    margin:0px -18px;
  }

  .section--global .globals-box {
    padding:30px 18px;
  }

  .section--global .globals-box .globals-box__t01 {
    padding-bottom:8px;
  }

  .section--global .globals-box .globals-box__list {
    margin:-4px -2px;
    padding-top:12px;
  }

  .section--global .globals-box  .globals-box__list p {
    padding:4px 2px;
  }
}
@media (max-width:768px) {

  .section--about .din {
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section--about .din .left,
  .section--about .din .right {
    flex:1 1 100%;
    position: relative;
  }

  .section--about .img img {
    max-width:100%;
    display:block;
  }

  .section--about .din01 {
    margin-bottom:60px;
  }

  .section--about .din01 .left {
    transform: translateX(-30px);
  }

  .section--about .din01 .right {
    padding:0px;
    padding-top:30px;
    padding-right:30px;
  }

  .section--about .din02  {
    margin-bottom:80px;
  }

  .section--about .din02 .left {
    order:2;
    padding:0px;
    padding-top:30px;
    padding-left:30px;
  }

  .section--about .din02 .right {
    order:1;
    transform: translateX(30px);
  }

  .section--about .din03 .left {
    transform: translateX(-30px);
  }

  .section--about .din03 .right {
    padding:0px;
    padding-top:30px;
    padding-right:30px;
  }

  .section--about .text_t01 {
    font-size: 2rem;
    margin-bottom:20px;
  }

  .section--about .text_t01 span {
    font-size:2.4rem;
  }

  .section--about .text_t01 span.patten img {
    width:57px;
  }

  .section--about .text_t02 {
    font-size:1.5rem;
  }

  .section--global .t01 {
    font-size:2.4rem;
  }

  .section--global .img p {
    font-size:2rem;
    letter-spacing:0.1em;
    margin-bottom:28px;
  }

  .section--global .globals {
    margin:15px 0px -15px;
  }

  .section--global .globals-item {
    margin:0px;
  }

  .section--global .globals-box {
    width: 100% !important;
    padding:15px 0px;
  }

  .section--global .globals-box .globals-box__list li {
    flex:1 1 50%;
  }

  .section--global .globals-box .globals-box__t01 {
    font-size:1.8rem;
  }

  .section--global .globals-box .globals-box__list p {
    font-size:1.2rem;
  }
}
@media (max-width:500px) {

  .section--about .din01::before,
  .section--about .din02::before,
  .section--about .din03::before {
    height:200px;
    background-size:auto 200px;
  }

  .section--global .img p {
    font-size:1.8rem;
    letter-spacing:0.08em;
  }

}


/* History */
.section--history {
  padding:100px 0px 160px;
}

.section--history .din {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom:190px;
}

.section--history .din:last-child {
  margin-bottom:0px;
}

.section--history .left {
  width:45%;
}

.section--history .right {
  width:55%;
  padding-left:110px;
  position: relative;
}

.section--history .right::before {
  content:"";
  display:block;
  width:17px;
  height:17px;
  border-radius:50%;
  border:5px solid #819667;
  position: absolute;
  top:0;
  left:43px;
}

.section--history .right::after {
  content:"";
  display:block;
  width:1px;
  height:calc(100% - 25px);
  background-color: #999;
  position: absolute;
  left:50px;
  bottom:0;
}

.section--history .text {
  text-align: right;
}

.section--history .text_t01 {
  font-size:6rem;
  font-weight:500;
  line-height:1;
  color:#4c6a26;
}

.section--history .img {
  position: relative;
}

.section--history .img img {
  display:block;
}

.section--history .img p {
  font-size:10rem;
  font-weight:900;
  line-height:1;
  color:#eaede8;
  position: absolute;
  z-index:-1;
}

.section--history .img p.img_right {
  top:-85px;
  right:0;
}

.section--history .img p.img_left {
  left:0;
  bottom:-85px;
}

.section--history .history-item dl {
  margin-bottom:30px;
}

.section--history .history-item dl:last-child {
  margin-bottom:0px;
}

.section--history .history-item dd {
  font-size:1.8rem;
}

.section--history .din01 .text {
  padding-bottom:150px;
}

.section--history .din02 .text {
  padding-bottom:150px;
}

.section--history .din03 .text {
  padding-bottom:255px;
}

.section--history .din04 .text {
  padding-bottom:150px;
}

@media (max-width:1200px) {

  .section--history .text_t01 {
    font-size:4.4rem;
  }

  .section--history .img p {
    font-size:7rem;
  }

  .section--history .img p.img_right {
    top:-60px;
  }

  .section--history .img p.img_left {
    bottom:-60px;
  }

  .section--history .history-item dd {
    font-size:1.6rem;
  }

}
@media (max-width:1024px) {

  .section--history {
    padding:80px 0px 120px;
  }

  .section--history .din {
    margin-bottom:140px;
  }

  .section--history .right {
    padding-left:80px;
  }

  .section--history .right::before {
    left:32px;
  }

  .section--history .right::after {
    left:40px;
  }

  .section--history .history-item dl {
    margin-bottom:22px;
  }


}
@media (max-width:768px) {

  .section--history {
    padding:60px 0px 100px;
  }

  .section--history .din {
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom:120px;
  }

  .section--history .left {
    width:100%;
  }

  .section--history .right {
    width:100%;
    padding-left:40px;
    padding-top:20px;
    margin-top:20px;
  }

  .section--history .right::before {
    width:13px;
    height:13px;
    border-width:3px;
    left:10px;
  }

  .section--history .right::after {
    left:15px;
  }

  .section--history .img img {
    width:100%;
  }

  .section--history .img p {
    font-size:5.5rem;
    line-height:.8;
    position: relative;
  }

  .section--history .img p.img_left {
    bottom:5px;
  }

  .section--history .img p.img_right {
    top:5px;
    text-align: right;
  }

  .section--history .din01 .text {
    padding-bottom:10px;
    text-align: left;
  }

  .section--history .din02 .text {
    padding-bottom:10px;
    text-align: left;
  }

  .section--history .din03 .text {
    padding-bottom:10px;
    text-align: left;
  }

  .section--history .din04 .text {
    padding-bottom:10px;
    text-align: left;
  }

  .section--history .text_t01 {
    font-size:3.2rem;
  }

  .section--history .history-item dl {
    margin-bottom:14px;
  }

  .section--history .history-item dd {
    font-size:1.5rem;
  }

}
@media (max-width:500px) {

}


/* Value */
.section--value .txt {
  text-align: center;
}

.section--value .title {
  font-size:5.5rem;
  font-weight:500;
}

.section--value .line {
  content:"";
  display:block;
  width:2px;
  height:40px;
  background-color: #333;
  margin:20px auto;
}

.section--value .subtxt {
  font-size:1.8rem;
  line-height:1.7;
  padding-bottom:40px;
}

.section--value .subtxt:last-child {
  padding-bottom:0px;
}

.section--value .con {
  margin-top:110px
}

.section--value .value-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom:50px;
  position:relative;
}

.section--value .value-item:last-child {
  margin-bottom:0px;
}

.section--value .value-item::before {
  content:"";
  display:block;
  width:0;
  height:100%;
  position: absolute;
  -webkit-transition:all .8s ease-out;
  -ms-transition:all .8s ease-out;
  transition:all .8s ease-out;
  z-index:-1;
}

.section--value .value-item.aos-animate::before {
  width:430px;
}

.section--value .value-item--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section--value .value-item--end::before {
  top:0;
  left:0;
  background-color: #e4ebdc;
}

.section--value .value-item--end .text {
  text-align: left;
  padding:50px 0px 50px 250px;
}

.section--value .value-item--start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section--value .value-item--start::before {
  top:0;
  right:0;
  background-color: #ececec;
}

.section--value .value-item--start .text {
  text-align: right;
  padding:50px 250px 50px 0px;
}

.section--value .value-box {
  flex:0 0 80%;
  padding-top: 100px;
}

.section--value .img img {
  display:block;
}

.section--value .text_t01 {
  font-size: 4rem;
  font-weight:500;
  padding-bottom:40px;
}

.section--value .text_t02 {
  font-size:1.8rem;
  line-height:1.7;
}

@media (max-width:1200px) {

  .section--value .title {
    font-size:3.6rem;
  }

  .section--value .line {
    height:30px;
  }

  .section--value .subtxt {
    font-size:1.6rem;
  }

  .section--value .text_t01 {
    font-size:2.8rem;
  }

  .section--value .text_t02 {
    font-size:1.6rem;
  }

}
@media (max-width:1024px) {

  .section--value .line {
    margin:10px auto;
  }

  .section--value .subtxt {
    padding-bottom:28px;
  }

  .section--value .con {
    margin-top:80px;
  }

  .section--value .value-item {
    margin-bottom:30px;
  }

  .section--value .value-item.aos-animate::before {
    width:330px;
  }

  .section--value .value-box {
    padding-top:80px;
  }

  .section--value .value-item--end .text {
    padding:30px 0px 30px 180px;
  }

  .section--value .value-item--start .text {
    padding: 30px 180px 30px 0px;
  }

  .section--value .text_t01 {
    padding-bottom:28px;
  }

}
@media (max-width:768px) {

  .section--value .title {
    font-size:2.8rem;
  }

  .section--value .line {
    height:22px;
  }

  .section--value .subtxt {
    font-size:1.5rem;
    padding-bottom:20px;
  }

  .section--value .con {
    margin-top:60px;
  }

  .section--value .value-item {
    margin-bottom:22px;
  }

  .section--value .value-item::before {
    display: none;
  }

  .section--value .value-item--end .text,
  .section--value .value-item--start .text {
    padding:30px 0px;
  }

  .section--value .value-box {
    flex:1 1 100%;
    padding-top:0px;
  }

  .section--value .text_t01 {
    font-size:2.4rem;
    padding-bottom:20px;
  }

  .section--value .text_t02 {
    font-size:1.5rem;
  }

}
@media (max-width:500px) {

  .section--value .value-item--end .text,
  .section--value .value-item--start .text {
    padding:22px 0px;
  }

}


/* Brand - Intro */
.section--intro {
  width:100%;
  height:100vh;
  background-color:#000;
  padding:0px;
}

.section--intro .intro-item {
  width:100%;
  height:100%;
}

.section--intro .intro-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height:100%;
}

.section--intro .intro-menu li {
  flex:1 1 33.33%;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition:all .15s ease-in-out;
  -ms-transition:all .15s ease-in-out;
  transition:all .15s ease-in-out;
}

.section--intro .intro-menu li.intro-menu__sv1 {
  background-image: url('/child/img/sub/brand/intro_sv1_off.png');
}

.section--intro .intro-menu li.intro-menu__sv2 {
  background-image: url('/child/img/sub/brand/intro_sv2_off.png');
}

.section--intro .intro-menu li.intro-menu__sv3 {
  background-image: url('/child/img/sub/brand/intro_sv3_off.png');
}

.section--intro .intro-menu li.intro-menu__sv4 {
  background-image: url('/child/img/sub/brand/intro_sv4_off.png');
}

.section--intro .intro-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height:100%;
}

.section--intro .text {
  text-align: center;
}

.section--intro .text_t01 {
  font-size:3rem;
  font-weight:600;
  color:#fff;
  -webkit-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

.section--intro .text_t02 {
  font-size:1.8rem;
  line-height:1.7;
  color:#fff;
  -webkit-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  opacity:0;
  transform: translateY(-50%);
}

@media (min-width:1201px) {
  .section--intro .intro-menu li:hover .text_t01 {
    transform: translateY(-30px);
  }
  .section--intro .intro-menu li:hover .text_t02 {
    opacity:1;
    transform: translateY(0px);
  }

  .section--intro .intro-menu li.intro-menu__sv1.change {
    background-image: url('/child/img/sub/brand/intro_sv1_on.png');
  }

  .section--intro .intro-menu li.intro-menu__sv2.change {
    background-image: url('/child/img/sub/brand/intro_sv2_on.png');
  }

  .section--intro .intro-menu li.intro-menu__sv3.change {
    background-image: url('/child/img/sub/brand/intro_sv3_on.png');
  }

  .section--intro .intro-menu li.intro-menu__sv4.change {
    background-image: url('/child/img/sub/brand/intro_sv4_on.png');
  }

}
@media (max-width:1200px) {

  .section--intro .text_t01 {
    font-size:2.4rem;
  }

  .section--intro .text_t02 {
    display: none;
  }

}
@media (max-width:1024px) {
  .section--intro {
    height: auto;
  }
  
  .section--intro .intro-menu {
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section--intro .intro-menu li {
    flex:1 1 100%;
    height:33.33vh;
  }

}
@media (max-width:768px) {

  .section--intro .text_t01 {
    font-size:2rem;
  }

}
@media (max-width:500px) {

}


/* Brand - Deoproce */
.section--brand {
  padding:0px;
}

.section--brand .brand-visual {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  overflow: hidden;
  z-index:-1;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section--brand .sv1 {
  background-image:url('/child/img/sub/brand/brand_sv1.png');
}

.section--brand .sv2 {
  background-image:url('/child/img/sub/brand/brand_sv1.png');
}

.section--brand .sv3 {
  background-image:url('/child/img/sub/brand/brand_sv2.png');
}

.section--brand .sv4 {
  background-image:url('/child/img/sub/brand/brand_sv3.png');
}

.section--brand .sv5 {
  background-image:url('/child/img/sub/brand/brand_sv4.png');
}

.section--brand .visual-container {
  max-width:1230px;
  width:100%;
  height:100%;
  margin:0 auto;
  padding:0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  animation:visualTit 1.2s ease forwards;
  opacity:1;
}

.section--brand .title {
  font-size:6rem;
  font-weight:600;
  line-height:1;
  color:#fff;
  text-shadow: 3px 4px 11.18px rgba(0, 0, 0, 0.06);
  -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
  -ms-transition: all .4s cubic-bezier(.215,.61,.355,1);
  transition: all .4s cubic-bezier(.215,.61,.355,1);
  visibility:inherit;
  opacity:1;
}

.section--brand .brand-cover {
  width:100%;
  margin-top:100vh;
}

.section--brand .brand-slogan {
  width:100%;
  height:100vh;
  background-color:rgba(0,0,0,.4);
}

.section--brand .slogan-container {
  max-width:1230px;
  width:100%;
  height:100%;
  margin:0 auto;
  padding:0px 15px;
}

.section--brand .slogan-inner {
  width:100%;
  height:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section--brand .brand-slogan .text {
  text-align: center;
}

.section--brand .brand-slogan .text_t01 {
  font-size:6rem;
  font-weight:600;
  line-height:1;
  color:#fff;
}

.section--brand .brand-slogan .text_t01::after {
  content:"";
  display:block;
  width:40px;
  height:2px;
  background-color: #fff;
  margin:30px auto;
}

.section--brand .brand-slogan .text_t02 {
  font-size:1.8rem;
  line-height:1.7;
  color:#fff;
  margin-bottom:40px;
}

.section--brand .link {
  width:300px;
}

.section--brand .brand-slogan .link-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:-3px;
}

.section--brand .brand-slogan .link-menu_list {
  flex:1 1 50%;
  padding:3px;
}

.section--brand .brand-slogan .link-menu_list--full {
  flex:1 1 100%;
}

.section--brand .brand-slogan .button {
  width:100%;
  height:60px;
  padding:0px 20px;
  background-color: rgba(0,0,0,.4);
  border-radius:5px;
  border:1px solid rgba(255,255,255,.4);
}

.section--brand .brand-slogan .button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size:1.6rem;
  color:#fff;
}

.section--brand .brand-slogan .button span::after {
  content:"";
  display:block;
  width:8px;
  height:14px;
  background-repeat:no-repeat;
  background-position: center;
  background-image: url('/child/img/icon/button_arrow_icon.png');
  margin-left: 20px;
}

.section--brand .brand {
  padding:100px 0px;
  background-color: #fff;
}

.section--brand .product-tab--con {
  padding-top:40px;
}

.section--brand .brand-visual.on .title {
  visibility: hidden;
  opacity:0;
}

@-webkit-keyframes visualTit {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes visualTit {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes visualTit {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@media (max-width:1200px) {

  .section--brand .title {
    font-size:4.4rem;
  }

  .section--brand .title img {
    max-width:240px;
  }

  .section--brand .brand-slogan .text_t01 {
    font-size:4.4rem;
  }

  .section--brand .brand-slogan .text_t01 img {
    max-width:240px;
  }

  .section--brand .brand-slogan .text_t01::after {
    width:30px;
  }

  .section--brand .brand-slogan .text_t02 {
    font-size:1.6rem;
  }

  .section--brand .brand-slogan .button {
    height:48px;
  }

}
@media (max-width:1024px) {

  .section--brand .brand {
    padding:80px 0px;
  }

  .section--brand .brand-slogan .text_t01::after {
    margin:22px auto;
  }

  .section--brand .brand-slogan .text_t02 {
    margin-bottom:28px;
  }

  .section--brand .product-tab--con {
    padding-top:28px;
  }

}
@media (max-width:768px) {

  .section--brand .brand {
    padding:60px 0px;
  }

  .section--brand .title {
    font-size:3.2rem;
  }

  .section--brand .title img {
    max-width:200px;
  }

  .section--brand .brand-slogan .text_t01 {
    font-size:3.2rem;
  }

  .section--brand .brand-slogan .text_t01 img {
    max-width:200px;
  }

  .section--brand .brand-slogan .text_t01::after {
    margin:16px auto;
  }

  .section--brand .brand-slogan .text_t02 {
    font-size:1.5rem;
    margin-bottom:20px;
  }

  .section--brand .brand-slogan .button {
    height:44px;
  }

  .section--brand .product-tab--con {
    padding-top:20px;
  }

}
@media (max-width:500px) {

}


/* News */
.section--news .txt {
  margin-bottom:30px;
}

.section--news .news-tab--list {
  max-width:300px;
}

.section--news .news-tab--con {
  padding-top:30px;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {

  .section--news .txt {
    margin-bottom:22px;
  }

  .section--news .news-tab--con {
    padding-top:22px;
  }

}
@media (max-width:768px) {

}
@media (max-width:500px) {

}


/* Location */
.section--location .din {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section--location .left,
.section--location .right {
  width:50%;
}

.section--location .right {
  padding-left:40px;
}

.section--location .location_map {
  height:630px;
}

.section--location .location_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom:80px;
}

.section--location .location_box:last-child {
  padding-bottom:0px;
}

.section--location .location_box img {
  display:block;
}

.section--location .location_box .text {
  width:calc(100% - 46px);
  padding-left:25px;
}

.section--location .location_box .text_t01 {
  font-size:2rem;
  font-weight:600;
  margin-bottom:20px;
}

.section--location .location_box .text_t01:last-child {
  margin-bottom:0px;
}

.section--location .location_box .text_t01 span {
  display: inline-block;
  vertical-align: middle;
}

.section--location .location_box .text_t01 span:last-child {
  font-size:1.8rem;
  font-weight:400;
}

.section--location .location_box .text_t02 {
  font-size:1.8rem;
}

.section--location .location_box_tel .text_t01 span.tit {
  width:20%;
}

.section--location .location_box_inquiry .text_t01 span.tit {
  width:35%;
}

@media (max-width:1200px) {

  .section--location .location_box .text_t01 {
    font-size:1.8rem;
  }

  .section--location .location_box .text_t01 span:last-child {
    font-size:1.6rem;
  }

  .section--location .location_box .text_t02 {
    font-size:1.6rem;
  }

}
@media (max-width:1024px) {

  .section--location .left,
  .section--location .right {
    width:100%;
  }

  .section--location .location_box {
    padding-bottom:30px;
  }

  .section--location .location_map {
    height:430px;
  }

  .section--location .right {
    padding-left:0px;
    padding-top:28px;
  }

  .section--location .location_box .text {
    padding-left:16px;
  }

  .section--location .location_box .text_t01 {
    margin-bottom:14px;
  }

  .section--location .location_box_tel .text_t01 span.tit {
    width:180px;
  }

  .section--location .location_box_inquiry .text_t01 span.tit {
    width:180px;
  }

}
@media (max-width:768px) {

  .section--location .location_map {
    height:280px;
  }

  .section--location .location_box {
    padding-bottom:22px;
  }

  .section--location .location_box .text_t01 {
    font-size:1.6rem;
  }

  .section--location .location_box .text_t01 span:last-child {
    font-size:1.5rem;
  }

  .section--location .location_box .text_t02 {
    font-size:1.5rem;
  }

  .section--location .location_box_tel .text_t01 span.tit {
    width:160px;
  }

  .section--location .location_box_inquiry .text_t01 span.tit {
    width:160px;
  }

}
@media (max-width:500px) {

  .section--location .location_box {
    padding:16px 0px;
    border-bottom:1px solid #ccc;
  }

  .section--location .location_box:last-child {
    padding:16px 0px;
  }

  .section--location .location_box img {
    display: none;
  }

  .section--location .location_box .text {
    width:100%;
    padding-left:0px;
  }

  .section--location .location_box .text_t01 span {
    display: block;
    width:100%;
  }

  .section--location .location_box_tel .text_t01 span.tit {
    width:100%;
    margin-bottom:6px;
  }

  .section--location .location_box_inquiry .text_t01 span.tit {
    width:100%;
    margin-bottom:6px;
  }

}
