@charset "UTF-8";
.js-bg {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-fade {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  opacity: 0;
}

.js-fade.active {
  opacity: 1;
}

html {
  font-size: 62.5%;
}

.main_inner {
  overflow: hidden;
}

.main-container img,
.main-container video {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .main-container .sp_only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .main-container .pc_only {
    display: none;
  }
  .main-container .order_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main-container .order_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*//////////////////////////////////////////////////

Content

    common

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            common
============================================================================================== */
@media screen and (min-width: 768px) {
  .main-container {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding-top: 8rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #000;
    font-weight: 400;
    font-style: normal;
  }
  .main-container a {
    display: block;
  }
  .main-container img {
    width: 100%;
  }
  .main-container picture {
    display: block;
  }
  #feature {
    margin: 7rem auto 38rem;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  main {
    overflow: hidden;
  }
  .main-container {
    width: 100%;
    max-width: calc(750* (100vw / 750));
    padding-top: calc(80* (100vw / 750));
    margin: 0 auto;
    padding-top: calc(80* (100vw / 750));
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #000;
    font-weight: 400;
    font-style: normal;
  }
  .main-container a {
    display: block;
  }
  .main-container img {
    width: 100%;
  }
  .main-container picture {
    display: block;
  }
  #feature {
    margin: calc(100* (100vw / 750)) auto calc(258* (100vw / 750));
  }
  #Contents {
    overflow: hidden;
  }
}

/*//////////////////////////////////////////////////

==========================================

Content

    content

//////////////////////////////////////////////////*/
/*=======================================================
 image Styles
=======================================================*/
@media screen and (min-width: 768px) {
  .content__wrapper {
    position: relative;
  }
  .content__wrapper .content__unit--model-img {
    width: 57rem;
  }
  .content__wrapper .content__unit--extention {
    position: absolute;
  }
  .content__wrapper .content__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.4rem;
    font-family: kozuka-mincho-pro,serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
  }
  .content__wrapper .content__caption span {
    display: inline-block;
  }
  .content__wrapper .content__caption span:not(:last-of-type) {
    margin-bottom: 1.4rem;
  }
  .content__wrapper .content__caption span .text {
    margin-bottom: 0;
    white-space: nowrap;
  }
  .content__wrapper .content__caption--content {
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  .content__wrapper .content__caption--content .yumincho {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  }
  .content__wrapper .content__button--pettern01 {
    width: 63.6rem;
  }
  .content__wrapper .content__button--pettern02 {
    width: 43.4rem;
  }
  .content__wrapper--first {
    margin-bottom: 28.8rem;
  }
  .content__wrapper--first .content__unit--model-img {
    width: 84rem;
    margin: 0 auto;
  }
  .content__wrapper--first .content__unit--extention {
    width: 36.8rem;
    padding-left: 0;
    top: 11.1rem;
    left: 8.6rem;
    z-index: 2;
  }
  .content__wrapper--first .content__caption {
    margin-top: 6.5rem;
    margin-left: 18rem;
    font-size: 3.4rem;
  }
  .content__wrapper--first .content__caption span {
    display: inline-block;
  }
  .content__wrapper--first .content__caption--content .text {
    width: 61rem;
  }
  .content__wrapper--first .content__caption--content .yumincho {
    margin-left: 5rem;
  }
  .content__wrapper--first .content__button {
    margin-top: 7rem;
    margin-left: 17.8rem;
  }
  .content__wrapper--first .content__code {
    margin-top: 9.3rem;
    position: relative;
  }
  .content__wrapper--first .content__code::before {
    display: block;
    width: 100vw;
    height: 54.5rem;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #E1CFC2;
    content: "";
    z-index: -1;
  }
  .content__wrapper--first .content__code::after {
    display: block;
    width: 35rem;
    height: 4rem;
    position: absolute;
    top: 3.2rem;
    right: 14rem;
    background: url(../img/color-variation_text.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
  }
  .content__wrapper--first .content__code--img {
    width: 42rem;
    margin: 0 auto;
  }
  .content__wrapper--first .content__code--decolation {
    padding-top: 1rem;
    font-size: 4.37rem;
    font-family: kozuka-mincho-pro,serif;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
  }
  .content__wrapper--first .content__code--decolation.pattern01 {
    display: block;
    content: "";
    width: 23rem;
    height: 6.3rem;
    position: absolute;
    bottom: 10rem;
    left: 14rem;
    background: url(../img/decolation_01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .content__wrapper--first .content__code--decolation.pattern02 {
    display: block;
    content: "";
    width: 23rem;
    height: 6.3rem;
    position: absolute;
    bottom: 10rem;
    right: 15.5rem;
    background: url(../img/decolation_02.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .content__wrapper--second {
    width: 57rem;
  }
  .content__wrapper--second .content__unit--extention {
    width: 26rem;
    top: 62.2rem;
    right: -8rem;
    z-index: 2;
  }
  .content__wrapper--second .content__caption {
    margin-top: 4.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content__wrapper--second .content__caption--content .text {
    width: 41.7rem;
  }
  .content__wrapper--second .content__caption--content .yumincho {
    margin-left: 1.8rem;
  }
  .content__wrapper--second .content__button {
    margin: 5.3rem auto 0;
  }
  .content__wrapper--third {
    width: 57rem;
    margin-left: 6rem;
  }
  .content__wrapper--third .content__unit--extention {
    width: 25.4rem;
    top: 3.3rem;
    left: -4rem;
    z-index: 2;
  }
  .content__wrapper--third .content__caption {
    margin-top: 4.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content__wrapper--third .content__caption--content .text {
    width: 39rem;
  }
  .content__wrapper--third .content__caption--content .yumincho {
    margin-left: 3.6rem;
  }
  .content__wrapper--third .content__button {
    margin: 5rem auto 0;
  }
  .content__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (-ms-high-contrast: none) {
  .content__wrapper :nth-of-type(2).content__caption--content {
    font-family: “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “HG明朝E”, “ＭＳ Ｐ明朝”, “ＭＳ 明朝”, serif;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .content__wrapper {
    margin: 0 auto;
    position: relative;
  }
  .content__wrapper .content__unit--model-img {
    width: calc(500* (100vw / 750));
  }
  .content__wrapper .content__unit--extention {
    position: absolute;
  }
  .content__wrapper .content__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: calc(20* (100vw / 750));
    font-family: kozuka-mincho-pro,serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
  }
  .content__wrapper .content__caption span {
    display: inline-block;
  }
  .content__wrapper .content__caption span:not(:last-of-type) {
    margin-bottom: calc(12* (100vw / 750));
  }
  .content__wrapper .content__caption span .text {
    margin-bottom: 0;
    white-space: nowrap;
  }
  .content__wrapper .content__caption--content {
    letter-spacing: 0;
  }
  .content__wrapper .content__button--pettern01 {
    width: calc(372* (100vw / 750));
  }
  .content__wrapper .content__button--pettern02 {
    width: calc(372* (100vw / 750));
  }
  .content__wrapper--first {
    margin-bottom: calc(130* (100vw / 750));
  }
  .content__wrapper--first .content__unit--model-img {
    width: calc(500* (100vw / 750));
    margin: 0 auto;
  }
  .content__wrapper--first .content__unit--extention {
    width: calc(218* (100vw / 750));
    padding-left: 0;
    top: calc(66* (100vw / 750));
    left: calc(87* (100vw / 750));
    z-index: 2;
  }
  .content__wrapper--first .content__caption {
    margin-top: calc(38* (100vw / 750));
    margin-left: calc(125* (100vw / 750));
    font-size: calc(20* (100vw / 750));
  }
  .content__wrapper--first .content__caption span {
    display: inline-block;
  }
  .content__wrapper--first .content__caption--content .text {
    width: calc(330* (100vw / 750));
  }
  .content__wrapper--first .content__caption--content .yumincho {
    margin-left: calc(20* (100vw / 750));
  }
  .content__wrapper--first .content__button {
    margin-top: calc(25* (100vw / 750));
    margin-left: calc(125* (100vw / 750));
  }
  .content__wrapper--first .content__code {
    margin-top: calc(75* (100vw / 750));
    position: relative;
  }
  .content__wrapper--first .content__code::before {
    display: block;
    width: calc(750* (100vw / 750));
    height: calc(345* (100vw / 750));
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #E1CFC2;
    content: "";
    z-index: -1;
  }
  .content__wrapper--first .content__code::after {
    display: block;
    width: calc(220* (100vw / 750));
    height: calc(35* (100vw / 750));
    position: absolute;
    top: calc(20* (100vw / 750));
    right: calc(88* (100vw / 750));
    background: url(../img/color-variation_text.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
  }
  .content__wrapper--first .content__code--img {
    width: calc(265* (100vw / 750));
    margin: 0 auto;
  }
  .content__wrapper--first .content__code--decolation {
    padding-top: calc(7* (100vw / 750));
    font-size: calc(28* (100vw / 750));
    font-family: kozuka-mincho-pro,serif;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
  }
  .content__wrapper--first .content__code--decolation.pattern01 {
    display: block;
    content: "";
    width: calc(145* (100vw / 750));
    height: calc(40* (100vw / 750));
    position: absolute;
    bottom: calc(70* (100vw / 750));
    left: calc(83* (100vw / 750));
    background: url(../img/decolation_01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .content__wrapper--first .content__code--decolation.pattern02 {
    display: block;
    content: "";
    width: calc(145* (100vw / 750));
    height: calc(40* (100vw / 750));
    position: absolute;
    bottom: calc(70* (100vw / 750));
    right: calc(99* (100vw / 750));
    background: url(../img/decolation_02.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .content__wrapper--second {
    width: calc(500* (100vw / 750));
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .content__wrapper--second .content__unit--extention {
    width: calc(208* (100vw / 750));
    top: calc(477* (100vw / 750));
    right: calc(-85* (100vw / 750));
    z-index: 2;
  }
  .content__wrapper--second .content__caption {
    margin-top: calc(30* (100vw / 750));
  }
  .content__wrapper--second .content__caption--content .text {
    width: calc(316* (100vw / 750));
  }
  .content__wrapper--second .content__caption--content .yumincho {
    margin-left: calc(20* (100vw / 750));
  }
  .content__wrapper--second .content__button {
    margin-top: calc(35* (100vw / 750));
  }
  .content__wrapper--third {
    width: calc(500* (100vw / 750));
    margin: 0 auto calc(105* (100vw / 750));
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .content__wrapper--third .content__unit--extention {
    width: calc(208* (100vw / 750));
    top: calc(35* (100vw / 750));
    left: calc(-23* (100vw / 750));
    z-index: 2;
  }
  .content__wrapper--third .content__caption {
    margin-top: calc(30* (100vw / 750));
  }
  .content__wrapper--third .content__caption--content .text {
    width: calc(296* (100vw / 750));
  }
  .content__wrapper--third .content__caption--content .yumincho {
    margin-left: calc(33* (100vw / 750));
  }
  .content__wrapper--third .content__button {
    margin-top: calc(22* (100vw / 750));
  }
  .content__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/*//////////////////////////////////////////////////

==========================================

Content

    button

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            button
============================================================================================== */
@media screen and (min-width: 768px) {
  /*PC　TOPへ戻るボタン LP共通*/
  #main-container .scrTop__btn {
    font-size: 1.2rem;
    width: 120rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-family: 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  }
  #main-container .scrTop__btn a {
    display: inline-block;
  }
  /* VIEW ALL BUTTON*/
  .button-wrapper {
    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;
    margin-top: 29.3rem;
  }
  .button-wrapper .link_btn {
    width: 42.4rem;
  }
  .button-wrapper .link_btn:nth-of-type(2) {
    width: 41.5rem;
    margin-left: 5.1rem;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  /*PC　TOPへ戻るボタン LP共通*/
  #main-container .scrTop__btn {
    width: 100%;
    font-size: calc(26* (100vw / 750));
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  }
  #main-container a {
    display: inline-block;
  }
  /* VIEW ALL BUTTON*/
  .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: calc(185* (100vw / 750));
  }
  .button-wrapper .link_btn {
    width: calc(468* (100vw / 750));
  }
  .button-wrapper .link_btn:nth-of-type(2) {
    width: calc(460* (100vw / 750));
    margin-left: 0;
    margin-top: calc(30* (100vw / 750));
  }
}

/*//////////////////////////////////////////////////

Title : _breadcrumb.css


==========================================

Content

    breadcrumb

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            button
============================================================================================== */
/*パンくず*/
@media screen and (min-width: 768px) {
  #main-container #breadcrumb {
    margin: 0 auto 2rem;
    font-size: 1rem;
    line-height: 1;
    width: 120rem;
    color: #1C1C1C;
    font-family: 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  /*パンくず*/
  #main-container #breadcrumb {
    margin-bottom: calc(30* (100vw / 750));
    font-size: calc(24* (100vw / 750));
    width: 100%;
    padding: 0 calc(26 * (100vw / 750));
    color: #1c1c1c;
  }
}

/*//////////////////////////////////////////////////

Title : _mainvisual.css


==========================================

Content

    mainvisual

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            mainvisual
============================================================================================== */
@media screen and (min-width: 768px) {
  .firstview {
    margin: 0 auto 9.5rem;
    width: 99rem;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .firstview {
    margin: 0 auto calc(65*(100vw/750));
    width: calc(600*(100vw/750));
  }
}
/*# sourceMappingURL=layout.css.map */