@charset "UTF-8";
/* reset
**********************************************************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700;900&display=swap");
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 {
  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;
}

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;
  outline: 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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* font */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: 游明朝, "Yu Mincho", YuMincho, 'Noto Serif JP', "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: 游明朝, "Yu Mincho", YuMincho, 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  }
}

a {
  color: #000;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

h1, h2, h2, h3, h4 {
  font-weight: 400;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 896px) {
  .spnone {
    display: none;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.wrapper {
  overflow: hidden;
}

.w1080 {
  max-width: 1080px;
  padding: 0 10px;
  margin: 0 auto;
}

.fadeInTrigger {
  opacity: 0;
}

/* fadeIn */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  /*ゆっくり出現するため数値変更*/
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header {
  width: 100%;
  position: fixed;
  z-index: 10;
  transition: all .5s ease 0s;
  padding-bottom: 15px;
}
.header.bg_w {
  background: rgba(255, 255, 255, 0.8);
}
@media all and (max-width: 896px) {
  .header.bg_w {
    background: transparent;
  }
}

.header_wrapper {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

.navigation {
  transition: all .5s ease 0s;
}
@media all and (max-width: 896px) {
  .navigation {
    box-sizing: border-box;
    background: #AB8D54;
    padding: 50px 20px 20px;
    position: absolute;
    top: 0;
    right: -100%;
    height: 100vh;
  }
}
@media all and (max-width: 896px) {
  .navigation.open {
    right: 0;
  }
}

.list_nav {
  display: flex;
  font-size: 1.5rem;
  margin: 0 55px 6px 0;
}
@media all and (max-width: 896px) {
  .list_nav {
    display: block;
  }
}
.list_nav > li {
  padding: 0 15px;
}
@media all and (max-width: 896px) {
  .list_nav > li {
    padding: 15px 0;
  }
}
.list_nav > li a {
  padding-bottom: 6px;
  position: relative;
}
@media all and (max-width: 896px) {
  .list_nav > li a {
    color: #fff;
  }
}
.list_nav > li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: all .3s ease 0s;
}
@media all and (max-width: 896px) {
  .list_nav > li a::after {
    background: #fff;
  }
}
.list_nav > li a:hover::after {
  width: 100%;
}

.btn_top {
  font-size: 1.5rem;
}
@media all and (max-width: 896px) {
  .btn_top {
    display: none;
  }
}
.btn_top a {
  display: block;
  box-sizing: border-box;
  color: #fff;
  background: #AB8D54;
  padding: 30px 24px 5px;
}

.menu_trigger {
  display: none;
}
@media all and (max-width: 896px) {
  .menu_trigger {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #AB8D54;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.menu_trigger span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 2px;
  background: #fff;
  width: 45%;
}
.menu_trigger span:nth-of-type(1) {
  top: 16px;
}
.menu_trigger span:nth-of-type(2) {
  top: 24px;
}
.menu_trigger span:nth-of-type(3) {
  top: 32px;
}
.menu_trigger.active span:nth-of-type(1) {
  top: 20px;
  left: 18px;
  transform: translateY(4px) rotate(-45deg);
  width: 30%;
}
.menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu_trigger.active span:nth-of-type(3) {
  top: 28px;
  left: 18px;
  transform: translateY(-4px) rotate(45deg);
  width: 30%;
}

.footer_wrapper {
  padding: 60px 0 120px;
}
@media all and (max-width: 896px) {
  .footer_wrapper {
    padding: 40px 0 100px;
  }
}

.footer_logo {
  width: 80%;
  max-width: 220px;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .footer_logo {
    max-width: 180px;
  }
}

.bg_gray {
  background: #EFEFEF;
}

.pagetop {
  z-index: 99;
  position: fixed;
  right: 20px;
}
@media all and (max-width: 480px) {
  .pagetop {
    right: 15px;
  }
}
.pagetop span {
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #AB8D54;
  color: #fff;
  transition: .3s;
  position: relative;
}
@media all and (max-width: 480px) {
  .pagetop span {
    width: 40px;
    height: 40px;
  }
}
.pagetop span::before {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%) rotate(45deg);
}
@media all and (max-width: 896px) {
  .pagetop span::before {
    width: 16px;
    height: 16px;
  }
}
.pagetop span:hover {
  opacity: 1;
}

@media print {
  .pagetop {
    display: none;
  }
}
