@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-5.jpg");
}

@media only screen and (max-width: 768px) {
  .page_index #main_visual .backarea, .page_index #main_visual .titlearea {
    background-size: 150%;
  }
}

.page_index #main_visual .backarea {
  background-position: center 50%;
}

.page_index #main_visual .titlearea {
  background-position: center calc(50% - 50px);
}

.page_index .inner {
  width: 1070px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .page_index .inner {
    width: 100%;
  }
}

/*--------------------------
index / Section1 ~ 6
---------------------------*/
.page_index {
  /*--------------------------
index / Section1
---------------------------*/
  /*--------------------------
index / Section2
---------------------------*/
  /*--------------------------
index / Section3
---------------------------*/
  /*--------------------------
index / Section4
---------------------------*/
  /*--------------------------
index / Section5
---------------------------*/
  /*--------------------------
index / Section6
---------------------------*/
}

.page_index #section01 .content, .page_index #section02 .content, .page_index #section03 .content, .page_index #section04 .content, .page_index #section05 .content, .page_index #section06 .content, .page_index #section07 .content, .page_index #section08 .content, .page_index #section09 .content {
  width: 675px;
  padding: 50px;
  position: relative;
  z-index: 2000;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .content, .page_index #section02 .content, .page_index #section03 .content, .page_index #section04 .content, .page_index #section05 .content, .page_index #section06 .content, .page_index #section07 .content, .page_index #section08 .content, .page_index #section09 .content {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
}

.page_index #section01 .content h2, .page_index #section02 .content h2, .page_index #section03 .content h2, .page_index #section04 .content h2, .page_index #section05 .content h2, .page_index #section06 .content h2, .page_index #section07 .content h2, .page_index #section08 .content h2, .page_index #section09 .content h2 {
  font-size: 5.0rem;
  line-height: 1.2;
  margin-top: -80px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .content h2, .page_index #section02 .content h2, .page_index #section03 .content h2, .page_index #section04 .content h2, .page_index #section05 .content h2, .page_index #section06 .content h2, .page_index #section07 .content h2, .page_index #section08 .content h2, .page_index #section09 .content h2 {
    font-size: 2.3rem;
    margin-top: 0;
    text-align: left;
  }
}

.page_index #section01 .content h3, .page_index #section02 .content h3, .page_index #section03 .content h3, .page_index #section04 .content h3, .page_index #section05 .content h3, .page_index #section06 .content h3, .page_index #section07 .content h3, .page_index #section08 .content h3, .page_index #section09 .content h3 {
  font-size: 2.0rem;
  color: #4d4d4d;
  margin: 30px 0;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .content h3, .page_index #section02 .content h3, .page_index #section03 .content h3, .page_index #section04 .content h3, .page_index #section05 .content h3, .page_index #section06 .content h3, .page_index #section07 .content h3, .page_index #section08 .content h3, .page_index #section09 .content h3 {
    font-size: 1.4rem;
    margin: 15px 0;
    text-align: left;
  }
}

.page_index #section01 .content p, .page_index #section02 .content p, .page_index #section03 .content p, .page_index #section04 .content p, .page_index #section05 .content p, .page_index #section06 .content p, .page_index #section07 .content p, .page_index #section08 .content p, .page_index #section09 .content p {
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .content p, .page_index #section02 .content p, .page_index #section03 .content p, .page_index #section04 .content p, .page_index #section05 .content p, .page_index #section06 .content p, .page_index #section07 .content p, .page_index #section08 .content p, .page_index #section09 .content p {
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: left;
  }
  .page_index #section01 .content p + p, .page_index #section01 .content p.notes, .page_index #section02 .content p + p, .page_index #section02 .content p.notes, .page_index #section03 .content p + p, .page_index #section03 .content p.notes, .page_index #section04 .content p + p, .page_index #section04 .content p.notes, .page_index #section05 .content p + p, .page_index #section05 .content p.notes, .page_index #section06 .content p + p, .page_index #section06 .content p.notes, .page_index #section07 .content p + p, .page_index #section07 .content p.notes, .page_index #section08 .content p + p, .page_index #section08 .content p.notes, .page_index #section09 .content p + p, .page_index #section09 .content p.notes {
    display: none;
  }
}

.page_index #section01 .content p + p, .page_index #section02 .content p + p, .page_index #section03 .content p + p, .page_index #section04 .content p + p, .page_index #section05 .content p + p, .page_index #section06 .content p + p, .page_index #section07 .content p + p, .page_index #section08 .content p + p, .page_index #section09 .content p + p, .page_index #section09 .content p.notes {
  margin-top: 16px;
}

.page_index #section01 .content p.notes, .page_index #section02 .content p.notes, .page_index #section03 .content p.notes, .page_index #section04 .content p.notes, .page_index #section05 .content p.notes, .page_index #section06 .content p.notes, .page_index #section07 .content p.notes, .page_index #section08 .content p.notes, .page_index #section09 .content p.notes {
  font-size: 1.4rem;
  color: #433c3c;
}

.page_index #section01 .content .morebutton, .page_index #section02 .content .morebutton, .page_index #section03 .content .morebutton, .page_index #section04 .content .morebutton, .page_index #section05 .content .morebutton, .page_index #section06 .content .morebutton, .page_index #section07 .content .morebutton, .page_index #section08 .content .morebutton, .page_index #section09 .content .morebutton {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .content .morebutton, .page_index #section02 .content .morebutton, .page_index #section03 .content .morebutton, .page_index #section04 .content .morebutton, .page_index #section05 .content .morebutton, .page_index #section06 .content .morebutton, .page_index #section07 .content .morebutton, .page_index #section08 .content .morebutton, .page_index #section09 .content .morebutton {
    margin-top: 15px;
  }
}

.page_index #section01 .content::after, .page_index #section02 .content::after, .page_index #section03 .content::after, .page_index #section04 .content::after, .page_index #section05 .content::after, .page_index #section06 .content::after, .page_index #section07 .content::after, .page_index #section08 .content::after, .page_index #section09 .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 #section01 .content .photo, .page_index #section02 .content .photo, .page_index #section03 .content .photo, .page_index #section04 .content .photo, .page_index #section05 .content .photo, .page_index #section06 .content .photo, .page_index #section07 .content .photo, .page_index #section08 .content .photo, .page_index #section09 .content .photo {
  width: 720px;
  height: 490px;
  position: absolute;
  z-index: -1000;
  top: 50px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .content .photo, .page_index #section02 .content .photo, .page_index #section03 .content .photo, .page_index #section04 .content .photo, .page_index #section05 .content .photo, .page_index #section06 .content .photo, .page_index #section07 .content .photo, .page_index #section08 .content .photo, .page_index #section09 .content .photo {
    width: 100%;
    height: auto;
  }
}

.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 {
    padding: 52vw 5% 50px;
    margin-top: 0;
  }
}

.page_index #section01 .inner .content h2 {
  color: #043d78;
}

.page_index #section01 .inner .content .morebutton {
  background-color: #043d78;
}

.page_index #section01 .inner .content .photo {
  left: 535px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .content .photo {
    left: 10%;
    top: -50vw;
  }
}

.page_index #section02 {
  display: flex;
  align-items: center;
}

.page_index #section02 .inner {
  padding-top: 150px;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .page_index #section02 .inner {
    padding: calc(50vw + 50px) 5% 50px;
  }
}

.page_index #section02 .inner .content h2 {
  color: #008ca0;
}

.page_index #section02 .inner .content .morebutton {
  background-color: #008ca0;
}

.page_index #section02 .inner .content .photo {
  left: -580px;
}

@media only screen and (max-width: 768px) {
  .page_index #section02 .inner .content .photo {
    left: -10%;
    top: -50vw;
  }
}

.page_index #section03 {
  display: flex;
  align-items: center;
}

.page_index #section03 .inner {
  padding-top: 150px;
}

@media only screen and (max-width: 768px) {
  .page_index #section03 .inner {
    padding: calc(50vw + 50px) 5% 50px;
  }
}

.page_index #section03 .inner .content h2 {
  color: #ac0066;
}

.page_index #section03 .inner .content .morebutton {
  background-color: #ac0066;
}

.page_index #section03 .inner .content .photo {
  left: 535px;
}

@media only screen and (max-width: 768px) {
  .page_index #section03 .inner .content .photo {
    left: 10%;
    top: -50vw;
  }
}

.page_index #section04 {
  display: flex;
  align-items: center;
}

.page_index #section04 .inner {
  padding-top: 150px;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .page_index #section04 .inner {
    padding: calc(50vw + 50px) 5% 50px;
  }
}

.page_index #section04 .inner .content h2 {
  color: #0074be;
}

.page_index #section04 .inner .content .morebutton {
  background-color: #0074be;
}

.page_index #section04 .inner .content .photo {
  left: -580px;
}

@media only screen and (max-width: 768px) {
  .page_index #section04 .inner .content .photo {
    left: -10%;
    top: -50vw;
  }
}

.page_index #section05 {
  display: flex;
  align-items: center;
}

.page_index #section05 .inner {
  padding-top: 150px;
}

@media only screen and (max-width: 768px) {
  .page_index #section05 .inner {
    padding: calc(50vw + 50px) 5% 50px;
  }
}

.page_index #section05 .inner .content h2 {
  color: #2f943b;
}

.page_index #section05 .inner .content .morebutton {
  background-color: #2f943b;
}

.page_index #section05 .inner .content .photo {
  top: -20px;
  left: 535px;
}

@media only screen and (max-width: 768px) {
  .page_index #section05 .inner .content .photo {
    left: 10%;
    top: -50vw;
  }
}

.page_index #section06 {
  display: flex;
  align-items: center;
}

.page_index #section06 .inner {
  padding-top: 150px;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .page_index #section06 .inner {
    padding: calc(50vw + 50px) 5% 50px;
  }
}

.page_index #section06 .inner .content h2 {
  color: #ff7f00;
}

.page_index #section06 .inner .content .morebutton {
  background-color: #ff7f00;
}

.page_index #section06 .inner .content .photo {
  top: 20px;
  left: -580px;
}

@media only screen and (max-width: 768px) {
  .page_index #section06 .inner .content .photo {
    left: -10%;
    top: -50vw;
  }
}

.page_index #section07 {
  display: flex;
  align-items: center;
}

.page_index #section07 .inner {
  padding-top: 150px;
}

@media only screen and (max-width: 768px) {
  .page_index #section07 .inner {
    padding: calc(50vw + 50px) 5% 50px;
  }
}

.page_index #section07 .inner .content h2 {
  color: #51318f;
}

.page_index #section07 .inner .content .morebutton {
  background-color: #51318f;
}

.page_index #section07 .inner .content .photo {
  top: 90px;
  left: 535px;
}

@media only screen and (max-width: 768px) {
  .page_index #section07 .inner .content .photo {
    left: 10%;
    top: -50vw;
  }
}


.page_index #section08 {
  display: flex;
  align-items: center;
}

.page_index #section08 .inner {
  padding-top: 150px;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .page_index #section08 .inner {
    padding: calc(50vw + 50px) 5% 50px;
  }
}

.page_index #section08 .inner .content h2 {
  color: #90c31f;
}

.page_index #section08 .inner .content .morebutton {
  background-color: #90c31f;
}

.page_index #section08 .inner .content .photo {
  top: 20px;
  left: -580px;
}

@media only screen and (max-width: 768px) {
  .page_index #section08 .inner .content .photo {
    left: -10%;
    top: -50vw;
  }
}

.page_index #section09 {
  display: flex;
  align-items: center;
}

.page_index #section09 .inner {
  padding-top: 150px;
}

@media only screen and (max-width: 768px) {
  .page_index #section09 .inner {
    padding: calc(50vw + 50px) 5% 50px;
  }
}

.page_index #section09 .inner .content h2 {
  color: #009DDE;
}

.page_index #section09 .inner .content .morebutton {
  background-color: #009DDE;
}

.page_index #section09 .inner .content .photo {
  top: 60px;
  left: 535px;
}

@media only screen and (max-width: 768px) {
  .page_index #section09 .inner .content .photo {
    left: 10%;
    top: -50vw;
  }
}

/*--------------------------
Product page / Common
---------------------------*/
.common_product {
  /*--------------------------
    Section01
    ---------------------------*/
  /*--------------------------
    Section02
    ---------------------------*/
  /*--------------------------
    Section03
    ---------------------------*/
  /*--------------------------
    Section04
    ---------------------------*/
  /*--------------------------
    Section05
    ---------------------------*/
  /*--------------------------
    Section06
    ---------------------------*/
  /*--------------------------
    Section07
    ---------------------------*/
}

.common_product #main_visual h1 img {
  display: block;
}

.common_product .buttonwrap {
  text-align: center;
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .common_product .buttonwrap {
    margin-top: 30px;
  }
}

.common_product .buttonwrap .extbutton {
  display: inline-block;
  font-size: 1.8rem;
  background-color: #a8011b;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
  padding: 25px 80px;
}

.common_product .buttonwrap .extbutton::before {
  content: "\e802";
  font-family: 'fontello';
  font-size: 1.4rem;
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
}

@media only screen and (max-width: 768px) {
  .common_product .buttonwrap .extbutton::before {
    font-size: 1.2rem;
    top: calc(50% - 6px);
    right: 15px;
  }
}

.common_product .buttonwrap .extbutton::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #000000;
  transition: 0.3s;
  z-index: -1;
}

.common_product .buttonwrap .extbutton:hover::after {
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .common_product .buttonwrap .extbutton {
    padding: 10px 50px 10px 20px;
    font-size: 1.3rem;
    line-height: 1.1;
  }
}

.common_product .buttonwrap .morebutton {
  display: inline-block;
  font-size: 1.8rem;
  background-color: #a8011b;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
  padding: 25px 80px;
}

.common_product .buttonwrap .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;
}

.common_product .buttonwrap .morebutton::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #000000;
  transition: 0.3s;
  z-index: -1;
}

.common_product .buttonwrap .morebutton:hover::after {
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .common_product .buttonwrap .morebutton {
    padding: 10px 50px 10px 20px;
  }
}

.common_product .buttonwrap .morebutton + .morebutton {
  margin-left: 50px;
}

@media only screen and (max-width: 768px) {
  .common_product .buttonwrap .morebutton + .morebutton {
    margin-left: 0;
    margin-top: 20px;
  }
}

.common_product #floatingmenu {
  width: 240px;
  background-color: #a8011b;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  transition-duration: 0.5s;
  z-index: 5000;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 768px) {
  .common_product #floatingmenu {
    width: 150px;
  }
}

.common_product #floatingmenu li {
  position: relative;
  transition-duration: 0.3s;
}

.common_product #floatingmenu li a {
  display: block;
  padding: 24px 0 24px 60px;
  font-size: 1.6rem;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .common_product #floatingmenu li a {
    padding: 15px 0 15px 30px;
    font-size: 1.2rem;
  }
}

.common_product #floatingmenu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.common_product #floatingmenu li a::before {
  font-family: 'Fontello';
  color: #ffffff;
  position: absolute;
}

.common_product #floatingmenu li:nth-of-type(1) {
  height: 64px;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .common_product #floatingmenu li:nth-of-type(1) {
    height: 44px;
  }
}

.common_product #floatingmenu li:nth-of-type(1) i {
  font-size: 2.4rem;
  color: #ffffff;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .common_product #floatingmenu li:nth-of-type(1) i {
    font-size: 1.4rem;
  }
}

.common_product #floatingmenu li:nth-of-type(1) i:not(.trigger) {
  display: none;
}

.common_product #floatingmenu li:nth-of-type(1) i.icon-arrow-right {
  top: 20px;
  right: 20px;
}

@media only screen and (max-width: 768px) {
  .common_product #floatingmenu li:nth-of-type(1) i.icon-arrow-right {
    top: 15px;
    right: 12px;
  }
}

.common_product #floatingmenu li:nth-of-type(1) i.icon-arrow-left {
  top: 20px;
  left: 18px;
}

@media only screen and (max-width: 768px) {
  .common_product #floatingmenu li:nth-of-type(1) i.icon-arrow-left {
    top: 15px;
    left: 10px;
  }
}

.common_product #floatingmenu li:nth-of-type(2) a::before {
  content: "\e81c";
  font-size: 3.2rem;
  top: 17px;
  left: 16px;
}

@media only screen and (max-width: 768px) {
  .common_product #floatingmenu li:nth-of-type(2) a::before {
    font-size: 2.2rem;
    top: 10px;
    left: 7px;
  }
}

.common_product #floatingmenu li:nth-of-type(3) a::before {
  content: "\e81a";
  font-size: 3.6rem;
  top: 17px;
  left: 19px;
}

@media only screen and (max-width: 768px) {
  .common_product #floatingmenu li:nth-of-type(3) a::before {
    font-size: 2.6rem;
    top: 9px;
    left: 9px;
  }
}

.common_product #floatingmenu li:nth-of-type(4) a::before {
  content: "\e821";
  font-size: 3.4rem;
  top: 15px;
  left: 16px;
}

@media only screen and (max-width: 768px) {
  .common_product #floatingmenu li:nth-of-type(4) a::before {
    font-size: 2.1rem;
    top: 11px;
    left: 7px;
  }
}

.common_product #floatingmenu li:nth-of-type(5) a::before {
  content: "\e81b";
  font-size: 3.0rem;
  top: 17px;
  left: 12px;
}

@media only screen and (max-width: 768px) {
  .common_product #floatingmenu li:nth-of-type(5) a::before {
    font-size: 1.8rem;
    top: 12px;
    left: 6px;
  }
}

.common_product #floatingmenu li:nth-of-type(6) a::before {
  content: "\e81f";
  font-size: 2.6rem;
  top: 20px;
  left: 13px;
}

@media only screen and (max-width: 768px) {
  .common_product #floatingmenu li:nth-of-type(6) a::before {
    font-size: 1.5rem;
    top: 13px;
    left: 6px;
  }
}

.common_product #floatingmenu li:hover {
  background-color: #7e0114;
}

@media only screen and (max-width: 768px) {
  .common_product #floatingmenu li:hover {
    background-color: #a8011b;
  }
}

.common_product #floatingmenu.open {
  right: 0;
}

.common_product #floatingmenu.close {
  right: -180px;
}

@media only screen and (max-width: 768px) {
  .common_product #floatingmenu.close {
    right: -120px;
  }
}

.common_product #section01 {
  position: relative;
  padding-top: 50px;
}

@media only screen and (max-width: 768px) {
  .common_product #section01 {
    padding-top: 30px;
  }
}

.common_product #section01 h2 {
  font-size: 3.0rem;
  line-height: 1.0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .common_product #section01 h2 {
    font-size: 2.0rem;
    line-height: 1.5;
  }
}

.common_product #section01 .wrap {
  width: 1070px;
  margin: 50px auto 0;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .common_product #section01 .wrap {
    width: 90%;
    margin-top: 30px;
    display: block;
  }
}

.common_product #section01 .wrap .text {
  width: 690px;
  padding: 50px;
  line-height: 1.8;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .common_product #section01 .wrap .text {
    width: 100%;
    padding: 20px;
  }
}

.common_product #section01 .wrap .text p + p {
  margin-top: 14px;
}

.common_product #section01 .wrap .text .notes {
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .common_product #section01 .wrap .text .notes {
    font-size: 1.2rem;
  }
}

.common_product #section01 .wrap .text .notes.star {
  padding-left: 18px;
  position: relative;
}

.common_product #section01 .wrap .text .notes.star::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.common_product #section01 .wrap .text .notes a {
  color: #ffffff;
  text-decoration: underline;
  transition-duration: 0.3s;
}

.common_product #section01 .wrap .text .notes a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.common_product #section01 .wrap .photo {
  width: 380px;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .common_product #section01 .wrap .photo {
    width: 100%;
    min-height: calc(90vw * 0.79);
  }
}

.common_product #section01::before {
  content: "";
  display: block;
  background-color: #f2f2f2;
  width: 100%;
  height: 330px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.common_product #section02 {
  width: 1070px;
  margin: 100px auto 0;
  padding: 80px 50px;
  background-color: #f2f2f2;
}

@media only screen and (max-width: 768px) {
  .common_product #section02 {
    width: 90%;
    margin: 60px auto 0;
    padding: 30px 20px;
  }
}

.common_product #section02 h3 {
  font-size: 3.0rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .common_product #section02 h3 {
    font-size: 2.0rem;
  }
}

.common_product #section02 .featurebox {
  background-color: #ffffff;
  margin: 50px auto 80px;
  padding: 65px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .common_product #section02 .featurebox {
    margin: 30px auto 30px;
    padding: 20px 20px 10px;
  }
}

.common_product #section02 .featurebox li {
  min-width: 33%;
  padding: 14px 0 14px 50px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .common_product #section02 .featurebox li {
    width: 50%;
    font-size: 1.1rem;
    padding: 10px 0 10px 35px;
    margin-bottom: 10px;
  }
}

.common_product #section02 .featurebox li::before {
  content: "";
  background-image: url("https://www.polyplastics-global.com/image/product/common/ico_cube.svg");
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .common_product #section02 .featurebox li::before {
    width: 28px;
    height: 33px;
  }
}

.common_product #section02 .featurebox li:nth-child(n+4) {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .common_product #section02 .featurebox li:nth-child(n+4) {
    margin-top: 0;
  }
}

.common_product #section02 p {
  line-height: 1.8;
}

.common_product #section02 p + p {
  margin-top: 16px;
}

.common_product #section02 .featurebox2 {
  background-color: #ffffff;
  margin: 50px auto 0;
  padding: 65px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .common_product #section02 .featurebox2 {
    margin: 30px auto 30px;
    padding: 20px 20px 20px;
  }
}

.common_product #section02 .featurebox2 ul {
  width: 30%;
  min-width: 30%;
}

@media only screen and (max-width: 768px) {
  .common_product #section02 .featurebox2 ul {
    width: 100%;
    margin-top: 20px;
  }
  .common_product #section02 .featurebox2 ul:nth-of-type(1) {
    margin-top: 0;
  }
}

.common_product #section02 .featurebox2 li {
  width: 100%;
  padding: 0 0 0 50px;
  position: relative;
}

.common_product #section02 .featurebox2 li:nth-of-type(1) {
  min-height: 100px;
}

.common_product #section02 .featurebox2 li + li {
  margin-top: 25px;
}

.common_product #section02 .featurebox2 li .tl {
  font-size: 1.9rem;
  line-height: 1.0em;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}

.common_product #section02 .featurebox2 li .desc {
  font-size: 1.4rem;
  line-height: 1.7em;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .common_product #section02 .featurebox2 li {
    padding: 0 0 0 35px;
    margin-top: 20px;
  }
  .common_product #section02 .featurebox2 li:nth-of-type(1) {
    margin-top: 0;
    min-height: initial;
  }
  .common_product #section02 .featurebox2 li .tl {
    font-size: 1.1rem;
    padding-bottom: 5px;
  }
  .common_product #section02 .featurebox2 li .desc {
    font-size: 1.0rem;
    margin-top: 5px;
  }
}

.common_product #section02 .featurebox2 li::before {
  content: "";
  background-image: url("https://www.polyplastics-global.com/image/product/common/ico_cube.svg");
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .common_product #section02 .featurebox2 li::before {
    width: 28px;
    height: 33px;
  }
}

.common_product #section03 {
  width: 1070px;
  margin: 100px auto 0;
  padding: 0 50px 50px;
}

@media only screen and (max-width: 768px) {
  .common_product #section03 {
    width: 90%;
    margin-top: 60px;
    padding: 0 15px 0;
  }
}

.common_product #section03 h3 {
  font-size: 2.8rem;
  text-align: left;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .common_product #section03 h3 {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
}

.common_product #section03 p {
  line-height: 1.8;
}

.common_product #section03 p + p {
  margin-top: 16px;
}

.common_product #section03 p.notes {
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .common_product #section03 p.notes {
    font-size: 1.2rem;
  }
}

.common_product #section03 .formula {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

@media only screen and (max-width: 768px) {
  .common_product #section03 .formula {
    display: block;
    margin: 15px 0;
  }
}

.common_product #section03 .formula > div {
  background-color: #f2f2f2;
  text-align: center;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .common_product #section03 .formula > div + div {
    margin-top: 10px;
  }
}

.common_product #section03 .formula > div p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .common_product #section03 .formula > div p {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .common_product #section03 ol li {
    margin-left: 0;
  }
}

.common_product #section04 {
  width: 1070px;
  margin: 50px auto 0;
  padding: 0 50px 50px;
}

@media only screen and (max-width: 768px) {
  .common_product #section04 {
    width: 90%;
    padding: 0 15px;
  }
}

.common_product #section04 h3 {
  font-size: 2.8rem;
  text-align: left;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .common_product #section04 h3 {
    font-size: 2.0rem;
    margin-bottom: 15px;
  }
}

.common_product #section04 p {
  line-height: 1.8;
}

.common_product #section04 p + p {
  margin-top: 16px;
}

.common_product #section05 {
  width: 1070px;
  margin: 50px auto 0;
  padding: 0 50px 50px;
}

@media only screen and (max-width: 768px) {
  .common_product #section05 {
    width: 90%;
    padding: 0 15px;
  }
}

.common_product #section05 h3 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .common_product #section05 h3 {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
}

.common_product #section05 table {
  border-collapse: collapse;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .common_product #section05 table {
    font-size: 1.2rem;
  }
}

.common_product #section05 table th, .common_product #section05 table td {
  border: 1px solid #333333;
  padding: 16px;
  width: calc(100% / 3);
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .common_product #section05 table th, .common_product #section05 table td {
    padding: 10px 8px;
  }
}

.common_product #section05 table th a, .common_product #section05 table td a {
  text-decoration: underline;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.common_product #section05 table th a::after, .common_product #section05 table td a::after {
  content: "\e802";
  font-family: 'Fontello';
  font-size: 1.1rem;
  position: absolute;
  top: 2px;
  right: 0;
  margin-right: 3px;
}

.common_product #section05 table th sup, .common_product #section05 table td sup {
  color: #ff0000;
}

.common_product #section05 table th {
  background-color: #bdbdbd;
}

.common_product #section05 table tr:nth-of-type(odd) {
  background-color: #e6e6e6;
}

.common_product #section05 .tablenote {
  font-size: 1.4rem;
  color: #ff0000;
  text-align: right;
  margin-top: 15px;
}

.common_product #section06 {
  width: 100%;
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .common_product #section06 {
    margin-top: 60px;
  }
}

.common_product #section06 h3 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .common_product #section06 h3 {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
}

.common_product #section06 .wrapper {
  overflow: hidden;
  width: 100%;
  height: 350px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .common_product #section06 .wrapper {
    height: 70vw;
  }
}

.common_product #section06 .wrapper .uselist {
  position: absolute;
  top: 0;
  transition: all 0.6s ease-out;
}

.common_product #section06 .wrapper .uselist li {
  float: left;
  margin-left: 40px;
  width: 252px;
  height: 252px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: none;
  background-position: center;
  position: relative;
  overflow: hidden;
  transition-duration: 1.0s;
}

@media only screen and (max-width: 768px) {
  .common_product #section06 .wrapper .uselist li {
    margin-left: 10vw;
    width: 50vw;
    height: 50vw;
  }
}

.common_product #section06 .wrapper .uselist li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 200;
  transition: all 0.4s ease-out;
  top: 0;
  left: 0;
}

.common_product #section06 .wrapper .uselist li img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.4s ease-out;
}

.common_product #section06 .wrapper .uselist li p {
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 300;
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
}

@media only screen and (max-width: 768px) {
  .common_product #section06 .wrapper .uselist li p {
    font-size: 1.6rem;
  }
}

.common_product #section06 .wrapper .uselist li p span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: Y "Hiragino Sans GB", "Hiragino Sans GB W3", "STXihei", "Microsoft YaHei", "微软雅黑", "SimSun", sans-serif;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .common_product #section06 .wrapper .uselist li p span {
    font-size: 1.1rem;
  }
}

.common_product #section06 .wrapper .uselist li.unfocus + .focus {
  margin-left: 70px;
}

@media only screen and (max-width: 768px) {
  .common_product #section06 .wrapper .uselist li.unfocus + .focus {
    margin-left: 10vw;
  }
}

.common_product #section06 .wrapper .uselist li.focus + .unfocus {
  margin-left: 70px;
}

@media only screen and (max-width: 768px) {
  .common_product #section06 .wrapper .uselist li.focus + .unfocus {
    margin-left: 10vw;
  }
}

.common_product #section06 .wrapper .uselist li.focus {
  opacity: 1;
}

.common_product #section06 .wrapper .uselist li.unfocus {
  opacity: 0.3;
}

.common_product #section06 .wrapper .uselist li.focus:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.common_product #section06 .wrapper .uselist li.focus:hover::after {
  background-color: rgba(0, 0, 0, 0);
}

.common_product #section06 .wrapper::after {
  content: "";
  background-color: #f2f2f2;
  display: block;
  width: 916px;
  height: 272px;
  position: absolute;
  bottom: 0;
  left: calc(100% / 2 - 458px);
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .common_product #section06 .wrapper::after {
    width: 80vw;
    height: 60vw;
    left: calc(100% / 2 - 40vw);
  }
}

.common_product #section06 .wrapper .navbutton {
  width: 124px;
  height: 60px;
  position: absolute;
  bottom: 0px;
  left: calc(50% + 334px);
}

@media only screen and (max-width: 768px) {
  .common_product #section06 .wrapper .navbutton {
    width: 90px;
    height: 40px;
    left: calc(90vw - 90px);
  }
}

.common_product #section06 .wrapper .navbutton a {
  display: block;
  background-color: #433c3c;
  color: #ffffff;
  width: 60px;
  height: 60px;
  float: left;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .common_product #section06 .wrapper .navbutton a {
    width: 40px;
    height: 40px;
  }
}

.common_product #section06 .wrapper .navbutton a i {
  font-size: 4.0rem;
  display: inline-block;
  margin-top: calc(50% - 20px);
}

@media only screen and (max-width: 768px) {
  .common_product #section06 .wrapper .navbutton a i {
    font-size: 2.6rem;
    margin-top: calc(50% - 13px);
  }
}

.common_product #section06 .wrapper .navbutton a + a {
  margin-left: 4px;
}

@media only screen and (max-width: 768px) {
  .common_product #section06 .wrapper .navbutton a + a {
    margin-left: 10px;
  }
}

.common_product #section07 {
  margin-top: 200px;
  background-color: #f2f2f2;
  padding: 80px 0 180px;
}

@media only screen and (max-width: 768px) {
  .common_product #section07 {
    margin-top: 60px;
    padding: 30px 0 100px;
  }
}

.common_product #section07 h3 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .common_product #section07 h3 {
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
}

.common_product #section07 ul {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .common_product #section07 ul {
    margin-top: 30px;
    display: block;
    width: 80%;
  }
}

.common_product #section07 ul li {
  width: 320px;
  height: 252px;
  background-color: #a4a4a4;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.4);
  position: relative;
}

@media only screen and (max-width: 768px) {
  .common_product #section07 ul li {
    width: 100%;
    height: 50vw;
  }
}

.common_product #section07 ul li + li {
  margin-left: 50px;
}

@media only screen and (max-width: 768px) {
  .common_product #section07 ul li + li {
    margin-left: 0;
    margin-top: 60px;
  }
}

.common_product #section07 ul li a {
  display: inline-block;
  font-size: 1.8rem;
  background-color: #a8011b;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 280px;
  height: 80px;
  font-size: 1.5rem;
  text-align: center;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: -40px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common_product #section07 ul li a::before {
  content: "\e802";
  font-family: 'fontello';
  font-size: 1.4rem;
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
}

@media only screen and (max-width: 768px) {
  .common_product #section07 ul li a::before {
    font-size: 1.2rem;
    top: calc(50% - 6px);
    right: 15px;
  }
}

.common_product #section07 ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #000000;
  transition: 0.3s;
  z-index: -1;
}

.common_product #section07 ul li a:hover::after {
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .common_product #section07 ul li a {
    width: 90%;
    height: 50px;
    bottom: -25px;
    left: 5%;
  }
}

.common_product #section07 ul li a p {
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .common_product #section07 ul li a p {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

/*--------------------------
DURACON
---------------------------*/
.page_duracon #main_visual .backarea, .page_duracon #main_visual .titlearea {
  background-image: url("../jpg/keyvisual-6.jpg");
}

@media only screen and (max-width: 768px) {
  .page_duracon #main_visual .backarea, .page_duracon #main_visual .titlearea {
    background-size: 120%;
  }
}

.page_duracon #main_visual .backarea::before {
  background-color: rgba(0, 48, 102, 0.3);
}

.page_duracon .buttonwrap .extbutton {
  background-color: #043d78;
}

.page_duracon #section01 h2 {
  color: #043d78;
}

.page_duracon #section01 .wrap .text {
  background-color: #043d78;
}

.page_duracon #section03 li {
  line-height: 1.8;
  counter-increment: list;
  margin-left: 16px;
}

.page_duracon #section03 li::before {
  content: counter(list) "）";
}

.page_duracon #section05 table td a {
  color: #043d78;
}

.page_duracon #section07 ul li a {
  background-color: #043d78;
}

/*--------------------------
DURANEX
---------------------------*/
.page_duranex #main_visual .backarea, .page_duranex #main_visual .titlearea {
  background-image: url("../jpg/keyvisual-7.jpg");
}

.page_duranex #main_visual .backarea::before {
  background-color: rgba(0, 69, 78, 0.3);
}

.page_duranex .buttonwrap .extbutton {
  background-color: #008ca0;
}

.page_duranex #section01 h2 {
  color: #008ca0;
}

.page_duranex #section01 .wrap .text {
  background-color: #008ca0;
}

.page_duranex #section03 .formula {
  justify-content: center;
}

.page_duranex #section05 table td a {
  color: #008ca0;
}

.page_duranex #section07 ul li a {
  background-color: #008ca0;
}

/*--------------------------
DURAFIDE
---------------------------*/
.page_durafide #main_visual .backarea, .page_durafide #main_visual .titlearea {
  background-image: url("../jpg/keyvisual-8.jpg");
}

.page_durafide #main_visual .backarea::before {
  background-color: rgba(69, 0, 78, 0.3);
}

.page_durafide .buttonwrap .extbutton {
  background-color: #ac0066;
}

.page_durafide #section01 h2 {
  color: #ac0066;
}

.page_durafide #section01 .wrap .text {
  background-color: #ac0066;
}

.page_durafide #section03 ol {
  margin: 16px 0;
}

.page_durafide #section03 ol li {
  line-height: 1.8;
  counter-increment: list;
}

.page_durafide #section03 ol li::before {
  content: counter(list) ". ";
}

.page_durafide #section05 table td a {
  color: #ac0066;
}

.page_durafide #section07 ul li a {
  background-color: #ac0066;
}

/*--------------------------
LAPEROS
---------------------------*/
.page_laperos #main_visual .backarea, .page_laperos #main_visual .titlearea {
  background-image: url("../jpg/keyvisual-9.jpg");
}

.page_laperos #main_visual .backarea::before {
  background-color: rgba(0, 27, 78, 0.459);
}

.page_laperos .buttonwrap .extbutton {
  background-color: #0074be;
}

.page_laperos #section01 h2 {
  color: #0074be;
}

.page_laperos #section01 .wrap .text {
  background-color: #0074be;
}

.page_laperos #section03 .formula {
  justify-content: center;
}

.page_laperos #section05 table td a {
  color: #0074be;
}

.page_laperos #section07 ul li a {
  background-color: #0074be;
}

/*--------------------------
TOPAS
---------------------------*/
.page_topas #main_visual .backarea, .page_topas #main_visual .titlearea {
  background-image: url("../jpg/keyvisual-10.jpg");
}

.page_topas #main_visual .backarea::before {
  background-color: rgba(0, 78, 20, 0.459);
}

.page_topas .buttonwrap .extbutton, .page_topas .buttonwrap .morebutton {
  background-color: #2f943b;
}

.page_topas .buttonwrap .extbutton + .extbutton, .page_topas .buttonwrap .morebutton + .extbutton {
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  .page_topas .buttonwrap .extbutton + .extbutton, .page_topas .buttonwrap .morebutton + .extbutton {
    margin: 20px 0 0;
  }
}

.page_topas #section01 h2 {
  color: #2f943b;
}

.page_topas #section01 .wrap .text {
  background-color: #2f943b;
}

.page_topas #section02 .featurebox li:last-child {
  margin-left: auto;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .page_topas #section02 .featurebox li:last-child {
    margin: 0;
  }
}

.page_topas #section03 .formula {
  justify-content: center;
}

.page_topas #section05 table td a {
  color: #2f943b;
}

.page_topas #section07 ul li a {
  background-color: #2f943b;
}

/*--------------------------
FR-PET
---------------------------*/
.page_frpet #main_visual .backarea, .page_frpet #main_visual .titlearea {
  background-image: url("../jpg/keyvisual-11.jpg");
  background-position: center 80%;
}

.page_frpet #main_visual .backarea {
  background-position: center calc(80% + 50px);
}

@media only screen and (max-width: 768px) {
  .page_frpet #main_visual .backarea {
    background-position: center calc(80% + 30px);
  }
}

.page_frpet #main_visual .backarea::before {
  background-color: rgba(78, 44, 0, 0.459);
}

.page_frpet #main_visual .titlearea {
  background-position: center 80%;
}

.page_frpet .buttonwrap .extbutton, .page_frpet .buttonwrap .morebutton {
  background-color: #ff7f00;
}

.page_frpet #section01 h2 {
  color: #ff7f00;
}

.page_frpet #section01 .wrap .text {
  background-color: #ff7f00;
}

.page_frpet #section02 .featurebox {
  margin-bottom: 0;
}

.page_frpet #section03 h4 {
  color: #ff7f00;
  font-size: 2.2rem;
  margin-top: 80px;
}

.page_frpet #section03 .formula {
  justify-content: center;
}

.page_frpet #section05 {
  padding-bottom: 130px;
}

.page_frpet #section05 table td a {
  color: #ff7f00;
}

/*--------------------------
PLASTRON
---------------------------*/
.page_plastron #main_visual .backarea, .page_plastron #main_visual .titlearea {
  background-image: url("../jpg/keyvisual-12.jpg");
}

@media only screen and (max-width: 768px) {
  .page_plastron #main_visual .backarea, .page_plastron #main_visual .titlearea {
    background-size: 120%;
  }
}

.page_plastron #main_visual .backarea::before {
  background-color: rgba(107, 93, 133, 0.8);
}

.page_plastron .buttonwrap .extbutton {
  background-color: #51318f;
}

.page_plastron #section01 h2 {
  color: #51318f;
}

.page_plastron #section01 .wrap .text {
  background-color: #51318f;
}

.page_plastron #section02 {
  padding: 80px 50px 50px;
}

@media only screen and (max-width: 768px) {
  .page_plastron #section02 {
    padding: 30px 20px;
  }
}

.page_plastron #section03 h4 {
  font-size: 2.8rem;
  font-weight: bold;
}

.page_plastron #section03 .layout_2c {
  display: flex;
  margin-top: 50px;
}

.page_plastron #section03 .layout_3c {
  display: flex;
  margin-top: 50px;
}

.page_plastron #section03 .layout_2c .context, .page_plastron #section03 .layout_3c .context {
  flex-grow: 1;
  padding-right: 40px;
}

.page_plastron #section03 .layout_2c .img, .page_plastron #section03 .layout_3c .img {
  flex-basis: 360px;
  flex-shrink: 0;
  margin-top: 0;
}

.page_plastron #section03 .layout_3c .img + .img {
  margin-left: 20px;
}

.page_plastron #section03 .layout_2c + h4, .page_plastron #section03 .layout_3c + h4 {
  margin-top: 100px;
}

.page_plastron #section03 h4 + p {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .page_plastron #section03 h4 {
    font-size: 2.1rem;
  }

  .page_plastron #section03 .layout_2c {
    display: block;
    margin-top: 25px;
  }

  .page_plastron #section03 .layout_3c {
    display: block;
    margin-top: 25px;
  }

  .page_plastron #section03 .layout_2c .context, .page_plastron #section03 .layout_3c .context {
    flex-grow: initial;
    padding-right: 0;
    font-size: 1.4rem;
  }

  .page_plastron #section03 .layout_2c .img, .page_plastron #section03 .layout_3c .img {
    flex-basis: initial;
    flex-shrink: initial;
    margin-top: 20px;
    width: 100%;
  }

  .page_plastron #section03 .layout_2c .img img, .page_plastron #section03 .layout_3c .img img {
    width: 100%;
  }

  .page_plastron #section03 .layout_3c .img + .img {
    margin-left: 0;
    margin-top: 20px;
  }

  .page_plastron #section03 .layout_2c + h4, .page_plastron #section03 .layout_3c + h4 {
    margin-top: 55px;
  }

  .page_plastron #section03 h4 + p {
    margin-top: 25px;
  }
}

.page_plastron #section05 table td {
  vertical-align: middle;
}

.page_plastron #section05 table td a {
  color: #51318f;
  margin-top: 1.0em;
}

.page_plastron #section05 table td a:nth-of-type(1) {
  margin-top: 0;
}

.page_plastron #section05 table + .notes {
  font-size: 1.4rem;
  margin-top: 2.0em;
}

@media only screen and (max-width: 768px) {
.page_plastron #section05 .tablewrap + .notes {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-top: 1.0em;
}
}

.page_plastron #section06 .uselist li p {
  text-shadow: 0px 0px 6px rgba(0,0,0,0.6), 0px 0px 2px rgba(0,0,0,1.0);
}

.page_plastron #section07 ul li a {
  background-color: #51318f;
}

.common_product.page_plastron #section07 ul li:nth-of-type(2) a::before {
  display: none;
}