@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: #ffde00;
/*  color: #fff;*/
}
::selection {
  background: #ffde00;
/*  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: 1px;
  color: #2c4042;
  background-color: #fff5e9;
}



/* ------------------------------------------
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;
  }
  
}


/* ------------------------------------------

メインビジュアル

------------------------------------------ */
.mainvisual {
  width: 100%;
  max-width: 1000px;
  padding: 48px 20px 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.mainvisual-heroImg {
  -webkit-transition: .3s;
  transition: .3s;
  display: none;
 }


.mainvisual-result__label {
  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.4rem;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.mainvisual-subtitle {
  line-height: 1.2;
  display: none;
}

.mainvisual-subtitle span {
/*  display: none;*/
  display: block;
}

.mainvisual-image__logo {
  width: 120px;
}



@media screen and (min-width: 769px) {
  .mainvisual {
    padding: 104px 20px 80px;
  }
  
  .mainvisual-subtitle {
    padding: 32px 0 0 0;
  }
  
  .mainvisual-result__label {
    max-width: 160px;
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
  
  .mainvisual-subtitle {
/*    padding-left: 1rem;*/
    font-weight: 700;
    display: block;
    margin-bottom: 1.6rem;
  }

  .mainvisual-subtitle span {
    display: inline-block;
    padding: 0 0 0 1rem;
  }

  .mainvisual-image__logo {
    width: 148px;
  }


  .mainvisual-title h1 img {
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .mainvisual-heroImg {
    display: block;
    position: absolute;
    right: 0;
    top: 64px;
    max-width: 474px;
    width: 48%;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

#svg-bg {
  position: absolute;
/*
  bottom: -50px;
  height: 50px;
*/
  left: 0;
  width: 100%;
}


/* ------------------------------------------

キャンペーン概要

------------------------------------------ */
.survey-summary__wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.survey-summary {
  width: 100%;
  max-width: 900px;
  padding-bottom: 20px;
  margin: 0 auto;
  background: #FFFFFF;
}

.survey-summary__title {
  text-align: left;
  line-height: 1.5;
  font-weight: 700;
  font-size: 2rem;
  padding: 16px 16px;
  color: white;
  background: #5ba810 url('../img/green-striped_bg.png') repeat 0 0;
}

.survey-summary__title span {
  color: #ffde00;
}

.survey-summary__text {
  line-height: 1.8;
  letter-spacing: 1.5px;
  padding: 10px 20px 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

.survey-summary__text img {
  width: 104px;
  float: left;
}

/* 調査概要　*/

@media screen and (min-width: 769px) {
  /* .beginning {
  } */
  
  .survey-summary h2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 3rem;
    padding: 72px 0 20px;
  }
  
  .survey-summary__title {
    font-size: 4rem;
    padding: 24px 24px;
  }
  
  .survey-summary__text {
    font-size: 2rem;
    padding: 20px 40px;
  }  
  
 
}



/* ------------------------------------------

アンケート結果

------------------------------------------ */

/* ------------------------------------------
設問共通ブロック
------------------------------------------ */
.section-block {
  width: 100%;
  padding: 24px 20px 24px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 奇数　*/
.question-odd {
  background: #fcecd8;
}

/* 偶数　*/
/* .question-even {
  background: #ddf1f2;
} */

.section-title img {
  max-height: 70px;
}

@media screen and (min-width: 769px) {
  .section-block {
    padding: 70px 20px;
  }

  .section-title {
    width: 100%;
    font-size: 4rem;
  }  
}


/* 各設問の枠 */
.question-result {
  display: block;
  position: relative;
}

/*　設問  */
.question-result__qtitle {
  display: block;
  font-weight: 700;
  font-size:  1.8rem;
  padding: .8rem 0;
  position: relative;
  line-height: 1.5;
}

/* Q番号用ラベル*/
.q-label {  
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #77bd32;
  background: #FFFFFF;
  padding: 2px 4px;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 auto;
  display: block;
  width: 48px;
}

/* アンケート結果 h3 */
.question-result__title {
  width: 100%;
  text-align: left;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 16px 16px;
  color: white;
  background: #5ba810 url('../img/green-striped_bg.png') repeat 0 0;
}

.question-result__title span {
  color: #ffde00;
}



@media screen and (min-width: 769px) {

  .question-result h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .q-label {
    width: 16%;
    font-size: 4.8rem;
    margin-right: 3.2rem;
  }
  
  
  .question-result__qtitle {
    width: 80%;
    font-size: 3.2rem;
    padding-bottom: 3.2rem;
  }
  
  /* アンケート結果 h3 */
  .question-result__title {
    font-size: 3.2rem;
    padding: 16px 24px;
  }
  
}

/* 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: #f1787b;
  border: solid 3px #f1787b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pickup-balloon i {
  font-size: 24px;
}

.pickup-balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #f1787b;
  z-index: 2;
}

.pickup-balloon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #f1787b;
  z-index: 1;
}



@media screen and (min-width: 769px) {
  .question-result__fa {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .question-result__fa-title {
    font-size: 2.4rem;
    padding: 1rem 0 1rem;
  }
  
  .pickup-balloon__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  .pickup-balloon__group {
    width: 48%;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

.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-area li {
  margin-bottom: 8px;
}

.question-result__area {
  position: relative;
}

.question-result-area__figure{
  position: relative;
/*  width: 246px;*/
  margin: 0 auto;
  line-height: 0;
}




@media screen and (min-width: 769px) {

  .question-result {
    max-width: 800px;
    margin: 0 auto;
    padding: 16px 56px 32px;
  }

  .flex-2column .question-result {
    width: 384px;
  }
  
  .flex-2column .question-result:first-child {
    margin-right: 1rem;
  }
  
  /* .question-result-area {
  } */

  .question-result-area__figure {
    width: auto; 
  }

  
  .comment-txt-1column {
    width: 87.5%;
    padding-top: 2.4rem;
    font-size: 1.8rem;
  }
  
  /* 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-result-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-result-area .comment-txt {
    width: 60%;
    padding-left: 3rem;
    font-size: 1.8rem;
  }


}

/* ------------------------------------------
FAバルーン
------------------------------------------ */

/* fontawesome */
.pickup-balloon i,
.fa-balloon__item i
{
  font-size: 3.2rem; 
  margin-right: .4rem;
  position: relative;
}

.fa-balloon__item i {
  font-size: 2.4rem; 
  color: #f1787b;
}

i.fa-female,
i.fa-male
{
  font-size: 1.6rem;
  color: #2C4041;

  
}

.user-info {
/*  font-size: 1.4rem;*/
  font-weight: 700;
}


.fa-balloon__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fa-balloon__item {
  position: relative;
  display: inline-block;
  margin: 0 1rem 1.8rem;
  padding: 16px;
  width: 100%;
  background: #FFF;
/*  border: solid 3px #555;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fa-balloon__item p {
  margin: 0;
  padding: 0;
}

/* FA テキスト */
.fa-text {
  display: block;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .fa-balloon__item {
    width: 100%;
/*    max-width: 244px;*/
  }
}


/* 反対 */
.disagree .pickup-balloon {
  background: #89827a;
  border: solid 3px #89827a;
}

.disagree .pickup-balloon::before {
  border-top: 12px solid #89827a;
}

.disagree .pickup-balloon::after {
  border-top: 14px solid #89827a;
}

.pickup-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.disagree .fa-balloon__item i {
  font-size: 2.4rem; 
  color: #89827a;
}

/* Q4 */
.q4-chart {
  margin-bottom: 16px;
}

@media screen and (min-width: 769px) {
  .q4-chart {
    margin-bottom: 32px;
  }

}


/* ------------------------------------------
調査概要 ページ下
----------------------------------------- */
.survey-information {
  max-width: 480px;
  width: 100%;
  border-top: 1px solid #89827a;
  border-bottom: 1px solid #89827a;
  color: #5a554e;
  margin: 24px auto 0;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.survey-information h3 {
  text-align: center;
  font-weight: 700;
}

.survey-information dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.survey-information dl dt {
  width: 30%;
}
.survey-information dl dd {
  width: 70%;
}

@media screen and (min-width: 769px) {
  .survey-information {
    margin: 40px auto 0;
  }
}

/* ----------------------------------------
諸外国における使い捨てプラスチック〜
----------------------------------------- */
.references {
  background: white;
}

.references .question-result__title {
  background: #f1787b url(../img/pink-striped_bg.png) repeat 0 0;
}

.references .question-result__qtitle{
  width: 100%;
}

/* リンク各種 */
.references-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 32px;
}

@media screen and (min-width: 769px) {

  .references-links {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  
  .references-links li {
    width: 30%;
    margin: 24px 8px;
    text-align: center;
  }
}


/* ------------------------------------------

SNSシェアボタン

----------------------------------------- */


/* ------------------------------------------
シェアボタン共通デザイン
----------------------------------------- */
.share-button a {
  color: #FFFFFF;
  display: block;
  border-radius: 50%;
  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;
  -webkit-transition: .3s;
  transition: .3s;
}

.share-button a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.facebook-link {
  background: #1778F2;
}

.x-link {
  background: #000000;
  margin: 0 1.6rem;
}

.x-link img {
  width: 16px;
  height: auto;
}

.section-block__sns-bottom .x-link img {
  width: 20px;
}

.hatena-link {
  background: rgb(0, 164, 222);
}

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

.facebook-link:hover {
  -webkit-box-shadow: 0 4px 12px 0 rgba(23, 120, 242, .5);
  box-shadow: 0 4px 12px 0 rgba(23, 120, 242, .5);
}

.x-link:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
}

.hatena-link:hover {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 164, 222, .5);
  box-shadow: 0 4px 12px 0 rgba(0, 164, 222, .5);
}


/* ------------------------------------------
記事上
----------------------------------------- */
.section-block__sns-top {
  background: #FFFFFF;
}


.sns-top-area {
  width: 100%;
  max-width: 800px;
  padding: 10px 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.sns-top-area__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sns-top-area__buttons a {
  font-size: 1.6rem;
  width: 32px;
  height: 32px;
}


/* ------------------------------------------
記事下
----------------------------------------- */
.section-block__sns-bottom {
  background: #f5f7f7;
}

.sns-bottom-area {
  width: 100%;
  max-width: 300px;
  padding: 40px 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

/* 吹き出し風三角形 */
.fukidashi-triangle {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;  
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 61px 50px 0 50px;
  border-color: white transparent transparent transparent;
}


.sns-bottom-area p {
  text-align: center;
}

.sns-bottom-area__buttons {
  margin: 1.6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sns-bottom-area__buttons a {
  font-size: 2.4rem;
  width: 64px;
  height: 64px;
}



/* ------------------------------------------
CTAエリア
----------------------------------------- */
.cta-area {
  background: #FFFFFF;
  color: #2a2a17;
}

.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 {
  display: block;
  text-align: center;
}

.cta-logo img {
  width: 25%;
  max-width: 120px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.cta-text {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
}
.cta-area-btn {
  padding: 20px 20px 40px;
}

.cta-area-btn__above-text {
  font-size: 1.6rem;
  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%;
  max-width: 400px;
  letter-spacing: .1em;
  font-size: 2.6rem;
  line-height: 1.5;
  background: #fd5147;
  padding: 16px 64px;
  border-bottom: solid 6px #803905;
  border-radius: 16px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-yamabuki-large a i {
  margin-right: 10px;
}

.btn-yamabuki-large a:hover {
  -webkit-box-shadow: 0 4px 16px 0 #e59995;
  box-shadow: 0 4px 16px 0 #e59995;
}

.btn-yamabuki-large a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
  top: 6px;  
}


.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;
}
@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 {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 30px 0;
  }
  
  .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;
}



/* =============================================

部分的なスタイリング

=============================================*/

/* textセンタリング用(PC) */
@media screen and (min-width: 769px) {
  .centered {
    text-align: center;
  }
}



