@charset "UTF-8";

body {
  font-family: 'Sawarabi Gothic', sans-serif;
  letter-spacing: 0.1em;
}

/* header */
.header {
  background-color: #fde05c;
  color: #fff;
  width: 100%;
  height: 100px;
}
.header-sub {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-ttl {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-nav {
  background-color: #fde05c;
  width: 100%;
  height: 50px;
}
.nav-wrap {
  width: 60%;
  padding-top: 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
  font-size: 16px;
  color: #fff;
}

/* kv */
.kv {
  width: 100%;
  height: 500px;
  background: url('../images/keyvisual.jpg') no-repeat;
  background-size: cover;
  color: #fff;
}
.kv-wrap {
  text-align: center;
  padding-top: 200px;
}
.kv-heading {
  font-size: 36px;
  text-shadow:1px 1px 0 #fde05c,-1px 1px 0 #fde05c,1px -1px 0 #fde05c,-1px -1px 0 #fde05c;
  letter-spacing: 0.15em;
}
.kv-heading-s {
  font-size: 18px;
  margin-top: 20px;
}
.button {
  background-color: #fde05c;
  display: inline-block;
  padding: 15px 60px;
  margin-top: 50px;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: .2s;
}
.button:hover {
  opacity: 0.8;
}

/* carousel */
#slider_wrap {
  margin: 50px auto;
  width: 980px;  /* 変更 */
  height: 200px;
  padding: 10px;
  background: #EFEFEF;
  position: relative;
  border: 1px solid #CCC;
}
#slider_prev {
  position: absolute;
  top: 90px;
  left: 10px;  /* 変更 */
  cursor: pointer;
}
#slider_next {
  position: absolute;
  top: 90px;
  right: 10px;  /* 変更 */
  cursor: pointer;
}
#slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#photo_list {
  /* width: 180px; 幅は指定しない*/
  height: 180px;
  padding: 0;  /* 変更 */
  list-style-type: none;
  float: left;
}
#photo_list li {
  float: left;
  margin: 0 15px 0 0;
  display: inline;
}

#photo_list img {
  border: none;
}

/* wrapper */
.wrapper {
  width: 980px;
  height: 1450px;
  margin: auto;
}
.main {
  width: 650px;
  height: 1450px;
  float: left;
  margin-right: 30px;
}
.side {
  width: 300px;
  height: 1450px;
  float: left;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.main img {
  margin-bottom: 50px;
  transition: .2s;
}
.main img:hover {
  opacity: 0.8;
}

/* side */
.search {
  display: flex;
  margin: 10px 0;
}
.input-btn {
  background-color: #fff;
  width: 255px;
  height: 50px;
  box-sizing: border-box;
  border: 5px solid #fde05c;
  color: #696969;
  font-size: 18px;
  padding-left: 20px;
}
.input-sub {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border: 5px solid #fde05c;
  background-color: #fde05c;
}
.side-heading {
  font-size: 18px;
  letter-spacing: 0.15em;
  padding: 10px 15px;
  font-style: italic;
}
.popular-art img {
  margin-bottom: 20px;
  transition: .2s;
}
.popular-art img:hover {
  opacity: 0.8;
}
.widget {
  text-align: center;
}
.widget .side-heading {
  text-align: left;
}
.widget img {
  margin: 10px 0 20px;
}
.widget .wid-text {
  text-align: left;
  font-style: italic;
  line-height: 2.15;
}
.wid-txt-wrap {
  padding: 0 20px;
}
.category-side {
  margin-top: 50px;
}
.category-wrap {
  width: 290px;
  height: 20px;
  display: flex;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 14px;
  font-style: italic;
  border-bottom: 2px solid #fde05c;
  position: relative;
}
.categoryIcon {
  width: 8px;
  height: 14px;
}
.category-btn {
  padding-left: 10px;
  position: absolute;
  top: -1px;
  left: 10px;
}

/* pagination */
.pagination {
  width: 980px;
  height: 50px;
  margin: 50px auto 0;
  text-align: center;
}
.page-btn-wrap {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.pagination-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-style: italic;
  padding-top: 7px;
  border: 2px solid #fde05c;
  color: #fde05c;
}
.pagination-btn:first-child {
  background-color: #fde05c;
  color: #fff;
}

/* category */
.category {
  width: 980px;
  margin: 55px auto 0;
}
.category-heading {
  font-size: 30px;
  font-style: italic;
  color: #fde05c;
  letter-spacing: 0.1em;
}
.category-foot-wrap {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.category-foot-box {
  width: 200px;
  margin-top: 30px;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.1em;
}
.category-foot-heading {
  width: 100%;
  font-size: 24px;
  padding-left: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fde05c;
}
.category-foot-box img {
  width: 100%;
}
.category-foot-box img {
  transition: .2s;
}
.category-foot-box img:hover {
  transform: scale(1.05);
}
.category-foot-txt {
  width: 100%;
  padding: 20px 5px;
  line-height: 1.67;
}
.category-foot-date {
  color: #a7a7a7;
  padding-left: 5px;
  width: 100%;
}

/* footer */
.footer {
  width: 100%;
  height: 100px;
  background-color: #fde05c;
  color: #fff;
  margin-top: 50px;
  text-align: center;
}
.footer-logo {
  display: inline-block;
  padding-top: 20px;
  font-size: 18px;
  font-style: italic;
}
