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

body {
  line-height: 1;
}

html {
    scroll-padding-top: 200px !important;
}

html,
button,
input,
select,
textarea {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/*
header {
  position: fixed;
  padding: 30px 40px;
  display: table;
  width: 100%;
  background: #ffffff;
  margin-bottom: 40px;
  z-index: 200;
}

@media (max-width: 896px) {
  header {
    padding: 30px 10px 0;
  }
}

@media (max-width: 768px) {
  header {
    padding: 15px 10px 0;
    margin-bottom: 35px;
  }
}*/

.logo-area {
  width: 413px;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 1149px) {
  .logo-area {
    width: 210px;
  }
}

@media (max-width: 896px) {
  .logo-area {
    position: relative;
    z-index: 102;
  }
}

@media (max-width: 860px) {
  .logo-area {
    width: 170px;
  }
}

@media (max-width: 768px) {
  .logo-area {
    width: 100%;
  }
}

.logo-area.open .cp-message {
  display: none;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  background: url("../img/logo.png") no-repeat center center;
  background-size: 180px;
  width: 180px;
  height: 28px;
  margin-right: 36px;
}

@media (max-width: 1148px) {
  .logo {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    position: relative;
    z-index: 101;
  }
}

@media (max-width: 860px) {
  .logo {
    width: 100%;
    height: auto;
    background: url("../img/logo.png") no-repeat center center;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .logo {
    background: url("../img/logo.png") no-repeat center center;
    background-size: 180px;
    width: 180px;
    height: 28px;
  }
}

@media (max-width: 860px) {
  .logo:after {
    content: "";
    display: block;
    padding-top: 15.55555%;
  }
}

@media (max-width: 768px) {
  .logo:after {
    display: none;
  }
}

.cp-message {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #707070;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .cp-message {
    display: block;
  }
}

@media (max-width: 768px) {
  .cp-message br {
    display: none;
  }
}

.cp-message.hidden {
  display: none;
}

.nav-wrap {
  display: table-cell;
  vertical-align: middle;
  float: right;
}

@media (max-width: 768px) {
  .nav-wrap {
    display: table;
    float: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    background: #ffffff;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
  }
}

.nav-wrap.open {
  opacity: 1;
  visibility: inherit;
}

@media (max-width: 768px) {
  .nav-wrap-inner {
    display: table-cell;
    vertical-align: middle;
  }
}

nav {
  width: 100%;
  display: table;
}

@media (max-width: 768px) {
  nav {
    display: block;
    width: 282px;
    margin: 0 auto;
  }
}

nav p,
nav div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}

@media (max-width: 860px) {
  nav p,
  nav div {
    padding: 0 5px;
  }
}

@media (max-width: 768px) {
  nav p,
  nav div {
    display: block;
    text-align: left;
    padding: 13.5px 0px;
  }
}

nav p a,
nav div a {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  display: block;
  text-decoration: none;
}

@media (max-width: 768px) {
  nav p a,
  nav div a {
    font-size: 25px;
    color: #313131;
  }
}

.online-shop {
  padding: 0 0 0 20px;
}

@media (max-width: 768px) {
  .online-shop {
    padding: 20px 0px;
  }
}

.online-shop a {
  width: 160px;
  background: #000000;
  color: #ffffff;
  padding: 7px 5px 9px;
  display: block;
}

@media (max-width: 768px) {
  .online-shop a {
    display: inline-block;
  }
}

.online-shop a span {
  display: block;
  vertical-align: middle;
  background: url(../img/ico_cart.png) no-repeat left center;
  background-size: 16px;
  width: 115px;
  height: 17px;
  margin: 0 auto;
  padding-top: 2px;
  text-align: right;
}

.btn-menu {
  display: none;
}

@media (max-width: 768px) {
  .btn-menu {
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 102;
    display: block;
    background: #000000;
    padding: 5px;
    width: 35px;
    height: 35px;
  }
  .btn-menu:before {
    position: relative;
  }
  .btn-menu span {
    width: 15px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
  }
  .btn-menu span:nth-child(1) {
    top: 10px;
    left: 10px;
  }
  .btn-menu span:nth-child(2) {
    top: 17px;
    left: 10px;
  }
  .btn-menu span:nth-child(3) {
    top: 24px;
    left: 10px;
  }
}

.btn-menu.open span:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 17px;
}

.btn-menu.open span:nth-child(2) {
  opacity: 0;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.btn-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 17px;
}

.btn-cart {
  display: none;
}

@media (max-width: 768px) {
  .btn-cart {
    position: fixed;
    top: 10px;
    right: 55px;
    z-index: 102;
    display: block;
  }
  .btn-cart a {
    display: block;
    width: 35px;
    height: 35px;
    background: url("../img/ico_cart.png") no-repeat center center #000;
    background-size: 16px;
  }
}

.main {
  padding: 0 40px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .main {
    padding: 0 20px;
  }
}

.main-inner {
  width: 1174px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 21px;
}

@media (max-width: 1215px) {
  .main-inner {
    width: 100%;
    padding-bottom: 0;
  }
}

.mv-title {
  width: 790px;
  position: absolute;
  top: 0;
  left: 37px;
  font-size: 200px;
  font-weight: bold;
  color: #000000;
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 1110px) {
  .mv-title {
    width: 100%;
    font-size: 15vw;
  }
}

.mv-title p {
  line-height: 0.8;
}

@media (max-width: 768px) {
  .mv-title {
    display: none;
  }
}

.txt-athletes {
  width: 41.368585%;
  position: absolute;
  top: 84.7%;
  left: 19%;
  z-index: 13;
}

@media (max-width: 1110px) {
  .txt-athletes {
    top: 69.7%;
  }
}

@media (max-width: 1040px) {
  .txt-athletes {
    top: 74.7%;
  }
}

@media (max-width: 768px) {
  .txt-athletes {
    display: none;
  }
}

.txt-athletes img {
  width: 100%;
}

.txt-effect .letter {
  display: inline-block;
}

#progress {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  height: 2px;
  z-index: 2;
}

#cycle-caption {
  position: absolute;
  top: 14px;
  left: 20px;
  z-index: 2;
}

.mv-slide-element {
  width: 612px;
  float: right;
  position: relative;
  padding: 70px 30px 0;
}

@media (max-width: 1110px) {
  .mv-slide-element {
    width: 47.58942457231726%;
    padding: 70px 0px 100px;
  }
}

@media (max-width: 768px) {
  .mv-slide-element {
    width: 100%;
    padding: 47.5px 0 20px;
    background: url("../img/bg_mv_sp.png") no-repeat center center;
    background-size: 100% auto;
  }
}

.mv-slide-element:before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 1110px) {
  .mv-slide-element:before {
    height: 120px;
  }
}

@media (max-width: 768px) {
  .mv-slide-element:before {
    display: none;
  }
}

.mv-slide-ttl {
  font-size: 60px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 1110px) {
  .mv-slide-ttl {
    font-size: 3.6vw;
  }
}

@media (max-width: 768px) {
  .mv-slide-ttl {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.mv-slide-subttl {
  font-size: 14px;
  color: #ffffff;
  padding: 4px;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (max-width: 1110px) {
  .mv-slide-subttl {
    font-size: 1.941176vw;
  }
}

@media (max-width: 768px) {
  .mv-slide-subttl {
    font-size: 15px;
  }
}

.mv-detail {
  width: 180px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

@media (max-width: 1110px) {
  .mv-detail {
    width: 29.411764705882355%;
  }
}

@media (max-width: 768px) {
  .mv-detail {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    margin-right: 0px;
    padding-bottom: 20px;
  }
  .mv-detail br {
    display: none;
  }
}

.mv-img {
  width: 334px;
  float: right;
  display: inline-block;
  vertical-align: top;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
}

.mv-img:hover {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

@media (max-width: 1110px) {
  .mv-img {
    width: 54.57516339869281%;
  }
}

@media (max-width: 768px) {
  .mv-img {
    width: 73.75%;
    margin: 0 auto;
    float: none;
    display: block;
    text-align: center;
  }
}

.mv-img a {
  display: block;
}

.mv-img a img {
  width: 100%;
}

@media (max-width: 1110px) {
  .mv-slide-subttl-3 br {
    display: none;
  }
}

.sns-list {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -56px;
  z-index: 100;
}

.sns-list p {
  width: 20px;
  margin-bottom: 28px;
}

.sns-list p:last-child {
  margin-bottom: 0;
}

.sns-list p a {
  display: block;
}

.sns-list p a img {
  width: 100%;
}

.mv-detail.theme-steel .mv-slide-ttl {
  color: #293c73;
}

.mv-detail.theme-steel .mv-slide-subttl {
  background: #293c73;
}

.mv-detail.theme-power .mv-slide-ttl {
  color: #ba1c33;
}

.mv-detail.theme-power .mv-slide-subttl {
  background: #ba1c33;
}

.mv-detail.theme-move .mv-slide-ttl {
  color: #002a8f;
}

.mv-detail.theme-move .mv-slide-subttl {
  background: #002a8f;
}

.mv-detail.theme-care .mv-slide-ttl {
  color: #004f4d;
}

.mv-detail.theme-care .mv-slide-subttl {
  background: #004f4d;
}

.cycle-arws-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 22;
}

.cycle-next {
  background: url("../img/arw_slider_right.png") no-repeat center center;
  width: 8px;
  height: 12px;
  background-size: 8px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
  cursor: pointer;
}

.cycle-prev {
  background: url("../img/arw_slider_left.png") no-repeat center center;
  width: 8px;
  height: 12px;
  background-size: 8px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  cursor: pointer;
}

.txt-viewproduct {
  display: none;
  font-size: 14px;
  color: #000000;
  text-align: center;
  position: relative;
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .txt-viewproduct {
    display: block;
  }
}

.txt-viewproduct:after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 50%;
  width: 12px;
  height: 9.5px;
  background: url(../img/arw_viewproduct.png) no-repeat center center;
  background-size: 100%;
  margin-left: -6px;
}

.just {
  position: relative;
  z-index: 10;
}

.con-wrap {
  position: relative;
  z-index: 9;
}

@media (max-width: 1040px) {
  .con-wrap {
    margin-top: 11px;
  }
}

@media (max-width: 780px) {
  .con-wrap {
    margin-top: 0;
  }
}

.con {
  position: relative;
  overflow: hidden;
}

.con span:nth-child(1):after {
  content: "";
  display: block;
  background: url(../img/mask_c.png) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -63px;
  left: 14px;
}

@media (max-width: 1110px) {
  .con span:nth-child(1):after {
    bottom: -50px;
  }
}

@media (max-width: 920px) {
  .con span:nth-child(1):after {
    bottom: -42px;
  }
}

.con span:nth-child(2):after {
  content: "";
  display: block;
  background: url(../img/mask_o.png) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -42px;
  left: 0px;
  z-index: 3;
}

.con span:nth-child(3) {
  z-index: 14;
}

.con span:nth-child(3):after {
  content: "";
  display: block;
  background: url(../img/mask_n.png) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -24px;
  left: 0px;
  z-index: 3;
}

@media (max-width: 1110px) {
  .con span:nth-child(3):after {
    bottom: -34px;
  }
}

.dition {
  position: relative;
  padding-left: 13%;
  margin: -14px 0 -57px 18px;
  overflow: hidden;
  letter-spacing: -8px;
}

@media (max-width: 1110px) {
  .dition {
    padding-left: 8%;
    margin: -8px 0 -17px 18px;
  }
}

@media (max-width: 1040px) {
  .dition {
    margin: -19px 0 -27px 18px;
  }
}

@media (max-width: 910px) {
  .dition {
    margin: 1px 0 -7px 18px;
  }
}

.dition span {
  position: relative;
  z-index: 10;
}

.dition span:nth-child(1):after {
  content: "";
  display: block;
  background: url("../img/mask_d.png") no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -45px;
  left: 0px;
  z-index: 3;
}

.dition span:nth-child(2) {
  z-index: 14;
}

.dition span:nth-child(2):after {
  content: "";
  display: block;
  background: url("../img/mask_i.png") no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -58px;
  left: 3px;
  z-index: 3;
}

.dition span:nth-child(3) {
  position: relative;
  z-index: 14;
}

.lab-wrap {
  position: relative;
  z-index: 13;
  overflow: hidden;
}

.lab {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
  display: inline-block;
}

.lab span {
  position: relative;
}

.lab span:nth-child(2) {
  z-index: 13;
}

.lab span:nth-child(2):after {
  content: "";
  display: block;
  background: url("../img/mask_a.png") no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 3;
}

.lab span:nth-child(3) {
  z-index: 13;
}

.lab span:nth-child(3):after {
  content: "";
  display: block;
  background: url("../img/mask_b.png") no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -46px;
  right: 0;
  z-index: 3;
}

body, html {
  font-family: 'Noto Sans JP', sans-serif;
}

#loader-element {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: -90px 0 0 -20px;
}

@media (max-width: 768px) {
  #loader-element {
    margin: -90px 0 0 -5px;
  }
}

.loader {
  margin: 100px auto;
  font-size: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}

#loader-element.is-open {
  opacity: 0;
  visibility: hidden;
}

.section-outline {
  opacity: 0;
  visibility: hidden;
  transition: .7s ease-out;
  -webkit-transition: .7s ease-out;
  padding-top: 135px;
}

@media (max-width: 768px) {
  .section-outline {
    padding-top: 90px;
  }
}

.section-outline.is-open {
  opacity: 1;
  visibility: inherit;
}

.title {
  font-size: 70px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (max-width: 1080px) {
  .title {
    font-size: 6.481481481481481vw;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 45px;
  }
}

.sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  .sub-title {
    font-size: 1.4814814814814816vw;
  }
}

@media (max-width: 768px) {
  .sub-title {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.base-width {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1165px) {
  .base-width {
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .base-width {
    max-width: 100%;
    padding: 0 20px;
  }
}

.btn-black {
  width: 240px;
}

@media (max-width: 768px) {
  .btn-black {
    width: 100%;
  }
}

.btn-black a {
  padding: 18px 0;
  font-size: 14px;
  color: #ffffff;
  background: #000000;
  display: block;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .btn-black a {
    font-weight: bold;
  }
}

.btn-black a,
.btn-contact a {
  position: relative;
  display: block;
  transition: .3s;
  overflow: hidden;
}

.btn-black a span,
.btn-contact a span {
  position: relative;
  z-index: 2;
}

.btn-black a::before,
.btn-contact a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  width: 120%;
  height: 100%;
  background: #3c3c3c;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}

.btn-black a:hover::before,
.btn-contact a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

@media (max-width: 768px) {
  .btn-pdf {
    display: none !important;
  }
}

.btn-pdf a {
  font-size: 14px;
  font-weight: bold;
  color: #313131;
  text-decoration: none;
  border-bottom: 2px solid #000;
  padding-bottom: 3px;
}

.btn-pdf a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/ico_link.png) no-repeat center 0px;
  background-size: 10px;
  width: 10px;
  height: 13px;
  margin-left: 4px;
}

@media (max-width: 768px) {
  .for-pc {
    display: none !important;
  }
}

.for-sp {
  display: none;
}

@media (max-width: 768px) {
  .for-sp {
    display: block !important;
  }
}

#gnav {
  position: fixed;
  top: 50%;
  left: 15px;
  z-index: 15;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media (max-width: 768px) {
  #gnav {
    display: none;
  }
}

#gnav p {
  width: 8px;
  height: 8px;
  background: #bfbfbf;
  border-radius: 2em;
  margin-bottom: 20px;
  cursor: pointer;
}

#gnav p.current {
  background: #000000;
}

@media (max-width: 1024px) {
  .txt-shadow {
    text-shadow: 1px 1px 1px #ffffff;
  }
}

@media (max-width: 768px) {
  .txt-shadow {
    text-shadow: none;
  }
}

.about {
  margin-top: 140px;
  padding: 0 40px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

@media (max-width: 1110px) {
  .about {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .about {
    padding: 0 0;
    margin-bottom: 0px;
    margin-top: 100px;
  }
}

.about-bg {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.about-bg02 {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .about-bg {
    margin-bottom: 70px;
  }
    .about-bg02 {
    margin-bottom: 70px;
  }
}

.about-bg  img {
  width: 100%;
}

.about-bg02  img {
  width: 100%;
}

.about-detail-1-wrap {
  max-width: 1080px;
  width: 100%;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 2;
  overflow: hidden;
}

@media (max-width: 1160px) {
  .about-detail-1-wrap {
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .about-detail-1-wrap {
    position: initial;
    transform: none;
    -webkit-transform: none;
    padding: 0 20px;
  }
}

.about-inner {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.about-inner-2 {
  max-width: 1286px;
  margin: 0 auto 80px;
  position: relative;
  display: table;
  width: 100%;
  padding-left: 100px;
}

@media (max-width: 1286px) {
  .about-inner-2 {
    padding-left: 0px;
  }
}

.about-inner-2:last-child {
  margin: 0 auto 0px;
}

@media (max-width: 768px) {
  .about-inner-2 {
    margin: 0 auto 70px;
  }
}

.about-inner-3 {
  max-width: 1286px;
  margin: 0 auto 80px;
  position: relative;
  display: table;
  width: 100%;
}

.about-inner-3:last-child {
  margin: 0 auto 0px;
}

@media (max-width: 768px) {
  .about-inner-3 {
    margin: 0 auto 70px;
  }
}

.about-detail {
  width: 420px;
}

@media (max-width: 768px) {
  .about-detail {
    width: 100%;
  }
}

.about-title-element {
  float: left;
}

@media (max-width: 768px) {
  .about-title-element {
    float: none;
    width: 100%;
  }
}

.about-detail-1 {
  float: right;
}

@media (max-width: 1080px) {
  .about-detail-1 {
    width: 38.88888888888889%;
  }
}

@media (max-width: 768px) {
  .about-detail-1 {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .about-detail-1 .about-txt {
    margin-bottom: 40px;
  }
}

.about-lead {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  position: relative;
  line-height: 1.5;
}

.about-lead:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #000000;
  display: block;
  margin: 30px 0;
}

.about-txt {
  font-size: 14px;
  color: #555555;
  line-height: 2.1;
  letter-spacing: 1px;
  margin-top: -4px;
}

.about-detail-2,
.about-detail-4 {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}

@media (max-width: 1286px) {
  .about-detail-2,
  .about-detail-4 {
    width: 35.50295857988166%;
  }
}

@media (max-width: 768px) {
  .about-detail-2,
  .about-detail-4 {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}

.img-about-2,
.img-about-4 {
  width: 643px;
  display: table-cell;
  vertical-align: middle;
  float: right;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transition: 1s cubic-bezier(0.28, 0.99, 1, 1);
  -webkit-transition: 1s cubic-bezier(0.28, 0.99, 1, 1);
}

@media (max-width: 1245px) {
  .img-about-2,
  .img-about-4 {
    width: 100%;
    padding-left: 40px;
  }
}

@media (max-width: 768px) {
  .img-about-2,
  .img-about-4 {
    width: 100%;
    display: block;
    padding-left: 0px;
  }
}

.img-about-2 img,
.img-about-4 img {
  width: 100%;
  vertical-align: bottom;
}

.img-about-2.in-view,
.img-about-4.in-view {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}

.about-detail-3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 100px;
  z-index: 2;
}

@media (max-width: 1024px) {
  .about-detail-3 {
    right: 0;
  }
}

@media (max-width: 768px) {
  .about-detail-3 {
    position: initial;
    transform: none;
    -webkit-transform: none;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}

.img-about-3 {
  width: 857px;
  display: inline-block;
  vertical-align: middle;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: 1s cubic-bezier(0.28, 0.99, 1, 1);
  -webkit-transition: 1s cubic-bezier(0.28, 0.99, 1, 1);
}

@media (max-width: 1310px) {
  .img-about-3 {
    width: 72.4429416737109%;
  }
}

@media (max-width: 768px) {
  .img-about-3 {
    width: 100%;
  }
}

.img-about-3 img {
  width: 100%;
  vertical-align: bottom;
}

.img-about-3.in-view {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}

.brother-name {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .brother-name {
    margin-top: 24px;
    line-height: 2;
  }
}

.brother-name br {
  display: none;
}

@media (max-width: 768px) {
  .brother-name br {
    display: block;
  }
}

#btn-nakazawa {
  width: 400px;
  cursor: pointer;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
}

#btn-nakazawa:hover {
  opacity: 0.7;
}

@media (max-width: 1080px) {
  #btn-nakazawa {
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  #btn-nakazawa {
    width: 100%;
    margin: 20px 0;
  }
}

#btn-nakazawa img {
  width: 100%;
  vertical-align: bottom;
}

.products {
  padding: 140px 0 0 0;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .products {
    padding: 100px 0 0 0;
    margin-bottom: 0px;
  }
}

.products .btn-black {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

@media (max-width: 772px) {
  .products .btn-black {
    margin-bottom: 0px;
    margin-right: 0px;
  }
}

.products .btn-pdf {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 772px) {
  .products .btn-pdf {
    display: block;
  }
}

.products .sub-title {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .products .sub-title {
    margin-bottom: 32.5px;
  }
}

.product-detail-title {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .product-detail-title {
    text-align: center;
    margin-bottom: 40px;
  }
}

.product-detail-title span:nth-child(1) {
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
  vertical-align: middle;
  margin-right: 5px;
}

@media (max-width: 900px) {
  .product-detail-title span:nth-child(1) {
    display: block;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .product-detail-title span:nth-child(1) {
    font-size: 40px;
    margin-right: 0px;
  }
}

.product-detail-title span:nth-child(2), .product-detail-title span:nth-child(3), .product-detail-title span:nth-child(4) {
  font-size: 16px;
  font-weight: 100;
  color: #ffffff;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .product-detail-title span:nth-child(2), .product-detail-title span:nth-child(3), .product-detail-title span:nth-child(4) {
    font-weight: normal;
  }
}

.ico-point {
  border-radius: 2em;
  font-size: 12px;
  color: #ffffff;
  vertical-align: middle;
  padding: 0px 8px 2px;
}

.ico-point:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/ico_point.png) no-repeat center 0px;
  background-size: 18px;
  width: 18px;
  height: 15px;
  margin-right: 3px;
}

/*

product-contents-1

------------------------------------------------------------*/
.product-contents-1 {
  overflow: hidden;
  margin-bottom: 50px;
}

.product-contents-1 .base-width {
  overflow: hidden;
  position: relative;
  padding-left: 80px;
}

@media (max-width: 768px) {
  .product-contents-1 .base-width {
    padding-left: 20px;
  }
}

.product-contents-1 .product-img {
  width: 222.5px;
  position: absolute;
  top: 0px;
  left: auto;
}

@media (max-width: 1080px) {
  .product-contents-1 .product-img {
    width: 23.51851851851852% !important;
    left: 123px;
  }
}

@media (max-width: 768px) {
  .product-contents-1 .product-img {
    width: 66.39344262295081% !important;
    margin: 0 auto;
    position: initial;
  }
}

.product-contents-1 .product-detail-title span:nth-child(1) {
  color: #293c73;
  display: block;
  margin-bottom: 20px;
}

.product-contents-1 .product-detail-title span:nth-child(2), .product-contents-1 .product-detail-title span:nth-child(3), .product-contents-1 .product-detail-title span:nth-child(4) {
  background: #293c73;
}

.product-contents-1 .point-list:nth-of-type(1) {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .product-contents-1 .point-list:nth-of-type(1) {
    margin-top: 40px;
  }
}

.product-contents-1 .ico-point {
  background: #293c73;
  margin-right: 2px;
}

.product-contents-1 .point-title {
  font-size: 18px;
  color: #293c73;
  vertical-align: middle;
  line-height: 1.5;
}

.product-contents-1 .product-detail-p-2 {
  color: #293c73;
}

/*

product-contents-2

------------------------------------------------------------*/
.product-contents-2 {
  overflow: hidden;
  margin-bottom: 50px;
}

.product-contents-2 .base-width {
  overflow: hidden;
  position: relative;
}

.product-contents-2 .product-img {
  position: absolute;
  top: 0;
  left: auto;
}

@media (max-width: 1080px) {
  .product-contents-2 .product-img {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .product-contents-2 .product-img {
    position: initial;
    width: 76.796875% !important;
    margin: 0 auto;
  }
}

.product-contents-2 .img-product-2 {
  width: 269px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .product-contents-2 .img-product-2 {
    width: 56%;
    padding: 0 0px;
  }
}

@media (max-width: 768px) {
  .product-contents-2 .img-product-2 {
    width: 100%;
  }
}

.product-contents-2 .product-detail-title span:nth-child(1) {
  color: #ba1c33;
  display: block;
  margin-bottom: 20px;
}

.product-contents-2 .product-detail-title span:nth-child(2), .product-contents-2 .product-detail-title span:nth-child(3), .product-contents-2 .product-detail-title span:nth-child(4) {
  background: #ba1c33;
}

.product-contents-2 .point-list:nth-of-type(1) {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .product-contents-2 .point-list:nth-of-type(1) {
    margin-top: 40px;
  }
}

.product-contents-2 .ico-point {
  background: #ba1c33;
  margin-right: 2px;
}

.product-contents-2 .point-title {
  font-size: 18px;
  color: #ba1c33;
  vertical-align: middle;
  line-height: 1.5;
  letter-spacing: -1px;
}

.product-contents-2 .product-detail-p-2 {
  color: #ba1c33;
}

@media (max-width: 768px) {
  .btn-nakazawa {
    margin-bottom: 30px;
  }
}

.btn-nakazawa a {
  display: block;
}

 .red {font-size: 17px;
  font-weight: bold;
  color: #ba1c33;
}
/*

product-contents-3

------------------------------------------------------------*/
.product-contents-3 {
  overflow: hidden;
  margin-bottom: 50px;
}

.product-contents-3 .base-width {
  overflow: hidden;
  position: relative;
  padding-left: 80px;
}

@media (max-width: 768px) {
  .product-contents-3 .base-width {
    padding-left: 20px;
  }
}

.product-contents-3 .product-img {
  width: 266.5px;
  position: absolute;
  top: 0;
  left: auto;
}

@media (max-width: 1080px) {
  .product-contents-3 .product-img {
    width: 23.518519% !important;
    left: 120px;
  }
}

@media (max-width: 768px) {
  .product-contents-3 .product-img {
    position: initial;
    width: 75.8% !important;
    margin: 0 auto;
  }
}

.product-contents-3 .product-detail-title span:nth-child(1) {
  color: #002a8f;
  display: block;
  margin-bottom: 20px;
}

.product-contents-3 .product-detail-title span:nth-child(2), .product-contents-3 .product-detail-title span:nth-child(3) {
  background: #002a8f;
}

.product-contents-3 .point-list:nth-of-type(1) {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .product-contents-3 .point-list:nth-of-type(1) {
    margin-top: 40px;
  }
}

.product-contents-3 .ico-point {
  background: #002a8f;
  margin-right: 2px;
}

.product-contents-3 .point-title {
  font-size: 18px;
  color: #002a8f;
  vertical-align: middle;
  line-height: 1.5;
}

.product-contents-3 .product-detail-p-2 {
  color: #002a8f;
}

.product-contents-bg {
  width: 100%;
  background: url("../img/bg_product.png") no-repeat top center;
  background-size: 100%;
  padding-top: 60px;
}

@media (max-width: 768px) {
  .product-contents-bg {
    background-size: initial;
    padding-top: 40px;
  }
}

.product-img img {
  width: 100%;
}

.point-list {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .point-list {
    margin-bottom: 30px;
  }
}

.point-list > dt {
  display: table;
  width: 100%;
}

.point-list > dt > p {
  line-height: 1.5;
}

.point-list > dt > p:nth-child(1) {
  width: 90px;
  display: table-cell;
  vertical-align: top;
  padding-right: 5px;
}

@media (max-width: 768px) {
  .point-list > dt > p:nth-child(1) {
    display: block;
    margin-bottom: 8px;
  }
}

.point-list > dt > p:nth-child(2) {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 768px) {
  .point-list > dt > p:nth-child(2) {
    display: block;
  }
}

.point-title {
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
}

.point-txt {
  font-size: 14px;
  color: #313131;
  line-height: 1.8;
  margin: 8px 0 0 0;
}

.product-detail {
  float: right;
  width: 540px;
}

@media (max-width: 1080px) {
  .product-detail {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .product-detail {
    width: 100%;
    float: none;
  }
}

.product-detail-p-1 {
  font-size: 16px;
  color: #313131;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .product-detail-p-1 {
    font-size: 13px;
  }
}

.product-detail-p-2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.product-detail-p-3 {
  font-size: 14px;
  font-weight: bold;
  color: #313131;
  margin-bottom: 30px;
  line-height: 1.5;
}

.product-feature-list {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .product-feature-list {
    margin-bottom: 30px;
  }
}

.product-feature-list li {
  font-size: 12px;
  margin-bottom: 5px;
  list-style: none;
  line-height: 1.5;
}

.product-contents-1 .product-feature-list li {
  color: #293c73;
}

.product-contents-2 .product-feature-list li {
  color: #ba1c33;
}

.product-contents-3 .product-feature-list li {
  color: #002a8f;
}

.product-contents-4 .product-feature-list li {
  color: #004f4d;
}

/*

product-contents-4

------------------------------------------------------------*/
.product-contents-4 {
  overflow: hidden;
}

.product-contents-4 .base-width {
  overflow: hidden;
  position: relative;
  padding-left: 100px;
}

@media (max-width: 768px) {
  .product-contents-4 .base-width {
    padding-left: 20px;
  }
}

.product-contents-4 .product-img {
  width: 210.5px;
  position: absolute;
  top: 0;
  left: auto;
}

@media (max-width: 1080px) {
  .product-contents-4 .product-img {
    width: 23.51851851851852% !important;
    left: 120px;
  }
}

@media (max-width: 768px) {
  .product-contents-4 .product-img {
    position: initial;
    width: 58.59375% !important;
    margin: 0 auto;
  }
}

.product-contents-4 .product-detail-title span:nth-child(1) {
  color: #004f4d;
  display: block;
  margin-bottom: 20px;
}

.product-contents-4 .product-detail-title span:nth-child(2), .product-contents-4 .product-detail-title span:nth-child(3) {
  background: #004f4d;
}

.product-contents-4 .point-list:nth-of-type(1) {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .product-contents-4 .point-list:nth-of-type(1) {
    margin-top: 40px;
  }
}

.product-contents-4 .ico-point {
  background: #004f4d;
  margin-right: 2px;
}

.product-contents-4 .point-title {
  font-size: 18px;
  color: #004f4d;
  vertical-align: middle;
  line-height: 1.5;
}

.product-contents-4 .product-detail-p-2 {
  color: #004f4d;
}

#img-product-1,
#img-product-2,
#img-product-3,
#img-product-4 {
  opacity: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transition: 0.3s cubic-bezier(0.75, -0.66, 0.49, 1.17);
  -webkit-transition: 0.3s cubic-bezier(0.75, -0.66, 0.49, 1.17);
}

#img-product-1.in-view,
#img-product-2.in-view,
#img-product-3.in-view,
#img-product-4.in-view {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}

#thumb {
  padding: 100px 0 0 0;
}

@media (max-width: 768px) {
  #thumb {
    padding: 60px 0 0 0;
  }
}

.thumb {
  width: 100%;
  position: relative;
  background: #f5f5f5;
}

@media (max-width: 768px) {
  .thumb {
    display: none;
  }
}

.thumb-1 {
  width: 13.323572474377746%;
  position: absolute;
  top: 0;
  left: 7%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 0;
  transition: 1s cubic-bezier(0.28, 0.99, 1, 1);
  -webkit-transition: 1s cubic-bezier(0.28, 0.99, 1, 1);
}

.thumb-1.in-view {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  opacity: 1;
}

.thumb-2 {
  width: 26.720351390922403%;
  position: absolute;
  top: 62px;
  left: 27%;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0;
  transition: 1.2s cubic-bezier(0.28, 0.99, 1, 1);
  -webkit-transition: 1.2s cubic-bezier(0.28, 0.99, 1, 1);
}

.thumb-2.in-view {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}

.thumb-3 {
  width: 13.323572474377746%;
  position: absolute;
  top: 77px;
  right: 27%;
  z-index: 2;
  transform: translateX(20%);
  -webkit-transform: translateX(20%);
  opacity: 0;
  transition: 1.3s cubic-bezier(0.28, 0.99, 1, 1);
  -webkit-transition: 1.3s cubic-bezier(0.28, 0.99, 1, 1);
}

.thumb-3.in-view {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  opacity: 1;
}

.thumb-4 {
  width: 26.720351390922403%;
  position: absolute;
  top: 0px;
  right: 2%;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0;
  transition: 2.3s cubic-bezier(0.28, 0.99, 1, 1);
  -webkit-transition: 2.3s cubic-bezier(0.28, 0.99, 1, 1);
}

.thumb-4.in-view {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}

.thumb-5 {
  width: 22.035139092240115%;
  position: absolute;
  bottom: 90px;
  left: 0%;
  opacity: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: 2.3s cubic-bezier(0.28, 0.99, 1, 1);
  -webkit-transition: 2.3s cubic-bezier(0.28, 0.99, 1, 1);
}

.thumb-5.in-view {
  opacity: 1;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}

.thumb-6 {
  width: 13.323572474377746%;
  position: absolute;
  bottom: 28px;
  left: 31%;
  z-index: 2;
  transition: 2.3s cubic-bezier(0.28, 0.99, 1, 1);
  -webkit-transition: 2.3s cubic-bezier(0.28, 0.99, 1, 1);
  opacity: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}

.thumb-6.in-view {
  opacity: 1;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.thumb-7 {
  width: 26.720351390922403%;
  position: absolute;
  bottom: 0;
  right: 21%;
  z-index: 1;
  opacity: 0;
  transform: translateX(15%);
  -webkit-transform: translateX(15%);
  transition: 2.3s cubic-bezier(0.28, 0.99, 1, 1);
  -webkit-transition: 2.3s cubic-bezier(0.28, 0.99, 1, 1);
}

.thumb-7.in-view {
  opacity: 1;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}

.thumb-8 {
  width: 13.250366032210833%;
  position: absolute;
  bottom: 60px;
  right: 5%;
  z-index: 1;
  opacity: 0;
  transform: translateY(85%);
  -webkit-transform: translateY(85%);
  transition: 2.3s cubic-bezier(0.28, 0.99, 1, 1);
  -webkit-transition: 2.3s cubic-bezier(0.28, 0.99, 1, 1);
}

.thumb-8.in-view {
  opacity: 1;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

#auto-slider img {
  width: 100%;
  vertical-align: bottom;
}

#auto-slider,
#thumb-sp {
  display: none;
}

@media (max-width: 768px) {
  #auto-slider,
  #thumb-sp {
    display: block;
  }
}

.order {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f5f5f5;
}

@media (max-width: 768px) {
  .order {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.order-thumb {
  margin-bottom: 20px;
}

.order-thumb img {
  width: 100%;
  vertical-align: bottom;
}

.order-contents-title {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .order-contents-title {
    margin-top: 0;
    margin-bottom: 70px;
  }
}

.order-contents-title p:nth-child(1) {
  display: inline-block;
  vertical-align: bottom;
  font-size: 24px;
  font-weight: 500;
  color: #313131;
  position: relative;
}

@media (max-width: 768px) {
  .order-contents-title p:nth-child(1) {
    display: block;
    margin-bottom: 0px;
    line-height: 1.5;
  }
}

.order-contents-title p:nth-child(1):after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #000;
  margin-top: 22px;
}

@media (max-width: 768px) {
  .order-contents-title p:nth-child(1):after {
    position: absolute;
    margin-top: 0;
    top: 80px;
    left: 0;
  }
}

.order-contents-title p:nth-child(2) {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #707070;
  margin-top: 6px;
  margin-left: 8px;
}

@media (max-width: 768px) {
  .order-contents-title p:nth-child(2) {
    display: block;
    margin-top: 0px;
  }
}

.order-mission-list {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  padding: 10px 0;
  position: relative;
}

.order-mission-list:after {
  content: "";
  display: block;
  background: url(../img/arw_bottom.png) no-repeat center center;
  width: 100px;
  height: 14px;
  margin: 0 auto;
  background-size: 100px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -50px;
}

.order-mission-list li {
  list-style: none;
  margin-bottom: 5px;
  display: table;
}

.order-mission-list li:last-child {
  margin-bottom: 0;
}

.order-mission-list li > p {
  display: table-cell;
  vertical-align: top;
}

.order-mission-list li > p:nth-child(1) {
  width: 80px;
}

.order-mission-list li > p:nth-child(1) span {
  font-size: 12px;
  background: #000000;
  color: #ffffff;
  padding: 1px 5px;
  border-radius: 2em;
}

.order-mission-list li > p:nth-child(2) {
  font-size: 14px;
  line-height: 1.5;
  color: #313131;
  padding-left: 10px;
}

.order-detail-outline {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1165px) {
  .order-detail-outline {
    width: 100%;
    overflow: hidden;
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .order-detail-outline {
    padding: 0 20px;
  }
}

.order-detail-wrap {
  margin-left: -40px;
  margin-right: -40px;
  overflow: hidden;
  /*padding-bottom: 22px;*/
}

@media (max-width: 768px) {
  .order-detail-wrap {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
  }
}

.order-detail {
  float: left;
  width: 50%;
  padding: 2em 20px;
}

.order-detail:nth-of-type(1) {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .order-detail:nth-of-type(1) {
    margin-bottom: 50px;
  }
}

.order-detail:nth-of-type(2) {
  margin-bottom: 70px;
}



@media (max-width: 768px) {
  .order-detail:nth-of-type(2) {
    margin-bottom: 50px;
  }
}



@media (max-width: 768px) {
  .order-detail {
    width: 100%;
    float: none;
    padding: 0 0px;
    margin-bottom: 50px;
  }
}

.order-detail-p-1 {
  font-size: 18px;
  font-weight: 500;
  color: #313131;
  text-align: center;
  margin-bottom: 7px;
}

.order-detail-p-2 {
  font-size: 14px;
  color: #313131;
  line-height: 1.6;
}

.order-detail-2 {
  width: 100%;
  display: table;
  margin-top: 55px;
}

.order-detail-2-img {
  width: 120px;
  display: table-cell;
  vertical-align: top;
}

.order-detail-2-img img {
  width: 100%;
}

@media (max-width: 768px) {
  .order-detail-2-img {
    width: 28.4%;
  }
}

.order-detail-2-txt {
  display: table-cell;
  vertical-align: top;
  font-size: 16px;
  color: #313131;
  line-height: 1.5;
  padding-top: 20px;
  padding-left: 30px;
}

@media (max-width: 768px) {
  .order-detail-2-txt {
    font-size: 14px;
    padding-top: 0px;
    padding-left: 10px;
  }
}

.step-outline {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1080px) {
  .step-outline {
    padding-left: 40px;
  }
}

@media (max-width: 768px) {
  .step-outline {
    padding-left: 15px;
  }
}

.step-wrap {
  width: 1080px;
  margin: 0 auto;
  table-layout: fixed;
  overflow: hidden;
  margin-bottom: 50px;
}

.step-box {
  float: left;
  margin-right: 15px;
}

.step-box:last-child .step:after {
  display: none;
}

.step {
  width: 255px;
  height: 382px;
  background: #ffffff;
  position: relative;
}

.step:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -50px;
  background: url("../img/arw_right.png") no-repeat center center;
  background-size: 14px;
  width: 14px;
  height: 100px;
}

.step > dt img {
  width: 100%;
}

.step > dd {
  padding: 30px;
}

.step > dd p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  color: #313131;
  text-align: center;
  margin: 0px 0px 16px;
}

.step > dd p:nth-child(2) {
  font-size: 14px;
  line-height: 1.5;
  color: #313131;
}

.contact-read {
  text-align: center;
  font-size: 14px;
  color: #313131;
  line-height: 1.5;
  margin-bottom: 30px;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .contact-read {
    text-align: left;
  }
  .contact-read br {
    display: none;
  }
}

.btn-contact {
  width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .btn-contact {
    width: 100%;
    padding: 0 20px;
  }
}

.btn-contact a {
  background: #000;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 40px 0;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .btn-contact a {
    padding: 20px 0;
    font-weight: bold;
  }
}

#img-order-1,
#img-order-3,
#img-order-5,
#img-order-7,
#img-order-9,
#img-order-11 {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: 2.3s cubic-bezier(0.28, 0.99, 1, 1);
  -webkit-transition: 2.3s cubic-bezier(0.28, 0.99, 1, 1);
}


#img-order-1.in-view,
#img-order-3.in-view,
#img-order-5.in-view,
#img-order-7.in-view,
#img-order-9.in-view,
#img-order-11.in-view {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}

.mt60{
  margin-top: 60px;
}

#img-order-2,
#img-order-4,
#img-order-6,
#img-order-8,  
#img-order-10,
#img-order-12 {
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transition: 2.3s cubic-bezier(0.28, 0.99, 1, 1);
  -webkit-transition: 2.3s cubic-bezier(0.28, 0.99, 1, 1);
}

#img-order-2.in-view,
#img-order-4.in-view,
#img-order-6.in-view,
#img-order-8.in-view,
#img-order-10.in-view,
#img-order-12.in-view {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}

.step-box {
  transform: translateX(-5%);
  -webkit-transform: translateX(-5%);
  opacity: 0;
}

#step-wrap.in-view #step-box-1 {
  animation-name: step-box-1-animation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}

#step-wrap.in-view #step-box-1 .step:after {
  animation-name: step-box-1-arw-animation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 0.7s;
  animation-fill-mode: both;
}

#step-wrap.in-view #step-box-2 {
  animation-name: step-box-2-animation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 0.9s;
  animation-fill-mode: both;
}

#step-wrap.in-view #step-box-2 .step:after {
  animation-name: step-box-2-arw-animation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 1.1s;
  animation-fill-mode: both;
}

#step-wrap.in-view #step-box-3 {
  animation-name: step-box-3-animation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 1.3s;
  animation-fill-mode: both;
}

#step-wrap.in-view #step-box-3 .step:after {
  animation-name: step-box-3-arw-animation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}

#step-wrap.in-view #step-box-4 {
  animation-name: step-box-4-animation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 1.7s;
  animation-fill-mode: both;
}

#step-wrap.in-view #step-box-4 .step:after {
  animation-name: step-box-4-arw-animation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 1.9s;
  animation-fill-mode: both;
}



@keyframes step-box-1-animation {
  0% {
    transform: translateX(-5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

@-webkit-keyframes step-box-1-animation {
  0% {
    -webkit-transform: translateX(-5%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes step-box-1-arw-animation {
  0% {
    right: 0;
    opacity: 0;
  }
  100% {
    right: -10px;
    opacity: 1;
  }
}

@-webkit-keyframes step-box-1-arw-animation {
  0% {
    right: 0;
    opacity: 0;
  }
  100% {
    right: -10px;
    opacity: 1;
  }
}

@keyframes step-box-2-animation {
  0% {
    transform: translateX(-5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

@-webkit-keyframes step-box-2-animation {
  0% {
    -webkit-transform: translateX(-5%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes step-box-2-arw-animation {
  0% {
    right: 0;
    opacity: 0;
  }
  100% {
    right: -10px;
    opacity: 1;
  }
}

@-webkit-keyframes step-box-2-arw-animation {
  0% {
    right: 0;
    opacity: 0;
  }
  100% {
    right: -10px;
    opacity: 1;
  }
}

@keyframes step-box-3-animation {
  0% {
    transform: translateX(-5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

@-webkit-keyframes step-box-3-animation {
  0% {
    -webkit-transform: translateX(-5%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes step-box-3-arw-animation {
  0% {
    right: 0;
    opacity: 0;
  }
  100% {
    right: -10px;
    opacity: 1;
  }
}

@-webkit-keyframes step-box-3-arw-animation {
  0% {
    right: 0;
    opacity: 0;
  }
  100% {
    right: -10px;
    opacity: 1;
  }
}

@keyframes step-box-4-animation {
  0% {
    transform: translateX(-5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

@-webkit-keyframes step-box-4-animation {
  0% {
    -webkit-transform: translateX(-5%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes step-box-4-arw-animation {
  0% {
    right: 0;
    opacity: 0;
  }
  100% {
    right: -10px;
    opacity: 1;
  }
}

@-webkit-keyframes step-box-4-arw-animation {
  0% {
    right: 0;
    opacity: 0;
  }
  100% {
    right: -10px;
    opacity: 1;
  }
}

.quality {
  padding-top: 140px;
  background: #ffffff;
  overflow: hidden;
}

@media (max-width: 768px) {
  .quality {
    padding-top: 100px;
  }
}

.quality .sub-title {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .quality .sub-title {
    margin-bottom: 40px;
    font-weight: 400;
  }
}

.quality-width {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.quality-frame.right .quality-detail {
  left: auto;
  right: 0;
}

@media (max-width: 1080px) {
  .quality-frame.right .quality-detail {
    right: 10px;
  }
}

.quality-detail {
  width: 483px;
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 0;
}

@media (max-width: 1080px) {
  .quality-detail {
    width: 34.72222222222222%;
    top: 10px;
    left: 0px;
  }
}

@media (max-width: 768px) {
  .quality-detail {
    width: 100%;
    position: initial;
    padding: 20px 20px 0;
  }
}

.quality-detail-title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 13px;
  display: table;
}

@media (max-width: 768px) {
  .quality-detail-title {
    font-size: 20px;
  }
}

.quality-detail-title > span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .quality-detail-title > span br {
    display: none;
  }
}

.quality-detail-title.no-1:before {
  content: "";
  display: table-cell;
  vertical-align: middle;
  background: url("../img/ico_1.png") no-repeat center center;
  background-size: 40px;
  width: 40px;
  height: 48px;
  margin-right: 3px;
}

.quality-detail-title.no-2:before {
  content: "";
  display: table-cell;
  vertical-align: middle;
  background: url("../img/ico_2.png") no-repeat center center;
  background-size: 40px;
  width: 40px;
  height: 48px;
  margin-right: 3px;
}

.quality-detail-title.no-3:before {
  content: "";
  display: table-cell;
  vertical-align: middle;
  background: url("../img/ico_3.png") no-repeat center center;
  background-size: 40px;
  width: 40px;
  height: 48px;
  margin-right: 3px;
}

.quality-detail-title.no-4:before {
  content: "";
  display: table-cell;
  vertical-align: middle;
  background: url("../img/ico_4.png") no-repeat center center;
  background-size: 40px;
  width: 40px;
  height: 48px;
  margin-right: 3px;
}

.quality-detail-txt {
  font-size: 14px;
  color: #000000;
  line-height: 1.7;
}

.quality-img-1 {
  position: absolute;
  top: 0;
  right: -148px;
  width: 880px;
  z-index: 1;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transition: 1s cubic-bezier(0.28, 0.99, 1, 1);
  -webkit-transition: 1s cubic-bezier(0.28, 0.99, 1, 1);
}

@media (max-width: 1080px) {
  .quality-img-1 {
    width: 68.24074074074075%;
    right: 0;
  }
}

@media (max-width: 768px) {
  .quality-img-1 {
    position: initial;
    width: 100%;
  }
}

.quality-img-1 img {
  width: 100%;
}

.quality-img-1:after {
  content: "";
  display: block;
  width: 100%;
  height: 364px;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  right: -880px;
}

.quality-img-3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 737px;
  z-index: 1;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transition: 1s cubic-bezier(0.28, 0.99, 1, 1);
  -webkit-transition: 1s cubic-bezier(0.28, 0.99, 1, 1);
}

@media (max-width: 1080px) {
  .quality-img-3 {
    width: 68.24074074074075%;
  }
}

@media (max-width: 768px) {
  .quality-img-3 {
    position: initial;
    width: 100%;
  }
}

.quality-img-3 img {
  width: 100%;
}

.quality-img-3:after {
  content: "";
  display: block;
  width: 100%;
  height: 364px;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  right: -737px;
}

.quality-img-1.in-view,
.quality-img-3.in-view {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}

.quality-img-2,
.quality-img-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 737px;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: 1s cubic-bezier(0.28, 0.99, 1, 1);
  -webkit-transition: 1s cubic-bezier(0.28, 0.99, 1, 1);
}

@media (max-width: 1080px) {
  .quality-img-2,
  .quality-img-4 {
    width: 68.24074074074075%;
  }
}

@media (max-width: 768px) {
  .quality-img-2,
  .quality-img-4 {
    position: initial;
    width: 100%;
  }
}

.quality-img-2 img,
.quality-img-4 img {
  width: 100%;
}

.quality-img-2:after,
.quality-img-4:after {
  content: "";
  display: block;
  width: 100%;
  height: 364px;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: -737px;
}

.quality-img-2.in-view,
.quality-img-4.in-view {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}

.quality-frame {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 114px;
}

@media (max-width: 1165px) {
  .quality-frame {
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .quality-frame {
    margin-bottom: 40px;
    padding: 0;
  }
}

.quality-frame:after {
  content: "";
  display: block;
  padding-top: 26.647144948755493%;
}

@media (max-width: 768px) {
  .quality-frame:after {
    display: none;
  }
}

@media (max-width: 1080px) {
  .quality-frame-1 {
    margin-bottom: 60px;
  }
}

.quality-caution {
  font-size: 12px;
  color: #707070;
  line-height: 1.7;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .quality-caution {
    margin-top: 20px;
  }
}

.partner {
  padding-top: 140px;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .partner {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.partner .sub-title {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .partner .sub-title {
    margin-bottom: 40px;
  }
}

.partner-frame {
  padding: 0 40px;
  float: left;
  margin-bottom: 60px;
}

@media (max-width: 1165px) {
  .partner-frame {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .partner-frame {
    width: 100%;
    float: none;
    padding: 0;
  }
}

.partner-element {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 1165px) {
  .partner-element {
    width: 100%;
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .partner-element {
    padding: 0 20px;
  }
}

.partner-outline {
  margin-left: -40px;
  margin-right: -40px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .partner-outline {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.partner-inner {
  max-width: 500px;
  width: 100%;
}

@media (max-width: 768px) {
  .partner-inner {
    max-width: 100%;
  }
}

.partner-img {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1165px) {
  .partner-img {
    width: 40%;
  }
}

.partner-img img {
  width: 100%;
  vertical-align: bottom;
}

.partner-detail {
  width: 280px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

@media (max-width: 1165px) {
  .partner-detail {
    width: 56.00000000000001%;
    margin-left: 2%;
  }
}

.partner-name {
  font-size: 18px;
  font-weight: bold;
  color: #313131;
  margin-bottom: 5px;
}

.partner-job {
  font-size: 14px;
  color: #898989;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #000;
}

.partner-desc {
  font-size: 12px;
  color: #313131;
  line-height: 1.5;
}

.partner-comment {
  font-size: 14px;
  color: #313131;
  padding: 20px;
  background: #f5f5f5;
  line-height: 1.5;
  margin-top: -20px;
  margin-left: 20px;
  position: relative;
  z-index: 2;
}

@media (max-width: 940px) {
  .partner-comment {
    margin-top: 10px;
    margin-left: 0px;
  }
}

.partner-comment span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.voice {
  background: #f5f5f5;
  padding-top: 140px;
}

@media (max-width: 768px) {
  .voice {
    padding-top: 71.5px;
  }
}

.voice .sub-title {
  margin-bottom: 40px;
}

.voice-outline {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 1080px) {
  .voice-outline {
    width: 100%;
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .voice-outline {
    padding: 0 20px;
  }
}

.voice-wrap {
  margin-left: -40px;
  margin-right: -40px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .voice-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.voice-img {
  width: 50%;
  float: left;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .voice-img {
    width: 100%;
    float: none;
    padding: 0;
  }
}

.voice-detail {
  width: 50%;
  float: left;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .voice-detail {
    width: 100%;
    padding: 0 0px;
    float: none;
  }
}

.graph-1 {
  width: 480px;
  margin: 0 auto 40px;
}

@media (max-width: 1080px) {
  .graph-1 {
    width: 100%;
    padding-right: 20px;
  }
}

.graph-1 img {
  width: 100%;
}

.graph-2 {
  width: 520px;
  margin: 0 auto 40px;
}

@media (max-width: 1080px) {
  .graph-2 {
    width: 100%;
    padding-right: 20px;
  }
}

.graph-2 img {
  width: 100%;
}

.voice-title {
  font-size: 24px;
  color: #313131;
  font-weight: bold;
  position: relative;
  margin-bottom: 60px;
}

.voice-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

@media (max-width: 768px) {
  .voice-title:after {
    top: 52px;
  }
}

.voice-user-wrap {
  height: 745px;
  overflow-x: scroll;
}

.voice-user > dt {
  display: table;
  padding-left: 15px;
}

.voice-user > dd {
  font-size: 14px;
  color: #313131;
  line-height: 1.5;
  background: #ffffff;
  padding: 20px;
}

@media (max-width: 768px) {
  .voice-user > dd {
    padding: 10px;
  }
}

.ico-user {
  width: 44px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}

.ico-user img {
  width: 100%;
}

.user-prof {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.user-prof p:nth-child(1) {
  font-size: 16px;
  color: #313131;
  margin-bottom: 10px;
}

.user-prof p:nth-child(2) {
  font-size: 14px;
  color: #707070;
  line-height: 1.5;
}

.voice-user {
  margin-bottom: 40px;
}

.news {
  padding-top: 140px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .news {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

.news .sub-title {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .news .sub-title {
    margin-bottom: 30px;
  }
}

.news .base-width {
  overflow: hidden;
}

.footer-sns {
  width: 100%;
  overflow: hidden;
}

.footer-sns-list {
  width: 31.666666666666664%;
  float: left;
  margin: 0 15px 0 0;
}

.footer-sns-list:last-of-type {
  margin: 0;
}

@media (max-width: 768px) {
  .footer-sns-list {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.footer-sns-list iframe {
  width: 100%;
}

.insta-widget {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
  padding: 5px 5px 0;
}

.txt-insta {
  text-align: center;
  padding: 25px 0 30px;
  font-size: 18px;
}

#twitter-widget-0 {
  width: 100% !important;
  height: auto;
}

#footer-fb {
  width: 100% !important;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

#fb-timeline {
  width: 100% !important;
}

.company {
  padding-top: 140px;
  background: #000000;
}

@media (max-width: 768px) {
  .company {
    padding-top: 70px;
  }
}

.company .title {
  color: #ffffff;
}

.company .sub-title {
  color: #ffffff;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .company .sub-title {
    margin-bottom: 20px;
  }
}

.company-wrap {
  width: 860px;
  margin: 0 auto 100px;
}

@media (max-width: 924px) {
  .company-wrap {
    width: 100%;
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .company-wrap {
    padding: 0 20px;
  }
}

.img-jacola {
  width: 150px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 75px;
}

@media (max-width: 860px) {
  .img-jacola {
    margin-right: 20px;
  }
}

@media (max-width: 790px) {
  .img-jacola {
    display: block;
    margin-right: 0;
    margin: 0 auto 40px;
  }
}

.img-jacola img {
  width: 100%;
  vertical-align: bottom;
}

.company-detail {
  width: 546px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 75px;
}

@media (max-width: 950px) {
  .company-detail {
    width: 60.55555555555556%;
    margin-left: 20px;
  }
}

@media (max-width: 790px) {
  .company-detail {
    width: 100%;
    display: block;
    margin-left: 0px;
  }
}

.company-detail dl {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.company-detail dl dt {
  width: 87px;
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  color: #b5b5b5;
  padding-right: 25px;
  line-height: 1.7;
}

.company-detail dl dd {
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.7;
}

.company-logo {
  background: #f5f5f5;
  padding: 80px 0;

    text-align: center;
}

@media (max-width: 768px) {
  .company-logo {
    padding: 40px 0;
  }
}

.company-logo-wrap {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .company-logo-wrap {
    width: 725px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .company-logo-wrap {
    width: 100%;
  }
}

.company-logo-wrap p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px;
}

@media (max-width: 768px) {
  .company-logo-wrap p {
    display: block;
    margin: 0;
  }
}

.company-logo-wrap p a {
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
}

.seagales a {
  display: block;
  background: url("../img/logo_seagales.png") no-repeat center center;
  background-size: 83px;
  width: 83px;
  height: 77px;
  margin: 0 auto;
}

.seagales a:hover {
  background: url("../img/logo_seagales_hover.png") no-repeat center center;
  background-size: 83px;
}

@media (max-width: 768px) {
  .seagales a {
    height: 100px;
    background: url("../img/logo_seagales_hover.png") no-repeat center center;
    background-size: 93px;
  }
}

.verblitz a {
  display: block;
  background: url("../img/logo_verblitz.png") no-repeat center center;
  background-size: 120px;
  width: 120px;
  height: 93px;
  margin: 0 auto;
}

.verblitz a:hover {
  background: url("../img/logo_verblitz_hover.png") no-repeat center center;
  background-size: 120px;
}

@media (max-width: 768px) {
  .verblitz a {
    height: 100px;
    background: url("../img/logo_verblitz_hover.png") no-repeat center center;
    background-size: 150px;
  }
}

.dynaboars a {
  display: block;
  background: url("../img/logo_dynaboars.png") no-repeat center center;
  background-size: 170px;
  width: 170px;
  height: 46px;
  margin: 0 auto;
}

.dynaboars a:hover {
  background: url("../img/logo_dynaboars_hover.png") no-repeat center center;
  background-size: 170px;
}

@media (max-width: 768px) {
  .dynaboars a {
    height: 100px;
    background: url("../img/logo_dynaboars_hover.png") no-repeat center center;
    background-size: 200px;
  }
}


.raffine a {
  display: block;
  background: url("../img/logo_raffine.png") no-repeat center center;
  background-size: 170px;
  width: 170px;
  height: 46px;
  margin: 0 auto;
}

.raffine a:hover {
  background: url("../img/logo_raffine_hover.png") no-repeat center center;
  background-size: 170px;
}

@media (max-width: 768px) {
  .raffine a {
    height: 100px;
    background: url("../img/logo_raffine_hover.png") no-repeat center center;
    background-size: 200px;
  }
}

.lavenir a {
  display: block;
  background: url("../img/logo_l.png") no-repeat center center;
  background-size: 110px;
  width: 110px;
  height: 39px;
  margin: 0 auto;
}

.lavenir a:hover {
  background: url("../img/logo_l_hover.png") no-repeat center center;
  background-size: 110px;
}

@media (max-width: 768px) {
  .lavenir a {
    height: 100px;
    background: url("../img/logo_l_hover.png") no-repeat center center;
    background-size: 141px;
  }
}

.insea a {
  display: block;
  background: url("../img/logo_insea.png") no-repeat center center;
  background-size: 110px;
  width: 110px;
  height: 46px;
  margin: 0 auto;
}

.insea a:hover {
  background: url("../img/logo_insea_hover.png") no-repeat center center;
  background-size: 110px;
}

@media (max-width: 768px) {
  .insea a {
    height: 100px;
    background: url("../img/logo_insea_hover.png") no-repeat center center;
    background-size: 140px;
  }
}

.nankatsu_sc a {
  display: block;
  background: url("../img/logo_nankatsu_sc.png") no-repeat center center;
  background-size: 170px;
  width: 170px;
  height: 46px;
  margin: 0 auto;
}

.nankatsu_sc a:hover {
  background: url("../img/logo_nankatsu_sc_hover.png") no-repeat center center;
  background-size: 170px;
}

@media (max-width: 768px) {
  .nankatsu_sc a {
    height: 100px;
    background: url("../img/logo_nankatsu_sc_hover.png") no-repeat center center;
    background-size: 200px;
  }
}

.younger a {
  display: block;
  background: url("../img/logo_younger.png") no-repeat center center;
  background-size: 170px;
  width: 170px;
  height: 46px;
  margin: 0 auto;
}

.younger a:hover {
  background: url("../img/logo_younger_hover.png") no-repeat center center;
  background-size: 170px;
}

@media (max-width: 768px) {
  .younger a {
    height: 100px;
    background: url("../img/logo_younger_hover.png") no-repeat center center;
    background-size: 200px;
  }
}

.kai a {
  display: block;
  background: url("../img/logo_kai.png") no-repeat center center;
  background-size: 150px;
  width: 150px;
  height: 46px;
  margin: 0 auto;
}

.kai a:hover {
  background: url("../img/logo_kai_hover.png") no-repeat center center;
  background-size: 150px;
}

@media (max-width: 768px) {
  .kai a {
    height: 100px;
    background: url("../img/logo_kai_hover.png") no-repeat center center;
    background-size: 200px;
  }
}

.baggage a {
  display: block;
  background: url("../img/logo_baggage.png") no-repeat center center;
  background-size: 83px;
  width: 83px;
  height: 77px;
  margin: 0 auto;
}

.baggage a:hover {
  background: url("../img/logo_baggage_hover.png") no-repeat center center;
  background-size: 83px;
}

@media (max-width: 768px) {
  .baggage a {
    height: 100px;
    background: url("../img/logo_baggage_hover.png") no-repeat center center;
    background-size: 93px;
  }
}

.aumo a {
  display: block;
  background: url("../img/logo_aumo.png") no-repeat center center;
  background-size: 83px;
  width: 83px;
  height: 77px;
  margin: 0 auto;
}

.aumo a:hover {
  background: url("../img/logo_aumo_hover.png") no-repeat center center;
  background-size: 83px;
}

@media (max-width: 768px) {
  .aumo a {
    height: 100px;
    background: url("../img/logo_aumo_hover.png") no-repeat center center;
    background-size: 93px;
  }
}

.copylight {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  padding: 44px 0;
}

.modal {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 100px 0 200px 0;
  overflow-y: scroll;
  box-sizing: border-box;
  display: none;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
}

@media (max-width: 768px) {
  .modal {
    padding: 50px 0 70px 0;
  }
}

.modal.is-open {
  display: block;
}

.btn-modalclose {
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 101;
}

@media (max-width: 768px) {
  .btn-modalclose {
    top: 20px;
    right: 10px;
  }
}

.btn-modalclose a {
  width: 44px;
  display: block;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
}

@media (max-width: 768px) {
  .btn-modalclose a {
    width: 22px;
  }
}

.btn-modalclose a:hover {
  transform: scale(0.9);
  transform: scale(0.9);
}

.btn-modalclose a img {
  width: 100%;
}

.modal-width {
  width: 800px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .modal-width {
    width: 100%;
    padding: 0 10px;
  }
}

.modal-mv {
  display: table;
  width: 800px;
  margin: 0 auto 75px;
  padding: 0 0 0 30px;
}

@media (max-width: 768px) {
  .modal-mv {
    width: 100%;
    margin: 0 auto 33.5px;
    padding: 0;
  }
}

.modal-mv-img {
  width: 271px;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .modal-mv-img {
    display: block;
    text-align: center;
    margin: 0 auto 0px;
  }
}

.modal-mv-img img {
  width: 100%;
}

.modal-mv-txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 70px;
}

@media (max-width: 768px) {
  .modal-mv-txt {
    display: block;
    text-align: center;
    padding-left: 0px;
  }
}

.modal-mv-txt-p1 {
  font-size: 28px;
  color: #ba1c33;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .modal-mv-txt-p1 {
    font-size: 24px;
  }
}

.modal-mv-txt-p2 {
  font-size: 60px;
  color: #313131;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .modal-mv-txt-p2 {
    font-size: 37px;
    margin-bottom: 20px;
  }
}

.modal-mv-txt-p3 {
  font-size: 28px;
  font-weight: bold;
  color: #ba1c33;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .modal-mv-txt-p3 {
    font-size: 24px;
  }
}

.modal-mv-txt-p4 {
  font-size: 28px;
  font-weight: bold;
  color: #313131;
}

@media (max-width: 768px) {
  .modal-mv-txt-p4 {
    font-size: 24px;
  }
}

.modal-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

@media (max-width: 768px) {
  .modal-ttl {
    line-height: 1.8;
  }
}

.modal-ttl:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #000000;
  margin: 30px 0 25px;
}

.modal-txt {
  font-size: 14px;
  color: #313131;
}

.modal-thumb {
  background: #f5f5f5;
  display: table;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .modal-thumb {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .modal-thumb br {
    display: none;
  }
}

.modal-thumb-img {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .modal-thumb-img {
    display: block;
    text-align: center;
  }
}

.modal-thumb-txt {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #313131;
  padding: 40px;
  text-align: left;
  line-height: 1.7;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .modal-thumb-txt {
    display: block;
    padding: 20px;
  }
}

.marking-txt {
  font-size: 14px;
  color: #ba1c33;
  text-decoration: none;
}

.img-modal-2 img,
.img-modal-3 img {
  width: 100%;
}

.img-modal-2 {
  width: 510px;
  margin: 0 auto 100px;
}

@media (max-width: 768px) {
  .img-modal-2 {
    width: 80%;
    margin: 0 auto 50px;
    padding: 20px 0 0;
  }
  .sp_mt3{
  margin-top: 3em;
}
}

.img-modal-3 {
  width: 362px;
}

@media (max-width: 768px) {
  .img-modal-3 {
    width: 70%;
    margin: 0 auto;
    padding: 20px 0 0;
  }
}

.talk {
  margin-bottom: 30px;
  display: table;
}

.talk dt,
.talk dd {
  display: table-cell;
  vertical-align: top;
  line-height: 2;
}

.talk dt {
  width: 80px;
}

.talk dd {
  padding-left: 5px;
}

.talk-jucola {
  font-size: 14px;
  font-weight: bold;
  color: #313131;
}

.talk-nakazawa {
  font-size: 14px;
  font-weight: bold;
  color: #ba1c33;
}

.txt-profile {
  font-size: 14px;
  font-weight: bold;
  color: #313131;
  display: block;
  margin-bottom: 4px;
}

#partnership_001, #partnership_002, #partnership_003, #partnership_004, #partnership_005, #partnership_006, #partnership_007, #partnership_008, #partnership_009, #partnership_010, #partnership_011, #partnership_012{
  padding-top:100px;
  margin-top:-100px;
}

#id-name{
  padding-top:100px;
  margin-top:-100px;
}

#id-name{
  padding-top:100px;
  margin-top:-100px;
}
{
  padding-top:100px;
  margin-top:-100px;
}



