/*
 Theme Name: 13YA
 Template:businesspress
 Description: 13YA WordPress Theme is derived from BusinessPress WordPress Theme, is distributed under the terms of the GNU GPL
 Version: 1.0.0
*/

/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playwrite+CO:wght@100..400&family=Noto+Sans+JP:wght@100..900&display=swap");*/

/*----------------------------------------------------------------------------------------------------------------------------------------------------

Common

----------------------------------------------------------------------------------------------------------------------------------------------------*/

/* ------------------------------ (layout) ------------------------------ */

.cnt_pc { display: block !important; }
.cnt_pc_inline { display: inline !important; }
.cnt_pc_inlineblock { display: inline-block !important; }
.cnt_pc_flex { display: flex !important; }
.cnt_pc_inlineflex { display: inline-flex !important; }
.cnt_pc_table { display: table !important; }
.cnt_sp { display: none !important; }
.cnt_sp_inline { display: none !important; }
.cnt_sp_inlineblock { display: none !important; }
.cnt_sp_flex { display: none !important; }
.cnt_sp_inlineflex { display: none !important; }
.cnt_sp_table { display: none !important; }

html {
  font-size: 100% !important;
}

html,
html:lang(ja),
body,
body:lang(ja) {
  font-family: dnp-shuei-gothic-gin-std, "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #13577A;
  /*letter-spacing: 0.02em;*/
  /*font-feature-settings: "palt" 1;*/
}

.mendl {
  font-family: mendl-serif-dusk, serif;
}

::selection {
  background-color: rgba(19,87,122,0.20);
}

code {
  padding: 15px;
}

hr {
  border-top: none;
  border-bottom: none;
  background-color: #999;
  height: 1px;
  margin: 4em auto;
}

a {
  transition: all .3s ease;
}

a:hover {
  text-decoration: none;
}

a[target="_blank"] {
  /*padding-right: 14px;
  background: url("../images/icn_new.png") right center / 11px auto no-repeat;*/
}

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

p {
  margin-bottom: 2.5em;
  line-height: 2;
}

pre {
  background-color: #f4f5f6;
  color: #666;
  font-family: Consolas, "Courier New", monospace;
  font-size: 100%;
  line-height: 1.4;
  margin: 0 0 1.7em;
  max-width: 100%;
  overflow: auto;
  padding: 1.5em;
  word-wrap: normal;
  border-left: 8px solid #888;
}

.page-content {
  position: relative;
}

th, td {
  word-break: break-all;
}

.site-main ul, .site-main ol {
  margin-left: 0;
  padding-left: 1.5em;
}

ul.menu,
.sidebar-area ul,
ul.menu li,
.sidebar-area ul li {
  padding-left: 0;
}

img {
  display: block;
  vertical-align: top;
}

.hide {
  display: none !important;
}

/* fadein */
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.0s ease, transform 0.6s ease;
}

.site-bottom *.fadein,
.fadein.is-active {
  opacity: 1;
  transform: translateY(0);
}

.fadein300 { transition-delay: 0.3s; }
.fadein600 { transition-delay: 0.6s; }
.fadein900 { transition-delay: 0.9s; }
.fadein1200 { transition-delay: 1.2s; }
.fadein1500 { transition-delay: 1.5s; }
.fadein1800 { transition-delay: 1.8s; }
.fadein2100 { transition-delay: 2.1s; }
.fadein2400 { transition-delay: 2.4s; }
.fadein2700 { transition-delay: 2.7s; }
.fadein3300 { transition-delay: 3.0s; }
.fadein3000 { transition-delay: 3.3s; }
.fadein3600 { transition-delay: 3.6s; }
.fadein3900 { transition-delay: 3.9s; }
.fadein4200 { transition-delay: 4.2s; }
.fadein4500 { transition-delay: 4.5s; }
.fadein4800 { transition-delay: 4.8s; }
.fadein5000 { transition-delay: 5.0s; }

/* zoom */

.zoom,
.zoom .wp-block-image {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.zoom img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover .zoom img,
.zoom:hover  img {
  transform: scale(1.04);
}

.note {
  text-indent: -1em;
  padding-left: 1em;
}

p {
  margin-bottom: 2.5em;
  line-height: 1.8;
}





/* ------------------------------ (editor-styles) ------------------------------ */

.editor-styles-wrapper *.fadein,
.site-bottom *.fadein,
.fadein.is-active {
  opacity: 1;
  transform: translateY(0);
}

.editor-styles-wrapper .hide {
  display: block !important;
  opacity: 0.5;
}

.editor-styles-wrapper .wp-block {
  max-width: 100%;
}

.editor-styles-wrapper .top_nav {
  display: none;
}

.editor-styles-wrapper .hide {
  display: none !important;
}





/* ------------------------------ (Column layout) ------------------------------ */

body {
  position: relative;
  background: #FAF2E6;
}

.site-content, .container-content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.page-header,
.entry-header {
  padding-top: 120px;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
}

.page-content {
  position: relative;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
}

.loop-wrapper,
.three-column .loop-wrapper {
  margin-left: 5%;
  margin-right: 5%;
}

.error-404 {
  margin: 5rem 5% 5rem;
}

.error-404 .page-title {
  font-size: 1.2rem;
}





/* ------------------------------ (Main Header) ------------------------------ */

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: none;
  margin-bottom: 0;
  z-index: 9999;
}

.headroom {
  will-change: transform;
  transition: all .3s ease-in-out;
}
.headroom--pinned {
  transform: translateY(0%);
  opacity: 1;
}
.headroom--unpinned {
  transform: translateY(0%);
  opacity: 0;
}

.headroom--unpinned:has(.drawer-opened) {
  transform: translateY(0%);
  opacity: 1;
}

.main-header {
  padding: 0 0 0;
}

.main-header-content {
  max-width: 100%;
  padding: 32px 0 0 44px;
}

.site-branding {
  display: flex;
  padding-right: 0;
}

.headroom--pinned .site-branding {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 380px;
  box-sizing: border-box;
  padding: 19px 24px;
  border-radius: 10px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.7);
}

.headroom--pinned .site-logo {
  flex-basis: 117px;
  max-width: 117px;
  width: 117px;
  min-width: 117px;
  margin-right: 23px;
}

.site-logo a {
  display: block;
  padding: 4px;
}

.marquee {
  display: none;
}

.headroom--pinned .marquee {
  display: flex;
  align-items: center;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  gap: 1rem;
  font-family: mendl-serif-dusk, serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #13577a;
}

.marquee-inner {
  padding-top: 3px;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 1rem));
  }
}





/* ------------------------------ (nav) ------------------------------ */

.main-header-content .main-navigation {
  display: none;
}

.drawer-hamburger, .drawer-navigation {
  display: block;
}

.drawer-overlay {
  display: none;
}

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

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

.drawer-hamburger {
  position: absolute;
  top: 32px;
  right: 0;
  box-sizing: border-box;
  display: block;
  margin-right: 0;
  outline: 0;
  padding: 0 0 0;
  width: 47px;
  min-width: 47px;
  height: 185px;
  z-index: 102;
  border: none;
  border-radius: 10px 0 0 10px;
  background: url("images/bg_brown.png") left top / 720px 400px repeat;
  box-shadow: 0px 0px 0px 0 rgba(191, 154, 98, 1);
}

.drawer-hamburger::after {
  position: absolute;
  right: 0;
  bottom: -11px;
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  background: url("images/bg_menu_bottom.png") center center / cover no-repeat;
  /*filter: drop-shadow(0px 0px 0px rgba(191, 154, 98, 1));*/
}

.drawer-hamburger:focus-visible {
  outline:  2px solid #000;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon::before,
.drawer-hamburger-icon::after {
  display: none;
}

.drawer-hamburger-text {
  position: relative !important;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  clip-path: none;
  width: auto;
  height: auto;
  overflow: visible;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 50px;
  text-align: center;
  color: #13577a;
  transform-origin:  center center;
  white-space: nowrap;
  writing-mode: vertical-rl;
}

.drawer-navigation {
  top: 31px;
  width: auto;
  background-color: transparent;
}

.drawer-opened .drawer-navigation {
  box-shadow: none;
}

.drawer-navigation-content {
  box-sizing: border-box;
  padding: 18px 45px 18px 18px;
  width: auto;
  height: 185px;
  border: none;
  border-radius: 10px 0 0 10px;
  background: url("images/bg_brown.png") right 47px top / 720px 400px repeat;
  transform: translate(0, 1px);
}

.drawer-navigation ul {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin: 0;
}

.drawer-navigation ul.menu > li,
.drawer-navigation ul.menu > li:first-child,
.drawer-navigation ul.menu > li:last-child {
  display: block;
  padding: 0;
  position: relative;
}

.drawer-navigation ul.menu > li a,
.drawer-navigation ul.menu > li:first-child > a,
.drawer-navigation ul.menu > li:last-child > a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 29px 10px 0;
  font-size: 16px;
  writing-mode: vertical-rl;
  line-height: 1.3;
}

.drawer-navigation .current_page_item > a,
.drawer-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
  color: #bf9a62;
  font-weight: inherit;
  opacity: 0.99;
}

.drawer-navigation ul.menu > li a::after {
  position: absolute;
  right: 11px;
  top: 0;
  display: block;
  content: "";
  font-size: 16px;
}

.drawer-navigation ul.menu > li:nth-child(1) a::after { content: "\1F3E0"; }
.drawer-navigation ul.menu > li:nth-child(2) a::after { content: "\1F6A9"; }
.drawer-navigation ul.menu > li:nth-child(3) a::after { content: "\1F314"; }
.drawer-navigation ul.menu > li:nth-child(4) a::after { content: "\1F986"; }
.drawer-navigation ul.menu > li:nth-child(5) a::after { content: "\1F4AC"; }

.drawer-navigation ul.menu > li a:hover {
  color: #13577A;
  opacity: 0.7;
}

.drawer-navigation .current_page_item a::before,
.drawer-navigation .current-menu-item a::before,
.main-navigation .current_page_item a::before,
.main-navigation .current-menu-item a::before {
  position: absolute;
  top: 23px;
  bottom: -8px;
  left: 8px;
  right: 6px;
  display: block;
  content: "";
  margin: 0;
  background: #13577a;
  border-radius: 100vw;
  z-index: -1;
}

.drawer-navigation ul.menu > li.current_page_item a:hover,
.drawer-navigation ul.menu > li.current-menu-item a:hover,
.drawer-navigation ul.menu > li.current_page_item a:hover,
.drawer-navigation ul.menu > li.current-menu-item a:hover {
  color: #bf9a62;
  opacity: 0.7;
}





/* ------------------------------ (footer) ------------------------------ */


.content-area {
  background: #FAF2E6;
  margin-bottom: 480px;
}

body.home .content-area {
  background-color: transparent;
}

.back-to-top {
  display: none !important;
}

.site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.site-bottom {
  height: 480px;
  background: url("images/bg_footer.png") center center / cover no-repeat #13577A;
  border-top: none;
  padding: 0 0 40px;
  color: #fff;
}

.site-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  column-gap: 3%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  }

.site-bottom-content:before, .site-bottom-content:after {
  display: none;
}

.site-bottom-l {
  flex: 1;
  padding-left: 20px;
  text-align: left;
}

.site-bottom-l a {
  font-weight: 400;
  color: #fff;
}

.site-bottom-l a:hover {
  color: #fff;
}

ul.fnav {
  display: flex;
  column-gap: 6%;
  margin: 0 0 60px;
  padding: 0 0;
  list-style: none;
  text-align: left;
}

ul.fnav li {
  margin: 0 0;
  padding: 0 0;
}

ul.fnav li a {
  display: block;
  font-family: mendl-serif-dusk, serif;
  font-weight: 400;
  font-size: 33px;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
}

ul.fnav li a span:nth-child(2) {
  position: relative;
  display: block;
  margin-top: 18px;
  padding-left: 1.4em;
  font-family: dnp-shuei-gothic-gin-std, "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 13px;
  color: #fff;
}

ul.fnav li:first-child a span:nth-child(2) {
  font-size: 14px;
}

ul.fnav li a span:nth-child(2)::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  font-size: 13px;
}

ul.fnav li:nth-child(1) a span:nth-child(2)::before { content: "\1F3E0"; }
ul.fnav li:nth-child(2) a span:nth-child(2)::before { content: "\1F6A9"; }
ul.fnav li:nth-child(3) a span:nth-child(2)::before { content: "\1F314"; }
ul.fnav li:nth-child(4) a span:nth-child(2)::before { content: "\1F986"; }

ul.fnav li a:hover {
  color: #fff;
}

ul.fnav li a span:nth-child(1) {
  display: block;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 1.5em 0 #fff, 0 0 0 #fff;
  transition: text-shadow 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

ul.fnav li a:hover span:nth-child(1) {
  text-shadow: 0 0 0 #fff, 0 -1.5em 0 #fff;
}

ul.fnav li a span:nth-child(2) {
  display: inline-block;
  will-change: transform, opacity;
}

ul.fnav li a:hover span:nth-child(2) {
  animation: fnav-slide-fade 0.8s ease-in-out forwards;
}

@keyframes fnav-slide-fade {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  40% {
    transform: translateY(-120%);
    opacity: 0;
  }

  41% {
    transform: translateY(120%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.site-info {
  float: none;
  margin-top: 0;
  text-align: left;
}

p.ft_link {
  margin: 0 0 9px;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.site-copyright {
  margin: 0;
  font-family: mendl-serif-dusk, serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.site-bottom-r {
  flex-basis: 30%;
  max-width: 240px;
  width: 30%;
  text-align: left;
}

.site-bottom-r p {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.site-bottom-r p:last-child {
  margin-bottom: 0;
}

.site-bottom-r p.contact_title {
  font-size: 14px;
}

.site-bottom-r p.btn_contact_ft {
  margin: 17px 0 10px;
}

.site-bottom-r p.btn_contact_ft + p {
  margin: 0 0 30px;
}

.site-bottom-r p.btn_contact_ft a {
  position: relative;
  display: inline-block;
  padding: 6px 30px 6px 0;
  background: url("images/icn_oval_br.png") right center / 20px 16px no-repeat;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  overflow: hidden;
}

.site-bottom-r p.btn_contact_ft a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}

.site-bottom-r p.btn_contact_ft a::after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: "";
  width: 20px;
  height: 16px;
  border-radius: 50%;
  background: url("images/icn_arrow_r_wh.png") center center / 8px 8px no-repeat;
  transform: translate(0, -50%);
}

.site-bottom-r p.btn_contact_ft a:hover {
  color: #fff;
}

.site-bottom-r p.btn_contact_ft a:hover::before {
  animation: btn_line .4s ease-in-out 0s 1 normal running none;
}

.site-bottom-r p.btn_contact_ft a:hover::after {
  animation: btn_arrow 0.8s ease-out 0s 1 normal running none;
}

@keyframes btn_line {
  from, to { width: 100%; right: 0; left: auto; opacity: 1; }
  50% { width: 0%; right: 0; left: auto; opacity: 1; }
  51% { width: 0%; right: auto; left: 0; opacity: 1; }
  100% { width: 100%; right: auto; left: 0; opacity: 1; }
}

@keyframes btn_arrow {
  from, to { transform: translate(0, -50%); opacity: 1; }
  50% { transform: translate(50%, -50%); opacity: 0; }
  51% { transform: translate(-50%, -50%); opacity: 0; }
  100% { transform: translate(0, -50%); opacity: 1; }
}





/* ------------------------------ (Top page) ------------------------------ */

.home body,
.home  .entry-content {
  overflow: hidden;
}

.site-content {
  position: relative;
  background: #FAF2E6;
  z-index: 2;
}

.top_section {
  position: relative;
}

#section1 {
  background-color: #FAF2E6;
  margin-top: -60px;
}



/* top mv (stone) */

.top_mv_stone { display: none !important; }
.top_mv_stone.is-active { display: block !important; }

.top_mv_stones {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

.top_mv_stone .wp-block-image {
  width: 100%;
  margin: 0;
}

.top_mv_stone .wp-block-image:not(.fix) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stone {
  transition: transform 0.12s ease-out;
  will-change: transform;
}

.stone img {
  width: 100%;
  transform: scale(1.02);
  transform-origin: bottom;
}

.stone.is-move-1 {
  transform: translate(2px, -2px) rotate(-0.3deg);
}

.stone.is-move-2 {
  transform: translate(-2px, 0) rotate(0.2deg);
}

.stone.is-move-3 {
  transform: rotate(0.8deg);
}



/* top mv */

.top_copy_box {
  position: absolute;
  top: 36%;
  left: 50%;
  display: inline-block;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  mix-blend-mode: exclusion;
}

.top_copy {
  margin: 0 0 0;
  font-size: 79px;
  letter-spacing: 0.06em;
  line-height: 1.58;
  text-align: left;
  color: #eca885;
}

.top_copy span {
  display: block;
  margin: 0 0 0;
  font-size: 5.486vw;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: left;
  color: #eca885;
  overflow: hidden;
}

.top_copy span i {
  display: inline-block;
  font-style: normal;
  transform: translateY(100%);
  animation: growUp 1.8s cubic-bezier(.25,.8,.25,1) forwards;
}

.top_copy span:nth-child(1) i {
  animation-delay: 0.7s;
}
.top_copy span:nth-child(2) i {
  animation-delay: 1.5s;
}
.top_copy span:nth-child(3) i {
  animation-delay: 2.3s;
}

@keyframes growUp {
  to {
    transform: translateY(0);
  }
}


.top_copy_en {
  position: absolute;
  bottom: 40px;
  right: 77px;
  margin: 0 0 0;
  font-family: mendl-serif-dusk, serif;
  font-size: 1.18vw;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.41;
  text-align: left;
  color: #eca885;
}

@keyframes stamp_rotate {
  0% { transform: rotate(0deg); animation-timing-function: linear; }
  100% { transform: rotate(360deg); }
}

.top_copy_stamp {
  position: absolute;
  bottom: 66px;
  right: 4px;
  width: 119px;
  transform: rotate(0);
  animation: stamp_rotate 16s linear 0s infinite;
}

.top_daily_box {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 90%;
  max-width: 415px;
  z-index: 1000;
}

.top_daily {
}

.top_daily > .wp-block-group__inner-container {
  display: flex;
  align-items: flex-end;
  margin: 0 0 17px;
  text-align: left;
  color: #bf9a62;
}

.top_daily_date {
  margin: 0 20px 0 0;
  font-family: mendl-serif-dusk, serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1;
}

.top_daily_date span {
  display: inline-block;
  padding: 0 8px;
  font-size: 46px;
  transform: translate(0, -4px);
}

.top_daily_week {
  font-family: mendl-serif-dusk, serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  transform: translate(0, -4px);
}

.top_monologue {
  
}

.top_monologue_inner:not(:last-child) {
  margin: 0 0 10px;
}

.top_monologue_inner > .wp-block-group__inner-container {
  display: flex;
}

.top_monologue_name {
  flex-basis: 45px;
  max-width: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 29px;
  margin: 0 2px 0 0;
  border-radius: 100vw;
  background: #bf9a62;
  font-family: "DNP ShueiGoGinStd";
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: #13577a;
  white-space: nowrap;
}

.top_monologue_title {
  flex: 1;
  display: flex;
  align-items: center;
  height: 29px;
  padding: 0 18px;
  box-sizing: border-box;
  border-radius: 10px 10px 10px 0px;
  background: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  text-align: left;
  color: #13577a;
  overflow: hidden;
  white-space: nowrap;
  gap: 1rem;
}

.top_monologue_title > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
}

.random-title-wrap{
  min-width: 20ch;
  overflow: hidden;
  white-space: nowrap;
}

.random-title-track{
  display: inline-flex;
  width: max-content;
  will-change: transform;
  animation: marquee4 var(--marquee-duration, 15s) linear infinite; /* ←可変にする */
}

.random-title{
  display: inline-block;
  white-space: nowrap;
  padding-right: 1rem;
}

/* 4回並べているので 25% */
@keyframes marquee4 {
  from { transform: translateX(0); }
  to   { transform: translateX(-25%); }
}

.top_nav {
  display: none;
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  z-index: 9999;
}

.top_nav ul {
  list-style: none;
}

.top_nav ul li {
}

.top_nav ul li a {
  display: block;
  padding: 8px 5px;
  font-family: mendl-serif-dusk, serif;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  color: #13577a;
  text-decoration: none;
  opacity: 0.2;
}

.top_nav ul.bg_dark li a {
  color: #fff;
}

.top_nav ul li a.active {
  color: #BF9A62;
  opacity: 1;
}





/* top_cnt02 */

#section2 {
  padding: 20px 0 130px;
  overflow: hidden;
}

.bg_stone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/bg_top_stone_blue2.png") center bottom / 812px 812px repeat;
  opacity: 0;
}

#section1 .bg_stone {
  background: url("images/bg_top_stone_blue2.png") center bottom / 812px 812px repeat;
}

#section3 .bg_stone {
  background: url("images/bg_top_stone_blue2.png") center top / 812px 812px repeat;
  opacity: 1;
}

.top_sec2_cnt {
  position: relative;
  z-index: 999;
}

.top_sec2_cnt > .wp-block-group__inner-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 87%;
  max-width: 1240px;
  margin: 0 auto;
}

.top_sec2_cnt_l {
  flex-basis: 72%;
  max-width: 72%;
  width: 72%;
  position: sticky;
  bottom: 0;
  margin: 80px 0 0;
  padding: 50px 5% 120px 64px;
  background: url("images/bg_brown.png") center center / 720px 400px repeat;
}

.top_sec2_cnt_l p {
  margin: 0 0;
}

.top_sec2_cnt_l p.top_sec2_cnt_l_p1 {
  margin: 0 0 8px;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.top_sec2_cnt_l p.top_sec2_cnt_l_p2 {
  margin: 0 0 20px;
  font-size: 38px;
  line-height: 1.6;
}

.top_sec2_cnt_l p.top_sec2_cnt_l_p2 span {
  display: block;
  font-size: 44px;
  line-height: 1.6;
  overflow: hidden;
}

.top_sec2_cnt_l p.top_sec2_cnt_l_p2 span i {
  display: inline-block;
  font-style: normal;
  transform: translateY(100%);
}

.top_sec2_cnt_l.is-show p.top_sec2_cnt_l_p2 span i {
  animation: growUp 2.0s cubic-bezier(.25,.8,.25,1) forwards;
}

.top_sec2_cnt_l p.top_sec2_cnt_l_p2 span:nth-child(1) i {
  animation-delay: 0.3s;
}
.top_sec2_cnt_l p.top_sec2_cnt_l_p2 span:nth-child(2) i {
  animation-delay: 1.1s;
}
.top_sec2_cnt_l p.top_sec2_cnt_l_p2 span:nth-child(3) i {
  animation-delay: 1.9s;
}

.top_sec2_cnt_l_p2 .letter {
  display: inline-block;
  opacity: 0;
}

.top_sec2_cnt_l p.top_sec2_cnt_l_p3 {
  padding-right: 12%;
  font-size: 18px;
  line-height: 1.7;
}

.top_sec2_cnt_r {
  flex-basis: 33%;
  max-width: 445px;
  width: 33%;
  position: relative;
  bottom: 0;
  margin: 0 0 -20px -8%;
  background: #fff9f2;
}

.top_sec2_cnt_r > .wp-block-group__inner-container {
}

.top_sec2_cnt_r .wp-block-image {
  width: 100%;
  max-width: 445px;
  margin: 0;
  padding: 19px;
  background: #fff9f2;
}





/* top_cnt03 */

#section3 {
  position: relative;
  padding: 103px 0 93px;
  z-index: 999;
}

.pic_top_sec3_1 {
  position: relative;
  width: 856px;
  margin: 0 auto;
}

.top_sec3_cnt_l {
  position: absolute;
  top: 75px;
  left: 5%;
}

.top_sec3_cnt_l p {
  margin: 0;
  color: #faf2e6;
}

.top_sec3_cnt_l p.top_sec3_title_jp {
  display: inline-block;
  margin: 0 0 5px;
  padding: 4px 22px;
  border-radius: 100vw;
  border: 1px solid #faf2e6;
  font-size: 20px;
  line-height: 1.2;
}

.top_sec3_cnt_l p.top_sec3_title_en {
  margin: 0 0 5px;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 104px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.top_sec3_cnt_l p.top_sec3_title_copy {
  margin: 0 0 15px;
  font-size: 32px;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.top_sec3_cnt_l p.top_sec3_title_btn a {
  position: relative;
  display: inline-block;
  padding: 9px 36px 9px 0;
  background: url("images/icn_oval_wh.png") right center / 26px 20px no-repeat;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  text-decoration: none;
  overflow: hidden;
}

.top_sec3_cnt_l p.top_sec3_title_btn a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}

.top_sec3_cnt_l p.top_sec3_title_btn a::after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: "";
  width: 26px;
  height: 20px;
  border-radius: 50%;
  background: url("images/icn_arrow_r_bl.png") center center / 10px 10px no-repeat;
  transform: translate(0, -50%);
}

.top_sec3_cnt_l p.top_sec3_title_btn a:hover {
  color: #fff;
}

.top_sec3_cnt_l p.top_sec3_title_btn a:hover::before {
  animation: btn_line .4s ease-in-out 0s 1 normal running none;
}

.top_sec3_cnt_l p.top_sec3_title_btn a:hover::after {
  animation: btn_arrow 0.8s ease-out 0s 1 normal running none;
}

.top_sec3_cnt_r {
  position: absolute;
  bottom: 100px;
  right: 5%;
  width: 80%;
  max-width: 470px;
  margin: 0 0 0 auto;
}

.top_sec3_cnt_r > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_sec3_sv {
  flex-basis: 47%;
  max-width: 220px;
  width: 47%;
}

.top_sec3_cnt_r h3.top_sec3_sv_title {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 16px;
  color: #faf2e6;
}

.top_sec3_cnt_r p {
  margin: 0 0 17px;
  font-size: 15px;
  line-height: 1.5;
  color: #faf2e6;
}

.top_sec3_cnt_b {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 9px 0 9px;
  white-space: nowrap;
  overflow: hidden;
  border-top: 1px solid #faf2e6;
}

.top_sec3_cnt_b p {
  margin: 0;
}

.top_sec3_cnt_b > .wp-block-group__inner-container {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.top_sec3_cnt_b-inner > .wp-block-group__inner-container {
  display: flex;
  gap: 2rem;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #faf2e6;
}





/* top_cnt04 */

#section4 {
  position: relative;
  padding: 90px 0 155px;
  z-index: 999;
  background: url("images/bg_top_sec4.png") bottom center / 100% auto no-repeat #FAF2E6;
}

.top_sec4_ph_box > .wp-block-group__inner-container {
  display: flex;
  column-gap: 24px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.top_sec4_ph > .wp-block-group__inner-container {
  display: flex;
  column-gap: 24px;
}

.top_sec4_ph .wp-block-image {
  flex-basis: 367px;
  max-width: 367px;
  width: 367px;
  margin: 0;
}

.variable_marquee {
  flex: 0 0 auto;
}

.top_sec4_cnt {
  padding: 125px 0 0;
}

.top_sec4_cnt > .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
}

.top_sec4_cnt_l {
  position: relative;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}

body.post-name-aboutus .top_sec4_cnt_l {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.top_sec4_cnt_l_ph > .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 15px;
}

.top_sec4_cnt_l_ph > .wp-block-group__inner-container > .wp-block-image:nth-child(1) {
  flex-basis: 58%;
  max-width: 58%;
  width: 58%;
  margin: 0;
  padding-bottom: 34px;
}

.top_sec4_cnt_l_ph > .wp-block-group__inner-container > .wp-block-image:nth-child(2) {
  flex-basis: 40%;
  max-width: 40%;
  width: 40%;
  margin: 0;
}

.top_sec4_cnt_l_balloon {
  position: absolute;
  top: -18%;
  left: 39%;
  width: 20%;
  will-change: transform;
}

@keyframes puru-x {
  0%   { transform: scale(1); }
  30%  { transform: scale(1.06, 0.94); }
  60%  { transform: scale(0.96, 1.04); }
  100% { transform: scale(1); }
}

@keyframes puru-rotate {
  0%   { transform: scale(1); }
  30%  { transform: scale(1.06, 0.94); }
  60%  { transform: scale(0.96, 1.04); }
  100% { transform: scale(1); }
}

@keyframes puru-scale {
  0%   { transform: scale(1); }
  30%  { transform: scale(1.06, 0.94); }
  60%  { transform: scale(0.96, 1.04); }
  100% { transform: scale(1); }
}

.puru-x      { animation: puru-x 0.45s ease-out; }
.puru-rotate { animation: puru-rotate 0.45s ease-out; }
.puru-scale  { animation: puru-scale 0.45s ease-out; }

.top_sec4_cnt_l_balloon .wp-block-image {
  position: relative;
}

.top_sec4_cnt_r {
  flex-basis: 40%;
  max-width: 40%;
  width: 40%;
}

p.top_sec4_title_jp {
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  padding: 4px 22px;
  border-radius: 100vw;
  border: 1px solid #13577A;
  font-size: 20px;
  line-height: 1.2;
}

p.top_sec4_title_en {
  position: relative;
  margin: 0 0 5px;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 104px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

p.top_sec4_title_copy {
  position: relative;
  margin: 0 0 45px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

p.top_sec4_title_copy2 {
  position: relative;
  margin: 0 0 20px;
  font-size: 18px;
  letter-spacing: 0.12em;
}

p.top_sec4_title_btn a {
  position: relative;
  display: inline-block;
  padding: 9px 36px 9px 0;
  background: url("images/icn_oval_bl.png") right center / 26px 20px no-repeat;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #13577A;
  text-transform: uppercase;
  line-height: 1.2;
  text-decoration: none;
  overflow: hidden;
}

p.top_sec4_title_btn a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #13577A;
}

p.top_sec4_title_btn a::after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: "";
  width: 26px;
  height: 20px;
  border-radius: 50%;
  background: url("images/icn_arrow_r_wh.png") center center / 10px 10px no-repeat;
  transform: translate(0, -50%);
}

p.top_sec4_title_btn a:hover {
  color: #13577A;
}

p.top_sec4_title_btn a:hover::before {
  animation: btn_line .4s ease-in-out 0s 1 normal running none;
}

p.top_sec4_title_btn a:hover::after {
  animation: btn_arrow 0.8s ease-out 0s 1 normal running none;
}

.top_sec4_cnt_b {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 9px 0 9px;
  white-space: nowrap;
  overflow: hidden;
  border-top: 1px solid #13577A;
  border-bottom: 1px solid #13577A;
}

.top_sec4_cnt_b p {
  margin: 0;
}

.top_sec4_cnt_b > .wp-block-group__inner-container {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.top_sec4_cnt_b-inner > .wp-block-group__inner-container {
  display: flex;
  gap: 2rem;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-align: left;
}





/* top_cnt05 */

#section5 {
  position: relative;
  padding: 96px 0 219px;
  z-index: 999;
}

.top_sec5_cnt {
}

.top_sec5_cnt > .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 8.3% 0 0;
}

.top_sec5_cnt_l {
  position: relative;
  flex-basis: 43.6%;
  max-width: 43.6%;
  width: 43.6%;
  padding: 62px 2% 120px 5%;
  border-radius: 0px 20px 20px 0px;
  background: url("images/bg_brown.png") center center / 720px 400px repeat;
}

.top_sec4_stone {
  position: absolute;
  bottom: -40px;
  right: -60px;
  width: 297px;
  margin: 0 0;
  background: url("/wp-content/uploads/2025/11/blank.png") center center / contain no-repeat;
}

.top_sec5_cnt_r {
  position: relative;
  flex-basis: 52.7%;
  max-width: 52.7%;
  width: 52.7%;
}

a.top_sec5_work {
  position: relative;
  display: block;
  padding: 32px 48px;
  border-radius: 20px;
  line-height: 1.5;
  color: #13577a;
  text-decoration: none;
  overflow: hidden;
}

a.top_sec5_work h3 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 700;
  color: #13577a;
}

a.top_sec5_work table {
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 4px;
  margin: 0;
}

a.top_sec5_work table td {
  padding: 4px 0;
  border: none;
  border-bottom: 1px solid rgba(19,87,122,0.20);
  font-size: 13px;
  font-weight: 400;
}

a.top_sec5_work table tr td:first-child {
  width: 88px;
  border-bottom: 1px solid rgba(19,87,122,1.00);
  font-family: mendl-serif-dusk, serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
}

a.top_sec5_work:hover {
  color: #fff;
}

a.top_sec5_work:hover h3 {
  color: #fff;
}

a.top_sec5_work:hover table td {
  border-bottom: 1px solid rgba(255,255,255,0.20);
  color: #fff;
}

a.top_sec5_work:hover table tr td:first-child {
  border-bottom: 1px solid rgba(255,255,255,1.00);
  color: #fff;
}

a.top_sec5_work::before,
a.top_sec5_work::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #13577a;
  opacity: 0;
  transition: all .3s ease;
  z-index: -2;
}

a.top_sec5_work:hover::before {
  opacity: 1;
}

.top_sec5_work_ph {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: transform 0.8s ease;
  transform: scale(1.0);
}

a.top_sec5_work:hover .top_sec5_work_ph {
  opacity: 0.1;
  transform: scale(1.08);
}

.top_sec5_cnt_stamp {
  position: absolute;
  bottom: 46px;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 98px;
}

.top_sec5_cnt_stamp .wp-block-image {
  position: absolute;
  left: 0;
  transform: rotate(0deg);
  width: 98px;
  margin: 0 0;
}





/* ------------------------------ (Lower content) ------------------------------ */

/* button */





/* Parts */





/* ------------------------------ (SERVICE) ------------------------------ */

/* service parts */

.mv_service {
  padding: 30px 3.8% 60px;
  background: url("images/bg_top_stone_blue2.png") center center / 812px 812px repeat;
  background-attachment: fixed;
  color: #FAF2E6;
}

.mv_title {
}

.mv_title_sv {
  position: absolute;
  top: 110px;
  left: 3.8%;
}

.mv_title p {
  margin: 0;
  color: #faf2e6;
}

.mv_title p.mv_title_jp {
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 22px;
  border-radius: 100vw;
  border: 1px solid #faf2e6;
  font-size: 20px;
  line-height: 1.2;
}

.mv_title p.mv_title_en {
  margin: 0 0 5px;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 104px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.mv_title p.mv_title_copy {
  margin: 0 0 15px;
  font-size: 32px;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.mv_pic_sv {
  position: relative;
  width: 65%;
  margin: 0 0 0 20%;
  padding: 6.6% 0 29px;
}

body.home .mv_pic_sv {
  position: relative;
  width: 65%;
  margin: -70px 0 100px 20%;
  padding: 6.6% 0 29px;
  transform: scale(0.8);
}

.mv_pic_sv .wp-block-image {
  margin: 0;
}

.mv_pic_sv_line {
  width: 92%;
  margin: 0 8% 0 0;
}

.mv_pic_sv_stone {
  position: absolute;
  width: 10.6%;
  top: 0;
  left: 0;
}

.mv_pic_sv_stone1 {
  top: 22.4%;
  left: 37.0%;
}

.mv_pic_sv_stone2 {
  top: 14%;
  left: 59.3%;
}

.mv_pic_sv_stone3 {
  top: 24%;
  left: 79.5%;
}

.mv_pic_sv_stone4 {
  top: 67%;
  right: -1.2%;
  left: auto;
}

.mv_pic_sv_stonetext {
  position: absolute;
  width: 140%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: stonetext_rotate 16s linear 0s infinite;
}

@keyframes stonetext_rotate {
  0% { transform: translate(-50%, -50%) rotate(0deg); animation-timing-function: linear; }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.mv_pic_sv_walk {
  position: absolute;
  bottom: 0;
  left: 36.3%;
  width: 15.94%;
}

.mv_pic_sv_allstone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mv_pic_sv_copy {
  width: 35%;
  margin: -84px 0 55px auto;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.6;
  color: #fff;
}

ul.sv_snav {
  display: flex;
  justify-content: space-between;
  column-gap: 3.4%;
  width: 88%;
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
}

ul.sv_snav li {
  flex: 1;
}

ul.sv_snav li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0 0;
  padding: 18px 36px 18px 0;
  background: url("images/icn_oval_br.png") right center / 26px 20px no-repeat;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  text-decoration: none;
  overflow: hidden;
}

ul.sv_snav li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}

ul.sv_snav li a::after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: "";
  width: 26px;
  height: 20px;
  border-radius: 50%;
  background: url("images/icn_arrow_r_wh.png") center center / 10px 10px no-repeat;
  transform: translate(0, -50%);
}

ul.sv_snav li a:hover {
  color: #fff;
}

ul.sv_snav li a:hover::before {
  animation: btn_line .4s ease-in-out 0s 1 normal running none;
}

ul.sv_snav li a:hover::after {
  animation: btn_arrow 0.8s ease-out 0s 1 normal running none;
}

.sv_cnt {
  position: relative;
  overflow: hidden;
}

.bg_sv_line {
  position: absolute;
  left: 50%;
  width: 90%;
  max-width: 1008px;
  height: 100%;
  transform: translate(-50%, 0);
  clip-path: inset(0 0 100% 0);
  transition: clip-path 3s ease-in-out 0.5s;
}

.bg_sv_line.is-animated {
  clip-path: inset(0 0 0 0);
}

.sv_shoulder {
  position: absolute;
  top: 96px;
  right: 40px;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: left;
  color: #1f1f1f;
  writing-mode: vertical-rl;
}

.sv_number {
  position: absolute;
  top: 112px;
  right: 84px;
  font-family: mendl-serif-dusk, serif;
  font-weight: 300;
  font-size: 188px;
  line-height: 1;
  text-align: right;
  color: #bf9a62;
}

.sv_cnt_even .sv_number {
  color: #13577A;
}

.sv_cnt_inner {
  position: relative;
  width: 90%;
  max-width: 1208px;
  margin: 0 auto;
  padding: 185px 0 120px;
}

.sv_cnt_inner h3 {
  margin: 0 0 70px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.9;
  color: #1f1f1f;

}

.sv_cnt_inner_copy {
  text-align: center;
}

.sv_cnt_inner_copy p {
  margin: 0 0 100px;
  display: inline-block;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 0.16em;
  line-height: 1.78;
  text-align: left;
  color: #1f1f1f;
}

.sv_cnt_inner_copy p strong {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.0s ease, transform 0.6s ease;
}

.sv_cnt_inner_copy.is-active p strong {
  opacity: 1;
  transform: translateY(0);
}

.sv_cnt_inner_copy.is-active p strong:nth-of-type(1) { transition-delay: 0.3s; }
.sv_cnt_inner_copy.is-active p strong:nth-of-type(2) { transition-delay: 0.6s; }
.sv_cnt_inner_copy.is-active p strong:nth-of-type(3) { transition-delay: 0.9s; }

.sv_cnt_halfbox {
  width: 74%;
  margin: 0 auto 0 0;
}

.sv_cnt_inner h4 {
  margin: 20px 0 36px;
  padding: 8px 0 0;
  border-top: 1px solid rgba(31, 31, 31, 0.1);
  font-size: 14px;
  font-weight: 500;
  color: #1f1f1f;
}

.sv_cnt_inner ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.sv_cnt_inner ul li {
  display: inline-block;
  margin: 0 2px 10px 0;
  padding: 10px 20px 10px;
  border-radius: 100vw;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
  color: #1f1f1f;
}

.sv_cnt_inner_note {
  font-weight: normal;
  font-size: 12px;
  color: #1f1f1f;
}

.sv_slide_wrapper {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow: visible;
  z-index: 2;
  padding: 0 0 30px;
}

.sv_slider {
  margin: 0 0;
  padding: 0 0 0 0;
}

.sv_slider .slick-list {
  overflow: visible;
}

.sv_slider .slick-slide {
  height: auto;
  margin: 0 40px 0 0;
  padding: 50px 62px 64px;
  border-radius: 20px;
  background: #bf9a62;
}

.sv_cnt_even .sv_slider .slick-slide {
  background: #13577A;
  color: #bf9a62;
}

.sv_slider .slick-slide h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-align: center;
  color: #13577a;
}

.sv_cnt_even .sv_slider .slick-slide h3 {
  color: #bf9a62;
}

.sv_slider .slick-slide p {
  margin: 0;
}

.sv_slider .slick-prev {
  position: absolute;
  left: auto;
  right: 4.5%;
  top: -58px;
  width: 36px;
  height: 28px;
  z-index: 999;
  text-indent: -9999px;
  cursor: pointer;
  background: url("images/icn_arrow_l_wh.png") center center / 10px 10px no-repeat #13577A;
  border-radius: 50%;
  transform: translate(0, 0);
  transition: all .2s ease-in-out;
}

.sv_slider .slick-next {
  position: absolute;
  left: auto;
  right: 0%;
  top: -58px;
  width: 36px;
  height: 28px;
  z-index: 999;
  text-indent: -9999px;
  cursor: pointer;
  background: url("images/icn_arrow_r_wh.png") center center / 12px 12px no-repeat #13577A;
  border-radius: 50%;
  transform: translate(0, 0);
  transition: all .2s ease-in-out;
}

.sv_slider .slick-prev:hover,
.sv_slider .slick-prev:focus,
.sv_slider .slick-prev:active {
  background: url("images/icn_arrow_l_wh.png") center center / 12px 12px no-repeat #13577A !important;
  -webkit-transform: translate(-3px, 0);
  transform: translate(-3px, 0);
}

.sv_slider .slick-next:hover,
.sv_slider .slick-next:focus,
.sv_slider .slick-next:active {
  background: url("images/icn_arrow_r_wh.png") center center / 12px 12px no-repeat #13577A !important;
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}

.sv_cnt_even .sv_slider .slick-prev,
.sv_cnt_even .sv_slider .slick-next {
  background-color: #bf9a62;
}

.sv_cnt_even .sv_slider .slick-prev:hover,
.sv_cnt_even .sv_slider .slick-prev:focus,
.sv_cnt_even .sv_slider .slick-prev:active {
  background: url("images/icn_arrow_l_wh.png") center center / 12px 12px no-repeat #bf9a62 !important;
}

.sv_cnt_even .sv_slider .slick-next:hover,
.sv_cnt_even .sv_slider .slick-next:focus,
.sv_cnt_even .sv_slider .slick-next:active {
  background: url("images/icn_arrow_r_wh.png") center center / 12px 12px no-repeat #bf9a62 !important;
}

.sv_slider .slick-prev.slick-disabled,
.sv_slider .slick-next.slick-disabled {
  cursor: default;
  opacity: 0.3;
}

.btn_sv_wrapper {
  position: relative;
  overflow: hidden;
}

.btn_sv {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 480px;
  background: #555;
  text-align: center;
  color: #BF9A62;
  text-decoration: none;
  transition: all .3s ease;
}

.btn_sv:hover {
  color: #BF9A62;
  text-decoration: none;
}

.btn_sv .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all .3s ease;
}

.btn_sv:hover .bg {
  transform: scale(1.04);
}

.btn_sv1 .bg {
  background: url("images/pic_sv_works1.jpg") center center / cover no-repeat;
}

.btn_sv2 .bg {
  background: url("images/pic_sv_works2.jpg") center center / cover no-repeat;
}

.btn_sv3 .bg {
  background: url("images/pic_sv_works3.jpg") center center / cover no-repeat;
}

.btn_sv4 .bg {
  background: url("images/pic_sv_works4.jpg") center center / cover no-repeat;
}

.btn_sv h3 {
  position: relative;
  margin: 0;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 88px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #BF9A62;
}

.btn_sv p {
  position: relative;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}

.btn_sv p.btn_sv_more {
  position: absolute;
  bottom: 40px;
  right: 5.3%;
  padding: 8px 40px 8px 0;
  background: url("images/icn_oval_br.png") right center / 26px 20px no-repeat;
  font-family: mendl-serif-dusk, serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.2;
  overflow: hidden;
}

.btn_sv p.btn_sv_more::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #BF9A62;
}

.btn_sv p.btn_sv_more::after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: "";
  width: 26px;
  height: 20px;
  border-radius: 50%;
  background: url("images/icn_arrow_r_wh.png") center center / 10px 10px no-repeat;
  transform: translate(0, -50%);
}

.btn_sv:hover p.btn_sv_more {
  color: #BF9A62;
}

.btn_sv:hover p.btn_sv_more::before {
  animation: btn_line .4s ease-in-out 0s 1 normal running none;
}

.btn_sv:hover p.btn_sv_more::after {
  animation: btn_arrow 0.8s ease-out 0s 1 normal running none;
}





/* ------------------------------ (ABOUT US) ------------------------------ */

/* about parts */

.mv_about {
  padding: 110px 15px 100px;
  background: url("/wp-content/uploads/2025/12/mv_about_bg.png") center top / 100% auto no-repeat;
}

.mv_about_cnt > .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.mv_about_cnt_l {
  flex-basis: 47.4%;
  max-width: 47.4%;
  width: 47.4%;
}

.mv_about_cnt_r {
  flex-basis: 42%;
  max-width: 42%;
  width: 42%;
  padding-right: 3%;
  box-sizing: border-box;
}

.mv_pic_title {
  width: 100%;
  max-width: 615px;
  margin: 0 0 50px;
}

.mv_subtitle {
  margin: 0 0 80px;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.12em;
}

.mv_copy {
  margin: 0 0 30px;
  font-size: 18px;
}

.about_cnt {
  position: relative;
}

.about_cnt1 {
  background: url("images/bg_top_stone_blue2.png") center center / 812px 812px repeat;
  background-attachment: fixed;
}

.about_cnt1 > .wp-block-group__inner-container {
  position: relative;
}

.about_cnt2 {
  background: url("images/bg_top_stone_blue2.png") center center / 812px 812px repeat;
  background-attachment: fixed;
}

.about_cnt_shoulder {
  position: absolute;
  top: 75px;
  right: 93px;
  padding: 13px 4px;
  border-radius: 100vw;
  border: 1px solid #fff;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  color: #fff;
  writing-mode: vertical-rl;
}

.about_cnt_inner {
  position: relative;
  width: 92%;
  max-width: 1312px;
  margin: 0 auto;
}

.about_cnt_inner100 {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.about_cnt_inner_last {
  padding: 80px 0 160px;
}

.about_cnt_name > .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0 100px;
  color: #fff;
}

.about_cnt_name_l {
  flex-basis: 47%;
  max-width: 47%;
  width: 47%;
  padding-left: 56px;
  box-sizing: border-box;
}

.about_cnt_name_l h3 {
  margin: 0 0 30px;
  font-size: 43px;
  line-height: 1.2;
  color: #fff;
}

.about_cnt_name_l p {
  margin: 0 0 1.4rem;
  font-size: 18px;
  line-height: 1.7;
}

.about_cnt_name_r {
  flex-basis: 53%;
  max-width: 53%;
  width: 53%;
}

.about_cnt_name_r .wp-block-image {
  width: 100%;
  max-width: 510px;
}

.about_cnt_prof > .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about_cnt_prof_l {
  flex-basis: 25.6%;
  max-width: 25.6%;
  width: 25.6%;
  padding: 60px 48px;
  border-radius: 20px;
  background: #fff;
  position: sticky;
  top: 100px;
}

.about_cnt_prof_l_inner {
}

.about_cnt_prof_l h3 {
  margin: 0 0 40px;
  font-weight: 700;
  font-size: 22px;
  color: #1f1f1f;
}

.about_cnt_prof_l ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about_cnt_prof_l ul li {
  position: relative;
}

.about_cnt_prof_l ul li.is-current::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: "\1F449";
  font-size: 18px;
}

.about_cnt_prof_l ul li a {
  display: block;
  padding: 7px 0 7px 1.8em;
  font-weight: normal;
  color: #1f1f1f;
  text-decoration: none;
}

.about_cnt_prof_l ul li a:hover {
  opacity: 0.7;
}

.about_cnt_prof_r {
  flex-basis: 72%;
  max-width: 72%;
  width: 72%;
  position: relative;
  padding: 60px 110px;
  border-radius: 20px;
  background: #fff;
}

.about_cnt_prof_r_inner > .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
  color: #1f1f1f;
}

.about_cnt_prof_r_inner2 > .wp-block-group__inner-container > * {
  flex: 1;
}

.about_cnt_prof_r h4 {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 22px;
  color: #1f1f1f;
}

.about_cnt_prof_r table {
  width: auto;
  margin: 0 0 47px;
  border-collapse: separate;
  border-spacing: 30px 0;
  color: #1f1f1f;
}

.about_cnt_prof_r table td {
  padding: 3px 10px;
  border: none;
  vertical-align: top;
}

.about_cnt_prof_r .about_map {
  padding: 0 0 85px;
}

.about_cnt_prof_r iframe {
  margin: 0 0 0;
}

.about_cnt_prof_r .wp-block-image {
  margin: 0 0 33px;
}

.about_cnt_prof_r p {
  padding: 0 14% 0 0;
  font-size: 14px;
}

.about_cnt_prof_r p.about_name {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 20px;
}

.about_divide {
  position: relative;
}

.about_cnt_b {
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  padding: 9px 0 9px;
  white-space: nowrap;
  overflow: hidden;
}

.about_cnt_b p {
  margin: 0;
}

.about_cnt_b > .wp-block-group__inner-container {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.about_cnt_b-inner > .wp-block-group__inner-container {
  display: flex;
  gap: 2rem;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 150px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: rgba(255,255,255,0.10);
}

.about_balloon {
  position: relative;
  padding: 110px 0 100px;
}

.about_balloon .wp-block-image {
  width: 152px;
  margin: 0 auto;
}

.bg_stone_brown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: url("images/bg_brown.png") center center / 720px 400px repeat;
  clip-path: circle(0% at center);
  transition: clip-path 0.4s ease-in-out;
  background-attachment: fixed;
}

.about_cnt_kw > .wp-block-group__inner-container {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 100px 0 0;
}

.about_cnt_kw_l {
  flex-basis: 40%;
  max-width: 40%;
  width: 40%;
  padding-left: 4.4%;
  box-sizing: border-box;
}

.about_cnt_kw_l p.about_cnt_shoulder_kw {
  display: inline-block;
  margin: 0 0 28px;
  padding: 3px 14px;
  border-radius: 100vw;
  border: 1px solid #13577A;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}

.about_cnt_kw_l h3 {
  margin: 0 0 30px;
  font-size: 55px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #13577A;
}

.about_cnt_kw_l p {
  margin: 0 0 1.8rem;
  font-size: 18px;
}

.about_cnt_kw_r {
  flex-basis: 60%;
  max-width: 850px;
  width: 60%;
}

.about_cnt_kw_r .wp-block-image {
  margin: 0 0 0 0;
}

.kw_slider .slick-list {
  overflow: visible;
}

.kw_slider .slick-slide {
  height: auto;
  margin: 0 0 0 0;
  transform: translate(0, 0);
  transition: all 0.6s ease-in-out;
  opacity: 0;
}

.kw_slider .slick-current,
.kw_slider .slick-current + .slick-slide {
  opacity: 1;
}

.kw_slider .slick-current + .slick-slide {
  transform: translate(-16%, 0);
}

.kw_slider .slick-prev {
  position: absolute;
  left: auto;
  right: 63px;
  top: 360px;
  width: 36px;
  height: 28px;
  z-index: 999;
  text-indent: -9999px;
  cursor: pointer;
  background: url("images/icn_arrow_l_wh.png") center center / 10px 10px no-repeat #13577A;
  border-radius: 50%;
  transform: translate(0, 0);
  transition: all .2s ease-in-out;
}

.kw_slider .slick-next {
  position: absolute;
  left: auto;
  right: 20px;
  top: 360px;
  width: 36px;
  height: 28px;
  z-index: 999;
  text-indent: -9999px;
  cursor: pointer;
  background: url("images/icn_arrow_r_wh.png") center center / 12px 12px no-repeat #13577A;
  border-radius: 50%;
  transform: translate(0, 0);
  transition: all .2s ease-in-out;
}

.kw_slider .slick-prev:hover,
.kw_slider .slick-prev:focus,
.kw_slider .slick-prev:active {
  background: url("images/icn_arrow_l_wh.png") center center / 12px 12px no-repeat #13577A !important;
  -webkit-transform: translate(-3px, 0);
  transform: translate(-3px, 0);
}

.kw_slider .slick-next:hover,
.kw_slider .slick-next:focus,
.kw_slider .slick-next:active {
  background: url("images/icn_arrow_r_wh.png") center center / 12px 12px no-repeat #13577A !important;
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}

.kw_slider .slick-prev.slick-disabled,
.kw_slider .slick-next.slick-disabled {
  cursor: default;
  opacity: 0.3;
}

.about_kw_stone {
  position: relative;
  padding: 0 0 100px;
  margin: -200px 0 0;
}

.about_kw_stone .wp-block-image {
  width: 56%;
  margin: 0 auto 0 0;
}

.about_cnt_app {
  position: relative;
  border-radius: 20px;
  background: #fff;
}

.about_cnt_app {
  position: relative;
  border-radius: 20px;
  background: #fff;
  color: #1f1f1f;
}

.about_cnt_app p.about_cnt_shoulder_app {
  position: absolute;
  top: 26px;
  right: 31px;
  display: inline-block;
  padding: 3px 14px;
  border-radius: 100vw;
  border: 1px solid #1f1f1f;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  color: #1f1f1f;
}

.about_cnt_app_column > .wp-block-group__inner-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  column-gap: 9.4%;
  margin: 0 7% 0 10%;
}

.about_cnt_app_l {
  flex-basis: 29%;
  max-width: 29%;
  width: 29%;
  position: relative;
  height: auto;
  overflow: hidden;
}

.about_cnt_app_l .wp-block-group__inner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about_cnt_app_l .slick-list {
  height: 100% !important;
}

.about_cnt_app_r {
  flex: 1;
  height: auto;
  /*-ms-overflow-style: none;
  scrollbar-width: none;*/
  line-height: 2;
  color: #1f1f1f;
}

/*.about_cnt_app_l::-webkit-scrollbar,
.about_cnt_app_r::-webkit-scrollbar{
  display: none;
}*/

.about_cnt_app_r h3 {
  margin: 72px 0 25px;
  font-weight: 700;
  font-size: 37px;
  letter-spacing: 0.02em;
  color: #1f1f1f;
}

.about_cnt_app_r p {
  margin: 0 0 40px;
}

.about_cnt_app_r p.app_lead {
  margin: 0 0 48px;
  padding: 0 0 40px;
  border-bottom: 1px solid  rgba(31,31,31,0.20);
}

.about_cnt_app_r h4 {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}





/* ------------------------------ (WORKS) ------------------------------ */

/* works parts */

.three-column .site-content {
  max-width: 100%;
}

.loop-wrapper, .three-column .loop-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2%;
  box-sizing: border-box;
}

body.post-type-archive-works .site-main,
body.term-marketing_support .site-main,
body.term-organization_development .site-main,
body.term-hr_consulting .site-main,
body.term-brand_produce .site-main {
  padding: 0 0 120px;
}

.pagination {
  margin: 0;
  text-align: center;
  color: #777;
  font-size: 22px;
  margin-bottom: 3rem;
}
.pagination a {
  color: inherit;
  text-decoration: none;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 8px 8px;
  margin-right: 6px;
}
.pagination .prev,
.pagination .next {
  display: none;
}
.pagination .dots {
  padding-left: 10px;
  padding-right: 10px;
}
.pagination a.page-numbers {
  border: none;
  font-family: mendl-serif-dusk, serif;
  color: rgba(19,87,122,0.30);
}
.pagination a.page-numbers:hover {
  border: none;
  color: rgba(19,87,122,0.60);
}
.pagination .current {
  background-color: transparent;
  border: none;
  color: #BF9A62;
  font-weight: 400;
}

.post-grid .page-header,
.post-grid .entry-header {
  margin: 0 0;
  padding: 0 0;
}

.post-grid .entry-header a img {
  width: 100%;
  aspect-ratio: 40 / 21;
  object-fit: cover;
}

.three-column .post-grid {
  width: calc(100% / 3);
  padding-left: 2%;
  padding-right: 2%;
}

.hentry {
  margin-bottom: 120px;
}

.works_list_biztype {
  margin: 0 0 12px;
}

.works_list_biztype a {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #bf9a62;
  text-decoration: none;
}

.works_list_biztype a:hover {
  color: #bf9a62;
  text-decoration: none;
  opacity: 0.7;
}

.works_list_project {
  display: inline-block;
  margin: 0 0 12px;
  padding: 1px 16px 2px;
  border-radius: 100vw;
  background: #13577a;
  font-size: 14px;
  text-align: left;
  color: #fff;
}

.entry-title a {
  display: block;
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  color: #13577a;
  text-decoration: none;
}

.works_list_role {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.works_list_role span {
  font-size: 14px;
}

.mv_works {
  padding: 80px 0 70px;
}

.mv_works_cnt > .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mv_works_cnt_l {
  position: sticky;
  top: 30px;
  flex-basis: 42%;
  max-width: 42%;
  width: 42%;
  padding-left: 6%;
  box-sizing: border-box;
}

.mv_works_cnt_l .wp-block-image {
  width: 100%;
  max-width: 522px;
  margin: 0 auto;
}

.mv_works_cnt_r {
  flex-basis: 58%;
  max-width: 58%;
  width: 58%;
  padding-top: 25px;
  box-sizing: border-box;
}

.mv_pic_title_works {
  width: 100%;
  max-width: 615px;
  margin: 0 0 20px;
  padding-left: 8%;
}

.mv_subtitle_works {
  margin: 0 0 40px;
  padding-left: 8%;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.12em;
}

.mv_copy_works {
  margin: 0 0 72px;
  padding-left: 8%;
  font-size: 18px;
}

.works_biztype_nav {
  padding: 38px 4.4% 38px 8%;
  border-radius: 20px 0px 0px 20px;
  background: url("images/bg_brown.png") center center / 720px 400px repeat;
}

.works_biztype_nav p {
  margin: 0 0 28px;
  padding: 0 0 9px;
  border-bottom: 1px solid #13577a;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
}

.works_biztype_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.works_biztype_nav ul li {
  display: inline-block;
  margin: 0 0 6px;
  padding: 0;
}

.works_biztype_nav ul li a {
  display: block;
  padding: 6px 13px 7px;
  border-radius: 4px;
  background: #fff;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #1f1f1f;
  text-decoration: none;
}

.works_biztype_nav ul li a:hover {
  background: #DCEFF9;
  color: #1f1f1f;
  text-decoration: none;
}

body.post-type-archive-works li.works a,
body.term-marketing_support li.marketing_support a,
body.term-organization_development li.organization_development a,
body.term-hr_consulting li.hr_consulting a,
body.term-brand_produce li.brand_produce a {
  background: #13577a;
  color: #fff;
}





/* works modal */

body.wp-child-theme-13ya .fancybox-bg {
  background: rgba(147,147,147,0.5);
}

.blur {
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

body.wp-child-theme-13ya .fancybox-content {
  background: rgba(255,255,255,0.90) !important;
  border-radius: 20px;
}

body.wp-child-theme-13ya .fancybox-slide {
  padding: 10px;
}

body.wp-child-theme-13ya .fancybox-content iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 20px;
}

body.wp-child-theme-13ya .fancybox-close-small {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 48px;
  height: 48px;
  padding: 0;
  right: 2px;
  top: 2px;
  opacity: 1;
  transition: all .3s;
  background: #13577a;
  border-radius: 100vw;
}

body.wp-child-theme-13ya .fancybox-close-small:hover {
  background: #13577a;
}

body.wp-child-theme-13ya .fancybox-close-small img {
  width: 36px;
  height: 36px;
}

body.wp-child-theme-13ya .fancybox-button:disabled div {
  display: none;
}





/* works modal content */

html:has(.single-works) {
  margin-top: 0 !important;
  background-color: transparent;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html:has(.single-works)::-webkit-scrollbar{
  display: none;
}

body.wp-child-theme-13ya.single-works {
  background-color: transparent;
}

body.wp-child-theme-13ya.single-works #wpadminbar,
body.wp-child-theme-13ya.single-works .site-header {
  display: none;
}

body.wp-child-theme-13ya.single-works .site-header {
  display: none;
}

body.wp-child-theme-13ya.single-works .site-content {
  margin: 0;
  background-color: transparent;
}

body.wp-child-theme-13ya.single-works .content-area {
  margin-bottom: 0;
  padding: 70px 6.6%;
  background-color: transparent;
}

body.wp-child-theme-13ya.single-works .hentry {
  margin-bottom: 0;
}

body.wp-child-theme-13ya.single-works .site-main {
  padding: 0 0 0;
}

.works_list_biztype {
  margin: 0 0 12px;
}

.works_list_biztype a {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #bf9a62;
  text-decoration: none;
}

.works_biztype {
  position: absolute;
  top: 32px;
  right: 3.6%;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #bf9a62;
}

.entry-header-works {
  margin: 0 0 40px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.2);
}

.works_project {
  display: inline-block;
  margin: 0 0 24px;
  padding: 1px 16px 2px;
  border-radius: 100vw;
  background: #13577a;
  font-size: 14px;
  text-align: left;
  color: #fff;
}

.entry-header-works h1 {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #13577a;
}

.works_cnt {
  display: flex;
  justify-content: space-between;
}

.works_cnt_l {
  flex-basis: 38%;
  max-width: 38%;
  width: 38%;
}

.works_cnt_l p {
  margin: 0 0 60px;
  font-weight: 400;
  line-height: 2;
}

.works_cnt_l table {
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 4px;
  margin: 0;
}

.works_cnt_l table td {
  padding: 4px 0;
  border: none;
  border-bottom: 1px solid rgba(19,87,122,0.20);
  font-size: 13px;
  font-weight: 400;
}

.works_cnt_l table tr td:first-child {
  width: 88px;
  border-bottom: 1px solid rgba(19,87,122,1.00);
  font-family: mendl-serif-dusk, serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.works_cnt_r {
  flex-basis: 55%;
  max-width: 55%;
  width: 55%;
  height: 100%;
  position: relative;
}

.works_ph {
  margin: 0 2px 30px;
}

.works_ph_box {
}

.works_ph_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 70vw;
  max-height: 70vh;
  margin: 0 auto;
}

.works_ph span {
  display: block;
  padding: 10px 0 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.no-results .page-header {
  margin-bottom: 40px;
  padding-top: 50px;
}

.no-results h1 {
  color: #13577A;
  font-size: 1.2rem;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

ul.slick-dots {
  bottom: -5px;
  padding: 0;
}

ul.slick-dots li {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 0;
  padding: 2px;
  cursor: pointer;
  border: 0;
  box-sizing: border-box;
  box-shadow: none;
}

ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  opacity: 1;
}

ul.slick-dots li button:hover,
ul.slick-dots li button:focus {
  outline: none;
}

ul.slick-dots li button:hover:before,
ul.slick-dots li button:focus:before {
  opacity: 0.6;
}

ul.slick-dots li button:before {
  font-family: 'slick';
  font-size: 0;
  line-height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  text-align: center;
  opacity: 0.15;
  background: #1F1F1F;
  border-radius: 100vw;
}

ul.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #BF9A62;
}

/* WORKS slider arrows */
.works_slider .slick-prev {
  left: -56px;
  width: 48px;
  height: 48px;
  z-index: 999;
  text-indent: -9999px;
  cursor: pointer;
  background: url("images/icn_arrow_l_bl.png") center center / 12px 12px no-repeat #fff;
  border: 1px solid rgba(19, 87, 122, 0.1);
  border-radius: 100vw;
  transform: translate(0, -50%);
  transition: all .2s ease-in-out;
}

.works_slider .slick-next {
  right: -56px;
  width: 48px;
  height: 48px;
  z-index: 999;
  text-indent: -9999px;
  cursor: pointer;
  background: url("images/icn_arrow_r_bl.png") center center / 12px 12px no-repeat #fff;
  border: 1px solid rgba(19, 87, 122, 0.1);
  border-radius: 100vw;
  transform: translate(0, -50%);
  transition: all .2s ease-in-out;
}

.works_slider .slick-prev:hover,
.works_slider .slick-prev:focus,
.works_slider .slick-prev:active {
  background: url("images/icn_arrow_l_bl.png") center center / 12px 12px no-repeat #fff !important;
  -webkit-transform: translate(-3px, -50%);
  transform: translate(-3px, -50%);
}

.works_slider .slick-next:hover,
.works_slider .slick-next:focus,
.works_slider .slick-next:active {
  background: url("images/icn_arrow_r_bl.png") center center / 12px 12px no-repeat #fff !important;
  -webkit-transform: translate(3px, -50%);
  transform: translate(3px, -50%);
}

.works_slider .slick-prev.slick-disabled,
.works_slider .slick-next.slick-disabled {
  cursor: default;
  opacity: 0.3;
}





/* ------------------------------ (Security Privacy Policy) ------------------------------ */

/* security privacy parts (Custom Page Template) */

.content-area-custom {
  padding-bottom: 160px;
}

.content-area-custom .entry-header {
  padding: 228px 4.6% 136px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  background: url("images/bg_top_stone_blue2.png") center center / 812px 812px repeat;
  background-attachment: fixed;
}

.content-area-custom .entry-title {
  position: relative;
  margin: 0;
  padding: 0 0 36px;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1.57;
  text-align: left;
  color: #bf9a62;
}

.content-area-custom .entry-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 44px;
  height: 4px;
  background: #bf9a62;
}

.policy_cnt {
  width: 90%;
  max-width: 1152px;
  margin: 0 auto 40px;
  padding: 96px 0 50px;
  border-radius: 20px;
  background: #fff;
}

.policy_cnt > .wp-block-group__inner-container {
  width: 75%;
  margin: 0 auto;
  font-weight: 400;
  color: #1f1f1f;
  line-height: 2;
}

.policy_cnt h2 {
  position: relative;
  margin: 0 0 64px;
  padding: 6px 0 22px 26px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.1);
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: left;
  color: #1f1f1f;
}

.policy_cnt h2::after {
  position: absolute;
  top: 0;
  bottom: 16px;
  left: 0;
  display: block;
  content: "";
  width: 4px;
  height: auto;
  background: #bf9a62;
}

.policy_cnt p {
  margin: 0 0 48px;
}

.policy_cnt ol {
  margin: 0 0 50px;
}

.policy_cnt ol li {
  margin: 0 0 20px;
}





/* ------------------------------ (xxxxxxxxxxxxxxxxxxxxxxx) ------------------------------ */

/* xxxxxxxxxxxxxxxxxxxxxxx parts */





/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

for Large Desktop

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 1500px) {

/* top */

.top_sec4_cnt {
  padding: 150px 0 0;
}

.top_sec4_cnt > .wp-block-group__inner-container {
  justify-content: flex-end; /* justify-content: center; */
}

.top_sec4_cnt_l {
  flex-basis: 45%;
  max-width: 850px;
  width: 45%;
}

.top_sec4_cnt_r {
  flex-basis: 43%;
  max-width: 43%;
  width: 43%;
}

/* about */

.mv_about_cnt > .wp-block-group__inner-container {
  justify-content: flex-end;
}

.mv_about_cnt_l {
  flex-basis: 45%;
  max-width: 850px;
  width: 45%;
}

.mv_about_cnt_r {
  flex-basis: 43%;
  max-width: 43%;
  width: 43%;
  padding-right: 3%;
  box-sizing: border-box;
}

.about_cnt_kw_l {
  padding-left: 1%; /* 4.4 */
}

.about_cnt_kw_l p.about_cnt_shoulder_kw {
  font-size: 18px;
}

.about_cnt_kw_l h3 {
  font-size: 68px; /* 55 */
}

.about_cnt_kw_l p {
  font-size: 24px; /* 18 */
}

}










/*----------------------------------------------------------------------------------------------------------------------------------------------------

for Tablet

----------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 979px) {
  body {
    zoom: 0.7;
  }
  
  .three-column .post-grid {
    width: calc(100% / 3.2);
    padding-left: 1%;
    padding-right: 1%;
  }
}










/*----------------------------------------------------------------------------------------------------------------------------------------------------

for mobile

----------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 782px) {
  
/* ------------------------------ (common) ------------------------------ */

.cnt_pc { display: none !important; }
.cnt_pc_inline { display: none !important; }
.cnt_pc_inlineblock { display: none !important; }
.cnt_pc_flex { display: none !important; }
.cnt_pc_inlineflex { display: none !important; }
.cnt_pc_table { display: none !important; }
.cnt_sp { display: block !important; }
.cnt_sp_inline { display: inline !important; }
.cnt_sp_inlineblock { display: inline-block !important; }
.cnt_sp_flex { display: flex !important; }
.cnt_sp_inlineflex { display: inline-flex !important; }
.cnt_sp_table { display: table !important; }

  body {
    zoom: 1;
  }




/* ------------------------------ (Column layout) ------------------------------ */

.site-content, .container-content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.page-header,
.entry-header {
  padding-top: 120px;
  margin-left: 5%;
  margin-right: 5%;
}

.loop-wrapper,
.three-column .loop-wrapper {
  margin-left: 5%;
  margin-right: 5%;
}

.error-404 {
  margin: 5rem 5% 5rem;
}

.error-404 .page-title {
  font-size: 1.2rem;
}





/* ------------------------------ (Main Header) ------------------------------ */

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: none;
  margin-bottom: 0;
  z-index: 9999;
}

.headroom {
  will-change: transform;
  transition: all .3s ease-in-out;
}
.headroom--pinned {
  transform: translateY(0%);
  opacity: 1;
}
.headroom--unpinned {
  transform: translateY(0%);
  opacity: 0;
}

/*.headroom--unpinned:has(.drawer-opened) {
  transform: translateY(0%);
  opacity: 1;
}*/

.main-header {
  padding: 0 0 0;
}

.main-header-content {
  max-width: 100%;
  padding: 16px 0 0 16px;
}

.site-branding {
  display: flex;
  padding-right: 0;
}

.headroom--pinned .site-branding {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 270px;
  box-sizing: border-box;
  padding: 10px 10px;
  border-radius: 10px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.7);
}

.headroom--pinned .site-logo {
  flex-basis: 117px;
  max-width: 117px;
  width: 117px;
  min-width: 117px;
  margin-right: 12px;
}

.site-logo {
  width: 125px;
}

.site-logo img {
  transform: scale(1, 1);
}

.site-logo a {
  display: block;
  padding: 4px;
}

.marquee {
  display: none;
}

.headroom--pinned .marquee {
  display: flex;
  align-items: center;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  gap: 1rem;
  font-family: mendl-serif-dusk, serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #13577a;
}

.marquee-inner {
  padding-top: 3px;
  animation: marquee 10s linear infinite;
}





/* ------------------------------ (nav) ------------------------------ */

.main-header-content .main-navigation {
  display: none;
}

.drawer-hamburger, .drawer-navigation {
  display: block;
}

.drawer-overlay {
  display: none;
}

.drawer-opened .drawer-overlay {
  display: none;
}

.drawer-hamburger {
  position: absolute;
  top: 20px;
  right: 0;
  box-sizing: border-box;
  display: block;
  margin-right: 0;
  outline: 0;
  padding: 0 0 0;
  width: 47px;
  min-width: 47px;
  height: 185px;
  z-index: 102;
  border: none;
  border-radius: 10px 0 0 10px;
  background: url("images/bg_brown.png") left top / 720px 400px repeat;
  /*box-shadow: 0px 0px 0px 1px rgba(191, 154, 98, 1);*/
}

.drawer-hamburger::after {
  position: absolute;
  right: 0;
  bottom: -11px;
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  background: url("images/bg_menu_bottom.png") center center / cover no-repeat;
  /*filter: drop-shadow(0px 0px 0px rgba(191, 154, 98, 1));*/
}

.drawer-hamburger:focus-visible {
  outline:  2px solid #000;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon::before,
.drawer-hamburger-icon::after {
  display: none;
}

.drawer-hamburger-text {
  position: relative !important;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  clip-path: none;
  width: auto;
  height: auto;
  overflow: visible;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 50px;
  text-align: center;
  color: #13577a;
  transform-origin:  center center;
  white-space: nowrap;
  writing-mode: vertical-rl;
}

.drawer-navigation {
  top: 19px;
  width: auto;
  background-color: transparent;
}

.drawer-opened .drawer-navigation {
  box-shadow: none;
}

.drawer-navigation-content {
  box-sizing: border-box;
  padding: 18px 45px 18px 18px;
  width: auto;
  height: 185px;
  border: none;
  border-radius: 10px 0 0 10px;
  background: url("images/bg_brown.png") right 47px top / 720px 400px repeat;
  box-shadow: 0px 0px 0px 1px rgba(191, 154, 98, 1);
}

.drawer-navigation ul {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin: 0;
}

.drawer-navigation ul.menu > li,
.drawer-navigation ul.menu > li:first-child,
.drawer-navigation ul.menu > li:last-child {
  display: block;
  padding: 0;
  position: relative;
  writing-mode: vertical-rl;
}

.drawer-navigation ul.menu > li a,
.drawer-navigation ul.menu > li:first-child > a,
.drawer-navigation ul.menu > li:last-child > a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 33px 10px 0;
  font-size: 16px;
  writing-mode: vertical-rl;
  line-height: 1.3;
}

.drawer-navigation .current_page_item > a,
.drawer-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
  color: #bf9a62;
  font-weight: inherit;
  opacity: 0.99;
}

.drawer-navigation ul.menu > li a::after {
  position: absolute;
  right: 11px;
  top: 0;
  display: block;
  content: "";
  font-size: 16px;
}

.drawer-navigation ul.menu > li:nth-child(1) a::after { content: "\1F3E0"; }
.drawer-navigation ul.menu > li:nth-child(2) a::after { content: "\1F6A9"; }
.drawer-navigation ul.menu > li:nth-child(3) a::after { content: "\1F314"; }
.drawer-navigation ul.menu > li:nth-child(4) a::after { content: "\1F986"; transform: rotate(-90deg); }
.drawer-navigation ul.menu > li:nth-child(5) a::after { content: "\1F4AC"; }

.drawer-navigation ul.menu > li a:hover {
  color: #13577A;
  opacity: 0.7;
}

.drawer-navigation .current_page_item a::before,
.drawer-navigation .current-menu-item a::before,
.main-navigation .current_page_item a::before,
.main-navigation .current-menu-item a::before {
  position: absolute;
  top: 27px;
  bottom: -8px;
  left: 8px;
  right: 6px;
  display: block;
  content: "";
  margin: 0;
  background: #13577a;
  border-radius: 100vw;
  z-index: -1;
}

.drawer-navigation ul.menu > li.current_page_item a:hover,
.drawer-navigation ul.menu > li.current-menu-item a:hover,
.drawer-navigation ul.menu > li.current_page_item a:hover,
.drawer-navigation ul.menu > li.current-menu-item a:hover {
  color: #bf9a62;
  opacity: 0.7;
}





/* ------------------------------ (footer) ------------------------------ */


.content-area {
  background: #FAF2E6;
  margin-bottom: 560px;
}

body.home .content-area {
  background-color: transparent;
}

.back-to-top {
  display: none !important;
}

.site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.site-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 560px;
  background:  url("images/bg_footer.png") center bottom -44px / 180% auto no-repeat #13577A;
  border-top: none;
  padding: 0 0 0;
  color: #fff;
}

.site-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  column-gap: 3%;
  max-width: 100%;
  width: 100%;
  height: auto;
  background: #13577A;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid rgba(255,255,255,0.20);
  margin-bottom: auto;
  }

.site-bottom-content:before, .site-bottom-content:after {
  display: none;
}

.site-bottom-l {
  flex: 1;
  padding: 32px 10px 38px 20px;
  text-align: left;
  border-right: 1px solid rgba(255,255,255,0.20);
}

.site-bottom-l a {
  font-weight: 400;
  color: #fff;
}

.site-bottom-l a:hover {
  color: #fff;
}

ul.fnav {
  display: block;
  column-gap: 6%;
  margin: 0 0 20px;
  padding: 0 0;
  list-style: none;
  text-align: left;
}

ul.fnav li {
  margin: 0 0;
  padding: 0 0;
}

ul.fnav li a {
  display: block;
  font-family: mendl-serif-dusk, serif;
  font-weight: 400;
  font-size: 23px;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
}

ul.fnav li a span:nth-child(2) {
  position: relative;
  display: block;
  margin-top: 3px;
  margin-bottom: 30px;
  padding-left: 1.4em;
  font-family: dnp-shuei-gothic-gin-std, "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 13px;
  color: #fff;
}

ul.fnav li a span:nth-child(2)::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  font-size: 13px;
}

ul.fnav li a:hover {
  color: #fff;
}

ul.fnav li a span:nth-child(1) {
  display: block;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 1.5em 0 #fff, 0 0 0 #fff;
  transition: text-shadow 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

ul.fnav li a:hover span:nth-child(1) {
  text-shadow: 0 0 0 #fff, 0 -1.5em 0 #fff;
}

.site-info {
  float: none;
  margin-top: 0;
  text-align: left;
}

p.ft_link {
  margin: 0 12px 9px;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: right;
}

p.ft_link a,
p.ft_link a:hover {
  color: #fff;
}

.site-copyright {
  margin: 0;
  padding: 12px 12px 14px;
  font-family: mendl-serif-dusk, serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  border-top: 1px solid rgba(255,255,255,0.20);
  text-align: center;
}

.site-bottom-r {
  flex-basis: 50%;
  max-width: 240px;
  width: 50%;
  text-align: left;
  padding: 32px 20px 38px 10px;
  box-sizing: border-box;
}

.site-bottom-r p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.site-bottom-r p:last-child {
  margin-bottom: 0;
}

.site-bottom-r p.contact_title {
  font-size: 15px;
}

.site-bottom-r p.btn_contact_ft {
  margin: 17px 0 6px;
}

.site-bottom-r p.btn_contact_ft + p {
  margin: 0 0 20px;
}

.site-bottom-r p.btn_contact_ft a {
  position: relative;
  display: inline-block;
  padding: 6px 30px 6px 0;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
}

.site-bottom-r p.btn_contact_ft a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}

.site-bottom-r p.btn_contact_ft a::after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: "";
  width: 20px;
  height: 16px;
  border-radius: 50%;
  background: url("images/icn_arrow_r_wh.png") center center / 8px 8px no-repeat;
  transform: translate(0, -50%);
}

.site-bottom-r p.btn_contact_ft a:hover {
  color: #fff;
}

.site-bottom-r p.btn_contact_ft a:hover::before {
  animation: btn_line .4s ease-in-out 0s 1 normal running none;
}

.site-bottom-r p.btn_contact_ft a:hover::after {
  animation: btn_arrow 0.8s ease-out 0s 1 normal running none;
}





/* ------------------------------ (Top page) ------------------------------ */

.site-content {
  background: #FAF2E6;
}

.top_section {
  position: relative;
}

#section1 {
  background-color: #FAF2E6;
  margin-top: 0;
}



/* top mv (stone) */

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

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

.top_mv_stone .wp-block-image {
  width: 100%;
  margin: 0;
}

.top_mv_stone .wp-block-image:not(.fix) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stone {
  transition: transform 0.12s ease-out;
  will-change: transform;
}

.stone img {
  width: 100%;
  transform: scale(1.05);
  transform-origin: bottom;
}

/* パターン1：右上にカタッ */
.stone.is-move-1 {
  transform: translate(2px, -2px) rotate(-0.3deg);
}

/* パターン2：左にカタッ */
.stone.is-move-2 {
  transform: translate(-3px, 0) rotate(0.2deg);
}

/* パターン3：微回転でカタッ */
.stone.is-move-3 {
  transform: rotate(0.8deg);
}



/* top mv */

.top_copy_box {
  position: absolute;
  top: 36%;
  left: 50%;
  display: inline-block;
  width: 88%;
  height: auto;
  transform: translate(-50%, -50%);
  mix-blend-mode: exclusion;
}

.top_copy {
  margin: 0 0 0;
  font-size: 44px;
  letter-spacing: 0.06em;
  line-height: 1.58;
  text-align: left;
  color: #eca885;
}

.top_copy span {
  display: block;
  margin: 0 0 0;
  font-size: 11.7vw;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: left;
  color: #eca885;
}

.top_copy_en {
  position: absolute;
  bottom: 21px;
  right: 47px;
  margin: 0 0 0;
  font-family: mendl-serif-dusk, serif;
  font-size: 2.67vw;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.41;
  text-align: left;
  color: #eca885;
}

.top_copy_stamp {
  position: absolute;
  bottom: 29px;
  right: -2px;
  width: 18vw;
  transform: rotate(0);
  animation: stamp_rotate 16s linear 0s infinite;
}

.top_daily_box {
  position: absolute;
  top: 60%;
  right: 5%;
  width: 90%;
  max-width: 415px;
  z-index: 1000;
}

.top_daily {
}

.top_daily > .wp-block-group__inner-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0 0 12px;
  text-align: right;
  color: #bf9a62;
}

.top_daily_date {
  margin: 0 17px 0 0;
  font-family: mendl-serif-dusk, serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
}

.top_daily_date span {
  display: inline-block;
  padding: 0 8px;
  font-size: 36px;
  transform: translate(0, -4px);
}

.top_daily_week {
  font-family: mendl-serif-dusk, serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  transform: translate(0, -2px);
}

.top_monologue {
  
}

.top_monologue_inner:not(:last-child) {
  margin: 0 0 10px;
}

.top_monologue_inner > .wp-block-group__inner-container {
  display: flex;
}

.top_monologue_name {
  flex-basis: 45px;
  max-width: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 29px;
  margin: 0 2px 0 0;
  border-radius: 100vw;
  background: #bf9a62;
  font-family: "DNP ShueiGoGinStd";
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #13577a;
  white-space: nowrap;
}

.top_monologue_title {
  flex: 1;
  display: flex;
  align-items: center;
  height: 29px;
  padding: 0 18px;
  box-sizing: border-box;
  border-radius: 10px 10px 10px 0px;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: #13577a;
  overflow: hidden;
  white-space: nowrap;
  gap: 1rem;
}

.top_monologue_title > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
}

.top_monologue_title > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
}

.random-title-wrap{
}

.random-title-track{
}

.random-title{
}

.top_nav {
  display: none;
  position: fixed;
  top: 50%;
  right: 6px;
  transform: translate(0, -50%);
  z-index: 9999;
}

.top_nav ul {
  list-style: none;
}

.top_nav ul li {
}

.top_nav ul li a {
  display: block;
  padding: 4px 3px;
  font-family: mendl-serif-dusk, serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  color: #13577a;
  text-decoration: none;
  opacity: 0.2;
}

.top_nav ul.bg_dark li a {
  color: #fff;
}

.top_nav ul li a.active {
  color: #BF9A62;
  opacity: 1;
}





/* top_cnt02 */

#section2 {
  padding: 20px 0 0;
}

.bg_stone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/bg_top_stone_blue2.png") center center / 812px 812px repeat;
  opacity: 0;
}

#section3 .bg_stone {
  opacity: 1;
}

.top_sec2_cnt {
  position: relative;
  z-index: 999;
}

.top_sec2_cnt > .wp-block-group__inner-container {
  position: relative;
  display: block;
  justify-content: space-between;
  align-items: flex-end;
  width: 87%;
  margin: 0 auto;
}

.top_sec2_cnt_l {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  position: relative;
  bottom: 0;
  margin: 20px 0 0;
  padding: 30px 5% 60px 5%;
  background: url("images/bg_brown.png") center center / 720px 400px repeat;
}

.top_sec2_cnt_l p {
  margin: 0 0;
}

.top_sec2_cnt_l p.top_sec2_cnt_l_p1 {
  margin: 0 0 8px;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.top_sec2_cnt_l p.top_sec2_cnt_l_p2 {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.6;
}

.top_sec2_cnt_l p.top_sec2_cnt_l_p2 span {
  display: block;
  font-size: 24px;
  line-height: 1.4;
  overflow: hidden;
}

.top_sec2_cnt_l p.top_sec2_cnt_l_p2 span i {
  display: inline-block;
  font-style: normal;
  transform: translateY(100%);
}

.top_sec2_cnt_l p.top_sec2_cnt_l_p3 {
  padding-right: 0%;
font-size: 16px;
line-height: 1.7;
}

.top_sec2_cnt_r {
  flex-basis: 80%;
  max-width: 445px;
  width: 80%;
  position: relative;
  bottom: 0;
  margin: -50px auto 0 auto;
  background: #fff9f2;
}

.top_sec2_cnt_r > .wp-block-group__inner-container {
  padding: 1px 0;
}

.top_sec2_cnt_r .wp-block-image {
  width: 100%;
  max-width: 445px;
  margin: 0;
  padding: 19px;
  background: #fff9f2;
}





/* top_cnt03 */

#section3 {
  position: relative;
  padding: 60px 0 93px;
  z-index: 999;
}

#section3 > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
}

.pic_top_sec3_1 {
  position: relative;
  width: 90%;
  margin: 0 auto;
  order: 2;
}

.top_sec3_cnt_l {
  position: relative;
  top: 0;
  left: 0;
  order: 1;
  width: 90%;
  margin: 0 auto;
}

.top_sec3_cnt_l p {
  margin: 0;
  color: #faf2e6;
}

.top_sec3_cnt_l p.top_sec3_title_jp {
  display: inline-block;
  margin: 0 0 5px;
  padding: 4px 18px;
  border-radius: 100vw;
  border: 1px solid #faf2e6;
  font-size: 16px;
  line-height: 1.2;
}

.top_sec3_cnt_l p.top_sec3_title_en {
  margin: 0 0 5px;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 54px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.top_sec3_cnt_l p.top_sec3_title_copy {
  margin: 0 0 15px;
  font-size: 20px;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.top_sec3_cnt_l p.top_sec3_title_btn a {
  position: relative;
  display: inline-block;
  padding: 9px 36px 9px 0;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  text-decoration: none;
}

.top_sec3_cnt_l p.top_sec3_title_btn a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}

.top_sec3_cnt_l p.top_sec3_title_btn a::after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: "";
  width: 26px;
  height: 20px;
  border-radius: 50%;
  background: url("images/icn_arrow_r_bl.png") center center / 10px 10px no-repeat;
  transform: translate(0, -50%);
}

.top_sec3_cnt_l p.top_sec3_title_btn a:hover {
  color: #fff;
}

.top_sec3_cnt_l p.top_sec3_title_btn a:hover::before {
  animation: btn_line .4s ease-in-out 0s 1 normal running none;
}

.top_sec3_cnt_l p.top_sec3_title_btn a:hover::after {
  animation: btn_arrow 0.8s ease-out 0s 1 normal running none;
}

.top_sec3_cnt_r {
  position: relative;
  bottom: 0;
  right: 0;
  width: 90%;
  max-width: 90%;
  order: 3;
  margin: 0 auto;
  padding: 30px 0 0;
}

.top_sec3_cnt_r > .wp-block-group__inner-container {
  display: block;
}

.top_sec3_sv {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.top_sec3_cnt_r h3.top_sec3_sv_title {
  margin: 0 0 9px;
  font-weight: 700;
  font-size: 16px;
  color: #faf2e6;
}

.top_sec3_cnt_r p {
  margin: 0 0 17px;
  font-size: 15px;
  line-height: 1.5;
  color: #faf2e6;
}

.top_sec3_cnt_b {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 9px 0 9px;
  white-space: nowrap;
  overflow: hidden;
  border-top: 1px solid #faf2e6;
}

.top_sec3_cnt_b p {
  margin: 0;
}

.top_sec3_cnt_b > .wp-block-group__inner-container {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.top_sec3_cnt_b-inner > .wp-block-group__inner-container {
  display: flex;
  gap: 2rem;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #faf2e6;
}





/* top_cnt04 */

#section4 {
  position: relative;
  padding: 90px 0 90px;
  z-index: 999;
  background: url("images/bg_top_sec4_sp.png") bottom center / 100% auto no-repeat #FAF2E6;
}

.top_sec4_ph_box > .wp-block-group__inner-container {
  display: flex;
  column-gap: 20px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.top_sec4_ph > .wp-block-group__inner-container {
  display: flex;
  column-gap: 20px;
}

.top_sec4_ph .wp-block-image {
  flex-basis: 260px;
  max-width: 260px;
  width: 260px;
  margin: 0;
}

.top_sec4_cnt {
  padding: 60px 0 0;
}

.top_sec4_cnt > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 5%;
}

.top_sec4_cnt_l {
  position: relative;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

body.post-name-aboutus .top_sec4_cnt_l {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.top_sec4_cnt_l_ph > .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 15px;
}

.top_sec4_cnt_l_ph > .wp-block-group__inner-container > .wp-block-image:nth-child(1) {
  flex-basis: 58%;
  max-width: 58%;
  width: 58%;
  margin: 0;
  padding-bottom: 15px;
}

.top_sec4_cnt_l_ph > .wp-block-group__inner-container > .wp-block-image:nth-child(2) {
  flex-basis: 40%;
  max-width: 40%;
  width: 40%;
  margin: 0;
}

.top_sec4_cnt_l_balloon {
  position: absolute;
  top: -31%;
  left: 33%;
  width: 32%;
  will-change: transform;
}

body.post-name-aboutus .top_sec4_cnt_l_balloon {
  top: -29%;
}

.top_sec4_cnt_l_balloon .wp-block-image {
  position: relative;
  transform: scale(0.6);
}

.top_sec4_cnt_r {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

p.top_sec4_title_jp {
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  padding: 4px 18px;
  border-radius: 100vw;
  border: 1px solid #13577A;
  font-size: 16px;
  line-height: 1.2;
}

p.top_sec4_title_en {
  position: relative;
  margin: 0 0 5px;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 54px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

p.top_sec4_title_copy {
  position: relative;
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

p.top_sec4_title_copy2 {
  position: relative;
  margin: 0 0 20px;
  font-size: 16px;
  letter-spacing: 0.12em;
}

p.top_sec4_title_btn a {
  position: relative;
  display: inline-block;
  padding: 9px 36px 9px 0;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #13577A;
  text-transform: uppercase;
  line-height: 1.2;
  text-decoration: none;
}

p.top_sec4_title_btn a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #13577A;
}

p.top_sec4_title_btn a::after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: "";
  width: 26px;
  height: 20px;
  border-radius: 50%;
  background: url("images/icn_arrow_r_wh.png") center center / 10px 10px no-repeat;
  transform: translate(0, -50%);
}

p.top_sec4_title_btn a:hover {
  color: #13577A;
}

p.top_sec4_title_btn a:hover::before {
  animation: btn_line .4s ease-in-out 0s 1 normal running none;
}

p.top_sec4_title_btn a:hover::after {
  animation: btn_arrow 0.8s ease-out 0s 1 normal running none;
}

.top_sec4_cnt_b {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 9px 0 9px;
  white-space: nowrap;
  overflow: hidden;
  border-top: 1px solid #13577A;
  border-bottom: 1px solid #13577A;
}

.top_sec4_cnt_b p {
  margin: 0;
}

.top_sec4_cnt_b > .wp-block-group__inner-container {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.top_sec4_cnt_b-inner > .wp-block-group__inner-container {
  display: flex;
  gap: 2rem;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-align: left;
}





/* top_cnt05 */

#section5 {
  position: relative;
  padding: 96px 0 150px;
  z-index: 999;
}

.top_sec5_cnt {
}

.top_sec5_cnt > .wp-block-group__inner-container {
  display: block;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 0 0;
}

.top_sec5_cnt_l {
  position: relative;
  flex-basis: 92%;
  max-width: 92%;
  width: 92%;
  margin: 0 8% 60px 0;
  padding: 62px 2% 35px 4.8%;
  border-radius: 0px 20px 20px 0px;
  background: url("images/bg_brown.png") center center / 720px 400px repeat;
}

.top_sec4_stone {
  position: absolute;
  bottom: -100px;
  right: -20px;
  width: 180px;
  margin: 0 0;
  background: url("/wp-content/uploads/2025/11/blank.png") center center / contain no-repeat;
}

.top_sec5_cnt_r {
  position: relative;
  flex-basis: 90%;
  max-width: 90%;
  width: 90%;
  margin: 0 auto;
}

a.top_sec5_work {
  position: relative;
  padding: 20px 20px;
  border-radius: 14px;
  line-height: 1.5;
  color: #13577a;
  text-decoration: none;
}

a.top_sec5_work h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #13577a;
}

a.top_sec5_work table {
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 4px;
  margin: 0;
}

a.top_sec5_work table td {
  padding: 4px 0;
  border: none;
  border-bottom: 1px solid rgba(19,87,122,0.20);
  font-size: 13px;

  font-weight: 400;
}

a.top_sec5_work table tr td:first-child {
  width: 88px;
  border-bottom: 1px solid rgba(19,87,122,1.00);
  font-family: mendl-serif-dusk, serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
}

a.top_sec5_work:hover {
  color: #fff;
}

a.top_sec5_work:hover h3 {
  color: #fff;
}

a.top_sec5_work:hover table td {
  border-bottom: 1px solid rgba(255,255,255,0.20);
  color: #fff;
}

a.top_sec5_work:hover table tr td:first-child {
  border-bottom: 1px solid rgba(255,255,255,1.00);
  color: #fff;
}

a.top_sec5_work::before,
a.top_sec5_work::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #13577a;
  opacity: 0;
  transition: all .3s ease;
  z-index: -2;
}

a.top_sec5_work:hover::before {
  opacity: 1;
}

.top_sec5_work_ph {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

a.top_sec5_work:hover .top_sec5_work_ph {
  opacity: 0.1;
}

.top_sec5_cnt_stamp {
  position: absolute;
  bottom: 46px;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 64px;
}

.top_sec5_cnt_stamp .wp-block-image {
  position: absolute;
  left: 0;
  transform: rotate(0deg);
  width: 64px;
  margin: 0 0;
}





/* ------------------------------ (Lower content) ------------------------------ */

/* button */





/* Parts */





/* ------------------------------ (SERVICE) ------------------------------ */

/* service parts */

.mv_service {
  padding: 80px 3.8% 60px;
  background: url("images/bg_top_stone_blue2.png") center center / 812px 812px repeat;
  color: #FAF2E6;
}

.mv_title {
}

.mv_title_sv {
  position: relative;
  top: 0;
  left: 3.8%;
}

.mv_title p {
  margin: 0;
  color: #faf2e6;
}

.mv_title p.mv_title_jp {
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 18px;
  border-radius: 100vw;
  border: 1px solid #faf2e6;
  font-size: 10px;
  line-height: 1.2;
}

.mv_title p.mv_title_en {
  margin: 0 0 0;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 54px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.mv_title p.mv_title_copy {
  margin: 0 0 0;
  font-size: 20px;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.mv_pic_sv {
  position: relative;
  width: 90%;
  margin: 30px 0 30px 0;
  padding: 6.6% 0 29px;
}

body.home .mv_pic_sv {
  position: relative;
  width: 90%;
  margin: 0 auto 25px;
  padding: 6.6% 0 29px;
  transform: scale(1.0);
}

.mv_pic_sv .wp-block-image {
  margin: 0;
}

.mv_pic_sv_line {
  width: 89%;
  margin: 0 11% 0 0;
  transform: translate(0, 16px);
}

.mv_pic_sv_stone {
  position: absolute;
  width: 10.6%;
  top: 0;
  left: 0;
}

.mv_pic_sv_stone1 {
  top: 22.4%;
  left: 37.0%;
}

.mv_pic_sv_stone2 {
  top: 14%;
  left: 59.3%;
}

.mv_pic_sv_stone3 {
  top: 24%;
  left: 79.5%;
}

.mv_pic_sv_stone4 {
  top: 67%;
  right: -1.2%;
  left: auto;
}

.mv_pic_sv_stonetext {
  position: absolute;
  width: 140%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: stonetext_rotate 16s linear 0s infinite;
}

.mv_pic_sv_walk {
  position: absolute;
  bottom: 0;
  left: 36.3%;
  width: 15.94%;
}

.mv_pic_sv_copy {
  width: 90%;
  margin: 20px auto 20px auto;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}

ul.sv_snav {
  display: block;
  justify-content: space-between;
  column-gap: 3.4%;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 20px;
  padding: 0;
  list-style: none;
}

ul.sv_snav li {
  flex: 1;
}

ul.sv_snav li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0 0;
  padding: 18px 36px 18px 0;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  text-decoration: none;
}

ul.sv_snav li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}

ul.sv_snav li a::after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: "";
  width: 26px;
  height: 20px;
  border-radius: 50%;
  background: url("images/icn_arrow_r_wh.png") center center / 10px 10px no-repeat;
  transform: translate(0, -50%);
}

ul.sv_snav li a:hover {
  color: #fff;
}

ul.sv_snav li a:hover::before {
  animation: btn_line .4s ease-in-out 0s 1 normal running none;
}

ul.sv_snav li a:hover::after {
  animation: btn_arrow 0.8s ease-out 0s 1 normal running none;
}

.sv_cnt {
  position: relative;
}

.bg_sv_line {
  position: absolute;
  left: 50%;
  width: 90%;
  max-width: 1008px;
  height: 100%;
  transform: translate(-50%, 0);
  clip-path: inset(0 0 100% 0);
  transition: clip-path 3s ease-in-out 0.5s;
}

.bg_sv_line.is-animated {
  clip-path: inset(0 0 0 0);
}

.sv_shoulder {
  position: absolute;
  top: 50px;
  right: 20px;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: left;
  color: #1f1f1f;
  writing-mode: vertical-rl;
}

.sv_number {
  position: absolute;
  top: 110px;
  right: 40px;
  font-family: mendl-serif-dusk, serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
  text-align: right;
  color: #bf9a62;
}

.sv_cnt_even .sv_number {
  color: #13577A;
}

.sv_cnt_inner {
  position: relative;
  width: 90%;
  max-width: 1008px;
  margin: 0 auto;
  padding: 80px 0 50px;
}

.sv_cnt_inner h3 {
  margin: 0 0 70px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.9;
  color: #1f1f1f;

}

.sv_cnt_inner_copy {
  text-align: center;
}

.sv_cnt_inner_copy p {
  margin: 0 0 30px;
  display: inline-block;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.04em;
  line-height: 1.78;
  text-align: left;
  color: #1f1f1f;
}

.sv_cnt_halfbox {
  width: 100%;
  margin: 0 auto 0 auto;
}

.sv_cnt_inner h4 {
  margin: 20px 0 25px;
  padding: 8px 0 0;
  border-top: 1px solid rgba(31, 31, 31, 0.1);
  font-size: 14px;
  font-weight: 500;
  color: #1f1f1f;
}

.sv_cnt_inner ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.sv_cnt_inner ul li {
  display: inline-block;
  margin: 0 2px 10px 0;
  padding: 10px 20px 10px;
  border-radius: 100vw;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
  color: #1f1f1f;
}

.sv_cnt_inner_note {
  font-weight: normal;
  font-size: 12px;
  color: #1f1f1f;
}

.sv_slide_wrapper {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow: visible;
  z-index: 2;
  padding: 0 0 0;
}

.sv_slider {
  margin: 0 0;
  padding: 0 0 0 0;
}

.sv_slider .slick-list {
  overflow: visible;
}

.sv_slider .slick-slide,
.sv_slider .wp-block-group {
  height: auto;
  margin: 0 0 25px 0;
  padding: 20px 20px;
  border-radius: 20px;
  background: #bf9a62;
}

.sv_cnt_even .sv_slider .slick-slide,
.sv_cnt_even .sv_slider .wp-block-group {
  background: #13577A;
  color: #bf9a62;
}

.sv_slider .slick-slide h3,
.sv_slider .wp-block-group h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-align: center;
  color: #13577a;
}

.sv_cnt_even .sv_slider .slick-slide h3,
.sv_cnt_even .sv_slider .wp-block-group h3 {
  color: #bf9a62;
}

.sv_slider .slick-slide p,
.sv_slider .wp-block-group p {
  margin: 0;
}

.sv_slider .slick-prev {
  position: absolute;
  left: auto;
  right: 4.5%;
  top: -58px;
  width: 36px;
  height: 28px;
  z-index: 999;
  text-indent: -9999px;
  cursor: pointer;
  background: url("images/icn_arrow_l_wh.png") center center / 10px 10px no-repeat #13577A;
  border-radius: 50%;
  transform: translate(0, 0);
  transition: all .2s ease-in-out;
}

.sv_slider .slick-next {
  position: absolute;
  left: auto;
  right: 0%;
  top: -58px;
  width: 36px;
  height: 28px;
  z-index: 999;
  text-indent: -9999px;
  cursor: pointer;
  background: url("images/icn_arrow_r_wh.png") center center / 12px 12px no-repeat #13577A;
  border-radius: 50%;
  transform: translate(0, 0);
  transition: all .2s ease-in-out;
}

.sv_slider .slick-prev:hover,
.sv_slider .slick-prev:focus,
.sv_slider .slick-prev:active {
  background: url("images/icn_arrow_l_wh.png") center center / 12px 12px no-repeat #13577A !important;
  -webkit-transform: translate(-3px, 0);
  transform: translate(-3px, 0);
}

.sv_slider .slick-next:hover,
.sv_slider .slick-next:focus,
.sv_slider .slick-next:active {
  background: url("images/icn_arrow_r_wh.png") center center / 12px 12px no-repeat #13577A !important;
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}

.sv_cnt_even .sv_slider .slick-prev,
.sv_cnt_even .sv_slider .slick-next {
  background-color: #bf9a62;
}

.sv_slider .slick-prev.slick-disabled,
.sv_slider .slick-next.slick-disabled {
  cursor: default;
  opacity: 0.3;
}

.btn_sv {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  text-align: center;
  color: #BF9A62;
  text-decoration: none;
}

.btn_sv:hover {
  color: #BF9A62;
  text-decoration: none;
}

.btn_sv h3 {
  margin: 0;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 44px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #BF9A62;
}

.btn_sv p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

.btn_sv p.btn_sv_more {
  position: absolute;
  bottom: 20px;
  right: 5.3%;
  padding: 8px 40px 8px 0;
  font-family: mendl-serif-dusk, serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.2;
}

.btn_sv p.btn_sv_more::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #BF9A62;
}

.btn_sv p.btn_sv_more::after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: "";
  width: 26px;
  height: 20px;
  border-radius: 50%;
  background: url("images/icn_arrow_r_wh.png") center center / 10px 10px no-repeat;
  transform: translate(0, -50%);
}

.btn_sv:hover p.btn_sv_more {
  color: #BF9A62;
}

.btn_sv:hover p.btn_sv_more::before {
  animation: btn_line .4s ease-in-out 0s 1 normal running none;
}

.btn_sv:hover p.btn_sv_more::after {
  animation: btn_arrow 0.8s ease-out 0s 1 normal running none;
}





/* ------------------------------ (ABOUT US) ------------------------------ */

/* about parts */

.mv_about {
  padding: 80px 5% 30px;
  background: url("/wp-content/uploads/2025/12/mv_about_bg.png") center top / 100% auto no-repeat;
}

.mv_about_cnt > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
}

.mv_about_cnt_l {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.mv_about_cnt_r {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  padding-right: 0;
  box-sizing: border-box;
}

.mv_pic_title {
  width: 100%;
  max-width: 615px;
  margin: 0 10% 25px 0;
}

.mv_subtitle {
  margin: 0 0 25px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.12em;
}

.mv_copy {
  margin: 0 0 40px;
  font-size: 16px;
  color: #1f1f1f;
}

.about_cnt {
  position: relative;
}

.about_cnt1 {
  background: url("images/bg_top_stone_blue2.png") center center / 812px 812px repeat;
}

.about_cnt2 {
  background: url("images/bg_top_stone_blue2.png") center center / 812px 812px repeat;
}

.about_cnt_shoulder {
  position: absolute;
  top: 20px;
  right: 10px;
  padding: 13px 4px;
  border-radius: 100vw;
  border: 1px solid #fff;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  color: #fff;
  writing-mode: vertical-rl;
}

.about_cnt_inner {
  position: relative;
  width: 90%;
  max-width: 1312px;
  margin: 0 auto;
}

.about_cnt_inner100 {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  z-index: 2;
}

.about_cnt_inner_last {
  padding: 40px 0 60px;
}

.about_cnt_name > .wp-block-group__inner-container {
  display: block;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px 0 50px;
  color: #fff;
}

.about_cnt_name_l {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.about_cnt_name_l h3 {
  margin: 0 0 30px;
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
}

.about_cnt_name_l p {
  margin: 0 0 1.4rem;
  font-size: 16px;
  line-height: 1.7;
}

.about_cnt_name_r {
  flex-basis: 94%;
  max-width: 94%;
  width: 94%;
  margin: 0 auto;
}

.about_cnt_name_r .wp-block-image {
  width: 100%;
  max-width: 510px;
}

.about_cnt_prof > .wp-block-group__inner-container {
  display: block;
  justify-content: space-between;
  align-items: flex-start;
}

.about_cnt_prof_l {
  display: none;
  flex-basis: 25.6%;
  max-width: 25.6%;
  width: 25.6%;
  padding: 60px 48px;
  border-radius: 20px;
  background: #fff;
  position: sticky;
  top: 100px;
}

.about_cnt_prof_l_inner {
}

.about_cnt_prof_l h3 {
  margin: 0 0 40px;
  font-weight: 700;
  font-size: 22px;
  color: #1f1f1f;
}

.about_cnt_prof_l ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about_cnt_prof_l ul li {
  position: relative;
}

.about_cnt_prof_l ul li.is-current::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  font-size: 18px;
}

.about_cnt_prof_l ul li a {
  display: block;
  padding: 7px 0 7px 1.8em;
  font-weight: normal;
  color: #1f1f1f;
  text-decoration: none;
}

.about_cnt_prof_l ul li a:hover {
  opacity: 0.7;
}

.about_cnt_prof_r {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  position: relative;
  padding: 30px 0;
  border-radius: 14px;
  background: #fff;
}

.about_cnt_prof_r_inner > .wp-block-group__inner-container {
  display: block;
  justify-content: space-between;
  column-gap: 24px;
  color: #1f1f1f;
}

.about_cnt_prof_r_inner2 > .wp-block-group__inner-container > * {
  flex: 1;
}

.about_cnt_prof_r h4 {
  margin: 0 20px 20px;
  font-weight: 700;
  font-size: 20px;
  color: #1f1f1f;
}

.about_cnt_prof_r table {
  width: 100%;
  margin: 0 0 30px;
  border-collapse: separate;
  border-spacing: 20px 0;
  color: #1f1f1f;
}

.about_cnt_prof_r table td {
  padding: 3px 10px 3px 0;
  border: none;
  vertical-align: top;
}

.about_cnt_prof_r .about_map {
  padding: 0 0 60px;
}

.about_cnt_prof_r iframe {
  margin: 0 0 0;
}

.about_cnt_prof_r .wp-block-image {
  margin: 0 0 30px;
}

.about_cnt_prof_r p {
  padding: 0 20px 0 20px;
  font-size: 14px;
}

.about_cnt_prof_r p.about_name {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 20px;
}

.about_divide {
  position: relative;
}

.about_cnt_b {
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  padding: 9px 0 9px;
  white-space: nowrap;
  overflow: hidden;
}

.about_cnt_b p {
  margin: 0;
}

.about_cnt_b > .wp-block-group__inner-container {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.about_cnt_b-inner > .wp-block-group__inner-container {
  display: flex;
  gap: 2rem;
  font-family: mendl-serif-dusk, serif;
  font-weight: normal;
  font-size: 70px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: rgba(255,255,255,0.10);
}

.about_balloon {
  position: relative;
  padding: 60px 0 50px;
}

.about_balloon .wp-block-image {
  width: 152px;
  margin: 0 auto;
}

.bg_stone_brown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: url("images/bg_brown.png") center center / 720px 400px repeat;
  clip-path: circle(0% at center);
  transition: clip-path 0.4s ease-in-out;
}

.about_cnt_kw > .wp-block-group__inner-container {
  position: relative;
  display: block;
  justify-content: space-between;
  padding: 50px 0 0;
  overflow: hidden;
}

.about_cnt_kw_l {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  padding-left: 4.4%;
  box-sizing: border-box;
}

.about_cnt_kw_l p.about_cnt_shoulder_kw {
  display: inline-block;
  margin: 0 0 28px;
  padding: 3px 14px;
  border-radius: 100vw;
  border: 1px solid #13577A;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}

.about_cnt_kw_l h3 {
  margin: 0 0 30px;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #13577A;
}

.about_cnt_kw_l p {
  margin: 0 0 1.8rem;
  font-size: 16px;
}

.about_cnt_kw_r {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.about_cnt_kw_r .wp-block-image {
  margin: 0 0 0 0;
}

.kw_slider .slick-list {
  overflow: visible;
}

.kw_slider .slick-slide {
  height: auto;
  margin: 0 0 0 0;
  transform: translate(0, 0);
  transition: all 1.5s ease-in-out;
  opacity: 0;
}

.kw_slider .slick-current,
.kw_slider .slick-current + .slick-slide {
  opacity: 1;
}

.kw_slider .slick-current + .slick-slide {
  transform: translate(0, 0);
}

.kw_slider .slick-prev {
  position: absolute;
  left: auto;
  right: 58px;
  top: auto;
  bottom: 0;
  width: 36px;
  height: 28px;
  z-index: 999;
  text-indent: -9999px;
  cursor: pointer;
  background: url("images/icn_arrow_l_wh.png") center center / 10px 10px no-repeat #13577A;
  border-radius: 50%;
  transform: translate(0, 0);
  transition: all .2s ease-in-out;
}

.kw_slider .slick-next {
  position: absolute;
  left: auto;
  right: 15px;
  top: auto;
  bottom: 0;
  width: 36px;
  height: 28px;
  z-index: 999;
  text-indent: -9999px;
  cursor: pointer;
  background: url("images/icn_arrow_r_wh.png") center center / 12px 12px no-repeat #13577A;
  border-radius: 50%;
  transform: translate(0, 0);
  transition: all .2s ease-in-out;
}

.kw_slider .slick-prev:hover,
.kw_slider .slick-prev:focus,
.kw_slider .slick-prev:active {
  background: url("images/icn_arrow_l_wh.png") center center / 12px 12px no-repeat #13577A !important;
  -webkit-transform: translate(-3px, 0);
  transform: translate(-3px, 0);
}

.kw_slider .slick-next:hover,
.kw_slider .slick-next:focus,
.kw_slider .slick-next:active {
  background: url("images/icn_arrow_r_wh.png") center center / 12px 12px no-repeat #13577A !important;
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}

.kw_slider .slick-prev.slick-disabled,
.kw_slider .slick-next.slick-disabled {
  cursor: default;
  opacity: 0.3;
}

.about_kw_stone {
  position: relative;
  padding: 0 0 60px;
  margin: -30px 0 0;
}

.about_kw_stone .wp-block-image {
  width: 80%;
  margin: 0 15% 0 5%;
}

.about_cnt_app {
  position: relative;
  border-radius: 20px;
  background: #fff;
}

.about_cnt_app {
  position: relative;
  border-radius: 20px;
  background: #fff;
  color: #1f1f1f;
}

.about_cnt_app p.about_cnt_shoulder_app {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  padding: 3px 14px;
  border-radius: 100vw;
  border: 1px solid #1f1f1f;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  color: #1f1f1f;
}

.about_cnt_app_column > .wp-block-group__inner-container {
  position: relative;
  display: block;
  justify-content: space-between;
  column-gap: 9.4%;
  margin: 0 0% 0 0%;
  padding: 65px 0 25px;
}

.about_cnt_app_l {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}

.about_cnt_app_l .wp-block-group__inner-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.about_cnt_app_l .slick-list {
  height: auto !important;
}

.about_cnt_app_l .wp-block-image{
  margin: 0 10px;
}

.about_cnt_app_r {
  flex: 1;
  height: auto;
  margin-top: 0;
  margin: 0 5%;
  line-height: 2;
  color: #1f1f1f;
}

.about_cnt_app_l::-webkit-scrollbar,
.about_cnt_app_r::-webkit-scrollbar{
  display: none;
}

.about_cnt_app_r h3 {
  margin: 40px 0 25px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #1f1f1f;
}

.about_cnt_app_r p {
  margin: 0 0 40px;
}

.about_cnt_app_r p.app_lead {
  margin: 0 0 48px;
  padding: 0 0 40px;
  border-bottom: 1px solid  rgba(31,31,31,0.20);
}

.about_cnt_app_r h4 {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}





/* ------------------------------ (WORKS) ------------------------------ */

/* works parts */

.three-column .site-content {
  max-width: 100%;
}

.loop-wrapper, .three-column .loop-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 5%;
  box-sizing: border-box;
}

body.post-type-archive-works .site-main,
body.term-marketing_support .site-main,
body.term-organization_development .site-main,
body.term-hr_consulting .site-main,
body.term-brand_produce .site-main {
  padding: 0 0 50px;
}

.pagination {
  margin: 0;
  text-align: center;
  color: #777;
  font-size: 100%;
  margin-bottom: 3rem;
}
.pagination a {
  color: inherit;
  text-decoration: none;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 8px 8px;
  margin-right: 6px;
}
.pagination .prev,
.pagination .next {
  display: none;
}
.pagination .dots {
  padding-left: 10px;
  padding-right: 10px;
}
.pagination a.page-numbers {
  border: none;
  font-family: mendl-serif-dusk, serif;
  color: rgba(19,87,122,0.30);
}
.pagination a.page-numbers:hover {
  border: none;
  color: rgba(19,87,122,0.60);
}
.pagination .current {
  background-color: transparent;
  border: none;
  color: #BF9A62;
  font-weight: 400;
}

.post-grid .page-header,
.post-grid .entry-header {
  margin: 0 0;
  padding: 0 0;
}

.three-column .post-grid {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.hentry {
  margin-bottom: 60px;
}

.works_list_biztype {
  margin: 0 0 8px;
}

.works_list_biztype a {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #bf9a62;
  text-decoration: none;
}

.works_list_biztype a:hover {
  color: #bf9a62;
  text-decoration: none;
  opacity: 0.7;
}

.post-thumbnail {
  margin-bottom: 20px;
  margin-top: 0;
}

.works_list_project {
  display: inline-block;
  margin: 0 0 8px;
  padding: 1px 16px 2px;
  border-radius: 100vw;
  background: #13577a;
  font-size: 14px;
  text-align: left;
  color: #fff;
}

.entry-title a {
  display: block;
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #13577a;
  text-decoration: none;
}

.works_list_role {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.works_list_role span {
  font-size: 14px;
}

.mv_works {
  padding: 80px 0 35px;
}

.mv_works_cnt > .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.mv_works_cnt_l {
  flex-basis: 32%;
  max-width: 32%;
  width: 32%;
  margin-right: 0%;
  padding-left: 0%;
  box-sizing: border-box;
  margin-bottom: 210px;
}

.mv_works_cnt_l .wp-block-image {
  width: 100%;
  max-width: 522px;
  margin: 0 auto;
}

.mv_works_cnt_r {
  flex-basis: 68%;
  max-width: 68%;
  width: 68%;
  padding-top: 25px;
  box-sizing: border-box;
}

.mv_pic_title_works {
  width: 98%;
  max-width: 615px;
  margin: 0 0 15px;
  padding-left: 0%;
}

.mv_subtitle_works {
  margin: 0 0 20px;
  padding-left: 0%;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.12em;
}

.mv_copy_works {
  margin: 0 0 25px;
  padding-left: 0%;
  font-size: 16px;
}

.works_biztype_nav {
  margin: 0 0 0 -32%;
  padding: 20px 5% 20px 5%;
  border-radius: 14px 0px 0px 14px;
  background: url("images/bg_brown.png") center center / 720px 400px repeat;
}

.works_biztype_nav p {
  margin: 0 0 28px;
  padding: 0 0 9px;
  border-bottom: 1px solid #13577a;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
}

.works_biztype_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.works_biztype_nav ul li {
  display: inline-block;
  margin: 0 0 6px;
  padding: 0;
}

.works_biztype_nav ul li a {
  display: block;
  padding: 2px 10px 3px;
  border-radius: 4px;
  background: #fff;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  color: #1f1f1f;
  text-decoration: none;
}

.works_biztype_nav ul li a:hover {
  background: #DCEFF9;
  color: #1f1f1f;
  text-decoration: none;
}

body.post-type-archive-works li.works a,
body.term-marketing_support li.marketing_support a,
body.term-organization_development li.organization_development a,
body.term-hr_consulting li.hr_consulting a,
body.term-brand_produce li.brand_produce a {
  background: #13577a;
  color: #fff;
}





/* works modal */

body.wp-child-theme-13ya .fancybox-bg {
  background: rgba(147,147,147,0.5);
}

.blur {
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

body.wp-child-theme-13ya .fancybox-content {
  background: rgba(255,255,255,0.90) !important;
  border-radius: 14px;
}

body.wp-child-theme-13ya .fancybox-slide {
  padding: 10px;
}

body.wp-child-theme-13ya .fancybox-content iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 14px;
}

body.wp-child-theme-13ya .fancybox-close-small {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 48px;
  height: 48px;
  padding: 0;
  right: 2px;
  top: 2px;
  opacity: 1;
  transition: all .3s;
  background: #13577a;
  border-radius: 100vw;
}

body.wp-child-theme-13ya .fancybox-close-small:hover {
  background: #13577a;
}

body.wp-child-theme-13ya .fancybox-close-small img {
  width: 36px;
  height: 36px;
}

body.wp-child-theme-13ya .fancybox-button:disabled div {
  display: none;
}





/* works modal content */

body.wp-child-theme-13ya.single-works {
  background-color: transparent;
}

body.wp-child-theme-13ya.single-works #wpadminbar,
body.wp-child-theme-13ya.single-works .site-header {
  display: none;
}

body.wp-child-theme-13ya.single-works .site-header {
  display: none;
}

body.wp-child-theme-13ya.single-works .site-content {
  margin: 0;
  background-color: transparent;
}

body.wp-child-theme-13ya.single-works .content-area {
  margin-bottom: 0;
  padding: 70px 10px 20px;
  background-color: transparent;
}

body.wp-child-theme-13ya.single-works .hentry {
  margin-bottom: 0;
}

body.wp-child-theme-13ya.single-works .site-main {
  padding: 0 0 0;
}

.works_list_biztype {
  margin: 0 0 8px;
}

.works_list_biztype a {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #bf9a62;
  text-decoration: none;
}

.works_biztype {
  position: absolute;
  top: 27px;
  right: auto;
  left: 14px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #bf9a62;
}

.entry-header-works {
  margin: 0 0 22px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.2);
}

.works_project {
  display: inline-block;
  margin: 0 0 16px;
  padding: 1px 10px 2px;
  border-radius: 100vw;
  background: #13577a;
  font-size: 13px;
  text-align: left;
  color: #fff;
}

.entry-header-works h1 {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #13577a;
}

.works_cnt {
  display: block;
  justify-content: space-between;
}

.works_cnt_l {
  position: relative;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.works_cnt_l p {
  margin: 0 0 15px;
  font-weight: 400;
  line-height: 2;
}

.works_cnt_l table {
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 4px;
  margin: 0 0 25px;
}

.works_cnt_l table td {
  padding: 4px 0;
  border: none;
  border-bottom: 1px solid rgba(19,87,122,0.20);
  font-size: 13px;
  font-weight: 400;
}

.works_cnt_l table tr td:first-child {
  width: 88px;
  border-bottom: 1px solid rgba(19,87,122,1.00);
  font-family: mendl-serif-dusk, serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.works_cnt_r {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.works_ph {
  margin: 0 2px 25px;
}

.works_ph_box {
}

.works_ph_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 80vw;
  max-height: 80vh;
  margin: 0 auto;
}

.works_ph span {
  display: block;
  padding: 10px 0 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

ul.slick-dots {
  position: absolute;
  bottom: auto;
  top: 50%;
  right: -30px;
  display: block;
  width: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  transform: translate(0, -50%);
}

ul.slick-dots li {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 0;
  padding: 2px;
  cursor: pointer;
  border: 0;
  box-sizing: border-box;
  box-shadow: none;
}

ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  opacity: 1;
}

ul.slick-dots li button:hover,
ul.slick-dots li button:focus {
  outline: none;
}

ul.slick-dots li button:hover:before,
ul.slick-dots li button:focus:before {
  opacity: 0.6;
}

ul.slick-dots li button:before {
  font-family: 'slick';
  font-size: 0;
  line-height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  text-align: center;
  opacity: 0.1;
  background: #1F1F1F;
  border-radius: 100vw;
}

ul.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #BF9A62;
}





/* ------------------------------ (Security Privacy Policy) ------------------------------ */

/* security privacy parts (Custom Page Template) */

.content-area-custom {
  padding-bottom: 80px;
}

.content-area-custom .entry-header {
  padding: 80px 18% 40px 5%;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  background: url("images/bg_top_stone_blue2.png") center center / 812px 812px repeat;
}

.content-area-custom .entry-title {
  position: relative;
  margin: 0;
  padding: 0 0 24px;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.02em;
  line-height: 1.57;
  text-align: left;
  color: #bf9a62;
}

.content-area-custom .entry-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background: #bf9a62;
}

.policy_cnt {
  width: 90%;
  max-width: 1152px;
  margin: 0 auto 40px;
  padding: 30px 0 10px;
  border-radius: 14px;
  background: #fff;
}

.policy_cnt > .wp-block-group__inner-container {
  width: 90%;
  margin: 0 auto;
  font-weight: 400;
  color: #1f1f1f;
  line-height: 2;
}

.policy_cnt h2 {
  position: relative;
  margin: 0 0 24px;
  padding: 6px 0 22px 26px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.1);
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: left;
  color: #1f1f1f;
}

.policy_cnt h2::after {
  position: absolute;
  top: 0;
  bottom: 16px;
  left: 0;
  display: block;
  content: "";
  width: 4px;
  height: auto;
  background: #bf9a62;
}

.policy_cnt p {
  margin: 0 0 25px;
}

.policy_cnt ol {
  margin: 0 0 25px;
}

.policy_cnt ol li {
  margin: 0 0 14px;
}





/* ------------------------------ (xxxxxxxxxxxxxxxxxxxxxxx) ------------------------------ */

/* xxxxxxxxxxxxxxxxxxxxxxx parts */





}










/*----------------------------------------------------------------------------------------------------------------------------------------------------

for small Mobile

----------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 601px) {
  
}

@media screen and (min-width: 1px) and (max-width: 540px) {
  
}










/* - - - - - - - - - - - - - - - - - (print) - - - - - - - - - - - - - - - - - */

@media print {
  html, body { width: 1300px; overflow: hidden; }
  .fadein { opacity: 1 !important; transform: translateY(0) !important; }
  .back-to-top { display: none !important; }
}



/* - - - - - - - - - - - /EOF - - - - - - - - - - - */









