@charset "UTF-8";
/* Reset Css and Base Style */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/**
 * Reset Styles
 * Deprecated normalize.css v5.0.0
 * 参考 : html5doctor.com Reset Stylesheet v1.6.1
 */
blockquote, q {
  quotes: none;
}

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

/* table */
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;
}

/* form */
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: 1px solid #8dafe6;
}

/* ----------------------------------------
*	add reset style
---------------------------------------- */
input[type="image"]:focus,
input[type="button"]:focus {
  outline: none;
}

/* padding,margin reset */
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, figure, figcaption {
  padding: 0;
  margin: 0;
}

/* list reset */
ul, ol {
  list-style: none;
}

/* img vertical-align */
img {
  vertical-align: top;
}

/* ----------------------------------------
*	clearfix class
---------------------------------------- */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* ----------------------------------------
*	Base Style
---------------------------------------- */
html {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
  font-size: 16px;
}

a {
  color: #999;
}

/* ----------------------------------------
*	Expand Base Style
---------------------------------------- */
.wrapper img {
  max-width: 100%;
  height: auto;
}

.wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.u-fluid-img {
  width: 100%;
  height: auto;
}

.is-sp-show {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-sp-show {
    display: block;
  }
  br.is-sp-show {
    display: inline;
  }
  img.is-sp-show {
    display: inline;
  }
  span.is-sp-show {
    display: inline;
  }
}

.is-tablet-show {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-tablet-show {
    display: block;
  }
  br.is-tablet-show {
    display: inline;
  }
  img.is-tablet-show {
    display: inline;
  }
  span.is-tablet-show {
    display: inline;
  }
}

.is-tabletSp-show {
  display: none;
}

@media screen and (max-width: 999px) {
  .is-tabletSp-show {
    display: block;
  }
  br.is-tabletSp-show {
    display: inline;
  }
  img.is-tabletSp-show {
    display: inline;
  }
  span.is-tabletSp-show {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .is-tabletPc-show {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .is-pc-show {
    display: none;
  }
}

.wrapper {
  overflow: hidden;
  max-width: 100%;
  font-size: 16px;
}

/* Utility Classes */
.is-hidden {
  display: none !important;
}

.is-unvisible {
  visibility: hidden;
}

.is-show {
  display: block !important;
}

.wf-sawarabi {
  font-family: 'Sawarabi Gothic', 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
}

.wf-roboto {
  font-family: 'Roboto', 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
}

/* common
---------------------------------------------- */
.container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.btn-more {
  position: relative;
  display: block;
  width: calc(100% - 5px);
  margin: 0;
  padding: 1em;
  color: inherit;
  font-size: 100%;
  line-height: 1.3;
  vertical-align: top;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  border: none;
  -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
  .btn-more {
    padding: 0.67857em 0;
    font-size: 3.73333vw;
    -webkit-box-shadow: 3px 3px 0 0 #a0a0a0, 0 3px 0 0 #a0a0a0;
    box-shadow: 3px 3px 0 0 #a0a0a0, 0 3px 0 0 #a0a0a0;
  }
  .btn-more::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2vw;
    width: 0;
    height: 0;
    margin: auto 0;
    border-width: 3.2vw 1.8vw 0 1.8vw;
    border-style: solid;
    border-color: #bfbfbf transparent transparent transparent;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .btn-more.is-opened::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.separator {
  clear: both;
  width: 200px;
  padding: 0;
  height: 2px;
  background: #92d5de;
  margin: 100px auto;
}

@media screen and (max-width: 768px) {
  .separator {
    width: 26.66667vw;
    margin: 13.33333vw auto;
  }
}

.separator.separator--narrow {
  margin: 75px auto;
}

/* header
---------------------------------------------- */
.header {
  padding: 37px 35px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 4.93333vw 0;
  }
  .header-title {
    width: 24vw;
    margin: 0 auto;
    font-size: 0;
  }
}

/* mv
---------------------------------------------- */
.mv {
  position: relative;
  padding: 0 25px;
}

.mv-logo {
  padding: 85px 0 52px;
  width: 358px;
}

.mv-vol {
  padding: 0 0 24px;
}

.mv-pic {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 110px;
  width: 1350px;
  height: 100%;
}

.mv .container {
  position: relative;
  z-index: 5;
}

.mv-lead {
  padding: 0 0 80px;
  font-size: 1.125rem;
  line-height: 2.22222;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mv {
    padding: 0;
  }
  .mv .container {
    padding: 73.33333% 0 0;
  }
  .mv-logo {
    width: 55.86667vw;
    margin: 0 auto;
    padding: 0;
  }
  .mv-vol {
    padding: 0;
    margin: -2vw auto 0 0;
    width: 92.93333vw;
  }
  .mv-pic {
    right: 0;
    left: auto;
    width: 89.33333vw;
  }
  .mv-lead {
    padding: 0 0 16.66667vw;
    font-size: 3.2vw;
    line-height: 1.66667;
  }
}

.lnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0 70px;
}

.lnav li {
  border-right: 1px solid #92d5de;
  border-left: 1px solid #92d5de;
}

.lnav li:first-child {
  border-left-width: 2px;
}

.lnav li:last-child {
  border-right-width: 2px;
}

.lnav a {
  position: relative;
  display: inline-block;
  padding: 0 25px 20px;
  min-width: 150px;
  text-align: center;
  color: #92d5de;
  font-size: 1.5rem;
  text-decoration: none;
  background: url(../imgs/icon_arrow-btm.png) center bottom no-repeat;
}

.lnav a:hover {
  border-bottom-color: transparent;
}

@media screen and (max-width: 768px) {
  .lnav {
    padding: 8vw 0 9.33333vw;
  }
  .lnav a {
    padding: 0 3.33333vw 2.66667vw;
    min-width: 20vw;
    font-size: 3.2vw;
    background-size: 2vw auto;
  }
}

/* .item section
---------------------------------------------- */
.item {
  padding: 0 25px 180px;
  background: #f6f6f6 url(../imgs/parts_section_top.png) center top no-repeat;
}

.item-sec-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-sec-heading-inner {
  position: relative;
}

.item-sec-heading-pic {
  position: absolute;
  top: -4px;
  left: -304px;
}

.item-head {
  margin-bottom: 100px;
  padding-bottom: 70px;
  color: #92d5de;
  font-size: 4.375rem;
  font-weight: normal;
  line-height: 1.07143;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .item {
    padding: 0 0 29.33333vw;
    background-size: auto 18.66667vw;
  }
  .item-head {
    margin-bottom: 8vw;
    padding-bottom: 8.66667vw;
    font-size: 9.33333vw;
  }
  .item-sec-heading-pic {
    width: 27.06667vw;
    top: -3.33333vw;
    left: -33.73333vw;
  }
}

.item-unit {
  position: relative;
}

.item-unit:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

* html .item-unit {
  height: 1px;
}

.item-unit-detail {
  width: 420px;
}

.item-unit-photo {
  width: 540px;
}

.item-unit-plusone {
  clear: both;
}

@media screen and (min-width: 1081px) and (max-width: 1440px) {
  .item-unit-detail {
    width: 42%;
  }
  .item-unit-photo {
    width: 54%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
  .item-unit-photo {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1080px) {
  .item-unit-num, .item-unit-detail, .item-unit-links, .item-unit-photo, .item-unit-plusone {
    width: auto;
    max-width: 100%;
  }
  .item-unit-photo {
    max-width: 710px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .item-unit-photo {
    max-width: 88.8vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.item-unit-num {
  position: absolute;
  right: 0;
  color: #92d5de;
  line-height: 1.05;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .item-unit-num {
    width: 12.4vw;
    height: auto;
    right: 4.66667vw;
    margin: 0;
  }
}

.item-unit-detail-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 2.71429em;
  margin: 0 95px 30px 0;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.35714;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .item-unit-detail-name {
    margin: 6vw 6vw 3.33333vw;
    font-size: 4.53333vw;
  }
}

.item-unit-detail-price {
  margin-bottom: 25px;
  font-size: 1.125rem;
  text-align: left;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  .item-unit-detail-price {
    margin: 3.33333vw 6vw 3.33333vw;
    font-size: 3.2vw;
  }
}

.item-unit-detail-desc {
  margin-bottom: 55px;
  font-size: 1.125rem;
  line-height: 1.66667;
  word-break: break-all;
}

.item-unit-detail-desc p:not(:last-of-type) {
  margin-bottom: 1.66667em;
}

@media screen and (max-width: 768px) {
  .item-unit-detail-desc {
    margin-bottom: 9.33333vw;
    padding: 0 6.66667vw 0;
    font-size: 3.2vw;
  }
}

.item-unit-detail-desc-inner {
  position: relative;
}

@media screen and (max-width: 768px) {
  .item-unit-detail-desc-inner.is-sp-hidden {
    position: relative;
    overflow: hidden;
  }
  .item-unit-detail-desc-inner.is-sp-hidden::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    content: '…';
    background-color: #f6f6f6;
    height: 1.66667em;
    width: 2em;
    bottom: 0;
    right: 0;
    padding: 0 .2em;
  }
}

.item-unit-detail-desc-btn {
  margin-top: 5.33333vw;
}

.item-unit-plusone {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #fff;
}

.item-unit-plusone:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

* html .item-unit-plusone {
  height: 1px;
}

.item-unit-plusone-head, .item-unit-plusone-detail, .item-unit-plusone-lead {
  width: 63.5%;
}

.item-unit-plusone-head {
  position: absolute;
  top: -12px;
  left: 0;
  color: #92d5de;
  font-size: 2.1875rem;
  font-weight: 500;
}

.item-unit-plusone-detail {
  float: left;
}

.item-unit-plusone-name {
  padding: 45px 20px 15px 40px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
}

.item-unit-plusone-name span {
  text-align: left;
}

.item-unit-plusone-price {
  padding: 0 20px 15px 40px;
  font-size: 1.125rem;
}

.item-unit-plusone-photo {
  float: right;
  width: 36.5%;
  max-width: 365px;
}

.item-unit-plusone-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 40px 10px 40px;
  font-size: 1.125rem;
  line-height: 1.66667;
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
  .item-unit-plusone {
    margin: 50px 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .item-unit-plusone {
    width: 86.66667vw;
    margin: 9.33333vw auto 6vw;
  }
  .item-unit-plusone-head {
    top: -1.73333vw;
    left: 0;
    font-size: 6.66667vw;
  }
  .item-unit-plusone-detail {
    width: 37.33333vw;
  }
  .item-unit-plusone-name {
    padding: 9.33333vw 2.66667vw 4.66667vw;
    font-size: 3.73333vw;
    line-height: 1.14286;
  }
  .item-unit-plusone-name span {
    min-height: 2.85714em;
  }
  .item-unit-plusone-price {
    padding: 0 2.66667vw;
    font-size: 3.2vw;
  }
  .item-unit-plusone-photo {
    width: 48.66667vw;
  }
  .item-unit-plusone-lead {
    width: 100%;
    padding: 4vw 2.66667vw 5.33333vw;
    font-size: 3.2vw;
  }
}

.item-unit-links {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
  .item-unit-links {
    margin: 50px 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .item-unit-links {
    display: block;
    width: 86.66667vw;
    margin: 0 auto;
  }
}

.item-unit-link {
  width: calc(50% - 30px);
}

@media screen and (max-width: 768px) {
  .item-unit-link {
    width: 100%;
  }
}

.item-unit-link a {
  position: relative;
  display: block;
  width: calc(100% - 30px);
  height: 70px;
  padding: 0 30px;
  color: #fff;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  background-color: #92d5de;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.item-unit-link a:hover {
  opacity: .65;
}

.item-unit-link a::after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  display: block;
  width: 0;
  height: 0;
  border-width: 35px 0 35px 30px;
  border-style: solid;
  border-color: transparent transparent transparent #92d5de;
}

@media screen and (max-width: 768px) {
  .item-unit-link a {
    width: calc(100% - 4vw);
    height: 9.33333vw;
    padding: 0 4vw;
    font-size: 3.73333vw;
    line-height: 9.33333vw;
  }
  .item-unit-link a::after {
    right: -3.86667vw;
    border-width: 4.66667vw 0 4.66667vw 4vw;
  }
}

@media screen and (max-width: 768px) {
  .item-unit-link--more {
    margin-bottom: 6vw;
  }
}

.item-photos-main {
  margin-bottom: 30px;
  -webkit-box-shadow: 10px 10px 0 #92d5de;
  box-shadow: 10px 10px 0 #92d5de;
  font-size: 0;
}

.item-photos-main img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .item-photos-main {
    margin-bottom: 4vw;
    -webkit-box-shadow: 5px 5px 0 #92d5de;
    box-shadow: 5px 5px 0 #92d5de;
  }
}

@media screen and (max-width: 768px) {
  .item-photos {
    margin: 0 auto;
  }
}

.item-photos-thumbs:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

* html .item-photos-thumbs {
  height: 1px;
}

.item-photos-thumbs > li {
  float: left;
  opacity: .65;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.item-photos-thumbs > li:not(:last-child) {
  margin-right: 9px;
}

.item-photos-thumbs > li.is-active {
  opacity: 1;
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .item-photos-thumbs > li {
    width: 13.09859%;
  }
  .item-photos-thumbs > li:not(:last-child) {
    margin-right: 6px;
  }
}

@media screen and (max-width: 768px) {
  .item-photos-thumbs > li {
    width: 12.4vw;
  }
  .item-photos-thumbs > li:not(:last-child) {
    margin-right: 1.2vw;
  }
}

.item-unit--01,
.item-unit--02 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .item-unit--01,
  .item-unit--02 {
    margin-bottom: 13.33333vw;
  }
}

.item-unit--01 .item-unit-num,
.item-unit--03 .item-unit-num {
  float: right;
}

.item-unit--01 .item-unit-photo,
.item-unit--03 .item-unit-photo {
  float: left;
}

.item-unit--01 .item-unit-detail,
.item-unit--03 .item-unit-detail {
  float: right;
}

.item-unit--01 .item-unit-plusone,
.item-unit--03 .item-unit-plusone {
  float: left;
}

@media screen and (max-width: 1080px) {
  .item-unit--01 .item-unit-num,
  .item-unit--01 .item-unit-photo,
  .item-unit--01 .item-unit-detail,
  .item-unit--01 .item-unit-plusone,
  .item-unit--01 .item-unit-links,
  .item-unit--03 .item-unit-num,
  .item-unit--03 .item-unit-photo,
  .item-unit--03 .item-unit-detail,
  .item-unit--03 .item-unit-plusone,
  .item-unit--03 .item-unit-links {
    float: none;
  }
}

.item-unit--01 .item-unit-num .item-unit-num-icon {
  top: -44px;
  right: -14px;
}

.item-unit--01 .item-unit-detail-desc {
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .item-unit--01 .item-unit-num .item-unit-num-icon {
    top: -4vw;
    right: -5.86667vw;
    width: 16.53333vw;
  }
  .item-unit--01 .item-unit-detail-desc {
    margin-bottom: 9.33333vw;
  }
}

.item-unit--02 .item-unit-num {
  right: auto;
  left: 0;
}

.item-unit--02 .item-unit-photo {
  float: right;
}

.item-unit--02 .item-unit-detail {
  float: left;
}

@media screen and (max-width: 1080px) {
  .item-unit--02 .item-unit-num,
  .item-unit--02 .item-unit-photo,
  .item-unit--02 .item-unit-detail,
  .item-unit--02 .item-unit-plusone,
  .item-unit--02 .item-unit-links {
    float: none;
  }
}

.item-unit--02 .item-unit-detail-desc {
  margin-bottom: 35px;
}

.item-unit--02 .item-unit-detail-name {
  margin: 0 0 30px 110px;
}

@media screen and (max-width: 768px) {
  .item-unit--02 .item-unit-detail-name {
    margin: 6.66667vw 4.66667vw 2.66667vw 42.66667vw;
  }
}

.item-unit--02 .item-unit-detail-price {
  margin: 0 0 25px 110px;
}

@media screen and (max-width: 768px) {
  .item-unit--02 .item-unit-detail-price {
    margin: 0 0 3.73333vw 42.66667vw;
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  .item-unit--02 .item-unit-num {
    width: 12vw;
    height: auto;
    left: 4.66667vw;
    margin: 0;
  }
  .item-unit--02 .item-unit-detail-desc {
    margin-bottom: 9.33333vw;
  }
}

.item-unit--02 .item-unit-plusone {
  float: left;
}

.item-unit--02 .item-unit-plusone .item-unit-plusone-head {
  left: 365px;
}

.item-unit--02 .item-unit-plusone .item-unit-plusone-detail,
.item-unit--02 .item-unit-plusone .item-unit-plusone-lead {
  float: right;
}

.item-unit--02 .item-unit-plusone .item-unit-plusone-photo {
  float: left;
}

.item-unit--02 .item-unit-plusone .item-unit-plusone-name {
  padding: 45px 20px 15px 30px;
}

.item-unit--02 .item-unit-plusone .item-unit-plusone-price {
  padding: 0 20px 15px 30px;
}

.item-unit--02 .item-unit-plusone .item-unit-plusone-lead {
  padding: 0 20px 10px 30px;
}

@media screen and (max-width: 768px) {
  .item-unit--02 .item-unit-plusone {
    float: none;
  }
  .item-unit--02 .item-unit-plusone .item-unit-plusone-head {
    left: auto;
    right: 0;
    width: auto;
  }
  .item-unit--02 .item-unit-plusone .item-unit-plusone-name {
    padding: 9.33333vw 1.33333vw 4.66667vw 1.33333vw;
  }
  .item-unit--02 .item-unit-plusone .item-unit-plusone-detail {
    width: 37.33333vw;
  }
  .item-unit--02 .item-unit-plusone .item-unit-plusone-price {
    padding: 0 2.66667vw;
  }
  .item-unit--02 .item-unit-plusone .item-unit-plusone-lead {
    width: 100%;
    padding: 4vw 2.66667vw 5.33333vw;
  }
}

.item-unit--03 .item-unit-detail-desc {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .item-unit--03 .item-unit-detail-desc {
    margin-bottom: 4.66667vw;
  }
}

/* styling
---------------------------------------------- */
.styling {
  padding: 0 25px 140px;
  background: #fff url(../imgs/parts_section_btm.png) center top no-repeat;
}

.styling-sec-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.styling-sec-heading-inner {
  position: relative;
}

.styling-sec-heading-pic {
  position: absolute;
  top: -9px;
  right: -272px;
}

.styling-head {
  margin-bottom: 100px;
  padding-bottom: 55px;
  color: #92d5de;
  font-size: 4.375rem;
  font-weight: normal;
  line-height: 1.07143;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .styling {
    padding: 0 0 23.33333vw;
    background-size: auto 18.66667vw;
  }
  .styling-head {
    margin-bottom: 10.66667vw;
    padding-bottom: 8.66667vw;
    color: #92d5de;
    font-size: 9.33333vw;
  }
  .styling-sec-heading-pic {
    position: absolute;
    width: 29.2vw;
    top: -1.2vw;
    right: -30.53333vw;
  }
  .styling .separator.separator--narrow {
    display: none;
  }
}

.styling-unit {
  position: relative;
}

.styling-unit-vis-label {
  position: absolute;
  z-index: 5;
  top: -10px;
  left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: #92d5de;
  font-size: 3.125rem;
  line-height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 0 0 #92d5de;
  box-shadow: 5px 5px 0 0 #92d5de;
}

.styling-unit-vis-pic {
  position: relative;
  z-index: 3;
}

.styling-unit-tag {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}

.styling-unit-tag-info {
  position: absolute;
  top: 0;
  left: 73px;
  min-width: 245px;
  max-width: 245px;
  font-size: 1rem;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.styling-unit-tag-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 15px;
  color: inherit;
  text-decoration: none;
}

.styling-unit-tag-info a:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

* html .styling-unit-tag-info a {
  height: 1px;
}

.styling-unit-tag-info .styling-item-desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.styling-unit-tag-info .styling-item-name,
.styling-unit-tag-info .styling-item-price {
  overflow: hidden;
  padding-left: 10px;
}

.styling-unit-tag-info .styling-item-name br {
  display: none;
}

.styling-unit-tag-info .styling-item-photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  text-align: center;
}

.styling-unit-tag-info.is-shown {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.styling-unit-detail h3 {
  padding: 30px 0;
  font-size: 1.75rem;
  font-weight: normal;
  text-align: center;
}

.styling-unit-detail-inner {
  margin-bottom: 45px;
  font-size: 1.125rem;
  line-height: 1.66667;
}

.styling-unit-detail-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 20px;
  background-color: #f6f6f6;
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .styling-unit-tag-pin {
    display: inline-block;
    max-width: 6.5vw;
  }
  .styling-unit-tag-info {
    left: 7.3vw;
    min-width: 24.5vw;
    max-width: 24.5vw;
    font-size: 1.8vw;
  }
  .styling-unit-tag-info .styling-item-photo {
    width: 80px;
    margin-right: 5px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
  .styling-unit-detail-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .styling-unit-vis-label {
    top: -5.33333vw;
    left: 0;
    width: 10.66667vw;
    height: 10.66667vw;
    font-size: 6.66667vw;
    line-height: 10.66667vw;
    -webkit-box-shadow: 3px 3px 0 0 #92d5de;
    box-shadow: 3px 3px 0 0 #92d5de;
  }
  .styling-unit-vis-pic {
    width: 100%;
    margin: 0 auto;
  }
  .styling-unit-tag {
    display: none;
  }
  .styling-unit-detail h3 {
    padding: 6.66667vw 0;
    font-size: 3.73333vw;
  }
  .styling-unit-detail-inner {
    margin-bottom: 7.33333vw;
    padding: 0 6.66667vw;
    font-size: 3.2vw;
    line-height: 1.66667;
  }
  .styling-unit-detail-items {
    display: block;
    padding: 8vw 6.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .styling-unit-detail-btn {
    border: 1px solid #a0a0a0;
    max-width: 86.66667vw;
    margin: 0 auto;
  }
  .styling-unit-detail-btn.is-opened {
    margin: 6vw auto 0;
  }
}

.styling-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.styling-item > a:hover {
  opacity: .7;
}

.styling-item-photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}

.styling-item-info {
  font-size: 1rem;
  line-height: 1.5;
}

.styling-item-name {
  font-size: 100%;
  font-weight: normal;
}

@media screen and (min-width: 1081px) {
  .styling-item {
    width: 25%;
  }
  .styling-item:not(:last-child) {
    margin-right: 15px;
  }
}

@media screen and (min-width: 1081px) and (max-width: 1000px) {
  .styling-item-photo {
    width: 120px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
  .styling-item {
    width: calc(50% - 20px);
  }
  .styling-item:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .styling-item {
    width: 100%;
  }
  .styling-item:not(:last-child) {
    margin-bottom: 2.66667vw;
  }
  .styling-item-photo {
    width: 21.33333vw;
    margin-right: 2vw;
  }
  .styling-item-info {
    font-size: 3.2vw;
    line-height: 1.66667;
  }
}

.styling-unit--01 {
  margin-bottom: 75px;
}

.styling-unit--01 .styling-unit-tag--01 {
  margin: 3.1% 0 0 60.2%;
}

.styling-unit--01 .styling-unit-tag--02 {
  margin: 25.3% 0 0 42.5%;
}

.styling-unit--01 .styling-unit-tag--03 {
  margin: 29.7% 0 0 7.3%;
}

.styling-unit--01 .styling-unit-tag--04 {
  margin: 31.9% 0 0 78.5%;
}

.styling-unit--01 .styling-unit-tag--04 .styling-unit-tag-info {
  right: 73px;
  left: auto;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .styling-unit--01 .styling-unit-tag--04 .styling-unit-tag-info {
    right: 7.3vw;
  }
}

@media screen and (max-width: 768px) {
  .styling-unit--01 {
    margin-bottom: 16vw;
  }
}

.styling-unit--02 .styling-unit-tag--01 {
  margin: 2.1% 0 0 42.5%;
}

.styling-unit--02 .styling-unit-tag--02 {
  margin: 20.7% 0 0 40.3%;
}

.styling-unit--02 .styling-unit-tag--03 {
  margin: 31.8% 0 0 26.9%;
}

.styling-unit--02 .styling-unit-tag--04 {
  margin: 35.2% 0 0 62.2%;
}

/* feature 
---------------------------------------------- */
.feature {
  padding: 0 25px 110px;
  background: #f6f6f6 url(../imgs/parts_section_top.png) center top no-repeat;
}

.feature-head {
  margin-bottom: 100px;
  padding-bottom: 35px;
  color: #92d5de;
  font-size: 4.375rem;
  font-weight: normal;
  line-height: 1.07143;
  text-align: center;
}

.feature-lead {
  margin-bottom: 45px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.66667;
}

.feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-list-item {
  width: 475px;
}

.feature-list-item a {
  display: block;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.feature-list-item a:hover {
  opacity: 0.65;
}

@media screen and (min-width: 769px) {
  .feature-list-item:nth-child(odd) {
    margin-right: 10px;
  }
  .feature-list-item:nth-child(even) {
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .feature {
    padding: 0 0 22.66667vw;
    background-size: auto 18.66667vw;
  }
  .feature-head {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
    color: #92d5de;
    font-size: 9.33333vw;
  }
  .feature-lead {
    margin-bottom: 6.66667vw;
    font-size: 3.2vw;
    line-height: 1.66667;
  }
  .feature-list {
    display: block;
  }
  .feature-list-item {
    width: 100%;
  }
  .feature-list-item + .feature-list-item {
    margin-top: 6.66667vw;
  }
}

/* footer
---------------------------------------------- */
.footer {
  background-color: #f6f6f6;
  padding: 0 25px 85px;
  text-align: center;
}

.footer-logo {
  margin-bottom: 50px;
}

.footer-copyright {
  font-size: 1.125rem;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0 0 6.66667vw;
  }
  .footer-logo {
    width: 55.86667vw;
    margin: 0 auto 6.66667vw;
  }
  .footer-copyright {
    font-size: 2.4vw;
  }
  .panel-notification-wrapper {
    margin-top: -1rem;
  }
}
