@charset "UTF-8";
/* ------------------------------
- reset
------------------------------ */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  box-sizing: border-box;
}
html {
  font-size: 13px;
}
body {
  background-color: #fff;
  color: #656565;
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",YuGothic,"Yu Gothic", sans-serif;
  overflow-x: hidden;
}
main {
  display: block;
}
li {
  list-style-type: none;
}
a {
  color: #656565;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}
*::before,
*::after {
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6, a, li, a span {
  line-height: 1.5;
}
p, p a ,p span {
  line-height: 1.7;
}
sup {
  font-size: 0.5em;
  vertical-align: super;
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: 0;
}
select::-ms-expand {
    display: none;
}
input::placeholder,
textarea::placeholder {
  color: #e6e6e6;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #e6e6e6;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #e6e6e6;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  html {
    font-size: 14px;
  }
}
/* ------------------------------
- ff
------------------------------ */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Playfair+Display:400,500,600,700&display=swap');
.ff-PD {
  font-family: 'Playfair Display', 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .06em;
}
.ff-lato {
  font-family: 'Lato',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",YuGothic,"Yu Gothic", sans-serif;
  letter-spacing: .05em;
}
/* ------------------------------
- utility
------------------------------ */
.visible-lg,
.visible-md {
  display: none;
}
.visible-sm {
  display: inherit;
}
@media only screen and (min-width: 750px) {
  .visible-sm,
  .visible-lg {
    display: none;
  }
  .visible-md {
    display: inherit;
  }
}
@media only screen and (min-width: 1000px) {
  .visible-sm,
  .visible-md {
    display: none;
  }
  .visible-lg {
    display: inherit;
  }
}
/* ------------------------------
- bg
------------------------------ */
.bg-gray {
  background: #f7f7f7;
}
.bg-gray-y {
  background: #e8e6df;
}
/* ------------------------------
- layout
------------------------------ */
.l-content {
  padding: 0 5.33333%;
}
.l-content-p {
  padding: 13.33333% 5.33333%;
}
.l-content-p-tb {
  padding: 13.33333% 0;
}
@media only screen and (min-width: 750px) {
  .l-content-p,
  .l-content-p-tb {
    padding: 80px 5.33333%;
  }
}
@media only screen and (min-width: 1000px) {
  [class*='l-content'] {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .l-content {
    padding: 0;
  }
  .l-content-p,
  .l-content-p-tb {
    padding: 80px 0;
  }
}
/* ------------------------------
- deco
------------------------------ */
.deco-sec {
  position: relative;
  border-top: 1px solid #f0801d;
}
.deco-sec::before {
  content: '';
  display: block;
  background: #f0801d;
  width: 50px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
}
@media only screen and (min-width: 750px) {
  .deco-sec::before {
    width: 80px;
    height: 3px;
    margin-left: -40px;
  }
}
/* ------------------------------
- p-
------------------------------ */
[class*='df-sm'] {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.df-sm-w {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.df-sm-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.df-sm-ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.df-sm-jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 749px) {
  .df-sm-only-jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .df-sm-only-ai-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 750px) {
  [class*='df-md'] {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  .df-md-w {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .df-md-jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .df-md-ai-fs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .df-md-ai-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .df-md-fd-rr{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 750px) and (max-width: 999px) {
  .df-md-only-jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .df-md-only-jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1000px) {
  [class*='df-lg'] {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  .df-lg-jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
[class*='pseudo'] {
  position: relative;
}
.pseudo::before,
.pseudo::after,
.pseudo-be::before,
.pseudo-af::after {
  content: '';
  display: block;
}
.c-orange {
  color: #f0801d;
}
/* ------------------------------
- header
------------------------------ */
header {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 0 5.33333% 0 4%;
}
.header__bg {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
[class*='header__logo'] {
  width: 77px;
}
.header__sns__item {
  font-size: 30px;
}
.header__logo__top {
  display: none;
}
@media only screen and (max-width: 749px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
  }
  .is-hamactive .header__nav {
    visibility: inherit;
    opacity: 1;
    z-index: 50;
  }
  .header__sns {
    width: 80px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -40px;
  }
}
@media only screen and (min-width: 750px) {
  header {
    height: 70px;
  }
  [class*='header__logo'] {
    width: 90px;
  }
  .header__sns {
    width: 90px;
    padding-left: 30px;
    margin-left: 15px;
    border-left: 1px solid #999;
  }
  .header__sns__item {
    color: #a3a3a3;
    font-size: 25px;
  }
  .header__sns__item:hover {
    color: #f0801d;
  }
}
/* ------------------------------
- ham
------------------------------ */
@media only screen and (max-width: 749px) {
  .ham {
    position: relative;
    z-index: 100;
    width: 20px;
    height: 2px;
  }
  .ham__item {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #656565;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
  .ham__item:nth-child(1) {
    top: -7px;
  }
  .ham__item:nth-child(2) {
    top: 0;
  }
  .ham__item:nth-child(3) {
    top: 7px;
  }
  .is-hamactive .ham__item:nth-child(1) {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .is-hamactive .ham__item:nth-child(2) {
    display: none;
  }
  .is-hamactive .ham__item:nth-child(3) {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (min-width: 750px) {
  .ham {
    display: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
}
/* ------------------------------
- gnav
------------------------------ */
@media only screen and (max-width: 749px) {
  .gnav {
    padding: 0 10px 25%;
    width: 100%;
  }
  .gnav__item {
    display: block;
    text-align: center;
    padding: 15px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 750px) {
  .gnav {
    font-family: 'Lato', sans-serif;
  }
  .gnav__item {
    height: 70px;
    margin: 0 10px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .gnav__item:hover {
    opacity: .7;
    color: #f0801d;
  }
  .gnav__item::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #f0801d;
    opacity: 0;
  }
  .is-current::before,
  .gnav__item:hover::before {
    opacity: 1;
  }
}
@media only screen and (min-width: 830px) {
  .gnav__item {
    margin: 0 15px;
  }
}
/* ------------------------------
- main
------------------------------ */
main {
  padding-top: 60px;
}
@media only screen and (min-width: 750px) {
  main {
    padding-top: 70px;
  }
}
/* ------------------------------
- footer
------------------------------ */
footer {
  background: #303030;
  padding: 13.33333% 0 5.33333%;
}
.footer__sns {
  color: #ccc;
  width: 170px;
  margin: 0 auto 8.95522%;
}
.footer__sns__item {
  color: #ccc;
  font-size: 30px;
}
.footer__nav__item {
  font-size: 14px;
  color: #ccc;
}
.footer__subnav__item {
  color: #ccc;
  display: block;
  position: relative;
  padding-left: 20px;
}
.footer__subnav__item .deco {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  font-size: 1.4em;
}
.footer_logo {
  width: 100px;
  margin: 0 auto;
}
.footer__copyright {
  font-size: 10px;
  color: #ccc;
  text-align: center;
  margin-top: 7%;
  line-height: 1.3;
}
@media only screen and (max-width: 749px) {
  .footer__nav__item {
    width: 45.67%;
    padding: 10px 0;
    border-bottom: 1px solid #444;
  }
  .footer__nav__item:nth-child(n+3) {
    margin-top: 10px;
  }
  .footer__subnav {
    margin: 8.95522% 0;
  }
  .footer__subnav__item + .footer__subnav__item {
    margin-top: 4%;
  }
}
@media only screen and (min-width: 750px) {
  footer {
    padding: 40px 0 30px;
  }
  footer .l-content {
    position: relative;
  }
  .footer__top {
    position: relative;
    padding-left: 150px;
    height: 51px;
  }
  .footer__sns {
    margin: 0;
    width: 160px;
  }
  .footer__sns__item {
    font-size: 30px;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  }
  .footer__sns__item:hover {
    opacity: .7;
    color: #f0801d;
  }
  .footer__nav__item {
    margin-right: 25px;
  }
  .footer__nav__item:hover {
    opacity: .7;
    color: #f0801d;
  }
  .footer__bottom {
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid #656565;
  }
  .footer__subnav__item {
    font-size: 12px;
  }
  .footer__subnav__item:hover {
    opacity: .7;
    color: #f0801d;
  }
  .footer_logo {
    position: absolute;
    top: 0;
    left: 5.33333%;
  }
  .footer__copyright {
    margin-top: 30px;
    font-size: 12px;
  }
  @media only screen and (min-width: 750px) and (max-width: 999px) {
    .footer__subnav__item {
      margin: 0 10px;
    }
  }
  @media only screen and (min-width: 1000px) {
    .footer__copyright {
      margin-top: 0;
    }
    .footer_logo {
      left: 0;
    }
    .footer__subnav__item + .footer__subnav__item {
      margin-left: 30px;
    }
  }
}
/* ------------------------------
- detail
------------------------------ */
.mv {
  height: 40vw;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.mv__heading {
  font-size: 8vw;
  color: #fff;
  font-weight: normal;
}
.mainlead {

}
@media only screen and (min-width: 750px) {
  .mv {
    height: 250px;
  }
  .mv__heading {
    font-size: 40px;
  }
  .mainlead {
    text-align: center;
  }
}
/* ------------------------------
- heading
------------------------------ */
.aside__heading {
  font-size: 8vw;
  text-align: center;
  font-weight: normal;
  position: relative;
  margin-bottom: 8.95522%;
  line-height: 1;
}
.aside__heading::before {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #f0801d;
}
.aside__heading .inner {
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 0 9.3vw;
}
.bg-gray .aside__heading .inner {
  background: #f7f7f7;
}
.bg-gray-y .aside__heading .inner {
  background: #e8e6df;
}
.aside__heading .inner::before,
.aside__heading .inner::after {
  width: 1px;
  height: 2.66666vw;
  position: absolute;
  top: 50%;
  background: #f0801d;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aside__heading .inner::before {
  left: 2vw;
}
.aside__heading .inner::after {
  right: 2vw;
}
@media only screen and (min-width: 750px) {
  .aside__heading {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .aside__heading .inner {
    padding: 0 40px;
  }
  .aside__heading .inner::before,
  .aside__heading .inner::after {
    height: 10px;
  }
  .aside__heading .inner::before {
    left: 10px;
  }
  .aside__heading .inner::after {
    right: 10px;
  }
}
/* ------------------------------
- breadcrumb
------------------------------ */
.breadcrumb {
  padding: 14px 0;
}
.breadcrumb__item {
  display: inline;
  color: #ccc;
  font-size: 10px;
}
.breadcrumb__item .link {
  color: #656565;
}
.breadcrumb__item:not(:first-child) {
  margin-left: 35px;
}
.breadcrumb__item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: -23px;
  width: 11px;
  height: 1px;
  background: #f0801d;
}
@media only screen and (min-width: 750px) {
  .breadcrumb {
    padding: 20px 0;
  }
  .breadcrumb__item {
    font-size: 12px;
  }
  .breadcrumb__item:not(:first-child) {
    margin-left: 45px;
  }
  .breadcrumb__item:not(:first-child)::before {
    left: -30px;
    width: 13px;
  }
  .breadcrumb__item .link:hover {
    opacity: .7;
    color: #f0801d;
  }
}
/* ------------------------------
- is
------------------------------ */
@media only screen and (min-width: 750px) {
  .is-imgscale {
    position: relative;
    overflow: hidden;
  }
  .is-imgscale::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #656565;
    opacity: 0;
    z-index: 10;
  }
  a:hover .is-imgscale::before {
    opacity: .3;
  }
  .is-imgscale img,
  .is-imgscale .img {
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
  }
  a:hover .is-imgscale img,
  a:hover .is-imgscale .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
