﻿
 /*-----デフォルト------------------------------*/
 @charset "UTF-8";

  html {
    font-size: 62.5%;
  }

  body {
    width: 100%;
  }

  img,
  video,
  svg {
    width: 100%;
    height: auto;
  }
/*---//デフォルト-------------------------------*/

/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}
/* //パンくず 追加スタイル PC */
#norcby_setup a{
  display: inline;
}

#norcby_setup .price span {
  display: inline;
}

#norcby_setup * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*==========================
      共通
=========================*/



/*.back_pc{
    background: url(../img/PC_LP.jpg); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: 136.6rem;
    background-position-y: -10.8rem;
}*/


#norcby_setup {
  margin: auto;
  margin-bottom: 30rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 300;
  color: #000000;
}

.text-box{
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 300;
  color: #000000;
  margin-top: 3rem;
  margin-bottom: 1.6rem;
}

.sect-ttl{
  margin-bottom: 5.75rem;
}

.sub-ttl{
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6363;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 600;
  color: #2c2c2c;
}

.price {
  font-size: 1rem;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: 0.1em;
  color: #343434;
}

.price span a{
  text-decoration: underline;
}

/*.price_mr{
  margin-right: 0.8rem;
}
*/
.SP_flex-column{
  display: flex;
  justify-content: space-between;
}

/*==========================
          top
=========================*/
.top{
  width: 120rem;
  margin: auto;
  margin-bottom: 11.3rem;
}

.top-img{
  width: 100%;
  margin-bottom: 11.3rem;
}

.top .text-box{
  width: 98rem;
  margin: auto;
}
/*=======//top==============================================*/


/*==========================
      section01
=========================*/
.sect01{
  width: 108rem;
  margin: auto;
  margin-bottom: 8rem;
}

.img01{
  width: 50.4rem;
  position: relative;
}

.sect01 .description-box{
  width: 54rem;
  margin-top: 6.15rem;
}

.sect01 .sect-ttl{
  width: 24.45rem;
}

@media screen and (min-width: 768px) {
.img01::before{
  position: absolute;
  content: "";
  width: 56rem;
  height: 37rem;
  background-color: #F4F4EC;
  top: 8.3rem;
  left: -42.3rem;
  z-index: -1;
}

}



/*=======//section01==============================================*/


/*==========================
      section02
=========================*/     
.sect02{
  width: 108rem;
  margin: auto;
  margin-bottom: 8rem;
}

.img02{
  width: 50rem;
  position: relative;
}

.sect02 .description-box{
  width: 54rem;
  margin-top: 6.2rem;
}

.sect02 .sect-ttl{
  width: 25.775rem;
}

@media screen and (min-width: 768px) {
.img02::before{
  position: absolute;
  content: "";
  width: 31.3rem;
  height: 37rem;
  background-color: #EEF2EC;
  top: 8.3rem;
  right: -17.07rem;
  z-index: -1;
}

}

/*=======//section02==============================================*/


/*==========================
      section03
=========================*/     
.sect03{
  width: 108rem;
  margin: auto;
  margin-bottom: 10rem;
}

.img03{
  width: 50.4rem;
  position: relative;
}

.sect03 .description-box{
  width: 54rem;
  margin-top: 6.15rem;
}

.sect03 .sect-ttl{
  width: 25.7rem;
}

@media screen and (min-width: 768px) {
.img03::before{
  position: absolute;
  content: "";
  width: 56rem;
  height: 37rem;
  background-color: #F4F4EC;
  top: 8.3rem;
  left: -42.3rem;
  z-index: -1;
}

}


/*=======//section03==============================================*/

/*==========================
      section04
=========================*/     

.sect04{
  width: 108rem;
  margin: auto;
  margin-bottom: 12rem;
}

.img04{
  width: 50rem;
  position: relative;
}

.sect04 .description-box{
  width: 54rem;
  margin-top: 5.95rem;
}

.sect04 .sect-ttl{
  width: 26.385rem;
}

@media screen and (min-width: 768px) {
.img04::before{
  position: absolute;
  content: "";
  width: 32rem;
  height: 37rem;
  background-color: #EEF2EC;
  top: 8.35rem;
  right: -17.07rem;
  z-index: -1;
}

}

/*=======//section04==============================================*/

/*==========================
      Message-box
=========================*/
@media screen and (min-width: 768px) {
.Message-box{
  width: 100%;
  background-color: #FAFAFA;
  padding: 4rem 0;
  margin: auto;
}

.flex-Message{
  display: flex;
  width: 107.632rem;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.Message-img{
  width: 17.238rem;
  position: relative;
  margin-top: 2.4rem;
}

.Message-box .text-box{
  width: 80rem;
}

.Message-img::before{
  content: "";
  position: absolute;
  top: -4rem;
  right: -5.95rem;
  display: block;
  width: 1px;
  height: 10rem;
  background-color: #BCBCBC;
}

}

/*=======//Message-box==============================================*/




/*=====PCのみ==============================*/
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }

  .pc-order01 {
    order: 1;
  }

  .pc-order02 {
    order: 2;
  }


}

/*=====//PCのみ==============================*/

/*=====タブレットのみ==============================*/
@media screen and (min-width: 768px) and (max-width: 1366px) {
  html {
    font-size: calc(10*(100vw/1366)) !important;
  }

}

/*=====//タブレットのみ==============================*/

/*=====SPのみ==============================*/
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }


  /*==========================
      共通
=========================*/

  /*.back_sp {
    background: url(../img/SP.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: -56px;
    background-size: 100%;
  }*/


#norcby_setup {
  margin: auto;
  margin-bottom: calc(155*(100vw/375));
  font-size: calc(14*(100vw/375));
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 300;
  color: #000000;
}

.text-box{
  font-size: calc(14*(100vw/375));
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 300;
  color: #000000;
  margin-top: calc(11*(100vw/375));
  margin-bottom: calc(6*(100vw/375));
  width: calc(350*(100vw/375));
}

.sect-ttl{
  margin-bottom: calc(30*(100vw/375));
}

.sub-ttl{
  font-size: calc(20*(100vw/375));
  letter-spacing: 0.1em;
  line-height: 1.6363;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 600;
  color: #2c2c2c;
}

.price {
  font-size: calc(10*(100vw/375));
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: 0.1em;
  color: #343434;
}

.price span a{
  text-decoration: underline;
}
/*
.price_mr{
  margin-right: calc(10*(100vw/375));
}*/

.SP_flex-column{
  display: flex;
  justify-content: start;
  flex-direction: column;
}

/*==========================
          top
=========================*/
.top{
  width: calc(375*(100vw/375));
  margin: auto;
  margin-bottom: calc(113*(100vw/375));
}

.top-img{
  width: 100%;
  margin-bottom: calc(54.8*(100vw/375));
}

.top .text-box{
  width: calc(345*(100vw/375));
  margin: auto;
}
/*=======//top==============================================*/


/*==========================
      section01
=========================*/
.sect01{
  width: calc(375*(100vw/375));
  margin: auto;
  margin-bottom: calc(95*(100vw/375));
}

.img01{
  width: calc(375*(100vw/375));
  position: relative;
}

.sect01 .description-box{
  width: calc(355*(100vw/375));
  margin: auto;
  margin-top: calc(51.5*(100vw/375));
  margin-left: calc(16*(100vw/375));
}

.sect01 .sect-ttl{
  width: calc(185.82*(100vw/375));
}





/*=======//section01==============================================*/


/*==========================
      section02
=========================*/     
.sect02{
  width: calc(375*(100vw/375));
  margin: auto;
  margin-bottom: calc(96*(100vw/375));
}

.img02{
  width: calc(375*(100vw/375));
  position: relative;
}

.sect02 .description-box{
  width: calc(355*(100vw/375));
  margin: auto;
  margin-top: calc(24*(100vw/375));
  margin-left: calc(15*(100vw/375));
}

.sect02 .sect-ttl{
  width: calc(195.89*(100vw/375));
}


/*=======//section02==============================================*/


/*==========================
      section03
=========================*/     
.sect03{
  width: calc(375*(100vw/375));
  margin: auto;
  margin-bottom: calc(96*(100vw/375));
}

.img03{
  width: calc(375*(100vw/375));
  position: relative;
}

.sect03 .description-box{
  width: calc(355*(100vw/375));
  margin: auto;
  margin-top: calc(52*(100vw/375));
  margin-left: calc(15*(100vw/375));
}

.sect03 .sect-ttl{
  width: calc(195.32*(100vw/375));
}


/*=======//section03==============================================*/

/*==========================
      section04
=========================*/     

.sect04{
  width: calc(375*(100vw/375));
  margin: auto;
  margin-bottom: calc(113*(100vw/375));
}

.img04{
  width: calc(375*(100vw/375));
  position: relative;
}

.sect04 .description-box{
  width: calc(355*(100vw/375));
  margin: auto;
  margin-top: calc(24*(100vw/375));
  margin-left: calc(15*(100vw/375));
}

.sect04 .description-box .text-box{
  width: calc(355*(100vw/375));
}

.sect04 .sect-ttl{
  width: calc(200.53*(100vw/375));
}

/*=======//section04==============================================*/

/*==========================
      Message-box
=========================*/
.Message-box{
  width: 100%;
  background-color: #FAFAFA;
  padding: calc(77*(100vw/375)) 0;
  margin: auto;
}

.Message-box .text-box{
  width: calc(351*(100vw/375));
  margin: auto;
}



/*=======//Message-box==============================================*/


}
/*=====//SPのみ==============================