@charset "UTF-8";
html {
  font-size: 62.5%;
  font-size: 10px; }

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;
  color: #222;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

a {
  color: #222; }

img {
  max-width: 100%;
  height: auto; }

/* hover */
a:hover {
  opacity: 0.7; }

.pagetop-btn:hover {
  opacity: 0.7; }

/* bg */
.bg {
  position: relative;
  background-image: url("../img/bg-color.png");
  background-position: center;
  background-repeat: repeat-y;
  background-color: #B1944F;
  max-width: 100%;
  width: 100%;
  min-width: 980px; }

.bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../img/bg-pattern.png") repeat;
  background-size: 40px;
  opacity: 0.6; }

/* content */
.content {
  width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }

/* mv */
.mv {
  width: 100%; }

.mv-logo {
  position: absolute;
  top: 15px;
  left: 40px; }

.mv-logo-img {
  width: 120px;
  height: auto; }

/* section */
.sec-wide {
  text-align: center;
  width: 100%;
  margin: 0 auto; }

.sec-small {
  text-align: center;
  width: 700px;
  margin: 0 auto; }

/* img */
.img-01 {
  width: 628px;
  padding-top: 28px;
  padding-bottom: 64px; }

.img-02 {
  width: 534px;
  padding-bottom: 77px; }

.img-03 {
  padding-top: 77px;
  padding-bottom: 23px; }

.img-04 {
  padding-top: 36px;
  padding-bottom: 82px; }

.img-05 {
  padding-bottom: 25px; }

.img-06 {
  padding-top: 43px;
  padding-bottom: 82px; }

.img-07 {
  padding-bottom: 26px; }

.img-09 {
  padding-bottom: 24px;
  padding-top: 24px; }

/* article */
.article {
  width: 100%;
  text-align: left; }

.comment {
  padding-bottom: 24px; }
  .comment:after {
    content: "";
    height: 0;
    display: block;
    clear: both; }
  .comment:last-child {
    padding-bottom: 0; }

.name {
  float: left;
  width: 78px;
  padding-left: 17px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold; }

.txt {
  float: left;
  width: 622px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em; }

@-moz-document url-prefix() {
  .txt {
    font-size: 14px;
    font-size: 1.4rem; } }

.small {
  font-size: 11px;
  font-size: 1.1rem; }

/* backtop */
.backtop {
  display: inline-block;
  width: 280px;
  padding-top: 57px; }

/* pagetop */
.pagetop {
  position: relative;
  text-align: right;
  width: 800px;
  margin: 0 auto;
  padding-top: 39px;
  z-index: 10; }

.pagetop-btn {
  display: inline-block;
  width: 36px; }

.pagetop-btn:hover {
  cursor: pointer; }

/* footer */
.globalfooter {
  width: 800px;
  padding: 25px 0;
  margin: 0 auto;
  position: relative; }

.globalfooter .footerlogo {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 38px;
  left: 0; }

.globalfooter .footerlogo:hover {
  opacity: 0.7; }

.globalfooter .footertext {
  font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'游ゴシック',YuGothic,sans-serif;
  text-align: right;
  font-size: 11px;
  line-height: 1; }
