@charset "utf-8";
@import url("http://fonts.googleapis.com/earlyaccess/sawarabimincho.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  font-family: Meiryo, "Lucida Grande", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  color: #1d0c0c;
  background: url(../images/bg.png) repeat;
}

del {
  text-decoration: line-through;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

pre {
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */
  display: inline-block;
  border: 2px solid #bbb;
  margin: 1em 0;
  padding: 1em;
}

strong {
  color: #fff;
  background: #f4ae53;
}

em {
  color: #a20f0c;
}

strong,
b {
  font-size: 100%;
}

ins {
  display: inline-block;
  background: rgba(162, 15, 12, 0.1);
}

/*--- table*/
table {
  border-collapse: collapse;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}

table th {
  width: 150px;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border: solid 1px #aaa;
  background: #f4ae53;
  color: #fff;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: solid 1px #aaa;
}

/*--- blockquote*/
blockquote {
  margin-bottom: 30px;
  padding: 2em;
  text-align: center;

  border-top: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  font-family: "Sawarabi Mincho";
  font-size: 110%;
  position: relative;
  z-index: 1;
}

blockquote:before,
blockquote:after {
  font-size: 46px;
  line-height: 1em;
  color: rgba(162, 15, 12, 0.6);
  font-family: "Sawarabi Mincho";
  z-index: -1;
  text-shadow: none;
}

blockquote:before {
  content: "❝";
  position: absolute;
  left: 15px;
  top: 5px;
}

blockquote:after {
  content: "❞";
  position: absolute;
  right: 15px;
  bottom: -10px;
}

/*--- list ul*/
article ul {
  width: 100%;
  margin: 40px 0;
  position: relative;
  border: solid 1px #aaa;
  background: #fff;
  border-radius: 6px;
}

article ul li {
  margin: 0.5em 0;
  padding: 10px 35px;
  line-height: 2.35em;
}

article ul li:before {
  font-family: FontAwesome;
  content: "\f111";
  color: rgba(162, 15, 12, 0.6);
  font-size: 16px;
  margin-right: 5px;
}

/*--- list ol*/
article ol {
  width: 100%;
  margin: 40px 0;
  counter-reset: number;
  list-style-type: none !important;
  position: relative;
  box-shadow: 0px 0px 8px 2px rgba(90, 68, 51, 0.3) inset;
  border-radius: 6px;
}

article ol li {
  margin: 1.5em 0;
  padding: 15px 0 15px 55px;

  list-style: none;
  position: relative;
}

article ol li:before {
  color: #a20f0c;

  position: absolute;
  counter-increment: number;
  content: counter(number) ".";
  text-align: center;
  display: inline-block;

  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 22px;
  left: 25px;

  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--- layout ---*/
#all {
  width: 957px;
  margin: 0 auto;
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
}

article {
  margin-bottom: 30px;
}

article img {
  max-width: 100%;
  margin-bottom: 15px;
}

/*--- link*/
a {
  display: block;
  color: #1d0c0c;
}

a:hover {
  color: #a20f0c;
}

/*--- title ---*/
h1,
h2,
h3,
h4,
h5,
h6,
.under h1,
.under h2,
.under h3 {
  line-height: 1.2;
  font-weight: 500;
  font-family: "Sawarabi Mincho";
}

h2,
h3,
h4,
h5,
h6,
.under h1 {
  font-size: 135%;
  margin-bottom: 15px;
}

h2,
.under h1 {
  font-size: 150%;
  letter-spacing: -0.07em;
  padding: 10px;
  color: #fff;
  border-bottom: solid 1px #8b0502;
  border-radius: 6px;

  background: rgb(192, 32, 32);
  background: -moz-linear-gradient(top,
      rgba(192, 32, 32, 1) 1%,
      rgba(192, 32, 32, 1) 49%,
      rgba(164, 20, 19, 1) 51%,
      rgba(164, 20, 19, 1) 100%);
  background: -webkit-linear-gradient(top,
      rgba(192, 32, 32, 1) 1%,
      rgba(192, 32, 32, 1) 49%,
      rgba(164, 20, 19, 1) 51%,
      rgba(164, 20, 19, 1) 100%);
  background: linear-gradient(to bottom,
      rgba(192, 32, 32, 1) 1%,
      rgba(192, 32, 32, 1) 49%,
      rgba(164, 20, 19, 1) 51%,
      rgba(164, 20, 19, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c02020', endColorstr='#a41413', GradientType=0);
}

h3,
.under h2 {
  font-size: 150%;
  padding: 10px;
  border-bottom: solid 1px #e0d8d2;
  border-radius: 6px;

  background: rgb(224, 216, 210);
  background: -moz-linear-gradient(top,
      rgba(224, 216, 210, 1) 0%,
      rgba(255, 255, 255, 1) 12%,
      rgba(255, 255, 255, 1) 93%,
      rgba(242, 235, 230, 1) 100%);
  background: -webkit-linear-gradient(top,
      rgba(224, 216, 210, 1) 0%,
      rgba(255, 255, 255, 1) 12%,
      rgba(255, 255, 255, 1) 93%,
      rgba(242, 235, 230, 1) 100%);
  background: linear-gradient(to bottom,
      rgba(224, 216, 210, 1) 0%,
      rgba(255, 255, 255, 1) 12%,
      rgba(255, 255, 255, 1) 93%,
      rgba(242, 235, 230, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0d8d2', endColorstr='#f2ebe6', GradientType=0);
}

h3:before,
.under h2::before {
  font-family: FontAwesome;
  content: "\f042";
  color: rgba(162, 15, 12, 0.6);
  margin-right: 5px;
}

h4,
.under h3 {
  color: #fff;
  padding: 5px 10px;
  background: #a20f0c;
  border-radius: 6px 6px 0 0;
}

.under h3 {
  margin-top: 40px;
}

h5 {
  font-size: 120%;
  border-bottom: solid 1px #aaa;
  padding: 5px 10px;
  font-weight: 600;
}

h6 {
  font-size: 130%;
  font-weight: 600;
  padding: 5px 10px;
  color: #a20f0c;
}

/*--- header ---*/
#clip-hd {
  width: 100%;
  margin-bottom: 20px;
  font-family: "Sawarabi Mincho";
}

.clip-hdIn {
  width: 957px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/*--- h1*/
h1 a,
.clip-hdTtl a {
  margin: 0 auto;
  font-size: 140%;
  letter-spacing: -0.1em;
  color: #fff;
  padding: 30px 10px;
  text-shadow: 0 0 2px #a20f0c, 0 0 6px #a20f0c;
}

h1 a:hover,
.clip-hdTtl a:hover {
  color: #fff;
  opacity: 0.8;
}

/*--- headCopy*/
.clip-hdCp {
  width: 100%;
  border-top: solid 4px #000;
  border-bottom: solid 3px #fff;
  background: #d6d2cf;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.clip-cp {
  max-width: 960px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 700;
  color: #a40e0b;
  text-align: right;
  line-height: 30px;
}

.slicknav_menu {
  display: none;
}

/*--- mainSlider ---*/
.clip-mainvisual {
  margin-top: 20px;
}

.bx-wrapper {
  display: inline-block;
  margin: 30px auto;
  border: solid 5px #fff;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.bx-wrapper .bx-controls-direction a {
  display: none;
}

/*--- mainArea ---*/
#clip-wrap {
  max-width: 77%;
  float: right;
  margin-top: 40px;
  position: relative;
}

#clip-main article {
  background: none;
  margin: 0 2% 2%;
}

/*--- 下層リンク ---*/
#clip-main .clip-under {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  border: solid 1px #aaa;
}

#clip-main .clip-under img {
  border-radius: 6px;
  width: 45%;
  float: left;
  margin-bottom: 0;
}

#clip-main .clip-under>div {
  width: 53%;
  float: right;
}

#clip-main .clip-under>div h2 {
  color: #a41413;
  padding: 10px 0;
  border-radius: 0;
  background: none;
  border-bottom: dotted #aaa 1px;
}

.clip-under p {
  line-height: 1.8;
}

/*--- readMore*/
.clip-more {
  width: 80px;
  /* margin: 10px auto; */
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.clip-more a:before {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  right: 10px;
}

.clip-more a {
  font-size: 11px;
  line-height: 17px;
  position: relative;
  border: solid 1px #a41413;
  color: #fff;
  border-radius: 4px;
  background: rgb(192, 32, 32);
  background: -moz-linear-gradient(top,
      rgba(192, 32, 32, 1) 1%,
      rgba(192, 32, 32, 1) 49%,
      rgba(164, 20, 19, 1) 51%,
      rgba(164, 20, 19, 1) 100%);
  background: -webkit-linear-gradient(top,
      rgba(192, 32, 32, 1) 1%,
      rgba(192, 32, 32, 1) 49%,
      rgba(164, 20, 19, 1) 51%,
      rgba(164, 20, 19, 1) 100%);
  background: linear-gradient(to bottom,
      rgba(192, 32, 32, 1) 1%,
      rgba(192, 32, 32, 1) 49%,
      rgba(164, 20, 19, 1) 51%,
      rgba(164, 20, 19, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c02020', endColorstr='#a41413', GradientType=0);
}

.clip-more a:hover {
  opacity: 0.8;
}

/*--- recommend ---*/
article#clip-pick {
  overflow: hidden;
  border: 0;
}

/*--- h3_link*/
.clip-pickIn {
  width: 33.33%;
  margin: 0 auto 12px;
  float: left;
  /* text-align: center; */
}

.clip-pickIn h3 {
  width: 94%;
  font-size: 110%;
  background: none;
  border: 0;
  padding: 0;
  margin: 0 auto;
}

.clip-pickIn h3:before {
  display: none;
}

.clip-pickIn h3 a {
  position: relative;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0px 1px 1px 1px rgba(90, 68, 51, 0.3);
  border: solid 1px #f29200;
  background: rgb(248, 191, 0);
  background: -moz-linear-gradient(top,
      rgba(248, 191, 0, 1) 0%,
      rgba(242, 146, 0, 1) 100%);
  background: -webkit-linear-gradient(top,
      rgba(248, 191, 0, 1) 0%,
      rgba(242, 146, 0, 1) 100%);
  background: linear-gradient(to bottom,
      rgba(248, 191, 0, 1) 0%,
      rgba(242, 146, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8bf00', endColorstr='#f29200', GradientType=0);
}

.clip-pickIn h3 a:after {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  right: 10px;
  font-weight: normal;
}

.clip-pickIn h3 a:hover {
  opacity: 0.8;
}

.clip-pickIn p {
  width: 90%;
  margin: 3px auto 0;
  font-size: 85%;
}

/*--- aside ---*/
#clip-side {
  /*min-*/
  width: 20%;
  float: left;
  margin-bottom: 30px;
  text-align: center;
  border: solid 1px #fff;
  box-sizing: border-box;
  border-radius: 0 0 6px 6px;
  border-top: 0;
  border-bottom: 0;
  background: rgb(222, 71, 64);
  background: -moz-linear-gradient(top,
      rgba(222, 71, 64, 1) 1%,
      rgba(131, 11, 13, 1) 99%);
  background: -webkit-linear-gradient(top,
      rgba(222, 71, 64, 1) 1%,
      rgba(131, 11, 13, 1) 99%);
  background: linear-gradient(to bottom,
      rgba(222, 71, 64, 1) 1%,
      rgba(131, 11, 13, 1) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de4740', endColorstr='#830b0d', GradientType=0);
}

.clip-menu {
  position: sticky;
  top: 0;
  height: fit-content;
}

aside dt {
  font-size: 130%;
  font-family: "Sawarabi Mincho";
  padding: 5px 0;
  color: #fff;
}

aside dd {
  font-weight: bold;
  position: relative;
}

/*--- 上block*/
aside .side-01 {
  margin-bottom: 50px;
}

aside .side-01 dd a {
  line-height: 40px;
  color: #fff;
}

aside .side-01 dd :hover {
  opacity: 0.8;
}

/*--- 下block*/
aside .side-02 dd a p {
  width: 100%;
  font-family: "Sawarabi Mincho";
  font-size: 110%;
  line-height: 50px;
  position: absolute;
  top: 35%;
  left: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 2px #530001, 0 0 6px #530001;
}

aside .side-02 dd img {
  width: 94%;
  margin: 3% auto;
  border: solid 1px #fff;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

aside .side-02 dd a:hover img {
  opacity: 0.8;
}

/*--- footer ---*/
#clip-ft {
  width: 100%;
  border-top: solid 4px #a20f0c;
  background: #fff;
}

footer ul {
  width: 957px;
  margin: 20px auto;
  overflow: hidden;
}

footer dl {
  padding: 10px 0;
  overflow: hidden;
}

footer dt {
  width: 120px;
  padding-left: 10px;
  font-weight: 900;
  font-family: "Sawarabi Mincho";
  position: relative;
  border-bottom: dotted 1px #ccc;
  float: left;
  line-height: 30px;
}

footer dd {
  display: inline-block;
  line-height: 30px;
  font-weight: bold;
}

footer dd a {
  padding: 0 10px;
  position: relative;
}

footer dd a:before {
  font-family: FontAwesome;
  content: "\f0da";
  margin-right: 5px;
  color: #a20f0c;
}

/*--- footCopy*/
.clip-fc {
  padding: 10px 20px;
  margin: 0 auto;
  text-align: center;
  font-size: 85%;
  color: #fff;
  background: #1d0c0c;
}

/*--- 404*/
.clip-nf {
  margin: 20px auto;
}

.clip-nf b {
  display: block;
  margin-top: 20px;
  font-family: "Sawarabi Mincho";
  color: #a20f0c;
  font-size: 400%;
}

/*--- pan*/
.clip-pan {
  width: 957px;
  margin: 10px auto;
}

.clip-pan a {
  display: inline;
  padding: 0 8px;
  font-size: 85%;
}

.clip-pan a:hover {
  background: #fff;
  border-radius: 10px;
}

/*--- SNS ---*/
#clip-sns {
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 15px;
}

.clip-snsIn dd {
  margin: 0 auto;
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
}

.clip-snsIn dd a {
  width: 50px;
  height: 18px;
  margin: 0 3px;
  color: #fff;
  position: relative;
  border-radius: 10px;
}

.clip-snsIn dd a:hover,
#fb:hover,
#ggl:hover,
#ht:hover {
  opacity: 0.8;
}

/*--- 個別*/
#tw {
  background: #28aae1;
}

#fb {
  background: #041d4d;
}

#ggl {
  background: #dd4b39;
}

#ht {
  background: #3b5998;
}

/*--- topPage*/
.clip-btn a {
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;

  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;

  font-size: 9px;
  background: #fff;
  border: solid 1px #a20f0c;
}

.clip-btn a:before {
  display: block;
  font-family: FontAwesome;
  content: "\f106";
  font-size: 46px;
  color: #a20f0c;
}

.clip-btn a:hover {
  background: #ffe9ec;
}