 /*
Theme Name: Yotako
Author: Yotako team
Author URI: https://yotako.io/
Description: Design in Figma or AdobeXD. Publish in WordPress. The Figma/Adobe XD to WordPress plugin by Yotako is the fastest way of converting your beautiful design into a fully functional WordPress website in a few clicks without writing a single line of code! Get your custom domain, professional email, and world-class secure hosting, without the hassle.
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 5.6
Version: 2.0.0
License: © Yotako 2016-2024
License URI:  https://yotako.io/
Tags: figma-to-wordpress, adobe-xd-to-wordpress, xd-to-wordpress, design-to-code, seamless-transition, design-to-wordpress
Yotako WordPress Theme, (C) 2024 Yotako.io
*/
 @import url("https://storage.googleapis.com/yotako-fonts/usersFonts/Css/Honoka_Shin_Mincho.css");
 @import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Roboto&display=swap");
 @import url("style-browsers-support.css");

 body,
 html {
   margin: 0;
   padding: 0;
 }

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

 p,
 a,
 h1,
 h2,
 h3 {
   margin: 0;
   color: unset;
   text-decoration: none;
 }

 button {
   background: none;
   color: inherit;
   border: none;
   padding: 0;
   font: inherit;
   cursor: pointer;
   outline: inherit;
 }

 .yk_post_content p {
   margin: revert;
 }

 .yk_input_wrapper {
   position: relative;
   width: 100%;
 }

 .yk_input_wrapper>div {
   /* position:relative; */
   /* height:100% */
 }

 .yk_input_wrapper>.block-editor-inner-blocks {
   position: absolute;
   top: 0
 }

 .has-text-align-right {
   text-align: right !important;
 }

 .has-text-align-left {
   text-align: left !important;
 }

 .has-text-align-center {
   text-align: center !important;
 }

 .has-background {
   padding: initial !important;
 }

 body .yk_input_wrapper input::placeholder {
   text-align: start;
 }

 body .yk_transparent {
   background: transparent !important;
 }

 body .yt_text_background {
   background-size: 100%;
   -webkit-background-clip: text;
   -moz-background-clip: text;
   -webkit-text-fill-color: transparent;
   -moz-text-fill-color: transparent;
 }

 body .yt_text_vertical_center {
   display: flex;
   justify-content: center;
   flex-direction: column;
   word-wrap: anywhere;
 }

 body .yt_text_vertical_bottom {
   display: flex;
   justify-content: flex-end;
   flex-direction: column;
   word-wrap: anywhere;
 }

 body .yt_custom_select_arrow {
   background-position-x: 95% !important;
   -webkit-appearance: none;
   appearance: none;
   padding: 10px;
 }

 body .yt_cover_size {
   object-fit: cover;
   height: inherit;
 }

 .yt_full_size {
   width: 100%;
   height: 100%;
 }

 body .wp-block-video video {
   width: 100%;
 }

 [class^="container_"],
 [class*=" container_"],
 [class^="button_"],
 [class*=" button_"] {
   display: flex;
 }

 [class^="grid_"],
 [class*=" grid_"] {
   display: grid;
 }

 [class^="vp_"],
 [class*=" vp_"] {
   display: flex;
   flex-direction: column;
 }

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

 .wp-block-image {
   margin: unset;
   padding: unset;
 }

 .wp-block-image img {
   vertical-align: top;
   border-radius: inherit;
   width: 100%;
 }

 .wp-block-yotako-block-input-text {
   position: relative;
   background: transparent;
   border: none;
 }

 .wp-block-image .components-resizable-box__container {
   max-width: unset !important;
 }

 .yt-post-template {
   justify-content: space-between !important;
 }

 body .yt-post-card {
   position: relative !important;
 }

 body .yt_fill_size {
   height: fit-content !important;
   min-height: 100vh !important;
 }

 /* Reset ALL WordPress block margins and gaps */
 .wp-site-blocks,
 .wp-site-blocks>*,
 .wp-site-blocks * {
   margin-block-start: 0 !important;
   margin-block-end: 0 !important;
 }

 :where(body .is-layout-flow)>* {
   margin-block-start: 0 !important;
   margin-block-end: 0 !important;
 }

 /* Ensure yotako containers don't inherit WordPress block gap */
 .yotako-main,
 .yotako-main * {
   margin-block-start: 0 !important;
   margin-block-end: 0 !important;
 }

 /* Remove WordPress default block gap */
 .wp-site-blocks {
   --wp--style--block-gap: 0 !important;
   gap: 0 !important;
 }

 /* Prevent extra space after last child in flex containers */
 [class^="viewport_"]:after,
 [class*=" viewport_"]:after {
   content: none !important;
 }

 .wp-block-yotako-block-form {
   display: none;
 }

 .yt-full-width {
   width: 100%;
 }

 /* Map with overlay support */
 .yotako-map-container {
   position: relative;
   width: 100%;
   height: 100%;
 }

 .yotako-map-container .yotako-map-iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
 }

 .yotako-map-container .yotako-map-overlay {
   position: relative;
   z-index: 1;
   pointer-events: auto;
 }

 .yotako-map-container .yotako-map-overlay * {
   pointer-events: auto;
 }

 /* FAQ Accordion */
 .yotako-faq {
   width: 100%;
 }

 .yotako-faq-item {
   overflow: hidden;
 }

 .yotako-faq-item .yotako-faq-question {
   cursor: pointer;
   user-select: none;
 }

 .yotako-faq-item .yotako-faq-answer {
   /* Height controlled by JavaScript for smooth animation */
   overflow: hidden;
 }

 .yotako-faq-item .yotako-faq-arrow-open {
   display: none;
 }

 .yotako-faq-item .yotako-faq-arrow-close {
   display: block;
 }

 .yotako-faq-item.open .yotako-faq-arrow-open {
   display: block;
 }

 .yotako-faq-item.open .yotako-faq-arrow-close {
   display: none;
 }

 /* Carousel */
 .yotako-carousel {
   position: relative;
   overflow: hidden;
 }

 .yotako-carousel-inner {
   position: relative;
   width: 100%;
 }

 .yotako-carousel-item {
   display: none;
   width: 100%;
 }

 .yotako-carousel-item.active {
   display: block;
 }

 .yotako-carousel-prev,
 .yotako-carousel-next {
   cursor: pointer;
   user-select: none;
 }

 .yotako-carousel-indicators {
   display: flex;
   justify-content: center;
   gap: 8px;
 }

 .yotako-carousel-indicator {
   cursor: pointer;
   opacity: 0.5;
   transition: opacity 0.3s;
 }

 .yotako-carousel-indicator.active {
   opacity: 1;
 }

 /* Dropdown */
 .yotako-dropdown {
   position: relative;
 }

 .yotako-dropdown-trigger {
   cursor: pointer;
   user-select: none;
 }

 .yotako-dropdown-content {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 100;
   display: none;
   min-width: 100%;
 }

 .yotako-dropdown.open .yotako-dropdown-content {
   display: block;
 }

 .yotako-dropdown-option {
   cursor: pointer;
 }

 .yotako-dropdown-arrow {
   transition: transform 0.3s;
 }

 .yotako-dropdown.open .yotako-dropdown-arrow {
   transform: rotate(180deg);
 }

 /* Accessibility - Focus styles */
 .yotako-faq-item .yotako-faq-question:focus,
 .yotako-faq-item .yotako-faq-question:focus-visible,
 .yotako-carousel-prev:focus,
 .yotako-carousel-prev:focus-visible,
 .yotako-carousel-next:focus,
 .yotako-carousel-next:focus-visible,
 .yotako-carousel-indicator:focus,
 .yotako-carousel-indicator:focus-visible,
 .yotako-dropdown:focus,
 .yotako-dropdown:focus-visible,
 .yotako-dropdown-option:focus,
 .yotako-dropdown-option:focus-visible {
   outline: 2px solid currentColor;
   outline-offset: 2px;
 }

 /* Screen reader only content */
 .yotako-sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   border: 0;
 }

 .imageview_dfa7464e9281 {
   width: 600px;
   height: 170px;
   position: absolute !important;
   left: 564px;
   top: 1003px;
   _scaling-factor: 0.5;
 }

 .imageview_dfa7464e9281 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_36e68c407289 {
   width: 600px;
   height: 171px;
   position: absolute !important;
   left: 564px;
   top: 1191px;
   _scaling-factor: 0.5;
 }

 .imageview_36e68c407289 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_df28d1cbcffa {
   width: 557px;
   height: 661px;
   position: absolute !important;
   left: 284px;
   top: 261px;
   _scaling-factor: 0.5;
 }

 .imageview_df28d1cbcffa img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_e5386e9b6b65 {
   width: 557px;
   height: 661px;
   position: absolute !important;
   left: 885.59px;
   top: 261px;
   _scaling-factor: 0.5;
 }

 .imageview_e5386e9b6b65 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_eac3f290898f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 46.4px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_aaa2d2f0395f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 40px;
   line-height: 69.6px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_020fe3cbf31a {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 110px;
   left: 682px;
   top: 93px;
 }

 .container_a954408a4143 {
   position: absolute !important;
   overflow: visible;
   width: 1727px;
   height: 1456px;
   left: 0px;
   top: 1988px;
 }

 .imageview_ca39577f6333 {
   width: 575px;
   height: 785px;
   position: absolute !important;
   left: 1152px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_ca39577f6333 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_d97ae700a776 {
   width: 993px;
   height: 542.2px;
   position: absolute !important;
   left: 0px;
   top: 98.15px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Honoka Shin Mincho';
 }

 .text_901f1a9a0a16 {
   width: 396px;
   height: 80.89px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 74.4px;
   word-wrap: break-word;
   font-family: 'Honoka Shin Mincho';
 }

 .container_9709e37c5409 {
   position: absolute !important;
   overflow: visible;
   width: 993px;
   height: 640.35px;
   left: 79px;
   top: 72.85px;
 }

 .container_7ad5db67f9c9 {
   position: absolute !important;
   width: 1727px;
   height: 780px;
   left: 0px;
   top: 3449px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f5f5f2;
 }

 .text_af8ce44e6ae6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 113px;
   line-height: 37.2px;
   font-family: 'Roboto';
 }

 .text_9a472c6da2b9 {
   width: max-content;
   position: absolute !important;
   left: 273px;
   top: 0px;
   line-height: 74.4px;
   font-family: 'Roboto';
 }

 .container_31e667daaecb {
   position: absolute !important;
   overflow: visible;
   width: 930px;
   height: 668px;
   left: 399px;
   top: 91px;
 }

 .imageview_a19f474b927c {
   width: 600px;
   height: 140px;
   position: absolute !important;
   left: 563px;
   top: 810px;
   _scaling-factor: 0.5;
 }

 .imageview_a19f474b927c img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_befa4bdf3bed {
   position: absolute !important;
   overflow: visible;
   width: 1727px;
   height: 1054px;
   left: 0px;
   top: 933px;
   background: url("https://cdn.yotako.io/31cf6b32-af4b-4869-afd8-a0192ebd7a12/566:2152.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_8e772c278a81 {
   width: 1728px;
   height: 667px;
   position: absolute !important;
   left: 0px;
   top: 266px;
   _scaling-factor: 0.5;
 }

 .imageview_8e772c278a81 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_30efa78cb83d {
   width: max-content;
   position: absolute !important;
   left: 15px;
   top: 0px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_85f6e43b19d9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 25px;
   line-height: 86.8px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_4f1020cc2543 {
   position: absolute !important;
   overflow: visible;
   width: 224px;
   height: 112px;
   left: 752px;
   top: 55px;
 }

 .container_wrapper_4f1020cc2543 {
   position: absolute !important;
   overflow: visible;
   left: 752px;
   top: 55px;
   width: 224px;
   height: 112px;
 }

 .container_nested_4f1020cc2543 {
   width: 224px;
   height: 112px;
 }

 .container_9b0581ad84a1 {
   width: 154.75px;
   height: 45.14px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_294f8029fe1c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 42.85px;
   top: 3.87px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_0ed3bbfd7c6f {
   position: absolute !important;
   overflow: visible;
   width: 154.75px;
   height: 45.14px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_0ed3bbfd7c6f {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 154.75px;
   height: 45.14px;
 }

 .container_nested_0ed3bbfd7c6f {
   width: 154.75px;
   height: 45.14px;
 }

 .container_03356748f618 {
   width: 154.75px;
   height: 45.14px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_5d7c77768238 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 17.34px;
   top: 3.87px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_c708d25651b5 {
   position: absolute !important;
   overflow: visible;
   width: 154.75px;
   height: 45.14px;
   left: 464.25px;
   top: 0px;
 }

 .container_wrapper_c708d25651b5 {
   position: absolute !important;
   overflow: visible;
   left: 464.25px;
   top: 0px;
   width: 154.75px;
   height: 45.14px;
 }

 .container_nested_c708d25651b5 {
   width: 154.75px;
   height: 45.14px;
 }

 .container_c2ca3bb672f5 {
   width: 154.75px;
   height: 45.14px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_aca44a89f56e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28.95px;
   top: 3.87px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_39f44e1e4468 {
   position: absolute !important;
   overflow: visible;
   width: 154.75px;
   height: 45.14px;
   left: 154.75px;
   top: 0px;
 }

 .container_wrapper_39f44e1e4468 {
   position: absolute !important;
   overflow: visible;
   left: 154.75px;
   top: 0px;
   width: 154.75px;
   height: 45.14px;
 }

 .container_nested_39f44e1e4468 {
   width: 154.75px;
   height: 45.14px;
 }

 .container_7f1e75ce3b80 {
   width: 154.75px;
   height: 45.14px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_0de20ac755e3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28.95px;
   top: 3.87px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_9c9daf115519 {
   position: absolute !important;
   overflow: visible;
   width: 154.75px;
   height: 45.14px;
   left: 309.5px;
   top: 0px;
 }

 .container_wrapper_9c9daf115519 {
   position: absolute !important;
   overflow: visible;
   left: 309.5px;
   top: 0px;
   width: 154.75px;
   height: 45.14px;
 }

 .container_nested_9c9daf115519 {
   width: 154.75px;
   height: 45.14px;
 }

 .container_1c67c769ff85 {
   position: absolute !important;
   overflow: visible;
   width: 619px;
   height: 45.14px;
   left: 555px;
   top: 187px;
 }

 .container_wrapper_1c67c769ff85 {
   position: absolute !important;
   overflow: visible;
   left: 555px;
   top: 187px;
   width: 619px;
   height: 45.14px;
 }

 .container_nested_1c67c769ff85 {
   width: 619px;
   height: 45.14px;
 }

 .container_c43af0200cff {
   position: absolute !important;
   overflow: visible;
   width: 1728px;
   height: 266px;
   left: 0px;
   top: 0px;
 }

 .text_2a236c16bbf7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 36px;
   line-height: 25px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_8cc10da9c051 {
   width: max-content;
   position: absolute !important;
   left: 201px;
   top: 0px;
   line-height: 22.5px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_9bed6037e3d1 {
   position: absolute !important;
   overflow: visible;
   width: 474px;
   height: 61px;
   left: 627px;
   top: 28px;
 }

 .container_40f4e882e58f {
   position: absolute !important;
   overflow: visible;
   width: 1728px;
   height: 142px;
   left: -1px;
   top: 4229px;
   background: #da8787;
 }

 .container_wrapper_40f4e882e58f {
   position: absolute !important;
   overflow: visible;
   left: -1px;
   top: 4229px;
   width: 1728px;
   height: 142px;
 }

 .container_nested_40f4e882e58f {
   width: 1728px;
   height: 142px;
   background: #da8787;
 }

 .viewport_f127f1d8c055 {
   width: 1728px;
   height: 4371px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_dc1f2c9e10a8 {
   width: max-content;
   position: absolute !important;
   left: 73.02px;
   top: 69px;
   line-height: 25px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_292e586baade {
   width: max-content;
   position: absolute !important;
   left: 178.04px;
   top: 33px;
   line-height: 22.5px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_a0e51c9c5c94 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 153px;
   left: 0px;
   top: 4690px;
   background: #da8787;
 }

 .text_358a445de285 {
   width: 374px;
   height: 923px;
   position: absolute !important;
   left: 0px;
   top: 556px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Honoka Shin Mincho';
 }

 .text_e4397de482ed {
   width: max-content;
   position: absolute !important;
   left: 80px;
   top: 0px;
   line-height: 60px;
   font-family: 'Honoka Shin Mincho';
 }

 .text-ff5c4643901c_e4397de482ed {
   line-height: 30px;
   font-family: 'Honoka Shin Mincho';
 }

 .text-9f9bdcb8748d_e4397de482ed {
   line-height: 60px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_bc22bc0c9a88 {
   width: 370px;
   height: 374px;
   position: absolute !important;
   left: 2px;
   top: 137.13px;
   _scaling-factor: 0.5;
 }

 .imageview_bc22bc0c9a88 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_95497b796bce {
   position: absolute !important;
   overflow: visible;
   width: 374px;
   height: 1479px;
   left: 30px;
   top: 48px;
 }

 .container_ac9446094c14 {
   position: absolute !important;
   overflow: visible;
   width: 428px;
   height: 1603px;
   left: 1px;
   top: 3087px;
   background: #f5f5f2;
 }

 .text_13a894ee1599 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 60px;
   top: 70px;
   line-height: 60px;
   font-family: 'Honoka Shin Mincho';
 }

 .text-a085049e02e2_13a894ee1599 {
   line-height: 35px;
   font-family: 'Honoka Shin Mincho';
 }

 .text-3ff3855653e7_13a894ee1599 {
   line-height: 50px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_97d54830b270 {
   width: 363px;
   height: 431px;
   z-index: 1;
   position: absolute !important;
   left: 34px;
   top: 651.61px;
   _scaling-factor: 0.5;
 }

 .imageview_97d54830b270 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_c76d2bb2fe92 {
   width: 364px;
   height: 432px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 189px;
   _scaling-factor: 0.5;
 }

 .imageview_c76d2bb2fe92 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_1f30293c2eb7 {
   width: 357px;
   height: 101px;
   z-index: 1;
   position: absolute !important;
   left: 37px;
   top: 1153.22px;
   _scaling-factor: 0.5;
 }

 .imageview_1f30293c2eb7 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_f318bf519481 {
   width: 354px;
   height: 101px;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 1278.17px;
   _scaling-factor: 0.5;
 }

 .imageview_f318bf519481 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_a6b483c5e7d2 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 1450px;
   z-index: 1;
   left: 0px;
   top: 1638px;
 }

 .text_c175002b7a16 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.8px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_f9630a16e681 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 19px;
   line-height: 49.6px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_3e444511924a {
   position: absolute !important;
   overflow: visible;
   width: 128px;
   height: 69px;
   left: 39px;
   top: 19px;
 }

 .container_wrapper_3e444511924a {
   position: absolute !important;
   overflow: visible;
   left: 39px;
   top: 19px;
   width: 128px;
   height: 69px;
 }

 .container_nested_3e444511924a {
   width: 128px;
   height: 69px;
 }

 .imageview_10d33cf72a89 {
   width: 46px;
   height: 30px;
   position: absolute !important;
   left: 346px;
   top: 39px;
 }

 .imageview_10d33cf72a89 img {
   position: absolute;
   width: 46.0px !important;
   height: 31.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: -1.0px;
 }

 .imageview_10d33cf72a89.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_d0907e1ba9b8 {
   position: absolute !important;
   overflow: visible;
   width: 429px;
   height: 103px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_d0907e1ba9b8 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 429px;
   height: 103px;
 }

 .container_nested_d0907e1ba9b8 {
   width: 429px;
   height: 103px;
 }

 .imageview_d860fc8370bc {
   width: 430px;
   height: 628px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_d860fc8370bc img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_ba9a61f1e7b6 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 628px;
   left: 0px;
   top: 103px;
 }

 .text_2bb12f73bdd8 {
   width: 380px;
   height: 540px;
   position: absolute !important;
   left: 11px;
   top: 91px;
   line-height: 29.7px;
   word-wrap: break-word;
   font-family: 'Honoka Shin Mincho';
 }

 .text_autoheight_2bb12f73bdd8 {
   overflow: visible;
 }

 .text_0c25c42512b5 {
   width: max-content;
   position: absolute !important;
   left: 44px;
   top: 0px;
   line-height: 62px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_042da90a34dd {
   width: 400px;
   height: 94px;
   position: absolute !important;
   left: 0px;
   top: 664px;
   _scaling-factor: 0.5;
 }

 .imageview_042da90a34dd img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_83b36c093783 {
   width: 257px;
   height: 1px;
   position: absolute !important;
   left: 71.5px;
   top: 71.5px;
 }

 .imageview_83b36c093783 img {
   width: 100%;
   height: 100%;
 }

 .container_06861524ce85 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 758px;
   left: 15px;
   top: 74px;
 }

 .container_5821b2d12209 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 905px;
   left: 0px;
   top: 731px;
   background: url("https://cdn.yotako.io/31cf6b32-af4b-4869-afd8-a0192ebd7a12/564:2078.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .viewport_a0606c3a5d1e {
   width: 430px;
   height: 4843px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_f94f6573a168 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.8px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_34594b0528cb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 19px;
   line-height: 49.6px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_7d87a5f3bbbf {
   position: absolute !important;
   overflow: visible;
   width: 128px;
   height: 69px;
   left: 39px;
   top: 19px;
 }

 .imageview_cd4583e63a0a {
   width: 44px;
   height: 44px;
   position: absolute !important;
   left: 347px;
   top: 32.48px;
 }

 .imageview_cd4583e63a0a img {
   position: absolute;
   width: 45.4px !important;
   height: 44.7px !important;
   max-width: none !important;
   left: -0.7px;
   top: -0.7px;
 }

 .imageview_cd4583e63a0a.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_9882e672d1c0 {
   position: absolute !important;
   overflow: visible;
   width: 429px;
   height: 103px;
   left: 1px;
   top: 0px;
 }

 .imageview_9e38ca596dce {
   width: 358px;
   height: 102px;
   position: absolute !important;
   left: 37px;
   top: 427px;
   _scaling-factor: 0.5;
 }

 .imageview_9e38ca596dce img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_d2c89177818c {
   width: max-content;
   position: absolute !important;
   left: 34.09px;
   top: 0px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_688be2429cf0 {
   width: 19.63px;
   height: 16px;
   position: absolute !important;
   left: -0.27px;
   top: 10.5px;
 }

 .imageview_688be2429cf0.wp-block-image {
   width: 19px !important;
   height: 16px !important;
   left: 0px !important;
   top: 11px !important;
   overflow: hidden;
 }

 .imageview_688be2429cf0 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .container_c082defc3f11 {
   position: absolute !important;
   overflow: visible;
   width: 130.09px;
   height: 37px;
   left: 133px;
   top: 122px;
 }

 .text_50067e7dab2a {
   width: max-content;
   position: absolute !important;
   left: 33.59px;
   top: 0px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_962b68efa012 {
   width: 18.59px;
   height: 19.5px;
   position: absolute !important;
   left: 0px;
   top: 9px;
 }

 .imageview_962b68efa012 img {
   width: 100%;
   height: 100%;
 }

 .container_316a52663f32 {
   position: absolute !important;
   overflow: visible;
   width: 129.59px;
   height: 37px;
   left: 133px;
   top: 191px;
 }

 .text_2e4793895f13 {
   width: max-content;
   position: absolute !important;
   left: 32.5px;
   top: 0px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_aa62c24f4fbe {
   width: 18.5px;
   height: 15.4px;
   position: absolute !important;
   left: -0.5px;
   top: 10.5px;
 }

 .imageview_aa62c24f4fbe.wp-block-image {
   width: 18px !important;
   height: 15px !important;
   left: 0px !important;
   top: 11px !important;
   overflow: hidden;
 }

 .imageview_aa62c24f4fbe img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .container_ac6d46de124f {
   position: absolute !important;
   overflow: visible;
   width: 152.5px;
   height: 37px;
   left: 122px;
   top: 260px;
 }

 .text_0ee6a11d2857 {
   width: max-content;
   position: absolute !important;
   left: 32.11px;
   top: 0px;
   line-height: 46.5px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_a684728d1f2a {
   width: 18.42px;
   height: 18.42px;
   position: absolute !important;
   left: -0.66px;
   top: 13.34px;
 }

 .imageview_a684728d1f2a.wp-block-image {
   width: 18px !important;
   height: 18px !important;
   left: 0px !important;
   top: 13px !important;
   overflow: hidden;
 }

 .imageview_a684728d1f2a img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .container_2aa835298f3f {
   position: absolute !important;
   overflow: visible;
   width: 118.11px;
   height: 46px;
   left: 139px;
   top: 49px;
 }

 .text_208c15c102b2 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 36px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_b204bed39bd1 {
   position: absolute !important;
   overflow: visible;
   width: 152px;
   height: 36px;
   left: 30px;
   top: 0px;
 }

 .imageview_df7bf9c3ce13 {
   width: 15px;
   height: 15px;
   position: absolute !important;
   left: 0px;
   top: 11px;
 }

 .imageview_df7bf9c3ce13 img {
   width: 100%;
   height: 100%;
 }

 .container_b851a2bda910 {
   position: absolute !important;
   overflow: visible;
   width: 182px;
   height: 36px;
   left: 107px;
   top: 329px;
 }

 .container_c57b1004b62b {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 740px;
   left: 0px;
   top: 103.48px;
   background: #ffffff;
 }

 .viewport_34fcb9beb094 {
   width: 430px;
   height: 843.96px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_57df1e66ed30 {
   width: 1727px;
   height: 329px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_57df1e66ed30 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_3f828390bcb3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 618px;
   top: 84px;
   line-height: 70px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_a752381c80e5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 729px;
   top: 170px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_2d5f4fbee280 {
   position: absolute !important;
   overflow: visible;
   width: 1727px;
   height: 329px;
   left: 0px;
   top: 266px;
 }

 .container_c6cd3d356cca {
   width: 1728px;
   height: 1877px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffffcc;
   mix-blend-mode: normal;
 }

 .container_cef54eac20fc {
   position: absolute !important;
   overflow: visible;
   width: 1728px;
   height: 1877px;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/31cf6b32-af4b-4869-afd8-a0192ebd7a12/424:287.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_92ee41e40726 {
   width: max-content;
   z-index: 1;
   -webkit-text-stroke: 1px #320b14ff;
   position: absolute !important;
   left: 27px;
   top: 0px;
   line-height: 70px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_8454beb146c3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 95px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_b95eb1b8f447 {
   width: 477px;
   height: 3px;
   z-index: 1;
   position: absolute !important;
   left: -1.5px;
   top: 74px;
 }

 .imageview_b95eb1b8f447.wp-block-image {
   width: 474px !important;
   height: 3px !important;
   left: 0px !important;
   top: 74px !important;
   overflow: hidden;
 }

 .imageview_b95eb1b8f447 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .container_c1aa7195adf3 {
   position: absolute !important;
   overflow: visible;
   width: 474px;
   height: 132px;
   z-index: 1;
   left: 627px;
   top: 93px;
   box-shadow: 0px 0px 14px #ffffffff;
 }

 .imageview_8ba1088412a0 {
   width: 988px;
   height: 353px;
   z-index: 1;
   position: absolute !important;
   left: 374px;
   top: 257.5px;
   _scaling-factor: 0.5;
 }

 .imageview_8ba1088412a0 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_9ba582f12ca1 {
   width: 171px;
   height: 96px;
   z-index: 2;
   position: absolute !important;
   left: 385px;
   top: 496px;
   _scaling-factor: 0.5;
 }

 .imageview_9ba582f12ca1 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_7559c20cf95c {
   width: 988px;
   height: 300px;
   z-index: 1;
   position: absolute !important;
   left: 374px;
   top: 631.5px;
   _scaling-factor: 0.5;
 }

 .imageview_7559c20cf95c img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_783f5dbebb25 {
   width: 171px;
   height: 96px;
   z-index: 2;
   position: absolute !important;
   left: 388px;
   top: 818px;
   _scaling-factor: 0.5;
 }

 .imageview_783f5dbebb25 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_771fb90dd8c6 {
   width: 988px;
   height: 570px;
   z-index: 1;
   position: absolute !important;
   left: 374px;
   top: 952.5px;
   _scaling-factor: 0.5;
 }

 .imageview_771fb90dd8c6 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_15d046c75a52 {
   width: 171px;
   height: 96px;
   z-index: 2;
   position: absolute !important;
   left: 388px;
   top: 1407px;
   _scaling-factor: 0.5;
 }

 .imageview_15d046c75a52 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_c233506286c3 {
   width: 987px;
   height: 239px;
   z-index: 1;
   position: absolute !important;
   left: 374px;
   top: 1543px;
   _scaling-factor: 0.5;
 }

 .imageview_c233506286c3 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_3fe935d43b4f {
   width: 171px;
   height: 96px;
   z-index: 2;
   position: absolute !important;
   left: 388px;
   top: 1671px;
   _scaling-factor: 0.5;
 }

 .imageview_3fe935d43b4f img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_cfcea8008404 {
   position: absolute !important;
   overflow: visible;
   width: 1728px;
   height: 1877px;
   left: 0px;
   top: 595px;
 }

 .container_8d9a35bcf978 {
   width: 1727px;
   height: 985px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_618418e5068b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 678px;
   top: 89px;
   line-height: 60px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_0d5ebb3c3326 {
   width: 999px;
   height: 706px;
   z-index: 1;
   position: absolute !important;
   left: 363px;
   top: 192px;
   _scaling-factor: 0.5;
 }

 .imageview_0d5ebb3c3326 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_2cf3ec2d31dd {
   position: absolute !important;
   overflow: visible;
   width: 1727px;
   height: 985px;
   left: 1px;
   top: 2472px;
 }

 .text_f38b85f6a41d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 36px;
   line-height: 25px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_30c15afea25e {
   width: max-content;
   position: absolute !important;
   left: 201px;
   top: 0px;
   line-height: 22.5px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_d99fbdf787c8 {
   position: absolute !important;
   overflow: visible;
   width: 474px;
   height: 61px;
   left: 627px;
   top: 28px;
 }

 .container_fbfaca505cd5 {
   position: absolute !important;
   overflow: visible;
   width: 1728px;
   height: 142px;
   left: -2px;
   top: 3457px;
   background: #da8787;
 }

 .text_794708e9da51 {
   width: max-content;
   position: absolute !important;
   left: 15px;
   top: 0px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_85ec5a00d4cb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 25px;
   line-height: 86.8px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_4aa6ba584c5c {
   position: absolute !important;
   overflow: visible;
   width: 224px;
   height: 112px;
   left: 752px;
   top: 55px;
 }

 .container_wrapper_4aa6ba584c5c {
   position: absolute !important;
   overflow: visible;
   left: 752px;
   top: 55px;
   width: 224px;
   height: 112px;
 }

 .container_nested_4aa6ba584c5c {
   width: 224px;
   height: 112px;
 }

 .container_eeefe3ee0f32 {
   width: 154.75px;
   height: 45.14px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_9a52be6b5b90 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 42.85px;
   top: 3.87px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_0d18a43d5101 {
   position: absolute !important;
   overflow: visible;
   width: 154.75px;
   height: 45.14px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_0d18a43d5101 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 154.75px;
   height: 45.14px;
 }

 .container_nested_0d18a43d5101 {
   width: 154.75px;
   height: 45.14px;
 }

 .container_93cf4760f90f {
   width: 154.75px;
   height: 45.14px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_c50299801c7e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 17.34px;
   top: 3.87px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_c5d34fb571b4 {
   position: absolute !important;
   overflow: visible;
   width: 154.75px;
   height: 45.14px;
   left: 464.25px;
   top: 0px;
 }

 .container_wrapper_c5d34fb571b4 {
   position: absolute !important;
   overflow: visible;
   left: 464.25px;
   top: 0px;
   width: 154.75px;
   height: 45.14px;
 }

 .container_nested_c5d34fb571b4 {
   width: 154.75px;
   height: 45.14px;
 }

 .container_6352d212272f {
   width: 154.75px;
   height: 45.14px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_0c2682e72173 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28.95px;
   top: 3.87px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_2c824672fae0 {
   position: absolute !important;
   overflow: visible;
   width: 154.75px;
   height: 45.14px;
   left: 154.75px;
   top: 0px;
 }

 .container_wrapper_2c824672fae0 {
   position: absolute !important;
   overflow: visible;
   left: 154.75px;
   top: 0px;
   width: 154.75px;
   height: 45.14px;
 }

 .container_nested_2c824672fae0 {
   width: 154.75px;
   height: 45.14px;
 }

 .container_92a9b9f8261f {
   width: 154.75px;
   height: 45.14px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_0188346522d0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28.95px;
   top: 3.87px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_618a7ed5868c {
   position: absolute !important;
   overflow: visible;
   width: 154.75px;
   height: 45.14px;
   left: 309.5px;
   top: 0px;
 }

 .container_wrapper_618a7ed5868c {
   position: absolute !important;
   overflow: visible;
   left: 309.5px;
   top: 0px;
   width: 154.75px;
   height: 45.14px;
 }

 .container_nested_618a7ed5868c {
   width: 154.75px;
   height: 45.14px;
 }

 .container_b4d860237476 {
   position: absolute !important;
   overflow: visible;
   width: 619px;
   height: 45.14px;
   left: 555px;
   top: 187px;
 }

 .container_wrapper_b4d860237476 {
   position: absolute !important;
   overflow: visible;
   left: 555px;
   top: 187px;
   width: 619px;
   height: 45.14px;
 }

 .container_nested_b4d860237476 {
   width: 619px;
   height: 45.14px;
 }

 .container_efb92ed45463 {
   position: absolute !important;
   overflow: visible;
   width: 1728px;
   height: 266px;
   left: -1px;
   top: 0px;
 }

 .viewport_141daa826b37 {
   width: 1728px;
   height: 3599px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_43f98786f786 {
   width: 430px;
   height: 267px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_43f98786f786 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_e261fc36adda {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 39px;
   top: 80px;
   line-height: 50px;
   filter: drop-shadow(0px 0px 14px #ffffffff);
   font-family: 'Honoka Shin Mincho';
 }

 .text_d131612a2503 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 108px;
   top: 138px;
   line-height: 31px;
   filter: drop-shadow(0px 0px 10.93px #ffffffff);
   font-family: 'Honoka Shin Mincho';
 }

 .container_9e14ff940035 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 267px;
   left: 0px;
   top: 103px;
 }

 .container_afdcbee86ea9 {
   width: 430px;
   height: 3471px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffffcc;
   mix-blend-mode: normal;
 }

 .container_04595a773de9 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 3471px;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/31cf6b32-af4b-4869-afd8-a0192ebd7a12/384:285.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_5b3a7b6b9ce6 {
   width: 400px;
   height: 709px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_5b3a7b6b9ce6 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_08392783ded7 {
   width: 321px;
   height: 67px;
   z-index: 2;
   position: absolute !important;
   left: 40px;
   top: 602px;
   _scaling-factor: 0.5;
 }

 .imageview_08392783ded7 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_71a391734ad6 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 709px;
   z-index: 1;
   left: 15px;
   top: 212px;
 }

 .imageview_8e75560403fb {
   width: 400px;
   height: 469px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_8e75560403fb img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_1786f105a71d {
   width: 321px;
   height: 67px;
   z-index: 2;
   position: absolute !important;
   left: 38px;
   top: 375.5px;
   _scaling-factor: 0.5;
 }

 .imageview_1786f105a71d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_1bf294ce455f {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 469px;
   z-index: 1;
   left: 15px;
   top: 2939px;
 }

 .imageview_3462994b8d66 {
   width: 400px;
   height: 726px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_3462994b8d66 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_3883986331e9 {
   width: 321px;
   height: 67px;
   z-index: 2;
   position: absolute !important;
   left: 39px;
   top: 608px;
   _scaling-factor: 0.5;
 }

 .imageview_3883986331e9 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_02d58807d1d0 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 726px;
   z-index: 1;
   left: 15px;
   top: 940px;
 }

 .imageview_44a1acbb7d16 {
   width: 401px;
   height: 1235px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_44a1acbb7d16 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_199db0c24de7 {
   width: 321px;
   height: 67px;
   z-index: 2;
   position: absolute !important;
   left: 37px;
   top: 1121px;
   _scaling-factor: 0.5;
 }

 .imageview_199db0c24de7 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_cc82431e07c9 {
   position: absolute !important;
   overflow: visible;
   width: 401px;
   height: 1235px;
   z-index: 1;
   left: 15px;
   top: 1685px;
 }

 .text_c4919bba0563 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 0px;
   line-height: 50px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_56efd53b9b40 {
   width: 330px;
   height: 3px;
   z-index: 1;
   position: absolute !important;
   left: -1.5px;
   top: 59.5px;
 }

 .imageview_56efd53b9b40.wp-block-image {
   width: 327px !important;
   height: 3px !important;
   left: 0px !important;
   top: 60px !important;
   overflow: hidden;
 }

 .imageview_56efd53b9b40 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .text_2d0829917eb5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 38px;
   top: 72px;
   line-height: 31px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_b47c0d5319f0 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 103px;
   z-index: 1;
   left: 52px;
   top: 60px;
 }

 .container_532641cafc8a {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 3471px;
   left: 0px;
   top: 370px;
 }

 .container_a7bf57a0879f {
   width: 430px;
   height: 2334px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_a26a8e3dc0dd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 95px;
   top: 38px;
   line-height: 36.8px;
   font-family: 'Honoka Shin Mincho';
 }

 .text-686b9a5db6ff_a26a8e3dc0dd {
   line-height: 36.8px;
   font-family: 'Honoka Shin Mincho';
 }

 .text-7253f0805122_a26a8e3dc0dd {
   line-height: 36.8px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_aeed54a08ef3 {
   width: 312px;
   height: 2066px;
   z-index: 1;
   position: absolute !important;
   left: 60px;
   top: 164px;
   _scaling-factor: 0.5;
 }

 .imageview_aeed54a08ef3 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_c55c83a58888 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 2334px;
   left: 0px;
   top: 3841px;
 }

 .text_219da4c64e35 {
   width: max-content;
   position: absolute !important;
   left: 73.02px;
   top: 69px;
   line-height: 25px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_704f8b19f2c4 {
   width: max-content;
   position: absolute !important;
   left: 178.04px;
   top: 33px;
   line-height: 22.5px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_05950d33cbc3 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 153px;
   left: 0px;
   top: 6175px;
   background: #da8787;
 }

 .text_57724d40b11a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.8px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_016d43bbd0b7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 19px;
   line-height: 49.6px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_b08b03099396 {
   position: absolute !important;
   overflow: visible;
   width: 128px;
   height: 69px;
   left: 39px;
   top: 19px;
 }

 .container_wrapper_b08b03099396 {
   position: absolute !important;
   overflow: visible;
   left: 39px;
   top: 19px;
   width: 128px;
   height: 69px;
 }

 .container_nested_b08b03099396 {
   width: 128px;
   height: 69px;
 }

 .imageview_71ef7bdada9d {
   width: 46px;
   height: 30px;
   position: absolute !important;
   left: 346px;
   top: 39px;
 }

 .imageview_71ef7bdada9d img {
   position: absolute;
   width: 46.0px !important;
   height: 31.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: -1.0px;
 }

 .imageview_71ef7bdada9d.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_4529a82bb306 {
   position: absolute !important;
   overflow: visible;
   width: 429px;
   height: 103px;
   left: 0px;
   top: 0px;
 }

 .viewport_d1df464a36a3 {
   width: 430px;
   height: 6328px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_0c53e72c07fd {
   width: max-content;
   position: absolute !important;
   left: 15px;
   top: 0px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_72bef0304a91 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 25px;
   line-height: 86.8px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_398dd7a84297 {
   position: absolute !important;
   overflow: visible;
   width: 224px;
   height: 112px;
   left: 752px;
   top: 55px;
 }

 .container_wrapper_398dd7a84297 {
   position: absolute !important;
   overflow: visible;
   left: 752px;
   top: 55px;
   width: 224px;
   height: 112px;
 }

 .container_nested_398dd7a84297 {
   width: 224px;
   height: 112px;
 }

 .container_21ceedc4ab32 {
   width: 154.75px;
   height: 45.14px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_60a7ad8ac731 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 42.85px;
   top: 3.87px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_69e1710d6aac {
   position: absolute !important;
   overflow: visible;
   width: 154.75px;
   height: 45.14px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_69e1710d6aac {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 154.75px;
   height: 45.14px;
 }

 .container_nested_69e1710d6aac {
   width: 154.75px;
   height: 45.14px;
 }

 .container_cad6ac0fb622 {
   width: 154.75px;
   height: 45.14px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_701ad6b95193 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 17.34px;
   top: 3.87px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_647c7e2b3540 {
   position: absolute !important;
   overflow: visible;
   width: 154.75px;
   height: 45.14px;
   left: 464.25px;
   top: 0px;
 }

 .container_wrapper_647c7e2b3540 {
   position: absolute !important;
   overflow: visible;
   left: 464.25px;
   top: 0px;
   width: 154.75px;
   height: 45.14px;
 }

 .container_nested_647c7e2b3540 {
   width: 154.75px;
   height: 45.14px;
 }

 .container_ef8c996bff20 {
   width: 154.75px;
   height: 45.14px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_0db7afa26401 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28.95px;
   top: 3.87px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_28766ece87fa {
   position: absolute !important;
   overflow: visible;
   width: 154.75px;
   height: 45.14px;
   left: 154.75px;
   top: 0px;
 }

 .container_wrapper_28766ece87fa {
   position: absolute !important;
   overflow: visible;
   left: 154.75px;
   top: 0px;
   width: 154.75px;
   height: 45.14px;
 }

 .container_nested_28766ece87fa {
   width: 154.75px;
   height: 45.14px;
 }

 .container_8d961a4b39f1 {
   width: 154.75px;
   height: 45.14px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_d9d4a2f8cfb6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28.95px;
   top: 3.87px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_3af3e06cae12 {
   position: absolute !important;
   overflow: visible;
   width: 154.75px;
   height: 45.14px;
   left: 309.5px;
   top: 0px;
 }

 .container_wrapper_3af3e06cae12 {
   position: absolute !important;
   overflow: visible;
   left: 309.5px;
   top: 0px;
   width: 154.75px;
   height: 45.14px;
 }

 .container_nested_3af3e06cae12 {
   width: 154.75px;
   height: 45.14px;
 }

 .container_e555cfe5859b {
   position: absolute !important;
   overflow: visible;
   width: 619px;
   height: 45.14px;
   left: 555px;
   top: 187px;
 }

 .container_wrapper_e555cfe5859b {
   position: absolute !important;
   overflow: visible;
   left: 555px;
   top: 187px;
   width: 619px;
   height: 45.14px;
 }

 .container_nested_e555cfe5859b {
   width: 619px;
   height: 45.14px;
 }

 .container_76be0cdcce5e {
   position: absolute !important;
   overflow: visible;
   width: 1728px;
   height: 266px;
   left: -1px;
   top: 0px;
 }

 .text_a6731a9ed95a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 36px;
   line-height: 25px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_2f74d794dfd0 {
   width: max-content;
   position: absolute !important;
   left: 201px;
   top: 0px;
   line-height: 22.5px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_1fcaefbbe764 {
   position: absolute !important;
   overflow: visible;
   width: 474px;
   height: 61px;
   left: 627px;
   top: 40px;
 }

 .container_0a01da09ce8c {
   position: absolute !important;
   overflow: visible;
   width: 1728px;
   height: 142px;
   left: 0px;
   top: 4379px;
   background: #da8787;
 }

 .imageview_c111c00d2c35 {
   width: 864px;
   height: 366px;
   position: absolute !important;
   left: 864px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_c111c00d2c35 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_91c997890d23 {
   width: 600px;
   height: 127px;
   position: absolute !important;
   left: 132px;
   top: 183px;
   _scaling-factor: 0.5;
 }

 .imageview_91c997890d23 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_c7df243d4ba9 {
   width: max-content;
   position: absolute !important;
   left: 164px;
   top: 56px;
   line-height: 49.6px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_cb9d9979e45b {
   position: absolute !important;
   overflow: visible;
   width: 1728px;
   height: 366px;
   left: -2px;
   top: 4013px;
   background: #f5f5f2;
 }

 .imageview_67366bbfa185 {
   width: 864px;
   height: 799px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_67366bbfa185 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_26637bbe65f6 {
   width: max-content;
   position: absolute !important;
   left: 985px;
   top: 213px;
   line-height: 32.4px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_387a194ae039 {
   width: max-content;
   position: absolute !important;
   left: 1111px;
   top: 109px;
   line-height: 64.8px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_fdb4a8f70e2e {
   width: 600px;
   height: 127px;
   position: absolute !important;
   left: 985px;
   top: 572px;
   _scaling-factor: 0.5;
 }

 .imageview_fdb4a8f70e2e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_449e2d878cdb {
   width: 1688px;
   height: 747px;
   z-index: 1;
   border-top: 3px solid #ffffffff;
   border-right: 3px solid #ffffffff;
   border-bottom: 3px solid #ffffffff;
   border-left: 3px solid #ffffffff;
   position: absolute !important;
   left: 18px;
   top: 25px;
 }

 .container_bf3ccaf2ef28 {
   position: absolute !important;
   width: 1728px;
   height: 795px;
   left: 0px;
   top: 3218px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #da8787;
 }

 .text_f0e0f6ae612b {
   width: max-content;
   -webkit-text-stroke: 1px #320b14ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 70px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_ce21ca670858 {
   width: max-content;
   position: absolute !important;
   left: 80px;
   top: 95px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_08b992c0625a {
   width: 477px;
   height: 3px;
   position: absolute !important;
   left: 7.5px;
   top: 74px;
 }

 .imageview_08b992c0625a img {
   width: 100%;
   height: 100%;
 }

 .container_4f1c848f7aae {
   position: absolute !important;
   overflow: visible;
   width: 493px;
   height: 132px;
   left: 615px;
   top: 93px;
   box-shadow: 0px 0px 14px #ffffffff;
 }

 .imageview_84fecb7a07af {
   width: 981px;
   height: 713px;
   position: absolute !important;
   left: 371px;
   top: 282px;
   _scaling-factor: 0.5;
 }

 .imageview_84fecb7a07af img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_65ed4c027f6c {
   width: 610px;
   height: 130px;
   position: absolute !important;
   left: 558px;
   top: 1222px;
   _scaling-factor: 0.5;
 }

 .imageview_65ed4c027f6c img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_50cb1a46c2b5 {
   width: 981px;
   height: 119px;
   position: absolute !important;
   left: 373px;
   top: 1049px;
   _scaling-factor: 0.5;
 }

 .imageview_50cb1a46c2b5 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_1d5f94d37c91 {
   position: absolute !important;
   overflow: visible;
   width: 1726px;
   height: 1432px;
   left: 0px;
   top: 1786px;
   background: url("https://cdn.yotako.io/31cf6b32-af4b-4869-afd8-a0192ebd7a12/568:2353.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_66074e20b057 {
   width: max-content;
   position: absolute !important;
   left: 637px;
   top: 101px;
   line-height: 55.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_da5ba3228b51 {
   width: 1465px;
   height: 273px;
   position: absolute !important;
   left: 130px;
   top: 259px;
   _scaling-factor: 0.5;
 }

 .imageview_da5ba3228b51 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_c83cad122b18 {
   position: absolute !important;
   overflow: visible;
   width: 1727px;
   height: 626px;
   left: 0px;
   top: 1160px;
 }

 .imageview_38969743d56e {
   width: 863px;
   height: 562px;
   position: absolute !important;
   left: 865px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_38969743d56e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_a4af291e952c {
   width: max-content;
   position: absolute !important;
   left: 113px;
   top: 202.22px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_58fb927016f2 {
   width: max-content;
   position: absolute !important;
   left: 193px;
   top: 91px;
   line-height: 74.4px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_64d98128970d {
   position: absolute !important;
   width: 1727px;
   height: 562px;
   left: 0px;
   top: 595px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f5f5f2;
 }

 .text_97b6693ec8d3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 70px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_ea181327717e {
   width: max-content;
   position: absolute !important;
   left: 82px;
   top: 86px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_a67fc4220b93 {
   position: absolute !important;
   overflow: visible;
   width: 439px;
   height: 160px;
   left: 644px;
   top: 84px;
 }

 .container_355f6b0edd92 {
   position: absolute !important;
   overflow: visible;
   width: 1727px;
   height: 322px;
   left: 0px;
   top: 273px;
   background: url("https://cdn.yotako.io/31cf6b32-af4b-4869-afd8-a0192ebd7a12/568:2381.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .viewport_b78f556b01aa {
   width: 1728px;
   height: 4521px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_030d74503c55 {
   width: max-content;
   position: absolute !important;
   left: 73.02px;
   top: 69px;
   line-height: 25px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_a5a7cea4b10c {
   width: max-content;
   position: absolute !important;
   left: 178.04px;
   top: 33px;
   line-height: 22.5px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_ecfc7c79dca2 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 153px;
   left: 0px;
   top: 6182px;
   background: #da8787;
 }

 .container_wrapper_ecfc7c79dca2 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 6182px;
   width: 430px;
   height: 153px;
 }

 .container_nested_ecfc7c79dca2 {
   width: 430px;
   height: 153px;
   background: #da8787;
 }

 .imageview_8905392ad61a {
   width: 429px;
   height: 429px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_8905392ad61a img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_861fbce910ce {
   width: 360px;
   height: 312px;
   position: absolute !important;
   left: 35px;
   top: 561px;
   line-height: 26.1px;
   word-wrap: break-word;
   font-family: 'Honoka Shin Mincho';
 }

 .text_autoheight_861fbce910ce {
   overflow: visible;
 }

 .text_8c34bcc9d343 {
   width: max-content;
   position: absolute !important;
   left: 76px;
   top: 484px;
   line-height: 48.6px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_00de9571d9ce {
   width: 400px;
   height: 85px;
   position: absolute !important;
   left: 15px;
   top: 908px;
   _scaling-factor: 0.5;
 }

 .imageview_00de9571d9ce img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_5bf27766d9ed {
   width: 410px;
   height: 1014px;
   z-index: 1;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 10px;
   top: 13px;
 }

 .container_b66e73752459 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 1039px;
   left: 0px;
   top: 2379px;
   background: #da8787;
 }

 .imageview_e556a937803d {
   width: 431px;
   height: 336px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_e556a937803d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_c5865fa69eb3 {
   width: max-content;
   position: absolute !important;
   left: 47px;
   top: 399px;
   line-height: 31px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_f31d3f9fe501 {
   width: 400px;
   height: 85px;
   position: absolute !important;
   left: 15px;
   top: 480px;
   _scaling-factor: 0.5;
 }

 .imageview_f31d3f9fe501 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_780f9f48b542 {
   position: absolute !important;
   overflow: visible;
   width: 431px;
   height: 624px;
   left: 0px;
   top: 5558px;
   background: #f5f5f2;
 }

 .text_248c32038499 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.8px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_24b2363efb04 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 19px;
   line-height: 49.6px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_089356c720dd {
   position: absolute !important;
   overflow: visible;
   width: 128px;
   height: 69px;
   left: 39px;
   top: 19px;
 }

 .container_wrapper_089356c720dd {
   position: absolute !important;
   overflow: visible;
   left: 39px;
   top: 19px;
   width: 128px;
   height: 69px;
 }

 .container_nested_089356c720dd {
   width: 128px;
   height: 69px;
 }

 .imageview_c5704be3db04 {
   width: 46px;
   height: 30px;
   position: absolute !important;
   left: 346px;
   top: 39px;
 }

 .imageview_c5704be3db04 img {
   position: absolute;
   width: 46.0px !important;
   height: 31.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: -1.0px;
 }

 .imageview_c5704be3db04.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_f28717d3e3dd {
   position: absolute !important;
   overflow: visible;
   width: 429px;
   height: 103px;
   left: 0px;
   top: 0px;
 }

 .text_ba7e8f366a86 {
   width: max-content;
   position: absolute !important;
   left: 45px;
   top: 86px;
   line-height: 41.4px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_95371948a439 {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 837px;
   line-height: 34.8px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_802322afe971 {
   width: 18.5px;
   height: 86.5px;
   position: absolute !important;
   left: 208px;
   top: 950.5px;
 }

 .imageview_802322afe971 img {
   position: absolute;
   width: 19.4px !important;
   height: 87.8px !important;
   max-width: none !important;
   left: -0.5px;
   top: 0.0px;
 }

 .imageview_802322afe971.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_24b2254253db {
   width: 374px;
   height: 591px;
   position: absolute !important;
   left: 28px;
   top: 209px;
   _scaling-factor: 0.5;
 }

 .imageview_24b2254253db img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_7e90db3fb35a {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 1064px;
   left: 0px;
   top: 1315px;
 }

 .text_84b5ff31bb39 {
   width: max-content;
   position: absolute !important;
   left: 20px;
   top: 0px;
   line-height: 45px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_d9a836ca5664 {
   width: max-content;
   position: absolute !important;
   left: 41px;
   top: 77px;
   line-height: 31px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_269f6df2ea59 {
   width: 361px;
   height: 3px;
   position: absolute !important;
   left: -1.5px;
   top: 56.5px;
 }

 .imageview_269f6df2ea59.wp-block-image {
   width: 358px !important;
   height: 3px !important;
   left: 0px !important;
   top: 57px !important;
   overflow: hidden;
 }

 .imageview_269f6df2ea59 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .container_a05a5cf168ba {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 108px;
   left: 20px;
   top: 0px;
   box-shadow: 0px 0px 14px #ffffffff;
 }

 .imageview_9607dc584c86 {
   width: 398px;
   height: 633px;
   position: absolute !important;
   left: 0px;
   top: 170px;
   _scaling-factor: 0.5;
 }

 .imageview_9607dc584c86 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_ca61e29aae1e {
   width: 398px;
   height: 524px;
   position: absolute !important;
   left: 0px;
   top: 829px;
   _scaling-factor: 0.5;
 }

 .imageview_ca61e29aae1e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_77667434c3b0 {
   width: 398px;
   height: 288px;
   position: absolute !important;
   left: 0px;
   top: 1496px;
   _scaling-factor: 0.5;
 }

 .imageview_77667434c3b0 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_a6dd80eaadc0 {
   width: max-content;
   position: absolute !important;
   left: 21px;
   top: 1374px;
   line-height: 35px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_ea2506f8f231 {
   position: absolute !important;
   overflow: visible;
   width: 398px;
   height: 1784px;
   left: 16px;
   top: 102px;
 }

 .imageview_5425cc86e464 {
   width: 400px;
   height: 85px;
   position: absolute !important;
   left: 15px;
   top: 1963px;
   _scaling-factor: 0.5;
 }

 .imageview_5425cc86e464 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_e76d7346fc31 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 2140px;
   left: 0px;
   top: 3418px;
   background: url("https://cdn.yotako.io/31cf6b32-af4b-4869-afd8-a0192ebd7a12/566:2237.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_761882d1c824 {
   width: 386px;
   height: 288px;
   position: absolute !important;
   left: 0px;
   top: 101px;
   line-height: 31.5px;
   word-wrap: break-word;
   font-family: 'Honoka Shin Mincho';
 }

 .text_autoheight_761882d1c824 {
   overflow: visible;
 }

 .text-971c2b3b0a19_761882d1c824 {
   line-height: 31.5px;
   font-family: 'Honoka Shin Mincho';
 }

 .text-7149bbd983e7_761882d1c824 {
   line-height: 31.5px;
   font-family: 'Honoka Shin Mincho';
 }

 .text-91d25dad901d_761882d1c824 {
   line-height: 31.5px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_782bb922db01 {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 0px;
   line-height: 55.8px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_251b22e6ce60 {
   width: 257px;
   height: 1px;
   position: absolute !important;
   left: 64.5px;
   top: 72.5px;
 }

 .imageview_251b22e6ce60 img {
   width: 100%;
   height: 100%;
 }

 .container_07f18d6cfec7 {
   position: absolute !important;
   overflow: visible;
   width: 386px;
   height: 389px;
   left: 22px;
   top: 470px;
 }

 .imageview_414d6f32a908 {
   width: 432px;
   height: 396px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_414d6f32a908 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_c71c5982a2bd {
   position: absolute !important;
   overflow: visible;
   width: 432px;
   height: 945px;
   left: -2px;
   top: 370px;
   background: #f5f5f2;
 }

 .text_27b55d3d021b {
   width: max-content;
   position: absolute !important;
   left: 59px;
   top: 67px;
   line-height: 50px;
   filter: drop-shadow(0px 0px 14px #ffffffff);
   font-family: 'Honoka Shin Mincho';
 }

 .text_e3c57713a979 {
   width: max-content;
   position: absolute !important;
   left: 106px;
   top: 137px;
   line-height: 31px;
   filter: drop-shadow(0px 0px 10.93px #ffffffff);
   font-family: 'Honoka Shin Mincho';
 }

 .container_208e91a2fbe3 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 266px;
   left: 0px;
   top: 104px;
   background: url("https://cdn.yotako.io/31cf6b32-af4b-4869-afd8-a0192ebd7a12/568:2329.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .viewport_34715d3f3249 {
   width: 430px;
   height: 6335px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_1adb7ece0bfc {
   width: max-content;
   position: absolute !important;
   left: 15px;
   top: 0px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_3f76fe2ea6dc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 25px;
   line-height: 86.8px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_2533c2b4b9ca {
   position: absolute !important;
   overflow: visible;
   width: 224px;
   height: 112px;
   left: 752px;
   top: 55px;
 }

 .container_wrapper_2533c2b4b9ca {
   position: absolute !important;
   overflow: visible;
   left: 752px;
   top: 55px;
   width: 224px;
   height: 112px;
 }

 .container_nested_2533c2b4b9ca {
   width: 224px;
   height: 112px;
 }

 .container_d9c5ddec3eb0 {
   width: 154.75px;
   height: 45.14px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_11e01dfc2264 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 42.85px;
   top: 3.87px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_a00c47357237 {
   position: absolute !important;
   overflow: visible;
   width: 154.75px;
   height: 45.14px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_a00c47357237 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 154.75px;
   height: 45.14px;
 }

 .container_nested_a00c47357237 {
   width: 154.75px;
   height: 45.14px;
 }

 .container_dca62783b94f {
   width: 154.75px;
   height: 45.14px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_9f480d3ea71d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 17.34px;
   top: 3.87px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_cd59b200365d {
   position: absolute !important;
   overflow: visible;
   width: 154.75px;
   height: 45.14px;
   left: 464.25px;
   top: 0px;
 }

 .container_wrapper_cd59b200365d {
   position: absolute !important;
   overflow: visible;
   left: 464.25px;
   top: 0px;
   width: 154.75px;
   height: 45.14px;
 }

 .container_nested_cd59b200365d {
   width: 154.75px;
   height: 45.14px;
 }

 .container_355f6106a1d9 {
   width: 154.75px;
   height: 45.14px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_0e4c224077e3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28.95px;
   top: 3.87px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_52acf577c81f {
   position: absolute !important;
   overflow: visible;
   width: 154.75px;
   height: 45.14px;
   left: 154.75px;
   top: 0px;
 }

 .container_wrapper_52acf577c81f {
   position: absolute !important;
   overflow: visible;
   left: 154.75px;
   top: 0px;
   width: 154.75px;
   height: 45.14px;
 }

 .container_nested_52acf577c81f {
   width: 154.75px;
   height: 45.14px;
 }

 .container_544cb70d72cd {
   width: 154.75px;
   height: 45.14px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_7c6ffe22a6da {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28.95px;
   top: 3.87px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_536d1e036af3 {
   position: absolute !important;
   overflow: visible;
   width: 154.75px;
   height: 45.14px;
   left: 309.5px;
   top: 0px;
 }

 .container_wrapper_536d1e036af3 {
   position: absolute !important;
   overflow: visible;
   left: 309.5px;
   top: 0px;
   width: 154.75px;
   height: 45.14px;
 }

 .container_nested_536d1e036af3 {
   width: 154.75px;
   height: 45.14px;
 }

 .container_9ab81aaac885 {
   position: absolute !important;
   overflow: visible;
   width: 619px;
   height: 45.14px;
   left: 555px;
   top: 187px;
 }

 .container_wrapper_9ab81aaac885 {
   position: absolute !important;
   overflow: visible;
   left: 555px;
   top: 187px;
   width: 619px;
   height: 45.14px;
 }

 .container_nested_9ab81aaac885 {
   width: 619px;
   height: 45.14px;
 }

 .container_748d27ed72f3 {
   position: absolute !important;
   overflow: visible;
   width: 1728px;
   height: 266px;
   left: -1px;
   top: 0px;
 }

 .text_ec0ab565d09a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 36px;
   line-height: 25px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_a79a2b55a384 {
   width: max-content;
   position: absolute !important;
   left: 201px;
   top: 0px;
   line-height: 22.5px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_684100ec0a4c {
   position: absolute !important;
   overflow: visible;
   width: 474px;
   height: 61px;
   left: 627px;
   top: 28px;
 }

 .container_55bc09387ba4 {
   position: absolute !important;
   overflow: visible;
   width: 1728px;
   height: 142px;
   left: 0px;
   top: 3744px;
   background: #da8787;
 }

 .text_cb9940e541b1 {
   width: max-content;
   position: absolute !important;
   left: 164px;
   top: 0px;
   line-height: 70px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_ada12436c989 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 86px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_ebf6180eb1ce {
   position: absolute !important;
   overflow: visible;
   width: 490px;
   height: 160px;
   left: 1041px;
   top: 122px;
 }

 .imageview_6697a2369e6b {
   width: 600px;
   height: 127px;
   position: absolute !important;
   left: 987px;
   top: 338px;
   _scaling-factor: 0.5;
 }

 .imageview_6697a2369e6b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_f7a607c71fad {
   width: 862px;
   height: 596px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_f7a607c71fad img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_e0cf8c1c8653 {
   position: absolute !important;
   overflow: visible;
   width: 1727px;
   height: 596px;
   left: 0px;
   top: 3148px;
   background: #ffffff;
 }

 .text_4e88c55bc3ef {
   width: max-content;
   -webkit-text-stroke: 0.5px #ffffffff;
   position: absolute !important;
   left: 503px;
   top: 205px;
   line-height: 37.2px;
   filter: drop-shadow(0px 0px 13px #ffffffff);
   font-family: 'Honoka Shin Mincho';
 }

 .text_2f9779bb1491 {
   width: max-content;
   position: absolute !important;
   left: 773px;
   top: 92px;
   line-height: 74.4px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_65e9f4625d40 {
   position: absolute !important;
   overflow: visible;
   width: 1728px;
   height: 744px;
   left: 0px;
   top: 1160px;
   background: url("https://cdn.yotako.io/31cf6b32-af4b-4869-afd8-a0192ebd7a12/564:1873.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_5d09ea9ac6c6 {
   width: max-content;
   -webkit-text-stroke: 1px #320b14ff;
   position: absolute !important;
   left: 695px;
   top: 66px;
   line-height: 70px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_f4aad9f05414 {
   width: max-content;
   position: absolute !important;
   left: 554px;
   top: 171px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .text-6a97bfaf13b8_f4aad9f05414 {
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .text-7f6e91f44943_f4aad9f05414 {
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .text-b165934a1cca_f4aad9f05414 {
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .text-515c51c53bc9_f4aad9f05414 {
   line-height: 49.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .text-2941f29a0e8d_f4aad9f05414 {
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .text-983eb7d162b2_f4aad9f05414 {
   line-height: 49.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_333ca31564bd {
   width: 474px;
   height: 3px;
   position: absolute !important;
   left: 618px;
   top: 141.5px;
 }

 .imageview_333ca31564bd img {
   position: absolute;
   width: 477.0px !important;
   height: 3.0px !important;
   max-width: none !important;
   left: -1.5px;
   top: -1.5px;
 }

 .imageview_333ca31564bd.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_66ab63084ba9 {
   width: 981px;
   height: 119px;
   position: absolute !important;
   left: 372px;
   top: 394px;
   _scaling-factor: 0.5;
 }

 .imageview_66ab63084ba9 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_8cb96ac0f452 {
   position: absolute !important;
   overflow: visible;
   width: 1728px;
   height: 599px;
   left: 0px;
   top: 2549px;
   background: url("https://cdn.yotako.io/31cf6b32-af4b-4869-afd8-a0192ebd7a12/568:2397.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_af8b4b74d443 {
   width: 864px;
   height: 566px;
   position: absolute !important;
   left: 864px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_af8b4b74d443 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_ee1eb9073bc9 {
   width: max-content;
   position: absolute !important;
   left: 147px;
   top: 283px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_c48c5c12d9af {
   width: max-content;
   position: absolute !important;
   left: 125px;
   top: 121.22px;
   line-height: 60px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_2c206573229e {
   position: absolute !important;
   width: 1728px;
   height: 565px;
   left: 0px;
   top: 595px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f5f5f3;
 }

 .text_7ae22a05b001 {
   width: max-content;
   position: absolute !important;
   left: 713px;
   top: 81px;
   line-height: 55.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_4d9636694439 {
   width: 1220px;
   height: 282px;
   position: absolute !important;
   left: 253px;
   top: 169px;
   _scaling-factor: 0.5;
 }

 .imageview_4d9636694439 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_3ba398663983 {
   width: max-content;
   position: absolute !important;
   left: 716px;
   top: 484px;
   line-height: 37.2px;
   filter: drop-shadow(0px 0px 13px #ffffffff);
   font-family: 'Roboto';
 }

 .container_d0ad44c7ab00 {
   position: absolute !important;
   overflow: visible;
   width: 1726px;
   height: 639px;
   left: 1px;
   top: 1910px;
 }

 .text_ef10dcbea2aa {
   width: max-content;
   position: absolute !important;
   left: 18px;
   top: 0px;
   line-height: 70px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_1e066dc86c23 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 86px;
   line-height: 37.2px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_03095eb83a9a {
   position: absolute !important;
   overflow: visible;
   width: 259px;
   height: 160px;
   left: 733px;
   top: 82px;
 }

 .container_1b279728e264 {
   position: absolute !important;
   overflow: visible;
   width: 1728px;
   height: 327px;
   left: 0px;
   top: 266px;
   background: url("https://cdn.yotako.io/31cf6b32-af4b-4869-afd8-a0192ebd7a12/568:2410.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .viewport_6d049ceee87a {
   width: 1728px;
   height: 3886px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_2e1fa86a53e2 {
   width: 360px;
   height: 93px;
   position: absolute !important;
   left: 35px;
   top: 587px;
   line-height: 31px;
   word-wrap: break-word;
   font-family: 'Honoka Shin Mincho';
 }

 .text_autoheight_2e1fa86a53e2 {
   overflow: visible;
 }

 .text_5020545dbe60 {
   width: max-content;
   position: absolute !important;
   left: 162px;
   top: 484px;
   line-height: 48.6px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_d57739343069 {
   width: 400px;
   height: 85px;
   position: absolute !important;
   left: 15px;
   top: 712px;
   _scaling-factor: 0.5;
 }

 .imageview_d57739343069 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_3ea167237d88 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 871px;
   left: 0px;
   top: 3197px;
   background: url("https://cdn.yotako.io/31cf6b32-af4b-4869-afd8-a0192ebd7a12/564:1390.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_41870e1e9e72 {
   width: max-content;
   position: absolute !important;
   left: 73.02px;
   top: 69px;
   line-height: 25px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_f4463e771e25 {
   width: max-content;
   position: absolute !important;
   left: 178.04px;
   top: 33px;
   line-height: 22.5px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_418ee1cf89d5 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 153px;
   left: 0px;
   top: 4068px;
   background: #da8787;
 }

 .text_ae3033993d8d {
   width: max-content;
   position: absolute !important;
   left: 111px;
   top: 63px;
   line-height: 45px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_65db2d95fdc7 {
   width: 398px;
   height: 163px;
   position: absolute !important;
   left: 16px;
   top: 153px;
   line-height: 27.9px;
   word-wrap: break-word;
   font-family: 'Honoka Shin Mincho';
 }

 .text_autoheight_65db2d95fdc7 {
   overflow: visible;
 }

 .text-06a1f35a09f3_65db2d95fdc7 {
   line-height: 27.9px;
   font-family: 'Honoka Shin Mincho';
 }

 .text-ec0526b15c33_65db2d95fdc7 {
   line-height: 36.9px;
   font-family: 'Honoka Shin Mincho';
 }

 .text-036790fee322_65db2d95fdc7 {
   line-height: 27.9px;
   font-family: 'Honoka Shin Mincho';
 }

 .text-522fbe863eee_65db2d95fdc7 {
   line-height: 36.9px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_3ae432d02f07 {
   width: 398px;
   height: 247px;
   position: absolute !important;
   left: 16px;
   top: 361px;
   _scaling-factor: 0.5;
 }

 .imageview_3ae432d02f07 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_c788cdb2ee77 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 665px;
   left: 0px;
   top: 2532px;
   background: url("https://cdn.yotako.io/31cf6b32-af4b-4869-afd8-a0192ebd7a12/564:1880.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_d1fd2d3eb79a {
   width: max-content;
   position: absolute !important;
   left: 104px;
   top: 65px;
   line-height: 41.4px;
   font-family: 'Honoka Shin Mincho';
 }

 .imageview_1932404fdf7b {
   width: 400px;
   height: 398px;
   position: absolute !important;
   left: 17px;
   top: 153px;
   _scaling-factor: 0.5;
 }

 .imageview_1932404fdf7b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_8146f30caa77 {
   width: max-content;
   position: absolute !important;
   left: 96px;
   top: 573px;
   line-height: 27.9px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_39b08c554873 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 701px;
   left: 0px;
   top: 1831px;
   background: url("https://cdn.yotako.io/31cf6b32-af4b-4869-afd8-a0192ebd7a12/564:1926.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_dc1924cf65ec {
   width: 386px;
   height: 364px;
   position: absolute !important;
   left: 22px;
   top: 171.25px;
   line-height: 27.9px;
   word-wrap: break-word;
   font-family: 'Honoka Shin Mincho';
 }

 .text_autoheight_dc1924cf65ec {
   overflow: visible;
 }

 .text_a38f98ac2c24 {
   width: max-content;
   position: absolute !important;
   left: 119.93px;
   top: 58px;
   line-height: 74.4px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_fed6302e7662 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 603px;
   left: 0px;
   top: 1228px;
   background: url("https://cdn.yotako.io/31cf6b32-af4b-4869-afd8-a0192ebd7a12/564:2005.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_e25282fa9484 {
   width: 430px;
   height: 461px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_e25282fa9484 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_6ffe38490b2b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 58px;
   top: 196px;
   line-height: 27.9px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_7f6dd9c9fbcd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 66px;
   line-height: 37.5px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_339a2440d5a3 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 461px;
   left: -1px;
   top: 395px;
 }

 .imageview_e4187e178fdc {
   width: 430px;
   height: 395px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_e4187e178fdc img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_920b17ac8065 {
   position: absolute !important;
   width: 430px;
   height: 856px;
   left: 0px;
   top: 370px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_2d33c6669342 {
   width: max-content;
   position: absolute !important;
   left: 135px;
   top: 72px;
   line-height: 50px;
   filter: drop-shadow(0px 0px 14px #ffffffff);
   font-family: 'Honoka Shin Mincho';
 }

 .text_95f7d02055ff {
   width: max-content;
   position: absolute !important;
   left: 107px;
   top: 138px;
   line-height: 31px;
   filter: drop-shadow(0px 0px 10.93px #ffffffff);
   font-family: 'Honoka Shin Mincho';
 }

 .container_39898d79fdd0 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 267px;
   left: 0px;
   top: 103px;
   background: url("https://cdn.yotako.io/31cf6b32-af4b-4869-afd8-a0192ebd7a12/564:2021.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_e60933d9f5a3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.8px;
   font-family: 'Honoka Shin Mincho';
 }

 .text_018b9645e7a3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 19px;
   line-height: 49.6px;
   font-family: 'Honoka Shin Mincho';
 }

 .container_580878eb2696 {
   position: absolute !important;
   overflow: visible;
   width: 128px;
   height: 69px;
   left: 39px;
   top: 19px;
 }

 .container_wrapper_580878eb2696 {
   position: absolute !important;
   overflow: visible;
   left: 39px;
   top: 19px;
   width: 128px;
   height: 69px;
 }

 .container_nested_580878eb2696 {
   width: 128px;
   height: 69px;
 }

 .imageview_5ab14d08cdea {
   width: 46px;
   height: 30px;
   position: absolute !important;
   left: 346px;
   top: 39px;
 }

 .imageview_5ab14d08cdea img {
   position: absolute;
   width: 46.0px !important;
   height: 31.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: -1.0px;
 }

 .imageview_5ab14d08cdea.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_17e6b911a8b4 {
   position: absolute !important;
   overflow: visible;
   width: 429px;
   height: 103px;
   left: 0px;
   top: 0px;
 }

 .viewport_de306f7748cf {
   width: 430px;
   height: 4221px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }


 @media (max-width: 824px) {
   .home_page .yotako-main {
     display: none !important;
   }

   .home_page .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .home_page .yotako-main {
     display: none !important;
   }

   .home_page .vp_1728 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .kasou_kouza .yotako-main {
     display: none !important;
   }

   .kasou_kouza .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .kasou_kouza .yotako-main {
     display: none !important;
   }

   .kasou_kouza .vp_1728 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .kasou_kantei .yotako-main {
     display: none !important;
   }

   .kasou_kantei .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .kasou_kantei .yotako-main {
     display: none !important;
   }

   .kasou_kantei .vp_1728 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .gansou_kantei .yotako-main {
     display: none !important;
   }

   .gansou_kantei .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .gansou_kantei .yotako-main {
     display: none !important;
   }

   .gansou_kantei .vp_1728 {
     display: flex !important;
   }
 }