@charset "UTF-8";
html {
  font-size: 1px;
  overflow-x: hidden;
}
html.lock {
  overflow-y: hidden;
}

body {
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #413B32;
  font-size: 16rem;
  overflow: hidden;
}

select,
input,
textarea,
button {
  font: inherit;
}

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: 0.3s linear;
  backface-visibility: hidden;
}
a.tel_link {
  pointer-events: none;
}
a.line {
  text-decoration: underline;
}
a.line:hover {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}

main {
  display: block;
}

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

* {
  box-sizing: border-box;
}

.inner {
  width: 1000rem;
  margin: auto;
  position: relative;
}

.s_inner {
  width: 820rem;
  margin-left: auto;
  margin-right: auto;
}

.mt_l {
  margin-top: 100rem;
}

.mt_m {
  margin-top: 60rem;
}

.mt_s {
  margin-top: 20rem;
}

.fz_l {
  font-size: 1.2em;
}

.fz_s {
  font-size: 0.8em;
}

.ta_center {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.font_co {
  font-family: "Cormorant Infant", serif;
  font-weight: bold;
}

.font_san {
  font-family: "Hiragino Sans", sans-serif;
}

.c_red {
  color: #df1616;
}

.common_tit .tit_square {
  display: flex;
  flex-flow: column;
  width: 150rem;
  border: 1rem solid #fff;
  padding: 50rem 20rem;
  text-align: center;
  align-items: center;
  letter-spacing: 2rem;
  font-size: 12rem;
  color: #fff;
}
.common_tit h2 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 10rem;
  font-size: 18rem;
  margin: 0 0 20rem;
}
.common_tit a {
  position: relative;
  transition: 0.5s;
}
.common_tit a::before {
  content: "";
  position: absolute;
  bottom: 20rem;
  left: 50%;
  padding: 5rem;
  border-top: 1rem solid #fff;
  border-right: 1rem solid #fff;
  transform: rotateZ(45deg) translateX(-50%) skew(-12deg, -12deg);
  margin: 0 0 0 -6rem;
  transition: 0.5s;
}
.common_tit a:hover {
  background-color: #fff;
  color: #413B32;
}
.common_tit a:hover::before {
  border-top: 1rem solid #413B32;
  border-right: 1rem solid #413B32;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  justify-content: space-between;
  align-items: center;
  padding: 12rem 0;
  background: #fff;
  box-shadow: 0rem 2rem 4rem 0 rgba(0, 0, 0, 0.1);
  z-index: 12;
}
header .tit_wrap {
  font-size: 28rem;
  text-align: center;
}
header .tit_wrap a img {
  width: 65rem;
  margin: 0 0 0 20rem;
  vertical-align: middle;
}
header .sns_wrap {
  display: flex;
  position: absolute;
  gap: 9rem;
  right: 160rem;
  top: 50%;
  transform: translateY(-50%);
}
header ul li {
  margin: 0 0 40rem;
  font-size: 18rem;
  line-height: 1;
}
header ul li.tel {
  font-size: 14rem;
}
header ul li span {
  font-size: 24rem;
  font-weight: bold;
}
header ul li a {
  color: #fff;
}

#page_top header {
  display: none;
}

#nav-toggle {
  display: block;
  position: absolute;
  right: 60rem;
  top: 40rem;
  width: 45rem;
  height: 36rem;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #333;
  left: 0;
  transition: 0.35s ease-in-out;
  border-radius: 5rem;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 9px;
}
#nav-toggle span:nth-child(3) {
  top: 18px;
}

.open #global-nav {
  opacity: 1;
  visibility: visible;
}

#global-nav {
  position: absolute;
  top: 102rem;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  min-height: 100vh;
  text-align: center;
  transition: 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  padding: 50rem 0 0;
}

.open #nav-toggle span:nth-child(1) {
  top: 11rem;
  transform: rotate(135deg);
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 11rem;
  transform: rotate(-135deg);
}

#page_top .kv {
  position: relative;
}
#page_top .kv figure {
  text-align: center;
}
#page_top .kv h1 {
  position: absolute;
  top: 50rem;
  left: 30rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 20rem;
  display: flex;
  align-items: center;
  letter-spacing: 6rem;
  z-index: 1;
}
#page_top .kv h1 img {
  margin: 20rem 0 0;
  width: 100rem;
}
#page_top .kv p {
  font-size: 24rem;
  letter-spacing: 3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 200rem;
  margin: auto;
  display: flex;
  align-items: center;
}
#page_top .kv > span {
  position: absolute;
  top: 20rem;
  right: 20rem;
  border-left: 2px solid #DE7E0D;
  padding: 0 0 0 10rem;
}
#page_top .kv dl {
  position: absolute;
  top: 20rem;
  right: 20rem;
  display: flex;
  align-items: center;
}
#page_top .kv dl dt {
  display: flex;
  align-items: flex-end;
  border-left: solid #DE7E0D 5rem;
  padding: 0 20rem;
}
#page_top .kv dl dt span {
  font-size: 45rem;
  color: #DE7E0D;
  margin: 0 0 0 10rem;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}
#page_top .kv dl dd {
  width: 115rem;
  height: 115rem;
  border-radius: 55%;
  background: #DE7E0D;
  position: relative;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: space-between;
  line-height: 1.2;
  padding: 15rem 0 35rem;
  margin: 0 0 0 15rem;
}
#page_top .kv dl dd img {
  margin: 0 0 5rem;
}
#page_top .kv dl dd:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 55%;
  border: 2rem dotted #fff;
  margin: 2rem;
}
#page_top .kv dl dd:after {
  content: "";
  position: absolute;
  bottom: -30rem;
  width: 100%;
  height: 30px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 50%);
  opacity: 0.2;
}
#page_top .kv a {
  position: fixed;
  bottom: 90rem;
  right: 20rem;
  z-index: 5;
  display: flex;
  flex-flow: column;
  width: 150rem;
  border: 1rem solid #fff;
  padding: 30rem 20rem 50rem;
  align-items: center;
  letter-spacing: 2rem;
  font-size: 13rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
}
#page_top .kv a span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 6rem;
  font-size: 18rem;
  margin: 0 0 20rem;
}
#page_top .kv a::before {
  content: "";
  position: absolute;
  bottom: 15rem;
  left: 50%;
  padding: 6rem;
  border-top: 1rem solid #fff;
  border-right: 1rem solid #fff;
  transform: rotateZ(45deg) translateX(-50%) skew(-12deg, -12deg);
  margin: 0 0 0 -6rem;
  transition: 0.3s;
}
#page_top .kv a:hover {
  background: #DE7E0D;
  border: 1rem solid #DE7E0D;
}
#page_top .lead {
  padding: 220rem 0 130rem;
  position: relative;
}
#page_top .lead > figure {
  position: absolute;
  top: 250rem;
  left: 20rem;
}
#page_top .lead .inner:before {
  content: "";
  position: absolute;
  top: -40rem;
  left: 10rem;
  width: 1rem;
  height: 50rem;
  background: #413B32;
  transform: rotateZ(45deg);
}
#page_top .lead h2 {
  font-size: 20rem;
  letter-spacing: 0.3rem;
  margin: 0 0 40rem 40rem;
}
#page_top .lead h2 strong {
  font-size: 42rem;
  margin: 0 20rem 0 0;
}
#page_top .lead h2 span {
  font-size: 12rem;
  letter-spacing: 0;
}
#page_top .lead .txt {
  margin: 0 0 100rem 40rem;
  width: 470rem;
  line-height: 2;
  position: relative;
}
#page_top .lead .txt:after {
  content: "";
  position: absolute;
  bottom: -20rem;
  right: -10rem;
  width: 1rem;
  height: 50rem;
  background: #413B32;
  transform: rotateZ(45deg);
}
#page_top .lead ul {
  position: absolute;
  top: -30rem;
  right: 50rem;
  text-align: center;
}
#page_top .lead ul li {
  position: absolute;
  top: 0;
  right: 0;
  width: 215rem;
  height: 215rem;
  background: rgba(242, 238, 231, 0.8);
  border-radius: 55%;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
#page_top .lead ul li:nth-child(2) {
  top: 170rem;
  right: 85rem;
}
#page_top .lead ul li:nth-child(3) {
  top: 170rem;
  right: -85rem;
}
#page_top .lead ul li span {
  font-size: 18rem;
  margin: 0 0 22rem;
  position: relative;
  font-family: "Noto Serif JP", serif;
}
#page_top .lead ul li span::after {
  content: "";
  position: absolute;
  bottom: -10rem;
  left: 0;
  right: 0;
  width: 20rem;
  height: 1rem;
  background: #413B32;
  margin: auto;
}
#page_top .lead ol {
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin: 0 0 120rem;
}
#page_top .lead ol li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 55%;
  font-size: 18rem;
  line-height: 1.2;
  text-align: center;
}
#page_top .lead ol li.pink {
  width: 95rem;
  height: 95rem;
  border: 1rem solid #D88B8B;
  color: #D88B8B;
}
#page_top .lead ol li.blue {
  width: 150rem;
  height: 150rem;
  border: 1rem solid #6583C7;
  color: #6583C7;
}
#page_top .lead ol li.green {
  width: 120rem;
  height: 120rem;
  border: 1rem solid #8CAC54;
  color: #8CAC54;
}
#page_top .lead ol li:nth-child(1) {
  margin: 250rem 0 0;
}
#page_top .lead ol li:nth-child(2) {
  margin: 0 0 0 -50rem;
  font-size: 20rem;
}
#page_top .lead ol li:nth-child(3) {
  margin: 150rem 0 0 -50rem;
}
#page_top .lead ol li:nth-child(4) {
  margin: 340rem 0 0 -90rem;
  width: 130rem;
  height: 130rem;
}
#page_top .lead ol li:nth-child(5) {
  margin: 0 0 0 -30rem;
  font-size: 26rem;
}
#page_top .lead ol li:nth-child(6) {
  margin: 220rem 0 0 -120rem;
  width: 80rem;
  height: 80rem;
}
#page_top .lead ol li:nth-child(7) {
  margin: 320rem 0 0 0;
}
#page_top .lead ol li:nth-child(8) {
  margin: 100rem 0 0 -50rem;
  width: 195rem;
  height: 195rem;
  font-size: 28rem;
}
#page_top .lead ol li:nth-child(9) {
  margin: 300rem 0 0 -80rem;
  width: 150rem;
  height: 150rem;
}
#page_top .lead ol li:nth-child(10) {
  margin: 30rem 0 0 -60rem;
  width: 90rem;
  height: 90rem;
}
#page_top .lead ol li:nth-child(11) {
  margin: 300rem 0 0;
  width: 90rem;
  height: 90rem;
}
#page_top .lead ol li:nth-child(12) {
  margin: 130rem 0 0 -90rem;
}
#page_top .lead ol li:nth-child(13) {
  margin: -60rem 0 0 -70rem;
  width: 170rem;
  height: 170rem;
  font-size: 25rem;
}
#page_top .lead dl {
  text-align: center;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
#page_top .lead dl dt {
  width: 100%;
  font-size: 30rem;
  letter-spacing: 2rem;
  position: relative;
  margin: 0 0 50rem;
}
#page_top .lead dl dt:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 90rem;
  margin: auto;
  width: 50rem;
  height: 1rem;
  background: #413B32;
}
#page_top .lead dl dt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 90rem;
  margin: auto;
  width: 50rem;
  height: 1rem;
  background: #413B32;
}
#page_top .lead dl dd {
  width: 30%;
}
#page_top .lead dl dd span {
  display: block;
  margin: 30rem 0 30rem;
  font-size: 18rem;
  position: relative;
}
#page_top .lead dl dd span:before {
  content: "";
  position: absolute;
  top: -50rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 220rem;
  height: 180rem;
  z-index: -1;
  opacity: 0.4;
  /* Permalink - use to edit and share this gradient. パーマリンク - このグラデーションの編集や共有に使用します: https://colorzilla.com/gradient-editor/#ffde84+0,ffffff+50,ffffff+50&1+0,0+100 */
  background: radial-gradient(ellipse at center, rgb(255, 222, 132) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#page_top .lead dl dd p {
  text-align: left;
}
#page_top .feature {
  background: #F2EEE7;
  position: relative;
  padding: 0 0 100rem;
}
#page_top .feature > figure {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1790rem;
  transform: translateX(-50%);
}
#page_top .feature h2 {
  color: #fff;
  margin: 0 auto 200rem !important;
  padding: 50rem 0 0;
}
#page_top .feature h2 strong {
  display: block;
  margin: auto;
  width: 150rem;
  border: 1rem solid #fff;
  padding: 50rem 20rem;
  text-align: center;
  align-items: center;
  letter-spacing: 2rem;
  font-size: 12rem;
}
#page_top .feature h2 span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 10rem;
  font-size: 18rem;
  margin: 0 0 20rem;
}
#page_top .feature h2 small {
  width: 570rem;
  margin: 50rem 0 0;
  display: block;
}
#page_top .feature div.fadein {
  margin: 0 0 200rem;
}
#page_top .feature div.fadein strong {
  width: 160rem;
  height: 160rem;
  border: 1px solid #413B32;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
#page_top .feature div.fadein strong span {
  display: block;
  font-size: 45rem;
  line-height: 1;
}
#page_top .feature div.fadein figure {
  position: absolute;
  top: 0;
  left: 0;
  right: -1150rem;
  margin: auto;
  width: 672rem;
}
#page_top .feature div.fadein div {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  width: 680rem;
  margin: 0;
}
#page_top .feature div.fadein div p {
  width: 480rem;
  line-height: 2;
}
#page_top .feature div.fadein div p span {
  display: block;
  font-size: 26rem;
  margin: 0 0 10rem;
}
#page_top .feature div.fadein:nth-child(2) {
  padding: 100rem 0 0;
}
#page_top .feature div.fadein:nth-child(2) figure {
  left: -460rem;
  right: auto;
}
#page_top .feature div.fadein:nth-child(2) div {
  margin: 0 0 0 auto;
}
#page_top .feature div.fadein:nth-child(3) {
  margin: 0;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
#page_top .feature div.fadein:nth-child(3) p {
  margin: 0 0 0 40rem;
  font-size: 26rem;
}
#page_top .feature div.fadein:nth-child(3) .order {
  position: relative;
  align-items: flex-start;
  margin: 50rem 0 0;
}
#page_top .feature div.fadein:nth-child(3) .order div {
  background: #fff;
  border-radius: 50px;
  padding: 10rem 0;
  text-align: center;
  font-size: 22rem;
  width: 220rem;
  display: block;
}
#page_top .feature div.fadein:nth-child(3) .order ul {
  width: 420rem;
  line-height: 2;
}
#page_top .feature div.fadein:nth-child(3) .order ul li small {
  font-size: 12rem;
}
#page_top .feature div.fadein:nth-child(3) .order::after {
  content: unset;
}
#page_top .feature div.fadein:nth-child(3) .order + .order {
  margin: 100rem 0 0;
}
#page_top .feature div.fadein:nth-child(3) .order + .order::after {
  content: none;
}
#page_top .season {
  padding-top: 85rem;
  padding-bottom: 250rem;
}
#page_top .season .purpose {
  width: 1000rem;
  margin: auto;
  border: 2px dotted #868075;
  margin: 0 auto 100rem;
  padding: 50rem 0;
  text-align: center;
  position: relative;
}
#page_top .season .purpose:before {
  content: "";
  position: absolute;
  bottom: -22rem;
  left: 50%;
  padding: 12rem;
  border-bottom: 2rem dotted #868075;
  border-right: 2rem dotted #868075;
  transform: rotateZ(45deg) translateX(-50%);
  background: #fff;
}
#page_top .season .purpose span {
  position: absolute;
  background: #fff;
  font-size: 28rem;
  top: -25rem;
  left: 0;
  right: 0;
  width: 500rem;
  margin: auto;
  font-family: "Noto Serif JP", serif;
}
#page_top .season h2 {
  font-size: 30rem;
  color: #413B32;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#page_top .season h2::before, #page_top .season h2::after {
  position: absolute;
  content: "";
  display: block;
  width: 40rem;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #413B32;
}
#page_top .season h2::before {
  left: -90rem;
}
#page_top .season h2::after {
  right: -90rem;
}
#page_top .season .season_wrap {
  margin-top: 40rem;
  width: 944rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#page_top .season .season_wrap .calendar {
  width: 100%;
}
#page_top .season .season_wrap .box {
  position: absolute;
  left: 6rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
#page_top .season .season_wrap .box .season_img {
  position: relative;
  z-index: 2;
  padding-top: 46rem;
}
#page_top .season .season_wrap .box .text_wrap {
  width: 210rem;
  height: 210rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-left: -10rem;
  border-radius: 50%;
}
#page_top .season .season_wrap .box .text_wrap ul li {
  text-align: center;
}
#page_top .season .season_wrap .box .text_wrap ul li + li {
  margin-top: 15rem;
}
#page_top .season .season_wrap .box:nth-child(2n-1) {
  left: auto;
  right: 25rem;
  flex-direction: row-reverse;
}
#page_top .season .season_wrap .box:nth-child(2n-1) .text_wrap {
  margin-left: auto;
  margin-right: -10rem;
}
#page_top .season .season_wrap .box.spring {
  top: 0;
}
#page_top .season .season_wrap .box.spring .season_img {
  width: 125rem;
}
#page_top .season .season_wrap .box.summer {
  top: 0;
}
#page_top .season .season_wrap .box.summer .season_img {
  width: 120rem;
}
#page_top .season .season_wrap .box.autumn {
  bottom: 0;
}
#page_top .season .season_wrap .box.autumn .season_img {
  width: 125rem;
}
#page_top .season .season_wrap .box.winter {
  bottom: 0;
}
#page_top .season .season_wrap .box.winter .season_img {
  width: 120rem;
}
#page_top .season_event div.inner .event {
  position: relative;
}
#page_top .season_event div.inner .event figure {
  position: absolute;
  top: -100rem;
  left: auto;
  right: -450rem;
  z-index: 1;
  width: 100%;
}
#page_top .season_event div.inner .event div {
  position: relative;
  width: 240rem;
  margin: 0 0 0 80rem;
  padding: 70rem 0;
  text-align: center;
}
#page_top .season_event div.inner .event div::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  left: -400rem;
  width: 1000rem;
  height: 100%;
  background: #F2EEE7;
  z-index: -1;
}
#page_top .season_event div.inner .event div a {
  display: flex;
  align-items: center;
  flex-flow: column;
  border: 1rem solid #413B32;
  padding: 40rem 0;
  color: #413B32;
  margin: 0 40rem 40rem;
  letter-spacing: 2rem;
  font-size: 12rem;
  position: relative;
}
#page_top .season_event div.inner .event div a span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: block;
  letter-spacing: 8rem;
  margin: 0 0 20rem;
  font-size: 18rem;
}
#page_top .season_event div.inner .event div a:before {
  content: "";
  position: absolute;
  bottom: 10rem;
  left: 50%;
  padding: 6rem;
  border-top: 1rem solid #413B32;
  border-right: 1rem solid #413B32;
  transform: rotateZ(45deg) translateX(-50%) skew(-12deg, -12deg);
  margin: 0 0 0 -6rem;
  transition: 0.3s;
}
#page_top .season_event div.inner .event div a:hover {
  background: #DE7E0D;
  border: 1rem solid #DE7E0D;
  color: #fff;
}
#page_top .season_event div.inner .event div a:hover:before {
  border-top: 1rem solid #fff;
  border-right: 1rem solid #fff;
}
#page_top .about {
  padding-top: 80rem;
  padding-bottom: 80rem;
  background: url(../img/bg_about.jpg) no-repeat center top/cover;
  position: relative;
  z-index: 1;
}
#page_top .about::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #504949;
  opacity: 0.8;
  pointer-events: none;
  z-index: -1;
}
#page_top .about .common_tit .tit_square {
  margin-left: auto;
  margin-right: auto;
}
#page_top .about .text_wrap {
  margin-top: 45rem;
  width: 600rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 2;
  color: #fff;
}

#page_privacy main {
  margin: 102rem 0 0;
}
#page_privacy main h1 {
  padding: 50rem 0;
  font-size: 26rem;
  text-align: center;
}

.fadein {
  opacity: 0;
  transition: 1s;
}

.fade_left {
  transform: translate(-80rem, 0);
}

.fade_right {
  transform: translate(80rem, 0);
}

.fade_up {
  transform: translate(0, 80rem);
}

.fade_scale {
  transform: scale(0.5, 0.5) translate(0, 200rem);
}

.skew_right_down {
  transform: translate(-80rem, -80rem);
}

.skew_left_down {
  transform: translate(80rem, -80rem);
}

.skew_right_up {
  transform: translate(-80rem, 80rem);
}

.skew_left_up {
  transform: translate(80rem, 80rem);
}

.fadein.action {
  opacity: 1;
  transform: translate(0, 0);
}

/* 2つ目の要素に400msのdelayをかける */
.fadein.delay2 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.fadein.delay3 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

#pageTop {
  position: fixed;
  bottom: 20rem;
  right: 20rem;
  width: 50rem;
  height: 50rem;
  background: #9B9B9B;
  border-radius: 30rem;
  cursor: pointer;
  z-index: 10;
}

#pageTop:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -10rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 15rem;
  height: 15rem;
  border-top: 2rem solid #fff;
  border-left: 2rem solid #fff;
  transform: rotate(45deg);
}

footer {
  margin-top: 130rem;
  position: relative;
  font-size: 14rem;
  padding-bottom: 80rem;
}
footer .footer_inner {
  padding-top: 40rem;
}
footer .footer_logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 82rem;
}
footer .footer_nav {
  display: flex;
  justify-content: center;
}
footer .footer_nav ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
footer .footer_nav ul li {
  padding: 0 20rem;
  position: relative;
}
footer .footer_nav ul li::before {
  position: absolute;
  content: "/";
  display: block;
  top: 0;
  right: 0;
}
footer .footer_nav ul li:last-child::before {
  display: none;
}
footer .footer_text {
  margin-top: 78rem;
  display: flex;
  gap: 130rem;
}
footer .footer_text .company {
  width: 310rem;
}
footer .footer_text .company dl .dl_wrap + .dl_wrap {
  margin-top: 20rem;
  padding-top: 20rem;
  border-top: 1px solid #413B32;
}
footer .footer_text .company dl dd {
  position: relative;
  margin-top: 5rem;
  line-height: 1.8;
}
footer .footer_text .company dl dd .cqree_logo {
  position: absolute;
  top: 0;
  right: 10rem;
  width: 87rem;
}
footer .footer_text .business {
  width: 520rem;
}
footer .footer_text .business dl dd {
  margin-top: 5rem;
}

@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.0781860829vw;
  }
}
@media screen and (max-width: 680px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.6;
    font-size: 13rem;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 335rem;
  }
  .s_inner {
    width: 335rem;
  }
  .mt_l {
    margin-top: 80rem;
  }
  .mt_m {
    margin-top: 40rem;
  }
  .mt_s {
    margin-top: 16rem;
  }
  .common_tit .tit_square {
    width: 80rem;
    padding: 13rem 0 30rem;
    letter-spacing: 2rem;
    font-size: 6rem;
  }
  .common_tit h2 {
    letter-spacing: 6rem;
    font-size: 13rem;
    margin: 0 0 5rem;
  }
  .common_tit a::before {
    content: "";
    bottom: 10rem;
    padding: 3rem;
    border-top: 1rem solid #fff;
    border-right: 1rem solid #fff;
    margin: 0 0 0 -2rem;
    transition: 0.5s;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    justify-content: space-between;
    align-items: center;
    padding: 12rem 0;
    background: #fff;
    box-shadow: 0rem 2rem 4rem 0 rgba(0, 0, 0, 0.1);
    z-index: 12;
    padding: 12rem 0 12rem 12rem;
  }
  header .tit_wrap {
    text-align: left;
    font-size: 16rem;
  }
  header .tit_wrap a img {
    width: 35rem;
    margin: 0 0 0 10rem;
  }
  header #nav-toggle {
    right: 20rem;
    top: 18rem;
    width: 40rem;
  }
  header #global-nav {
    top: 66rem;
  }
  header .sns_wrap {
    right: unset;
    top: unset;
    position: relative;
    justify-content: right;
    margin-top: 100rem;
    margin-right: 50rem;
  }
  header ul li {
    margin: 0 0 40rem;
    font-size: 18rem;
    line-height: 1;
  }
  header ul li.tel {
    font-size: 14rem;
  }
  header ul li span {
    font-size: 24rem;
    font-weight: bold;
  }
  header ul li a {
    color: #fff;
  }
  #nav-toggle {
    display: block;
    position: absolute;
    right: 30rem;
    top: 40rem;
    width: 45rem;
    height: 36rem;
    cursor: pointer;
    z-index: 101;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 3rem;
    width: 100%;
    background: #333;
    left: 0;
    transition: 0.35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11rem;
  }
  #nav-toggle span:nth-child(3) {
    top: 22rem;
  }
  .open #global-nav {
    opacity: 1;
    visibility: visible;
  }
  #global-nav {
    position: absolute;
    top: 102rem;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    min-height: 100vh;
    text-align: center;
    transition: 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    padding: 50rem 0 0;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11rem;
    transform: rotate(135deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11rem;
    transform: rotate(-135deg);
  }
  #page_top .kv {
    background: url(../img/main_sp.jpg) no-repeat top center/100%;
  }
  #page_top .kv h1 {
    top: 80rem;
    left: 10rem;
    font-size: 15rem;
    letter-spacing: 3rem;
  }
  #page_top .kv h1 img {
    width: 60rem;
  }
  #page_top .kv p {
    width: auto;
    font-size: 12rem;
    top: auto;
    bottom: 20rem;
    right: auto;
    left: 20rem;
  }
  #page_top .kv > span {
    background: #DE7E0D;
    padding: 10rem;
    color: #fff;
    width: 100%;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 12rem;
  }
  #page_top .kv dl {
    width: 55%;
    margin: 0 0 0 auto;
    flex-flow: wrap;
    justify-content: space-between;
    right: 10rem;
    top: 20rem;
  }
  #page_top .kv dl dt {
    font-size: 12rem;
    padding: 0 0 5rem 8rem;
    margin: 0 0 5rem;
    line-height: 1.2;
  }
  #page_top .kv dl dt span {
    font-size: 20rem;
  }
  #page_top .kv dl dd {
    width: 65rem;
    height: 65rem;
    margin: 0;
    padding: 5rem 0 18rem;
    justify-content: space-between;
    font-size: 9rem;
  }
  #page_top .kv dl dd img {
    width: auto;
    margin: 0 0 auto;
    padding: 0 0 5rem;
  }
  #page_top .kv dl dd::after {
    bottom: -22rem;
  }
  #page_top .kv a {
    width: 80rem;
    font-size: 8rem;
    padding: 20px 0 40rem;
    right: 10rem;
    bottom: 70rem;
  }
  #page_top .kv a span {
    font-size: 12rem;
    letter-spacing: 3rem;
    margin: 0 0 6rem;
  }
  #page_top .kv a::before {
    bottom: 10rem;
  }
  #page_top .lead {
    padding: 100rem 0;
  }
  #page_top .lead > figure {
    top: 240rem;
    left: 0;
    width: 30rem;
  }
  #page_top .lead .inner::before {
    height: 30rem;
    left: 30rem;
  }
  #page_top .lead h2 {
    letter-spacing: 3rem;
    margin: 0 0 30rem;
    font-size: 12rem;
    text-align: center;
  }
  #page_top .lead h2 strong {
    font-size: 30rem;
    margin: 0;
    display: block;
  }
  #page_top .lead h2 span {
    font-size: 10rem;
  }
  #page_top .lead ul {
    position: static;
  }
  #page_top .lead ul li {
    position: static;
    margin: auto;
    width: 180rem;
    height: 180rem;
  }
  #page_top .lead ul li:nth-child(2) {
    margin: -50rem 0 0;
  }
  #page_top .lead ul li:nth-child(3) {
    margin: -180rem 0 0 auto;
  }
  #page_top .lead .txt {
    margin: 0 30rem 40rem;
    width: auto;
  }
  #page_top .lead .txt::after {
    height: 30rem;
  }
  #page_top .lead ol {
    margin: 40rem 0 80rem;
    justify-content: space-between;
  }
  #page_top .lead ol li {
    width: 60rem !important;
    height: 60rem !important;
    font-size: 12rem;
    position: absolute;
  }
  #page_top .lead ol li:nth-child(1) {
    margin: 130rem 0 0;
  }
  #page_top .lead ol li:nth-child(2) {
    margin: 0;
    font-size: 12rem;
  }
  #page_top .lead ol li:nth-child(3) {
    width: 50rem !important;
    height: 50rem !important;
    margin: 70rem 0 0 30rem;
  }
  #page_top .lead ol li:nth-child(4) {
    margin: 270rem 0 0;
    width: 70rem !important;
    height: 70rem !important;
    position: static;
  }
  #page_top .lead ol li:nth-child(5) {
    margin: 30rem 0 0 100rem;
    font-size: 12rem;
  }
  #page_top .lead ol li:nth-child(6) {
    margin: 170rem 0 0 70rem;
    width: 50rem !important;
    height: 50rem !important;
  }
  #page_top .lead ol li:nth-child(7) {
    margin: 230rem 0 0 90rem;
  }
  #page_top .lead ol li:nth-child(8) {
    margin: 120rem 0 0 130rem;
    width: 90rem !important;
    height: 90rem !important;
    font-size: 12rem;
  }
  #page_top .lead ol li:nth-child(9) {
    margin: 230rem 0 0 170rem;
    width: 80rem !important;
    height: 80rem !important;
  }
  #page_top .lead ol li:nth-child(10) {
    margin: 50rem 0 0 200rem;
    width: 70rem !important;
    height: 70rem !important;
  }
  #page_top .lead ol li:nth-child(11) {
    margin: 270rem 0 0 270rem;
    width: 50rem !important;
    height: 50rem !important;
    font-size: 12rem;
  }
  #page_top .lead ol li:nth-child(12) {
    margin: 150rem 0 0 240rem;
    width: 80rem !important;
    height: 80rem !important;
    font-size: 12rem;
  }
  #page_top .lead ol li:nth-child(13) {
    margin: -20rem 0 0 260rem;
    width: 80rem !important;
    height: 80rem !important;
    font-size: 12rem;
  }
  #page_top .lead dl {
    display: block;
  }
  #page_top .lead dl dt {
    font-size: 15rem;
    margin: 0 0 50rem;
    letter-spacing: 0;
  }
  #page_top .lead dl dt::before {
    left: 0;
    width: 10rem;
  }
  #page_top .lead dl dt::after {
    right: 0;
    width: 10rem;
  }
  #page_top .lead dl dd {
    width: auto;
    position: relative;
    padding: 0 150rem 0 0;
  }
  #page_top .lead dl dd figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
  }
  #page_top .lead dl dd:nth-of-type(2) {
    padding: 0 0 0 150rem;
    margin: 50rem 0 80rem;
  }
  #page_top .lead dl dd:nth-of-type(2) figure {
    right: auto;
    left: 0;
  }
  #page_top .lead dl dd span::before {
    top: -40rem;
    width: 140rem;
    height: 140rem;
    margin: auto;
  }
  #page_top .feature > figure {
    left: 0;
    width: auto;
    transform: translateX(0);
  }
  #page_top .feature h2 {
    margin: 0 auto 60rem !important;
    padding: 15rem 0 0;
  }
  #page_top .feature h2 strong {
    width: 80rem;
    margin: auto;
    padding: 20rem 0 20rem;
    font-size: 8rem;
  }
  #page_top .feature h2 strong span {
    font-size: 14rem;
    letter-spacing: 6rem;
    margin: 0 0 10rem;
  }
  #page_top .feature h2 small {
    margin: 40rem 0 0;
    width: auto;
  }
  #page_top .feature div.fadein {
    margin: 0;
  }
  #page_top .feature div.fadein strong {
    width: 100rem;
    height: 100rem;
  }
  #page_top .feature div.fadein strong span {
    font-size: 30rem;
  }
  #page_top .feature div.fadein figure {
    position: static;
    width: auto;
    margin: 0 0 20rem;
  }
  #page_top .feature div.fadein div {
    width: auto;
    margin: 30rem 0 0;
    align-items: center;
  }
  #page_top .feature div.fadein div p {
    width: 210rem;
    line-height: 2;
  }
  #page_top .feature div.fadein div p span {
    display: block;
    font-size: 18rem;
    margin: 0 0 10rem;
    line-height: 1.6;
  }
  #page_top .feature div.fadein div p + p {
    width: auto;
    font-size: 16rem;
    margin: 20rem 0 0;
  }
  #page_top .feature div.fadein:nth-child(2) {
    padding: 60rem 0 0;
  }
  #page_top .feature div.fadein:nth-child(2) figure {
    left: 0;
    right: auto;
  }
  #page_top .feature div.fadein:nth-child(3) {
    margin: 60rem 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #page_top .feature div.fadein:nth-child(3) strong {
    margin: 0;
  }
  #page_top .feature div.fadein:nth-child(3) p {
    text-align: center;
    margin: 0;
    font-size: 18rem;
    width: 210rem;
  }
  #page_top .feature div.fadein:nth-child(3) .order {
    display: block;
    width: auto;
    margin: 20rem 0 0;
  }
  #page_top .feature div.fadein:nth-child(3) .order::after {
    content: "";
    position: absolute;
    top: -15rem;
    left: auto;
    right: -10rem;
    width: 80rem;
    height: 80rem;
  }
  #page_top .feature div.fadein:nth-child(3) .order div {
    font-size: 20rem;
    width: 100%;
    margin: 0 0 20rem;
  }
  #page_top .feature div.fadein:nth-child(3) .order ul {
    width: auto;
    line-height: 2;
  }
  #page_top .feature div.fadein:nth-child(3) .order ul li small {
    font-size: 12rem;
    display: block;
  }
  #page_top .feature div.fadein:nth-child(3) .order + .order {
    margin: 50rem 0 0;
  }
  #page_top .season {
    padding-top: 60rem;
    padding-bottom: 150rem;
  }
  #page_top .season .purpose {
    width: auto;
    margin: 0 10rem 30rem;
    padding: 30rem 20rem;
  }
  #page_top .season .purpose:before {
    padding: 8rem;
    bottom: -15rem;
  }
  #page_top .season .purpose span {
    width: 280rem;
    font-size: 20rem;
    top: -20rem;
  }
  #page_top .season h2 {
    font-size: 16rem;
  }
  #page_top .season h2::before, #page_top .season h2::after {
    width: 10rem;
  }
  #page_top .season h2::before {
    left: -30rem;
  }
  #page_top .season h2::after {
    right: -30rem;
  }
  #page_top .season .season_wrap {
    margin-top: 25rem;
    width: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  #page_top .season .season_wrap .box {
    left: 23rem;
    display: block;
    bottom: auto !important;
    top: 200rem;
  }
  #page_top .season .season_wrap .box .season_img {
    padding-top: 0;
    margin: auto;
    width: 80rem !important;
  }
  #page_top .season .season_wrap .box .text_wrap {
    width: 105rem;
    height: 105rem;
    margin-left: 0;
    margin-top: -12rem;
  }
  #page_top .season .season_wrap .box .text_wrap ul li + li {
    margin-top: 0;
  }
  #page_top .season_event div.inner .event {
    margin: 0 0 80rem;
  }
  #page_top .season_event div.inner .event figure {
    left: 0;
    right: 0;
  }
  #page_top .season_event div.inner .event div {
    margin: auto;
    padding: 100rem 0 50rem;
  }
  #page_top .season_event div.inner .event div a {
    margin: 0 auto 20rem;
    width: 80rem;
    padding: 20rem 0 30rem;
    font-size: 8rem;
  }
  #page_top .season_event div.inner .event div a span {
    font-size: 14rem;
  }
  #page_top .season_event div.inner .event div a::before {
    padding: 3rem;
    margin: 0 0 0 -2rem;
  }
  #page_top .about {
    margin-top: 60rem;
    padding-top: 55rem;
    padding-bottom: 40rem;
    background: url(../img/bg_about_sp.jpg) no-repeat center top/cover;
  }
  #page_top .about .text_wrap {
    margin-top: 55rem;
    width: 290rem;
    line-height: 1.8;
  }
  #page_privacy main {
    margin: 67rem 0 0;
  }
  #page_privacy main h1 {
    font-size: 20rem;
  }
  .fadein {
    opacity: 0;
    transition: 1s;
  }
  .fade_left {
    transform: translate(-80rem, 0);
  }
  .fade_right {
    transform: translate(80rem, 0);
  }
  .fade_up {
    transform: translate(0, 80rem);
  }
  .fade_scale {
    transform: scale(0.5, 0.5) translate(0, 200rem);
  }
  .fadein.action {
    opacity: 1;
    transform: translate(0, 0);
  }
  /* 2つ目の要素に400msのdelayをかける */
  .fadein.delay2 {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
  .fadein.delay3 {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
  #pageTop {
    position: fixed;
    bottom: 10rem;
    right: 10rem;
    width: 50rem;
    height: 50rem;
    background: #9B9B9B;
    border-radius: 30rem;
    cursor: pointer;
    z-index: 10;
  }
  #pageTop:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -10rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 15rem;
    height: 15rem;
    border-top: 2rem solid #fff;
    border-left: 2rem solid #fff;
    transform: rotate(45deg);
  }
  footer {
    margin-top: 65rem;
    font-size: 11rem;
    padding-bottom: 65rem;
  }
  footer .footer_inner {
    padding-top: 0;
  }
  footer .footer_logo {
    position: relative;
    width: 53rem;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer_nav {
    margin-top: 20rem;
  }
  footer .footer_nav ul li {
    padding: 0 14rem;
  }
  footer .footer_text {
    margin-top: 20rem;
    display: block;
  }
  footer .footer_text .company {
    width: 100%;
  }
  footer .footer_text .company dl .dl_wrap + .dl_wrap {
    margin-top: 10rem;
    padding-top: 15rem;
    padding-top: 15rem;
  }
  footer .footer_text .company dl dd {
    margin-top: 2rem;
  }
  footer .footer_text .company dl dd .cqree_logo {
    top: -10rem;
    right: 40rem;
    width: 95rem;
  }
  footer .footer_text .business {
    width: 100%;
    font-size: 9rem;
    margin-top: 25rem;
  }
}/*# sourceMappingURL=style.css.map */