@charset "UTF-8";
@font-face {
  font-family: 'Kurobara';
  src: url(../font/kurobara-gothic-bold.ttf);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
}

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;
}

/* 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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  color: #333333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #000;
  min-width: 1260px;
  font-size: 1.4rem;
  line-height: 1.7;
}

body::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../img/common/bg.png);
  background-size: cover;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  opacity: 0.7;
}

ul {
  list-style: none;
}

td > table {
  display: inline-table;
}

[hidden] {
  display: none !important;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
    -moz-appearance: none;
          appearance: none;
}

#deqwas-collection-k {
  display: none;
}

.o-header__inner {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 15px 20px 0;
}

.o-header__top {
  width: 100%;
  position: absolute;
  top: 725px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}

.o-header__logo {
  text-align: center;
  position: relative;
  z-index: 5;
  top: 420px;
  left: 50%;
  transform: translateX(-50%);
}

.o-header__main {
  text-align: center;
  position: relative;
  top: -291px;
  margin-bottom: -125px;
  left: 50%;
  transform: translateX(-50%);
}

.o-header__sp-contents {
  display: none;
}

.o-header__sp-contents .o-event-info {
  display: none;
}

.o-nav {
  width: 100%;
}

.o-nav nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
  height: 80px;
  background-image: url(../img/common/bg-nav.png);
  background-repeat: repeat-x;
  background-position: center center;
}

.o-nav__list {
  max-width: 950px;
  margin: 0 auto;
  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;
  position: relative;
  top: 23px;
}

.o-nav__item:hover {
  cursor: pointer !important;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sticky.sticky-fixed.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
  margin-top: 0 !important;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
  margin-bottom: 0 !important;
}

.sticky.sticky-fixed.is-absolute {
  position: absolute;
}

.o-event-info__list {
  list-style: none;
  width: 289px;
  height: 58px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/header/info.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  gap: 7px;
  padding: 0 7px;
}

.o-event-info__item {
  width: calc(100% / 7);
}

.o-event-info__item:hover {
  cursor: pointer;
}

.tooltip {
  /*ツールチップの対象要素*/
  position: relative;
  text-shadow: none;
  line-height: 1.3;
}

.tooltip .tooltiptext {
  /*ツールチップ本体*/
  visibility: hidden;
  width: 150px;
  color: #000;
  background-color: #fff;
  border: 3px solid #4ebe59;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  top: -40px;
  left: -60px;
  font-size: 1rem;
  z-index: 10;
  padding: 5px;
}

.tooltip .tooltiptext--wide {
  width: 200px;
  left: -150px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  /*吹き出しのアロー部分*/
  content: " ";
  position: absolute;
  right: 61px;
  bottom: -18px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #4ebe59 transparent;
}

.tooltip .tooltiptext--wide::after {
  right: 21px;
}

.tooltip .tooltiptext {
  /*表示させる際のアニメーションエフェクト。透明にしておく*/
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  /*マウスホバーでアニメーションしながら表示*/
  opacity: 1;
}

.o-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.o-contents {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 16px;
  padding: 80px 20px 40px;
  background-color: rgba(255, 255, 255, 0.85);
}

.o-contents--caution {
  padding-top: 135px;
  padding-bottom: 55px;
}

.o-contents--wallpaper {
  padding-top: 125px;
}

.o-contents::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 20px;
  border: 4px solid white;
  top: -6px;
  left: -6px;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  z-index: 1;
}

.o-contents + .o-contents {
  margin-top: 50px;
}

.o-contents--top {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: inherit;
}

.o-contents--top::after {
  content: none;
}

.o-contents--title {
  padding: 20px 20px 40px;
}

.o-contents__sec_title {
  text-align: center;
  position: relative;
  z-index: 2;
  top: 60px;
  margin-top: -60px;
}

.o-contents__title {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  z-index: 2;
}

.o-contents__inner {
  position: relative;
  z-index: 2;
}

.o-contents__inner + .o-contents__inner {
  margin-top: 50px;
}

.o-contents__body {
  padding: 0 30px;
}

.o-section {
  margin-bottom: 100px;
}

.o-section:first-child {
  margin-top: 71px;
  margin-bottom: 0;
}

.o-nav-sp {
  display: none;
  background-color: #7e3901;
  padding: 20% 0;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.o-nav-sp.is_active {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.o-nav-sp__warpper {
  position: relative;
}

.o-nav-sp__logo {
  text-align: center;
  padding: 0 2em 3em;
}

.o-nav-sp__list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-nav-sp__item {
  width: 48%;
  text-align: center;
  margin-bottom: 40px;
}

.o-hamburger {
  display: none;
}

.o-modal {
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
}

.o-modal__contents {
  position: absolute;
  z-index: 10;
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  overflow-y: scroll;
  padding: 30px;
  width: 75%;
}

.o-modal__close-button {
  position: absolute;
  top: 0;
  right: 0;
}

.o-modal__close-button:hover {
  cursor: pointer;
}

.o-modal__close-button span {
  display: inline-block;
  vertical-align: middle;
  color: #aa7a1d;
  line-height: 1;
  width: 30px;
  height: 3px;
  background-color: #f1da7e;
  border-radius: 0.1em;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.o-modal__close-button span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1da7e;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.o-modal__table table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.o-modal__table table th {
  text-align: left;
  font-weight: normal;
  padding: 0.5em;
  background-color: #f1da7e;
  border: 1px solid #b77f37;
  vertical-align: middle;
}

.o-modal__table table th.title {
  background-color: #00a8fe;
  color: #fff;
}

.o-modal__table table td {
  font-weight: normal;
  vertical-align: middle;
  padding: 1em;
  border: 1px solid #b77f37;
  background-color: #fff;
}

.o-modal-bg {
  display: none;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
}

.js-modal-open {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff58fd), to(#7f69ed));
  background: linear-gradient(to bottom, #ff58fd, #7f69ed);
  width: 215px;
  height: 40px;
  border-radius: 20px;
  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;
  padding: 0 10px 0 15px;
  font-weight: bold;
  margin-top: 30px;
}

.o-loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-image: url(../img/common/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.o-loading__logo {
  padding: 0 2em;
}

.o-loading__loaded {
  opacity: 0;
  visibility: hidden;
}

.o-loading__bar-bg {
  background-color: #7f69ed;
  width: 300px;
  margin: 50px auto 0;
  height: 20px;
}

.o-loading__bar {
  width: 100%;
  height: 100%;
  background: #ff58fd;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-animation: loading_bar 2s linear 0s;
          animation: loading_bar 2s linear 0s;
}

@-webkit-keyframes loading_bar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes loading_bar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.o-main {
  opacity: 0;
  visibility: hidden;
  display: none;
  visibility: visible;
  display: block;
}

.o-main.open {
  opacity: 1;
  visibility: visible;
  display: block;
}

.c-top .o-contents__sec_title {
  margin: 0 auto 30px;
  top: auto;
}

.c-top .o-contents {
  padding-top: 0;
}

.c-top__flex {
  margin: 25px auto 0;
  gap: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
}

.c-top__flex__item {
  text-align: center;
}

.c-top__center {
  text-align: center;
  margin-top: 50px;
}

.c-top__title {
  text-align: center;
  margin: 90px 0 65px;
}

.c-top__btn {
  display: block;
  margin-top: 30px;
}

.c-howto h3 {
  text-align: center;
}

.c-howto__image {
  margin-top: 25px;
  text-align: center;
}

.c-howto__block--first {
  margin-top: 30px;
}

.c-howto__block--table {
  padding: 0 10px;
}

.c-howto__block + .c-howto__block {
  margin-top: 50px;
}

.c-howto__block .image {
  text-align: center;
}

.c-howto__block .note {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 5px;
}

.c-howto__block h4 {
  text-align: center;
  margin-bottom: 30px;
}

.c-howto__block .table {
  width: 100%;
  margin-top: 20px;
}

.c-howto__block .table th {
  text-align: left;
  font-weight: bold;
  padding: 0.5em;
  background-color: #f1da7e;
  border: 1px solid #b77f37;
  vertical-align: middle;
}

.c-howto__block .table td {
  font-weight: normal;
  vertical-align: middle;
  padding: 1em;
  border: 1px solid #b77f37;
  background-color: #fff;
}

.c-howto__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-howto__flex .left {
  width: 55%;
}

.c-howto__flex .left .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.c-howto__flex .left .label div {
  border-radius: 3px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  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;
  width: 165px;
  height: 35px;
}

.c-howto__flex .left .label div.empty {
  background-color: transparent;
}

.c-howto__flex .left .label div:nth-child(1) {
  background-color: #ee58bb;
}

.c-howto__flex .left .label div:nth-child(2) {
  background-color: #c647e1;
}

.c-howto__flex .left .label div:nth-child(3) {
  background-color: #8048e7;
}

.c-howto__flex .left p {
  margin-bottom: 10px;
}

.c-howto__flex .left p .att {
  color: #c55800;
  display: block;
  font-size: 12px;
  margin-top: 10px;
}


.c-howto__flex .right {
  width: 45%;
  text-align: right;
}

.c-howto__flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-howto__flex--reverse .right {
  text-align: left;
}

.c-howto__flex--imageLeft .left {
  width: 30%;
}

.c-howto__flex--imageLeft .right {
  width: 67%;
  text-align: left;
}

.c-howto__flex--imageLeft .right p {
  margin-top: 10px;
}

.c-howto__flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-howto__chara__text {
  text-align: center;
}

.c-marriage__block {
  padding: 0 20px;
}

.c-marriage__block--first {
  margin-top: 30px;
}

.c-marriage__block--table {
  padding: 0 10px;
}

.c-marriage__block + .c-marriage__block {
  margin-top: 50px;
}

.c-marriage__block--image {
  text-align: center;
}

.c-marriage__block--image01 {
  margin-top: 20px !important;
}

.c-marriage__block--image02 {
  position: relative;
  bottom: 70px;
  margin-bottom: -70px;
}

.c-marriage__block--image03 {
  margin-top: 30px !important;
}

.c-marriage__block .center {
  text-align: center;
}

.c-marriage__block .table {
  width: 100%;
  margin-top: 20px;
}

.c-marriage__block .table th {
  width: 30%;
  text-align: left;
  font-weight: normal;
  padding: 0.5em;
  background-color: #eed1ed;
  border: 1px solid #c12ff5;
  vertical-align: middle;
}

.c-marriage__block .table td {
  font-weight: normal;
  vertical-align: middle;
  padding: 1em;
  border: 1px solid #c12ff5;
  background-color: #fff;
}

.c-marriage__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-marriage__flex + .c-marriage__flex {
  margin-top: 50px;
}

.c-marriage__flex .contents {
  width: 60%;
}

.c-marriage__flex .contents .text {
  margin-bottom: 2em;
}

.c-marriage__flex .contents .text span {
  color: #ce58ff;
  font-weight: bold;
}

.c-marriage__flex .contents .block {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-marriage__flex .contents .block .left {
  width: 49%;
}

.c-marriage__flex .contents .block .left h4 {
  margin-bottom: 20px;
}

.c-marriage__flex .contents .block .right {
  width: 49%;
}

.c-marriage__flex .contents a {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff58fd), to(#7f69ed));
  background: linear-gradient(to bottom, #ff58fd, #7f69ed);
  width: 215px;
  height: 40px;
  border-radius: 20px;
  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;
  padding: 0 10px 0 15px;
  font-weight: bold;
  margin-top: 30px;
}

.c-marriage__flex .image01 {
  position: absolute;
  top: -10px;
  right: -130px;
}

.c-marriage__flex .image02 {
  position: absolute;
  top: -50px;
  left: 0;
}

.c-marriage__image {
  text-align: center;
}

.c-marriage__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-marriage__box .left {
  width: 40%;
}

.c-marriage__box .right {
  width: 60%;
}

.c-marriage__box .right h4 {
  margin-bottom: 10px;
}

.c-marriage__box .right .image {
  margin-top: 10px;
}

.c-marriage__flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}

.c-marriage__flex-center .box {
  width: 31%;
  position: relative;
}

.c-marriage__flex-center .box p {
  margin-top: 5px;
}

.c-marriage__flex-center .box::after {
  content: "";
  display: block;
  width: 28px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 90px;
  right: -32px;
}

.c-marriage__flex-center .box:nth-child(1)::after {
  background-image: url(../img/marriage/arrow01.png);
}

.c-marriage__flex-center .box:nth-child(2)::after {
  background-image: url(../img/marriage/arrow01.png);
}

.c-marriage__flex-center .box:last-child::after {
  content: none;
}

.c-marriage span.bold {
  color: #c55800;
  font-weight: bold;
}

.c-data__block + .c-data__block {
  margin-top: 40px;
}

.c-data__block--table {
  padding: 0 20px;
}

.c-data h3 {
  text-align: center;
}

.c-data__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
}

.c-data__list--single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-data__list--double {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-data__list--double .c-data__item {
  margin: 0 20px;
}

.c-data__item {
  width: 165px;
  margin-bottom: 20px;
}

.c-data__item a {
  position: relative;
  z-index: 10;
  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;
  width: 100%;
  min-height: 165px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px #f7d90f, 0 0 6px #f7d90f;
  box-shadow: 0 0 6px #f7d90f, 0 0 6px #f7d90f;
}

.c-data__item h4 {
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  letter-spacing: -.6px;
}

.c-data__table {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.c-data__table th {
  text-align: left;
  font-weight: normal;
  padding: 0.5em;
  background-color: #f1da7e;
  border: 1px solid #b77f37;
}

.c-data__table td {
  font-weight: normal;
  vertical-align: middle;
  padding: 1em;
  border: 1px solid #b77f37;
}

.c-data__table td:nth-child(odd) {
  background-color: #fff;
}

.c-data__table td:nth-child(even) {
  background-color: #f1da7e;
}

.c-data__table td:first-child {
  background-color: #fff;
}

.c-join__flex {
  margin-top: 20px;
  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;
}

.c-join__flex .map {
  margin: 0 25px;
}

.c-join__flex .map img {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ff9a2e, 0 0 16px rgba(64, 85, 108, 0.66);
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ff9a2e, 0 0 16px rgba(64, 85, 108, 0.66);
  border-radius: 3px;
}

.c-join__flex h4 {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 10px;
  font-weight: normal;
}

.c-join__btn {
  margin-top: 30px;
  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;
}

.c-join__btn .item {
  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;
  width: 140px;
  min-width: 140px;
  height: 140px;
  min-height: 140px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #3affd4;
}

.c-join__btn p {
  font-size: 1.4rem;
  margin-left: 15px;
  width: 85%;
}

.c-guide__title {
  text-align: center;
  margin-bottom: 35px;
}

.c-guide__image {
  text-align: center;
}

.c-guide__image .inner {
  display: inline-block;
}

.c-guide__image p {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: right;
}

.c-guide__list {
  margin-top: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-guide__list::before {
  content: "";
  display: block;
  width: 210px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-guide__list::after {
  content: "";
  display: block;
  width: 210px;
}

.c-guide__item {
  position: relative;
  padding: 10px;
  border-radius: 3px;
  width: 210px;
  height: 160px;
  margin-bottom: 50px;
  border-radius: 10px;
  border: 4px solid #fff;
  background-color: #a55819;
  -webkit-box-shadow: 0 0 6px #f7d90f, 0 0 6px #f7d90f;
  box-shadow: 0 0 6px #f7d90f, 0 0 6px #f7d90f;
}

.c-guide__item--first {
  background-color: #cb7d03;
}

.c-guide__item--blue {
  background-color: #4c6eff;
  -webkit-box-shadow: 0 0 6px #f7d90f, 0 0 6px #f7d90f;
          box-shadow: 0 0 6px #f7d90f, 0 0 6px #f7d90f;
}

.c-guide__item .icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -25px;
}

.c-guide__item h4 {
  margin-top: 15px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}

.c-guide__item p {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #fff;
  padding: 0 10px;
  line-height: 1.4;
}

.c-guide__item p span {
  display: block;
  color: #FFE100;
}

.c-story {
  text-align: center;
  /* 画面外にいる状態 */
  /* 画面内に入った状態 */
}

.c-story .o-contents__inner {
  overflow: hidden;
}

.c-story .fadein {
  opacity: 0.1;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  margin-top: 30px;
}

.c-story .fadein--01 {
  margin-top: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.c-story .fadein--02 {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

.c-story .fadein--03 {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

.c-story .fadein--04 {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

.c-story .fadein--05 {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

.c-story .fadein--06 {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

.c-story .fadein--07 {
  padding-bottom: 170px;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.c-story .fadein--08 {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

.c-story .fadein--09 {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

.c-story .fadein--10 {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

.c-story .fadein--11 {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

.c-story .fadein--12 {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

.c-story .fadein--13 {
  margin-top: 50px;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.c-story .fadein--exclamation {
  opacity: 0.1;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 335px;
}

.c-story .fadein--dialogue {
  opacity: 0.1;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 200px;
}

.c-story .fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.c-story .fadein--exclamation.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.c-story .fadein--dialogue.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.c-story .exclamation {
  position: relative;
}

.c-wallpaper__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
}

.c-wallpaper__sample {
  text-align: center;
}

.c-wallpaper__buttons {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-wallpaper__button {
  margin-top: 10px;
}

.c-wallpaper__button + .c-wallpaper__button {
  margin-top: 20px;
}

.c-wallpaper__comment {
  padding: 0 10px;
  margin-top: 25px;
}

.c-caution__item {
  padding-left: 2em;
  text-indent: -2.0em;
  font-size: 1.4rem;
}

.c-caution__item + .c-caution__item {
  margin-top: 2em;
}

.c-caution__item::before {
  content: "";
  position: relative;
  top: 3px;
  left: 0;
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background-image: url(../img/caution/icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.c-caution__item span.icon {
  display: block;
  padding-left: 2em;
  text-indent: -2em;
}

.c-caution__item span.icon + span.icon {
  margin-top: .5em;
}

.c-caution__item span.icon::before {
  content: "";
  position: relative;
  top: -1px;
  left: 0;
  display: inline-block;
  margin-right: 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #7e3901;
}

.c-caution__item span.asterisk {
  color: #7e3901;
}

.c-caution__item ul {
  margin-top: 10px;
}

.c-caution__item li {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}

.c-caution__block {
  margin-top: 20px;
}

.c-caution h3 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

@media only screen and (max-width: 599px) {
  body {
    min-width: auto;
    line-height: 1.5;
  }
  body::after {
    background-image: url(../img/common/bg-sp.png);
    background-size: 100% 100%;
  }
  .o-header__inner {
    padding: 10px 10px 0;
  }
  .o-header__top {
    position: static;
    bottom: auto;
    padding: 0;
  }
  .o-header__top .o-event-info {
    display: none;
  }
  .o-header__schedule {
    max-width: 200px;
  }
  .o-header__logo {
    margin-top: 10px;
    padding: 0 2em;
  }
  .o-header__main {
    display: none;
  }
  .o-header__sp-contents {
    display: block;
    text-align: center;
  }
  .o-header__sp-contents .o-event-info {
    display: block;
    position: relative;
    top: -60px;
    margin-bottom: -60px;
  }
  .o-nav {
    display: none;
  }
  .o-contents {
    padding: 70px 15px 40px;
  }
  .o-contents--title {
    padding: 15px 15px 40px;
  }
  .o-contents__sec_title {
    max-width: 200px;
    margin: -60px auto 0;
  }
  .o-section {
    margin-bottom: 70px;
    padding: 0 10px;
  }
  .o-section:first-child {
    margin-top: 50px;
  }
  .o-nav-sp {
    display: block;
  }
  .o-hamburger {
    display: block;
    position: fixed;
    z-index: 9998;
    top: 1rem;
    right: 1rem;
    width: 45px;
    height: 45px;
    background-color: #7e3901;
    border-radius: 50%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }
  .o-hamburger:hover {
    cursor: pointer;
  }
  .o-hamburger span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }
  .o-hamburger span + span {
    margin-top: 5px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }
  .o-hamburger.is_active {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-color: transparent;
    border: none;
  }
  .o-hamburger.is_active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .o-hamburger.is_active span:nth-child(2) {
    display: none;
  }
  .o-hamburger.is_active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .o-hamburger.is_active span + span {
    margin-top: 0;
    top: -1px;
  }
  .o-modal__contents {
    width: 90%;
    padding: 0;
    padding-top: 30px;
  }
  .o-modal__close-button {
    top: 15px;
  }
  .js-modal-open {
    margin-top: 15px;
  }
  .o-loading {
    background-size: cover;
    background-position: center top;
  }
  .c-top .o-contents__sec_title {
    max-width: unset;
  }
  .c-top__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;
            gap: 20px;
  }
  .c-top__flex img + img {
    margin-top: 20px;
  }
  .c-top__center {
    margin-top: 20px;
  }
  .c-howto__block--first {
    margin-top: 10px;
  }
  .c-howto__block + .c-howto__block {
    margin-top: 30px;
  }
 

  .c-howto__block--table .table {
    border-bottom: 1px solid #b77f37;
  }

  .c-howto__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-howto__flex .left {
    width: 100%;
  }
  .c-howto__flex .left .label div {
    width: 30%;
    font-size: 1.1rem;
  }
  .c-howto__flex .right {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .c-howto__flex--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-howto__flex--imageLeft .left {
    width: 100%;
    text-align: center;
  }
  .c-howto__flex--imageLeft .right {
    width: 100%;
  }
  .c-howto__flex--center {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-marriage__block {
    padding: 0 10px;
  }
  .c-marriage__block--first {
    margin-top: 10px;
  }
  .c-marriage__block + .c-marriage__block {
    margin-top: 30px;
  }
  .c-marriage__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-marriage__flex--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-marriage__flex .contents {
    width: 100%;
    margin-bottom: 15px;
  }
  .c-marriage__flex .contents .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-marriage__flex .contents .block .left {
    width: 100%;
  }
  .c-marriage__flex .contents .block .left h4 {
    margin-bottom: 5px;
  }
  .c-marriage__flex .contents .block .right {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .c-marriage__flex .contents a {
    margin-top: 15px;
  }
  .c-marriage__flex .image01 {
    position: relative;
    top: 0;
    right: 0;
  }
  .c-marriage__flex .image02 {
    position: relative;
    top: 0;
    left: 0;
  }
  .c-marriage__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-marriage__box .left {
    width: 100%;
  }
  .c-marriage__box .right {
    width: 100%;
    margin-top: 10px;
  }
  .c-marriage__box .right h4 {
    margin-bottom: 5px;
  }
  .c-marriage__box .right .image {
    margin-top: 5px;
  }
  .c-marriage__flex-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-marriage__flex-center .box {
    width: 100%;
    text-align: center;
  }
  .c-marriage__flex-center .box + .box {
    margin-top: 20px;
  }
  .c-marriage__flex-center .box p {
    text-align: left;
  }
  .c-marriage__flex-center .box::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: relative;
    top: 10px;
    right: 0;
    margin: 0 auto;
  }
  .c-data__block + .c-data__block {
    margin-top: 20px;
  }
  .c-data__block--table {
    padding: 0 10px;
  }
  .c-data__list {
    padding: 0 10px;
  }
  .c-data__list--double {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-data__list--double .c-data__item {
    margin: 0;
  }
  .c-data__item {
    width: 45%;
  }
  .c-data__item a {
    width: auto;
    min-height: 150;
  }
  .c-data__item h4 {
    margin-top: .5em;
  }
  .c-data__item--empty {
    display: none;
  }
  .c-join__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-join__flex .map {
    margin: 0;
  }
  .c-join__flex .map + .map {
    margin-top: 20px;
  }
  .c-join__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .c-join__btn p {
    margin-left: 0;
    margin-top: 10px;
  }
  .c-guide__title {
    margin-bottom: 25px;
  }
  .c-guide__list {
    padding: 0;
  }
  .c-guide__item {
    width: 48%;
    height: 230px;
    margin-bottom: 30px;
  }
  .c-guide__item h4 {
    font-size: 1.3rem;
    letter-spacing: -1px;
  }
  .c-story .fadein {
    margin-top: 15px;
  }
  .c-story .fadein--07 {
    max-width: 100px;
    padding-bottom: 110px;
  }
  .c-story .fadein--13 {
    margin-top: 15px;
  }
  .c-story .fadein--exclamation {
    max-width: 50px;
    left: 75px;
  }
  .c-story .fadein--dialogue {
    max-width: 250px;
    left: 35px;
  }
  .c-wallpaper__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .c-wallpaper__buttons {
    margin-top: 10px;
  }
  .c-wallpaper__button + .c-wallpaper__button {
    margin-top: 15px;
  }
  .c-wallpaper__comment {
    padding: 0;
    margin-top: 15px;
  }
}
