@charset 'utf-8';

/* =========================================================
    共通ヘッダー  / reset css
========================================================= */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}


button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: 12px "M PLUS Rounded 1c";
}

a {
  text-decoration: none;
  cursor: pointer;
}

li {
  list-style: none; 
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img { 
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* テキスト選択時の背景・文字色 */
::-moz-selection {
  background: #4ebac2;
  color: #fff;
}
::selection {
  background: #4ebac2;
  color: #fff;
}


/* =============================================
フォント（白銀比）
★PC
0.707em (12.73px)
1em (18.00px)
1.414em (25.45px)
1.999em (35.99px)
2.827em (50.89px)

★SP
0.707em (11.32px)
1em (16.00px)
1.414em (22.62px)
1.999em (31.99px)
2.827em (45.23px)

============================================= */

html { font-size: 62.5%;}

body {
  width: 100%;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.5px;
  color: #2a3433;
  background-color: #FACE06;
}


/* ------------------------------------------
共通ブロック
------------------------------------------ */
.section-block {
  width: 100%;
  padding: 50px 20px 25px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 3vw;
  margin: 0 auto;
}

.section-title img {
  max-height: 70px;
}

@media screen and (min-width: 769px) {
  .section-block {
    max-width: 1000px;
    padding: 70px 20px;
  }
  
  .section-title {
    width: 100%;
    font-size: 4rem;
  }  
}

/* ------------------------------------------
CTAボタン
------------------------------------------ */
.cta-buttons {
  display: none;
  position: relative;
}

.cta-buttons  ul {
  position: fixed;
  z-index: 99999;
  bottom: 100px;
}

/*  キャンペーン  */
.btn-cp a {
  display: block;
  width: 100%;
  padding: 20px;
  color: #ffffff;
  border-left: 10px solid #f0f0e7;
  border-top: 10px solid #f0f0e7;
  border-bottom: 10px solid #f0f0e7;
}

.btn-regist a {
  display: block;
  width: 100%;
  padding: 20px;
  color: #ffffff;
  position: relative;
  top: 40px;
  border-left: 10px solid #f0f0e7;
  border-top: 10px solid #f0f0e7;
  border-bottom: 10px solid #f0f0e7;
}

@media screen and (min-width: 1024px) {
  .cta-buttons {
    display: none;
  }
  
  .cta-buttons  ul {
    top: 300px;
    right: 0;
  }

  .btn-cp a {
    padding: 20px;
    width: 100px;
    color: #ffffff;
    border-left: 10px solid #f0f0e7;
    border-top: 10px solid #f0f0e7;
    border-bottom: 10px solid #f0f0e7;
  }

  .btn-regist a {
    padding: 20px;
    width: 100px;
    color: #ffffff;
    position: relative;
    top: 40px;
    border-left: 10px solid #f0f0e7;
    border-top: 10px solid #f0f0e7;
    border-bottom: 10px solid #f0f0e7;
  }
}


/* ------------------------------------------
共通ヘッダー（ロゴ＋新規登録・ログインボタン）
------------------------------------------ */
.header {
  width: 100%;
  height: 40px;
  background: #ffffff;
  position: fixed;
  z-index: 100000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 0 4px #333333;
  box-shadow: 0 0 4px #333333;
}

/* ヘッダーロゴ -------------*/
.header-logo {
  width: 100px;
  padding: 6px;
}

.header-logo img {
  max-width: 100px;
  height: auto;
}


@media screen and (min-width: 769px) {
  .header {
    height: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-logo img {
    max-width: 146px;
  }


  .header-logo {
    width: auto;
    padding-left: 20px;
  }

}


/* 登録・ログインボタン =============*/
.header-buttons {
  padding-right: 10px;
}

.header-buttons li {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.header-buttons li:first-child {
  margin-right: 5px;
}

.header-buttons li i {
  margin-right: 5px;
}

.header-buttons li a {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 11px 20px;
  border: none;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;

}

/*　新規登録ボタン　*/
.btn-yamabuki {
  background-color: #FDB647;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-yamabuki:hover {
  background-color: #f79803;
}

.btn-yamabuki:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-yamabuki:visited {
  color: #ffffff;
}

/*　緑　*/
.btn-green {
  background: #49b9b7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-green:hover {
  background-color: #22a2a0;
}


.btn-green:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-green:visited {
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .header-buttons {
    padding-right: 20px;
  }

  .header-buttons li a {
    padding: 11px 40px;
    font-size: 14px;
  }
}


/* ------------------------------------------
固定ナビゲーション（ページ内リンク）
PC　→　右下固定
SP　→　下固定
------------------------------------------ */

nav {
  width: 100%;
}

.nav-bottom {
  position: fixed;
  bottom: 0;
  z-index: 99999;
}

.nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav li {
  text-align: center;
  background: #2a2a17;
  width: 33.333%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.nav li:nth-child(even) {
  margin: 0 3px;
}

.nav li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 8px 0 0;
  line-height: 2;
}

/* ナビアイコン上 */
.nav-icon {
  display: block;
  text-align: center;
}

.nav-icon img {
  width: 30%;
  max-width: 71px;
}

/* ナビアイコン下（arrow） */
.nav-arrow {
  display: block;
  background: #691111;
  margin-top: 10px;
}

.nav .fas {
  display: block;
  color: #b5a16a;
}

@media screen and (min-width: 769px) {
  .nav-bottom {
    width: 120px;
    right: 0;
  }

  .nav {
    display: block;
  }
  
  .nav li a {
    padding: 12px 0;
  }
  
  .nav li {
    width: 120px;
    margin-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .nav li:nth-child(even) {
    margin: 0 0 10px;
  }
  
}


/* ------------------------------------------
固定ナビゲーション（ページ内リンク）
PC　→　右下固定
SP　→　下固定
------------------------------------------ */
.mainvisual {
  padding: 48px 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FACE06;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.mainvisual-image__stayhome {
  display: none;
  -webkit-transition: .3s;
  transition: .3s;
 }

.mainvisual-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainvisual-subtitle__left {
  max-width: 120px;
  width: 50%;
  border: 2px solid #2a3433;
  background: #2a3433;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
/*  padding: 8px 0;*/
/*  font-weight: 700;*/
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.mainvisual-subtitle__right {
  line-height: 1.2; 
}

.mainvisual-subtitle__right span {
  display: none;
}

.mainvisual-image__logo {
  width: 120px;
  padding-left: 1rem;
}

.mainvisual-title h1 img {
  position: relative;
  top: 16px;
/*  width: 90%;*/
}



@media screen and (min-width: 769px) {
  .mainvisual {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
  }
  
  .mainvisual-subtitle {

    padding: 56px 0 0 0;
  }
  
  .mainvisual-subtitle__left {
    max-width: 160px;
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
  
  .mainvisual-subtitle__right {
    padding-left: 1rem;
    font-weight: 700;
  }

  .mainvisual-subtitle__right span {
    display: inline-block;
    padding: 0 0 0 1rem;
  }

  .mainvisual-image__logo {
    width: 148px;
  }

  .mainvisual-title h1 img {
    position: relative;
    top: 56px;
  }
}

@media screen and (min-width: 1024px) {
  .mainvisual-image__stayhome {
    display: block;
    position: absolute;
    right: 168px;
    top: 120px;
    width: 16%;
    max-width: 192px;
  }
}


/* ------------------------------------------
キャンペーン概要
------------------------------------------ */
.beginning {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffdd43;
}

.survey-summary {
  width: 100%;
  max-width: 920px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.survey-summary h2 {
  text-align: left;
  line-height: 1.5;
  padding-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #2a3433;
}

.survey-summary__text {
  line-height: 1.8;
  letter-spacing: 1.5px;
  padding-top: 10px;
}

@media screen and (min-width: 769px) {
  .beginning {
  }

  .survey-summary {
    padding-bottom: 50px;
  }
  
  .survey-summary h2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 3rem;
    padding: 56px 0 20px;

  }

  .survey-summary__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 1.8rem;

  }
}





/* ------------------------------------------
アンケート結果
------------------------------------------ */

/* 各設問の枠 */
.question-result {
  display: block;
  position: relative;
  border-radius: 10px;
  padding: 8px 20px 30px;
  margin-bottom: 50px;
  border: 2px solid #2a3433;
}

.question-result__chart-title {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 2rem;
  position: relative;
  line-height: 1.5;
}

.question-result__chart dl dt {
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 10px;
  position: relative;
}


/* Q番号用ラベル*/
.q-label {  
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 20px;
  margin: 0;
  /*  padding: 10px 0 7px;*/
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 13px;
  background: #2a3433;
}

.q-label:before {
  position: absolute;
  content: '';
  top: 0;
  left: -5px;
  border: none;
}

/* 各設問のピクトグラムアイコン */
.question-result__icon {
  width: 80px;
  margin: 0 auto;
}


.q-label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #2a3433;
}

@media screen and (min-width: 769px) {  
  .q-label {
    width: 80px;
    font-size: 24px;
    font-weight: 700;
    padding: 4px 0 0;
  }

  .q-label:after {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #2a3433;
  }
  
  /* 各設問のピクトグラムアイコン */
  .question-result__icon {
    width: 160px;
  }
}

/* FA */
.question-result__fa {
  padding: 20px 0;
/*  border: 2px solid #2a3433;*/
}

/*Pick up */
.pickup-balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  background: #2a3433;
  border: solid 3px #2a3433;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pickup-balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #2a3433;
  z-index: 2;
}

.pickup-balloon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #2a3433;
  z-index: 1;
}


.pickup-mark {
  text-align: center;

}

/* pick up 外枠（一番最後だけ使用） */
.question-result__fa-wrapper {
/*  width: 100%;*/
  background: #ffdd43;
  padding: 0 20px 20px;
}


/* Pick Up（FA）タイトル */
.question-result__fa-title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0 0 1rem;
}


.question-result__fa dl dt {
  font-size: 1.6rem;
  padding-bottom: 0;
}




@media screen and (min-width: 769px) {

  .question-result__chart-title {
    font-size: 2.4rem;
    padding-bottom: 3.2rem;
    
  }
  
  .question-result__fa {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .question-result__fa-title {
    font-size: 2.4rem;
    padding: 1rem 0 1rem;
  }

}
.question-result-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.question-result__chart-area {
  position: relative;
}

.question-result-area__chart-doughnut {
  position: relative;
  width: 246px; 
  margin: 0 auto 10px;
}

/* 棒グラフ */
.question-result-area__chart-bar {
  position: relative;
  width: 100%;
  height: 100%;
/*  background: #e0d14f;*/
  margin-bottom: 10px;
  background: #ffdd43;
  padding: 0 0.8rem;
}

.chart {
  width: 200px;
  padding-top: 10px;
  padding-bottom: 1.6rem;
}



@media screen and (min-width: 769px) {

  .question-result {
    padding: 16px 32px 32px;
  }

  .flex-2column .question-result {
    width: 384px;
  }
  
  .flex-2column .question-result:first-child {
    margin-right: 1rem;
  }
  
  .question-result-area {
  }

  .question-result-area__chart-doughnut {

  }

  .comment-txt {
    font-weight: 700;
    line-height: 1.8;
  }
  
  /* 2column */
  .flex-2column {
    max-width: 1300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* 2column チャート内 */
  .flex-2column-in-chart-area {
    max-width: 1300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-2column-in-chart-area .comment-txt {
    width: 60%;
    padding-left: 3rem;
  }


}


/* ------------------------------------------
調査情報
----------------------------------------- */
.survey-information {
  padding: 0 20px 40px;
}

.survey-information ul {
  width: 80%;
  max-width: 560px;
  border: 1px solid #2a3433;
  padding: 2rem;
  margin: 3rem auto 0;
}


/* ------------------------------------------
slick 上書き
----------------------------------------- */
.slick-slide {
/*  height: 280px;*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, rgba(255,255,255,1)), to(rgba(255,252,234,1)));
  background: linear-gradient(180deg, rgba(255,255,255,1) 32%, rgba(255,252,234,1) 100%);
  border: 2px solid #2a3433;
  border-radius: 10px;
  padding: 20px 20px;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 8px;
}

.pickup01 .slick-slide {
  height: 360px;
}

.pickup02 .slick-slide {
  height: 240px;
}

.pickup03 .slick-slide {
  height: 160px;
}


.slick-slide dt {
  font-weight: 700;
  font-size: 1.6rem;
}

.slick-slide dt i {
  font-size: 2rem;
  color: #b5a16a;
  padding-right: 10px;
}

.slick-slide dd {
  padding: 0.8rem 0 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.slick-prev {
  width: 40px;
  height: 40px;
  z-index: 1;
  left: -17px;
}

.slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
  right: -12px;
}

.slick-prev:before {
  color: #2a3433;
  opacity: .9;
  font-size: 40px;
  font-family: "Font Awesome 5 Free";
  content: '\f053';
  font-weight: 900;
}

.slick-next:before {
  color: #2a3433;
  opacity: .9;
  font-size: 40px;
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
}

@media screen and (min-width: 769px) {
  .slick-slide dt {
    font-size: 1.6rem;
  }
  
  .slick-slide dd {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  

  .pickup01 .slick-slide {
    height: 240px;
  }

  .pickup02 .slick-slide {
    height: 240px;
  }

  .pickup03 .slick-slide {
    height: 160px;
  }

  
  
}

/* CTA エリア **************************************/
.cta-area {
  background: #FFFFFF;
}

.cta-area-text {
  padding: 30px 2rem 0;
}

.cta-copy {
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
}

.cta-logo {
  width: 25%;
}

.cta-logo img {
  text-align: center;
}

.cta-text {
  width: 75%;
  padding: 0 0 0 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 1.4rem;
}

.cta-area-btn {
  background: #f7f5e9;
  padding: 20px 20px 40px;
}

.cta-area-btn__above-text {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}

/* 新規登録ボタン（大） */
.btn-yamabuki-large {
  text-align: center;
}
.btn-yamabuki-large a {
  display: block;
  position: relative;
  width: 50%;
  letter-spacing: .1em;
  font-size: 2.6rem;
  line-height: 1.5;
  background: #fd5147;
  padding: 16px 64px;
  border-bottom: solid 4px #803905;
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
}

.btn-yamabuki-large a i {
  margin-right: 10px;
}

.btn-yamabuki-large a:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}


.btn-yamabuki-large a:hover {
    text-decoration: none;
    color: #fff;
}
.btn-yamabuki-large a::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    -webkit-animation: shiny-btn1 6s ease-in-out infinite;
    animation: shiny-btn1 6s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


@media screen and (min-width: 1024px) {
  .cta-area-text {
    width: 960px;
    margin: 0 auto;
    padding: 50px 30px 30px;
  }
  
  .cta-text {
    padding: 0 30px;
    font-size: 2rem;
    line-height: 2;
    font-weight: 700;
  }
  
  .cta-area-btn {
    padding: 30px 0 70px;
  }
  
  .cta-area-btn__above-text {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 1rem;
  }
  
  .cta-logo {
    width: auto;
  }
  
  
  .btn-yamabuki-large a {
    width: 500px;
    padding: 20px 72px;
  }
}


/* footer **************************************/
footer { 
  background: #152453;
}

.footer {
  text-align: center;
  padding: 3vh; 
}

.footer a:hover {
  text-decoration: underline;
}

.wrap-footer {
  font-size: 13px;
  text-align: left;
  list-style: disc;
}

.wrap-footer li {
  margin-bottom: 2vh;
}

.wrap-footer li a {
  font-weight: bold;
  margin-bottom: 1vh;
  text-decoration: none;
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .wrap-footer li {
    margin-bottom: 2vh;
    display: inline-block;
  }
  
  .wrap-footer li:not(:last-child) {
    margin-right: 16px;
  }  
}

@media screen and (min-width: 1024px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 984px;
    margin: 0 auto;
  }

}
.wrap_footer_copy {
  display: block;
  color: #dddddd;
  font-size: 0.6rem;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 2vh 0 0.5vh;
}

/* button back to top */
.toTop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 10000;
}

@media screen and (max-width: 834px) {
  .toTop {
    position: relative;
    display: block;
    right: 0;
    bottom: 0
  }
}

.toTop a {
  display: block;
  background: rgba(28, 28, 28, 0.8);
  width: 73px;
  height: 73px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(10, 29, 47, 0.4);
  box-shadow: 0 2px 3px 0 rgba(10, 29, 47, 0.4);
}

@media screen and (max-width: 425px) {
  .toTop a {
    width: 100%;
    height: 44px;
    border-radius: 0
  }
}

.toTop a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 21px 12.5px;
  border-color: transparent transparent #fff transparent;
  margin-top: 22px
}

@media screen and (max-width: 425px) {
  .toTop a:after {
    border-width: 0 6.25px 10.25px 6.25px;
    margin-top: 16px
  }
}

.toTop a:hover {
  background: #ffffff;
}



