@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%;
}

@media screen and (min-width: 600px) and (max-width: 1280px) {
  html {
    font-size: calc(10* (100vw / 1280));
  }
}

@media screen and (max-width: 599px) {
  html {
    font-size: calc(10* (100vw / 750));
  }
}

.header,
.bx-wrapper {
  background: inherit;
}

.main_inner {
  overflow: hidden;
}

#FU210527reliance img,
#FU210527reliance video {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 600px) {
  #FU210527reliance .sp_only {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  #FU210527reliance .pc_only {
    display: none;
  }
  #FU210527reliance .order_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #FU210527reliance .order_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*//////////////////////////////////////////////////

Title : _layout.css
For   : "TOPS VARIATION" styles of the site

Created       : 2021-05-10
Last Modified : 2021-05-10

==========================================

Content

    common

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            common
============================================================================================== */
.main-container {
  width: 100%;
  margin: 0 auto;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333333;
  background-repeat: no-repeat;
}

@media screen and (min-width: 600px) {
  .main-container {
    padding: 6rem 0 14.8rem;
    font-size: 1.4rem;
  }
}

.main-container a {
  display: block;
}

.bg__layer--01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f7f0ef), to(#ecfaf3));
  background: linear-gradient(to bottom, #f7f0ef 50%, #ecfaf3);
}

.bg__layer--02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ecfaf3), to(#f5eeda));
  background: linear-gradient(to bottom, #ecfaf3 50%, #f5eeda);
}

.bg__layer--03 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f5eeda), to(#e4ebdd));
  background: linear-gradient(to bottom, #f5eeda 50%, #e4ebdd);
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 599px) {
  main {
    overflow: hidden;
  }
  .main-container {
    padding: calc(250* (100vw / 750)) 0 calc(180* (100vw / 750));
    font-size: calc(28* (100vw / 750));
  }
  .order_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order_3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.lazyload {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

/*//////////////////////////////////////////////////

Title : _content.css
For   : "DESIGNER RECOMMENDS" styles of the site

Created       : 2021-05-20
Last Modified : 2021-05-20

==========================================

Content

    content

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            first view
============================================================================================== */
.c-fv {
  padding: 6rem 0 11.6rem;
}

.c-fv__img {
  width: 100rem;
  margin: 0 auto 11.2rem;
}

.c-fv__lead {
  text-align: center;
}

/* ==============================================================================================
                                            section
============================================================================================== */
.c-section {
  padding-bottom: 18rem;
}

@media screen and (min-width: 600px) {
  .c-section.__sec01 {
    padding-bottom: 16rem;
  }
  .c-section.__sec04 {
    padding-bottom: 9rem;
  }
  .c-section.__sec07 {
    padding-bottom: 0;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 599px) {
  /* ==============================================================================================
                                            first view
============================================================================================== */
  .c-fv {
    padding: 0 0 calc(172* (100vw / 750));
  }
  .c-fv__img {
    width: 100%;
    margin: 0 auto calc(166* (100vw / 750));
  }
  /* ==============================================================================================
                                            section
============================================================================================== */
  .c-section {
    padding-bottom: calc(230* (100vw / 750));
  }
  .c-section.__sec04 {
    padding-bottom: calc(140* (100vw / 750));
  }
  .c-section.__sec07 {
    padding-bottom: 0;
  }
}

/*//////////////////////////////////////////////////

Title : _parts.css
For   : "DESIGNER RECOMMENDS" styles of the site

Created       : 2021-05-20
Last Modified : 2021-05-20

==========================================

Content

    parts

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            parts
============================================================================================== */
.p-figure__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-figure__ttl {
  display: block;
}

.p-figure__ttl--sec01 {
  width: 37.2rem;
  margin: 0 auto 3rem;
}

.p-figure__ttl--sec02 {
  width: 25.6rem;
  margin: 0 auto 4rem;
}

.p-figure__ttl--sec03 {
  width: 46.6rem;
  margin: 0 auto 4rem;
}

.p-figure__ttl--sec04 {
  width: 38.8rem;
  margin-bottom: 3.3rem;
}

.p-figure__ttl--sec05 {
  width: 33.6rem;
  margin: 0 auto 4rem;
}

.p-figure__ttl--sec06 {
  width: 24.7rem;
  margin: 0 auto 5rem;
}

.p-figure__ttl--sec07 {
  width: 46.6rem;
  margin: 0 auto 3rem;
}

.p-inner__caption {
  padding-top: 2rem;
  font-family: pragmatica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #7c7c56;
  line-height: 1;
  letter-spacing: 0.025em;
  font-size: 1.3rem;
}

.p-inner__caption p span {
  display: inline-block;
  margin-top: 1.2rem;
  margin-right: 0.6rem;
}

.p-inner__txt {
  position: relative;
}

.p-inner__txt--deco {
  position: absolute;
  display: block;
}

.p-inner__item {
  position: relative;
  display: block;
}

.p-inner__item--sec01-01 {
  width: 100%;
  margin-bottom: 4rem;
}

.p-inner__item--sec01-01 .p-inner__img {
  width: 50rem;
  margin: 0 auto;
}

.p-inner__item--sec01-02 {
  width: 40rem;
}

.p-inner__item--sec01-03 {
  width: 50.5rem;
  margin-left: 4rem;
}

.p-inner__item--sec01-03 .p-inner__txt {
  padding-top: 11.3rem;
  padding-bottom: 9.6rem;
  padding-left: 4rem;
}

.p-inner__item--sec01-03 .p-inner__txt--deco.__sec01-01 {
  width: 100%;
  left: 0;
  bottom: 0;
}

.p-inner__item--sec02-01 {
  width: 36rem;
  margin-top: 25rem;
}

.p-inner__item--sec02-02 {
  width: 50rem;
  margin-left: 6rem;
}

.p-inner__item--sec02-02 .p-inner__img {
  margin-bottom: 9.3rem;
}

.p-inner__item--sec02-02 .p-inner__txt {
  padding-top: 9rem;
  padding-left: 4rem;
  padding-bottom: 8.7rem;
}

.p-inner__item--sec02-02 .p-inner__txt--deco.__sec02-01 {
  top: 0;
  right: 0;
  width: 17.7rem;
}

.p-inner__item--sec02-02 .p-inner__txt--deco.__sec02-02 {
  bottom: 0;
  left: -28.4rem;
  width: 65.2rem;
}

.p-inner__item--sec03-01 {
  width: 44rem;
  margin-top: 12rem;
}

.p-inner__item--sec03-02 {
  width: 44rem;
  margin-left: 3rem;
}

.p-inner__item--sec03-03 {
  width: 100%;
}

.p-inner__item--sec03-03 .p-inner__txt {
  padding-top: 5.5rem;
  padding-bottom: 7.9rem;
  text-align: center;
}

.p-inner__item--sec03-03 .p-inner__txt--deco.__sec03-01 {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 61.2rem;
}

.p-inner__item--sec04-01 {
  width: 36rem;
  margin-left: 1.4rem;
}

.p-inner__item--sec04-02 {
  width: 48rem;
  margin-left: 4rem;
  margin-top: 15.2rem;
}

.p-inner__item--sec04-02 .p-inner__txt {
  padding-bottom: 8rem;
}

.p-inner__item--sec04-02 .p-inner__txt--deco.__sec04-01 {
  bottom: 0;
  right: 0;
  width: 29.6rem;
}

.p-inner__item--sec05-01 {
  width: 100%;
  margin-bottom: 3.3rem;
}

.p-inner__item--sec05-01 .p-inner__img {
  width: 46rem;
  margin: 0 auto;
}

.p-inner__item--sec05-02 {
  width: 100%;
  margin-bottom: 12rem;
}

.p-inner__item--sec05-02 .p-inner__txt {
  padding-bottom: 7.9rem;
  text-align: center;
}

.p-inner__item--sec05-02 .p-inner__txt--deco.__sec05-01 {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 61.2rem;
}

.p-inner__item--sec05-03 {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .p-inner__item--sec05-03 .p-inner__item--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-inner__item--sec05-03 .p-inner__item--list li {
    width: 34rem;
  }
  .p-inner__item--sec05-03 .p-inner__item--list li:not(:first-of-type) {
    margin-left: 1rem;
  }
}

.p-inner__item--sec05-03 .p-inner__caption {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .p-inner__item--sec05-03 .p-inner__caption p span {
    display: inline-block;
    margin-top: 1.2rem;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
  }
}

.p-inner__item--sec06-01 {
  width: 36rem;
  margin-top: 15.5rem;
}

.p-inner__item--sec06-02 {
  width: 50rem;
  margin-left: 6rem;
}

.p-inner__item--sec06-02 .p-inner__img {
  margin-bottom: 9rem;
}

.p-inner__item--sec06-02 .p-inner__txt {
  padding-top: 9rem;
  padding-left: 2rem;
  padding-bottom: 8.7rem;
}

.p-inner__item--sec06-02 .p-inner__txt--deco.__sec06-01 {
  top: 0;
  right: 0;
  width: 17.7rem;
}

.p-inner__item--sec06-02 .p-inner__txt--deco.__sec06-02 {
  bottom: 0;
  left: -28.4rem;
  width: 65.2rem;
}

.p-inner__item--sec07-01 {
  width: 100%;
  margin-bottom: 4rem;
}

.p-inner__item--sec07-01 .p-inner__img {
  width: 50rem;
  margin: 0 auto;
}

.p-inner__item--sec07-02 {
  width: 40rem;
}

.p-inner__item--sec07-03 {
  width: 50.5rem;
  margin-left: 4rem;
}

.p-inner__item--sec07-03 .p-inner__txt {
  padding-top: 11.3rem;
  padding-bottom: 9.6rem;
  padding-left: 4rem;
}

.p-inner__item--sec07-03 .p-inner__txt--deco.__sec07-01 {
  width: 100%;
  left: 0;
  bottom: 0;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 599px) {
  /* ==============================================================================================
                                            parts
============================================================================================== */
  .p-figure__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-figure__ttl--sec01 {
    width: calc(594* (100vw / 750));
    margin-bottom: calc(58* (100vw / 750));
  }
  .p-figure__ttl--sec02 {
    width: calc(408* (100vw / 750));
    margin-left: calc(83* (100vw / 750));
    margin-bottom: calc(58* (100vw / 750));
  }
  .p-figure__ttl--sec03 {
    width: calc(746* (100vw / 750));
    margin: 0 auto calc(58* (100vw / 750));
  }
  .p-figure__ttl--sec04 {
    width: calc(638* (100vw / 750));
    margin: 0 auto calc(58* (100vw / 750));
  }
  .p-figure__ttl--sec05 {
    width: calc(538* (100vw / 750));
    margin-bottom: calc(58* (100vw / 750));
  }
  .p-figure__ttl--sec06 {
    width: calc(395* (100vw / 750));
    margin-left: calc(83* (100vw / 750));
    margin-bottom: calc(58* (100vw / 750));
  }
  .p-figure__ttl--sec07 {
    width: calc(746* (100vw / 750));
    margin: 0 auto calc(58* (100vw / 750));
  }
  .p-inner__caption {
    padding-top: calc(28* (100vw / 750));
    font-size: calc(24* (100vw / 750));
    text-align: center;
  }
  .p-inner__caption p span {
    margin-top: calc(30* (100vw / 750));
    margin-left: calc(10* (100vw / 750));
    margin-right: calc(10* (100vw / 750));
  }
  .p-inner__txt {
    text-align: justify;
  }
  .p-inner__item {
    margin-bottom: calc(80* (100vw / 750));
  }
  .p-inner__item--sec01-01 .p-inner__img {
    width: calc(700* (100vw / 750));
  }
  .p-inner__item--sec01-02 {
    width: 100%;
    margin-bottom: 0;
  }
  .p-inner__item--sec01-02 .p-inner__img {
    width: calc(560* (100vw / 750));
    margin: 0 auto;
  }
  .p-inner__item--sec01-03 {
    width: 100%;
    margin-left: 0;
  }
  .p-inner__item--sec01-03 .p-inner__txt {
    padding-top: 0;
    padding-bottom: calc(136* (100vw / 750));
    padding-left: calc(65* (100vw / 750));
    padding-right: calc(65* (100vw / 750));
  }
  .p-inner__item--sec01-03 .p-inner__txt--deco.__sec01-01 {
    width: calc(700* (100vw / 750));
    right: 0;
    margin: auto;
  }
  .p-inner__item--sec02-01 {
    width: calc(520* (100vw / 750));
    margin-top: 0;
    margin-left: calc(205* (100vw / 750));
    margin-bottom: 0;
  }
  .p-inner__item--sec02-01 .p-inner__caption {
    text-align: left;
  }
  .p-inner__item--sec02-01 .p-inner__caption p span {
    margin-left: 0;
    margin-right: calc(20* (100vw / 750));
  }
  .p-inner__item--sec02-02 {
    width: 100%;
    margin-left: 0;
  }
  .p-inner__item--sec02-02 .p-inner__img {
    width: calc(700* (100vw / 750));
    margin: 0 auto calc(80* (100vw / 750));
  }
  .p-inner__item--sec02-02 .p-inner__txt {
    padding-top: calc(147* (100vw / 750));
    padding-left: calc(65* (100vw / 750));
    padding-right: calc(65* (100vw / 750));
    padding-bottom: calc(102* (100vw / 750));
  }
  .p-inner__item--sec02-02 .p-inner__txt--deco.__sec02-01 {
    right: calc(27* (100vw / 750));
    width: calc(282* (100vw / 750));
  }
  .p-inner__item--sec02-02 .p-inner__txt--deco.__sec02-02 {
    left: calc(24* (100vw / 750));
    width: calc(530* (100vw / 750));
  }
  .p-inner__item--sec03-01 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-inner__item--sec03-01 .p-inner__img {
    width: calc(616* (100vw / 750));
    margin: 0 auto;
  }
  .p-inner__item--sec03-02 {
    width: 100%;
    margin-left: 0;
  }
  .p-inner__item--sec03-02 .p-inner__img {
    width: calc(616* (100vw / 750));
    margin: 0 auto;
  }
  .p-inner__item--sec03-03 {
    width: 100%;
  }
  .p-inner__item--sec03-03 .p-inner__txt {
    padding-top: 0;
    padding-bottom: calc(125* (100vw / 750));
    padding-left: calc(88* (100vw / 750));
    padding-right: calc(88* (100vw / 750));
    text-align: justify;
  }
  .p-inner__item--sec03-03 .p-inner__txt--deco.__sec03-01 {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
  .p-inner__item--sec04-01 {
    width: 100%;
    margin-left: 0;
  }
  .p-inner__item--sec04-01 .p-inner__img {
    width: calc(505* (100vw / 750));
    margin: 0 auto;
  }
  .p-inner__item--sec04-02 {
    width: 100%;
    margin: 0;
  }
  .p-inner__item--sec04-02 .p-inner__txt {
    width: calc(505* (100vw / 750));
    margin: 0 auto;
    padding-bottom: calc(110* (100vw / 750));
  }
  .p-inner__item--sec04-02 .p-inner__txt--deco.__sec04-01 {
    right: calc(-100* (100vw / 750));
    width: calc(430* (100vw / 750));
  }
  .p-inner__item--sec05-01 {
    margin-bottom: calc(80* (100vw / 750));
  }
  .p-inner__item--sec05-01 .p-inner__img {
    width: calc(644* (100vw / 750));
  }
  .p-inner__item--sec05-02 {
    width: 100%;
    margin-bottom: calc(140* (100vw / 750));
  }
  .p-inner__item--sec05-02 .p-inner__txt {
    padding-left: calc(74* (100vw / 750));
    padding-right: calc(74* (100vw / 750));
    padding-bottom: calc(124* (100vw / 750));
    text-align: justify;
  }
  .p-inner__item--sec05-02 .p-inner__txt--deco.__sec05-01 {
    width: 100%;
  }
  .p-inner__item--sec05-03 {
    width: 100%;
    margin-bottom: 0;
  }
  .p-inner__item--sec05-03 .p-inner__item--list {
    width: calc(560* (100vw / 750));
    margin: 0 auto;
  }
  .p-inner__item--sec06-01 {
    width: calc(520* (100vw / 750));
    margin-top: 0;
    margin-left: calc(205* (100vw / 750));
    margin-bottom: 0;
  }
  .p-inner__item--sec06-01 .p-inner__caption {
    text-align: left;
  }
  .p-inner__item--sec06-01 .p-inner__caption p span {
    margin-left: 0;
    margin-right: calc(20* (100vw / 750));
  }
  .p-inner__item--sec06-02 {
    width: 100%;
    margin-left: 0;
  }
  .p-inner__item--sec06-02 .p-inner__img {
    width: calc(700* (100vw / 750));
    margin: 0 auto calc(80* (100vw / 750));
  }
  .p-inner__item--sec06-02 .p-inner__txt {
    padding-top: calc(147* (100vw / 750));
    padding-left: calc(66* (100vw / 750));
    padding-right: calc(66* (100vw / 750));
    padding-bottom: calc(102* (100vw / 750));
  }
  .p-inner__item--sec06-02 .p-inner__txt--deco.__sec06-01 {
    right: calc(27* (100vw / 750));
    width: calc(282* (100vw / 750));
  }
  .p-inner__item--sec06-02 .p-inner__txt--deco.__sec06-02 {
    left: calc(24* (100vw / 750));
    width: calc(530* (100vw / 750));
  }
  .p-inner__item--sec07-01 {
    margin-bottom: calc(80* (100vw / 750));
  }
  .p-inner__item--sec07-01 .p-inner__img {
    width: calc(700* (100vw / 750));
  }
  .p-inner__item--sec07-02 {
    width: 100%;
    margin-bottom: 0;
  }
  .p-inner__item--sec07-02 .p-inner__img {
    width: calc(560* (100vw / 750));
    margin: 0 auto;
  }
  .p-inner__item--sec07-03 {
    width: 100%;
    margin-left: 0;
  }
  .p-inner__item--sec07-03 .p-inner__txt {
    padding-top: 0;
    padding-bottom: calc(136* (100vw / 750));
    padding-left: calc(65* (100vw / 750));
    padding-right: calc(65* (100vw / 750));
  }
  .p-inner__item--sec07-03 .p-inner__txt--deco.__sec07-01 {
    width: calc(700* (100vw / 750));
    left: calc(24* (100vw / 750));
  }
}

/*//////////////////////////////////////////////////

Title : _button.css
For   : "DESIGNER RECOMMENDS" styles of the site

Created       : 2021-05-20
Last Modified : 2021-05-20

==========================================

Content

    button

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            button
============================================================================================== */
.p-button {
  margin: 12rem auto 0;
  padding-bottom: 12rem;
  font-family: pragmatica, sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media screen and (min-width: 600px) {
  .p-button {
    width: 20.2rem;
  }
}

.p-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;
  color: #272727;
  border: 1px solid #8b8b8b;
  letter-spacing: 0.08em;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 600px) {
  .p-button a {
    width: 20.2rem;
    height: 4rem;
    font-size: 1.3rem;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 599px) {
  /* ==============================================================================================
                                              button
  ============================================================================================== */
  .p-button {
    width: calc(322* (100vw / 750));
    margin: calc(180* (100vw / 750)) auto 0;
    padding-bottom: calc(180* (100vw / 750));
  }
  .p-button a {
    width: calc(322* (100vw / 750));
    height: calc(70* (100vw / 750));
    font-size: calc(26* (100vw / 750));
  }
}
/*# sourceMappingURL=layout.css.map */