@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bad+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,500&display=swap");
/* breakpoint */
/* ============================================ */
.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

@media only screen and (max-width: 479px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
/* #Reset & Basics
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* #Basic Styles
================================================== */
body {
  font-family: "Noto Sans JP", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-text-size-adjust: 100%;
}

html {
  overflow-x: hidden;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-weight: 600;
}
h1 span.point, h2 span.point, h3 span.point, h4 span.point, h5 span.point, h6 span.point {
  color: #773a91;
}
h1.script, h2.script, h3.script, h4.script, h5.script, h6.script {
  font-family: "Bad Script", cursive;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 36px;
  line-height: 36px;
}

h2 {
  font-size: 32px;
  line-height: 34px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 28px;
  line-height: 30px;
}

h5 {
  font-size: 24px;
  line-height: 26px;
}

h6 {
  font-size: 20px;
  line-height: 24px;
}

p img {
  margin: 0;
}
p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}

em {
  font-style: italic;
}

small {
  font-size: 80%;
}

/*	Blockquotes  */
.sub-title {
  display: flex;
  justify-content: center;
}
.sub-title h3 {
  position: relative;
  padding: 25px 40px;
  text-align: center;
}
.sub-title h3:before {
  position: absolute;
  content: "";
}
.sub-title h3:after {
  position: absolute;
  content: "";
}
.sub-title h3:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #848484;
  border-left: 2px solid #848484;
}
.sub-title h3:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #848484;
  border-bottom: 2px solid #848484;
}

blockquote {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
}
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a {
  color: #555;
}
blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid #323a3d;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 10px 0 10px;
  height: 0;
  position: relative;
}

/* #Links
================================================== */
a {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover, a:focus {
  color: #e74c3c;
}

p a {
  line-height: inherit;
  text-decoration: none;
}
p a:visited {
  line-height: inherit;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/* #Lists
================================================== */
ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
  margin-left: 30px;
}

ul.square, ul.circle, ul.disc {
  margin-left: 30px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul, ul ol {
  font-size: 90%;
}

ol ol, ol ul {
  font-size: 90%;
}

li {
  line-height: 18px;
}

ul.large li, li p {
  line-height: 21px;
}

/* #Buttons
================================================== */
.button, button {
  background: #fff;
  border: none;
  color: #000;
  display: inline-block;
  font-size: 26px;
  line-height: 32px;
  cursor: pointer;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  outline: none;
  width: 100%;
}

input[type=submit], input[type=reset], input[type=button] {
  background: #fff;
  border: none;
  display: inline-block;
  font-size: 22px;
  line-height: 32px;
  cursor: pointer;
  padding: 10px 15px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  transition: all 0.3s ease-out;
  outline: none;
  width: 100%;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  background: #773a91;
  color: #fff;
}

.button:hover, button:hover {
  color: #333333;
  outline: none;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  outline: none;
}

.button:active, button:active {
  color: #333333;
  outline: none;
}

input[type=submit]:active, input[type=reset]:active, input[type=button]:active {
  color: #333333;
  outline: none;
}

.button.full-width, button.full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

input[type=submit].full-width, input[type=reset].full-width, input[type=button].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=radio]:checked + .radio .radio-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

.radio {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #848484;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}
.radio-inner {
  display: none;
  width: 10px;
  height: 10px;
  background: #773a91;
  border-radius: 50%;
}

span {
  margin-left: 10px;
}

/* #Misc
================================================== */
.remove-bottom {
  margin-bottom: 0 !important;
}

.half-bottom {
  margin-bottom: 10px !important;
}

.add-bottom {
  margin-bottom: 20px !important;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

::-moz-selection, ::selection {
  background: rgba(0, 0, 0, 0.2);
  /* Safari */
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
  /* Firefox */
}

#sep-title {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 50px;
}
#sep-title h1, #sep-title .top-subtext {
  color: #fff;
}

.parallax-title {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media only screen and (min-width: 1930px) {
  .parallax-title {
    background-size: cover;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax-title {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}
@media only screen and (max-width: 959px) {
  .parallax-title {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  margin: auto;
  border: 1px solid #888;
  width: 80% !important;
  animation: modalopen 0.5s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  padding: 30px;
}
.modal-content .modal-content-header {
  font-weight: 500;
  font-size: 30px;
  text-align: center;
}
.modal-content .modal-content-header span {
  display: block;
  font-size: 18px;
  margin: 10px 0 30px;
}
.modal-content .modal-content-body {
  text-align: center;
}
.modal-content .modal-content-body .modal-content-body-textbox {
  font-size: 26px;
  color: #d32f2f;
}
.modal-content .modal-content-body .modal-content-body-textbox p {
  margin-bottom: 10px;
}

.close {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background-color: #333;
  color: white;
  border: none;
  text-align: center;
  cursor: pointer;
}

.close:hover {
  background-color: #d32f2f;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}