/******* setting.scss *******/
/******* mixin.scss *******/
@media screen and (max-width: 1200px) {
  /******header******/
  /* line 6, ../sass/sp.scss */
  header {
    min-width: 0;
  }

  /******footer******/
  /* line 11, ../sass/sp.scss */
  footer {
    min-width: 0;
  }

  /* line 15, ../sass/sp.scss */
  .contents {
    width: 100%;
  }
  /* line 18, ../sass/sp.scss */
  .contents .side {
    width: 25%;
  }
  /* line 22, ../sass/sp.scss */
  .contents .main {
    width: 72%;
  }

  /* line 29, ../sass/sp.scss */
  .BlogList section .pict {
    width: 30%;
  }
  /* line 32, ../sass/sp.scss */
  .BlogList section .pict + .secCont {
    width: 66%;
  }

  /* line 41, ../sass/sp.scss */
  .ProfileContent .nameArea .pict {
    width: 70%;
  }
  /* line 45, ../sass/sp.scss */
  .ProfileContent .nameArea section {
    width: 25%;
  }
  /* line 48, ../sass/sp.scss */
  .ProfileContent .nameArea section h2 {
    font-size: 240%;
    margin-bottom: 15px;
  }
  /* line 54, ../sass/sp.scss */
  .ProfileContent .nameArea section dl dt {
    font-size: 130%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  /* line 60, ../sass/sp.scss */
  .ProfileContent .nameArea section dl dd {
    font-size: 250%;
  }
  /* line 68, ../sass/sp.scss */
  .ProfileContent .commentArea .pict {
    width: 34%;
  }
  /* line 71, ../sass/sp.scss */
  .ProfileContent .commentArea .pict img {
    width: 100%;
  }
  /* line 76, ../sass/sp.scss */
  .ProfileContent .commentArea dl {
    width: 63%;
  }
}
@media screen and (max-width: 960px) {
  /* line 84, ../sass/sp.scss */
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  form,
  fildset,
  input,
  textarea,
  p,
  blockquote,
  table,
  th,
  td,
  address {
    font-size: 18px;
  }

  /******header******/
  /* line 112, ../sass/sp.scss */
  header {
    background-size: auto 100%;
    min-height: 0 !important;
    padding-bottom: 10%;
  }
  /* line 117, ../sass/sp.scss */
  header p {
    margin-bottom: 10%;
  }
  /* line 121, ../sass/sp.scss */
  header h1 {
    padding: 0 0 0 20px;
    text-align: center;
  }
  /* line 125, ../sass/sp.scss */
  header h1 img {
    width: 90%;
  }

  /* line 133, ../sass/sp.scss */
  .blogDetail header p {
    margin-bottom: 10%;
  }
  /* line 138, ../sass/sp.scss */
  .blogDetail header h1 img {
    width: 70%;
    height: auto;
  }

  /******contents******/
  /* line 148, ../sass/sp.scss */
  .contents .main {
    float: none;
    margin: 0 auto 40px;
    width: 100%;
  }
  /* line 154, ../sass/sp.scss */
  .contents .side {
    float: none;
    width: 100%;
  }
  /* line 159, ../sass/sp.scss */
  .contents .side section.sideProfile .nameArea {
    border-bottom: 1px dotted #ccc;
    display: table;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 166, ../sass/sp.scss */
  .contents .side section.sideProfile .pict {
    display: table-cell;
    margin: 0;
    padding: 0 0 35px;
    text-align: left;
    vertical-align: middle;
    width: 25%;
  }
  /* line 174, ../sass/sp.scss */
  .contents .side section.sideProfile .pict img {
    width: 100%;
  }
  /* line 179, ../sass/sp.scss */
  .contents .side section.sideProfile h2 {
    border: none;
    display: table-cell;
    margin: 0;
    padding: 0 0 35px 20px;
    text-align: left;
    vertical-align: middle;
  }
  /* line 188, ../sass/sp.scss */
  .contents .side section.sideProfile p {
    font-size: 100%;
  }

  /******BlogList******/
  /* line 197, ../sass/sp.scss */
  .BlogList section {
    /*
    display: table;
    */
    width: 100%;
  }
  /* line 203, ../sass/sp.scss */
  .BlogList section .pict {
    display: table-cell;
  }
  /* line 206, ../sass/sp.scss */
  .BlogList section .pict + .secCont {
    display: table-cell;
  }
  /* line 212, ../sass/sp.scss */
  .BlogList section .secCont p {
    height: 55px;
    -webkit-line-clamp: 2;
  }
  /* line 216, ../sass/sp.scss */
  .BlogList section .secCont p.date {
    height: 25px;
  }

  /******BlogContent******/
  /* line 227, ../sass/sp.scss */
  .BlogContent .social li {
    margin: 0 0 0 5%;
    width: 30%;
  }
  /* line 231, ../sass/sp.scss */
  .BlogContent .social li img {
    width: 100%;
  }
  /* line 238, ../sass/sp.scss */
  .BlogContent .pageNav li {
    margin-bottom: 20px;
    width: 48%;
  }
  /* line 242, ../sass/sp.scss */
  .BlogContent .pageNav li a {
    height: 10px;
    padding-top: 20px;
  }
  /* line 247, ../sass/sp.scss */
  .BlogContent .pageNav li.prev {
    float: left;
    position: relative;
    top: auto;
    left: auto;
  }
  /* line 254, ../sass/sp.scss */
  .BlogContent .pageNav li.next {
    float: right;
    position: relative;
    top: auto;
    right: auto;
  }
  /* line 261, ../sass/sp.scss */
  .BlogContent .pageNav li.all {
    clear: both;
    width: 100%;
  }
  /* line 265, ../sass/sp.scss */
  .BlogContent .pageNav li.all a {
    height: auto;
    padding: 20px 0;
    font-weight: bold;
  }

  /******ProfileContent******/
  /* line 279, ../sass/sp.scss */
  .prof header h1 img {
    width: 70%;
    height: auto;
  }
  /* line 287, ../sass/sp.scss */
  .prof .contents .side {
    display: block;
  }

  /* line 294, ../sass/sp.scss */
  .ProfileContent .nameArea {
    position: relative;
    margin-bottom: 40px;
  }
  /* line 298, ../sass/sp.scss */
  .ProfileContent .nameArea .pict {
    width: 100%;
  }
  /* line 302, ../sass/sp.scss */
  .ProfileContent .nameArea section {
    margin: 0 auto 30px;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
    width: 100%;
  }
  /* line 313, ../sass/sp.scss */
  .ProfileContent .nameArea section dl dt {
    border: none;
    margin-bottom: 15px;
    padding: 0;
  }
  /* line 323, ../sass/sp.scss */
  .ProfileContent .commentArea .pict {
    display: none;
  }
  /* line 327, ../sass/sp.scss */
  .ProfileContent .commentArea dl {
    display: block;
    padding: 35px 0;
    width: 100%;
  }
  /* line 332, ../sass/sp.scss */
  .ProfileContent .commentArea dl dt {
    display: block;
    font-size: 140%;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  /* line 340, ../sass/sp.scss */
  .ProfileContent .commentArea dl dd {
    font-size: 100%;
    display: block;
  }
  /* line 347, ../sass/sp.scss */
  .ProfileContent .link {
    background: #fff;
    padding: 0;
    text-align: center;
  }
  /* line 352, ../sass/sp.scss */
  .ProfileContent .link a {
    border: 1px solid #ff648c;
    font-size: 140%;
    display: inline-block;
    max-width: 530px;
    text-decoration: none;
    padding: 25px 0;
    width: 100%;
    transition: opacity 0.3s;
  }
  /* line 362, ../sass/sp.scss */
  .ProfileContent .link a:hover {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: "alpha(opacity=80)";
    filter: alpha(opacity=80);
    text-decoration: underline;
  }
}
@media screen and (max-width: 640px) {
  /* line 376, ../sass/sp.scss */
  header {
    height: 70vh;
    margin-bottom: 8vw;
    background-position: left 16vw bottom 0;
  }
  /* line 380, ../sass/sp.scss */
  header p.logo {
    padding: 8vw;
  }
  /* line 383, ../sass/sp.scss */
  header p.logo a img {
    width: 20vw;
  }
  /* line 388, ../sass/sp.scss */
  header p.headReed {
    top: 4vw;
    left: 40vw;
    text-align: left;
    width: 56vw;
  }
  /* line 394, ../sass/sp.scss */
  header h1.vaImg {
    width: 92vw;
    height: 125vw;
    left: 4vw;
    top: 18vw;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-size: 270vw;
    border-radius: 8vw;
  }

  /* line 408, ../sass/sp.scss */
  .blogDetail header {
    height: 82vw;
    background-size: 340vw;
  }
  /* line 411, ../sass/sp.scss */
  .blogDetail header h1.vaImg {
    height: 56vw;
    border-radius: 8vw;
  }
  /* line 417, ../sass/sp.scss */
  .blogDetail .contents main {
    padding: 0 8vw;
  }
}
@media screen and (max-width: 560px) {
  /******header******/
  /* line 426, ../sass/sp.scss */
  header {
    margin-bottom: 8%;
  }

  /******footer******/
  /* line 431, ../sass/sp.scss */
  footer {
    padding: 10% 0;
  }
  /* line 434, ../sass/sp.scss */
  footer ul {
    margin: 0 auto 5%;
  }
  /* line 437, ../sass/sp.scss */
  footer ul li {
    display: inline-block;
    margin: 0 8px;
    width: 12%;
  }
  /* line 442, ../sass/sp.scss */
  footer ul li img {
    width: 100%;
  }
  /* line 448, ../sass/sp.scss */
  footer .copy {
    color: #fff;
    font-size: 120%;
  }

  /******contents******/
  /* line 456, ../sass/sp.scss */
  .contents .main {
    margin: 0 auto 8%;
  }
  /* line 461, ../sass/sp.scss */
  .contents .side nav,
  .contents .side section {
    padding: 8%;
  }
  /* line 468, ../sass/sp.scss */
  .contents .side nav.sideProfile .pict,
  .contents .side section.sideProfile .pict {
    width: 30%;
  }

  /* line 476, ../sass/sp.scss */
  .pageTop img {
    width: 60px;
  }

  /******BlogList******/
  /* line 482, ../sass/sp.scss */
  .BlogList {
    padding: 8%;
  }
  /* line 485, ../sass/sp.scss */
  .BlogList section {
    margin-bottom: 8%;
    padding-bottom: 8%;
  }
  /* line 489, ../sass/sp.scss */
  .BlogList section .pict {
    width: 35%;
  }
  /* line 492, ../sass/sp.scss */
  .BlogList section .pict + .secCont {
    width: 60%;
  }
  /* line 498, ../sass/sp.scss */
  .BlogList section .secCont h2 {
    font-size: 110%;
    margin-bottom: 2%;
  }
  /* line 503, ../sass/sp.scss */
  .BlogList section .secCont p {
    font-size: 90% !important;
    margin-bottom: 2%;
    height: 60px;
    -webkit-line-clamp: 3;
  }
  /* line 509, ../sass/sp.scss */
  .BlogList section .secCont p.date {
    height: 20px;
  }

  /******BlogContent******/
  /* line 518, ../sass/sp.scss */
  .BlogContent {
    padding: 8%;
  }
  /* line 521, ../sass/sp.scss */
  .BlogContent p {
    font-size: 105%;
    margin-bottom: 5%;
  }
  /* line 525, ../sass/sp.scss */
  .BlogContent p.date {
    color: #FF7F00;
    margin-bottom: 2%;
  }
  /* line 531, ../sass/sp.scss */
  .BlogContent h2 {
    font-size: 180%;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 8%;
    padding-bottom: 5%;
  }
  /* line 538, ../sass/sp.scss */
  .BlogContent h3 {
    font-size: 140%;
    margin-bottom: 8%;
    padding: 3%;
  }
  /* line 544, ../sass/sp.scss */
  .BlogContent h4 {
    font-size: 120%;
    margin-bottom: 8%;
    padding: 3%;
  }
  /* line 550, ../sass/sp.scss */
  .BlogContent h5 {
    font-size: 120%;
    margin-bottom: 8%;
    padding: 0 0 0 3%;
  }
  /* line 556, ../sass/sp.scss */
  .BlogContent h6 {
    font-size: 120%;
    margin-bottom: 8%;
    padding: 3%;
  }
  /* line 562, ../sass/sp.scss */
  .BlogContent .pict {
    margin: 0 auto 8%;
  }
  /* line 565, ../sass/sp.scss */
  .BlogContent .pict span {
    font-size: 100%;
    margin: 3% auto 0;
  }
  /* line 571, ../sass/sp.scss */
  .BlogContent .social {
    margin: 0 auto 8%;
    padding: 8% 0 0;
  }
  /* line 576, ../sass/sp.scss */
  .BlogContent .pageNav {
    padding: 8% 0 0;
  }
  /* line 579, ../sass/sp.scss */
  .BlogContent .pageNav li {
    font-size: 100%;
  }
  /* line 582, ../sass/sp.scss */
  .BlogContent .pageNav li a {
    background-size: 5% !important;
    padding: 8% 12%;
    height: 14px;
  }
  /* line 589, ../sass/sp.scss */
  .BlogContent .pageNav li.all a {
    padding: 5%;
  }
  /* line 596, ../sass/sp.scss */
  .BlogContent iframe {
    height: 200px;
  }
  /* line 600, ../sass/sp.scss */
  .BlogContent table {
    border-bottom-color: #ff648c;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  /* line 605, ../sass/sp.scss */
  .BlogContent table th,
  .BlogContent table td {
    display: list-item;
    list-style-type: none;
    width: 96%;
    border-bottom-style: none;
    text-align: center;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  /* line 617, ../sass/sp.scss */
  .BlogContent table td input,
  .BlogContent table td textarea {
    width: 90%;
  }

  /******blogDetail******/
  /* line 629, ../sass/sp.scss */
  .blogDetail header h1 img {
    width: 85%;
    height: auto;
  }

  /******ProfileContent******/
  /* line 641, ../sass/sp.scss */
  .prof header h1 img {
    width: 70%;
    height: auto;
  }

  /* line 649, ../sass/sp.scss */
  .ProfileContent {
    padding: 8%;
  }
  /* line 652, ../sass/sp.scss */
  .ProfileContent .nameArea {
    margin-bottom: 8%;
  }
  /* line 655, ../sass/sp.scss */
  .ProfileContent .nameArea section {
    margin: 0 auto 7%;
  }
  /* line 658, ../sass/sp.scss */
  .ProfileContent .nameArea section h2 {
    font-size: 160%;
  }
  /* line 663, ../sass/sp.scss */
  .ProfileContent .nameArea section dl dt {
    font-size: 110%;
    margin-bottom: 5%;
  }
  /* line 668, ../sass/sp.scss */
  .ProfileContent .nameArea section dl dd {
    font-size: 230%;
  }
  /* line 675, ../sass/sp.scss */
  .ProfileContent .commentArea {
    margin-bottom: 8%;
  }
  /* line 678, ../sass/sp.scss */
  .ProfileContent .commentArea .pict {
    display: none;
  }
  /* line 682, ../sass/sp.scss */
  .ProfileContent .commentArea dl {
    padding: 6% 0;
  }
  /* line 685, ../sass/sp.scss */
  .ProfileContent .commentArea dl dt {
    font-size: 120%;
    margin-bottom: 4%;
  }
  /* line 693, ../sass/sp.scss */
  .ProfileContent .link a {
    display: inline-block;
    padding: 5% 0;
  }
}
@media screen and (max-width: 470px) {
  /* line 702, ../sass/sp.scss */
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  form,
  fildset,
  input,
  textarea,
  p,
  blockquote,
  table,
  th,
  td,
  address {
    font-size: 14px;
  }
}
