@charset "UTF-8";
/*--------------------------
Common Styles
---------------------------*/
.morebutton {
  display: inline-block;
  font-size: 1.8rem;
  background-color: #a8011b;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 15px 80px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}

.morebutton::before {
  content: "\e807";
  font-family: 'fontello';
  font-size: 1.4rem;
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  z-index: 1000;
}

.morebutton::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #000000;
  transition: 0.3s;
  z-index: -1;
}

.morebutton:hover::after {
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .morebutton {
    padding: 15px 60px;
    font-size: 1.4rem;
  }
}

/*--------------------------
Main Visual / it is necessary JScript
---------------------------*/
#main_visual {
  width: 100%;
  height: 370px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #main_visual {
    height: 170px;
  }
}

#main_visual .backarea {
  width: 100vw;
  height: 320px;
  position: absolute;
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  #main_visual .backarea {
    height: 150px;
  }
}

#main_visual .backarea::before {
  content: "";
  display: block;
  width: 100vw;
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(102, 0, 15, 0.5);
  z-index: 1000;
}

@media only screen and (max-width: 768px) {
  #main_visual .backarea::before {
    height: 150px;
  }
}

#main_visual .backarea .crop {
  width: 1070px;
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  clip: rect(0, 1070px, 1070px, 0);
}

@media only screen and (max-width: 768px) {
  #main_visual .backarea .crop {
    width: 90vw;
    height: 150px;
    clip: rect(0, 90vw, 90vw, 0);
  }
}

#main_visual .backarea .titlearea {
  width: 100vw;
  height: 320px;
  background-size: cover;
  background-position: center calc(30% - 50px);
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50px;
  left: -20vw;
  z-index: 2000;
}

@media only screen and (max-width: 768px) {
  #main_visual .backarea .titlearea {
    height: 150px;
    background-position: center calc(30% - 30px);
    top: 30px;
  }
}

#main_visual .backarea .titlearea h1 {
  font-size: 5.0rem;
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7), 0px 0px 6px rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 768px) {
  #main_visual .backarea .titlearea h1 {
    font-size: 2.5rem;
  }
}

#main_visual .backarea .titlearea h1 span {
  display: block;
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 2.6rem;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  #main_visual .backarea .titlearea h1 span {
    font-size: 1.5rem;
    margin-top: 10px;
    letter-spacing: 0;
  }
}

/*--------------------------
index / Common
---------------------------*/
.page_index.lower {
  padding-top: 0;
}

.page_index {
  /*--------------------------
Scrollfy Page
---------------------------*/
}

.page_index .sfpagenation {
  position: fixed;
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 75px));
  transform: translateY(calc(-50% + 75px));
  z-index: 9000;
}

@media only screen and (max-width: 768px) {
  .page_index .sfpagenation {
    display: none;
  }
}

.page_index .sfpagenation li {
  list-style: none;
  margin-bottom: 20px;
}

.page_index .sfpagenation li a {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #a4a4a4;
  cursor: pointer;
}

.page_index .sfpagenation li a.active, .page_index .sfpagenation li a:hover {
  background-color: #a8011b;
}

.page_index .nextsection {
  font-size: 4.8rem;
  color: #a8011b;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 20px;
  z-index: 8000;
}

@media only screen and (max-width: 768px) {
  .page_index .nextsection {
    font-size: 3.0rem;
    bottom: 1vh;
    left: calc(50% - 15px);
  }
}

.page_index .prevsection {
  font-size: 4.8rem;
  color: #a8011b;
  position: absolute;
  left: calc(50% - 20px);
  top: 170px;
  z-index: 8000;
}

@media only screen and (max-width: 768px) {
  .page_index .prevsection {
    font-size: 3.0rem;
    top: 9vh;
    left: calc(50% - 15px);
  }
}

.page_index .iefix {
  display: flex;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.page_index section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.page_index section.fullsection {
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .page_index section {
    overflow: initial;
  }
  .page_index section.fullsection {
    min-height: auto;
  }
}

.page_index #main_visual .backarea, .page_index #main_visual .titlearea {
  background-image: url("../jpg/keyvisual.jpg");
}

@media only screen and (max-width: 768px) {
  .page_index #main_visual .backarea, .page_index #main_visual .titlearea {
    background-size: 200%;
  }
}

.page_index .inner {
  width: 1070px;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .page_index .inner {
    width: 100%;
  }
}

.page_index .content {
  width: 625px;
  padding: 50px;
  position: relative;
  z-index: 2000;
}

@media only screen and (max-width: 768px) {
  .page_index .content {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
  }
}

.page_index .content h2 {
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 5.0rem;
  letter-spacing: -1px;
  color: #a8011b;
  margin-top: -75px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .page_index .content h2 {
    font-size: 2.5rem;
    margin-top: 0;
    text-align: left;
  }
}

.page_index .content h3 {
  font-size: 2.0rem;
  color: #4d4d4d;
  margin: 30px 0;
}

@media only screen and (max-width: 768px) {
  .page_index .content h3 {
    font-size: 1.5rem;
    margin: 15px 0;
    text-align: left;
  }
}

.page_index .content p {
  line-height: 1.8;
}

.page_index .content p + p {
  margin-top: 16px;
}

@media only screen and (max-width: 768px) {
  .page_index .content p {
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: left;
  }
  .page_index .content p + p {
    display: none;
  }
}

.page_index .content .morebutton {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .page_index .content .morebutton {
    margin-top: 3vh;
  }
}

.page_index .content::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -500;
}

.page_index .content .photo {
  width: 720px;
  height: 440px;
  position: absolute;
  z-index: -1000;
  top: -30px;
}

@media only screen and (max-width: 768px) {
  .page_index .content .photo {
    width: 100%;
    height: auto;
  }
}

/*--------------------------
index / Section01
---------------------------*/
.page_index #section01 {
  padding-top: 150px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 {
    padding-top: 50px;
    padding-bottom: 0;
  }
}

.page_index #section01 .inner {
  justify-content: flex-start;
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner {
    align-items: flex-end;
    padding-top: 55vw;
    padding-bottom: 60px;
    margin-top: 0;
  }
}

.page_index #section01 .inner .photo {
  left: 542px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .photo {
    left: 10%;
    top: -50vw;
  }
}

/*--------------------------
index / Section02
---------------------------*/
.page_index #section02 {
  padding-top: 150px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

@media only screen and (max-width: 768px) {
  .page_index #section02 {
    padding-top: 65vw;
  }
}

.page_index #section02 .inner {
  justify-content: flex-end;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .page_index #section02 .inner {
    align-items: flex-start;
    padding-bottom: 50px;
  }
}

.page_index #section02 .inner p {
  text-align: left;
}

.page_index #section02 .inner .photo {
  left: -630px;
}

@media only screen and (max-width: 768px) {
  .page_index #section02 .inner .photo {
    left: -10%;
    top: -50vw;
  }
}

/*--------------------------
index / Section03
---------------------------*/
.page_index #section03 {
  padding-top: 150px;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .page_index #section03 {
    padding-top: 70vw;
  }
}

.page_index #section03 .inner {
  justify-content: flex-start;
}

@media only screen and (max-width: 768px) {
  .page_index #section03 .inner {
    align-items: flex-end;
    padding-bottom: 40px;
  }
}

.page_index #section03 .inner .photo {
  left: 542px;
}

@media only screen and (max-width: 768px) {
  .page_index #section03 .inner .photo {
    left: 10%;
    top: -55vw;
  }
}

/*--------------------------
Plastics / Common
---------------------------*/
.page_plastics #main_visual .backarea, .page_plastics #main_visual .titlearea {
  background-image: url("../jpg/keyvisual-2.jpg");
}
/*
.page_plastics article {
  overflow-x: hidden;	
}
*/
.page_plastics section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page_plastics .inner {
  width: 1070px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .page_plastics .inner {
    width: 100%;
  }
}

/*--------------------------
Plastics / Section01
---------------------------*/
.page_plastics #section01 {
  position: relative;
}

.page_plastics #section01::before {
  content: "";
  display: block;
  width: 100%;
  height: 380px;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section01::before {
    height: 80%;
  }
}

.page_plastics #section01 .context {
  padding: 50px 0;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section01 .context {
    padding: 30px 15px;
  }
}

.page_plastics #section01 .context p {
  line-height: 1.8;
  text-align: center;
}

.page_plastics #section01 .context p + p {
  margin-top: 18px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section01 .context p {
    text-align: left;
  }
}

.page_plastics #section01 .image {
  width: 1070px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 50px 0 0 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section01 .image {
    width: 90%;
    padding: 15px 15px 0 5px;
  }
}

.page_plastics #section01 .image p {
  font-size: 1.4rem;
  padding: 15px 0;
  margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section01 .image p {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-left: 10px;
  }
}

.page_plastics #section01 .image p em {
  font-style: normal;
  color: #a8011b;
}

/*--------------------------
Plastics / Section02
---------------------------*/
.page_plastics #section02 .titlearea {
  background-color: #f2f2f2;
  width: 1070px;
  margin: 80px auto 0;
  padding: 80px 0 50px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section02 .titlearea {
    width: 85%;
    padding: 40px 0 30px;
  }
}

.page_plastics #section02 .titlearea h2 {
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 4.8rem;
  color: #a8011b;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section02 .titlearea h2 {
    font-size: 2.8rem;
  }
}

.page_plastics #section02 .titlearea h2 span {
  color: #4d4d4d;
  font-family: "Hiragino Sans GB","Hiragino Sans GB W3","STXihei","Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
  font-size: 2.0rem;
  display: block;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section02 .titlearea h2 span {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

.page_plastics #section02 .productlist {
  width: 540px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section02 .productlist {
    width: 100%;
    flex-wrap: wrap;
  }
}

.page_plastics #section02 .productlist li {
  width: calc(100% / 3);
  height: 180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  transition-duration: 0.5s;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section02 .productlist li {
    width: calc(100% / 3);
    height: calc(100vw / 3);
  }
}

.page_plastics #section02 .productlist li .title {
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section02 .productlist li .title {
    font-size: 4.4vw;
  }
}

.page_plastics #section02 .productlist li .title span {
  display: block;
  font-size: 1.8rem;
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section02 .productlist li .title span {
    font-size: 3.8vw;
  }
}

.page_plastics #section02 .productlist li .description {
  display: none;
  transition-duration: 0.3s;
}

.page_plastics #section02 .productlist li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.5s;
}

.page_plastics #section02 .productlist li:hover, .page_plastics #section02 .productlist li.active {
  display: block;
}

.page_plastics #section02 .productlist li:hover .title, .page_plastics #section02 .productlist li.active .title {
  padding-top: 30px;
  color: #a8011b;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section02 .productlist li:hover .title, .page_plastics #section02 .productlist li.active .title {
    font-size: 3.4vw;
    padding-top: 9.0vw;
  }
}

.page_plastics #section02 .productlist li:hover .description, .page_plastics #section02 .productlist li.active .description {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
  width: 85%;
  border-top: 1px solid #a8011b;
  margin: 15px auto 0;
  padding-top: 12px;
  position: relative;
  color: #a8011b;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section02 .productlist li:hover .description, .page_plastics #section02 .productlist li.active .description {
    display: none;
  }
}

.page_plastics #section02 .productlist li:hover::after, .page_plastics #section02 .productlist li.active::after {
  content: "";
  display: block;
  width: 163px;
  height: 163px;
  border: 1px solid #a8011b;
  position: absolute;
  top: 10px;
  left: 10px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section02 .productlist li:hover::after, .page_plastics #section02 .productlist li.active::after {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc((100vw / 4) - 10px);
  }
}

.page_plastics #section02 .productlist li:hover::before, .page_plastics #section02 .productlist li.active::before {
  background-color: rgba(255, 255, 255, 0.8);
}

.page_plastics #section02 .productlist li:nth-of-type(1) {
  background-image: url("../jpg/section02_ph01-2.jpg");
}

.page_plastics #section02 .productlist li:nth-of-type(2) {
  background-image: url("../jpg/section02_ph02.jpg");
}

.page_plastics #section02 .productlist li:nth-of-type(3) {
  background-image: url("../jpg/section02_ph03.jpg");
}

.page_plastics #section02 .productlist li:nth-of-type(4) {
  background-image: url("../jpg/section02_ph04.jpg");
}

.page_plastics #section02 .productlist li:nth-of-type(5) {
  background-image: url("../jpg/section02_ph05.jpg");
}

.page_plastics #section02 .productlist li:nth-of-type(6) {
  background-image: url("../jpg/section02_ph06.jpg");
}

.page_plastics #section02 .productlist li:nth-of-type(7) {
  background-image: url("../jpg/section02_ph07.jpg");
}

.page_plastics #section02 .productlist li:nth-of-type(8) {
  background-image: url("../jpg/section02_ph08.jpg");
}

.page_plastics #section02 .productlist li:nth-of-type(9) {
  background-image: url("../jpg/section02_ph09.jpg");
}

/*--------------------------
Plastics / Section3 ~ 8
---------------------------*/
.page_plastics {
  /*--------------------------
Plastics / Section3
---------------------------*/
  /*--------------------------
Plastics / Section4
---------------------------*/
  /*--------------------------
Plastics / Section5
---------------------------*/
  /*--------------------------
Plastics / Section6
---------------------------*/
  /*--------------------------
Plastics / Section7
---------------------------*/
  /*--------------------------
Plastics / Section8
---------------------------*/
  /*--------------------------
Plastics / Section9
---------------------------*/
}

@media only screen and (max-width: 768px) {
  .page_plastics #section03, .page_plastics #section04, .page_plastics #section05, .page_plastics #section06, .page_plastics #section07, .page_plastics #section08, .page_plastics #section09, .page_plastics #section11, .page_plastics #section12 {
    overflow: hidden;
  }
}

.page_plastics #section03 .content, .page_plastics #section04 .content, .page_plastics #section05 .content, .page_plastics #section06 .content, .page_plastics #section07 .content, .page_plastics #section08 .content, .page_plastics #section09 .content, .page_plastics #section11 .content , .page_plastics #section12 .content {
  width: 675px;
  padding: 50px;
  position: relative;
  z-index: 2000;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section03 .content, .page_plastics #section04 .content, .page_plastics #section05 .content, .page_plastics #section06 .content, .page_plastics #section07 .content, .page_plastics #section08 .content, .page_plastics #section09 .content, .page_plastics #section11 .content, .page_plastics #section12 .content {
    width: 90%;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
  }
}

.page_plastics #section03 .content h2, .page_plastics #section04 .content h2, .page_plastics #section05 .content h2, .page_plastics #section06 .content h2, .page_plastics #section07 .content h2, .page_plastics #section08 .content h2, .page_plastics #section09 .content h2, .page_plastics #section11 .content h2, .page_plastics #section12 .content h2 {
  font-size: 5.0rem;
  line-height: 1.2;
  margin-top: -80px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section03 .content h2, .page_plastics #section04 .content h2, .page_plastics #section05 .content h2, .page_plastics #section06 .content h2, .page_plastics #section07 .content h2, .page_plastics #section08 .content h2, .page_plastics #section09 .content h2, .page_plastics #section11 .content h2, .page_plastics #section12 .content h2 {
    font-size: 2.3rem;
    margin-top: 0;
    text-align: left;
  }
}

.page_plastics #section03 .content h3, .page_plastics #section04 .content h3, .page_plastics #section05 .content h3, .page_plastics #section06 .content h3, .page_plastics #section07 .content h3, .page_plastics #section08 .content h3, .page_plastics #section09 .content h3, .page_plastics #section11 .content h3, .page_plastics #section12 .content h3 {
  font-size: 2.0rem;
  color: #4d4d4d;
  margin: 30px 0;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section03 .content h3, .page_plastics #section04 .content h3, .page_plastics #section05 .content h3, .page_plastics #section06 .content h3, .page_plastics #section07 .content h3, .page_plastics #section08 .content h3, .page_plastics #section09 .content h3, .page_plastics #section11 .content h3, .page_plastics #section12 .content h3 {
    font-size: 1.6rem;
    margin: 15px 0;
    text-align: left;
  }
}

.page_plastics #section03 .content p, .page_plastics #section04 .content p, .page_plastics #section05 .content p, .page_plastics #section06 .content p, .page_plastics #section07 .content p, .page_plastics #section08 .content p, .page_plastics #section09 .content p, .page_plastics #section11 .content p, .page_plastics #section12 .content p {
  line-height: 1.8;
}

.page_plastics #section03 .content p + p, .page_plastics #section04 .content p + p, .page_plastics #section05 .content p + p, .page_plastics #section06 .content p + p, .page_plastics #section07 .content p + p, .page_plastics #section08 .content p + p, .page_plastics #section09 .content p + p, .page_plastics #section11 .content p + p, .page_plastics #section12 .content p + p {
  margin-top: 16px;
}

.page_plastics #section03 .content p.notes, .page_plastics #section04 .content p.notes, .page_plastics #section05 .content p.notes, .page_plastics #section06 .content p.notes, .page_plastics #section07 .content p.notes, .page_plastics #section08 .content p.notes, .page_plastics #section09 .content p.notes, .page_plastics #section11 .content p.notes, .page_plastics #section12 .content p.notes {
  font-size: 1.4rem;
  color: #433c3c;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section03 .content p, .page_plastics #section04 .content p, .page_plastics #section05 .content p, .page_plastics #section06 .content p, .page_plastics #section07 .content p, .page_plastics #section08 .content p, .page_plastics #section09 .content p, .page_plastics #section11 .content p, .page_plastics #section12 .content p  {
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: left;
  }
  .page_plastics #section03 .content p + p, .page_plastics #section03 .content p.notes, .page_plastics #section04 .content p + p, .page_plastics #section04 .content p.notes, .page_plastics #section05 .content p + p, .page_plastics #section05 .content p.notes, .page_plastics #section06 .content p + p, .page_plastics #section06 .content p.notes, .page_plastics #section07 .content p + p, .page_plastics #section07 .content p.notes, .page_plastics #section08 .content p + p, .page_plastics #section08 .content p.notes, .page_plastics #section09 .content p.notes, .page_plastics #section11 .content p.notes, .page_plastics #section12 .content p.notes {
    display: none;
  }
}

.page_plastics #section03 .content .morebutton, .page_plastics #section04 .content .morebutton, .page_plastics #section05 .content .morebutton, .page_plastics #section06 .content .morebutton, .page_plastics #section07 .content .morebutton, .page_plastics #section08 .content .morebutton, .page_plastics #section09 .content .morebutton, .page_plastics #section11 .content .morebutton, .page_plastics #section12 .content .morebutton {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section03 .content .morebutton, .page_plastics #section04 .content .morebutton, .page_plastics #section05 .content .morebutton, .page_plastics #section06 .content .morebutton, .page_plastics #section07 .content .morebutton, .page_plastics #section08 .content .morebutton, .page_plastics #section09 .content .morebutton, .page_plastics #section11 .content .morebutton, .page_plastics #section12 .content .morebutton {
    margin-top: 20px;
  }
}

.page_plastics #section03 .content::after, .page_plastics #section04 .content::after, .page_plastics #section05 .content::after, .page_plastics #section06 .content::after, .page_plastics #section07 .content::after, .page_plastics #section08 .content::after, .page_plastics #section09 .content::after, .page_plastics #section11 .content::after, .page_plastics #section12 .content::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -500;
}

.page_plastics #section03 .content .photo, .page_plastics #section04 .content .photo, .page_plastics #section05 .content .photo, .page_plastics #section06 .content .photo, .page_plastics #section07 .content .photo, .page_plastics #section08 .content .photo, .page_plastics #section09 .content .photo, .page_plastics #section11 .content .photo, .page_plastics #section12 .content .photo {
  width: 720px;
  height: 490px;
  position: absolute;
  z-index: -1000;
  top: 50px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section03 .content .photo, .page_plastics #section04 .content .photo, .page_plastics #section05 .content .photo, .page_plastics #section06 .content .photo, .page_plastics #section07 .content .photo, .page_plastics #section08 .content .photo, .page_plastics #section09 .content .photo, .page_plastics #section11 .content .photo, .page_plastics #section12 .content .photo {
    width: 100%;
    height: 40vh;
  }
}

.page_plastics #section03 .inner {
  padding: 110px 50px 80px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section03 .inner {
    padding: 40vh 0 40px;
  }
}

.page_plastics #section03 .inner .content h2 {
  color: #043d78;
}

.page_plastics #section03 .inner .content .morebutton {
  background-color: #043d78;
}

.page_plastics #section03 .inner .content .photo {
  left: 535px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section03 .inner .content .photo {
    left: 10%;
    top: -30vh;
  }
}

.page_plastics #section04 .inner {
  padding: 110px 50px 100px;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section04 .inner {
    padding: 40vh 0 40px;
  }
}

.page_plastics #section04 .inner .content h2 {
  color: #008ca0;
}

.page_plastics #section04 .inner .content .morebutton {
  background-color: #008ca0;
}

.page_plastics #section04 .inner .content .photo {
  left: -580px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section04 .inner .content .photo {
    left: -10%;
    top: -30vh;
  }
}

.page_plastics #section05 .inner {
  padding: 110px 50px 100px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section05 .inner {
    padding: 40vh 0 40px;
  }
}

.page_plastics #section05 .inner .content h2 {
  color: #ac0066;
}

.page_plastics #section05 .inner .content .morebutton {
  background-color: #ac0066;
}

.page_plastics #section05 .inner .content .photo {
  left: 535px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section05 .inner .content .photo {
    left: 10%;
    top: -30vh;
  }
}

.page_plastics #section06 .inner {
  padding: 110px 50px 80px;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section06 .inner {
    padding: 40vh 0 40px;
  }
}

.page_plastics #section06 .inner .content h2 {
  color: #0074be;
}

.page_plastics #section06 .inner .content .morebutton {
  background-color: #0074be;
}

.page_plastics #section06 .inner .content .photo {
  left: -580px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section06 .inner .content .photo {
    left: -10%;
    top: -30vh;
  }
}

.page_plastics #section07 .inner {
  padding: 110px 50px 150px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section07 .inner {
    padding: 40vh 0 40px;
  }
}

.page_plastics #section07 .inner .content h2 {
  color: #2f943b;
}

.page_plastics #section07 .inner .content .morebutton {
  background-color: #2f943b;
}

.page_plastics #section07 .inner .content .photo {
  left: 535px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section07 .inner .content .photo {
    left: 10%;
    top: -30vh;
  }
}

.page_plastics #section08 {
  background-color: rgba(255, 127, 0, 0.07);
}

.page_plastics #section08 .inner {
  padding: 110px 50px 180px;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section08 .inner {
    padding: 40vh 0 40px;
  }
}

.page_plastics #section08 .inner .content h2 {
  color: #ff7f00;
}

.page_plastics #section08 .inner .content .morebutton {
  background-color: #ff7f00;
}

.page_plastics #section08 .inner .content .photo {
  left: -580px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section08 .inner .content .photo {
    left: -10%;
    top: -30vh;
  }
}

.page_plastics #section09 .inner {
  padding: 110px 50px 100px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section09 .inner {
    padding: 40vh 0 40px;
  }
}

.page_plastics #section09 .inner .content h2 {
  color: #51318f;
}

.page_plastics #section09 .inner .content .morebutton {
  background-color: #51318f;
}

.page_plastics #section09 .inner .content .photo {
  top: 100px;
  left: 535px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section09 .inner .content .photo {
    left: 10%;
    top: -30vh;
  }
}

.page_plastics #section11 {
  background-color: rgba(144, 195, 31, 0.07);
}

.page_plastics #section11 .inner {
  padding: 110px 50px 180px;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section11 .inner {
    padding: 40vh 0 40px;
  }
}

.page_plastics #section11 .inner .content h2 {
  color: #90c31f;
}

.page_plastics #section11 .inner .content .morebutton {
  background-color: #90c31f;
}

.page_plastics #section11 .inner .content .photo {
  left: -580px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section11 .inner .content .photo {
    left: -10%;
    top: -30vh;
  }
}

.page_plastics #section12 .inner {
  padding: 110px 50px 100px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section12 .inner {
    padding: 40vh 0 40px;
  }
}

.page_plastics #section12 .inner .content h2 {
  color: #009DDE;
}

.page_plastics #section12 .inner .content .morebutton {
  background-color: #009DDE;
}

.page_plastics #section12 .inner .content .photo {
  top: 60px;
  left: 535px;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section12 .inner .content .photo {
    left: 10%;
    top: -30vh;
  }
}

.page_plastics #section10 .inner {
  width: 1070px;
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 80px 0 120px;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page_plastics #section10 .inner {
    width: 100%;
    padding: 30px 0 50px;
  }
}

.page_plastics #section10 h2 {
  color: #51318f;
}

/*--------------------------
Support / Common
---------------------------*/
.page_support #main_visual .backarea, .page_support #main_visual .titlearea {
  background-image: url("../jpg/keyvisual-3.jpg");
}

.page_support section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page_support .inner {
  width: 1070px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .page_support .inner {
    width: 100%;
  }
}

/*--------------------------
Support / Section01
---------------------------*/
.page_support #section01 {
  position: relative;
}

.page_support #section01::before {
  content: "";
  display: block;
  width: 100%;
  height: 380px;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
}

@media only screen and (max-width: 768px) {
  .page_support #section01::before {
    height: 50vh;
  }
}

.page_support #section01 h2 {
  color: #a8011b;
  font-size: 3.0rem;
  line-height: 1.5;
  text-align: center;
  padding: 50px 0;
}

@media only screen and (max-width: 768px) {
  .page_support #section01 h2 {
    font-size: 2.0rem;
    padding: 30px 0;
  }
}

.page_support #section01 .context {
  width: 1070px;
  margin: 0 auto;
  padding: 50px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .page_support #section01 .context {
    width: 90%;
    padding: 30px 15px;
    flex-wrap: wrap;
  }
}

.page_support #section01 .context img {
  width: 320px;
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .page_support #section01 .context img {
    width: 100%;
    margin-right: 0;
  }
}

.page_support #section01 .context p {
  width: 615px;
  line-height: 1.8;
  padding: 30px 0 30px 30px;
  border-left: 2px solid #f2f2f2;
}

@media only screen and (max-width: 768px) {
  .page_support #section01 .context p {
    width: 100%;
    margin-top: 20px;
    padding: 20px 0 0 0;
    border-left: none;
    border-top: 1px solid #f2f2f2;
  }
}

/*--------------------------
Support / Section02
---------------------------*/
.page_support #section02 .context {
  width: 1070px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .page_support #section02 .context {
    width: 90%;
  }
}

.page_support #section02 .context h2 {
  color: #a8011b;
  font-size: 3.0rem;
  line-height: 1.5;
  text-align: center;
  padding: 50px 0;
}

@media only screen and (max-width: 768px) {
  .page_support #section02 .context h2 {
    font-size: 2.0rem;
    padding: 30px 0;
  }
}

.page_support #section02 .context p {
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page_support #section02 .context p {
    padding: 0 15px;
    text-align: left;
  }
}

.page_support #section02 .context img {
  margin-top: 30px;
}

/*--------------------------
Interactivemap common
---------------------------*/
#interactivemap {
  width: 970px;
  height: 590px;
  background-size: cover;
  background-position: center;
  margin: 60px auto;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #interactivemap {
    width: 85vw;
    height: 50vw;
    margin: 50px auto 0;
    padding: 0;
    pointer-events: none;
  }
}

#interactivemap .float {
  display: none;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  border: 1px solid #a8011b;
  width: 420px;
  padding: 20px;
  position: absolute;
  z-index: 9800;
}

#interactivemap .float .title {
  position: relative;
  border-bottom: 1px solid #a8011b;
  padding-bottom: 10px;
}

#interactivemap .float .title .country {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: left;
}

#interactivemap .float .title .close {
  display: none;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 auto;
  padding: 0 15px;
  cursor: pointer;
  position: absolute;
  top: -9px;
  right: -10px;
}

@media only screen and (max-width: 768px) {
  #interactivemap .float .title .close {
    margin-right: 0;
    top: 0;
  }
}

#interactivemap .float .title .close span {
  display: inline-block;
  position: relative;
  padding: 0;
  width: 2px;
  height: 30px;
  background: #a8011b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#interactivemap .float .title .close span::before {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -14px;
  width: 30px;
  height: 2px;
  background: #a8011b;
}

#interactivemap .float ul {
  margin-top: 20px;
}

#interactivemap .float ul li {
  font-size: 1.7rem;
  line-height: 1.2;
}

#interactivemap .float ul li + li {
  margin-top: 15px;
}

#interactivemap .float.japan {
  top: 180px;
  right: 80px;
}

#interactivemap .float.china {
  top: 160px;
  right: 110px;
}

#interactivemap .float.america {
  top: 180px;
  left: 210px;
}

#interactivemap .float.germany {
  top: 130px;
  left: 140px;
}

#interactivemap .float.taiwan {
  top: 230px;
  right: 140px;
}

#interactivemap .float.thai {
  bottom: 220px;
  right: 190px;
}

#mapoverlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 8500;
  top: 0;
  left: 0;
}

/*--------------------------
Support / Section03
---------------------------*/
.page_support #section03 {
  padding: 50px 0 180px;
}

@media only screen and (max-width: 768px) {
  .page_support #section03 {
    padding: 50px 0 80px;
  }
}

.page_support #section03 .layout {
  width: 1070px;
  margin: 0 auto;
  padding: 80px 50px;
  background-color: #f2f2f2;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .page_support #section03 .layout {
    width: 90%;
    padding: 30px 15px;
  }
}

.page_support #section03 .tsclogo {
  width: 290px;
  color: #0082a0;
}

@media only screen and (max-width: 768px) {
  .page_support #section03 .tsclogo {
    width: 90%;
    margin: 0 auto;
  }
}

.page_support #section03 .tsclogo .en {
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 2.4rem;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .page_support #section03 .tsclogo .en {
    font-size: 1.9rem;
  }
}

.page_support #section03 .tsclogo .ja {
  font-size: 2.0rem;
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .page_support #section03 .tsclogo .ja {
    font-size: 1.6rem;
  }
}

.page_support #section03 .context {
  width: 625px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  padding: 40px 50px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .page_support #section03 .context {
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin-top: 15px;
  }
}

.page_support #section03 .context p {
  line-height: 1.8;
}

.page_support #section03 .photo {
  width: 550px;
  height: 330px;
  position: absolute;
  top: 80px;
  right: 50px;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .page_support #section03 .photo {
    width: 100%;
    height: auto;
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: 15px;
  }
}

.page_support #section03 .buttonarea {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .page_support #section03 .buttonarea {
    display: block;
    margin-top: 20px;
  }
}

.page_support #section03 .buttonarea a {
  width: calc((100% / 2) - 25px);
  display: inline-block;
  font-size: 1.8rem;
  background-color: #a8011b;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  padding: 10px 0;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
}

.page_support #section03 .buttonarea a::before {
  content: "\e807";
  font-family: 'fontello';
  font-size: 1.4rem;
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  z-index: 1000;
}

.page_support #section03 .buttonarea a::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #000000;
  transition: 0.3s;
  z-index: -1;
}

.page_support #section03 .buttonarea a:hover::after {
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .page_support #section03 .buttonarea a {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .page_support #section03 .buttonarea a + a {
    margin-top: 15px;
  }
}

/*--------------------------
Global / Common
---------------------------*/
.page_global #main_visual .backarea, .page_global #main_visual .titlearea {
  background-image: url("../jpg/keyvisual-4.jpg");
}

.page_global section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page_global .inner {
  width: 1070px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

/*--------------------------
Global / Section01
---------------------------*/
.page_global #section01 {
  position: relative;
  padding-bottom: 50px;
}

.page_global #section01::before {
  content: "";
  display: block;
  width: 100%;
  height: 380px;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
}

.page_global #section01 h2 {
  color: #a8011b;
  font-family: "Hiragino Sans GB","Hiragino Sans GB W3","STXihei","Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
  font-size: 3.0rem;
  line-height: 1.5;
  text-align: center;
  padding: 50px 0;
}

@media only screen and (max-width: 768px) {
  .page_global #section01 h2 {
    font-size: 2.0rem;
    padding: 30px 0;
  }
}

.page_global #section01 .context {
  width: 1070px;
  margin: 0 auto;
  padding: 50px;
  background-color: #ffffff;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .page_global #section01 .context {
    width: 90%;
    padding: 15px;
  }
}

.page_global #section01 .context .imagearea {
  width: 970px;
  height: 570px;
  background-image: url("../png/section01_img01-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #b3b3b3;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .page_global #section01 .context .imagearea {
    width: 100%;
    height: 30vh;
    padding: 15px;
    margin-bottom: 30px;
  }
}

.page_global #section01 .context .imagearea .onlypc {
  width: 85%;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .page_global #section01 .context .imagearea .onlypc {
    display: none;
  }
}

.page_global #section01 .context .imagearea .onlypc p {
  width: 240px;
  height: 240px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  transition: all 1s;
  position: relative;
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.page_global #section01 .context .imagearea .onlypc p:nth-of-type(1) {
  transition-delay: 0;
}

.page_global #section01 .context .imagearea .onlypc p:nth-of-type(2) {
  transition-delay: 0.3s;
}

.page_global #section01 .context .imagearea .onlypc p:nth-of-type(3) {
  transition-delay: 0.6s;
}

.page_global #section01 .context .imagearea .onlypc p.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.page_global #section01 .context .imagearea .onlypc p span {
  display: block;
  position: absolute;
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 6.6rem;
  font-weight: bold;
  letter-spacing: -5px;
  line-height: 1.0;
  color: #a8011b;
  bottom: 15px;
  right: 45%;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .page_global #section01 .context .imagearea .onlysp {
    display: flex;
  }
  .page_global #section01 .context .imagearea .onlysp div {
    width: 80px;
    height: 110px;
    background-size: 72px 72px;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 30px;
  }
  .page_global #section01 .context .imagearea .onlysp div:nth-of-type(2) {
    background-size: 80px 72px;
  }
  .page_global #section01 .context .imagearea .onlysp div p {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .page_global #section01 .context .imagearea .onlysp div p span {
    font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 1.0;
    color: #a8011b;
    margin-right: 2px;
  }
}

.page_global #section01 .context p {
  line-height: 1.8;
}

.page_global #section01 .context p + p {
  margin-top: 18px;
}

/*--------------------------
Global / Section02
---------------------------*/
.page_global #section02 {
  background-color: #f2f2f2;
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .page_global #section02 {
    padding-bottom: 80px;
  }
}

.page_global #section02 h2 {
  color: #a8011b;
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 4.6rem;
  letter-spacing: -1px;
  line-height: 1.5;
  text-align: center;
  padding: 80px 0 50px;
}

@media only screen and (max-width: 768px) {
  .page_global #section02 h2 {
    font-size: 2.8rem;
    line-height: 1.2;
    padding: 40px 0 30px;
  }
}

.page_global #section02 h2 span {
  display: block;
  color: #4d4d4d;
  font-family: "Hiragino Sans GB","Hiragino Sans GB W3","STXihei","Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
  font-size: 2.0rem;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .page_global #section02 h2 span {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}

.page_global #section02 .layout {
  width: 1070px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page_global #section02 .layout {
    width: 90%;
    display: block;
  }
}

.page_global #section02 .layout > div {
  padding-top: 100px;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .page_global #section02 .layout > div {
    padding-top: 40px;
  }
}

.page_global #section02 .layout .contents01 {
  width: 390px;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .page_global #section02 .layout .contents01 {
    width: 100%;
  }
}

.page_global #section02 .layout .contents01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .page_global #section02 .layout .contents01 a {
    padding: 40px 0;
  }
}

.page_global #section02 .layout .contents01 a h3 {
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 2.6rem;
  text-shadow: 0px 0px 4px #000000;
}

@media only screen and (max-width: 768px) {
  .page_global #section02 .layout .contents01 a h3 {
    font-size: 2.4rem;
  }
}

.page_global #section02 .layout .contents01 a h3 span {
  font-family: "Hiragino Sans GB","Hiragino Sans GB W3","STXihei","Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .page_global #section02 .layout .contents01 a h3 span {
    font-size: 1.4rem;
  }
}

.page_global #section02 .layout .contents01 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .page_global #section02 .layout .contents01 img {
    top: -60%;
  }
}

.page_global #section02 .layout .contents01:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.page_global #section02 .layout .contents02 {
  width: 660px;
  background-image: url("../jpg/section02-bg02.jpg");
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .page_global #section02 .layout .contents02 {
    width: 100%;
    margin-top: 15px;
    background-position: center bottom;
  }
}

.page_global #section02 .layout .contents02 ul {
  width: 580px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  margin: 50px auto 0;
}

@media only screen and (max-width: 768px) {
  .page_global #section02 .layout .contents02 ul {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 15px 15px;
    margin: 0 auto;
  }
}

.page_global #section02 .layout .contents02 ul li {
  width: 180px;
  height: 180px;
  background-color: #cecdcd;
  background-position: center;
  background-size: cover;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .page_global #section02 .layout .contents02 ul li {
    width: 100%;
    height: 20vh;
    margin-top: 15px;
  }
}

.page_global #section02 .layout .contents02 ul li img {
  position: absolute;
  -webkit-transform: scale(2);
  transform: scale(2);
  top: 25%;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .page_global #section02 .layout .contents02 ul li img {
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 0;
  }
}

.page_global #section02 .layout .contents02 ul li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 50;
}

.page_global #section02 .layout .contents02 ul li a p {
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 2.1rem;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 0px 4px #000000;
}

@media only screen and (max-width: 768px) {
  .page_global #section02 .layout .contents02 ul li a p {
    font-size: 1.8rem;
  }
}

.page_global #section02 .layout .contents02 ul li a p span {
  display: block;
  font-family: "Hiragino Sans GB","Hiragino Sans GB W3","STXihei","Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: normal;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .page_global #section02 .layout .contents02 ul li a p span {
    font-size: 1.2rem;
  }
}

.page_global #section02 .layout .contents02 ul li:nth-of-type(1) img {
  -webkit-transform: scale(2.5);
  transform: scale(2.5);
  top: 28%;
}

@media only screen and (max-width: 768px) {
  .page_global #section02 .layout .contents02 ul li:nth-of-type(1) img {
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 0;
  }
}

.page_global #section02 .layout .contents02 ul li:nth-of-type(1):hover img {
  -webkit-transform: scale(3);
  transform: scale(3);
}

.page_global #section02 .layout .contents02 ul li:hover img {
  -webkit-transform: scale(2.4);
  transform: scale(2.4);
}

.page_global #section02 .layout .label h3 {
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 2.6rem;
  text-shadow: 0px 0px 4px #000000;
}

@media only screen and (max-width: 768px) {
  .page_global #section02 .layout .label h3 {
    font-size: 2.4rem;
  }
}

.page_global #section02 .layout .label h3 span {
  font-family: "Hiragino Sans GB","Hiragino Sans GB W3","STXihei","Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .page_global #section02 .layout .label h3 span {
    font-size: 1.4rem;
  }
}

.page_global #section02 .layout .label a {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .page_global #section02 .layout .label a {
    margin: 25px auto 20px;
  }
}
