@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
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, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*background:transparent;*/
}

body {
  line-height: 1;
}

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;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  line-height: 1;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* clear */
.clear,
.clearfix {
  zoom: 100%;
}

.clear:after,
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

html, body {
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.f1M, .pagination.single .prev:after,
.pagination.single .next:before, .f1SB, .f1B {
  font-family: 'Poppins', sans-serif;
}

.f1M, .pagination.single .prev:after,
.pagination.single .next:before {
  font-weight: 500;
}

.f1SB {
  font-weight: 600;
}

.f1B {
  font-weight: 700;
}

.f2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.f3 {
  font-family: 'Patua One', cursive;
  font-weight: 400;
}

/*
color
 */
html, body {
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.f1M, .pagination.single .prev:after,
.pagination.single .next:before, .f1SB, .f1B {
  font-family: 'Poppins', sans-serif;
}

.f1M, .pagination.single .prev:after,
.pagination.single .next:before {
  font-weight: 500;
}

.f1SB {
  font-weight: 600;
}

.f1B {
  font-weight: 700;
}

.f2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.f3 {
  font-family: 'Patua One', cursive;
  font-weight: 400;
}

/*
color
 */
header nav ul, footer nav, .pagination nav {
  font-size: 0;
  letter-spacing: 0;
}

header .logo .red, header nav a, footer .pagetop img, footer nav.sns .fill, footer nav.link a, .pagination .prev img,
.pagination .next img, .pagination nav a {
  transition: all .2s ease-out;
}

/*
main visual
 */
/* base */
html, body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  color: #333;
  height: 100%;
  background: #F9F7F4;
}

a {
  color: #333;
}

.text {
  word-break: break-all;
}

.sp {
  display: none;
}

#wrapper {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

.contents_wrap {
  position: relative;
  z-index: 1;
  background: #F9F7F4;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 110px;
  background: #F9F7F4;
  min-width: 960px;
}

header .logo {
  float: left;
  margin: 38px 0 0 35px;
  display: block;
}

header .logo:hover .red {
  fill: #000;
}

header nav {
  float: right;
  margin: 25px 40px 0 0;
}

header nav ul {
  text-align: right;
}

header nav ul.mini {
  margin-bottom: 18px;
}

header nav ul.mini li {
  font-size: 11px;
  margin-left: 15px;
}

header nav li {
  display: inline-block;
  letter-spacing: .1em;
  margin-left: 30px;
  font-size: 16px;
}

header nav a {
  color: #333;
}

header nav a:hover, header nav a.current {
  color: #997346;
}

#contents {
  padding-top: 110px;
  padding-bottom: 340px;
}

#contents main {
  display: block;
  width: 960px;
  margin: 0 auto;
  padding-top: 70px;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #AC865A;
  padding: 47px 0 12px;
  color: #fff;
  text-align: center;
}

footer .pagetop {
  background: no-repeat center/100% auto url(../img/parts2.svg);
  width: 190px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: -46px;
  margin-left: -95px;
}

footer .pagetop img {
  position: relative;
  top: 12px;
}

footer .pagetop:hover img {
  top: 7px;
}

footer nav.sns li {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
}

footer nav.sns li a:hover .fill {
  fill: #333;
}

footer nav.link {
  margin-top: 40px;
}

footer nav.link ul {
  font-size: 12px;
  letter-spacing: .1em;
}

footer nav.link li {
  display: inline-block;
  margin: 0 10px;
}

footer nav.link a {
  border-bottom: solid 3px #fff;
  color: #fff;
}

footer nav.link a:hover {
  border-bottom-color: #333;
  color: #333;
}

footer .copyright {
  font-size: 10px;
  letter-spacing: .1em;
  margin-top: 40px;
}

.pagination {
  margin-top: 45px;
  position: relative;
}

.pagination.single .prev:after,
.pagination.single .next:before {
  font-size: 20px;
  position: absolute;
  top: -3px;
  height: 30px;
  line-height: 30px;
}

.pagination.single .prev:after {
  content: 'PREV';
  left: 35px;
}

.pagination.single .next:before {
  content: 'NEXT';
  right: 35px;
}

.pagination .prev,
.pagination .next {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: solid 3px #333;
  border-radius: 30px;
  position: relative;
  display: block;
}

.pagination .prev img,
.pagination .next img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  display: block;
}

.pagination .prev {
  float: left;
}

.pagination .next {
  float: right;
}

.pagination div.prev,
.pagination div.right {
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.pagination a.prev:hover img {
  margin-left: -5px;
}

.pagination a.next:hover img {
  margin-left: 5px;
}

.pagination nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.pagination nav li {
  display: inline-block;
  font-size: 20px;
  margin: 0 14px;
}

.pagination nav span {
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.pagination nav a:hover {
  color: #997346;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  header {
    height: 70px;
    min-width: 100%;
  }
  header .logo {
    margin: 18px 0 0 18px;
  }
  header .logo img {
    width: 153px;
  }
  header .sp_global_nav {
    position: absolute;
    top: 24px;
    right: 18px;
    z-index: 1001;
    width: 42px;
    height: 16px;
  }
  header .sp_global_nav hr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #333;
    padding: 0;
    margin: 0;
    border: none;
    transition: all .4s ease-out;
  }
  header .sp_global_nav hr:nth-of-type(2) {
    top: 7px;
  }
  header .sp_global_nav hr:nth-of-type(3) {
    top: auto;
    bottom: 0;
  }
  header.open .sp_global_nav hr:nth-of-type(1) {
    -ms-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg);
  }
  header.open .sp_global_nav hr:nth-of-type(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  header.open .sp_global_nav hr:nth-of-type(3) {
    -ms-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg);
  }
  header.open nav {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
  }
  header nav {
    float: none;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #AC865A;
    transition: all .4s ease-out;
    -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
  }
  header nav .menu_wrap {
    position: relative;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
  }
  header nav ul {
    text-align: center;
    border-bottom: solid 2px #fff;
    padding-bottom: 20px;
  }
  header nav ul.mini {
    display: none;
  }
  header nav ul.mini.sp {
    display: block;
    margin-top: 30px;
    border-bottom: none;
    padding-bottom: 0;
  }
  header nav ul.mini.sp li {
    font-size: 17px;
    margin: 20px 0 0;
  }
  header nav li {
    display: block;
    margin: 20px 0 0;
    font-size: 20px;
  }
  header nav a {
    color: #fff;
  }
  header nav a:hover, header nav a.current {
    color: #fff;
    text-decoration: underline;
  }
  #contents {
    padding-top: 70px;
  }
  #contents main {
    width: auto;
    padding-top: 20px;
  }
  .pagination {
    padding: 0 15px;
  }
  .pagination.single .prev:after,
  .pagination.single .next:before {
    font-size: 20px;
    position: absolute;
    top: -3px;
    height: 30px;
    line-height: 30px;
  }
  .pagination.single .prev:after {
    content: 'PREV';
    left: 35px;
  }
  .pagination.single .next:before {
    content: 'NEXT';
    right: 35px;
  }
  .pagination nav li {
    font-size: 17px;
    margin: 0 10px;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  header nav .menu_wrap {
    padding: 30px 0;
    height: 100%;
    box-sizing: border-box;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    top: 0;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
  }
}
