
/* 


font-family: "Lexend Deca", sans-serif;
font-family: "Hurricane", cursive;
font-family: "Zen Kaku Gothic New", sans-serif;
font-family: "Zen Maru Gothic", sans-serif;

*/
.footer {
  z-index: 1000;
}

.header {
  z-index: 1000;
}

body {
}

main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
}

.wrapper {
  position: relative;
  overflow: hidden;
  background-image: url(../images/bg01-1.jpg);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  @media (width < 896px) {
    padding-bottom: 80px;
  }
}



/* utilities
------------------------------------*/
.newline {
  display: inline-block;
}

.w_large {
  width: calc(100% - 40px);
  max-width: 1660px;
  margin: auto;
  container-type: inline-size;
}

.w_mid {
  width: calc(100% - 40px);
  max-width: 1330px;
  margin: auto;
  container-type: inline-size;
}

.w_wide {
  width: calc(100% - 40px);
  max-width: 1490px;
  margin: auto;
  container-type: inline-size;
}

.w_narrow {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  container-type: inline-size;
  position: relative;
}

.w_narrow_nm {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  container-type: inline-size;
}

.w_min280 {
  min-width: 320px;
}

.pt220cqw_1490 {
  margin-top: 20cqw!important;
}

.pt120cqw_1490 {
  padding-top: 8cqw!important;
}

.pt120cqw_1490_t {
  padding-top: 8cqw!important;
  @media (width < 1170px) {
    padding-top: 90px!important;
  }
}

.pt60cqw_1490 {
  padding-top:4cqw!important;
  @media (width < 480px) {
    padding-top: 20px!important;
  }
}

.pt80cqw_1200 {
  padding-top: 6.6cqw!important;
  @media (width < 480px) {
    padding-top: 60px!important;
  }
}

.pt120cqw_1200 {
  padding-top: 10cqw!important;
  @media (width < 480px) {
    padding-top: 100px!important;
  }
}


.pt100cqw_1330 {
  padding-top: 7.5cqw!important;
  @media (width < 480px) {
    padding-top: 40px!important;
  }
}

.mt190cqw_1490 {
  margin-top: 12.75cqw;
}

.mt80cqw_1490 {
  margin-top: 5.37cqw;
  @media (width < 480px) {
    margin-top: 40px;
  }
}

.mt220vw {
  margin-top: 11.45vw;
}

.mt170vw {
  margin-top: 8.85vw;
}

.mt76vw {
  margin-top: 4vw;
}

.mt50cqw_1200 {
  margin-top: 4cqw;
  @media (width < 480px) {
    margin-top: 30px;
  }
}

.mt60cqw_1200 {
  margin-top: 5cqw;
  @media (width < 480px) {
    margin-top: 30px;
  }
}

.mt24 {
  margin-top: 24px;
  @media (width < 480px) {
    margin-top: 0px;
  }
}


/* Action */
/* ============================================ */

.ef_blur,.ef_blur_d01,.ef_blur_d02 {
  opacity: 0;
  /* filter: blur(3px); */
  transition: all 1.5s ease-out;
  transform: translateY(80px);
}
.add_blur {
  opacity: 1;
  /* filter: blur(0px); */
  transition: all 1.5s ease-out;
  transform: translateY(0px);
}



/* elements
------------------------------------*/
.area_title {
  position: relative;
  margin-top: 5vw;
  @media (width < 896px) {
    margin-top: 30px;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fadein_only {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.hd_h1 {
  font-size: clamp(2.4rem, 3.95vw + 0.92rem, 6.8rem);
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6em;
  opacity: 0;
  animation: fadein 1.0s ease-in-out;
  animation-delay:0.5s;
  animation-fill-mode: forwards;
}

.line_bg_w {
  /* background-color: #FFF; */
}

.cs_w {
  letter-spacing: 0.17em;
  padding: 0 10px;
}

.cs_ww {
  letter-spacing: 0.3em;
}

.box_h1_sub {
  position: absolute;
  top: -10px;
  transform: rotate(-20deg);
  text-align: center;
  opacity: 0;
  animation: fadein_only 1.0s ease-in-out;
  animation-fill-mode: forwards;
  @media (width < 896px) {
    position: relative;
    top: auto;
    transform: none;
    padding-bottom: 16px;
  }
}

.box_h1_sub_txt {
  font-size: clamp(1.4rem, 0.72vw + 1.131rem, 2.2rem);
  line-height: 2.4em;
}

.line_under {
  border-bottom: #000 solid 1px;
  padding: 6px 0;
}

.block_title {
  position: relative;
  margin-top: 3.6cqw;
  @media (width < 896px) {
    margin-top: 26px;
  }
}

.block_title_img {
  overflow: hidden;
  border-radius: 9cqw;
  position: relative;
  animation: fadein 1.0s ease-in-out;
  animation-delay:0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
  @media (width < 480px) {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
  }
}

.block_title_maru {
  text-align: center;
  background-color: #f06893;
  border-radius: 300px;
  padding: 10px 16px 16px;
  position: absolute;
  top: 4cqw;
  right: -3.6cqw;
  aspect-ratio: 1 / 1;
  align-content: center;
  z-index: 20;
  animation: fadein 1.0s ease-in-out;
  animation-delay:1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  @media (width < 1600px) {
    right: -1.34cqw;
  }
  @media (width < 896px) {
    top: auto;
    right: -18px;
    bottom: -20px;
  }
  @media (width < 480px) {
    aspect-ratio:inherit;
    padding: 5px 10px;
  }
}

.txt_maru {
  color: #000;
  font-size: clamp(1.2rem, 1.08vw + 0.796rem, 2.4rem);
  line-height: 1.8em;
  font-family: "Zen Maru Gothic", sans-serif;
  @media (width < 480px) {
    line-height: 1.5em;
  }
  .tsume {
    letter-spacing: -0.4em;
  }
}

.oumeshuhen {
  font-size: 1.3em;
  color: #FFF;
}

.block_title_copy {
  background-color: #FFF;
  border-radius: 4cqw;
  padding: 2cqw;
  position: relative;
  max-width: 1100px;
  width: 90%;
  box-sizing: border-box;
  margin: -4.6cqw auto 0;
  z-index: 10;
  text-align: center;
  animation: fadein 1.0s ease-in-out;
  animation-delay:1.5s;
  animation-fill-mode: forwards;
  @media (width < 896px) {
    border-radius: 16px;
    margin: 16px auto 0;
    width: 100%;
    text-align: justify;
    padding: 12px;
  }
}

.block_title_copy_txt {
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-size: clamp(1.4rem, 0.63vw + 1.165rem, 2.1rem);
  line-height: 1.8em;
  @media (width < 896px) {
    word-break:normal;
  }
}

.column_healing {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-top: 10cqw;
  @media (width < 896px) {
    padding-top: 50px;
    display: block;
  }
}

.kakeru01 {
  max-width: 518px;
  width: 100%;
  padding-top: 1.5cqw;
  @media (width < 896px) {
    width: 100%;
    img {
      max-width: 290px;
    }
  }
}

.kakeru02 {
  width: 8.72cqw;
  aspect-ratio: 1 / 1;
  @media (width < 896px) {
    aspect-ratio:inherit;
    width: 100%;
    img {
      max-width: 60px;
    }
  }
}

.kakeru03 {
  max-width: 534px;
  width: 100%;
  padding-left: 8px;
  @media (width < 896px) {
    padding-left: 0px;
    padding-top: 8px;
    width: 100%;
    img {
      max-width: 300px;
    }
  }
}

.area_intro {
  padding-top: 16cqw;
  text-align: center;
}

.box_h2_ttl {
  display: inline-block;
  margin: auto;
  transform: rotate(-10deg);
}

.hd_cursive {
  font-family: "Hurricane", cursive;
  line-height: 1em;
  font-size: clamp(5rem, 9.87vw + 1.3rem, 16rem);
  letter-spacing: -0.01em;
}

.hd_hasu {
  font-size: clamp(1.6rem, 1.08vw + 1.196rem, 2.8rem);
  line-height: 1.4em;
}

.txt_intro {
  font-size: clamp(1.4rem, 1.26vw + 0.929rem, 2.8rem);
  line-height: 1.8em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.img_full {
  margin-top: 5cqw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
  img {
    width: 100%;
    height: auto;
  }
}

#flow {
  background-image: url(../images/bg01-2.jpg);
  background-position: center -200px;
  background-size: 100% auto;
}

.area_flow {
  text-align: center;
  padding-bottom: 12vw;
}

.point_train {
  img {
    max-width: 270px;
    @media (width < 896px) {
      max-width: 200px;
    }
  }
}

.box_time {
  text-align: center;
}

.box_time_inner {
  display:inline-block;
	padding:10px 40px;
	background:#000;
	position:relative;
	margin:0 20px;
  color: #FFF;
  font-family: "Lexend Deca", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1em;
  @media (width < 896px) {
    font-size: 1.6rem;
    padding: 10px 30px;
  }
  &::after,&::before {
    content:"";
    width:12px;
    height:100%;
    border-style: solid;
    position: absolute;
    top: 0;
  }
  &::before {
    left: 0;
    border-width: 30px 0px 30px 14px;
    border-color: transparent transparent transparent #fff;
    @media (width < 896px) {
      border-width: 18px 0px 18px 7px;
    }
  }
  &::after {
    right: 0;
    border-width: 30px 14px 30px 0px;
    border-color: transparent #fff transparent transparent;
    @media (width < 896px) {
      border-width: 18px 7px 18px 0px;
    }
  }
}

.box_oumeeki {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.box_oumeeki_img {
  position: relative;
  overflow: hidden;
  border-radius: 9cqw;
}

.bubble01 {
  position: absolute;
  top: 4cqw;
  left: -10cqw;
  width: 24.83cqw;
  min-width: 200px;
  @media (width < 1377px) {
    top: 2cqw;
    left: -4cqw;
  }
  @media (width < 480px) {
    top: -2cqw;
    left: -8cqw;
    min-width: 160px;
  }
}

.bubble02 {
  position: absolute;
  top: -2cqw;
  left: -2cqw;
  width: 24.83cqw;
  min-width: 220px;
  @media (width < 1377px) {
    top: -2cqw;
    left: -1cqw;
  }
  @media (width < 1190px) {
    top: -4cqw;
    left: -20px;
  }
  @media (width < 780px) {
    top: -4cqw;
    left: -20px;
  }
  @media (width < 480px) {
    min-width: 180px;
  }
}

.bubble03 {
  position: absolute;
  top: -10cqw;
  left: 55cqw;
  width: 30cqw;
  @media (width < 1260px) {
    width: 36cqw;
  }
  @media (width < 910px) {
    width: 40cqw;
    top: -13cqw;
  }
  @media (width < 750px) {
    width: 46cqw;
    top: auto;
    bottom: 65cqw;
  }
  @media (width < 480px) {
    width: 70cqw;
    left: 32cqw;
  }
}

.bubble04 {
  position: absolute;
  top: -12cqw;
  right: 0cqw;
  width: 30cqw;
  @media (width < 1024px) {
    width: 36cqw;
  }
  @media (width < 896px) {
    width: 40cqw;
  }
  @media (width < 480px) {
    width: 60cqw;
    top: -22cqw;
  }
}

.bubble05 {
  position: absolute;
  top: 5cqw;
  left: -20cqw;
  width: 24.83cqw;
  min-width: 220px;
  @media (width < 600px) {
    left: -20px;
    min-width: 180px;
  }
}

.bubble_img {
  position: relative;
  img {
    position: relative;
  }
}

.bubble_txt {
  font-size: clamp(1.2rem, 1.08vw + 0.796rem, 2.4rem);
  text-align: center;
  width: 100%;
  position: absolute;
  transform: translate(-50%,-40%);
  top: 40%;
  left: 50%;
}

.bubble_txt03 {
  font-size: clamp(1.2rem, 1.08vw + 0.796rem, 2.4rem);
  text-align: center;
  width: 100%;
  position: absolute;
  transform: translate(-50%,-30%);
  top: 30%;
  left: 50%;
  white-space: nowrap;
}

.box_arrow {
  height: 20cqw;
  position: relative;
  margin-top: 7cqw;
  @media (width < 480px) {
    height: 120px;
  }
  &::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-right: #000 solid 1px;
    border-bottom: #000 solid 1px;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}

.box_bar {
  height: calc(100% - 2px);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-left: #000 solid 1px;
  border-right: #000 solid 1px;
  width: 8px;
}

.time_required {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  padding-left: 30px;
  font-size: clamp(1.2rem, 1.08vw + 0.796rem, 2.4rem);
  line-height: 1.4em;
}

.block_cherry {
  position: relative;
}

.shade_cherry {
  background-color: #f5f2f5;
  mix-blend-mode:multiply;
  width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
  position: absolute;
  top: 16cqw;
  bottom: 7cqw;
}

.column_cherry {
  display: grid;
  grid-template-columns: 1fr 63.75cqw;
  gap: 5cqw;
  align-items: center;
  position: relative;
  @media (width < 896px) {
    display: block;
  }
}

.column_cherry_txt {
  text-align: left;
}

.txt_cherry {
  font-size: clamp(1.4rem, 0.45vw + 1.232rem, 1.9rem);
  line-height: 2.2em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.column_cherry_img {
  overflow: hidden;
  border-radius: 9cqw;
  width: 100%;
  @media (width < 896px) {
    margin-top: 5cqw;
  }
}

.btn_link {
  max-width: 490px;
  width: 80%;
  margin: auto;
  position: relative;
  a {
    color: #FFF;
    background-color: #000;
    font-size: clamp(1.4rem, 0.72vw + 1.131rem, 2.2rem);
    line-height: 1.4em;
    display: block;
    padding: 3cqw 0;
    border-radius: 100px;
    position: relative;
    @media (width < 896px) {
      padding: 20px 10px;
    }
    &::after {
      content: "";
      display: block;
      border-radius: 100px;
      border: #FFF solid 1px;
      position: absolute;
      top: 3px;
      right: 4px;
      bottom: 3px;
      left: 4px;
    }
    &:hover {
      opacity: 1;
      background-color: #f04e80;
    }
  }
}

.column_goshuin {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  position: relative;
  @media (width < 896px) {
    grid-template-columns: repeat(1,1fr);
  }
}

.column_goshuin_f {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  position: relative;
  @media (width < 896px) {
    grid-template-columns: repeat(2,1fr);
  }
}

.column_goshuin_mo {
  position: relative;
}

.column_goshuin_left_mo {
  overflow: hidden;
  border-radius: 7cqw;
}

.column_goshuin_right_mo {
  overflow: hidden;
  border-radius: 9cqw;
}

.sanpai {
  width: 30%;
  position: absolute;
  top: -20%;
  left: 20%;
  @media (width < 480px) {
    left: 0%;
    width: 36%;
  }
}

.neko_jizo {
  width: 55%;
  margin: 0 0 0 auto;
  position: relative;
  @media (width < 480px) {
    width: 75%;
  }
}

.column_goshuin_left {
  overflow: hidden;
  border-top-left-radius: 9cqw;
  border-bottom-left-radius: 9cqw;
  @media (width < 896px) {
    border-bottom-left-radius: 0cqw;
    border-top-right-radius: 9cqw;
  }
}

.column_goshuin_right {
  overflow: hidden;
  border-top-right-radius: 9cqw;
  border-bottom-right-radius: 9cqw;
  @media (width < 896px) {
    border-top-right-radius: 0cqw;
    border-bottom-left-radius: 9cqw;
  }
}

.column_goshuin_top_left {
  overflow: hidden;
  border-top-left-radius: 9cqw;
  @media (width < 896px) {
    border-top-left-radius: 9cqw;
    border-top-right-radius: 9cqw;
    border-bottom-left-radius: 0cqw;
  }
}

.column_goshuin_top_right {
  overflow: hidden;
  border-top-right-radius: 9cqw;
}

.column_goshuin_bottom_left {
  overflow: hidden;
  border-bottom-left-radius: 9cqw;
}

.column_goshuin_bottom_right {
  overflow: hidden;
  border-bottom-right-radius: 9cqw;
}

.txt_goshuin {
  font-size: clamp(1.4rem, 0.45vw + 1.232rem, 1.9rem);
  line-height: 2.2em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.column_neko {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  @media (width < 896px) {
    grid-template-columns: repeat(1,1fr);
  }
  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.column_neko_left {
  overflow: hidden;
  border-top-left-radius: 6cqw;
  border-bottom-left-radius: 6cqw;
  @media (width < 896px) {
    border-top-left-radius: 6cqw;
    border-top-right-radius: 6cqw;
    border-bottom-left-radius: 0cqw;
  }
}

.column_neko_mid {
  overflow: hidden;
}

.column_neko_right {
  overflow: hidden;
  border-top-right-radius: 6cqw;
  border-bottom-right-radius: 6cqw;
  @media (width < 896px) {
    border-bottom-left-radius: 6cqw;
    border-bottom-right-radius: 6cqw;
    border-top-right-radius: 0cqw;
  }
}

.column_grass {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  @media (width < 896px) {
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
  }
}

.column_grass_copy {
  text-align: left;
  padding-top: 4cqw;
}

.column_grass_copy_txt {
  font-size: clamp(1.4rem, 0.45vw + 1.232rem, 1.9rem);
  line-height: 2.2em;
  word-break: keep-all;
  overflow-wrap: anywhere;
  width: 70%;
  margin: auto;
  @media (width < 896px) {
    width: 100%;
  }
  .tsume {
    letter-spacing: -0.1em;
  }
}

.column_grass_copy_img {
  overflow: hidden;
  border-radius: 4cqw;
  @media (width < 896px) {
    border-radius: 16px;
  }
}

.neko_grass {
  text-align: center;
  margin-top: 6cqw;
}

.column_grass_img {}

.column_grass_img_thumb01 {
  width: 70%;
}

.thumb_grass {
  overflow: hidden;
  border-radius: 4cqw;
  @media (width < 896px) {
    border-radius: 16px;
  }
}

.txt_voice {
  font-size: clamp(1.4rem, 0.45vw + 1.232rem, 1.9rem);
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  position: relative;
  padding-inline: 1.5em;
  display: inline-block;
  margin-bottom: 16px;
  &::before,&::after {
    content: "";
    display: block;
    width: 1px;
    height: 140%;
    background-color: #000;
    position: absolute;
  }
  &::before {
    left: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(-25deg);

  }
  &::after {
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(25deg);
  }
}

.column_grass_img_thumb02 {
  width: 60%;
  margin: -2cqw 0px 0px auto;
}

.column_grass_img_thumb03 {
  margin: auto;
  width: 76%;
  padding-top: 4cqw;
  @media (width < 896px) {
    padding-top: 30px;
  }
}

.img_lunch01 {
  position: relative;
  width: 44%;
  margin: -6cqw auto 0 0;
}

.img_lunch02 {
  position: relative;
  width: 44%;
  margin: -12cqw 0 0 auto;
}

.box_sakura {
  position: relative;
  max-width: 450px;
  margin: auto;
  padding-top: 20cqw;
}

.img_sakura {
  overflow: hidden;
  border-radius: 3cqw;
}

.column_museu {
  display: grid;
  grid-template-columns: 1fr 33.55cqw;
  align-items: center;
  @media (width < 896px) {
    grid-template-columns: 1fr;
    gap: 4cqw;
  }
}

.box_museu_thumb01 {
  order: 2;
  @media (width < 896px) {
    order: 1;
    width: 70cqw;
    margin: 0 0 0 auto;
  }
  .txt_cherry {
    text-align: left;
  }
}

.box_museu_thumb02 {
  order: 1;
  width: 53cqw;
  @media (width < 896px) {
    order: 2;
    width: 80cqw;
    margin: 0 auto 0 0;
  }
}

.shime_link {
  display: inline-block;
  .txt_voice {
    width: 80%;
    margin-inline: auto;
  }
  .btn_link {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}