@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

html,
input,
textarea,
select,
button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

/* IE10以降 游ゴシック文字ずれ対応 */
html.ie10,
.ie10 input,
.ie10 textarea,
.ie10 select,
.ie10 button,
html.ie11,
.ie11 input,
.ie11 textarea,
.ie11 select,
.ie11 button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

html {
  color: #333;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0 0 1em;
  padding: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.outer-block {
  min-width: 1440px;
}

.inner-block {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1120px;
}

#wrapper {
  position: relative;
  min-width: 1440px;
}

.pc {
  display: block !important;
}

.pc-ib {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.sp-ib {
  display: none !important;
}

@media screen and (min-width: 641px) {
  a,
  a:before,
  a:after,
  a img:hover,
  button,
  .pagenation .page-num-ul li:hover,
  .pagenation .prev:hover,
  .pagenation .next:hover,
  .back-feature:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  a:hover,
  a img:hover,
  button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}


/*------------------------------------------------------------------------------
  main-block
------------------------------------------------------------------------------*/

/** COMMON */

.mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.bold {
  font-weight: bold;
}

.haikei-blue {
  background: #F2FFFF;
}

.btn {
  background-color: #FFD02F;
  border-radius: 50px;
  border-bottom: solid 4px #8B3600;
  display: block;
  font-size: 21px;
  letter-spacing: 2px;
  line-height: 65px;
  margin: auto;
  height: 65px;
  position: relative;
  text-align: center;
  width: 342px;
  z-index: 3;
}

.btn::before,
.btn::after {
  content: "";
  background: url(../img/ecommerce_cart_content.svg) no-repeat center center /contain;
  display: inline-block;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.btn::before {
  left: 20px;
}

.btn::after {
  background-image: url(../img/arrow-red.svg);
  width: 27px;
  right: 20px;
}

.btn.cd-sample {
  border: 0;
  cursor: pointer;
  color: #805E22;
  background-color: #fff;
  font-size: 14px;
  line-height: 38px;
  margin: 10px auto 20px;
  height: 38px;
  width: 275px;
  z-index: 2;
}

.btn.cd-sample:hover {
  opacity: 0.7;
}

.btn.cd-sample.play:hover {
  opacity: 1;
}

.btn.cd-sample::before {
  background-image: url(../img/music_play_button.svg);
  left: 40px;
  width: 19px;
  height: 19px;
}

.btn.cd-sample::after {
  display: none;
}

.audio-control {
  position: relative;
}

.audio-control audio {
  cursor: pointer;
  left: 0;
  right: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  height: 38px;
  margin: 10px auto 20px;
  width: 275px;
  z-index: 0;
}

.audio-control.play .btn.cd-sample {
  z-index: -1;
}

.audio-control.play audio {
  opacity: 1;
  z-index: 1;
}

.sec5 .audio-control audio {
  top: -10px;
}

@-moz-document url-prefix(){
  .audio-control::after {
    content: "";
    background:#292929;
    display: inline-block;
    height: 38px;
    width: 275px;
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto 0;
  }
  .audio-control.play::after {
    opacity: 1;
  }
  .sec5 .audio-control.play::after {
    top: 0;
  }
}

.for-president {
  color: #BA1217;
  background: #fff;
}

.material {
  background: #fff;
  border-radius: 10px;
  display: inline-block;
  font-size: 13px;
  padding: 21px 12px 21px 17px;
  min-width: 350px;
  width: auto;
}

.material li:first-child {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

.material li:nth-child(2) {
  letter-spacing: -1px;
}

.material li:nth-child(3)::before {
  margin-right: 4px;
}

.material li:not(:first-child) {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.material li:not(:first-child)::before {
  content: "";
  background-color: #A20D26;
  border-radius: 4px;
  display: inline-block;
  height: 8px;
  width: 8px;
}

figure {
  margin: auto;
  text-align: center;
}

/** SEC1(MV) */

.kv-area {
  width: 956px;
}

.sec1,
.sec7 {
  background-color: #BA1217;
  position: relative;
}

.sec1 .inner-block,
.sec7 .inner-block {
  z-index: 2;
}

.sec1::after,
.sec7::after {
  content: "";
  background: url(../img/top-bg.png) no-repeat 20% bottom /cover;
  display: block;
  height: 986px;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0px;
}

.sec1 .outer-block.lower {
  background:linear-gradient(180deg, #F9F1EA 0%, rgba(254,253,252,1) 74%, #FEFDFC 100%);
}

.logo {
  display: inline-block;
  margin: 30px 0 0 30px;
}

.message {
  background: #070707 no-repeat center center / cover;
  color: #fff;
  height: 50px;
  float: right;
  position: relative;
  margin: -50px 0 50px;
}

.logo::after {
  content: "";
  background: #070707;
  display: inline-block;
  height: 50px;
  width: 50%;
  position: absolute;
  top: 31px;
  right: 0px;
  z-index: 2;
}

@media all and (-ms-high-contrast: none){
  .logo::after {
    top: 39px;
  }
}

.message p {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 0.9;
  text-align: right;
}

.message p span {
  font-size: 20px;
}

.message p span.small {
  margin-left: 97px;
  letter-spacing: 3px;
}

.message::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 20px;
  border-color: transparent transparent #070707 transparent;
}

.sec1 span.small {
  font-size: 12px;
}

.sec1 .message span.small {
  margin-left: 40px;
  letter-spacing: 3px;
  text-align: left;
}


.sec1 .material span.small {
  letter-spacing: 0.03em;
}


.sec1 span.yellow {
  color: #FFD02F;
}

.main-ttl {
  display: inline-block;
  float: right;
  margin: 0 0 0 0;
  text-align: right;
  width: 468px;
}

.sec1 .title {
  float: right;
  display: flex;
  flex-direction: column;
  margin: 28px 0 20px 0;
}

.sec1 .kit1 {
  float: left;
  width: 565px;
  margin: -320px auto 80px 0;
}

.sec1 .go-shop {
  float: right;
}

.sec1 .main-detail {
  text-align: center;
  font-size: 18px;
}

.sec1 .main-detail p {
  display: inline-block;
  letter-spacing: 1.5px;
  line-height: 1.8;
}

/** SEC2 */

.sec2 {
  padding-bottom: 90px;
}

.sec8 {
  background: linear-gradient(180deg, #FBF5F1 0%, rgba(254,253,252,1) 74%, rgba(255,255,255,1) 100%);
  padding-top: 70px;
  position: relative;
  display: block;
  z-index: 2;
}

.sec2 .outer-block.upper {
  padding-top: 70px;
  position: relative;
  display: block;
  z-index: 2;
}

.sec2 .outer-block.lower {
  position: relative;
}

.sec2 .kit2 {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  z-index: 1;
}

.sec2 .bg {
  top: 0;
  left: 320px;
  position: absolute;
  width: 100%;
}

.fukidashi {
  background: #BA1217;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 3px;
  margin-top: 32px;
  text-align: center;
  padding: 20px;
  position: relative;
  height: 82px;
  width: 642px;
  z-index: 2;
}

.fukidashi::after {
  content: "";
  background: #BA1217;
  display: inline-block;
  height: 27px;
  width: 27px;
  position: absolute;
  transform: rotate(45deg);
  bottom: -6px;
  left: 70px;
}

.checklist {
  margin: 15px 0 0 50px;
}

.checklist li {
  font-size: 18px;
  position: relative;
  text-indent: 2em;
  letter-spacing: 3px;
}

.checklist li::before {
  content: "";
  background: url(../img/checkbox.svg) no-repeat center center /contain;
  display: inline-block;
  height: 19px;
  width: 24px;
  position: absolute;
  top: 4px;
  transform-origin: right center;
  left: 0;
}

.checklist li + li {
  margin-top: 0.6%;
}

/** SEC3(FEAUTURE) */

.sec2,
.sec3,
.sec5 {
  background: #F9F1EA;
  overflow: hidden;
  position: relative;
}

.sec2 {
  background: #fff;
}

.sec2::after,
/**.sec3::before,*/
.sec3::after,
.sec5::before,
.sec5::after {
  content: "";
  border-style: solid;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  height: 0;
  width: 0;
}

.sec3::before,
.sec5::before {
  border-width: 130px 100vw 0 0;
  border-color: #fff transparent transparent transparent;
  top: 0;
}

.sec2::after,
.sec3::after,
.sec5::after {
  border-width: 0 0 130px 100vw;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
}

.sec2::after {
  border-color: transparent transparent #F9F1EA transparent;
  bottom: 0px;
}


@media screen and (max-width: 1440px) {
  /**.sec3:before,*/
  .sec5:before {
    border-width: 130px 1440px 0 0;
  }

  .sec2:after,
  .sec3:after,
  .sec5:after {
    border-width: 0 0 130px 1440px;
  }
}

.sec3 .inner-block {
  padding-top: 100px;
}

.heading {
  background: #fff;
  border-radius: 5px;
  color: #BA1217;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 30px;
  height: 56px;
  line-height: 56px;
  margin: auto;
  text-align: center;
  width: 924px;
}

.features {
  display: flex;
  justify-content: center;
  margin: 60px 0 30px;
}

.features li {
  background: #D63B28;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 20px;
  height: 197px;
  width: 197px;
}

.features li span {
  color: #A52E20;
  font-size: 103px;
  position: absolute;
  left: 0;
  top: 0px;
  width: 21px;
}

.feature-detail {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 120px;
  right: 0;
}

.feature-detail .main {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 14px;
}

.feature-detail .sub {
  font-size: 16px;
  font-weight: normal;
}

.features li:nth-child(2) {
  background: #EF7F2F;
}

.features li:nth-child(2) span {
  color: #C46724;
  width: 42px;
}

.features li:nth-child(3) {
  background: #57B4C3;
}

.features li:nth-child(3) span {
  color: #3798A5;
  width: 43px;
}

.features li:nth-child(4) {
  background: #3362C7;
}

.features li:nth-child(4) span {
  color: #20489F;
  width: 47px;
}

.sec3 figure {
  margin-top: -185px;
  position: relative;
  width: 796px;
  z-index: 2;
}

/** SEC4 (accordion) */

.sec4 {
  padding-bottom: 30px;
  position: relative;
}

.sec4 .book-kaisetsu {
  display: flex;
}

.num {
  position: absolute;
  right: -77px;
  top: -130px;
}

.baloon {
  background: #D63B28;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding: 9px;
  margin: 0 auto 20px;
  width: 234px;
  height: 37px;
}

.sec4 .kaisetsu {
  width: 50%;
}

.sec4 .info {
  margin: 0 auto;
  width: 50%;
}

.sec4 figure.txt {
  text-align: center;
  margin-bottom: 40px;
}

.sec4 .info p {
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
}

.mokuji {
  margin: 20px 0;
}

.mokuji.is-open {
  margin-bottom: 0;
}


.mokuji-box {
  font-family: "Hannari";
  position: relative;
  display: block;
  padding: 20px;
  background-color: #D3C1B1;
  cursor: pointer;
}

.mokuji-txt {
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
}

.mokuji-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 15px;
  height: 15px;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.mokuji-icon:before, .mokuji-icon:after {
  content: '';
  background-color: #fff;
  position: absolute;
}

.mokuji-icon:before {
  top: 0;
  left: 48%;
  width: 2px;
  height: 100%;
}
.mokuji-icon:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1.5px;
}

.mokuji.is-open .mokuji-icon {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.mokuji.is-open .mokuji-icon:after {
  display: none;
}

.nakami-box {
  background: #F9F1EA;
  font-size: 18px;
  font-weight: normal;
  padding: 33px 65px;
  line-height: 1.75;
}

.nakami-box span {
  padding-left: 40px;
}

/** SEC5(CD) */

.sec5 {
  position: relative;
}

.sec5::before {
  height: 638px;
}

.sec5 .num {
  top: 0;
  right: -100px;
}

.sec5 .baloon {
  background: #BA1217;
}

.sec5 .cd-block {
  align-items: center;
  display: flex;
  height: 770px;
}

.sec5 .info {
  text-align: center;
  margin: auto;
  z-index: 1;
}

.sec5 .info .txt {
  font-size: 18px;
  letter-spacing: 2px;
  margin: 40px 0 20px;
}

/** SEC6(format) */

.sec6 {
  position: relative;
}

.sec6 .num {
  top: -140px;
  right: -97px;
}

.sec6 .format-block {
  display: flex;
  flex-direction: column;
}

.sec6 .info {
  order: 0;
}

.sec6 .info figure {
  height: 100px;
  width: 621px;
}

.sec6 .format-img {
  order: 1;
}

.sec6 .format {
  background: #F9F1EA;
  border-radius: 15px;
  display: flex;
  order: 2;
  padding: 25px 5px;
  margin: 0 auto;
  width: 1035px;
}

.format .detail {
  color: #fff;
  margin-left: 54px;
}

.format .detail li {
  background: #D63B28;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  padding: 9px 22px;
  text-align: left;
  height: 37px;
  width: 454px;
}

.format .detail li:nth-child(2n) {
  background: #EF7F2F;
}

.format .format-txt {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 29px;
  padding: 24px 17px 17px 0px;
  text-align: center;
  width: 50%;
}

.format .format-txt p:first-child {
  margin-bottom: 33px;
}

.format .detail li + li {
  margin-top: 15px;
}

.sec6 .more {
  margin: 64px auto 0;
  position: relative;
  width: 150px;
}

.sec6 .comment {
  margin: 30px 0 50px;
}

/** SEC7 */

.sec7 {
  padding-top: 145px;
}

.sec7::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 95px 0 95px;
  border-color: #fff transparent transparent transparent;
}

/** SEC8(RECOMMEND) */

.sec8 {
  background: linear-gradient(180deg, #F9F0E9 0%, rgba(254,253,252,1) 74%, rgba(255,255,255,1) 100%);
  padding: 0 0 128px;
}

.heading-under {
  color: #BA1217;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 4px;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}

.heading-under::after {
  content: "";
  background: #EF7F2F;
  display: inline-block;
  height: 1px;
  width: 70px;
  position: absolute;
  top: 69px;
  left: 0;
  right: 0;
  margin: auto;
}

.president {
  position: relative;
  height: 480px;
  margin-top: 91px;
}

.president + .president  {
  margin-top: 81px;
}

.photo-area {
  display: inline-block;
  position: absolute;
  top: -31px;
  left: 70px;
  width: 308px;
  z-index: 3;
}

.photo-area .name {
  background: #BA1217;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  padding: 15px 0 15px 31px;
  width: 100%;
}

.photo-area .name span {
  font-size: 20px;
}

.white-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  float: right;
  padding: 55px 40px 55px 310px;
  position: relative;
  margin-right: 80px;
  height: 420px;
  width: 891px;
  z-index: 2;
}

.white-box .ttl {
  color: #BA1217;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 36px;
  margin-bottom: 43px;
  text-align: center;
}

.white-box .txt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  word-break: normal !important;
  word-wrap: break-word;
}

.txt-area {
  position: relative;
}

.txt-area::after {
  content: "";
  background: url(../img/sec8-shadow-left.svg) no-repeat center center /contain;
  display: inline-block;
  height: 410px;
  width: 564px;
  position: absolute;
  top: 70px;
  left: 0;
}

.president.left .txt-area::after {
  background-image: url(../img/sec8-shadow-right.svg);
  left: initial;
  right: 0;
}

/** SEC9(author) */

.sec9 {
  background: #F8EEE5;
  position: relative;
}

.sec9 .heading,
.sec10 .heading {
  background: #D3C1B1;
  border-radius: 0;
  color: #fff;
  font-size: 24px;
  margin: -26px auto 0;
  display: block;
  position: relative;
  height: 52px;
  line-height: 52px;
  width: 960px;
  z-index: 2;
}

.sec9 .author {
  padding: 60px 0 90px 50px;
}

@media screen and (min-width: 641px) {
  .sec9 .inner-block {
    width: auto;
    min-width: 1120px;
    max-width: 1440px;
  }
  .sec9 .kit,
  .sec9 .photo,
  .sec9 .main-content {
    display: table-cell;
    vertical-align: top;
  }
}

.sec9 .kit {
  vertical-align: middle;
}

.sec9 .main-content {
  padding: 0 50px;
  width: 490px;
}

.sec9 .author .name {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 30px;
  margin: 15px auto 26px;
}

.sec9 .author .name span {
  font-size: 20px;
}

.sec9 .author .txt {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.8;
}

/** SEC10(RELATED) */

.sec10 {
  padding-top: 100px;
}

.sec10 .related {
  margin: 0 auto;
  width: 960px;
}

.sec10 .related li {
  display: flex;
  letter-spacing: 1.5px;
  padding: 27px 0 27px 27px;
}

.sec10 .related li +li {
  padding-bottom: 100px;
}

.dashed {
  /*1px × 3pxのドットで間隔が3pxの点線をbottomに表示*/
  background-image: linear-gradient(to right, #000, #000 1px, transparent 3px, transparent 3px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}


.sec10 figure {
  display: inline-block;
}

.sec10 .related li:nth-child(2) figure {
  height: 274px;
  width: 274px;
}

.book-info {
  font-weight: normal;
  padding: 25px 0 0 52px;
  width: calc(100% - 250px);
}

.sec10 .related li:nth-child(2) .book-info {
  padding-left: 26px;
  width: calc(100% - 274px);
}

.sec10 .book-info .sub-ttl {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 2px;
}

.sec10 .related .ttl {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 25px;
}

.sec10 .related .price {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 25px;
}

.sec10 .related .memo {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 33px;
}

.btn.detail {
  margin-left: 0;
  background: #fff;
  border: solid 1px #707070;
  color: #707070;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 38px;
  height: 38px;
  width: 275px;
}

.btn.detail::before {
  display: none;
}

.btn.detail::after {
  background-image: url(../img/arrows_right.svg) ;
  width: 6px;
  height: 10px;
}

/** BANNER */

.banner {
  background: #BA1217;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  padding-top: 10px;
  position: fixed;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 9999;
}

.banner.show {
  opacity: 1;
  visibility: visible;
}

.banner.under {
  left: 0 !important;
}

.banner .outer-block {
  position: relative;
}

.banner .inner-block {
  width: 960px;
}

.banner .center-block img.pc {
  padding-top: 10px;
  width: 300px;
}

#pagetop {
  position: absolute;
  right: 80px;
  top: -50px;
}

.banner-info {
  display: flex;
  justify-content: space-around;
}

.banner .right-block figure {
  margin: 10px 0;
}

.banner .btn {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 47px;
  padding: 0;
  width: 266px;
  height: 50px;
}

.banner .btn::before {
  height: 21px;
  width: 20px;
}

.banner .btn::after {
  right: 15px;
  height: 24px;
  width: 24px;
}

/** FOOTER */

#footer {
  margin-top: 145px;
  background: #D3C1B1;
  color: #fff;
  height: 43px;
  text-align: center;
}

#footer p {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  height: 0px;
}

.youtube-block {
  position: relative;
  z-index: 1;
  background: #F9F1EA;
  padding: 50px 0;
  text-align: center;
  background: linear-gradient(180deg, #FBF5F1 0%, rgba(254,253,252,1) 74%, rgba(255,255,255,1) 100%);
}

.youtube-block iframe {
  width: 900px;
  height: 500px;
}

/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/

.clearfix:after,
.inner-block:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}
