@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 {
  width: 100%;
  max-width: 440px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* テキスト選択時の背景・文字色 */
::-moz-selection {
  background: #f08686;
  color: #fff;
}

::selection {
  background: #f08686;
  color: #fff;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Meiryo, sans-serif;


  font-size: 14px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.6px;
  color: #3a3134;
  background-color: #fce9e8;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
    font-size: 1.6em;
  }
}



/* ------------------------------------------
マーカー
------------------------------------------ */
/* pink */
.pink-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, #fdefef), color-stop(68%, #fdefef));
  background: linear-gradient(#fdefef 32%, #fdefef 68%);
}

/* yellow */
.yellow-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, transparent), color-stop(68%, #efe93e));
  background: linear-gradient(transparent 32%, #efe93e 68%);
}

/* purple */
.purple-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, #f3edf5), color-stop(68%, #f3edf5));
  background: linear-gradient(#f3edf5 32%, #f3edf5 68%);  
}

/* purple */
.white-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28%, #ffffff), color-stop(72%, #ffffff));
  background: linear-gradient(#ffffff 28%, #ffffff 72%);  
}




/* ------------------------------------------
背景
------------------------------------------ */
.bg-yellow {
  background: #efe93e;
}


/* ------------------------------------------
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: 768px) {
  .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: 768px) {
  .header-buttons {
    padding-right: 20px;
  }

  .header-buttons li a {
    padding: 11px 40px;
    font-size: 14px;
  }
}




/* ------------------------------------------

メインビジュアル

------------------------------------------ */
/* ------------------------------------------
メインビジュアル外枠
----------------------------------------- */
.mainvisual-wrap {
  position: relative;
}

.mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 48px 0 0;
  background: #ffffff url('../img/mainvisual-bg.png') no-repeat;
  background-position: 0 40px;
  background-size: contain;
  -webkit-transition: .3s;
  transition: .3s;
/*  z-index: 2;*/
}

.mainvisual-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 16px;
  background: rgb(243 121 121 / 40%);
}

@media screen and (min-width: 600px) {
  .mainvisual-wrap::after {
    height: 32px;
  }
  
  .mainvisual {
    height: 726px;
  }  
  
}

/* @media screen and (min-width: 1025px) {
  .mainvisual {
    background-size: cover;
  }
} */

.mainvisual > div {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 2.4rem 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mainvisual .logo {
  text-align: center;
}

.mainvisual .logo img {
  width: 120px;
}

.mainvisual .logo p {
  text-align: center;
}

.mainvisual h1 {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 4px;
  padding-top: 1rem;
  line-height: 1.4;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.6);
}


.mainvisual > div > p {
  padding: 2rem 0;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 600px) {
  .mainvisual > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .mainvisual .logo img {
    width: 160px;
    margin-right: 1.6rem;
  }

  .mainvisual > div > * {
    width: 100%;
  }
  
  .mainvisual h1 {
    font-size: 3.2rem;
    line-height: 1.4;
    margin: 2rem 0;
    font-weight: normal;
  }

  .mainvisual div p {
    line-height: 2;
    font-size: 1.8rem;
  }

}

@media screen and (min-width: 1025px) {
  .mainvisual .logo {
    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;
/*    padding-top: 5rem;*/
  }

  .mainvisual h1 {
    font-size: 4.8rem;
  }
}




/* ------------------------------------------

調査結果

------------------------------------------ */

/* ------------------------------------------
main
----------------------------------------- */

main {
  display: block;
  padding: 0 0;
  position: relative;
}

/* @media screen and (min-width: 1024px) {
  main {
    padding: 24px 0 0;
  }
} */


/* ------------------------------------------
「調査結果」表記
----------------------------------------- */
p.survey-result-title {
  text-align: center;
  background: transparent url('../img/dotted-pattern.png') repeat 0 50%;
/*  border-top: 10px solid rgb(255 237 237 / 42%);*/
  padding: 1.6rem 0;
}

p.survey-result-title span {
  padding: .8rem 4rem;
  background: rgb(243 121 121 / 61%);
  /*  border: 0.25px solid #ffffff;*/
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 8px;
}

@media screen and (min-width: 600px) {
  p.survey-result-title {
    position: relative;
    font-size: 2.8rem;
    letter-spacing: 8px;
    padding: 2.4rem 0;
  }
  
  p.survey-result-title span {
    padding: 1rem 8rem;
  }
}


/* ------------------------------------------
各Q
----------------------------------------- */
.result-area-box {
  max-width: 1024px;
  width: 94%;
  margin: 0 auto 2rem;
  padding: 0 1rem 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}

.q-result {
  max-width: 800px;
  margin: 0 auto;
}

.q-chart {
  padding: 1rem 0.4rem;
}

@media screen and (min-width: 600px) {
  .result-area-box {
    width: 100%;
    padding: 0 4rem 4rem 4rem;
    margin: 0 auto 5rem;
  } 

  .q-result {
    padding-bottom: 2rem;
  }

 .q-chart {
    text-align: center;
    padding: 2rem 0;
  }
   
 .q-chart img {
    width: auto;
    max-width: inherit;
  }
 
}

/* Q番号 */
.q-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.q-title p {
  position: relative;
  width: 14%;
  height: 40px;
  color: #ffffff;
  font-weight: 700;
  background: #84d1cd;
  padding-bottom: 1rem;
  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;
}

.q-title p::after {
  content: '';
  position: absolute;
  bottom: 1rem;
  width: 48%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

.q-title h2 {
  width: 80%;
  padding: 2rem 0 0 2rem;
}

@media screen and (min-width: 600px) {
  .q-title {
    padding: 0 0 2rem;  
  }
  
  .q-title p {
    font-size: 4rem;
    height: 100px;
  }

  .q-title p::after {
    bottom: 2rem;
  }

  .q-title h2 {
    font-size: 3.2rem;
    padding: 8rem 0 1rem 3rem;
    letter-spacing: 4px;
    line-height: 1.4;

  }
}


.q-summary {
  width: 88%;
  border: 1px solid #ed8299;
  color: #ed8299;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 3px;
  margin: 2rem auto 2rem;
  padding: 0.6rem;
}

@media screen and (min-width: 600px) {
  .q-summary {
    font-size: 2rem;
    font-weight: 700;
    padding: 1rem;
  }
}

.q-text {
  line-height: 1.8;
  letter-spacing: 2px;
  padding: 1rem 1rem 0;
  clear: both;
}

.q-text:not(:last-child) {
  margin-bottom: 1rem;
}

.q-text:last-child {
  padding-bottom: 2rem;
}

@media screen and (min-width: 600px) {
  .q-text {
    width: 96%;
    margin: 0 auto;
    line-height: 2;
  }
}


.image-pic-left {
  width: 32%;
  float: left;
  padding: 0 1rem 1rem 0;
}

.image-pic-right{
  width: 32%;
  float: right;
  padding: 0 0 1rem 1rem;
}

@media screen and (min-width: 600px) {
  .image-pic-left {
    width: 185px;
    padding: 0 3rem 3rem 0;
  }
  
  .image-pic-right{
    width: 32%;
    float: right;
    padding: 0 0 3rem 3rem;
  }

}

/* ------------------------------------------
Q2
----------------------------------------- */
.q2-fa-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.q2-fa-wrap > div {
  width: 100%;
}

.q2-fa-wrap > div:first-child h4 {
  position: relative;
  border-top: 1px solid #e4d5e7;
  border-right: 1px solid #e4d5e7;
  border-left: 1px solid #e4d5e7;
  padding: 1rem 1rem 0;
  margin: 2rem 0 1rem;
  text-align: center;
  font-weight: 700;
}

.q2-fa-wrap > div:first-child p {
  padding: 1rem 1rem;
  border-left: 4px solid #e4d5e7;
  border-bottom: 1px solid #e4d5e7;
  margin-bottom: 1rem;
}

.q2-fa-wrap > div:nth-child(2) h4 {
  position: relative;
  border-top: 1px solid #fadada;
  border-right: 1px solid #fadada;
  border-left: 1px solid #fadada;
  padding: 1rem 1rem 0;
  margin: 2rem 0 1rem;
  text-align: center;
  font-weight: 700;
}

.q2-fa-wrap > div:nth-child(2) p {
  padding: 1rem 1rem;
  border-left: 4px solid #fadada;
  border-bottom: 1px solid #fadada;
  margin-bottom: 1rem;
}

@media screen and (min-width: 600px) {
  .q2-fa-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .q2-fa-wrap > div {
    width: 48%;
  }
  
  .q2-fa-wrap > div:first-child {
    margin-right: 1rem;
  }
  
  .q2-fa-wrap > div > p {
    font-size: 1.4rem;
  }
  
  
}

@media screen and (min-width: 1025px) {}




/* ------------------------------------------
Q4
----------------------------------------- */
.q4-fa h4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #e4d5e7;
  border-right: 1px solid #e4d5e7;
  border-left: 1px solid #e4d5e7;
  padding: 1rem 1rem 0;
  margin: 2rem 0 1rem;
  text-align: center;
  font-weight: 700;
}

.q4-fa h4::before {
  content: '';
  display: block;
  width: 24px;
  margin-right: 8px;
  background: #ffffff url(../img/f4-fa-icon.png) no-repeat 0 0;
  background-size: contain;
}

.q4-fa p {
  padding: 1rem 1rem;
  border-left: 4px solid #e4d5e7;
  border-bottom: 1px solid #e4d5e7;
  margin-bottom: 1rem;
}

@media screen and (min-width: 600px) {

  .q4-fa h4 {
    padding: 2rem 0 2rem;
    margin-top: 4rem;
    font-size: 2rem;
  }

  .q4-fa > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .q4-fa > div p { 
    font-size: 1.4rem;
    padding: 0 1.6rem 1.6rem 1.6rem;
  }
  
  .q4-fa > div p:not(:last-child) {
    margin-right: 1rem;
  }
}


/* ------------------------------------------
Q7
----------------------------------------- */
.q7-fa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.q7-fa dl dt {
  display: block;
  width: 48%;
  margin: 4rem auto 0;
}

.q7-fa ul {
  width: 100%;
  margin-bottom: 1rem;
}

.q7-fa ul li {
  padding: 1rem 1rem;
}

.q7-fa ul li:not(:last-child) {
  border-bottom: 1px solid #ed8299;
}

.q7-point h3 {
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  line-height: 2;
  color: #ed8299;
  border-bottom: 1px solid #ed8299;
}

@media screen and (min-width: 600px) {
  .q7-fa dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2rem 0;
  }

  .q7-fa dl:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .q7-fa dl dt {
/*    width: 40%;*/
    max-width: 250px;
    padding: 0 1rem 0 0;
  }
  
  .q7-fa dl:nth-child(2) dt {
    padding: 0 0 0 1rem;
  }

  .q7-fa dl dd {
    width: 60%;
    font-size: 1.4rem;
  }
  
  .q7-point {
    margin-top: 2rem;
  }
  
  .q7-point h3 {
    font-size: 2rem;
    letter-spacing: 8px;
  }
}



/* ------------------------------------------
結果まとめ
----------------------------------------- */
.matome-wrap {
  background: #fcdedd;
  padding: 0 0 4rem;
  clear: both;
  overflow: hidden;
}

.matome {
  width: 100%;
  max-width: 824px;
  margin: 0 auto;
}


@media screen and (min-width: 600px) {
  .matome-wrap {
    padding: 2rem 1rem 8rem;
    margin-top: 5rem;
  }
  
  .matome {
    margin: 4rem auto 0;
  }  
}

.matome h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  background: #ffffff;
  font-size: 1.6rem;
}

.matome h2 span:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ed8299;
  color: #ffffff;
  padding: 1rem 32px;
  width: 16%;
}

.matome h2 span:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 84%;
  padding: 1rem;
  line-height: 1.4;
}

.matome .q-text:first-of-type {
  font-weight: 700;
}

.matome .q-text {
  padding: 1rem 1.6rem 0;
}


@media screen and (min-width: 600px) {
  .matome h2 {
    font-size: 2.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 2rem;
  }

  .matome h2 span:nth-child(1) {
    position: relative;
    left: -32px;
    width: 10%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .matome h2 span:nth-child(2) {
    width: 90%;
    padding: 3rem 0 3rem 2rem;
  }
}



/* ------------------------------------------
調査概要
----------------------------------------- */

.survey-summary {
  background: #ffffff;
  padding: 2rem 0 3rem;
}

.survey-summary > div {
  width: 80%;
  max-width: 1024px;
  margin: 0 auto;
}

.survey-summary > div h3 {
  text-align: center;
  letter-spacing: 3px;
  font-weight: 700;
  padding: 1rem 0;
}

.survey-summary > div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.survey-summary > div dl dt {
  width: 30%;
  padding: 4px 0;
}

.survey-summary > div dl dd {
  width: 70%;
  padding: 4px 0;
}


@media screen and (min-width: 600px) {
  .survey-summary {
    padding: 4rem 0 6rem;
  }

  .survey-summary div {
    width: 400px;
  }
}


/* ------------------------------------------

SNSシェアボタン

----------------------------------------- */

.fukidashi-triangle-down {
  position: absolute;
  top: -30px; 
  left: 0;
  right: 0;
  z-index: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 50px solid #FFFFFF;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;
}

/* ------------------------------------------
シェアボタン共通デザイン
----------------------------------------- */
.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;
  padding: 16px;
  box-sizing: border-box;
  width: 100%;
}

.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: 1024px;
  padding: 1rem 1rem;
  -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;
}

@media screen and (min-width: 600px) {
  .sns-top-area {
    padding: 24px 20px;
  }
}


/* ------------------------------------------
記事下
----------------------------------------- */
.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-down {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 0;
  margin: auto;  
  width: 0;
  height: 0;
  border-top: 50px solid #FFFFFF;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid 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: 2rem;
  width: 48px;
  height: 48px;
}


/* ------------------------------------------
CTAエリア
----------------------------------------- */
.cta-area {
  background: #FFFFFF;
  color: #2a2a17;
}

.cta-area-text {
  padding: 30px 2rem 0;
}

.cta-copy {
  padding: 0 0 20px;
}

.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: 480px;
  margin: 0 auto;
  padding: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
}

.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: 100%;*/
  max-width: 400px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fd5147;
  padding: 16px 64px;
  border-bottom: solid 6px #803905;
  border-radius: 16px;
  color: #ffffff;
  font-weight: 900;
  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: solid 6px transparent;
  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;
  }
}

@-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 {
    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センタリング用 */
.centered {
  text-align: center;
}


/* textセンタリング用 */
.text-bold {
  font-weight: 700;
}

/* 改行 */
.br-sp {
  display: inline;
}

.br-pc {
  display: none;
}

/* PCのみ改行 */
@media screen and (min-width: 600px) {
  .br-sp {
    display: none;
  }

  .br-pc {
    display: inline;
  }
}

/* フォント(小 12px) */
.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

/*フォントカラー（pink） */
.text-pink {
  color: #ed8299;
}

/*フォントカラー（grey） */
.text-grey {
  color: #656565;
}

/*フォントカラー（black） */
.text-black {
  color: #3a3134;
}


/*フォントカラー（yellow） */
.text-yellow {
  color: #fdb427;
}

/*フォントカラー（white） */
.text-white {
  color: #ffffff;
}

/*フォントカラー（green） */
.text-green {
  color: #5eaca9;
}
