/* CSS Document */
/* -----------------------------------
R E S E T
------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-height: 999999px;
  scroll-behavior: smooth; }

html, body, div, p, a, span, img, dl, dt, dd, ol, ul, li, form, h1, h2, h3, h4, h5, h6, table, tr, th, td, address, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: normal;
  text-decoration: none;
  -webkit-padding-start: 0;
  -webkit-overflow-scrolling: touch; }

ol, ul {
  list-style: none; }

p {
  text-overflow: ellipsis; }

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

html {
  background: #fff; }

body {
  position: relative;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.3;
  color: #333;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Hiragino Mincho ProN",YuMincho, "Yu Mincho",  "serif";
  font-weight: 400;
  -webkit-animation: bodyFadeIn 2s ease 0s 1 normal;
  animation: bodyFadeIn 2s ease 0s 1 normal; }

menu {
  position: absolute;
  z-index: 888; }

main {
  padding-top: 0; }

.lsf {
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
  font-size: 18px; }

@keyframes bodyFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes bodyFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
p {
  font-feature-settings: "palt"; }

img {
  vertical-align: bottom; }

.clear:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

a {
  color: #fff;
  text-decoration: none; }

a.anchor {
  display: block;
  padding-top: 180px;
  margin-top: -180px; }

a img:hover {
  opacity: 0.8;
  transition: 1s; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box; }

input, textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  max-width: 100%;
  border-radius: 0; }

input[type="radio"] {
  border: none;
  display: none; }

input[type="checkbox"] {
  border: none;
  display: none; }

input[type="text"], input[type="password"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: #fff; }

s
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px; }

input[type="text"]:focus, input[type="tel"]:focus, input[type="mail"]:focus, textarea:focus {
  box-shadow: 0 0 7px #ff0;
  border: 1px solid #ff0; }

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #F6FCC7 inset; }

/*.text::-moz-selection,.h2ttl::-moz-selection,p::-moz-selection,br::-moz-selection,img::-moz-selection,a::-moz-selection {
    background-color: $purple3;
}
.text::selection,.h2ttl::selection,p::selection,br::selection,img::selection,a::selection {
    background-color: $purple3;
}*/
.fuwafuwa {
  opacity: 0;
  transition-duration: 1.4s;
  transition-property: opacity; }

.scroll-on {
  opacity: 1; }

/* -----------------------------------
C O M M O N
------------------------------------- */
/*modal---start*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 1000; }

.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  min-height: 1000px;
  left: -10px;
  background: rgba(86, 55, 121, 0.8); }

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 3%;
  right: 3%;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer; }

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  height: 75%;
  background: white;
  padding: 40px;
  width: 75%;
  max-width: 700px;
  border-radius: 10px;
  overflow: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: scroll; }
  .modal-content p {
    font-size: 1.2em;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    min-height: 60px; }
  .modal-content img {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    height: auto; }
  .modal-content video {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    height: auto; }
  .modal-content .closeBtn {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    width: 60%;
    font-size: 1.2em;
    border-radius: 100px;
    cursor: pointer; }

/*arrow*/
.arrow-icon {
  padding: 10px;
  top: 50px; }

.arrow-left {
  position: absolute;
  left: 5px;
  top: 35%;
  cursor: pointer;
  padding: 15px;
  border-radius: 100px;
  background: #fff; }

.arrow-right {
  position: absolute;
  right: 5px;
  top: 35%;
  cursor: pointer;
  padding: 15px;
  border-radius: 100px;
  background: #fff; }

.arrow-icon::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  position: absolute;
  position: absolute;
  top: 33%; }

.arrow-icon.arrow-top::before {
  transform: rotate(-45deg);
  top: 7px; }

.arrow-icon.arrow-bottom::before {
  transform: rotate(135deg);
  top: 4px; }

.arrow-icon.arrow-left::before {
  transform: rotate(-135deg);
  left: 38%; }

.arrow-icon.arrow-right::before {
  transform: rotate(45deg);
  left: 17%; }

/*scroll_bar*/
.modal-content::-webkit-scrollbar {
  width: 10px;
  margin-right: 4px;
  padding-right: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  height: 60%; }

.modal-content::-webkit-scrollbar-track {
  background: transparent;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; }

.modal-content::-webkit-scrollbar-thumb {
  width: 10px;
  border-radius: 20px; }

.modal-content::-webkit-scrollbar {
  background: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-right: 5px; }

.js-modal-open {
  cursor: pointer; }

.modal-content img {
  outline: 5px solid #000;
  border-radius: 5px; }
.modal-content video {
  outline: 5px solid #000;
  border-radius: 5px; }

body.is-modal {
  overflow: hidden;
  /*width: 100%;
  height: 100vh;*/ }

#rejectmodal.modal {
  display: block; }

/*modal---end*/
html {
  overflow-x: hidden; }
  html body {
    overflow-x: hidden;
    position: relative;
    /*topBlock*/ }
    html body .pc {
      display: block; }
    html body .sp {
      display: none; }
    html body .bgsakuraWrap {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 800; }
    html body section {
      position: relative;
      z-index: 100; }
      html body section .innerWrap {
        width: 80%;
        max-width: 1000px;
        display: block;
        margin: 0 auto;
        padding: 0;
        position: relative;
        z-index: 33; }
    html body .topBlock .innerWrap {
      padding: 10px 0 20px;
      position: relative;
      z-index: 500; }
      html body .topBlock .innerWrap .h1ttl {
        margin: 400px auto 0;
        display: block;
        text-align: center;
        z-index: 20;
        position: relative; }
        html body .topBlock .innerWrap .h1ttl img {
          pointer-events: none; }
      html body .topBlock .innerWrap .h2ttl {
        position: absolute;
        text-align: right;
        top: -40px;
        right: 0;
        line-height: 1.5em; }
        html body .topBlock .innerWrap .h2ttl .five {
          position: relative;
          top: 17px; }
          html body .topBlock .innerWrap .h2ttl .five img {
            pointer-events: none; }
      html body .topBlock .innerWrap .h3ttl {
        margin: -20px auto 0;
        display: block;
        text-align: center;
        position: relative;
        z-index: 30; }
        html body .topBlock .innerWrap .h3ttl img {
          pointer-events: none; }
    html body footer {
      text-align: center;
      position: relative;
      z-index: 10; }
      html body footer .innerWrap {
        width: 80%;
        max-width: 1000px;
        display: block;
        margin: 0 auto;
        padding: 0;
        position: relative;
        z-index: 33;
        overflow: hidden;
        padding: 30px 0 30px; }
        html body footer .innerWrap .footmenu {
          display: flex;
          flex-wrap: nowrap;
          justify-content: center;
          margin-bottom: 30px; }
          html body footer .innerWrap .footmenu li {
            display: block; }
            html body footer .innerWrap .footmenu li a {
              padding: 20px 10px;
              display: block; }
          html body footer .innerWrap .footmenu li.now {
            position: relative; }
            html body footer .innerWrap .footmenu li.now a:after {
              content: "";
              position: absolute;
              bottom: 17px;
              width: 70%;
              left: 15%; }
        html body footer .innerWrap .footlink_btn {
          border-radius: 5px;
          padding: 10px 60px;
          font-size: 1.3em; }
      html body footer .innerWrap.addressWrap {
        width: 100%;
        max-width: none;
        border-top: 1px solid #fff;
        padding-top: 30px; }
        html body footer .innerWrap.addressWrap .infoWrap {
          display: flex;
          flex-wrap: wrap;
          width: 80%;
          margin: 0 auto;
          max-width: 1000px; }
          html body footer .innerWrap.addressWrap .infoWrap .text {
            display: block;
            width: 50%;
            text-align: left; }
      html body footer .h6copy {
        color: #fff;
        border-top: 1px solid #fff;
        text-align: center;
        position: relative;
        padding: 10px 10px;
        letter-spacing: 0.2em; }
      html body footer .h6copy::before {
        content: "";
        width: 100%;
        height: 5px;
        background: #000;
        position: absolute;
        top: -6px;
        left: 0; }
      html body footer .foot_flower0 {
        position: absolute;
        top: -30px;
        left: calc(50% - 450px);
        z-index: 10; }
      html body footer .foot_flower1 {
        position: absolute;
        bottom: 120px;
        right: calc(50% - 470px); }
    html body footer::before {
      content: "";
      position: absolute;
      left: 50%;
      top: -50px;
      transform: translateX(-50%);
      height: calc(80px / 2* tan(60deg));
      width: 120px;
      clip-path: polygon(50% 0, 100% 100%, 0 100%); }
    html body .toTop {
      position: fixed;
      bottom: 30px;
      right: 30px;
      z-index: 100;
      width: 80px;
      height: 80px; }
      html body .toTop img {
        width: 100%;
        height: auto;
        pointer-events: none; }

/* -----------------------------------
1080px
------------------------------------- */
@media screen and (max-width: 960px) {
  html body {
    font-size: 1.6em; }
    html body .pc {
      display: none; }
    html body .sp {
      display: block; }
    html body .modal-bg {
      min-height: 2000px; }
    html body .innerWrap {
      width: 100%;
      height: 125px;
      max-width: none; }
    html body section .innerWrap {
      width: 90%; }
    html body footer .innerWrap .footmenu {
      flex-wrap: wrap; }
    html body footer .innerWrap.addressWrap .infoWrap .text {
      width: 100%;
      margin-bottom: 20px; }
    html body footer .foot_flower0 {
      left: calc(50% - 440px); }
    html body footer .foot_flower1 {
      right: calc(50% - 330px); }
    html body footer .h6copy {
      padding-bottom: 100px; }
  html body.is-modal {
    overflow: hidden; }
    html body.is-modal .modal-content {
      max-width: 900px;
      width: 90%;
      left: 50%;
      min-height: 760px;
      transform: translateX(-51%); } }
@media screen and (max-width: 768px) {
  html {
    width: 768px; }
    html body footer {
      width: 100%;
      max-width: 768px;
      padding-top: 60px; }
      html body footer .innerWrap {
        width: 100%;
        max-width: 700px;
        padding-top: 60px; }
        html body footer .innerWrap .footmenu li {
          font-size: 0.8em; }
        html body footer .innerWrap .footlink_btn {
          margin-bottom: 60px; }
      html body footer .innerWrap.addressWrap .infoWrap .text {
        width: 100%;
        font-size: 0.8em;
        margin-bottom: 10px; }
      html body footer .foot_flower0 {
        left: calc(50% - 340px); }
      html body footer .foot_flower1 {
        right: calc(50% - 330px); }
    html body.is-modal .biyori.modal .modal-content {
      min-height: 1560px;
      top: 10%; } }
