@charset "UTF-8";
.js-fade {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  opacity: 0;
}

.js-fade.active {
  opacity: 1;
}

.js-fadetop {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  opacity: 0;
}

.js-fadetop.active {
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.keyframe-fade {
  opacity: 0;
}

.keyframe-fade.active {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 1;
}

.section-block__background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 767px) and (max-width: 1280px) {
  html {
    font-size: calc(10* (100vw / 1280)) !important;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(10* (100vw / 750));
  }
}

.header,
.bx-wrapper {
  background: inherit;
}

.main_inner {
  overflow: hidden;
}

.main-container img,
.main-container video {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 767px) {
  .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;
  }
}

/*//////////////////////////////////////////////////

Title : _layout.css

==========================================

layout

    layout

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            layout
============================================================================================== */
.main-container {
  width: 100%;
  max-width: 128rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333333;
  background-size: 128rem;
  background-repeat: no-repeat;
  background-position: center -17.5rem;
}

@media screen and (min-width: 767px) {
  .main-container {
    margin: 6rem auto 11.8rem;
    font-size: 1.4rem;
  }
}

.main-container a {
  display: block;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
  .main-container {
    width: 100%;
    max-width: calc(750* (100vw / 750));
    padding: calc(220* (100vw / 750)) 0 calc(160* (100vw / 750));
    font-size: calc(26* (100vw / 750));
    background-size: calc(750* (100vw / 750));
    background-repeat: no-repeat;
    background-position: center calc(35* (100vw / 750));
  }
}

.lazyload {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

/*//////////////////////////////////////////////////

Title : _button.css

==========================================

Object

    button

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            button
============================================================================================== */
.viewall-button {
  margin: 12.1rem auto 0;
  font-family: pragmatica, sans-serif;
}

.viewall-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  color: #272727;
  border: 1px solid #8b8b8b;
  letter-spacing: 0.08em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 767px) {
  .viewall-button a {
    width: 20.2rem;
    height: 4.2rem;
    font-size: 1.3rem;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  /* ==============================================================================================
                                              button
  ============================================================================================== */
  .viewall-button {
    width: calc(322* (100vw / 750));
    margin: calc(180* (100vw / 750)) auto 0;
  }
  .viewall-button a {
    width: calc(322* (100vw / 750));
    height: calc(70* (100vw / 750));
    font-size: calc(26* (100vw / 750));
  }
}

/*//////////////////////////////////////////////////

Title : _mainvisual.css

==========================================

Object

    mainvisual

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            mainvisual
============================================================================================== */
.mv-container {
  width: 128rem;
  margin: 0 auto 6rem;
  position: relative;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .mv-container {
    width: calc(750* (100vw / 750));
    margin: 0 auto calc(90* (100vw / 750));
  }
}

/*//////////////////////////////////////////////////

Title : _text.css

==========================================

Object

    text

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            text
============================================================================================== */
.section-block .item-container__product {
  position: absolute;
}

.section-block .item-container__product__concept {
  padding-bottom: 3.8rem;
  font-size: 6.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: futura-pt, sans-serif;
  color: #fff;
}

.section-block .item-container__product__concept span {
  display: block;
}

.section-block .item-container__product__description {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #fff;
}

.section-block .credit-container {
  margin-top: 4rem;
  margin-left: 4rem;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  font-family: futura-pt, sans-serif;
}

.section-block .credit-container span {
  display: inline-block;
}

@media screen and (min-width: 767px) {
  .section-block .credit-container span:not(:last-of-type) {
    padding-right: 0.8rem;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .section-block .item-container__product__concept {
    padding-bottom: calc(9* (100vw / 750));
    font-size: calc(100* (100vw / 750));
  }
  .section-block .item-container__product__description {
    font-size: calc(26* (100vw / 750));
    line-height: 1.7692307692;
  }
  .section-block .item-container__product__description span {
    display: block;
  }
  .section-block .credit-container {
    margin-top: calc(45* (100vw / 750));
    margin-left: 0;
    font-size: calc(26* (100vw / 750));
    text-align: center;
  }
  .section-block .credit-container span.mb30sp {
    margin-bottom: calc(30* (100vw / 750));
  }
  .section-block .credit-container span.pr10sp {
    padding-right: calc(10* (100vw / 750));
  }
}

/*//////////////////////////////////////////////////

Title : _image.css

==========================================

Object

    image

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            image
============================================================================================== */
.section-block .item-container__modelimg {
  width: 100%;
  position: absolute;
}

.section-block .item-container__modelimg--pattern01::before, .section-block .item-container__modelimg--pattern02::before {
  display: block;
  position: absolute;
  content: "";
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}

.section-block--01 .item-container__modelimg--pattern01 {
  width: 42rem;
  bottom: 0;
  left: 54rem;
}

.section-block--01 .item-container__modelimg--pattern01::before {
  width: 30rem;
  height: 37.3rem;
  top: 13.5rem;
  left: 1rem;
  background: url(../img/code01_decolation01.png);
}

.section-block--01 .item-container__modelimg--pattern02 {
  width: 28rem;
  top: 0;
  right: 4rem;
}

.section-block--01 .item-container__modelimg--pattern02::before {
  width: 1.7rem;
  height: 5.6rem;
  top: 45rem;
  right: 3rem;
  background: url(../img/code01_decolation02.png);
}

.section-block--02 .item-container__modelimg--pattern01 {
  width: 43rem;
  bottom: 0;
  left: 13rem;
}

.section-block--02 .item-container__modelimg--pattern01::before {
  width: 8.4rem;
  height: 9.4rem;
  top: 14rem;
  left: -6.5rem;
  background: url(../img/code02_decolation01.png);
}

.section-block--02 .item-container__modelimg--pattern02 {
  width: 31rem;
  top: 2rem;
  right: 13rem;
}

.section-block--02 .item-container__modelimg--pattern02::before {
  width: 4.6rem;
  height: 9.5rem;
  bottom: -7rem;
  right: -6rem;
  background: url(../img/code02_decolation02.png);
}

.section-block--03 .item-container__modelimg--pattern01 {
  width: 32rem;
  top: 0;
  left: 9rem;
}

.section-block--03 .item-container__modelimg--pattern01::before {
  width: 4.3rem;
  height: 7.8rem;
  top: 22.5rem;
  left: -3.3rem;
  background: url(../img/code03_decolation01.png);
}

.section-block--03 .item-container__modelimg--pattern02 {
  width: 50rem;
  bottom: 0;
  right: 3rem;
}

.section-block--03 .item-container__modelimg--pattern02::before {
  width: 5rem;
  height: 5rem;
  top: 0.5rem;
  left: 21.8rem;
  background: url(../img/code03_decolation02.png);
}

.section-block--04 .item-container__modelimg--pattern01 {
  width: 47rem;
  top: 1rem;
  left: 33.5rem;
}

.section-block--04 .item-container__modelimg--pattern01::before {
  width: 7.9rem;
  height: 13.8rem;
  top: 37.5rem;
  left: 1.5rem;
  background: url(../img/code04_decolation01.png);
}

.section-block--04 .item-container__modelimg--pattern02 {
  width: 44rem;
  bottom: 0;
  right: 4rem;
}

.section-block--04 .item-container__modelimg--pattern02::before {
  width: 6.4rem;
  height: 10.4rem;
  top: -6.7rem;
  right: 3.5rem;
  background: url(../img/code04_decolation02.png);
}

.section-block--05 .item-container__modelimg--pattern01 {
  width: 30rem;
  top: 1rem;
  left: 11rem;
}

.section-block--05 .item-container__modelimg--pattern01::before {
  width: 4.4rem;
  height: 5.7rem;
  top: 7.3rem;
  left: -0.7rem;
  background: url(../img/code05_decolation01.png);
}

.section-block--05 .item-container__modelimg--pattern02 {
  width: 52rem;
  bottom: 1rem;
  right: 8rem;
}

.section-block--05 .item-container__modelimg--pattern02::before {
  width: 26.6rem;
  height: 28.4rem;
  top: 33.8rem;
  right: 5.2rem;
  background: url(../img/code05_decolation02.png);
}

.section-block--06 .item-container__modelimg--pattern01 {
  width: 45rem;
  bottom: 1rem;
  left: 4rem;
}

.section-block--06 .item-container__modelimg--pattern01::before {
  width: 3.5rem;
  height: 2.6rem;
  top: 12.5rem;
  right: 2.5rem;
  background: url(../img/code06_decolation02.png);
}

.section-block--06 .item-container__modelimg--pattern02 {
  width: 34rem;
  top: 0;
  right: 37.8rem;
}

.section-block--06 .item-container__modelimg--pattern02::before {
  width: 6.8rem;
  height: 10.5rem;
  top: 61.3rem;
  right: -23.8rem;
  background: url(../img/code06_decolation03.png);
}

.section-block--07 .item-container__modelimg--pattern01 {
  width: 28rem;
  top: 2rem;
  left: 11rem;
}

.section-block--07 .item-container__modelimg--pattern01::before {
  width: 3.6rem;
  height: 4.7rem;
  top: 7.5rem;
  left: 1rem;
  background: url(../img/code07_decolation01.png);
}

.section-block--07 .item-container__modelimg--pattern02 {
  width: 40rem;
  bottom: 0;
  right: 4rem;
}

.section-block--07 .item-container__modelimg--pattern02::before {
  width: 24.5rem;
  height: 13.4rem;
  top: 41.2rem;
  left: 6.8rem;
  background: url(../img/code07_decolation02.png);
}

.section-block--08 .item-container__modelimg--pattern01 {
  width: 38rem;
  top: 2rem;
  left: 49.5rem;
}

.section-block--08 .item-container__modelimg--pattern01::before {
  width: 3.3rem;
  height: 8.5rem;
  top: 34.3rem;
  right: 2.8rem;
  background: url(../img/code08_decolation02.png);
}

.section-block--08 .item-container__modelimg--pattern02 {
  width: 34rem;
  bottom: 0;
  right: 6rem;
}

.section-block--08 .item-container__modelimg--pattern02::before {
  width: 4.6rem;
  height: 6.6rem;
  top: 8rem;
  left: -61.8rem;
  background: url(../img/code08_decolation01.png);
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .section-block--01 .item-container__modelimg--pattern01 {
    width: calc(588* (100vw / 750));
    bottom: 0;
    left: calc(37* (100vw / 750));
  }
  .section-block--01 .item-container__modelimg--pattern01::before {
    width: calc(467* (100vw / 750));
    height: calc(510* (100vw / 750));
    top: calc(200* (100vw / 750));
    left: calc(0* (100vw / 750));
    background: url(../img/code01_decolation01_sp.png);
  }
  .section-block--01 .item-container__modelimg--pattern02 {
    width: calc(320* (100vw / 750));
    top: 0;
    right: calc(25* (100vw / 750));
  }
  .section-block--01 .item-container__modelimg--pattern02::before {
    width: calc(26* (100vw / 750));
    height: calc(86* (100vw / 750));
    top: calc(605* (100vw / 750));
    right: calc(-5* (100vw / 750));
    background: url(../img/code01_decolation02_sp.png);
  }
  .section-block--02 .item-container__modelimg--pattern01 {
    width: calc(602* (100vw / 750));
    bottom: 0;
    left: calc(148* (100vw / 750));
  }
  .section-block--02 .item-container__modelimg--pattern01::before {
    width: calc(128* (100vw / 750));
    height: calc(142* (100vw / 750));
    top: calc(280* (100vw / 750));
    bottom: initial;
    left: calc(-80* (100vw / 750));
    background: url(../img/code02_decolation01_sp.png);
  }
  .section-block--02 .item-container__modelimg--pattern02 {
    width: calc(465* (100vw / 750));
    top: calc(20* (100vw / 750));
    right: initial;
    left: calc(20* (100vw / 750));
  }
  .section-block--02 .item-container__modelimg--pattern02::before {
    width: calc(71* (100vw / 750));
    height: calc(144* (100vw / 750));
    top: calc(385* (100vw / 750));
    right: calc(-64* (100vw / 750));
    background: url(../img/code02_decolation02_sp.png);
  }
  .section-block--03 .item-container__modelimg--pattern01 {
    width: calc(448* (100vw / 750));
    top: 0;
    left: calc(280* (100vw / 750));
  }
  .section-block--03 .item-container__modelimg--pattern01::before {
    width: calc(66* (100vw / 750));
    height: calc(118* (100vw / 750));
    top: calc(320* (100vw / 750));
    left: calc(-10* (100vw / 750));
    background: url(../img/code03_decolation01_sp.png);
  }
  .section-block--03 .item-container__modelimg--pattern02 {
    width: calc(700* (100vw / 750));
    bottom: 0;
    right: 0;
  }
  .section-block--03 .item-container__modelimg--pattern02::before {
    width: calc(95* (100vw / 750));
    height: calc(95* (100vw / 750));
    top: calc(135* (100vw / 750));
    left: calc(200* (100vw / 750));
    background: url(../img/code03_decolation02_sp.png);
  }
  .section-block--04 .item-container__modelimg--pattern01 {
    width: calc(611* (100vw / 750));
    top: calc(0* (100vw / 750));
    left: calc(135* (100vw / 750));
  }
  .section-block--04 .item-container__modelimg--pattern01::before {
    width: calc(119* (100vw / 750));
    height: calc(209* (100vw / 750));
    top: calc(470* (100vw / 750));
    left: calc(15* (100vw / 750));
    background: url(../img/code04_decolation01_sp.png);
  }
  .section-block--04 .item-container__modelimg--pattern02 {
    width: calc(594* (100vw / 750));
    right: initial;
    left: calc(25* (100vw / 750));
  }
  .section-block--04 .item-container__modelimg--pattern02::before {
    width: calc(98* (100vw / 750));
    height: calc(158* (100vw / 750));
    top: calc(225* (100vw / 750));
    right: calc(-55* (100vw / 750));
    background: url(../img/code04_decolation02_sp.png);
  }
  .section-block--05 .item-container__modelimg--pattern01 {
    width: calc(390* (100vw / 750));
    top: calc(0* (100vw / 750));
    left: calc(347* (100vw / 750));
  }
  .section-block--05 .item-container__modelimg--pattern01::before {
    width: calc(67* (100vw / 750));
    height: calc(86* (100vw / 750));
    top: calc(115* (100vw / 750));
    left: calc(-25* (100vw / 750));
    background: url(../img/code05_decolation01_sp.png);
  }
  .section-block--05 .item-container__modelimg--pattern02 {
    width: calc(670* (100vw / 750));
    bottom: 0;
    right: 0;
  }
  .section-block--05 .item-container__modelimg--pattern02::before {
    width: calc(384* (100vw / 750));
    height: calc(373* (100vw / 750));
    top: calc(424* (100vw / 750));
    right: calc(55* (100vw / 750));
    background: url(../img/code05_decolation02_sp.png);
  }
  .section-block--06 .item-container__modelimg--pattern01 {
    width: calc(623* (100vw / 750));
    bottom: initial;
    top: calc(5* (100vw / 750));
    left: calc(120* (100vw / 750));
  }
  .section-block--06 .item-container__modelimg--pattern01::before {
    width: calc(53* (100vw / 750));
    height: calc(40* (100vw / 750));
    top: calc(140* (100vw / 750));
    right: calc(32* (100vw / 750));
    background: url(../img/code06_decolation01_sp.png);
  }
  .section-block--06 .item-container__modelimg--pattern02 {
    width: calc(400* (100vw / 750));
    top: initial;
    bottom: 0;
    right: initial;
    left: 0;
  }
  .section-block--06 .item-container__modelimg--pattern02::before {
    width: calc(103* (100vw / 750));
    height: calc(158* (100vw / 750));
    top: calc(630* (100vw / 750));
    right: calc(-292* (100vw / 750));
    background: url(../img/code06_decolation02_sp.png);
  }
  .section-block--07 .item-container__modelimg--pattern01 {
    width: calc(340* (100vw / 750));
    top: calc(10* (100vw / 750));
    left: calc(430* (100vw / 750));
  }
  .section-block--07 .item-container__modelimg--pattern01::before {
    width: calc(56* (100vw / 750));
    height: calc(72* (100vw / 750));
    top: calc(75* (100vw / 750));
    left: calc(-10* (100vw / 750));
    background: url(../img/code07_decolation01_sp.png);
  }
  .section-block--07 .item-container__modelimg--pattern02 {
    width: calc(588* (100vw / 750));
    bottom: 0;
    right: initial;
    left: calc(20* (100vw / 750));
  }
  .section-block--07 .item-container__modelimg--pattern02::before {
    width: calc(369* (100vw / 750));
    height: calc(202* (100vw / 750));
    top: calc(575* (100vw / 750));
    left: calc(80* (100vw / 750));
    background: url(../img/code07_decolation02_sp.png);
  }
  .section-block--08 .item-container__modelimg--pattern01 {
    width: calc(532* (100vw / 750));
    top: 0;
    left: calc(150* (100vw / 750));
  }
  .section-block--08 .item-container__modelimg--pattern01::before {
    width: calc(51* (100vw / 750));
    height: calc(130* (100vw / 750));
    top: calc(460* (100vw / 750));
    right: calc(25* (100vw / 750));
    background: url(../img/code08_decolation02_sp.png);
  }
  .section-block--08 .item-container__modelimg--pattern02 {
    width: calc(476* (100vw / 750));
    bottom: 0;
    right: 0;
  }
  .section-block--08 .item-container__modelimg--pattern02::before {
    width: calc(70* (100vw / 750));
    height: calc(100* (100vw / 750));
    top: calc(95* (100vw / 750));
    left: calc(-230* (100vw / 750));
    background: url(../img/code08_decolation01_sp.png);
  }
}

/*//////////////////////////////////////////////////

Title : _contents.css

==========================================

Object

    contents

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            contents
============================================================================================== */
.section-block {
  max-width: 128rem;
  width: 100%;
  margin-bottom: 6rem;
  position: relative;
}

.section-block__background {
  height: 80rem;
}

.section-block__background__largearea {
  width: 72rem;
}

.section-block__background__smallarea {
  width: 56rem;
}

.section-block .item-container {
  max-width: 128rem;
  width: 100%;
  height: 80rem;
  position: absolute;
  top: 0;
}

.section-block--01 .section-block__background__largearea {
  background-color: #E1A768;
}

.section-block--01 .section-block__background__smallarea {
  background-color: #276678;
}

.section-block--01 .item-container__product {
  top: 28rem;
  left: 14.2rem;
}

.section-block--01 .item-container__product__concept span:nth-of-type(2) {
  padding-left: 13.1rem;
}

.section-block--02 .section-block__background__largearea {
  background-color: #9F566C;
}

.section-block--02 .section-block__background__smallarea {
  background-color: #697366;
}

.section-block--02 .item-container__product {
  top: 63rem;
  left: 62rem;
}

.section-block--02 .item-container__product__concept {
  padding-bottom: 1.2rem;
}

.section-block--02 .item-container__product__description {
  padding-left: 10.2rem;
}

.section-block--03 .section-block__background__largearea {
  background-color: #8F794B;
}

.section-block--03 .section-block__background__smallarea {
  background-color: #DC8962;
}

.section-block--03 .item-container__product {
  top: 26rem;
  left: 43.5rem;
}

.section-block--03 .item-container__product__concept span:nth-of-type(2) {
  padding-left: 14.8rem;
  padding-bottom: 1rem;
}

.section-block--03 .item-container__product__concept span:nth-of-type(3) {
  padding-left: 8.6rem;
}

.section-block--03 .item-container__product__description {
  padding-left: 2.6rem;
}

.section-block--04 .section-block__background__largearea {
  background-color: #276678;
}

.section-block--04 .section-block__background__smallarea {
  background-color: #E1A768;
}

.section-block--04 .item-container__product {
  top: 57rem;
  left: 8.5rem;
}

.section-block--04 .item-container__product__concept {
  padding-bottom: 3.3rem;
}

.section-block--04 .item-container__product__concept span:nth-of-type(2) {
  padding-left: 10rem;
}

.section-block--04 .item-container__product__description {
  padding-left: 2.4rem;
}

.section-block--05 .section-block__background__largearea {
  background-color: #697366;
}

.section-block--05 .section-block__background__smallarea {
  background-color: #9F566C;
}

.section-block--05 .item-container__product {
  top: 26rem;
  left: 42.2rem;
}

.section-block--05 .item-container__product__concept span:nth-of-type(2) {
  padding-left: 5rem;
}

.section-block--05 .item-container__product__concept span:nth-of-type(3) {
  padding-left: 19rem;
}

.section-block--05 .item-container__product__description {
  padding-left: 3.8rem;
}

.section-block--06 .section-block__background__largearea {
  background-color: #DC8962;
}

.section-block--06 .section-block__background__smallarea {
  background-color: #8F794B;
}

.section-block--06 .item-container__product {
  top: 35rem;
  right: 3rem;
}

.section-block--06 .item-container__product span {
  display: inline-block;
}

.section-block--06 .item-container__product__concept {
  padding-bottom: 1.3rem;
  padding-left: 4.3rem;
}

.section-block--07 .section-block__background__largearea {
  background-color: #E1A768;
}

.section-block--07 .section-block__background__smallarea {
  background-color: #276678;
}

.section-block--07 .item-container__product {
  top: 29.5rem;
  left: 40.5rem;
}

.section-block--07 .item-container__product__concept span:nth-of-type(2) {
  padding-left: 9.5rem;
}

.section-block--08 {
  margin-bottom: 0;
}

.section-block--08 .section-block__background__largearea {
  background-color: #9F566C;
}

.section-block--08 .section-block__background__smallarea {
  background-color: #697366;
}

.section-block--08 .item-container__product {
  top: 32.5rem;
  left: 7rem;
}

.section-block--08 .item-container__product__concept span:nth-of-type(2) {
  padding-left: 7rem;
}

.section-block--08 .item-container__product__description {
  padding-left: 2.3rem;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .section-block {
    max-width: calc(750* (100vw / 750));
    width: 100%;
    margin-bottom: calc(95* (100vw / 750));
    position: relative;
  }
  .section-block__background {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: calc(1900* (100vw / 750));
  }
  .section-block__background__largearea {
    width: calc(750* (100vw / 750));
    height: calc(1100* (100vw / 750));
  }
  .section-block__background__smallarea {
    width: calc(750* (100vw / 750));
    height: calc(800* (100vw / 750));
  }
  .section-block .item-container {
    max-width: calc(750* (100vw / 750));
    height: calc(1900* (100vw / 750));
  }
  .section-block--01 .item-container__product {
    top: calc(680* (100vw / 750));
    left: calc(25* (100vw / 750));
  }
  .section-block--01 .item-container__product__concept span:nth-of-type(2) {
    padding-left: calc(110* (100vw / 750));
  }
  .section-block--01 .item-container__product__description span:nth-of-type(2) {
    padding-left: calc(165* (100vw / 750));
  }
  .section-block--02 .item-container__product {
    top: calc(880* (100vw / 750));
    left: calc(32* (100vw / 750));
  }
  .section-block--02 .item-container__product__concept {
    padding-bottom: calc(9* (100vw / 750));
    padding-left: calc(180* (100vw / 750));
  }
  .section-block--02 .item-container__product__description {
    padding-left: calc(0* (100vw / 750));
  }
  .section-block--03 .item-container__product {
    top: calc(860* (100vw / 750));
    left: calc(30* (100vw / 750));
  }
  .section-block--03 .item-container__product__concept span:nth-of-type(2) {
    margin-top: calc(-20* (100vw / 750));
    padding-left: calc(236* (100vw / 750));
    padding-bottom: calc(10* (100vw / 750));
  }
  .section-block--03 .item-container__product__concept span:nth-of-type(3) {
    padding-left: calc(112* (100vw / 750));
  }
  .section-block--03 .item-container__product__description {
    padding-left: calc(50* (100vw / 750));
  }
  .section-block--04 .item-container__product {
    top: calc(765* (100vw / 750));
    left: calc(50* (100vw / 750));
  }
  .section-block--04 .item-container__product__concept {
    padding-bottom: calc(9* (100vw / 750));
  }
  .section-block--04 .item-container__product__concept span:nth-of-type(2) {
    padding-left: calc(152* (100vw / 750));
  }
  .section-block--04 .item-container__product__description {
    padding-left: calc(14* (100vw / 750));
  }
  .section-block--05 .item-container__product {
    top: calc(767* (100vw / 750));
    left: calc(20* (100vw / 750));
  }
  .section-block--05 .item-container__product__concept span:nth-of-type(2) {
    padding-left: calc(63* (100vw / 750));
  }
  .section-block--05 .item-container__product__concept span:nth-of-type(3) {
    padding-left: calc(166* (100vw / 750));
  }
  .section-block--05 .item-container__product__description {
    padding-left: 0;
  }
  .section-block--05 .item-container__product__description span:nth-of-type(2) {
    padding-left: calc(185* (100vw / 750));
  }
  .section-block--06 .item-container__product {
    top: calc(930* (100vw / 750));
    right: calc(0* (100vw / 750));
    left: calc(284* (100vw / 750));
  }
  .section-block--06 .item-container__product__concept {
    padding-bottom: calc(9* (100vw / 750));
    padding-left: calc(0* (100vw / 750));
  }
  .section-block--06 .item-container__product__concept span:nth-of-type(2) {
    padding-left: calc(210* (100vw / 750));
  }
  .section-block--06 .item-container__product__description {
    padding-left: calc(62* (100vw / 750));
  }
  .section-block--06 .item-container__product__description span:nth-of-type(2) {
    padding-left: calc(55* (100vw / 750));
  }
  .section-block--07 .item-container__product {
    top: calc(756* (100vw / 750));
    left: calc(22* (100vw / 750));
  }
  .section-block--07 .item-container__product__concept span:nth-of-type(2) {
    padding-left: calc(111* (100vw / 750));
  }
  .section-block--08 .item-container__product {
    top: calc(825* (100vw / 750));
    left: calc(20* (100vw / 750));
  }
  .section-block--08 .item-container__product__concept span:nth-of-type(2) {
    padding-left: calc(112* (100vw / 750));
  }
  .section-block--08 .item-container__product__description {
    padding-left: calc(45* (100vw / 750));
  }
}
/*# sourceMappingURL=layout.css.map */