@charset "UTF-8";
/*---------------- ▼全幅共通CSS▼ --------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
* {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

article, main, 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%;
  color: inherit;
  background: transparent;
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* > img {
  vertical-align: bottom;
}

b, em, strong, address {
  font-weight: inherit;
  font-style: inherit;
}

li {
  list-style: 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: separate;
  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;
}

.vCollapse {
  visibility: collapse;
}

body {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.u-smin {
  font-family: "Shippori Mincho B1", serif;
}

.u-pinyon, .c-title01__en {
  font-family: "Pinyon Script", cursive;
}

[href].c-btn01:before, [href].c-btn01:after, [data-hv].c-btn01:before, [data-hv].c-btn01:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: auto;
  z-index: 1;
  display: block;
  background: #231815;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
[href].c-btn01:before, [data-hv].c-btn01:before {
  -webkit-transform: rotate(-20deg) scaleY(0);
          transform: rotate(-20deg) scaleY(0);
}
[href].c-btn01:after, [data-hv].c-btn01:after {
  -webkit-transform: rotate(20deg) scaleY(0);
          transform: rotate(20deg) scaleY(0);
}
[href].c-btn01:hover, [data-hv].c-btn01:hover {
  color: #ffffff;
  border-color: #231815;
}
[href].c-btn01:hover:before, [href].c-btn01:hover:after, [data-hv].c-btn01:hover:before, [data-hv].c-btn01:hover:after {
  -webkit-transform: rotate(0deg) scaleY(1);
          transform: rotate(0deg) scaleY(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top__posts [href].p-top__item01-link, .p-top__posts [data-hv].p-top__item01-link {
  padding-bottom: 0.2em;
  position: relative;
}
.p-top__posts [href].p-top__item01-link:before, .p-top__posts [href].p-top__item01-link:after, .p-top__posts [data-hv].p-top__item01-link:before, .p-top__posts [data-hv].p-top__item01-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #231815;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top__posts [href].p-top__item01-link:before, .p-top__posts [data-hv].p-top__item01-link:before {
  width: 0;
  height: 1px;
  left: 0;
}
.p-top__posts [href].p-top__item01-link:after, .p-top__posts [data-hv].p-top__item01-link:after {
  width: 1px;
  height: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.p-top__posts [href].p-top__item01-link:hover:before, .p-top__posts [href].p-top__item01-link:hover:after, .p-top__posts [data-hv].p-top__item01-link:hover:before, .p-top__posts [data-hv].p-top__item01-link:hover:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top__posts [href].p-top__item01-link:hover:before, .p-top__posts [data-hv].p-top__item01-link:hover:before {
  width: 100%;
}
.p-top__posts [href].p-top__item01-link:hover:after, .p-top__posts [data-hv].p-top__item01-link:hover:after {
  height: 0.8em;
}

.u-flex, .u-flex--nowrap, .p-contact.confirm, .p-contact.complete, .p-contact__mv, .p-top, .p-top__posts .p-top__item01-link, .c-grid01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex > *, .u-flex--nowrap > *, .p-contact.confirm > *, .p-contact.complete > *, .p-contact__mv > *, .p-top > *, .p-top__posts .p-top__item01-link > *, .c-grid01 > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.u-table {
  display: table;
}
.u-table > * {
  display: table-cell;
}

.l-layout01, .l-layout01--pb, .l-layout01--pt, .l-layout01--py {
  margin: auto;
  position: relative;
}

.p-top__posts .p-top__list01 {
  -webkit-box-shadow: -10px -10px 30px #fafafa, 10px 10px 30px #e6e6e6;
          box-shadow: -10px -10px 30px #fafafa, 10px 10px 30px #e6e6e6;
}

* {
  word-break: break-word;
  overflow-wrap: break-word;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 1rem;
}

body {
  color: #231815;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  padding: 18px;
  position: relative;
}
body:before, body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: solid 6px #000000;
}
body:after {
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  top: 12px;
  left: 12px;
}

[data-bg], [data-bg-tab], [data-bg-sp] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
[data-bg] > img, [data-bg-tab] > img, [data-bg-sp] > img {
  opacity: 0;
}

input, select, textarea, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: inherit;
}

input:not([type=submit]), select, textarea {
  font-size: 16px;
}

input[type=radio] {
  margin: 0;
}

input[type=submit], button {
  background: none;
  border: none;
}

label, select, input[type=submit], button {
  cursor: pointer;
}

#wrapper {
  overflow: hidden;
}

.js-twriter {
  visibility: hidden;
}

.op-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000000;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 6px #ffffff;
}
.op-animation:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  z-index: 1;
  border: solid 6px #ffffff;
}
.op-animation > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.op-animation__inner {
  text-align: center;
}
.op-animation__svg path {
  opacity: 0;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
.op-animation__svg path:nth-of-type(1) {
  -webkit-transition: all 0.5s linear 0.2s;
  transition: all 0.5s linear 0.2s;
}
.op-animation__svg path:nth-of-type(2) {
  -webkit-transition: all 0.5s linear 0.4s;
  transition: all 0.5s linear 0.4s;
}
.op-animation__svg path:nth-of-type(3) {
  -webkit-transition: all 0.5s linear 0.6s;
  transition: all 0.5s linear 0.6s;
}
.op-animation__svg path:nth-of-type(4) {
  -webkit-transition: all 0.5s linear 0.8s;
  transition: all 0.5s linear 0.8s;
}
.op-animation__svg path:nth-of-type(5) {
  -webkit-transition: all 0.5s linear 1s;
  transition: all 0.5s linear 1s;
}
.op-animation__svg path:nth-of-type(6) {
  -webkit-transition: all 0.5s linear 1.2s;
  transition: all 0.5s linear 1.2s;
}
.op-animation__svg path:nth-of-type(7) {
  -webkit-transition: all 0.5s linear 1.4s;
  transition: all 0.5s linear 1.4s;
}
.op-animation__svg path:nth-of-type(8) {
  -webkit-transition: all 0.5s linear 1.6s;
  transition: all 0.5s linear 1.6s;
}
.op-animation__svg path:nth-of-type(9) {
  -webkit-transition: all 0.5s linear 1.8s;
  transition: all 0.5s linear 1.8s;
}
.op-animation__svg path:nth-of-type(10) {
  -webkit-transition: all 0.5s linear 2s;
  transition: all 0.5s linear 2s;
}
.op-animation__svg path:nth-of-type(11) {
  -webkit-transition: all 0.5s linear 2.2s;
  transition: all 0.5s linear 2.2s;
}
.op-animation__svg path:nth-of-type(12) {
  -webkit-transition: all 0.5s linear 2.4s;
  transition: all 0.5s linear 2.4s;
}
.op-animation__svg path:nth-of-type(13) {
  -webkit-transition: all 0.5s linear 2.2s;
  transition: all 0.5s linear 2.2s;
}
.op-animation__svg path.fadeIn {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.op-animation__svg.fadeOut {
  opacity: 0;
  -webkit-transform: scale(2) translateX(0);
          transform: scale(2) translateX(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.op-animation.fadeOut {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.op-animation.hide {
  display: none;
}

.l-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 3;
  /*&:before{
    @include contentAbs(
      $t: 0,
      $b: 0,
      $l: 0,
      $r: 0,
      $w: "100%",
      $h: "100%",
      $m: "auto"
    );
    @include gradient($grad01);
    background-size: 100% 200%;
    animation: bg-gradient 15s linear infinite;
  }*/
}
.l-wrapper > * {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes bg-gradient {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@keyframes bg-gradient {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.l-footer__copy {
  display: block;
  text-align: center;
  line-height: 1;
  padding: 1.6em 1em;
}

.c-grid01 {
  margin: 0 -0.0137931034;
}
.c-grid01__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 0.0134228188;
}
.c-grid01__item:nth-of-type(n+3) {
  padding-top: 2rem;
}

.c-title01 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2em;
}
.c-title01__en, .c-title01__ja {
  display: block;
}
.c-title01__en {
  font-size: 0.8em;
}

.c-btn01 {
  display: inline-block;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.6em;
  padding: 0.4em 1.6em;
  border: solid 1px;
  position: relative;
}
.c-btn01__inner {
  position: relative;
  z-index: 2;
}

textarea {
  min-height: 12em;
}

.c-form__label01, .c-form__label01--radio {
  display: inline-block;
}
.c-form__label01--radio {
  padding-left: 1.4em;
  position: relative;
}
.c-form__label01--radio:before, .c-form__label01--radio:after {
  content: "";
  position: absolute;
  top: .35em;
  left: 0;
  width: 1em;
  height: 1em;
  z-index: 1;
  display: block;
  border: solid 1px;
  border-radius: 50%;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}
.c-form__label01--radio:after {
  content: none;
  background: #00507a;
  border-color: transparent !important;
  -webkit-transform: rotate(1deg) scale(0.5);
          transform: rotate(1deg) scale(0.5);
}
.c-form__text {
  border: solid 1px;
  padding: 0.6em 1em;
  width: 100%;
  max-width: 475px;
}
.c-form__text.fullSize {
  max-width: 100%;
}
.c-form__text.sizeS {
  max-width: 265px;
}
.c-form__radio01 {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
}
.c-form__radio01:checked + .c-form__label01--radio:after {
  content: "";
}

.p-top {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  min-height: calc(100vh - (36px + 4.2em));
  margin: auto;
}
.p-top > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
.p-top__mv {
  text-align: center;
}
.p-top__mv .p-top__logo, .p-top__mv .p-top__title01 {
  line-height: 1.4;
  font-size: 3.75rem;
  font-weight: normal;
}
.p-top__mv .p-top__logo {
  padding-top: 0.6em;
}
.p-top__mv .p-top__title01 {
  padding: 1.5em 0.6em;
}
.p-top__mv .p-top__text01 {
  padding: 0 1.25rem;
}
.p-top__mv .p-top__text01:nth-of-type(n+2) {
  margin-top: 1em;
}
.p-top__mv .p-top__btn01 {
  margin-top: 2em;
}
.p-top__mv .p-top__btn01-inner {
  font-size: 1.375rem;
}
.p-top__posts {
  padding: 0 1.25rem 2.5rem;
}
.p-top__posts .p-top__title01 {
  font-size: 2.25rem;
  font-weight: normal;
  text-align: center;
  margin: 1.6em auto 0.6em;
}
.p-top__posts .p-top__list01 {
  padding: 1.25rem;
}
.p-top__posts .p-top__item01:nth-child(n+2) {
  margin-top: 0.5em;
}
.p-top__posts .p-top__item01-link {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.p-top__posts .p-top__item01-link > * {
  display: block;
  white-space: nowrap;
}
.p-top__posts .p-top__item01-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 5.5em;
}
.p-top__posts .p-top__item01-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-left: 1em;
  text-overflow: ellipsis;
  overflow: hidden;
}

.p-contact.confirm, .p-contact.complete {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  min-height: calc(100vh - (36px + 4.2em));
  margin: auto;
}
.p-contact.confirm > *, .p-contact.complete > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
.p-contact__mv {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 1000px;
  margin: auto;
}
.p-contact__mv > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
.p-contact__mv .p-contact__logo, .p-contact__mv .p-contact__title01 {
  line-height: 1.4;
  font-size: 3.75rem;
  font-weight: normal;
}
.p-contact__mv .p-contact__logo {
  padding-top: 0.6em;
}
.p-contact__mv .p-contact__title01 {
  padding: 1.5em 1em;
}
.p-contact__mv .p-contact__text01 {
  padding: 0 1em;
}
.p-contact__mv .p-contact__text01:nth-of-type(n+2) {
  margin-top: 1em;
}
.p-contact__mv .p-contact__btn01 {
  margin-top: 2em;
  font-size: 1.25rem;
}
.p-contact__home {
  text-align: center;
  margin-top: 2em;
}
.p-contact__home-inner {
  font-size: 1.375rem;
}
.p-contact__form {
  max-width: 800px;
  margin: auto;
  padding: 0 1em;
}
.p-contact__btn01 {
  text-align: center;
}
.p-contact .errormessage {
  font-weight: bold;
  color: #aa2222;
}

.u-colorBlack {
  color: #231815 !important;
}
.u-bgcolorWhite {
  background-color: #ffffff !important;
}
.u-none {
  display: none;
}
.u-inlineblock {
  display: inline-block;
}
.u-flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.u-flexgrow0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.u-textSize01 {
  font-size: 1.875rem !important;
}
.u-textSize02 {
  font-size: 1.6875rem !important;
}
.u-textSize03 {
  font-size: 1.1875rem !important;
}
.u-wsNowrap {
  white-space: nowrap;
}
.u-fwMedium {
  font-weight: 500;
}
.u-taCenter {
  text-align: center;
}
.u-taRight {
  text-align: right;
}
.u-taLeft {
  text-align: left;
}

.u-mtnone {
  margin-top: 0 !important;
}
.u-mt01 {
  margin-top: 2.5rem;
}
.u-mt02 {
  margin-top: 1em;
}
.u-mbnone {
  margin-bottom: 0 !important;
}
.u-mb01 {
  margin-bottom: 2.5rem;
}
.u-mb02 {
  margin-bottom: 1em;
}
.u-mynone {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.u-my01 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.u-my02 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.u-ptnone {
  padding-top: 0 !important;
}
.u-pt01 {
  padding-top: 2.5rem;
}
.u-pt02 {
  padding-top: 1em;
}
.u-pbnone {
  padding-bottom: 0 !important;
}
.u-pb01 {
  padding-bottom: 2.5rem;
}
.u-pb02 {
  padding-bottom: 1em;
}
.u-pynone {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.u-py01 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.u-py02 {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px){
  .l-layout01, .l-layout01--pb, .l-layout01--pt, .l-layout01--py {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1208px;
  }
  .l-layout01--py {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .l-layout01--pt {
    padding-top: 7.5rem;
  }
  .l-layout01--pb {
    padding-bottom: 7.5rem;
  }
  input:not([type=submit]), select, textarea {
    font-size: inherit;
  }
}
@media screen and (max-width: 767px){
  .l-layout01, .l-layout01--pb, .l-layout01--pt, .l-layout01--py {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
  .l-layout01--py {
    padding-top: 5.7142857143rem;
    padding-bottom: 5.7142857143rem;
  }
  .l-layout01--pt {
    padding-top: 5.7142857143rem;
  }
  .l-layout01--pb {
    padding-bottom: 5.7142857143rem;
  }
  html {
    font-size: 0.875rem;
  }
  .p-top__mv .p-top__logo, .p-top__mv .p-top__title01 {
    font-size: 2.8571428571rem;
  }
  .p-contact__mv .p-contact__logo, .p-contact__mv .p-contact__title01 {
    font-size: 2.8571428571rem;
  }
  .u-textSize01 {
    font-size: 1.7142857143rem !important;
  }
  .u-textSize02 {
    font-size: 1.5rem !important;
  }
  .u-textSize03 {
    font-size: 1.1428571429rem !important;
  }
}
@media screen and (max-width: 599px){
  .c-grid01 {
    margin: 0;
  }
  .c-grid01__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    padding-top: 2.2857142857rem;
  }
  .c-grid01__item:first-of-type {
    padding-top: 0;
  }
  .c-grid01__item:nth-of-type(n+3) {
    padding-top: 2.2857142857rem;
  }
}
@media screen and (-ms-high-contrast: none){
  th, td {
    word-break: break-all;
    overflow-wrap: break-all;
  }
}