@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(http://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url("https://fonts.googleapis.com/css?family=Dancing+Script");

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

.cf:after {
  content: "";
  clear: both;
  display: block;
}

body {
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Noto Sans Japanese";
}

/*----- ul -----*/
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #side;
}

article ul li:before {
  content: ">";
  margin-right: 5px;
  color: #df0170;
}

/*----- ol -----*/
article ol {
  counter-reset: list;
  list-style-type: none;
  font: 16px;
  padding: 0px;
  background: #333;
  color: #fff;
}

article ol li {
  position: relative;
  line-height: 20px;
  margin: 7px 0 7px 60px;
}

article ol li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 0;
  left: -34px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 22px;
  font-family: "Dancing Script", cursive;
  font-size: 22px;
  font-weight: bold;
  color: #be8a3a;
  z-index: 1;
}

/*----- blockquote -----*/
blockquote {
  background: #df0170;
  padding: 3em 1em;
  position: relative;
  color: #fff;
  text-align: center;
}

blockquote:before,
blockquote:after {
  font-size: 400%;
  line-height: 0em;
  color: #be8a3a;
  position: absolute;
}

blockquote:before {
  content: "“";
  left: 10px;
  top: 0;
  line-height: 1em;
}

blockquote:after {
  content: "”";
  right: 10px;
  bottom: 0;
}

/*----- table -----*/
table {
  width: 100%;
  border-spacing: 2px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

table th {
  width: 30%;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: none;
  background: #be8a3a;
  color: #fff;
}

table td {
  padding: 10px;
  vertical-align: top;
  border: none;
  background: #fff;
  color: #333;
}

/*----- other -----*/
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: 3px solid #eee;
  margin: 1em 0;
  padding: 1em;
}

strong {
  color: #df0170;
  font-weight: normal;
}

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

em {
  color: #be8a3a;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
  background: #333;
  padding: 8px;
  margin-bottom: 3px;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/*■■■■■ 大枠　■■■■■*/
#carrier {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

main {
  float: left;
  max-width: 78%;
  margin-bottom: 30px;
}

@media screen and (max-width: 597px) {
  main {
    max-width: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#side-cont {
  float: right;
  width: 22%;
  position: sticky;
  top: 0;
  height: fit-content;
}

/*----- 見出し -----*/
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: "Sawarabi Mincho";
  text-align: center;
}

h2 {
  font-size: 28px;
  background-size: 90%;
}

h3 {
  font-size: 24px;
  background: #be8a3a;
  color: #fff;
}

h4 {
  background: #df0170;
  color: #000;
  font-size: 20px;
}

h5 {
  font-size: 16px;
  border-top: solid 3px #333;
  border-bottom: solid 3px #333;
  padding: 5px;
}

h6 {
  font-size: 16px;
  text-align: left;
}

h6:before {
  font-family: FontAwesome;
  content: "\f219";
  margin-right: 10px;
}

/* 下層用 */
.under h1 {
  font-size: 28px;
  background-size: 90%;
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: "Sawarabi Mincho";
  text-align: center;
}

.under h2 {
  font-size: 24px;
  background: #be8a3a;
  color: #fff;
}

.under h3 {
  background: #df0170;
  color: #000;
  font-size: 20px;
  margin-top: 40px;
}




img {
  max-width: 100%;
  font-weight: bold;
}

/*----- リンク -----*/
a {
  color: #fff;
  display: block;
}

a:hover {
  color: #be8a3a;
}

/*■■■■■ top page　■■■■■*/
/*----- header -----*/
#hhh {
  width: 100%;
  background: url(../images/ttl_bg.png) no-repeat center 15px;
  background-size: 96%;
}

#hhh-cont {
  width: 930px;
  margin: 0 auto;
  text-align: center;
}

.hhh-title a {
  width: 100%;
  line-height: 1.2;
  padding-top: 20px;
  font-size: 30px;
  font-family: "Sawarabi Mincho";
  color: #be8a3a;
}

.hhh-copy {
  margin: 8px 0;
  font-size: 90%;
  color: #be8a3a;
}

#hhh-gnav ul {
  max-width: 930px;
  margin: 0 auto;
  font-size: 16px;
  overflow: hidden;
}

#hhh-gnav li {
  width: 25%;
  float: left;
}

#hhh-gnav li a {
  padding: 20px;
  font-weight: bold;
  text-align: center;
  font-family: "Sawarabi Mincho";
  transition: 0.3s;
}

.slicknav_menu {
  display: none;
}

/*----- slider -----*/
#main-cont {
  width: 100%;
  padding: 20px;
  border-top: solid 2px #333333;
  margin: 0 auto 50px;
  position: relative;
}

.bx-wrapper {
  max-width: 1800px !important;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

/*----- main -----*/
main article {
  padding-top: 80px;
  margin-bottom: 50px;
  background: url(../images/line2.png) repeat-x top;
}

main article img {
  margin-bottom: 10px;
  width: 100%;
}

/*----- 本文 -----*/
.media-block {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px 0px;
}

/*----- 下層リンク -----*/

/*----- もっと読む -----*/
.read-bn {
  text-align: center;
}

.read-bn a {
  width: 200px;
  margin: 20px auto;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  background: #df0170;
  border-radius: 10px;
}

.read-bn a:before {
  font-family: FontAwesome;
  content: "\f219";
  margin-right: 10px;
}

.read-bn a:hover {
  background: #333;
}

/*----- おすすめ -----*/
.osusume-block h3 {
  background: none;
  position: relative;
}

.osusume-block h3 a {
  width: 80%;
  margin: 0 10%;
  display: block;
  color: #fff;
  background: #df0170;
  padding: 20px;
  border-radius: 15px;
}

.osusume-block h3 a::after {
  content: ">";
  position: absolute;
  right: 70px;
}

.osusume-block h3 a:before {
  font-family: FontAwesome;
  content: "\f219";
  margin-right: 10px;
}

.osusume-block h3 a:hover {
  background: #be8a3a;
}

.osusume-block span {
  font-size: 70%;
}

.osusume-block a {
  text-align: left;
}

/*----- aside -----*/
#side-cont li {
  width: 90%;
  margin-left: 10%;
  padding: 10px;
  text-align: center;
}

#side-cont dt {
  padding: 3px 0;
  font-size: 12px;
  color: #be8a3a;
  font-weight: normal;
  border-top: dotted 1px #be8a3a;
}

#side-cont dt:before {
  font-family: FontAwesome;
  content: "\f219";
  margin-right: 3px;
}

#side-cont dd {
  font-size: 10px;
  padding: 5px 0;
}

/*----- footer -----*/
#footer-cont {
  width: 100%;
  padding: 30px 0;
  border-top: solid 1px #333;
}

#footer-cont ul {
  width: 930px;
  margin: 0 auto;
  padding-bottom: 70px;
  background: url(../images/line.png) no-repeat center bottom;
  background-size: 700px;
  overflow: hidden;
  text-align: center;
}

#footer-cont li {
  float: left;
  width: 50%;
}

#footer-cont dl {
  margin: 0 0.5em;
}

#footer-cont dt {
  font-weight: bold;
  font-size: 12px;
  background: #be8a3a;
  border-radius: 12px;
}

#footer-cont dd {
  padding: 10px 0;
  float: left;
  margin-left: 10px;
  font-size: 10px;
}

.footer-copy {
  width: 930px;
  margin: 0 auto;
  font-size: 60%;
  text-align: center;
  padding: 10px 0 0;
  color: #bbb;
}

.toppage-bn {
  width: 50px;
  height: 50px;
  background-color: #be8a3a;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
}

.toppage-bn::before {
  content: "";
  display: blcok;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 22px;
  left: 19px;
}

/*----- 404 -----*/
.page404 {
  padding: 1.5em 0.5em;
  font-family: "Sawarabi Mincho";
}

.page404 b {
  font-size: 46px;
  display: block;
  margin-bottom: 5px;
  color: #df0170;
}

/*----- pan nav -----*/
#pan-gnav {
  padding: 5px;
  margin-bottom: 20px;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  font-size: 10px;
}

#pan-gnav li {
  display: inline-block;
  margin-right: 10px;
}

#pan-gnav a:hover {
  color: #df0170;
}

/*----- SNS -----*/
#sns-cont {
  width: 80%;
  text-align: center;
  overflow: hidden;
  padding-bottom: 80px;
  margin: 0 10% 30px;
  background: url(../images/line2.png) repeat-x bottom;
}

#sns-cont dt {
  width: 100%;
  text-align: center;
  font-size: 28px;
  padding: 6px 15px;
  margin-bottom: 10px;
  font-family: "Sawarabi Mincho";
}

#sns-cont dd {
  width: 24%;
  float: left;
  margin: 0 0.5%;
}

#sns-cont dd .fa {
  font-weight: bold;
}

#sns-cont dd a {
  margin: 10px;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  font-size: 14px;
  line-height: 30px;
  border-radius: 10px;
}

#sns-cont dd a:hover {
  font-size: 30px;
  background: none;
  border: solid 4px #be8a3a;
  margin: -4px;
}

/*----- SNS背景色 -----*/
#twitter {
  background: #00acee;
}

#hatena {
  background: #2d4c86;
}

#facebook {
  background: #3b5998;
}

#ggl-plus {
  background: #dd4b39;
}

/*下層などflex内で要素が増える時*/
#carrier:has(#pan-gnav) {
  flex-wrap: wrap;
}

/*パンくずが含まれる時のみ*/
#pan-gnav {
  width: 100%;
}

/*パンくず*/