@charset "UTF-8";
/** @format */
/*scssをインポート*/
/* 設定用。変数の宣言はここ*/
/** @format */
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	色の設定
----------------------------------------------------*/
/* リセットCSS、フォントサイズ*/
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* ミックスイン、@extend、CSS3など*/
/** @format */
/* clearfix */
.clearfix, footer {
  *zoom: 1;
}
.clearfix:after, footer:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/*----------------------------------------------------
全体の設定
----------------------------------------------------*/
#bokutori_comments {
  margin: 0% auto;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 400;
  font-style: normal;
}
@media all and (max-width: 1024px) {
  #bokutori_comments {
    width: 100%;
  }
}
/*----------------------------------------------------
各セクションの基本設定
----------------------------------------------------*/
section {
  width: 100%;
  margin: 1rem auto;
  padding: 0;
}
section .inner {
  width: min(100%, 980px);
  margin-inline: auto;
  padding-inline: 24px;
}
section h2 {
  width: 50vw;
  margin: 3% auto;
  color: #fff;
  font-size: 1.6rem;
}
section .caption {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.2rem;
  margin: 5% auto;
}
section p {
  font-size: 1.2rem;
  text-align: left;
  line-height: 2rem;
  margin: 5% auto;
}
section .story_txt p {
  width: 80%;
  margin: 5% auto;
  color: #fff;
  font-size: 1.8vw;
  text-align: center;
  line-height: 2.4rem;
}
@media all and (max-width: 1024px) {
  section {
    padding: 5% 0% 5% 0%;
  }
  section h1 {
    width: 40vw;
    margin: 3% auto;
  }
  section h2 {
    width: 70vw;
    font-size: 1.6rem;
  }
  section .caption {
    font-size: 1.4rem;
    text-align: center;
    line-height: 2rem;
    margin: 5% auto;
  }
  section p {
    font-size: 1rem;
    text-align: left;
    line-height: 1.8rem;
    margin: 5% auto;
  }
}
@media all and (max-width: 640px) {
  section {
    width: 100%;
    margin: 1rem auto;
    padding: 0;
  }
  section h1 {
    width: 60vw;
    margin: 3% auto;
  }
  section h2 {
    width: 80vw;
    margin: 0 auto 2rem;
  }
  section .caption {
    font-size: 1.2rem;
    text-align: center;
    line-height: 2rem;
    margin: 5% auto;
  }
  section p {
    font-size: 1rem;
    line-height: 1.8rem;
    margin: 5% auto;
  }
  section .story_txt p {
    width: 80%;
    margin: 5% auto;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    line-height: 2rem;
  }
}
@media all and (max-width: 320px) {
  section .caption {
    font-size: 1rem;
    text-align: center;
    line-height: 1.8rem;
    margin: 5% auto;
  }
  section p {
    font-size: 0.8rem;
    text-align: left;
    line-height: 1.4rem;
    margin: 5% auto;
  }
}

/*----------------------------------------------------
基準コンテナ幅の基本設定
----------------------------------------------------*/
.container {
  width: min(100%, 980px);
  margin-inline: auto;
  padding-inline: 24px;
}

/*----------------------------------------------------
コメント部分の基本設定
----------------------------------------------------*/
.bg_comment_area {
  padding: 0rem 0 0 0;
}
.comment_area_wrapper {
  width: 100%;
  margin: 5rem auto;
}
.comment_area_wrapper .comment_area_top {
  width: 100%;
  margin: 0 auto;
  background: url(../../_assets/images/bg_sky_top_W1200_sub.webp);
  background-color: #0069b9;
  min-height: 120px;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.comment_area_wrapper .comment_area_middle {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 31;
  background: url(../../_assets/images/bg_sky_tile.png);
  background-size: 100%;
  background-repeat: repeat;
}
.comment_area_wrapper .comment_area_bottom {
  width: 100%;
  margin: 0 auto;
  z-index: 31;
  position: relative;
  min-height: 200px;
  background: url(../../_assets/images/bg_sky_bottom_W1200_sub.webp);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
}
.comment_area_wrapper .title_comment_area {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
}
.comment_area_wrapper .title_comment_area .title_comment_area_box {
  width: 40%;
  margin: 0 auto;
  padding: 0;
}
.comment_area_wrapper .title_comment_area .title_comment_area_box img {
  width: 100%;
  display: block;
}
.comment_area_wrapper .comment_area_box {
  width: 90%;
  margin: 3rem auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.comment_area_wrapper .comment_area_box li {
  width: 43%;
  margin: 1rem 0.5rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.comment_area_wrapper .comment_area_box li .name_commentator {
  display: block;
  font-size: 1rem;
}
.comment_area_wrapper .comment_area_box li .occupation_commentator {
  font-size: 0.8rem;
  font-weight: 400;
}
.comment_area_wrapper .comment_area_box li .enph_txt {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffff00;
}
.comment_area_wrapper .comment_area_box .li_wide {
  width: 80%;
}
@media all and (max-width: 1024px) {
  .comment_area_wrapper {
    width: 100%;
    margin: 0rem auto;
  }
  .comment_area_wrapper .comment_area_top {
    width: 100%;
    margin: 0 auto;
    background: url(../../_assets/images/bg_sky_top_W1200.png);
    min-height: 80px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .comment_area_wrapper .comment_area_middle {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 31;
    background: url(../../_assets/images/bg_sky_tile.png);
    background-size: 100%;
    background-repeat: repeat;
  }
  .comment_area_wrapper .comment_area_bottom {
    width: 100%;
    margin: 0 auto;
    z-index: 31;
    position: relative;
    min-height: 100px;
    background: url(../../_assets/images/bg_sky_bottom_W1200.png);
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .comment_area_wrapper .title_comment_area {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    line-height: 0;
  }
  .comment_area_wrapper .title_comment_area .title_comment_area_box {
    width: 70%;
    margin: 0 auto;
    padding: 2rem 0 0;
  }
  .comment_area_wrapper .title_comment_area .title_comment_area_box img {
    width: 100%;
    display: block;
  }
  .comment_area_wrapper .comment_area_box {
    width: 90%;
    margin: 3rem auto 0;
    padding: 0;
    display: block;
  }
  .comment_area_wrapper .comment_area_box li {
    width: 90%;
    margin: 1rem 0.5rem 0;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
  }
  .comment_area_wrapper .comment_area_box li .name_commentator {
    display: block;
    font-size: 1rem;
  }
  .comment_area_wrapper .comment_area_box li .occupation_commentator {
    font-size: 0.6rem;
    font-weight: 400;
  }
  .comment_area_wrapper .comment_area_box li .enph_txt {
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffff00;
  }
  .comment_area_wrapper .comment_area_box .li_wide {
    width: 90%;
  }
}

/*----------------------------------------------------
動画の基本設定
----------------------------------------------------*/
.mov_box {
  width: 100%;
  margin: 5% auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.mov_box .each_mov_box,
.mov_box .each_mov_box_latest {
  margin: 2% auto;
}
.mov_box .each_mov_box .btn_original,
.mov_box .each_mov_box_latest .btn_original {
  width: 80%;
  margin: 3% auto;
  padding: 2% 0;
  font-size: 1rem;
  color: #dfff00;
  background: #000;
  text-align: center;
  font-weight: 700;
}
.mov_box .each_mov_box {
  width: 45%;
}
.mov_box .each_mov_box_latest {
  width: 60%;
}
@media all and (max-width: 640px) {
  .mov_box {
    width: 90%;
    display: block;
  }
  .mov_box .each_mov_box,
  .mov_box .each_mov_box_latest {
    width: 100%;
    margin: 2% auto;
  }
  .mov_box .each_mov_box .btn_original,
  .mov_box .each_mov_box_latest .btn_original {
    width: 100%;
    margin: 3% auto 10%;
    padding: 2% 0;
    font-size: 1rem;
    color: #dfff00;
    background: #000;
    text-align: center;
    font-weight: 700;
  }
}

/*----------------------------------------------------
著者紹介の基本設定
----------------------------------------------------*/
.author_area {
  width: 100%;
  display: block;
  color: #000;
}
.author_area h2 {
  width: 70%;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 600;
}
.author_area .author_area_box {
  display: flex;
  width: 80%;
  margin: 1rem auto;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.author_area .author_area_box .ph_author {
  width: 50%;
}
.author_area .author_area_box .txt_author {
  width: 45%;
  margin: 0 0 1rem 3%;
  text-align: left;
}
.author_area .author_area_box .txt_author .name_author {
  font-size: 2rem;
  display: block;
  font-weight: 600;
}
.author_area .author_area_box .txt_author .ruby_author {
  font-size: 1rem;
}
.author_area .author_area_box .txt_author p {
  font-size: 1rem;
  line-height: 1.8rem;
  margin: 5% auto;
  text-align: left;
}
.author_area .banner_author_x {
  width: 40%;
  margin: 1rem auto;
  display: block;
  background-color: #000;
  border: #fff solid 2px;
  border-radius: 2rem;
  padding: 0.8rem 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
}
@media all and (max-width: 640px) {
  .author_area {
    width: 100%;
    display: block;
    color: #000;
    margin: 0 auto;
  }
  .author_area h2 {
    width: 70%;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: 600;
  }
  .author_area .author_area_box {
    display: block;
    width: 90%;
    margin: 1rem auto 0;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .author_area .author_area_box .ph_author {
    width: 80%;
    margin: 1rem auto;
  }
  .author_area .author_area_box .txt_author {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .author_area .author_area_box .txt_author .name_author {
    font-size: 1.6rem;
    display: block;
    font-weight: 600;
  }
  .author_area .author_area_box .txt_author .ruby_author {
    font-size: 1rem;
  }
  .author_area .author_area_box .txt_author p {
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.4rem;
    margin: 5% auto;
    text-align: left;
  }
  .author_area .banner_author_x {
    width: 80%;
    margin: 1rem auto;
    display: block;
    background-color: #000;
    border: #fff solid 2px;
    border-radius: 2rem;
    padding: 0.8rem 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
  }
}

/*----------------------------------------------------
プロフィール設定
----------------------------------------------------*/
.profile {
  width: 70%;
  margin: 0 auto;
  padding: 5% 0 5% 0;
  background: #fff;
}
.profile .profile_ph {
  width: 50%;
  margin: 0 auto 3%;
}
.profile p {
  margin: 0 auto 5%;
  width: 70%;
  font-size: 1.2rem;
  line-height: 1.8em;
  text-align: left;
}
@media all and (max-width: 640px) {
  .profile {
    width: 80%;
    margin: 0 auto;
    padding: 5% 0 5% 0;
  }
  .profile .profile_ph {
    width: 70%;
    margin: 0 auto 3%;
  }
  .profile p {
    width: 90%;
    margin: 0 auto 3%;
    font-size: 0.9rem;
    line-height: 1.6em;
    text-align: left;
  }
}
@media all and (max-width: 320px) {
  .profile {
    width: 100%;
  }
  .profile p {
    margin: 0 auto 3%;
    font-size: 0.7rem;
    line-height: 1.4rem;
    text-align: left;
  }
}

/*----------------------------------------------------
動画の埋め込み
----------------------------------------------------*/
.video {
  position: relative;
  width: 80%;
  padding-top: 56.25%;
  margin: 5% auto 0%;
}
@media all and (max-width: 640px) {
  .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------
twitter部分設定
----------------------------------------------------*/
.twitterbox {
  width: 50%;
  margin: 3% auto 3%;
  text-align: center;
}
@media all and (max-width: 640px) {
  .twitterbox {
    width: 90%;
    text-align: center;
  }
}

/*----------------------------------------------------
	SNSボタンの基本設定
----------------------------------------------------*/
.X_link {
  width: 50%;
  margin: 1rem auto;
}
.X_link .X_timeline {
  width: 100%;
  margin: 1rem auto;
}
.X_link .X_btn {
  width: 60%;
  display: block;
  margin: 1rem auto;
}
.X_link .X_btn img {
  max-width: 100%;
}
@media all and (max-width: 640px) {
  .X_link .X_btn {
    width: 100%;
  }
}

.sns_Area {
  width: 50%;
  margin: 5% auto;
  text-align: center;
}
.sns_Area ul {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.sns_Area ul .bt_sns {
  width: 30%;
  margin: 1rem auto;
  padding: 0.5rem 0;
  border-radius: 3rem;
  border: #fff solid 2px;
  font-size: 1.4rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.sns_Area ul a {
  color: #fff;
}
.sns_Area ul .bg_twitterX {
  background-color: #000;
}
.sns_Area ul .bg_facebook {
  background-color: #003c8c;
}
.sns_Area ul .bg_LINE {
  background-color: #00c200;
}
@media all and (max-width: 640px) {
  .sns_Area {
    width: 90%;
  }
  .sns_Area .bt_sns {
    width: 30%;
    margin: 1rem auto;
    padding: 0.5rem 0;
    border-radius: 3rem;
    border: #fff solid 2px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
  }
  .sns_Area a {
    color: #fff;
    font-size: 1rem;
  }
}

/*----------------------------------------------------
宣伝物DLバナー
----------------------------------------------------*/
.banner_PR_tool {
  width: 30vw;
  display: block;
  margin: 5rem auto;
}
@media all and (max-width: 640px) {
  .banner_PR_tool {
    width: 70vw;
  }
}

/*----------------------------------------------------
コンテンツバナー
----------------------------------------------------*/
.btnbox_contents {
  width: 70%;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.btnbox_contents .banner_img {
  width: 20%;
  margin: 0 auto;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.btnbox_contents .banner_img_wide {
  width: 40%;
  margin: 0 auto;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
@media all and (max-width: 640px) {
  .btnbox_contents {
    width: 90%;
  }
  .btnbox_contents .banner_img {
    width: 40%;
    margin: 0 auto;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
  .btnbox_contents .banner_img_wide {
    width: 100%;
    margin: 0 auto 1rem;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
}

/*----------------------------------------------------
予約ボタン
----------------------------------------------------*/
.btnbox_reservation {
  margin: 0 auto;
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.btnbox_reservation .btn {
  margin: 0 auto;
  padding: 1rem 0;
  background: url(../../_assets/images/bg_btn_base.svg);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.btnbox_reservation .btn img {
  height: 1.5rem;
}
.btnbox_reservation .btn_widen {
  width: 42%;
  margin: 0 auto 2rem;
}
.btnbox_reservation .btn_red {
  background-color: #d20012;
}
@media all and (max-width: 1024px) {
  .btnbox_reservation .btn {
    width: 42%;
  }
  .btnbox_reservation .btn_widen {
    width: 60%;
    margin: 0 auto 1rem;
  }
  .btnbox_reservation .btn_red {
    background-color: #d20012;
  }
}
@media all and (max-width: 640px) {
  .btnbox_reservation .btn {
    width: 45%;
    margin: 0 auto 1rem;
    padding: 1rem 0;
    font-size: 1rem;
  }
  .btnbox_reservation .btn img {
    height: 1rem;
  }
  .btnbox_reservation .btn_widen {
    width: 90%;
    margin: 0 auto 1rem;
  }
  .btnbox_reservation .btn_red {
    background-color: #d20012;
  }
}
.btnbox_width_SOL {
  width: 60%;
  margin: 0 auto;
}
.btnbox_width_SOL .btn {
  margin: 0 auto;
  width: 47%;
}
@media all and (max-width: 640px) {
  .btnbox_width_SOL {
    width: 80%;
    margin: 0 auto;
  }
  .btnbox_width_SOL .btn {
    margin: 0 auto;
    width: 47%;
  }
}

.bookshop_outer_txt {
  width: 60%;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 800;
  margin: 1rem auto;
}
@media all and (max-width: 640px) {
  .bookshop_outer_txt {
    width: 80%;
    color: #fff;
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 800;
    margin: 1rem auto;
  }
}

.btnbox_width_outer {
  width: 60%;
  margin: 0 auto 1rem;
}
.btnbox_width_outer .btn {
  margin: 0 auto 1rem;
  width: 47%;
}
.btnbox_width_outer .btn li img {
  height: 1.4rem;
}
@media all and (max-width: 640px) {
  .btnbox_width_outer {
    width: 80%;
    margin: 0 auto 1rem;
  }
  .btnbox_width_outer .btn {
    margin: 0 auto;
    width: 45%;
    background: url(../../_assets/images/bg_btn_base.svg);
    background-position: center center;
    background-size: 200%;
    background-repeat: no-repeat;
  }
  .btnbox_width_outer .btn li {
    padding: 1rem 0;
  }
  .btnbox_width_outer .btn img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 80%;
  }
}

.bookinfo_bottom {
  display: block;
  width: 60%;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .bookinfo_bottom {
    width: 90%;
  }
}

/*----------------------------------------------------
固定購入ボタン
----------------------------------------------------*/
#btn_buy_pinned {
  z-index: 99998;
  position: fixed;
  bottom: 0px;
  left: 0px;
}

#btn_buy_pinned a {
  display: block;
  width: 250px;
  opacity: 1;
  background-color: #1967b3;
  border-top-right-radius: 2rem;
  font-size: 1.4rem;
  font-weight: 900;
  font-family: "Noto Sans JP", serif;
  color: #fff;
  padding: 0.5rem 0;
}

#btn_buy_pinned a span {
  vertical-align: middle;
}

#btn_buy_pinned a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*----------------------------------------------------
フッター
----------------------------------------------------*/
footer {
  background: url(../../_assets/images/bg_forest_top_W1200.png) no-repeat center top, url(../../_assets/images/bg_forest_tile.png) repeat;
  background-size: 100%;
  width: 100%;
  padding: 10rem 0 10rem 0;
  min-height: 30vh;
}
footer .SOL_logo {
  width: 10%;
}
footer .copyright {
  text-align: center;
  font-size: 100%;
  line-height: 1.6em;
  padding: 2em;
}
footer .copyright p,
footer .copyright a {
  margin-bottom: 1em;
  color: #fff;
}
@media all and (max-width: 1024px) {
  footer .copyright {
    text-align: center;
    font-size: 80%;
    line-height: 1.6em;
    padding: 2em;
  }
  footer .copyright p {
    margin-bottom: 1em;
  }
}
@media all and (max-width: 640px) {
  footer {
    background: url(../../_assets/images/bg_forest_top_W1200.png) no-repeat center top, url(../../_assets/images/bg_forest_tile.png) repeat;
    background-size: 100%;
    width: 100%;
    padding: 5rem 0;
    min-height: 30vh;
  }
  footer .SOL_logo {
    width: 30%;
  }
  footer .copyright {
    text-align: center;
    font-size: 100%;
    line-height: 1.6em;
    padding: 2em;
  }
  footer .copyright p,
  footer .copyright a {
    color: #fff;
  }
}/*# sourceMappingURL=comment.css.map */