@charset "UTF-8";
/* nanoreset.min.css */
abbr, article, aside, audio, blockquote, body, code, div, em, fieldset, footer, form, h1, h2, h3, h4, h5, h6, header, html, img, label, legend, li, nav, object, ol, p, pre, section, span, table, tbody, tfoot, thead, time, tr, ul, video {
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  background-color: transparent;
}

iframe {
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
}

iframe, small, strong, sub, sup, td, th {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

small {
  border: 0;
}

small, strong {
  vertical-align: baseline;
}

small, sub, sup {
  font-weight: inherit;
}

strong, sub, sup, td, th {
  font-size: 100%;
}

body, html {
  height: 100%;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.15;
}

*, ::after, ::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat;
}

body {
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, small, summary {
  display: block;
}

audio, embed, iframe, img, object, video {
  max-width: 100%;
  height: auto;
}

iframe, strong, sub, sup, td, th {
  border: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

blockquote, q {
  quotes: none;
}

blockquote::after, blockquote::before, q::after, q::before {
  content: none;
}

li, ul {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

input[type=radio], sub {
  vertical-align: text-bottom;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, td, th {
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}

input {
  line-height: normal;
  border-radius: 0;
}

input, select {
  vertical-align: middle;
}

button, input, select, textarea {
  font-family: inherit;
  margin: 0;
  text-transform: none;
  border: 0;
}

input[type=checkbox] {
  vertical-align: bottom;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

abbr, acronym {
  cursor: help;
  text-decoration: none;
  border-bottom: 0.1em dotted;
}

a:active, a:hover {
  outline-width: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button, input[type=file], label {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

code, kbd, pre, samp {
  font-family: monospace;
}

html, body {
  width: 100%;
  height: 100%;
}

html {
  min-width: 320px;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 62.5%;
  font-size: 0.9259259259vw;
}
@media print, screen and (min-width: 1080px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media print {
  html {
    font-size: 6px;
  }
}

@page {
  size: landscape;
}
body {
  background-color: #FFF;
  color: #000;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-print-color-adjust: exact;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625;
    letter-spacing: 0.05em;
  }
}

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.wrapper {
  width: 100%;
  max-width: 108rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0rem;
}

@media print, screen and (min-width: 768px) {
  .wrapper_pc {
    width: 100%;
    max-width: 108rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0rem;
  }
}

@media screen and (max-width: 767px) {
  .wrapper,
  .wrapper_sp {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media print {
  .sp {
    display: none !important;
  }
}

.ie {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop,
.ie {
  display: block;
}

._fl {
  float: left;
}

._fr {
  float: right;
}

._cf::before {
  content: "";
  display: block;
  clear: both;
}

._fi {
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
._fi._do_anim {
  opacity: 1;
}
@media print {
  ._fi {
    opacity: 1;
  }
}

._fiu {
  opacity: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
._fiu._do_anim {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media print {
  ._fiu {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

img,
svg {
  max-width: 100%;
  height: auto;
}

._ro {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
._ro:active, ._ro:hover {
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

._objcover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

._f_min {
  font-family: "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "Noto Serif Japanese", serif;
}

._side_border {
  border-left: 1px solid #9D807A;
  border-right: 1px solid #9D807A;
}
@media screen and (max-width: 767px) {
  ._side_border {
    border-left: none;
    border-right: none;
  }
}

@media print, screen and (min-width: 768px) {
  .layout._type1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .layout._type1 .l_area01,
  .layout._type1 .l_area02 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(50% - 2.0588235294em);
  }
  .layout._type1 .l_area01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .layout._type1 .l_area02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .layout._type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .layout._type2 .l_area01 {
    width: calc(50% + 2.9411764706em);
  }
  .layout._type2 .l_area02 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .cols._c2 .col,
  .cols._c2 .dummy {
    width: 45.9770114943%;
  }
  .cols._c2 .col:nth-child(n+3) {
    margin-top: 5.5882352941em;
  }
}
@media screen and (max-width: 767px) {
  .cols._sp_c2 .col,
  .cols._sp_c2 .dummy {
    width: 50%;
  }
  .cols._sp_c2 .col:nth-child(n+3) {
    margin-top: 1.875em;
  }
}

.w990 {
  width: 99rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w870 {
  width: 87rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w850 {
  width: 85rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.h._type1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1764705882em;
  border-bottom: 1px solid #000;
  margin-bottom: 3.5294117647em;
}
.h._type1 .en {
  font-size: 2.9411764706em;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.h._type1 .jp {
  font-size: 0.7058823529em;
  letter-spacing: 0;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .h._type1 {
    position: relative;
    border-bottom: none;
    padding-left: 0.875em;
    gap: 0.625em;
    margin-bottom: 2.5em;
  }
  .h._type1::before {
    content: "";
    display: block;
    position: absolute;
    width: 50vw;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    border-bottom: 1px solid #000;
  }
  .h._type1 .en {
    font-size: 1.0625em;
  }
  .h._type1 .jp {
    font-size: 0.75em;
  }
  .h._type1._white {
    color: #FFF;
  }
  .h._type1._white::before {
    border-bottom-color: #FFF;
  }
}
.h._type2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.h._type2 .jp {
  font-size: 1.2941176471em;
  letter-spacing: 0.1em;
  line-height: 1.35;
  font-weight: bold;
  padding: 0.4545454545em 0;
  position: relative;
}
.h._type2 .jp::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #000;
}
.h._type2 .en {
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.35;
  padding: 0.5882352941em 0;
}
@media screen and (max-width: 767px) {
  .h._type2 .jp {
    font-size: 0.6875em;
  }
  .h._type2 .jp::before {
    width: 50vw;
  }
  .h._type2 .en {
    font-size: 0.5em;
  }
}

.arrow._type1::before {
  content: "";
  display: block;
  border-left: 0.4705882353em solid #000;
  border-top: 0.2941176471em solid transparent;
  border-bottom: 0.2941176471em solid transparent;
}

.slider .slick-dots {
  position: absolute;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider .slick-dots li button {
  font-size: 0;
  color: transparent;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  outline: none;
}
.slider .slick-dots li button::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.slider .slick-dots li.slick-active button::before {
  border-color: #818181;
  background-color: #818181;
}
@media screen and (max-width: 767px) {
  .slider .slick-dots li button {
    width: 1.8rem;
    height: 1.8rem;
  }
  .slider .slick-dots li button::before {
    width: 0.56rem;
    height: 0.56rem;
  }
}

@media print, screen and (min-width: 768px) {
  .picup {
    width: 108rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8em;
    margin-bottom: 6.1764705882em;
  }
  .picup > .p_inner {
    position: relative;
  }
  .picup > .p_inner > .p_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    z-index: 5;
    width: 16em;
    height: 16em;
    border-radius: 50%;
    background-color: #FFF;
  }
  .picup > .p_inner > .p_ttl .en {
    font-family: "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "Noto Serif Japanese", serif;
    font-size: 2.0588235294em;
    letter-spacing: 0.1em;
  }
  .picup > .p_inner > .p_ttl .jp {
    margin-top: 0.5em;
  }
  .picup > .p_inner .p_txt {
    margin-top: 1.5em;
  }
  .picup._type1 > .p_inner {
    margin-left: 12.9411764706em;
  }
  .picup._type1 > .p_inner > .p_ttl {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .picup._type1 > .p_inner .p_txt {
    padding-right: 3.5294117647em;
  }
  .picup._type2 > .p_inner {
    margin-right: 12.9411764706em;
  }
  .picup._type2 > .p_inner > .p_ttl {
    right: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .picup._type2 > .p_inner .p_txt {
    padding-left: 3.5294117647em;
  }
}
@media screen and (max-width: 767px) {
  .picup > .p_inner {
    position: relative;
    margin-bottom: 2.8125em;
  }
  .picup > .p_inner > .p_ttl {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 1.5625em;
    color: #808080;
  }
  .picup > .p_inner > .p_ttl .en {
    font-family: "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "Noto Serif Japanese", serif;
    font-size: 1.5em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    white-space: nowrap;
  }
  .picup > .p_inner > .p_ttl .jp {
    font-size: 0.875em;
    letter-spacing: 0;
    margin-top: 1em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    white-space: nowrap;
  }
  .picup > .p_inner .p_txt {
    margin-top: 1.5em;
  }
  .picup._type1 > .p_inner {
    padding-left: 4.375em;
  }
  .picup._type1 > .p_inner > .p_ttl {
    left: 2.1875em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .picup._type1 > .p_inner > .p_photo {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-top-left-radius: 1.875em;
    border-bottom-left-radius: 1.875em;
  }
  .picup._type1 > .p_inner > .p_txt {
    padding-right: 1.25em;
  }
  .picup._type2 > .p_inner {
    padding-right: 4.375em;
  }
  .picup._type2 > .p_inner > .p_ttl {
    right: 2.1875em;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .picup._type2 > .p_inner > .p_photo {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-top-right-radius: 1.875em;
    border-bottom-right-radius: 1.875em;
  }
  .picup._type2 > .p_inner > .p_txt {
    padding-left: 1.25em;
  }
}

@media print, screen and (min-width: 768px) {
  .case .c_photo {
    line-height: 0;
    margin-bottom: 1.4705882353em;
  }
  .case .c_photo img {
    width: 100%;
  }
  .case .c_txt {
    padding: 0 0.8823529412em;
  }
  .case .c_txt .ct_ttl {
    font-size: 1.2941176471em;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #000;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
  }
  .case .c_txt .ct_info {
    margin-top: 0.5em;
  }
  .case .c_txt .ct_info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 0.7058823529em;
    line-height: 2;
    margin: 0;
  }
  .case .c_txt .ct_info dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .case .c_txt .ct_info dl dt::before {
    content: "";
    display: block;
    height: 1em;
    width: 2px;
    background-color: #4d4d4d;
    margin-right: 0.75em;
  }
  .case .c_txt .ct_info dl dd {
    margin-left: 1.3333333333em;
  }
  .case .c_txt .ct_info dl dd ._small {
    font-size: 0.8333333333em;
  }
}
@media screen and (max-width: 767px) {
  .case {
    text-align: center;
  }
  .case .c_photo {
    line-height: 0;
    margin-bottom: 1em;
  }
  .case .c_photo img {
    width: 7.9375em;
  }
  .case .c_txt .ct_ttl {
    font-size: 0.8125em;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 0.5em;
  }
  .case .c_txt .ct_descript {
    font-size: 0.8125em;
  }
  .case .c_txt .ct_info {
    display: inline-block;
    max-width: 8.5em;
    margin-top: 0.5em;
    text-align: left;
  }
  .case .c_txt .ct_info dl {
    display: block;
    font-size: 0.7058823529em;
    line-height: 2;
    margin: 0;
  }
  .case .c_txt .ct_info dl dt {
    display: inline-block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 1.3333333333em;
  }
  .case .c_txt .ct_info dl dt::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1em;
    width: 2px;
    background-color: #4d4d4d;
    margin-right: 0.75em;
  }
  .case .c_txt .ct_info dl dd {
    display: inline-block;
    margin-left: 0;
  }
  .case .c_txt .ct_info dl dd ._small {
    font-size: 0.8333333333em;
  }
}

#first_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
  background-color: #FFF;
}
#first_loading .progress {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
          transform: translate(-50%, -50%) translate3d(0, 0, 0);
  width: 100%;
}
#first_loading .progress::before {
  content: "";
  display: block;
}

.progress {
  display: block;
  overflow: hidden;
  height: 1px;
}
.progress.auto::before {
  content: "";
  position: absolute;
  background-color: #9D807A;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress.auto::after {
  content: "";
  position: absolute;
  background-color: #9D807A;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
#main_contents {
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
  opacity: 0;
  visibility: hidden;
  min-height: 100vh;
  overflow: hidden;
}

body.loaded #main_contents {
  opacity: 1;
  visibility: visible;
}

.gnavi_toggle {
  position: fixed;
  z-index: 160;
  top: 1.5em;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.125em;
  height: 3.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnavi_toggle .gt_inner {
  width: 1em;
  height: 0.375em;
  position: relative;
}
.gnavi_toggle .gt_inner span {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  -webkit-transition: top 0.5s, -webkit-transform 0.5s;
  transition: top 0.5s, -webkit-transform 0.5s;
  transition: top 0.5s, transform 0.5s;
  transition: top 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.gnavi_toggle .gt_inner span::before {
  content: "";
  display: block;
  margin-left: auto;
  height: 1px;
  background-color: #666;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.gnavi_toggle .gt_inner span:nth-child(1) {
  top: 0;
}
.gnavi_toggle .gt_inner span:nth-child(2) {
  top: 100%;
}
.gnavi_toggle .gt_inner span:nth-child(2)::before {
  width: 68.75%;
}

body.gnavi_open .gnavi_toggle .gt_inner span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
body.gnavi_open .gnavi_toggle .gt_inner span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
body.gnavi_open .gnavi_toggle .gt_inner span:nth-child(2)::before {
  width: 100%;
}

#gnavi {
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  padding-top: 4.1176470588em;
}
#gnavi .gn_inner {
  padding-left: 8.7962962963vw;
}
#gnavi .gn_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.1764705882em;
  height: 100%;
  border-left: 1px solid #FFF;
  padding-left: 2.3529411765em;
}
#gnavi .gn_inner ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.8823529412em;
  padding: 0.5882352941em;
  pointer-events: initial;
}
#gnavi .gn_inner ul li a .en {
  font-size: 1.1764705882em;
  letter-spacing: 0.1em;
  line-height: 1;
}
#gnavi .gn_inner ul li a .jp {
  font-size: 0.7058823529em;
  letter-spacing: 0;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #gnavi .gn_inner {
    height: 100%;
    font-size: 1.8vmin;
  }
}
@media screen and (max-width: 767px) {
  #gnavi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #FFF;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    padding-top: 3.4375em;
  }
  #gnavi .gn_inner {
    padding-left: 2.625em;
  }
  #gnavi .gn_inner ul {
    gap: 1.1764705882em;
    height: auto;
    border-left-color: #000;
    padding-left: 2em;
  }
  #gnavi .gn_inner ul li a {
    gap: 0.9375em;
    padding: 0.625em;
  }
  #gnavi .gn_inner ul li a .en {
    font-size: 1.25em;
  }
  #gnavi .gn_inner ul li a .jp {
    font-size: 0.75em;
  }
}

body.gnavi_open #gnavi {
  opacity: 1;
  visibility: visible;
}

header {
  position: absolute;
  z-index: 150;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.1176470588em;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10.7407407407%;
  padding-right: 14.8148148148%;
}
header .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .link .txt {
  font-size: 1em;
  letter-spacing: 0.05em;
}
header .link .arrow {
  margin-left: 0.4705882353em;
}
header .link .insta {
  display: block;
  width: 1.1176470588em;
  margin-left: 0.5882352941em;
}
@media print, screen and (min-width: 768px) {
  header {
    padding-top: 0.7058823529em;
  }
  header .en {
    font-size: 0.8823529412em;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    height: auto;
    -webkit-transform: none;
            transform: none;
    top: 1.5em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: transparent;
    padding: 0 0.875em;
  }
  header .link {
    display: inline-block;
    padding: 0.625em;
  }
  header .link .insta {
    width: 0.75em;
    height: 0.75em;
    margin-left: 0;
  }
}

#first {
  background-image: url(../img/header_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#first .base {
  position: relative;
  padding-top: 4.1176470588em;
  height: 100vh;
}
#first .base .ttl {
  position: absolute;
  z-index: 5;
  right: 7.4074074074%;
  bottom: 17.3611111111%;
}
#first .base .ttl h1 {
  line-height: 0;
  position: relative;
}
#first .base .ttl h1 img {
  width: 21.0185185185vmax;
}
#first .base .ttl h1 ._hide {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  #first .base {
    height: 56vw;
  }
  #first .base .ttl {
    right: 8.2666666667%;
    bottom: 17.619047619%;
  }
  #first .base .ttl h1 img {
    width: 5.10625em;
  }
}

#about {
  padding-top: 3.8235294118em;
  padding-bottom: 2.3529411765em;
}
#about .base {
  padding-left: 5.5882352941em;
  padding-right: 5.5882352941em;
}
#about .h._type1 {
  width: 28.2352941176em;
}
#about .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8235294118em;
}
#about .layout > .photo {
  width: 28.2352941176em;
}
#about .layout > .photo img {
  display: block;
  width: 100%;
}
#about .layout > .message {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#about .layout > .message .txt01 {
  font-size: 0.9411764706em;
  line-height: 1.9375;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
#about .layout > .message .txt02 {
  text-align: right;
  font-size: 0.8823529412em;
  letter-spacing: 0.05em;
}
#about .layout > .message .txt02 .part {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  #about {
    padding-top: 1.25em;
    padding-bottom: 2.1875em;
  }
  #about .base {
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }
  #about .h._type1 {
    width: auto;
    margin-bottom: 0.9375em;
  }
  #about .layout {
    position: relative;
    display: block;
  }
  #about .layout > .photo {
    width: 9.375em;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #about .layout > .message {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  #about .layout > .message .txt01 {
    font-size: 0.84375em;
    line-height: 1.8518518519;
    letter-spacing: 0;
    margin-bottom: 1.35em;
  }
  #about .layout > .message .txt02 {
    text-align: left;
    font-size: 0.875em;
    letter-spacing: 0;
  }
  #about .layout > .message .txt02 .part {
    font-size: 0.9642857143em;
    margin-left: 1em;
  }
}

#wedding,
#display,
#gift {
  padding-top: 3.8235294118em;
  padding-bottom: 2.3529411765em;
}
#wedding .headarea,
#display .headarea,
#gift .headarea {
  padding-left: 5.5882352941em;
  margin-bottom: 5.8823529412em;
}
#wedding .headarea .h._type1,
#display .headarea .h._type1,
#gift .headarea .h._type1 {
  width: 28.2352941176em;
}
#wedding .headarea .photo,
#display .headarea .photo,
#gift .headarea .photo {
  padding-left: 7.3529411765em;
}
#wedding .headarea .photo .inner,
#display .headarea .photo .inner,
#gift .headarea .photo .inner {
  position: relative;
}
#wedding .headarea .photo .inner img,
#display .headarea .photo .inner img,
#gift .headarea .photo .inner img {
  display: block;
  width: 100%;
}
#wedding .headarea .photo .inner .h,
#display .headarea .photo .inner .h,
#gift .headarea .photo .inner .h {
  position: absolute;
  left: 2.3529411765em;
  bottom: 2.0588235294em;
  color: #FFF;
}
#wedding .headarea .photo .inner .h._type2,
#display .headarea .photo .inner .h._type2,
#gift .headarea .photo .inner .h._type2 {
  width: 21.1764705882em;
}
#wedding .headarea .photo .inner .h._type2 .jp::before,
#display .headarea .photo .inner .h._type2 .jp::before,
#gift .headarea .photo .inner .h._type2 .jp::before {
  border-color: #FFF;
}
#wedding .headarea .photo .descript,
#display .headarea .photo .descript,
#gift .headarea .photo .descript {
  margin-top: 2.3529411765em;
  font-size: 1em;
  line-height: 1.8235294118;
  letter-spacing: 0;
}
#wedding .part,
#display .part,
#gift .part {
  padding-left: 5.8823529412em;
  padding-right: 5.8823529412em;
  margin-top: 3.8235294118em;
}
#wedding .part .h._type2,
#display .part .h._type2,
#gift .part .h._type2 {
  width: 23.5294117647em;
  margin-bottom: 2.6470588235em;
}
#wedding .part .gallery,
#display .part .gallery,
#gift .part .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.1176470588em;
}
#wedding .part .gallery .g_item .h,
#display .part .gallery .g_item .h,
#gift .part .gallery .g_item .h {
  width: 100%;
  margin-bottom: 2.6470588235em;
}
#wedding .part .gallery .g_item img,
#display .part .gallery .g_item img,
#gift .part .gallery .g_item img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #wedding,
  #display,
  #gift {
    padding-top: 0;
    padding-bottom: 4.0625em;
  }
  #wedding .headarea,
  #display .headarea,
  #gift .headarea {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
  }
  #wedding .headarea .h._type1,
  #display .headarea .h._type1,
  #gift .headarea .h._type1 {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 1.5625em;
    left: 1.5625em;
  }
  #wedding .headarea .photo,
  #display .headarea .photo,
  #gift .headarea .photo {
    padding-left: 0;
  }
  #wedding .headarea .photo .inner .h,
  #display .headarea .photo .inner .h,
  #gift .headarea .photo .inner .h {
    left: 1.5625em;
    bottom: 0.625em;
  }
  #wedding .headarea .photo .inner .h._type2,
  #display .headarea .photo .inner .h._type2,
  #gift .headarea .photo .inner .h._type2 {
    width: 8.125em;
  }
  #wedding .headarea .photo .descript,
  #display .headarea .photo .descript,
  #gift .headarea .photo .descript {
    margin-top: 1.75em;
    padding: 0 1.75em;
    font-size: 0.84375em;
    line-height: 1.8518518519;
  }
  #wedding .part,
  #display .part,
  #gift .part {
    padding-left: 1.5625em;
    padding-right: 1.5625em;
    margin-top: 1.5625em;
  }
  #wedding .part .h._type2,
  #display .part .h._type2,
  #gift .part .h._type2 {
    width: 8.125em;
    margin-bottom: 0.9375em;
  }
  #wedding .part .gallery,
  #display .part .gallery,
  #gift .part .gallery {
    gap: 1.875em;
  }
  #wedding .part .gallery .g_item .h,
  #display .part .gallery .g_item .h,
  #gift .part .gallery .g_item .h {
    margin-bottom: 0.625em;
  }
  #wedding .part .gallery .g_item:nth-child(2n) .h._type2 .jp::before,
  #display .part .gallery .g_item:nth-child(2n) .h._type2 .jp::before,
  #gift .part .gallery .g_item:nth-child(2n) .h._type2 .jp::before {
    left: 0;
    right: unset;
  }
  #wedding .part .gallery._type1,
  #display .part .gallery._type1,
  #gift .part .gallery._type1 {
    padding: 0 1.25em;
  }
}

#orderform {
  padding-top: 3.8235294118em;
  padding-bottom: 2.3529411765em;
}
#orderform .base {
  padding-left: 5.8823529412em;
  padding-right: 5.8823529412em;
}
#orderform .caution {
  font-size: 0.9411764706em;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #ba1c24;
  margin-bottom: 4.375em;
}
#orderform .caution .caution_ttl {
  margin-bottom: 1em;
}
#orderform .caution .caution_ttl span {
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #ba1c24;
}
#orderform .gf_title_type2 {
  font-size: 1.1764705882em;
  width: 9.25em;
  height: 2.1em;
  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;
  color: #FFF;
  background-color: #9d807a;
}
#orderform .gf_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.1764705882em;
  margin-bottom: 2.0588235294em;
}
#orderform .gf_fields .gf_field {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #orderform .gf_fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#orderform .txt01 {
  font-size: 0.9411764706em;
  letter-spacing: 0;
  color: #ba1c24;
  margin-top: -1em;
  margin-bottom: 2em;
}
#orderform .txt02 {
  font-size: 1.1764705882em;
  margin-bottom: 2em;
}
#orderform .buttons {
  text-align: center;
}
#orderform .buttons .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.1764705882em;
  padding: 0.5em 1em;
  color: #FFF;
  background-color: #9d807a;
  margin: 1em;
}
#orderform ._checktxt {
  font-size: 1.1764705882em;
  text-align: center;
  margin-bottom: 3.5em;
  font-weight: bold;
}
#orderform ._error ._ttl,
#orderform ._complete ._ttl {
  font-size: 1.1764705882em;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #orderform {
    padding-top: 1.25em;
    padding-bottom: 2.5em;
  }
  #orderform .base {
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }
  #orderform .caution {
    font-size: 0.84375em;
    line-height: 1.8518518519em;
    letter-spacing: 0;
  }
  #orderform .gf {
    font-size: 0.75em;
  }
}

#diploma {
  padding-top: 3.8235294118em;
  padding-bottom: 2.3529411765em;
}
#diploma .base {
  padding-left: 5.5882352941em;
  padding-right: 5.5882352941em;
}
#diploma .h._type1 {
  width: 28.2352941176em;
}
#diploma .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8235294118em;
}
#diploma .layout > .photo {
  width: 28.2352941176em;
}
#diploma .layout > .photo img {
  display: block;
  width: 100%;
}
#diploma .layout > .message {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#diploma .layout > .message .txt01 {
  font-size: 0.9411764706em;
  line-height: 1.9375;
  letter-spacing: 0.1em;
}
#diploma .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.5294117647em;
  gap: 2.3529411765em;
}
#diploma .gallery .g_item {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #diploma {
    padding-top: 1.25em;
    padding-bottom: 2.5em;
  }
  #diploma .base {
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }
  #diploma .h._type1 {
    width: auto;
  }
  #diploma .layout {
    display: block;
  }
  #diploma .layout > .photo {
    width: 100%;
    margin-bottom: 1.25em;
  }
  #diploma .layout > .message {
    width: 100%;
  }
  #diploma .layout > .message .txt01 {
    font-size: 0.84375em;
    line-height: 1.8518518519;
    letter-spacing: 0;
  }
  #diploma .gallery {
    margin-top: 2.5em;
    gap: 1.875em;
    grid-template-columns: repeat(2, 1fr);
  }
}

#access {
  padding-top: 3.8235294118em;
  padding-bottom: 5.8823529412em;
}
#access .base {
  padding-left: 5.5882352941em;
  padding-right: 5.5882352941em;
}
#access .h._type1 {
  padding-right: 2.6470588235em;
}
#access .gmap_base {
  position: relative;
  background-color: #f1f1f1;
  margin-bottom: 1.4705882353em;
}
#access .gmap_base::before {
  content: "";
  display: block;
  padding-top: 56.4705882353%;
}
#access .gmap_base #gmap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#access .info .address {
  margin-bottom: 0.8823529412em;
}
#access .info .openclose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1.7647058824em;
}
#access .info .openclose dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1.2941176471em;
  margin: 0;
}
#access .info .openclose dl dt,
#access .info .openclose dl dd {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #access {
    padding-top: 1.25em;
    padding-bottom: 2.5em;
  }
  #access .base {
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }
  #access .gmap_base {
    margin-bottom: 1.25em;
  }
  #access .gmap_base::before {
    padding-top: 100%;
  }
  #access .info {
    font-size: 0.84375em;
    line-height: 1.8518518519;
  }
  #access .info .address {
    margin-bottom: 1.25em;
  }
  #access .info .openclose {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.625em;
  }
  #access .info .openclose dl dt {
    width: 5em;
  }
}

footer .base {
  position: relative;
}
footer .base .bg {
  display: block;
  width: 100%;
}
footer .base .logo {
  position: absolute;
  z-index: 5;
  right: 6.7592592593%;
  bottom: 12.7777777778%;
  width: 13.3529411765em;
}
footer .base .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
footer .base .gnavi {
  padding: 2.9411764706em 5.5882352941em;
}
footer .base .gnavi .gn_inner ul li {
  -webkit-filter: drop-shadow(2px 2px 0 white);
          filter: drop-shadow(2px 2px 0 white);
}
footer .base .gnavi .gn_inner ul li:not(:last-child) {
  margin-bottom: 1.1764705882em;
}
footer .base .gnavi .gn_inner ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.8823529412em;
  padding: 0.5882352941em;
}
footer .base .gnavi .gn_inner ul li a .en {
  font-size: 1.1764705882em;
  letter-spacing: 0.1em;
  line-height: 1;
}
footer .base .gnavi .gn_inner ul li a .jp {
  font-size: 0.7058823529em;
  letter-spacing: 0;
  line-height: 1;
}
footer .base .gnavi .gn_inner ul li a.link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
footer .base .gnavi .gn_inner ul li a.link .arrow {
  margin-left: 0.4705882353em;
}
footer .base .gnavi .gn_inner ul li a.link .insta {
  display: block;
  width: 1.1176470588em;
  margin-left: 0.5882352941em;
}
footer .bottom {
  padding: 1.4705882353em 0;
}
footer .bottom .copyright {
  text-align: right;
  font-size: 1.1764705882em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  footer .base .logo {
    right: 4%;
    bottom: 16.0550458716%;
    width: 6.34375em;
  }
  footer .bottom {
    padding: 1.4705882353em;
  }
  footer .bottom .copyright {
    text-align: left;
    font-size: 0.875em;
    letter-spacing: 0.05em;
  }
}/*# sourceMappingURL=common.css.map */