@charset "utf-8";
/*
Theme Name:HOMME
Theme URI:https://tcd-theme.com/tcd107/
Description:WordPress Theme "HOMME" is optimized for barbers and salons. It is designed to easily create style galleries and staff introduction pages and tie them to each other. Leads to reservation buttons are also built into the design.
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.6
Text Domain:tcd-homme
*/


/* ------------------------------------------------------------------------------------
 web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
------------------------------------------------------------------------------------ */
@font-face {
  font-family: 'normal_icon';
  font-weight: normal;
  font-style: normal;
  font-display:swap;
  src: url('fonts/normal_icon.woff?v=1.0') format('woff');
}
@font-face {
  font-family: 'sns_icon';
  font-weight: normal;
  font-style: normal;
  font-display:swap;
  src: url('fonts/sns_icon.woff?v=1.0') format('woff');
}


/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
*,*::before,*::after{ box-sizing:border-box; word-wrap:break-word; word-break:break-word; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
 { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
html { -webkit-text-size-adjust:100%; }
ul, ol { list-style:none; }
blockquote , q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content: none; }
a:focus { outline:none; }
ins { text-decoration:none; }
mark { font-style:italic; font-weight:bold; }
del { text-decoration:line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; width:100%; }
hr { display:block; height:1px; border:0; border-top:1px solid #ddd; margin:0; padding:0; }
button, input, select, textarea { outline:0; -webkit-box-sizing:border-box; box-sizing:border-box; font-size:100%; }
input, textarea { background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); -webkit-appearance: none; border-radius:0; /* Removing the inner shadow, rounded corners on iOS inputs */ }
input[type="checkbox"]{ -webkit-appearance: checkbox; }
input[type="radio"]{ -webkit-appearance: radio; }
select, option { color:#000; -webkit-text-fill-color:#000; /* iOSでの文字色を黒に設定 */ -webkit-appearance: none; /* デフォルトのスタイルを無効にする */ }
button { appearance: none; -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
iframe { max-width:100%; }
svg { display:block; }
*:focus { outline:none; }
h1, h2, h3, h4, h5, h6 { font-weight:600; }

/* clearfix */
.clearfix::after { display:block; clear:both; content:""; }

/* chromeで画像を縮小した際にぼやけるのを防止 */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  img { image-rendering: -webkit-optimize-contrast; }
}

/* sup / sub */
sup{ vertical-align: super; font-size: smaller; }
sub{ vertical-align: sub; font-size: smaller; }

/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
html { height:100%; position:relative; overflow-x:hidden; scroll-behavior:smooth; scroll-padding-top:200px; }
html:has(body.hide_global_menu) { scroll-padding-top:120px; }
html:has(body.no_header_fix) { scroll-padding-top:30px; }
html:has(body.hide_page_header_bar) { scroll-padding-top:30px; }
html:has(input[name="s"]:focus) {
  scroll-behavior: initial;
  scroll-padding-top: 0;
  }
body { min-height:100%; line-height:1; width:100%; position:relative; overscroll-behavior-y:none; -webkit-font-smoothing:antialiased; }
body.admin-bar { padding-top:32px; }
a { color:#000; text-decoration:none; }
.post_content a, .widget_block a, .textwidget a { color:var(--content_link_color) !important; }
@media(hover: hover) {
  a:hover { color:var(--main_color); }
}
a, a:before, a:after, input { transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease; }
.clear { clear:both; }
.hide { display:none; }
.post_content { word-wrap: break-word; }
a[href^="tel:"] { pointer-events:none; text-decoration:none !important; }
.mobile_device a[href^="tel:"] { pointer-events:auto; }


/* レイアウト */
#container { position:relative; z-index:1; overscroll-behavior-y:none; overflow:hidden; }
#main_content { width:930px; margin:0 auto; padding:0 0 100px; position:relative; display:flex; flex-wrap:wrap; justify-content:space-between; }
body.hide_sidebar #main_content { width:800px; display:block; }
#main_col { width:calc(100% - 280px); }
body.hide_sidebar #main_col { width:100%; margin:0 auto; }
#side_col { width:250px; position:relative; }
body.show_sidebar_left #main_content { flex-direction:row-reverse; }


/* 文字サイズとフォントタイプ */
body, input, textarea { font-size:var(--content_font_size); font-family:var(--content_font_type); }
.rich_font, .p-vertical { font-size:var(--catch_font_size); font-family:var(--catch_font_type); }
.rich_font_1 { font-family:var(--tcd-font-type1) !important; font-weight:600; }
.rich_font_2 { font-family:var(--tcd-font-type2) !important; font-weight:600; }
.rich_font_3 { font-family:var(--tcd-font-type3) !important; font-weight:600; }
.rich_font_logo { font-family: var(--tcd-font-type-logo); font-weight: var(--tcd-logo-font-weight) !important;}
@media screen and (max-width:1200px) {
  .rich_font, .p-vertical { font-size:calc(var(--catch_font_size) + var(--catch_font_size_sp) / 2); }
}
@media screen and (max-width:800px) {
  body { font-size:var(--content_font_size_sp); }
  .rich_font, .p-vertical { font-size:var(--catch_font_size_sp); }
}




/* ----------------------------------------------------------------------
 共通パーツ
---------------------------------------------------------------------- */
/* メインカラーを文字に適用 */
.main_color { color:var(--main_color) !important; }


/* デザインボタン */
.design_button {
  width:280px; height:60px; line-height:1.5; padding:0 1.5em; text-align:center; position:relative; overflow:hidden; font-size:16px; z-index:1; color:var(--main_color_light2) !important; border:1px solid var(--main_color_light2); background:transparent; text-decoration: none;
  display:inline-flex; justify-content:center; align-items:center; font-weight:600;
}
@media(hover: hover) {
  .design_button:hover { border-color:var(--main_color); background:var(--main_color); color:#fff !important; }
}


/* デザイン見出し */
.design_header { text-align:center; margin-bottom:50px; margin-top:-10px; }
.design_header .catch { line-height:1.6; margin:0; padding:0; }
.design_header .desc p { font-size:18px; line-height:2.4; }
.design_header .desc p.mobile { display:none; }
.design_header .catch + .desc { margin-top:15px; }


/* swiperの矢印ナビ */
.swiper-nav-button { width:50px; height:50px; border:none; z-index:200; }
.swiper-button-prev { left:-25px; right:auto; }
.swiper-button-next { left:auto; right:-25px; }
.swiper-button-next:after, .swiper-button-prev:after { display:none; }
.swiper-button-next:before, .swiper-button-prev:before {
  font-family:'normal_icon'; font-size:24px; top:2px; position:relative; color:#000;
  -webkit-font-smoothing: antialiased; transition: color 0.25s ease !important;
}
.swiper-button-prev:before { content:'\e90f'; left:0px; }
.swiper-button-next:before { content:'\e910'; right:0px;}
.swiper-button-disabled { opacity:0 !important; pointer-events:auto !important; }
@media(hover: hover) {
  .swiper-nav-button:hover:before { color:#aaa; }
}




/* ----------------------------------------------------------------------
 トップページ ヘッダースライダー
---------------------------------------------------------------------- */
#header_slider_container { margin-bottom:-1px; width:100%; height:auto; aspect-ratio:1450 / 650; position:relative; overflow:hidden; background:#222; }


/* スライダーエリア */
#header_slider { height:100%; width:100%; position:relative; overflow:hidden; }
#header_slider .swiper-wrapper { height:100%; width:100%; position:relative; }
#header_slider .item { width:100%; height:100%; position:relative; overflow:hidden; will-change:transform; }
#header_slider .item_inner { width:100%; height:100%; position:relative; overflow:hidden; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; will-change:transform; }
#header_slider .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; will-change:transform; display:block; margin:0; }
#header_slider .bg_image img { width:100%; height:100%; display:block; margin:0; object-fit:cover; }
#header_slider .bg_image .mobile { display:none; }


/* コンテンツ */
.header_slider_content { color:#fff; position:absolute; z-index:100; text-align:center; width:100%; }
.header_slider_content .catch { line-height:1.4; position:relative; }
.header_slider_content .desc { line-height:2.4; font-weight:500; font-size:16px; }
.header_slider_content .catch + .desc { margin:30px 0 0 0; }
.header_slider_content .button { font-size:16px; width:280px; height:60px; line-height:60px; background:none; border:1px solid #fff; color:#fff; display:block; cursor:pointer; text-align:center; margin:50px auto 0; pointer-events:auto; }
.header_slider_content .logo { text-align:center; filter:blur(30px); }
.header_slider_content .logo img { display:block; margin:0 auto; max-width:calc(100% - 100px); height:auto; }
.header_slider_content .logo img.mobile { display:none; }
@media(hover: hover) {
  .header_slider_content .button:hover { border-color:var(--main_color); background:var(--main_color); color:#fff; }
}
.header_slider_content > * { opacity:0; transition:opacity 0.5s ease 1.0s; }
#header_slider .item.swiper-slide-active .header_slider_content > *:nth-child(1) { opacity:1; animation: content_animation 1s ease forwards 1.0s; transition:opacity 1s ease 1.0s, border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease; }
#header_slider .item.swiper-slide-active .header_slider_content > *:nth-child(2) { opacity:1; animation: content_animation 1s ease forwards 1.2s; transition:opacity 1s ease 1.2s, border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease; }
#header_slider .item.swiper-slide-active .header_slider_content > *:nth-child(3) { opacity:1; animation: content_animation 1s ease forwards 1.4s; transition:opacity 1s ease 1.4s, border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease; }
#header_slider .item.swiper-slide-active .header_slider_content > .logo { filter:blur(0px); animation:!important; transition:opacity 0.5s ease 0.5s, filter 1.4s ease 0.5s !important; }
@keyframes content_animation {
  0% { transform: translate3d(0, 30px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}


/* 固定コンテンツ */
#header_slider_fixed_content { height:100%; width:100%; position:absolute; top:0; left:0; overflow:hidden; z-index:3; pointer-events:none; }
#header_slider_fixed_content .header_slider_content { top:50%; transform: translateY(-50%); }
#header_slider_fixed_content.start_animation .header_slider_content > *:nth-child(1) { opacity:1; animation: content_animation 1s ease forwards 1.0s; transition:opacity 1s ease 1.0s, border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease; }
#header_slider_fixed_content.start_animation .header_slider_content > *:nth-child(2) { opacity:1; animation: content_animation 1s ease forwards 1.2s; transform: translate3d(0,0,0); transition:opacity 1s ease 1.2s, border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease; }
#header_slider_fixed_content.start_animation .header_slider_content > *:nth-child(3) { opacity:1; animation: content_animation 1s ease forwards 1.4s; transform: translate3d(0,0,0);  transition:opacity 1s ease 1.4s, border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease; }
#header_slider_fixed_content.start_animation .header_slider_content > .logo { filter:blur(0px); animation:none !important; transition:opacity 0.5s ease 0.5s, filter 1.4s ease 0.5s !important; }


/* ズームアウトアニメーション --------------------------------------------------------- */
#header_slider.animation_type_zoom_out .item.p-effect-slidein .bg_image,
#header_slider.animation_type_zoom_out .item.p-effect-slidein.p-effect-reverse .bg_image { transform: translate3d(0, 0, 0); transition-property: transform; }
#header_slider.animation_type_zoom_out .item.p-effect-slideout .bg_image { transform: translate3d(0, 0, 0); transition-property: transform; }
#header_slider.animation_type_zoom_out .item.p-effect-reverse .bg_image { transform: translate3d(0, 0, 0); }
#header_slider.animation_type_zoom_out .item.p-effect-slideout.p-effect-reverse .bg_image { transform: translate3d(0, 0, 0); transition-property: transform; }
#header_slider.animation_type_zoom_out .bg_image img { transform:scale(1.4); }
#header_slider.animation_type_zoom_out .item.p-effect-slidein .bg_image img { transform:scale(1); transition: transform 10.0s linear 0s; }
#header_slider.animation_type_zoom_out .item.p-effect-slideout .bg_image img { transform:scale(1); transition: transform 10.0s linear 0s; }


/* ズームインアニメーション ----------------------------------------------------------- */
#header_slider.animation_type_zoom_in .item.p-effect-slidein .bg_image,
#header_slider.animation_type_zoom_in .item.p-effect-slidein.p-effect-reverse .bg_image { transform: translate3d(0, 0, 0); transition-property: transform; }
#header_slider.animation_type_zoom_in .item.p-effect-slideout .bg_image { transform: translate3d(0, 0, 0); transition-property: transform; }
#header_slider.animation_type_zoom_in .item.p-effect-reverse .bg_image { transform: translate3d(0, 0, 0); }
#header_slider.animation_type_zoom_in .item.p-effect-slideout.p-effect-reverse .bg_image { transform: translate3d(0, 0, 0); transition-property: transform; }
#header_slider.animation_type_zoom_in .bg_image img { transform:scale(1); }
#header_slider.animation_type_zoom_in .item.p-effect-slidein .bg_image img { transform:scale(1.2); transition: transform 10.0s linear 0s; }
#header_slider.animation_type_zoom_in .item.p-effect-slideout .bg_image img { transform:scale(1.2); transition: transform 10.0s linear 0s; }


/* アイテムの横スライドアニメーション ------------------------------------------------- */
#header_slider.animation_type_slide_right .item.first_item .item_inner { transition-property: none !important; }
#header_slider.animation_type_slide_right .item { background-color: rgba(0,0,0,0); opacity: 1 !important; transition-property: background-color !important; }
#header_slider.animation_type_slide_right .item.swiper-slide-active { background-color: rgba(1,1,1,0); }
#header_slider.animation_type_slide_right .item .item_inner { height: 100%; overflow: hidden; transform: translate3d(100%, 0, 0); transition-property: none; transition-duration: inherit; transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1); transition-delay: 0s; }

#header_slider.animation_type_slide_right .item.p-effect-reverse .item_inner { transform: translate3d(-100%, 0, 0); }
#header_slider.animation_type_slide_right .item.p-effect-slidein { z-index: 2; }
#header_slider.animation_type_slide_right .item.p-effect-slidein .item_inner { transform: translate3d(0, 0, 0); transition-property: transform; }
#header_slider.animation_type_slide_right .item.p-effect-slidein.p-effect-reverse .item_inner { transform: translate3d(0, 0, 0); transition-property: transform; }
#header_slider.animation_type_slide_right .item.p-effect-slideout { z-index: 1; }
#header_slider.animation_type_slide_right .item.p-effect-slideout .item_inner { transform: translate3d(-30%, 0, 0); transition-property: transform; }
#header_slider.animation_type_slide_right .item.p-effect-slideout.p-effect-reverse .item_inner { transform: translate3d(30%, 0, 0); transition-property: transform; }


/* 背景画像の横スライドアニメーション */
#header_slider.animation_type_slide_right .item.first_item.p-effect-slidein .bg_image { animation:none; }
#header_slider.animation_type_slide_right .item.p-effect-slidein.animation_start .bg_image { animation: slide_animation1 1s cubic-bezier(0.76, 0, 0.24, 1) forwards 0s; }
#header_slider.animation_type_slide_right .item.p-effect-slideout .bg_image { animation: slide_animation2 1s cubic-bezier(0.76, 0, 0.24, 1) forwards 0s; }
#header_slider.animation_type_slide_right .item.p-effect-slidein.p-effect-reverse.animation_start .bg_image { animation: slide_animation3 1s cubic-bezier(0.76, 0, 0.24, 1) forwards 0s }
#header_slider.animation_type_slide_right .item.p-effect-slideout.p-effect-reverse .bg_image { animation: slide_animation4 1s cubic-bezier(0.76, 0, 0.24, 1) forwards 0s; }
@keyframes slide_animation1 {
  0% { transform: translate3d(-80%, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
@keyframes slide_animation2 {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
@keyframes slide_animation3 {
  0% { transform: translate3d(80%, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
@keyframes slide_animation4 {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}


/* コンテンツの横スライドアニメーション */
#header_slider.animation_type_slide_right .item.first_item.p-effect-slidein .header_slider_content { animation:none; }
#header_slider.animation_type_slide_right .item.p-effect-slidein.animation_start .header_slider_content { animation: slide_content_animation1 1s cubic-bezier(0.76, 0, 0.24, 1) forwards 0s; }
#header_slider.animation_type_slide_right .item.p-effect-slideout .header_slider_content { animation: slide_content_animation2 1s cubic-bezier(0.76, 0, 0.24, 1) forwards 0s; }
#header_slider.animation_type_slide_right .item.p-effect-slidein.p-effect-reverse.animation_start .header_slider_content { animation: slide_content_animation3 1s cubic-bezier(0.76, 0, 0.24, 1) forwards 0s }
#header_slider.animation_type_slide_right .item.p-effect-slideout.p-effect-reverse .header_slider_content { animation: slide_content_animation4 1s cubic-bezier(0.76, 0, 0.24, 1) forwards 0s; }
@keyframes slide_content_animation1 {
  0% { transform: translate3d(-100%, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
@keyframes slide_content_animation2 {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(30%, 0, 0); }
}
@keyframes slide_content_animation3 {
  0% { transform: translate3d(100%, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
@keyframes slide_content_animation4 {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-30%, 0, 0); }
}


/* アイテムの縦スライドアニメーション -------------------------------------------------- */
#header_slider.animation_type_slide_up .item.first_item .item_inner { transition-property: none !important; }
#header_slider.animation_type_slide_up .item { background-color: rgba(0,0,0,0); opacity: 1 !important; transition-property: background-color !important; }
#header_slider.animation_type_slide_up .item.swiper-slide-active { background-color: rgba(1,1,1,0); }
#header_slider.animation_type_slide_up .item .item_inner { height: 100%; overflow: hidden; transform: translate3d(0, 100%, 0); transition-property: none; transition-duration: inherit; transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1); transition-delay: 0s; }

#header_slider.animation_type_slide_up .item.p-effect-reverse .item_inner { transform: translate3d(0, -100%, 0); }
#header_slider.animation_type_slide_up .item.p-effect-slidein { z-index: 2; }
#header_slider.animation_type_slide_up .item.p-effect-slidein .item_inner { transform: translate3d(0, 0, 0); transition-property: transform; }
#header_slider.animation_type_slide_up .item.p-effect-slidein.p-effect-reverse .item_inner { transform: translate3d(0, 0, 0); transition-property: transform; }
#header_slider.animation_type_slide_up .item.p-effect-slideout { z-index: 1; }
#header_slider.animation_type_slide_up .item.p-effect-slideout .item_inner { transform: translate3d(0, -30%, 0); transition-property: transform; }
#header_slider.animation_type_slide_up .item.p-effect-slideout.p-effect-reverse .item_inner { transform: translate3d(0, 30%, 0); transition-property: transform; }


/* 背景画像の縦スライドアニメーション */
#header_slider.animation_type_slide_up .item.first_item.p-effect-slidein .bg_image { animation:none; }
#header_slider.animation_type_slide_up .item.p-effect-slidein.animation_start .bg_image { animation: slide_up_animation1 1s cubic-bezier(0.76, 0, 0.24, 1) forwards 0s; }
#header_slider.animation_type_slide_up .item.p-effect-slideout .bg_image { animation: slide_up_animation2 1s cubic-bezier(0.76, 0, 0.24, 1) forwards 0s; }
#header_slider.animation_type_slide_up .item.p-effect-slidein.p-effect-reverse.animation_start .bg_image { animation: slide_up_animation3 1s cubic-bezier(0.76, 0, 0.24, 1) forwards 0s }
#header_slider.animation_type_slide_up .item.p-effect-slideout.p-effect-reverse .bg_image { animation: slide_up_animation4 1s cubic-bezier(0.76, 0, 0.24, 1) forwards 0s; }
@keyframes slide_up_animation1 {
  0% { transform: translate3d(0, -80%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
@keyframes slide_up_animation2 {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
@keyframes slide_up_animation3 {
  0% { transform: translate3d(0, 80%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
@keyframes slide_up_animation4 {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}


/* コンテンツの縦スライドアニメーション */
#header_slider.animation_type_slide_up .item.first_item.p-effect-slidein .header_slider_content { animation:none; }
#header_slider.animation_type_slide_up .item.p-effect-slidein.animation_start .header_slider_content { animation: slide_up_content_animation1 1s cubic-bezier(0.76, 0, 0.24, 1) forwards 0s; }
#header_slider.animation_type_slide_up .item.p-effect-slideout .header_slider_content { animation: slide_up_content_animation2 1s cubic-bezier(0.76, 0, 0.24, 1) forwards 0s; }
#header_slider.animation_type_slide_up .item.p-effect-slidein.p-effect-reverse.animation_start .header_slider_content { animation: slide_up_content_animation3 1s cubic-bezier(0.76, 0, 0.24, 1) forwards 0s }
#header_slider.animation_type_slide_up .item.p-effect-slideout.p-effect-reverse .header_slider_content { animation: slide_up_content_animation4 1s cubic-bezier(0.76, 0, 0.24, 1) forwards 0s; }
@keyframes slide_up_content_animation1 {
  0% { transform: translate3d(0, -80%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
@keyframes slide_up_content_animation2 {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(0, 80%, 0); }
}
@keyframes slide_up_content_animation3 {
  0% { transform: translate3d(0, 80%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
@keyframes slide_up_content_animation4 {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(0, -80%, 0); }
}


/* ページナビ */
#header_slider .swiper-pagination { z-index:10; bottom:30px; }
#header_slider .swiper-pagination span { background:rgba(255,255,255,0.3); width:12px; height:12px; opacity:1; margin:0 6px; }
#header_slider .swiper-pagination span.swiper-pagination-bullet-active { background:#fff; pointer-events:none; }
#header_slider.animation_type_slide_up #header_slider_pagination { left:auto; right:30px; top:50%; transform: translateY(-50%); width:auto; display:flex; flex-direction:column; justify-content:center; }
#header_slider.animation_type_slide_up #header_slider_pagination span { margin:6px 0; }
@media(hover: hover) {
  #header_slider .swiper-pagination span:hover { background:#fff; }
}


/* 動画 */
#header_slider .bg_video { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; pointer-events: none; }
#header_slider .bg_youtube { width:100%; height:100%; max-width: none; position:absolute; top:0; left:0; pointer-events: none; }
#header_slider .overlay { width:100%; height:100%; position:absolute; top:0; left:0; z-index:5; }


/* ニュースティッカー */
#news_ticker { background:#000; color:#fff; }
#news_ticker_inner { width:930px; height:70px; margin:0 auto; position:relative; border-left:1px solid rgba(255,255,255,0.2); border-right:1px solid rgba(255,255,255,0.2); display:flex; flex-wrap:wrap; }
#news_ticker .headline { font-size:18px; height:70px; line-height:70px; width:170px; border-right:1px solid rgba(255,255,255,0.2); text-align:center; font-weight:600; }
#news_ticker .headline a { display:block; }
#news_ticker a { color:#fff; }
#news_ticker_carousel { width:calc(100% - 310px); height:70px; margin:0; }
#news_ticker .item { display:flex; flex-wrap:wrap; height:70px; position:relative; line-height:70px; padding:0 30px; }
#news_ticker .date { font-size:14px; font-weight:500; transition: color 0.25s ease; width:110px; display:block; position:relative; padding-left:20px; }
#news_ticker .date:before { font-family:'normal_icon'; content:'\e903'; font-size:16px; position:absolute; left:0; top:50%; transform: translateY(-50%); -webkit-font-smoothing: antialiased; }
#news_ticker .title { font-size:16px; width:calc(100% - 110px); transition: color 0.25s ease; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; }
#news_ticker .item.no_date .title { width:100%; }
#news_ticker .swiper-nav-button { border-left:1px solid rgba(255,255,255,0.2); height:70px; width:70px; opacity:1 !important; }
#news_ticker .swiper-nav-button.swiper-button-disabled:before { color:#666; }
#news_ticker .swiper-nav-button:before { color:#fff; font-size:16px; }
#news_ticker .news_ticker_prev { position:absolute; left:auto; right:70px; top:0; margin:0; }
#news_ticker .news_ticker_next { position:absolute; left:auto; right:0; top:0; margin:0; }
@media(hover: hover) {
  #news_ticker a:hover { color:#999; }
  #news_ticker .swiper-nav-button:hover:before { color:#999; }
}


/* サイドボタン */
.side_menu_button { position:fixed; right:0px; top:50%; transform: translateY(-50%); z-index:50; display:flex; flex-direction:column; align-items:flex-end; pointer-events:none; transition: right 0.25s ease; }
body.scroll_content_is_active .side_menu_button { right:-70px; }
.side_menu_button .item { right:-70px; position:relative; color:#fff; display:flex; transform:translate3d(calc(100% - 70px),0,0); transition: background 0.25s ease, transform 0.25s ease; pointer-events:auto; }
.side_menu_button .item:hover { transform:translate3d(0,0,0); }
body.start_first_animation .side_menu_button .item:nth-child(1) { animation:tcd_side_menu_animation 0.25s ease 0s forwards; }
body.start_first_animation .side_menu_button .item:nth-child(2) { animation:tcd_side_menu_animation 0.25s ease 0.2s forwards; }
body.home.start_first_animation .side_menu_button .item:nth-child(1) { animation:tcd_side_menu_animation 0.25s ease 0.5s forwards; }
body.home.start_first_animation .side_menu_button .item:nth-child(2) { animation:tcd_side_menu_animation 0.25s ease 0.7s forwards; }
body.home.no_first_view_animation .side_menu_button .item { animation:none !important; right:0px; }
@keyframes tcd_side_menu_animation {
  0% { right:-70px; }
  100% { right:0px; }
}
.side_menu_button .title { font-weight:600; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; padding:40px 0; width:70px; border-right:1px solid rgba(255,255,255,0.3); display:flex; flex-wrap:wrap; justify-content:center; align-items:center; }
.side_menu_button .content { padding:25px 25px 25px 25px; display:flex; flex-direction:column; justify-content:center; line-height:1.6; }
.side_menu_button .catch { font-weight:600; }
.side_menu_button .catch + .desc { margin-top:10px; }
html.open_menu .side_menu_button { opacity:0; }
#drawer_menu_wrap .side_menu_button { display:none; }
body.hide_side_button .side_menu_button { display:none !important; }





/* ----------------------------------------------------------------------
 コンテンツビルダー
---------------------------------------------------------------------- */
#content_builder { background:#fff; position:relative; z-index:2; }
#content_builder .link_button { text-align:center; }
#content_builder > section:last-child { padding-bottom:150px; }
.cb_white_bg { padding:140px 0; }
.cb_white_bg + .cb_white_bg { padding-top:0 !important; }
.cb_color_bg + .cb_color_bg { padding-top:140px; }
.cb_color_bg:after { background:var(--bg_color); content:''; display:block; width:100%; height:100%; position:absolute; top:90px; left:0; z-index:-1; }
.cb_color_bg + .cb_color_bg:after { top:0 !important; }
.cb_color_bg:first-child:after { top:0 !important; }
.cb_color_bg + .cb_white_bg:not(.no_headline) { padding-top:0; position:relative; }
.cb_color_bg + .cb_white_bg:not(.no_headline):after { background:var(--bg_color); content:''; display:block; width:100%; height:90px; position:absolute; top:0; left:0; z-index:-1; }
.design_content2 + .cb_white_bg:not(.design_content1) { margin-top:140px; }
.cb_style_list + .cb_white_bg:not(.design_content1) { margin-top:140px; }
.cb_style_list + .cb_color_bg:before { content:''; display:block; background:#000; content:''; display:block; width:100%; height:90px; position:absolute; top:0; left:0; z-index:-1; }
.cb_headline { text-align:center; font-size:var(--headline_font_size); font-family:var(--headline_font_type); font-weight:600; line-height:1.4; width:180px; height:180px; background:var(--main_color); color:#fff; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; position:relative; z-index:2; padding:0 30px; }
.cb_catch { text-align:center; font-size:42px; font-weight:600; line-height:1.4; margin:0 0 25px 0; }
.cb_desc { text-align:center; line-height:2.4; }
.cb_desc .mobile { display:none; }
.cb_headline + .cb_desc { margin-top:90px; }


/* デザインコンテンツ1 */
.cb_color_bg + .design_content1:not(.no_headline) { padding-top:140px; }
.cb_color_bg + .design_content1:not(.no_headline):after { display:none; }
.design_content1 .cb_headline { margin:0 auto -90px; }
.design_content1 .content_wrap { margin:0 auto; padding:0 80px; display:flex; flex-wrap:wrap; align-items:center; }
.design_content1.layout_type2 .content_wrap { flex-direction:row-reverse; }
.design_content1 .image { width:50%; align-self: flex-start; }
.design_content1 .image img { width:100%; height:auto; display:block; }
.design_content1 .content { width:50%; padding:100px 80px; }
.design_content1 .catch { line-height:1.6; font-size:30px; }
.design_content1 .desc { line-height:2.4; }
.design_content1 .desc .mobile { display:none; }
.design_content1 .catch + .desc { margin-top:30px; }
.design_content1 .design_button { margin-top:40px; }


/* デザインコンテンツ2 */
.design_content2 .content_wrap { display:flex; flex-wrap:wrap; }
.design_content2.layout_type2 .content_wrap { flex-direction:row-reverse; }
.design_content2 .image { width:50%; height:auto; position:relative; aspect-ratio:720 / 524; overflow:hidden; }
.design_content2 .image img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; }
.design_content2 .content { width:50%; padding:100px 120px; background:var(--bg_color); flex-grow:1; display:flex; flex-direction:column; justify-content:center; }
.design_content2.no_bg_color .content { background:none; }
.design_content2 .catch { line-height:1.6; font-size:30px; text-align:center; }
.design_content2 .desc { line-height:2.4; }
.design_content2 .desc .mobile { display:none; }
.design_content2 .catch + .desc { margin-top:30px; }
.design_content2 .design_button { margin:40px auto 0; }
.design_content2 + .cb_color_bg { padding-top:140px; }
.design_content2 + .cb_color_bg:after { top:0; }


/* スタイル一覧 */
.cb_style_list { color:#fff; padding:0 0 150px; position:relative; overflow:hidden; }
.cb_style_list:after { background:#000; content:''; display:block; width:100%; height:100%; position:absolute; top:90px; left:0; z-index:-1; }
.cb_color_bg + .cb_style_list:before { background:var(--bg_color); content:''; display:block; width:100%; height:90px; position:absolute; top:0px; left:0; z-index:1; }
.cb_style_list:first-child { padding-top:150px; border-top:1px solid #333; }
.cb_style_list:first-child:after { top:0; }
.design_content2 + .cb_style_list { padding-top:140px; }
.design_content2 + .cb_style_list:after { top:0; }
.cb_style_list.no_headline { padding-top:140px; }
.cb_style_list.no_headline:after { top:0; }
.cb_color_bg + .cb_style_list { margin-top:0px; }
.cb_style_list .cb_headline { margin:0 auto; position:relative; }
.cb_style_list .cb_desc a { color:#fff; text-decoration:underline; }
.cb_style_list .link_button { margin-top:100px; }
.style_list_carousel_wrap { width:930px; margin:0 auto; position:relative; }
.cb_style_list .style_list_carousel_wrap:first-child { margin-top:10px; }
.cb_desc + .style_list_carousel_wrap { margin-top:85px; }
.cb_desc + .style_list.no_carousel { margin-top:85px; }
.cb_headline + .style_list_carousel_wrap { margin-top:100px; }
.cb_headline + .style_list.no_carousel { margin-top:100px; }
.style_list_carousel { -webkit-user-select:none; user-select:none; }
.style_list_carousel_wrap .style_list { flex-wrap:nowrap; }
.style_list_carousel_wrap .swiper-nav-button:before { color:#fff; }
@media(hover: hover) {
  .cb_style_list .cb_desc a:hover { color:rgba(255,255,255,0.5); }
  .style_list_carousel_wrap .swiper-nav-button:hover:before { color:#999; }
}
.style_list_carousel_button_prev { left:-70px; top:150px; }
.style_list_carousel_button_next { right:-70px; top:150px; }
.blog_prev{ top:145px;}
.blog_next{ top:145px;}


/* スタッフ一覧 */
.cb_staff_list { padding:0 0 140px; position:relative; overflow:hidden; }
.cb_staff_list.no_headline { padding-top:130px; }
.cb_staff_list.no_headline:after { top:0; }
.cb_staff_list.no_headline .cb_author_carousel_wrap:first-child { margin-top:20px; }
.cb_staff_list .cb_headline { margin:0 auto 90px; position:relative; top:0px; }
.cb_author_carousel_wrap { width:960px; margin:0 auto; position:relative; }
.cb_desc + .cb_author_carousel_wrap { margin-top:90px; }
.cb_headline + .cb_author_carousel_wrap { margin-top:100px; }
.cb_author_carousel { -webkit-user-select:none; user-select:none; }
.cb_author_carousel_wrap .design_author_list { flex-wrap:nowrap; }
.cb_author_carousel_wrap .design_author_list .item { margin:0; }
.cb_author_carousel_wrap .design_author_list .item:nth-child(2n) { margin-right:46px; }
.cb_author_carousel_button_prev { left:-55px; top:290px; }
.cb_author_carousel_button_next { right:-55px; top:290px; }
.cb_author_carousel { padding:15px; margin-top:-15px; }
.cb_staff_list .link_button { margin-top:85px; }


/* ブログ一覧 */
.cb_blog_list { padding:0 0 140px; position:relative; overflow:hidden; }
.cb_blog_list.no_headline { padding-top:140px; }
.cb_blog_list.no_headline:after { top:0; }
.cb_blog_list .cb_headline { margin:0 auto; position:relative; }
.cb_blog_carousel_wrap { width:930px; margin:0 auto; position:relative; }
.cb_blog_list.no_headline .cb_blog_carousel_wrap:first-child { margin-top:10px; }
.cb_blog_list .cb_desc:first-child { margin-top:-10px; }
.cb_desc + .cb_blog_carousel_wrap { margin-top:90px; }
.cb_headline + .cb_blog_carousel_wrap { margin-top:100px; }
.cb_blog_carousel { -webkit-user-select:none; user-select:none; }
.cb_blog_list .blog_list { flex-wrap:nowrap; margin-bottom:0; }
.cb_blog_list .blog_list .item { margin-bottom:0; }
.cb_blog_carousel_button_prev { left:-70px; top:170px; }
.cb_blog_carousel_button_next { right:-70px; top:170px; }
.cb_blog_list .link_button { margin-top:95px; }


/* お知らせ一覧 */
.cb_news { padding:0 0 140px; position:relative; overflow:hidden; }
.cb_news .news_list { width:930px; margin:0 auto; }
.cb_news .cb_headline { margin:0 auto 90px; position:relative; top:0px; }
.cb_desc + .news_list { margin-top:90px; }
.cb_headline + .news_list { margin-top:100px; }
.cb_news .link_button { margin-top:100px; }


/* フリースペース */
.cb_free_space { position:relative; }
.cb_free_space .cb_headline { margin:0 auto 95px; }
.cb_free_space .post_content { width:930px; margin:0 auto; }
.cb_free_space.wide_content .post_content { width:auto; padding:0; }
.cb_free_space .post_content p.before_last_is-sp { margin-bottom:0; }
@media screen and (max-width:800px) {
  .cb_free_space .post_content p.before_last_is-sp { margin-bottom:2em; }
}


/* 固定ページを表示する場合 */
#front_page_contents { margin:0 auto; padding:150px 0; background:#fff; position:relative; z-index:2; }




/* ----------------------------------------------------------------------
 固定ページ
---------------------------------------------------------------------- */
#page_contents { padding:100px 0 150px; }
#page_contents .post_content { width:930px; margin:0 auto; }
body.large_page_width #page_contents .post_content { width:1056px; }
body.page-template-page-tcd-author #page_contents { padding-top:0; }


/* 共通パーツ */
.short { padding:0 100px; }
.short p:last-child { margin-bottom:2em; }
.short h1:first-child, .short h2:first-child, .short h3:first-child, .short h4:first-child, .short h5:first-child, .short h6:first-child { margin-top:3em !important; margin-bottom:35px !important; }
.short + p.spacer { margin-top:-3em !important; }
body.page .post_content p.spacer { line-height:1; margin:-2em 0 72px 0; position:relative; }
body.page .post_content .short + p.spacer { margin-top:0; }
body.page .post_content p:has(img) + p.spacer { margin-top:-2em !important; }
body.page .post_content .page_headline { background:#000; color:#fff; text-align:center; font-size:24px !important; padding:17px 20px 15px !important; margin:0 !important; }
body.page .post_content .page_headline + p:has(img) { margin-top:0 !important; }
body.page .post_content .page_headline + p { margin-top:45px; }
body.page .post_content .page_headline + p.spacer { margin-top:0 !important; }
body.page .post_content p:has(img) + .page_headline { margin-top:100px !important; }
body.page .post_content p:has(img) + .q_button_wrap { margin-top:100px; }
body.page .post_content hr + .q_button_wrap { margin-top:100px; }
.post_content .colored_table { border:none; margin-bottom:100px !important; }
.post_content .colored_table th { background:var(--bg_color); border-color:#fff; border-width:2px; width:220px; vertical-align:middle; }
.post_content .colored_table td { background:var(--bg_color); border-color:#fff; border-width:2px; width:calc(100% - 220px); vertical-align:middle; padding-left:40px; padding-right:40px; }
.post_content .colored_table td:last-child { border-right:none; }


/* ABOUT */
.page_headline_number { text-align:center; color:var(--main_color); line-height:1 !important; margin:80px 0 50px 0 !important; }
.page_headline_number .num { font-family:Arial; font-size:64px; display:block; }
.page_headline_number .title { font-size:20px; display:block; margin-top:13px; }
p:has(img) + .page_headline_number { margin-top:95px !important; }


/* 料金一覧 */
.price_list { margin-bottom:100px; }
.price_list.type1 .item { background:var(--bg_color); margin:0 0 50px 0; padding:50px 50px 40px; position:relative; }
.price_list.type1 .title_area { display:flex; flex-wrap:wrap; margin-bottom:35px; }
.price_list.type1 .title { width:70%; font-size:18px !important; line-height:1.4 !important; margin-bottom:0px !important; color:var(--main_color); }
.price_list.type1 .price { width:30%; text-align:right; font-size:18px !important; line-height:1.4 !important; font-weight:600; color:var(--main_color); }
.price_list.type2 { border-bottom:1px solid #ddd; }
.price_list.type2 .item { padding:40px 0 30px; position:relative; border-top:1px solid #ddd; }
.price_list.type2 .title_area { display:flex; flex-wrap:wrap; margin-bottom:15px; }
.price_list.type2 .title { width:70%; font-size:18px !important; line-height:1.4 !important; margin-bottom:0px !important; color:var(--main_color); }
.price_list.type2 .price { width:30%; text-align:right; font-size:18px !important; line-height:1.4 !important; font-weight:600; color:var(--main_color); }
p:has(img) + .price_list { margin-top:60px; }


/* 声一覧 */
.voice_list { margin-bottom:100px; }
.voice_list .item { background:#f6f6f6; margin:0 0 50px 0; padding:50px 50px 40px; position:relative; }
.voice_list .name { margin:0 0 15px 0 !important; }
.voice_list .catch { font-size:20px !important; line-height:1.6 !important; margin:0 0 15px !important; color:var(--main_color); }


/* LP */
#lp_page_header { height:520px; position:relative; overflow:hidden; }
#lp_page_header .bg_image { width:100%; height:100%; position:absolute; top:0; left:0; display:block; margin:0; overflow:hidden; z-index:1; }
#lp_page_header .bg_image img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
#lp_page_header .overlay { width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; }
#lp_page_header .logo { opacity:0; filter:blur(30px); position:absolute; top:50%; transform: translateY(-50%); z-index:3; width:100%; }
#lp_page_header .logo img { display:block; margin:auto; max-width:calc(100% - 100px); height:auto; }
#lp_page_header .logo img.mobile { display:none; }
#lp_page_title { color:#fff; position:absolute; width:100%; padding:0 100px; left:50%; top:50%; transform: translate(-50%, -50%); z-index:3; opacity:0; text-align:center; }
#lp_page_title .title { line-height:1.5; font-family:var(--single_title_font_type); font-weight:600; }
#lp_page_title .sub_title { line-height:1.5; margin-top:10px; font-size:16px; font-family:var(--single_title_font_type); font-weight:500; }
#lp_page_header.no_image { height:auto; padding-top:140px; }
#lp_page_header.no_image .logo { position:relative; top:auto; left:auto; transform:none; }
#lp_page_header.no_image .logo img { margin:auto; }
#lp_page_header.no_image #lp_page_title { color:#000; position:relative; top:auto; left:auto; transform:none; }
body.start_first_animation #lp_page_header .logo { opacity:1; filter:blur(0px); transition: opacity 0.5s ease 0.5s, filter 1.4s ease 0.5s; }
body.start_first_animation #lp_page_title { opacity:1; transition: opacity 1.0s ease; }
body.page-template-page-tcd-lp #page_contents { padding-top:140px; }
body.page-template-page-tcd-lp .post_content h1 { margin-bottom:35px; font-size:36px; }
body.page-template-page-tcd-lp .post_content h2 { margin-bottom:35px; font-size:36px; }
body.page-template-page-tcd-lp .post_content h3 { margin-bottom:30px; font-size:30px; }


/* FAQ */
.faq_list { width:100%; max-width:100%; margin:0 auto 35px; }
.faq_list .headline { font-size:24px; color:#7ea0c8; margin-bottom:45px; padding:0; text-align:center; }
.faq_list .item { border:1px solid #ddd; margin:0 0 -1px 0; position:relative; background:#fff; }
.faq_list .title { cursor: pointer; margin:0; font-weight:500; font-size:16px; line-height:1.8; padding:27px 40px 25px 30px; margin-bottom:0; position:relative; transition:color 0.4s ease; }
.faq_list .title span { display:block; margin:-0.4em 0; }
.faq_list .title:before { content:'\e90e'; font-family:'normal_icon'; display:block; position:absolute; top:25px; right:30px; font-size:14px; -webkit-font-smoothing: antialiased; }
.faq_list .title.active:before { content:'\e911'; }
.faq_list .desc_area { height:0; overflow:hidden; transition:height 0.2s cubic-bezier(0.54, 0.07, 0.38, 0.9); }
.faq_list .desc { font-size:16px; line-height:2.6; padding:20px 30px; border-top:1px solid #ddd; background:#f8f8f8; transition:opacity 0.7s ease; opacity:0; }
.faq_list .desc span { display:block; }
.faq_list .title.active { color:var(--main_color); }
@media(hover: hover) {
  .faq_list .title:hover { color:var(--main_color); }
}
.faq_list .title.active:before { height:0; }
.faq_list .title.active + .desc_area > .desc { opacity:1; transition:opacity 1s ease; }
@media (max-width: 800px) {
  .faq_list { }
  .faq_list .title { font-size:14px; padding:20px 50px 18px 20px; }
  .faq_list .title:before { top:calc(50% + 5px); transform: translateY(-50%); right:20px; }
	.faq_list .title.active:before { top:calc(50% - 10px); }
  .faq_list .desc { padding:20px; font-size:14px; line-height:2; }
}




/* ----------------------------------------------------------------------
 スタッフページ
---------------------------------------------------------------------- */
/* スタッフ一覧ページ */
body.page-template-page-tcd-author { background:var(--bg_color); }
#author_list { width:930px; margin:100px auto -46px; display:flex; flex-wrap:wrap; position:relative; }
.design_author_list.one_item { justify-content:center; }
.design_author_list .item { width:calc(50% - 23px); background:#fff; margin:0 46px 46px 0; padding:40px 40px 30px; box-shadow:0 0 15px 0 rgba(0,0,0,0.1); display:block; }
.design_author_list.one_item .item { margin-right:0 !important; }
.design_author_list .item:nth-child(2n) { margin-right:0; }
.design_author_list .image_wrap { width:100%; height:auto; aspect-ratio:360 / 420; position:relative; overflow:hidden; margin-bottom:30px; }
.design_author_list .image_wrap img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
.design_author_list .name { text-align:center; font-size:16px; line-height:1.6; transition: color 0.25s ease; }
.design_author_list .job { font-size:16px; position:absolute; bottom:0; left:0; width:100%; z-index:3; color:#fff; text-align:center; line-height:1.6; padding:15px 20px; background:rgba(0,0,0,0.5); }
#no_author_post { margin-top:150px; }
@media(hover: hover) {
	.design_author_list a:hover { color:#999; }
}


/* スタッフ詳細ページ　タイプ１*/
#author_header_type1 { background:var(--bg_color); padding:100px 0; }
#author_header_type1 .author_info { background:#fff; padding:40px; display:table; margin:0 auto; box-shadow:0 0 15px 0 rgba(0,0,0,0.1); position:relative; }
#author_image_carousel_container { width:490px; height:570px; position:relative; margin:0 auto 40px; }
#author_image_carousel_wrap { width:100%; height:100%; }
#author_image_carousel { width:100%; height:100%; }
#author_image_carousel .item { width:100%; height:100%; position:relative; overflow:hidden; }
#author_image_carousel .item img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
#author_image_carousel_container .job { font-size:16px; position:absolute; bottom:0; left:0; width:100%; z-index:10; color:#fff; text-align:center; line-height:1.6; padding:15px 20px; background:rgba(0,0,0,0.5); }
#author_header_type1 .author_post_prev { left:-70px; }
#author_header_type1 .author_post_next { right:-70px; }
#author_header_type1 .swiper-nav-button:before { font-size:26px; }
#author_header_type1 .name { font-size:22px; text-align:center; }
#author_header_type1 .sns_button_list { justify-content:center; margin-top:30px; }
#author_header_type1 .desc { width:700px; margin:90px auto -10px; line-height:2.4; }
#author_header_type1 .desc a { color:var(--content_link_color); }
@media(hover: hover) {
  #author_header_type1 .desc a:hover { text-decoration:underline; }
}
#author_header_type1 .staff_page_link { text-align:center; margin-top:60px; }
#author_header_type1 .author_image { width:490px; height:570px; position:relative; overflow:hidden; margin:0 auto 40px; }
#author_header_type1 .author_image img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
#author_header_type1 .author_image .job { font-size:16px; font-weight:600; position:absolute; bottom:0; left:0; width:100%; z-index:3; color:#fff; text-align:center; line-height:1.6; padding:15px 20px; background:rgba(0,0,0,0.5); }


/* スタッフ詳細ページ　タイプ２*/
#author_header_type2 { padding:100px 0 0; margin:0 0 -10px; position:relative; }
#author_header_type2 .author_image { width:180px; height:180px; position:relative; overflow:hidden; margin:0 auto 40px; border-radius:100%; }
#author_header_type2 .author_image img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
#author_header_type2 .name { font-size:22px; text-align:center; }
#author_header_type2 .sns_button_list { justify-content:center; margin-top:30px; }
#author_header_type2 .desc { width:700px; margin:60px auto 0; line-height:2.4; }
#author_header_type2 .desc a { color:var(--content_link_color); }
@media(hover: hover) {
  #author_header_type2 .desc a:hover { text-decoration:underline; }
}
#author_header_type2 .staff_page_link { text-align:center; margin-top:60px; }
#author_header_type1 .swiper-pagination { display:none; margin:0px auto 30px !important; z-index:10; position:relative; top:auto; bottom:0; left:auto; }
#author_header_type1 .swiper-pagination span { background:#ccc; width:10px; height:10px; opacity:1; }
#author_header_type1 .swiper-pagination span.swiper-pagination-bullet-active { background:var(--main_color); pointer-events:none; }
@media(hover: hover) {
  #author_header_type1 .swiper-pagination span:hover { background:var(--main_color); }
}


/* スタッフ詳細ページ　データ */
#author_data { padding:100px 0; width:930px; margin:0 auto; }
#author_data .headline { height:70px; line-height:70px; background:#000; font-size:24px; text-align:center; color:#fff; font-family:var(--headline_font_type); }
#author_data .content { border:1px solid #ddd; margin:0 0 -1px 0; padding:60px 110px; }
#author_data .sub_headline { font-size:22px; text-align:center; color:var(--main_color); margin:10px 0 40px 0; }
#author_data .desc { line-height:2.4; }
#author_data .link { text-align:center; margin-top:100px; }
#author_data + #archive_blog { padding-top:0; }


/* スタッフのスタイル */
#author_style { background:var(--bg_color); padding:100px 0 150px; }
#author_header_type1 + #author_style { padding-top:0; }
#author_header_type2 + #author_style { margin-top:100px; }
#author_style .headline { font-size:28px; text-align:center; margin:0 0 100px 0; font-family:var(--headline_font_type); }




/* ----------------------------------------------------------------------
 スタイルアーカイブページ
---------------------------------------------------------------------- */
#archive_style { position:relative; width:930px; margin:0 auto 150px; }


/* カテゴリー一覧 */
#style_category_sort_wrap { width:930px; margin:10px auto 100px; position:relative; text-align:center; }
#archive_headline + #archive_style #style_category_sort_wrap { margin-top:100px; }
#style_category_sort:after { content:''; display:block; width:1px; height:70px; background:#ddd; position:absolute; right:0; top:0; z-index:2; }
#style_category_sort:before { content:''; display:block; width:1px; height:70px; background:#ddd; position:absolute; left:0; top:0; z-index:2; }
#style_category_sort .item { margin:0; width:calc(25% + 1px) !important; }
#style_category_sort.small_size .item { flex: 1 1 0%; width:auto; }
#style_category_sort .item a { font-size:16px; height:70px; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:0 20px; position:relative; }
#style_category_sort .item a p { line-height:1.4; max-height:2.8em; overflow:hidden; visibility:visible; }
#style_category_sort .item a span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#style_category_sort .item a:after { content:''; display:block; width:1px; height:100%; position:absolute; right:0; top:0; background:#ddd; }
#style_category_sort .item.active_menu { position:relative; z-index:5; }
#style_category_sort .item.active_menu a { background:var(--main_color); border-color:var(--main_color) !important; color:#fff; position:relative; pointer-events:none; }
#style_category_sort .item.active_menu a:after { background:#eee; }
#style_category_sort_wrap .swiper-button-next:before, #style_category_sort_wrap .swiper-button-prev:before { color:#000; font-size:18px; }
#style_category_sort_wrap .swiper-button-prev { left:-50px; right:auto; top:33px; z-index:10; }
#style_category_sort_wrap .swiper-button-next { left:auto; right:-50px; top:33px; z-index:10; }
@media(hover: hover) {
  #style_category_sort_wrap .swiper-button-next:hover:before, #style_category_sort_wrap .swiper-button-prev:hover:before { color:#aaa; }
	#style_category_sort .item a:hover { color:#999; }
}


/* スタイル一覧 */
#style_list_wrap{ margin-top:110px; }
#style_category_sort_wrap + #style_list_wrap{ margin-top:0; }

.style_list { width:930px; margin:0 auto -30px; display:flex; flex-wrap:wrap; }
.style_list.one_item { justify-content:center; }
.style_list .item { width:calc(100% / 3 - 20px); margin:0 30px 30px 0; position:relative; overflow:hidden; }
.style_list.one_item .item:last-of-type, .style_list.one_item .item:only-of-type { margin-right:0 !important; }
.style_list .item:nth-child(3n) { margin-right:0; }
.style_list .image_wrap { display:block; width:100%; height:auto; position:relative; overflow:hidden; z-index:2; aspect-ratio:1 / 1; }
.style_list .image_wrap img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; object-position:center top; }
.style_width_layout .image_wrap img { object-position:center; }
.style_list .content { position:absolute; bottom:0; left:0; width:100%; z-index:3; text-align:center; color:#fff; transform: translate3d(0,101%,0); transition: transform 0.3s ease; }
.style_list .title { font-size:14px; line-height:1.6; font-weight:500; border-top:1px solid rgba(255,255,255,0.3); padding:14px 20px; color:#fff; }
.style_list .image_wrap:before { content:''; display:block; width:100%; height:100%; position:absolute; top:0; left:0; background:rgba(0,0,0,0.4); z-index:2; opacity:0; transition: opacity 0.5s ease; }
@media(hover: hover) {
	.style_list .item:hover .content { transform: translate3d(0,0,0); }
	.style_list .item:hover .image_wrap:before { opacity:1; }
}


/* AJAXロード */
.ajax_post_list_wrap { position:relative; display:none; }
.ajax_post_list_wrap.active { display:block }
.ajax_post_list_wrap .item { opacity:0; position:relative; overflow:hidden; transform:translate3d(0,30px,0); }
.ajax_post_list_wrap .item.animate { transition: transform 1.0s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.0s; opacity:1 !important; transform:translate3d(0,0,0); }
.ajax_post_list_wrap .entry-more { text-align:center; padding:100px 0 0; }
.ajax_post_list_wrap .entry-more span { margin:0 auto; cursor:pointer; transition: all 0.25s ease; }
.ajax_post_list_wrap .entry-more.is-hide { display:none; }
.ajax_post_list_wrap .entry-loading { text-align:center; width:100%; display:none; height:50px; line-height:50px; font-size:14px; margin-top:40px; font-weight:600; }
.ajax_post_list_wrap .entry-loading.is-show { display: block; }




/* ----------------------------------------------------------------------
 スタイル詳細ページ
---------------------------------------------------------------------- */
#single_style { }
#style_header { width:930px; margin:0 auto 90px; text-align:center; }
#style_header .title { font-size:var(--single_title_font_size); font-family:var(--single_title_font_type); line-height:1.5; font-weight:600; }
#style_header .category { font-size:16px; margin:0 0 23px 0; display:inline-block; color:var(--main_color); }
@media(hover: hover) {
  #style_header .category:hover { color:rgba(var(--main_color_hex),0.5); }
}


/* スライダー */
#style_image_carousel_container { width:930px; height:620px; position:relative; margin:0 auto -150px; }
#style_image_carousel_wrap { width:100%; height:100%; }
#style_image_carousel { width:100%; height:100%; }
#style_image_carousel .item { width:100%; height:100%; position:relative; overflow:hidden; }
#style_image_carousel .image { display:block; margin:0; width:100%; height:100%; position:relative; }
#style_image_carousel .item img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
#style_image_carousel_container .style_post_prev { left:-70px; top:calc(50% - 5px); }
#style_image_carousel_container .style_post_next { right:-70px; top:calc(50% - 5px); }
#style_featured_image img { display:block; position:relative; margin:0 auto -150px; }
#style_slider_pagination { z-index:10; bottom:20px; display:none; }
#style_slider_pagination span { background:rgba(255,255,255,0.3); width:12px; height:12px; opacity:1; margin:0 6px; }
#style_slider_pagination span.swiper-pagination-bullet-active { background:#fff; pointer-events:none; }


/* メインコンテンツ */
#style_content { background:var(--bg_color); padding:240px 0 90px; }
#style_content .post_content { width:690px; margin:0 auto; }


/* スタッフコメント */
#style_staff_comment { width:930px; margin:0 auto; padding:100px 0; }
#style_staff_comment > .headline { height:70px; line-height:70px; background:#000; color:#fff; text-align:center; font-size:24px; }
#style_staff_comment .content { display:flex; flex-wrap:wrap; }
#style_staff_comment .animate_background { width:360px; height:420px; position:relative; overflow:hidden; }
#style_staff_comment .image_wrap { width:100%; height:100%; }
#style_staff_comment .image { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; display:block; margin:0; }
#style_staff_comment .info { width:calc(100% - 360px); border-right:1px solid #ddd; border-bottom:1px solid #ddd; display:flex; flex-direction:column; justify-content:center; padding:0 50px; }
#style_staff_comment .name { font-size:18px; margin:0; }
#style_staff_comment .name + .headline,#style_staff_comment .name+ .desc{
  margin-top: 70px;
}
#style_staff_comment .name a { display:block; }
#style_staff_comment .info > .headline { font-size:16px;  }
#style_staff_comment .info > .headline + .desc{
  margin-top:10px;
}
#style_staff_comment .desc { line-height:2.4; }
@media(hover: hover) {
  #style_staff_comment a:hover { color:#999; }
}


/* ナビゲーション */
#style_nav { display:flex; flex-wrap:wrap; justify-content:center; margin-bottom:100px; }
#style_content + #style_nav { padding-top:100px; }
#style_nav a { display:block; padding:10px 30px; font-size:16px; }
#style_nav a:first-of-type { border-right:1px solid #000; }
#style_nav a:only-of-type { border:none; }
@media(hover: hover) {
  #style_nav a:hover { color:#999; }
}


/* 関連スタイル */
#related_style { background:var(--bg_color); padding:100px 0 150px; }
#related_style .headline { text-align:center; font-size:28px; margin-bottom:100px; font-family:var(--headline_font_type); }




/* ----------------------------------------------------------------------
 お知らせ
---------------------------------------------------------------------- */

/* 記事一覧 */
#archive_news { position:relative; width:930px; margin:0 auto; padding:100px 0 150px; }
.news_list { }
.news_list .item { position:relative; display:flex; flex-wrap:wrap; align-items:center; border-bottom:1px solid #ddd; padding:50px 0; }
.news_list .item:first-of-type { border-top:1px solid #ddd; }
.news_list .animate_background { display:block; width:400px; height:250px; }
.news_list .image_wrap { width:100%; height:100%; position:relative; z-index:1; overflow:hidden; display:block; margin:0; }
.news_list .image_wrap img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
.news_list .content { width:calc(100% - 400px); padding-left:50px; }
body.hide_news_image .news_list .content { width:auto; padding-left:0; }
.news_list .category { margin:0 0 23px 0; display:inline-block; height:40px; line-height:40px; min-width:120px; text-align:center; padding:0 25px; border:1px solid #ddd; background:#fff; font-size:14px; }
.news_list .title { font-size:20px; line-height:1.8; max-height:3.6em; overflow:hidden; visibility:visible; }
.news_list .title a { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.news_list .date_area { display:flex; flex-wrap:wrap; margin:20px 0 0 0; font-family: 'Arial';}
.news_list .date { position:relative; color:#999; font-size:14px; display:block; font-weight:500; margin:0 15px 0 0; }
.news_list .date:before { font-family:'normal_icon'; content:'\e903'; font-size:16px; margin:0 5px 0 0; position:relative; top:1.5px; -webkit-font-smoothing: antialiased; }
.news_list .update { position:relative; color:#999; font-size:14px; font-weight:500; display:block; font-family: 'Arial'; }
.news_list .update:before { font-family:'normal_icon'; content:'\e91f'; font-size:16px; display:inline-block; margin:0 5px 0 0; top:1.5px; position:relative; -webkit-font-smoothing: antialiased; }
@media(hover: hover) {
  .news_list .item a:hover { color:#999; }
}


/* お知らせ詳細 */
#single_news_header { margin:0 0 50px; position:relative; }
body.hide_sidebar #single_news_header { margin-top:100px; }
#single_news_header .image { position:relative; width:100%; height:auto; position:relative; overflow:hidden; aspect-ratio:800 / 500; }
#single_news_header .image img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
#single_news_header .title_area { margin:0 0 70px 0; }
#single_news_header .title_area:has(.date) { margin-bottom:50px; }
#single_news_header .title { margin-top:-7px; font-size:var(--single_title_font_size); font-family:var(--single_title_font_type); line-height:1.5; font-weight:600; }
#single_news_header .meta { margin:10px 0 0; display:flex; flex-wrap:wrap; align-items:center;}
#single_news_header .category { display:inline-flex; margin:0 0 30px 0; border:1px solid #ddd; height:40px; line-height:40px; min-width:120px; padding:0 20px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; text-align:center; }
#single_news_header .category a { font-size:14px; display:inline-block; }
#single_news_header .category a:after { content:' ,'; margin-right:10px; }
#single_news_header .category a:last-of-type:after { display:none; }
#single_news_header .date { position:relative; color:#999; font-size:14px; font-weight:500; display:block; margin:0 15px 0 0; font-family: 'Arial';}
#single_news_header .date:before { font-family:'normal_icon'; content:'\e903'; font-size:17px; display:inline-block; margin:0 5px 0 0; top:1.5px; position:relative; -webkit-font-smoothing: antialiased; }
#single_news_header .update { position:relative; color:#999; font-size:14px; font-weight:500;display:block; font-family: 'Arial';}
#single_news_header .update:before { font-family:'normal_icon'; content:'\e91f'; font-size:18px; display:inline-block; margin:0 5px 0 0; top:1.5px; position:relative; -webkit-font-smoothing: antialiased; }
@media(hover: hover) {
	#single_news_header .category a:hover { color:#999; }
}


/* 新着記事 */
#recent_news_list { background:var(--bg_color); padding:100px 0 150px; }
#recent_news_list .headline { text-align:center; font-size:28px; line-height:1; margin:0 0 100px 0; font-family:var(--headline_font_type); }
#recent_news_list .post_list { width:800px; margin:0 auto; }
body.show_sidebar #recent_news_list .post_list { width:930px; }
#recent_news_list .post_list .item { padding:0 30px; background:#fff; border:1px solid #ddd; height:70px; line-height:70px; margin:0 0 -1px 0; display:block; display:flex; flex-wrap:wrap; align-items:center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; }
#recent_news_list .title { width:calc(100% - 125px); font-size:16px; font-weight:500; line-height:1; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; }
#recent_news_list .title br { display:none; }
#recent_news_list .item.no_date .title { width:100%; }
#recent_news_list .date { width:95px; position:relative; color:#999; font-size:14px; margin:0 30px 0 0; display:block; font-weight:500; font-family: 'Arial';}
#recent_news_list .date:before { font-family:'normal_icon'; content:'\e903'; font-size:17px; margin:0 5px 0 0; position:relative; top:1.5px; -webkit-font-smoothing: antialiased; }
@media(hover: hover) {
  #recent_news_list a:hover { color:#999; }
}




/* ----------------------------------------------------------------------
 ページヘッダー
---------------------------------------------------------------------- */
#page_header { width:100%; height:350px; position:relative; overflow:hidden; }
#page_header.type2 { height:70px; margin:0 0 90px 0; }
#page_header.no_image { background:#fff !important; border-bottom:1px solid #ddd; }
body.single #page_header.type2 { margin-bottom:70px; }
body.single-style #page_header.type2 { margin-bottom:100px; }
body.author #page_header.type2 { margin-bottom:0; }
#page_header .image { position:absolute; top:0; left:0; width:100%; height:100%; z-index:1; display:block; margin:0; }
#page_header .image img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; }
#page_header .overlay { opacity:0; position:absolute; top:0; left:0; width:100%; height:100%; z-index:2; }
body.single #page_header .overlay { opacity:1; }
body.start_first_animation #page_header .overlay { opacity:1; transition: opacity 1.0s ease; }


/* 見出し・説明文 */
#archive_headline { margin-top:100px; position:relative; z-index:10; }
#page_header:not(.blog_page_header) + #archive_headline { margin-top:-90px; }
#archive_headline.type2 { margin:85px 0 0 0; }
#page_header.type2 + #archive_headline.type2 { margin-top:90px; }
body.page #archive_headline.type2 { margin-top:90px; }
#archive_headline .headline { margin:0 auto -10px; width:180px; height:180px; padding:30px; text-align:center; line-height:1.6; background:var(--main_color); color:#fff; font-size:var(--headline_font_size); font-family:var(--headline_font_type); font-weight:600; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; }
#archive_headline .headline span { opacity:0; }
#archive_headline.type2 .headline { opacity:1; font-size:36px; width:auto; height:auto; padding:0; color:#000; background:none; }

#archive_headline .desc { line-height:2.4; margin:100px auto -12px; font-size:16px; width:930px; text-align:center; }
#archive_headline .desc.mobile { display:none; }
#archive_headline.type2 .desc { margin-top:37px; }
body.start_first_animation #archive_headline .headline span { opacity:1; transition: opacity 1s ease 0.1s; }
body.page.show_sidebar #archive_headline { margin-bottom:100px; }


/* パンくずリンク */
#bread_crumb { position:relative; z-index:3; width:930px; margin:0 auto; }
body.single #bread_crumb { width:800px; }
body.single.show_sidebar #bread_crumb, body.single-style #bread_crumb { width:930px; }
#bread_crumb ul { width:100%; height:70px; line-height:70px; margin:0 auto; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; visibility:visible; color:rgba(255,255,255,0.5); }
#bread_crumb li { display:inline; font-size:14px; margin:0 8px 0 0; padding:0 24px 0 0; position:relative; }
#bread_crumb li.category { padding-right:19px; }
#bread_crumb li:after { font-family:'normal_icon'; content:'\e910'; font-size:11px; color:#fff; display:block; height:13px; line-height:13px; position:absolute; right:0px; top:2px; -webkit-font-smoothing: antialiased; }
#bread_crumb li:last-of-type:after { display:none; }
#bread_crumb li:last-of-type { color:#fff; }
#bread_crumb, #bread_crumb li.last { }
#bread_crumb li a { color:#fff; display:inline-block; transition: opacity 0.2s ease-in-out; }
@media(hover: hover) {
  #bread_crumb li a:hover { opacity:0.5; }
}
#bread_crumb li.category a:after { content:','; margin-right:5px; }
#bread_crumb li.category a:last-of-type:after { display:none; }
#bread_crumb li.home { padding-right:20px; }
#bread_crumb li.home a { position:relative; width:16px; }
#bread_crumb li.home a span { opacity:0; }
#bread_crumb li.home a:before { font-family:'normal_icon'; content:'\e90c'; font-size:12px; color:#fff; display:inline-block; top:0px; position:relative; -webkit-font-smoothing: antialiased; }

#page_header.no_image #bread_crumb li:after { color:#000; }
#page_header.no_image #bread_crumb li.home a:before { color:#000; }
#page_header.no_image #bread_crumb li a { color:#000; }
#page_header.no_image #bread_crumb li:last-of-type { color:#999; }

body.archive #bread_crumb, body.page #bread_crumb { width:100%; border-bottom:1px solid rgba(255,255,255,0.2); }
body.archive .no_image #bread_crumb, body.page.no_header_image #bread_crumb { border-bottom-color:#ddd; }
body.archive #bread_crumb ul, body.page #bread_crumb ul { width:930px; }
body.archive .no_image #bread_crumb li:after, body.page.no_header_image #bread_crumb li:after { color:#000; }
body.archive .no_image #bread_crumb li.home a:before, body.page.no_header_image #bread_crumb li.home a:before { color:#000; }
body.archive .no_image #bread_crumb li a, body.page.no_header_image #bread_crumb li a { color:#000; }
body.archive .no_image #bread_crumb li:last-of-type, body.page.no_header_image #bread_crumb li:last-of-type { color:#999; }




/* ----------------------------------------------------------------------
 ブログアーカイブページ
---------------------------------------------------------------------- */
#archive_blog { padding:100px 0 150px; }
#archive_blog .headline { height:70px; line-height:70px; background:#000; color:#fff; font-size:24px; text-align:center; width:930px; margin:0 auto 100px; }
#no_post { text-align:center; }

/*カテゴリー一覧*/


#blog_category_sort_wrap { width:930px; margin:100px auto 0; position:relative; text-align:center; }
#archive_headline + #archive_blog #blog_category_sort_wrap { margin-top:100px; }
#blog_category_sort:after { content:''; display:block; width:1px; height:70px; background:#ddd; position:absolute; right:0; top:0; z-index:2; }
#blog_category_sort:before { content:''; display:block; width:1px; height:70px; background:#ddd; position:absolute; left:0; top:0; z-index:2; }
#blog_category_sort .item { margin:0; width:calc(25% + 1px); }
#blog_category_sort.small_size .item { flex: 1 1 0%; width:auto; }
#blog_category_sort .item a { font-size:16px; height:70px; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:0 20px; position:relative; }
#blog_category_sort .item a p { line-height:1.4; max-height:2.8em; overflow:hidden; visibility:visible; }
#blog_category_sort .item a span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#blog_category_sort .item a:after { content:''; display:block; width:1px; height:100%; position:absolute; right:0; top:0; background:#ddd; }
#blog_category_sort .item.active_menu { position:relative; z-index:5; }
#blog_category_sort .item.active_menu a { background:var(--main_color); border-color:var(--main_color) !important; color:#fff; position:relative; pointer-events:none; }
/* 選択されたカテゴリーの背景色を変更 */
.item.active_category { background-color: var(--main_color);border-color:var(--main_color) !important;}
.item.active_category a { color: #fff;}
#blog_category_sort .item.active_menu a:after { background:#eee; }
#blog_category_sort_wrap .swiper-button-next:before, #blog_category_sort_wrap .swiper-button-prev:before { color:#000; font-size:18px; }
#blog_category_sort_wrap .swiper-button-prev { left:-50px; right:auto; top:31px; z-index:10; }
#blog_category_sort_wrap .swiper-button-next { left:auto; right:-50px; top:31px; z-index:10; }
@media(hover: hover) {
  #blog_category_sort_wrap .swiper-button-next:hover:before, #blog_category_sort_wrap .swiper-button-prev:hover:before { color:#aaa; }
  #blog_category_sort .item a:hover { opacity: 0.7; }
}



/* 記事一覧 */
.blog_list { width:930px; margin:0 auto -96px; display:flex; flex-wrap:wrap; }
.blog_list .item { width:calc(50% - 25px); margin:0 50px 92px 0; position:relative; transition: color 0.25s ease; }
.blog_list .item:nth-child(2n) { margin-right:0; }
.blog_list .animate_background { display:block; }
.blog_list .image_wrap { margin:0 0 30px; width:100%; height:auto; position:relative; overflow:hidden; z-index:2; aspect-ratio:440 / 275; display:block; }
.blog_list .image_wrap img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
.blog_list .meta { position:relative; height:70px; }
.blog_list.no_image .meta { border-bottom:1px solid #ddd; }
.blog_list .title { font-size:20px; line-height:1.8; max-height:3.6em; overflow:hidden; visibility:visible; }
.blog_list .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.blog_list .category { margin:0 0 23px 0; display:inline-block; height:40px; line-height:40px; min-width:120px; text-align:center; padding:0 25px; border:1px solid #ddd; background:#fff; font-size:14px; }
.blog_list .date_area { margin:0 0 -45px 50px; position:relative; }
.blog_list .date { font-family:Arial; width:75px; height:75px; font-weight:600; display:block; text-align:center; position:relative; z-index:3; }
.blog_list .date .top { height:30px; line-height:30px; background:var(--main_color); font-size:12px; display:block; color:#fff; }
.blog_list .date .bottom { height:45px; line-height:45px; background:#fff; font-size:20px; display:block; }
.blog_list .update { color:#999; position:absolute; right:0px; top:0; height:30px; line-height:30px; font-size:12px; padding-left:20px; }
.blog_list .update:before { font-family:'normal_icon'; content:'\e91f'; font-size:16px; position:absolute; left:0; -webkit-font-smoothing: antialiased; }
@media(hover: hover) {
  .blog_list a:hover { color:#999; }
}
#blog_category_sort_wrap .category_center { justify-content: center;}
#blog_category_sort_wrap .item_width { flex: none !important; width: calc(100% / 4) !important;}
#blog_category_sort_wrap .small_size::before { display: none;}
#blog_category_sort_wrap .small_size::after { display: none;}
#blog_category_sort_wrap .category_center .item:first-child { border-left: 1px solid #ddd;}
#blog_category_sort_wrap .mobile_button_width { justify-content: center;}

/* ページナビ */
.page_navi { margin:100px 0 0 0; z-index:10; position:relative; }
.page_navi ul { margin:0; text-align:center; display:flex; flex-wrap:wrap; justify-content:center; }
.page_navi li { margin:0 -1px 0 0; }
.page_navi a, .page_navi .current, .page_navi .dots { font-family:"Arial"; background:#fff; border:1px solid #ddd; color:#000; font-size:14px; width:50px; height:50px; line-height:50px; display:inline-block; text-align:center; }
@media(hover: hover) {
  .page_navi a:hover { background:var(--main_color_light); border-color:var(--main_color_light); color:#fff; }
}
.page_navi .dots { }
.page_navi .current { color:#fff !important; background:#000; border-color:#000; }
.page_navi .next, .page_navi .prev { position:relative; }
.page_navi .next span, .page_navi .prev span { display:none; }
.page_navi .next:before, .page_navi .prev:before { font-family:'normal_icon'; font-size:12px; top:0; position:relative; -webkit-font-smoothing: antialiased; transition:none !important; }
.page_navi .prev:before { content:'\e90f'; left:0px; }
.page_navi .next:before { content:'\e910'; right:0px;}




/* ----------------------------------------------------------------------
 ブログ詳細ページ
---------------------------------------------------------------------- */

/* タイトルエリア */
#single_post_header { margin-bottom:50px; position:relative; }
#single_post_header .category { display: inline-flex; justify-content: left; flex-wrap: wrap; margin:0 0 25px 0; border:1px solid #ddd; min-height:40px; line-height:40px; min-width:120px; padding:0 20px; overflow:hidden; visibility:visible; text-align:left;    max-width: 100%; }
#single_post_header .category_count1{ justify-content: center;}
#single_post_header .category a { font-size:14px; display:inline; }
#single_post_header .category a:after { content:' ,'; margin-right:10px; }
#single_post_header .category a:last-of-type:after { display:none; }
#single_post_header .title { font-size:var(--single_title_font_size); font-family:var(--single_title_font_type); font-weight:600; line-height:1.5; margin:0 0 60px 0; }
#single_post_header .image { position:relative; width:100%; height:auto; position:relative; overflow:hidden; aspect-ratio:800 / 500; display:block; }
#single_post_header .image img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
#single_post_header .date_area { position:relative; margin:0 0 -50px 50px; }
#single_post_header .date_area .date { font-family:Arial; width:90px; height:90px; font-weight:600; display:block; text-align:center; position:relative; z-index:3; }
#single_post_header .date_area .date .top { height:40px; line-height:40px; background:var(--main_color); font-size:14px; display:block; color:#fff; }
#single_post_header .date_area .date .bottom { height:45px; line-height:45px; background:#fff; font-size:24px; display:block; }
#single_post_header .date_area .update { color:#999; position:absolute; right:0px; top:0; height:40px; line-height:40px; font-size:14px; padding-left:20px; }
#single_post_header .date_area .update:before { font-family:'normal_icon'; content:'\e91f'; font-size:16px; position:absolute; left:0; -webkit-font-smoothing: antialiased; }
#single_post_header .date_area2 { display:flex; flex-wrap:wrap; margin-top:-50px; }
#single_post_header .date_area2 .date { display:block; color:#999; position:relative; height:40px; line-height:40px; font-size:14px; padding-left:20px; margin-right:15px; }
#single_post_header .date_area2 .date:before { font-family:'normal_icon'; content:'\e903'; font-size:16px; position:absolute; left:0; -webkit-font-smoothing: antialiased; }
#single_post_header .date_area2 .update { display:block; color:#999; position:relative; height:40px; line-height:40px; font-size:14px; padding-left:20px; }
#single_post_header .date_area2 .update:before { font-family:'normal_icon'; content:'\e91f'; font-size:16px; position:absolute; left:0px; -webkit-font-smoothing: antialiased; }
@media(hover: hover) {
  #single_post_header .category a:hover { color:#999; }
}


/* 本文 */
@media(hover: hover) {
  .post_content a:hover { text-decoration:underline; }
}


/* SNSボタン */
#single_share_top { margin:70px 0 70px; padding:0; }
#single_share_bottom { margin:70px 0 0; }


/* コピーボタン */
.single_copy_title_url { text-align: center; }
.single_copy_title_url_btn {
  font-family:var(--content_font_type); font-size:14px; color:#000; background:#fff; border:3px solid #ccc; cursor:pointer; line-height:54px; min-width:300px; padding: 0 15px;
  transition-property:background-color, color; transition-duration:0.3s; transition-timing-function:ease;
}
@media(hover: hover) {
  .single_copy_title_url_btn:hover { color:rgba(0,0,0,0.5) !important; }
}
.single_copy_title_url_btn.copied { background:#ccc; color:#fff; pointer-events:none; }
#single_copy_title_url_top { margin:0 0 60px 0; }
#single_copy_title_url_btm { margin:70px 0 0; }


/* ページ分割 */
#post_pagination { margin:60px 0 0; padding:0; clear:both; font-size:0; text-align:center; }
#post_pagination a, #post_pagination p { margin:0 -1px 0 0; font-family:"Arial"; background:#fff; border:1px solid #ddd; color:#000 !important; font-size:14px; width:50px; height:50px; line-height:50px; display:inline-block; text-align:center; text-decoration:none; }
#post_pagination p { color:#fff !important; background:#000; border-color:#000; }
@media(hover: hover) {
  #post_pagination a:hover { background:var(--main_color_light); border-color:var(--main_color_light); color:#fff !important; }
}


/* メタ情報 */
#post_tag_list { display:flex; flex-wrap:wrap; margin:70px 0 -5px; }
#post_tag_list a { background:#f6f6f6; display:inline-block; height:35px; line-height:35px; padding:0 15px; margin:0 5px 5px 0; border-radius:4px; font-size:14px; }
@media(hover: hover) {
  #post_tag_list a:hover { background:var(--main_color); color:#fff !important; }
}


/* プロフィール */
.author_profile { background:#fff; border:1px solid #ddd; margin:60px 0 0; position:relative; padding:35px 40px; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; }
.author_profile .avatar_area { display:block; width:120px; height:120px; border-radius:100%; position:relative; }
.author_profile .image_wrap { display:block; width:120px; height:120px; border-radius:100%; position:relative; overflow:hidden; z-index:2; }
.author_profile .image_wrap img { display:block; width:100%; height:100% !important; z-index:2; object-fit:cover; position:absolute; top:0; left:0; }
.author_profile .info { height:100%; width:calc(100% - 120px); position:relative; }
.author_profile .info_inner { padding:0 0 0 40px; }
.author_profile .name { font-size:18px; margin:0 0 5px 0; font-weight:600; line-height:1.4; }
.author_profile .desc { line-height:2; margin:0; font-size:14px; max-height:4em; overflow:hidden; visibility:visible; }
.author_profile .desc span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.author_profile .desc a { color:var(--content_link_color); }
@media(hover: hover) {
  .author_profile .name a:hover { color:rgba(0,0,0,0.5); }
  .author_profile .desc a:hover { text-decoration:underline; }
}
.author_profile .sns_button_list { text-align:left; margin-top:10px; }


/* ナビゲーション */
#next_prev_post { margin:70px 0 0 ; position:relative; display:flex; flex-wrap:wrap; }
#next_prev_post .item { border:1px solid #ddd; height:130px; width:50%; position:relative; display:flex; flex-wrap:wrap; align-items:center; }
#next_prev_post .item:nth-of-type(2) { margin-left:-1px; justify-content:flex-end; }
#next_prev_post .item:before { font-family:'normal_icon'; font-size:16px; position:absolute; top:calc(50% + 2px); transform: translateY(-50%); color:#000; -webkit-font-smoothing: antialiased; transition: color 0.25s ease !important; }
#next_prev_post .prev_post:before { content:'\e90f'; left:37px; }
#next_prev_post .next_post:before { content:'\e910'; right:37px; }
#next_prev_post .item.next_post:nth-of-type(1) { margin-left:50%; justify-content:flex-end; }
#next_prev_post .title {
  position:relative; font-weight:500; margin-top:2px;
  font-size:16px; line-height:1.6; max-height:3.2em; overflow:hidden; visibility:visible;
  word-wrap:break-word; word-break:break-all;
}
#next_prev_post .prev_post .title { padding:0 40px 0 84px; }
#next_prev_post .next_post .title { padding:0 84px 0 40px; }
#next_prev_post .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#next_prev_post .nav { display:none; }
@media(hover: hover) {
  #next_prev_post a:hover { color:#999; }
	#next_prev_post a:hover:before { color:#999; }
}


/* 関連記事 */
#single_widget_area { background:var(--bg_color); padding:100px 0; overflow:hidden; }
#single_widget_area > *:last-child { margin-bottom:0; }
#single_related_post { width:930px; margin:0 auto 65px; position:relative; }
#single_related_post .headline { text-align:center; font-size:28px; line-height:1; margin:0 0 100px 0; font-family:var(--headline_font_type); }
#single_related_post .post_list { }
#single_related_post .post_list .item { width:calc(100% / 3 - 20px); margin:0; display:block; }
#single_related_post .post_list .image_wrap { margin:0 0 25px 0; width:100%; height:auto; position:relative; overflow:hidden; z-index:2; aspect-ratio:290 / 180; }
#single_related_post .post_list .image_wrap img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
#single_related_post .title { font-size:16px; font-weight:500; line-height:1.8; max-height:3.6em; overflow:hidden; visibility:visible; }
#single_related_post .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#single_related_post .date_area { margin:0 0 -45px 40px; position:relative; }
#single_related_post .date { font-family:Arial; width:75px; height:75px; font-weight:600; display:block; text-align:center; position:relative; z-index:3; }
#single_related_post .date .top { height:30px; line-height:30px; background:var(--main_color); font-size:12px; display:block; color:#fff; }
#single_related_post .date .bottom { height:45px; line-height:45px; background:#fff; font-size:18px; display:block; color:#000; }
#single_related_post .update { color:#999; position:absolute; right:0px; top:0; height:30px; line-height:30px; font-size:12px; padding-left:20px; }
#single_related_post .update:before { font-family:'normal_icon'; content:'\e91f'; font-size:16px; position:absolute; left:0; -webkit-font-smoothing: antialiased; }
#single_related_post .related_post_carousel_button_prev { left:-70px; top:calc(50% + 40px); }
#single_related_post .related_post_carousel_button_next { right:-70px; top:calc(50% + 40px); }
@media(hover: hover) {
  #single_related_post a:hover { color:#999; }
}

/*スタイルカルーセル*/
#single_style_carousel { position:relative; margin:0 auto 140px; overflow:hidden; }
#single_style_carousel .headline{ text-align:center; font-size:28px; line-height:1; margin:0 0 100px 0; font-family:var(--headline_font_type); }
#single_style_carousel .swiper-nav-button:before {
  color: #000; transition: color 0.25s ease !important;
}
@media(hover: hover) {
  #single_style_carousel .swiper-nav-button:hover:before { color:#aaa; }
}
.style_margin_top{ margin-top: 100px !important;}


/* カテゴリー一覧 */
#single_category_list { position:relative; width:930px; margin:0 auto 70px; }
#single_category_list .headline { height:70px; line-height:70px; text-align:center; background:#000; color:#fff; font-size:24px; font-family:var(--headline_font_type); }
#single_category_list .category_list { display:flex; flex-wrap:wrap; position:relative; border-left:1px solid #ddd; }
#single_category_list li { width:25%; }
#single_category_list li a { height:70px; line-height: 1.8;display:block; background-color:#fff; text-align:center; border:1px solid #ddd; border-top:none; border-left:none; font-size:16px;  overflow: hidden;padding: 0 .5em; display: flex; align-items: center; justify-content: center;}
#single_category_list li a span{ display: -webkit-inline-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
@media(hover: hover) {
  #single_category_list li a:hover { color:#999; }
}


/* アーカイブ・検索 */
#single_archive_search_area { width:930px; margin:0 auto 70px; display:flex; flex-wrap:wrap; justify-content:space-between; background:#fff; border:1px solid #ddd; padding:40px 94px; }


/* アーカイブ */
#single_archive_area { position:relative; width:350px; height:60px; }
#single_archive_area .arrow { pointer-events:none; width:60px; height:60px; display:block; right:0px; top:0px; position:absolute; overflow:hidden; z-index:10; }
#single_archive_area .arrow:after { text-indent:0px; color:#333; content:"\e90e"; font-family:normal_icon; font-size:14px; position:absolute; top:27px; right:22px; z-index:11; }
#single_archive_area.open .arrow:after { content:"\e911"; }
#single_archive_area select {
  -webkit-appearance:none; -moz-appearance:none; appearance:none; border-radius:0px; color:#000;
  cursor:pointer; border:1px solid #ddd; background:#fff; width:100%; height:60px; line-height:60px; padding:0 25px; font-size:16px;
}
#single_archive_area select::-ms-expand{ display:none; }


/* 検索 */
#sigle_search_area { position:relative; width:350px; height:60px; }
#sigle_search_area form { width:100%; height:60px; margin:0 auto; background:#fff; border:1px solid #ddd; position:relative; }
#sigle_search_area .search_input { width:calc(100% - 60px); position:absolute; top:0px; left:0px; }
#sigle_search_area .search_input input { height:60px; width:100%; border:none; background:none; padding:0 0 0 25px; }
#sigle_search_area .search_button { width:60px; height:60px; position:absolute; top:0px; right:0px; }
#sigle_search_area .search_button:before {
  text-indent:0; display:block; width:60px; height:60px; line-height:60px; text-align:center; cursor:pointer; z-index:1; pointer-events:none;
  position:absolute; font-family:normal_icon; color:#333; font-size:16px; content:'\e94c'; left:1px; top:2px; transition: color 0.2s ease;
}
#sigle_search_area .search_button:hover:before { color:rgba(0,0,0,0.5) !important; }
#sigle_search_area .search_button input { border:none; background:none; width:60px; height:60px; text-indent:-200px; overflow:hidden; cursor:pointer; }
#sigle_search_area .search_button label { display:none; }


/* フリースペース */
#single_free_space { width:930px; margin:0 auto; }
#recent_news_list .post_list + #single_free_space { margin-top:100px; }
body.single-news.hide_sidebar #single_free_space { width:800px; }


/* 記事カルーセル */
#single_post_carousel { position:relative; width:930px; margin:0 auto 140px; overflow:hidden; }
.margin_bottom_style{ margin-bottom: 100px !important;}
#single_post_carousel_header { display:flex; flex-wrap:wrap; margin-bottom:70px; font-family:var(--headline_font_type); }
#single_post_carousel_header .item { font-weight:600; flex: 1 1 0%; text-align:center; height:70px; line-height:70px; cursor:pointer; background:#000; color:#fff; border-right:1px solid #444; transition: all 0.25s ease; }
#single_post_carousel_header .item:last-of-type { border-right:none; }
#single_post_carousel_header .item.active { pointer-events:none; background:#fff; border-color:#fff; color:#000; }
@media(hover: hover) {
	#single_post_carousel_header .item:hover { color:#999; }
}
#single_post_carousel.one_carousel #single_post_carousel_header  { display:block; }
#single_post_carousel.one_carousel #single_post_carousel_header .item { height:auto; text-align:center; font-size:28px; line-height:1; margin:0 0 100px 0; }
#single_widget_area + #single_post_carousel.one_carousel { margin-top:100px; }
.recommend_post_carousel { position:relative; opacity:0; pointer-events:none; visibility:hidden; display:none; }
.recommend_post_carousel.active { opacity:1; position:relative; pointer-events:auto; visibility:visible; display:block; animation:tcd_tab_fadein 0.5s ease-in 0s forwards; }
@keyframes tcd_tab_fadein {
  from { opacity:0; }
  to { opacity: 1; }
}
.recommend_post_carousel .post_list .item { display:block; background:#fff; height:auto; }
.recommend_post_carousel .post_list .image_wrap { margin:0 0 25px 0; width:100%; height:auto; position:relative; overflow:hidden; z-index:2; aspect-ratio:290 / 180; }
.recommend_post_carousel .post_list .image_wrap img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
.recommend_post_carousel .post_list .title { font-size:16px; font-weight:500; line-height:1.8; display:block; max-height:3.6em; overflow:hidden; visibility:visible; }
.recommend_post_carousel .post_list .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.recommend_post_carousel .swiper-nav-button { opacity:0; transition: opacity 0.25s ease; }
@media(hover: hover) {
  .recommend_post_carousel:hover .swiper-nav-button { opacity:1; }
}
.recommend_post_carousel .swiper-button-next:before, .recommend_post_wrap .swiper-button-prev:before { }
.recommend_post_carousel .swiper-button-prev { left:-50px; right:auto; top:90px; }
.recommend_post_carousel .swiper-button-next { left:auto; right:-50px; top:90px; }


/* 広告 */
#single_banner_top { margin:0 auto 60px; }
body.single-staff #single_banner_top { margin:100px auto 0px; }
body.single-style #single_banner_top { margin:0px auto 100px; }
#single_banner_bottom { margin:60px auto 0px; }
body.single-staff #single_banner_bottom { margin:90px auto 100px; }
body.single-style #single_banner_bottom { margin:100px auto 0; }
#single_banner_shortcode { margin:15px auto 45px; }
img.single_banner_image { max-width:100%; height:auto; display:block; margin:0 auto; }
.single_banner,#single_free_space { line-height: 2.4; }
.single_banner img { max-width:100%; height:auto; }
.single_banner a img { -webkit-transition: filter 0.3s ease; transition: filter 0.3s ease; }
@media(hover: hover) {
  .single_banner a:hover img { filter: brightness(80%); }
}




/* ----------------------------------------------------------------------
　ページ上部　ヘッダー
---------------------------------------------------------------------- */
#header { z-index:100; position:sticky; top:0px; left:0px; width:100%; background:#fff; }
body.admin-bar #header { top:32px; }
@media screen and (max-width: 782px) {
  body.admin-bar #header { top:46px; }
}
body.no_header_fix #header { position:relative; }
body.add_shadow_to_header #header { box-shadow:0 0 15px 5px rgba(0,0,0,0.5); }
#header_top { height:100px; position:relative; }
#header_bottom { height:70px; background:var(--main_color); position:relative; }


/* ロゴ */
#header_logo { height:100%; position:absolute; left:50%; transform: translateX(-50%); top:0; }
#header_logo picture { display:block; margin:0; }
#header_logo img { display:block; transition: opacity 0.25s ease; max-height:40px; width:auto; }
#header_logo img.mobile { display:none; }
#header_logo a { height:100%; display:flex; flex-wrap:wrap; align-items:center; transition: all 0.25s ease; }
@media(hover: hover) {
  #header_logo a:hover { opacity:0.5; }
}
#header_logo a .logo_text { font-weight:500; line-height:1.2; height:100%; display:flex; flex-wrap:wrap; align-items:center; color:#000; word-wrap:break-word; }
#header_logo img.mobile { display:none; }
body.hide_logo #header_logo { display:none !important; }


/* サイトのキャッチフレーズ */
#site_catch { position:absolute; left:40px; top:0; font-size:16px; font-weight:500; line-height:1.6; z-index:100; width:30%; height:100px; line-height:1.4; display:flex; flex-wrap:wrap; align-items:center; }
#site_catch a { color:#000; }
#site_catch_mobile { display:none; }
@media(hover: hover) {
	#site_catch a:hover { color:#999; }
}


/* グローバルメニュー */
#global_menu { height:70px; width:100%; z-index:2; position:absolute; left:50%; transform: translateX(-50%); }
#global_menu > ul { position:relative; text-align:center; font-size:0; }
#global_menu > ul > li { display:inline-block; position:relative; line-height:1; text-align:center; font-size:var(--global_menu_font_size); }
#global_menu > ul > li > a { color:#fff; text-decoration:none; height:70px; line-height:70px; padding:0 30px; display:block; position:relative; overflow:hidden; }
#global_menu > ul > li.active > a, #global_menu > ul > li.current-menu-item > a { color:rgba(255,255,255,0.5); }
#global_menu ul ul { background:#ddd; display:none; width:250px; position:absolute; top:70px; margin:0; padding:0; z-index:100; }
#global_menu ul ul ul { left: 100%; top:0 !important; margin:0; }
#global_menu ul ul li { line-height:1.5; font-size:14px; padding:0; margin:0; text-align:left; position:relative; display:block; }
#global_menu ul ul a { color:#000; display:block; position:relative; padding:17px 30px 15px; height:auto; line-height:1.6; margin:0; }
#global_menu ul ul li.menu-item-has-children > a:before { font-family:'normal_icon'; content:'\e910'; color:#000; display:block; position:absolute; right:9px; top:19px; font-size:10px; }
#global_menu ul ul li.menu-item-has-children > a:hover:before { color:#fff; }
@media(hover: hover) {
  #global_menu ul ul a:hover { text-decoration:none; background:var(--main_color); color:#fff; }
}
body.megamenu_dark_color #global_menu ul ul { background:#000; }
body.megamenu_dark_color #global_menu ul ul a { color:#fff; }
body.megamenu_dark_color #global_menu ul ul li.menu-item-has-children > a:before { color:#fff; }


/* ドロワーメニュー */
#drawer_menu {
  display:none; position:fixed; top:0px; right:0; width:400px; height:100vh; height:100dvh; background:#000; overflow:auto; z-index:99999;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1); -webkit-overflow-scrolling: touch; pointer-events:none; transform: translate3d(100%,0,0);
}
#drawer_menu_button { display:none; }
#drawer_menu_overlay { opacity:0; pointer-events:none; content:''; width:100%; height:100%; background:rgba(0,0,0,0.6); display:block; position:fixed; top:0; left:0; z-index:9999; transition: opacity 0.5s ease; }


/* ボタン */
#header_button { position:absolute; right:0px; top:0px; z-index:3; display:flex; flex-wrap:wrap; }
#header_button a { font-size:var(--global_menu_font_size); display:inline-block; height:70px; line-height:70px; text-align:center; padding:0 25px; min-width:170px; background:var(--main_color_light2); color:#fff; }
@media(hover: hover) {
  #header_button a:hover { background:var(--main_color_light); }
}


/* SNS */
#header_sns { display: flex;flex: 0 0 auto;height: 40px; align-items: center;}
#header_sns li { margin-bottom:0; }


/* ヘッダーメッセージ */
#header_message {
	position:relative; z-index:20; width:100%;
	display:flex; flex-wrap:wrap; justify-content:center; align-items:center;
  min-height:50px; text-align: center; font-size:14px; font-weight:600; padding:15px 20px;
}
#header_message .label { display:block; color:inherit; line-height:1.4; padding:0 20px; }
@media(hover: hover) {
  #header_message a.label:hover { text-decoration: underline; }
}
@media (max-width: 800px) {
  #header_message { min-height:40px; font-size:12px; }
}




/* ----------------------------------------------------------------------
 メガメニュー
---------------------------------------------------------------------- */
.pc .megamenu_button + ul { display:none !important; }


/* 共通項目 */
.megamenu { opacity:0; pointer-events:none; width:100%; min-height:305px; position:absolute; top:170px; left:0; overflow:hidden; z-index:2; }
.megamenu.active_mega_menu { opacity:1; pointer-events:auto; z-index:3; }


/* メガメニューA　ブログ記事カルーセル */
.megamenu_a { background:#ddd;  }
.megamenu_post_carousel_wrap { width:930px; margin:0 auto; position:relative; }
.megamenu_post_carousel { padding-top:30px; margin:0 0 25px 0; }
.megamenu_post_carousel .post_list .image_wrap { margin:0 0 25px 0; width:100%; height:auto; position:relative; overflow:hidden; z-index:2; aspect-ratio:290 / 180; }
.megamenu_post_carousel .post_list .image_wrap img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
.megamenu_post_carousel .post_list .title { font-size:16px; font-weight:500; line-height:1.8; display:block; max-height:3.6em; overflow:hidden; visibility:visible; }
.megamenu_post_carousel .post_list .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.megamenu_post_carousel .post_list .date_area { margin:0 0 -45px 30px; position:relative; }
.megamenu_post_carousel .post_list .date { font-family:Arial; width:75px; height:75px; font-weight:600; display:block; text-align:center; position:relative; z-index:3; }
.megamenu_post_carousel .post_list .date .top { height:30px; line-height:30px; background:var(--main_color); font-size:12px; display:block; color:#fff; }
.megamenu_post_carousel .post_list .date .bottom { height:45px; line-height:45px; background:#fff; font-size:20px; display:block; color:#000; }
.megamenu_post_carousel .post_list .update { color:#000; position:absolute; right:0px; top:0; height:30px; line-height:30px; font-size:12px; padding-left:20px; }
.megamenu_post_carousel .post_list .update:before { font-family:'normal_icon'; content:'\e91f'; font-size:16px; position:absolute; left:0; -webkit-font-smoothing: antialiased; }
.megamenu_post_carousel_wrap .megamenu_post_prev { left:-70px; top:115px; }
.megamenu_post_carousel_wrap .megamenu_post_next { right:-70px; top:115px; }
.megamenu_post_carousel_wrap.show_date .megamenu_post_prev { top:145px; }
.megamenu_post_carousel_wrap.show_date .megamenu_post_next { top:145px; }
body.megamenu_dark_color .megamenu_a { background:#000; }
body.megamenu_dark_color .megamenu_a a { color:#fff; }
body.megamenu_dark_color .megamenu_post_carousel .post_list .update { color:#999; }
body.megamenu_dark_color .megamenu .swiper-nav-button:before { color:#fff; }
@media(hover: hover) {
  body.megamenu_dark_color .megamenu_a a:hover { color:#999; }
  body.megamenu_dark_color .megamenu_post_carousel_wrap .swiper-nav-button:hover:before { color:#aaa; }
}


/* メガメニューB スタイルカテゴリー */
.megamenu_b { background:#ddd; }
.style_category_carousel_wrap { width:930px; margin:0 auto; position:relative; }
.style_category_carousel_wrap:before { content:''; width:1px; height:75px; background:#bbb; position:absolute; left:0; bottom:0; z-index:2; }
.style_category_carousel_wrap:after { content:''; width:1px; height:75px; background:#bbb; position:absolute; right:0; bottom:0; z-index:2; }
.style_category_carousel .category_list .image_wrap { margin:0; width:100%; height:auto; position:relative; overflow:hidden; z-index:2; aspect-ratio:310 / 230; }
.style_category_carousel .category_list .image_wrap img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
.style_category_carousel .category_list .content { height:75px; border-right:1px solid #bbb; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; text-align:center; }
.style_category_carousel .category_list .title { font-size:16px; font-weight:500; line-height:1.8; display:block; max-height:3.6em; overflow:hidden; visibility:visible; }
.style_category_carousel .category_list .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.style_category_carousel_wrap .style_category_post_prev { left:-60px; top:115px; }
.style_category_carousel_wrap .style_category_post_next { right:-60px; top:115px; }
body.megamenu_dark_color .megamenu_b { background:#000; }
body.megamenu_dark_color .megamenu_b a { color:#fff; }
body.megamenu_dark_color .style_category_carousel .category_list .content { border-color:#333; }
body.megamenu_dark_color .style_category_carousel_wrap:before { background:#333; }
body.megamenu_dark_color .style_category_carousel_wrap:after { background:#333; }
@media(hover: hover) {
  body.megamenu_dark_color .megamenu_b a:hover { color:#999; }
}




/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
/* ウィジェットエリア */
#footer { background:var(--main_color); z-index:20; position:relative; overflow:hidden; background-attachment:fixed; }
#footer.bg_type2 { border-bottom:1px solid rgba(255,255,255,0.2); background:var(--main_color); }
#footer .bg_image { width:100%; height:100%; position:absolute; top:0; left:0; z-index:-1; display:block; margin:0; }
#footer .bg_image img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
#footer .overlay { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; z-index:2; }


/* ロゴ */
#footer_logo { height:120px; width:100%; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; z-index:3; position:relative; }
#footer_logo picture { display:block; margin:0; }
#footer_logo img { display:block; transition: opacity 0.25s ease; max-width:100%; }
#footer_logo img.mobile { display:none; }
@media(hover: hover) {
  #footer_logo a:hover img { opacity:0.5; }
}
#footer_logo a .logo_text { font-weight:500; line-height:1.2; word-wrap:break-word; }
#footer_logo img.mobile { display:none; }
#footer_logo a { color:#fff; }
@media(hover: hover) {
  #footer_logo a:hover { color:rgba(255,255,255,0.5); }
}


/* ウィジェット */
#footer_widget_area { border-top:1px solid rgba(255,255,255,0.2); display:flex; flex-wrap:wrap; z-index:3; position:relative; overflow:hidden; }
#footer_widget_area a { color:#fff !important; }
#footer_widget select, #footer_widget option { color:#fff; }
.footer_widget_content { color:#fff; width:calc(100% / 3); border-right:1px solid rgba(255,255,255,0.2); border-bottom:1px solid rgba(255,255,255,0.2); padding:75px; font-size:14px; margin-bottom:-1px; position:relative; }
.footer_widget_inner { position:relative; }
.footer_widget_content:nth-child(3n) { border-right:none; }
.footer_widget_headline { font-size:18px; color:#fff; line-height:1; margin:0 0 30px 0; font-weight:500; }
@media(hover: hover) {
  #footer .post_content a:hover { text-decoration:underline; }
	#footer_widget_area a:hover { color:rgba(255,255,255,0.5) !important; }
}
#footer .times_headline { margin:0 0 5px 0; font-size:20px; font-weight:600; }


/* メニュー */
#footer_nav { background:var(--main_color); position:relative; }
#footer_nav ul { display:flex; flex-wrap:wrap; justify-content:center; }
#footer_nav li a { display:block; padding:0 30px; color:#fff; height:70px; line-height:70px; font-size:var(--global_menu_font_size); }
@media(hover: hover) {
	#footer_nav li a:hover { color:rgba(255,255,255,0.5); }
}


/* SNS */
#footer_sns { display:none; }


/* コピーライト */
#copyright { line-height:1.5; position:relative; font-size:14px; text-align:center; padding:24px 20px; background:#fff; }
body.hide_footer #copyright { border-top:1px solid #ddd; }
#copyright a { text-decoration:underline; }


/* 上部へ戻る*/
#return_top { position:fixed; right:20px; bottom:0px; z-index:80; transform: translate3d(0,100%,0); transition: all 0.35s; }
#return_top.active { transform: translate3d(0,0,0); bottom:20px; }
#return_top a { border-radius:100%; background:#fff; display:block; height:70px; width:70px; line-height:70px; text-decoration:none; position:relative; border:1px solid #ddd; }
@media(hover: hover) {
	#return_top a:hover:before { color:#aaa; }
}
#return_top span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#return_top a:before {
  color:#000; font-family:'normal_icon'; content:'\e910'; font-size:16px; display:block; width:16px;
  position:absolute; top:0px; left:27px; transform: rotate(-90deg); -webkit-font-smoothing: antialiased;
}


/* SNSボタン（全箇所共通） */
.sns_button_list { z-index:20; display:flex; flex-wrap:wrap; }
.sns_button_list li { font-size:12px; margin:0 15px 5px 0; position:relative; }
.sns_button_list li a {
	display:block; text-align:center; position:relative; overflow:hidden;
  width:18px; height:18px;
}
.sns_button_list li a span { display:none; }
.sns_button_list li a:before {
  font-family:'sns_icon','normal_icon'; font-size:16px; display:block;
  position:absolute; left:50%; top:50%; transform: translate(-50%, -50%);
  transition: opacity 0.3s ease; -webkit-font-smoothing: antialiased;
}
.sns_button_list.color_type1 li a:before { color:#000; }
@media(hover: hover) {
  .sns_button_list li a:hover:before { opacity:0.5; }
}
.sns_button_list li.line a:before { content:'\e909'; font-size:18px; }
.sns_button_list li.twitter a:before { content:'\e950'; font-size:15px; }
.sns_button_list li.facebook a:before { content:'\e944'; font-size:18px; }
.sns_button_list li.insta a:before { content:'\ea92'; font-size:15px; }
.sns_button_list li.pinterest a:before { content:'\e905'; font-size:18px; }
.sns_button_list li.youtube a { width:19px;}
.sns_button_list li.youtube a:before { content:'\ea9d'; font-size:18px; }
.sns_button_list li.tiktok a:before { content:'\e94d'; }
.sns_button_list li.contact a:before { content:'\e900'; font-size:20px; }
.sns_button_list li.rss a:before { content:'\e90b'; font-size:14px; margin-left:1px; }
.sns_button_list li.user_url a:before { content:'\e942'; margin-left:0.7px; }
.sns_button_list.color_type2 li { margin:0 15px 5px 0; }
.sns_button_list.color_type2 li a { width:25px; height:25px; }
.sns_button_list.color_type2 li a:before { font-size:24px; }
.sns_button_list.color_type2 li.line a:before { color:#00B900; }
.sns_button_list.color_type2 li.twitter a:before { color:#000; font-size:19px; }
.sns_button_list.color_type2 li.facebook a:before { color:#1877f2; font-size:26px; }
.sns_button_list.color_type2 li.insta a:before { color:#e4405f; font-size:23px; }
.sns_button_list.color_type2 li.pinterest a:before { color:#bd081c; font-size:24px; }
.sns_button_list.color_type2 li.youtube a:before { color:#f00; }
.sns_button_list.color_type2 li.tiktok a:before { color:#000; font-size:20px; }
.sns_button_list.color_type2 li.contact a:before { color:#00729f; }
.sns_button_list.color_type2 li.rss a:before { color:orange; font-size:19px; }
.sns_button_list.color_type2 li.user_url a:before { color:#00729f; }


/* フッターバー */
#dp-footer-bar {
  position:fixed; right:0px; bottom:0px; z-index:999; width:100%;
}
.open_menu #dp-footer-bar { display:none; }
.dp-footer-bar-type1 #dp-footer-bar {
  opacity:0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.dp-footer-bar-type1 #dp-footer-bar.active {
  opacity:1;
}
.dp-footer-bar-type2 #dp-footer-bar {
  -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s;
}
.dp-footer-bar-type2 #dp-footer-bar.active {
  -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);
}


/* フッターバー　アイコン無しタイプ */
#dp-footer-bar {
  height:50px;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#dp-footer-bar a {
  height:50px; line-height:50px; display:block; text-align:center; font-size:12px; padding:0 20px; text-decoration:none !important;
  -webkit-flex: 1 1 0%; flex: 1 1 0%;
}




/* ----------------------------------------------------------------------
 ウィジェット
---------------------------------------------------------------------- */
/* 基本設定 */
.widget_content { margin:0 0 40px 0; position:relative; font-size:16px; }
.widget_content:last-of-type { margin-bottom:0; }
.widget_content ul { margin:0; }
.widget_content li { line-height:2; padding:2px 0; margin:0 0 10px 0; }
.widget_content a { text-decoration:none; }
.widget_content img { height:auto; max-width:100%; }
.widget_headline { font-weight:600; font-size:18px; padding:0; margin:0 0 12px 0; position:relative; line-height:1.6; }


/* インフォメーション */
.info_widget .content { display:flex; flex-wrap:wrap; align-items:flex-start; justify-content:space-between; }
#footer .info_widget .content > * { width:calc(50% - 15px); }
#footer .info_widget .content > *:only-child { width:100%; }
.info_widget .image { height:auto; display:block; }
.info_widget .info { line-height:2.4; }
.info_widget .image + .info { margin-top:30px; }
#footer .info_widget .image + .info { margin-top:0px; }
.info_widget .content + .sns_button_list { margin-top:30px; }
.info_widget .sns_button_list li { margin:0 15px 5px 0; }
#footer .info_widget .color_type1 li a:before { color:#fff; }
#footer .info_widget a { text-decoration:underline; }


/* 予約情報 */
.reserve_widget .desc { line-height:2.4; }
.reserve_widget .reserve_button { font-size:16px; padding:3px 20px 0; font-weight:600; display:flex; flex-wrap:wrap; align-items:center; justify-content:center; height:60px; line-height:1.4; text-align:center; border:1px solid var(--main_color_light2); color:var(--main_color_light2); text-decoration:none !important; }
.reserve_widget .reserve_button[href^="tel:"] { font-size:20px; }
@media(hover: hover) {
  .reserve_widget .reserve_button:hover { background-color:var(--main_color); border-color:var(--main_color); color:#fff; }
}
.reserve_widget .desc + .reserve_button { margin-top:20px; }
.reserve_widget .reserve_button + .reserve_button { margin-top:20px; }
#footer .reserve_widget .reserve_button { border:1px solid rgba(255,255,255,0.3); color:#fff; }
@media(hover: hover) {
  #footer .reserve_widget .reserve_button:hover { background:none; color:rgba(2555,255,255,0.3); }
}


/* タブ記事 */
.tab_post_list_widget { position:relative; }
.widget_tab_post_list_button { position:relative; z-index:10; display:flex; flex-wrap:wrap; }
.widget_tab_post_list_button div {
  font-size:14px; height:60px; line-height:60px; flex: 1 1 0%; text-align:center; cursor:pointer; border:1px solid #ddd; font-weight:600;
	overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible;
  display:block; position:relative; transition: all 0.25s ease;
}
.widget_tab_post_list_button div.active { pointer-events:none; border-bottom:1px solid #fff; }
@media(hover: hover) {
	.widget_tab_post_list_button div:hover { color:#aaa; }
}
.widget_tab_post_list_button div:last-of-type { border-left:none; }
.widget_tab_post_list { opacity:0; pointer-events:none; position:absolute; top:60px; left:0; width:100%; border:1px solid #ddd; border-top:none; }
.widget_tab_post_list.active { opacity:1; pointer-events:initial; position:relative; top:0; left:0px; width:auto; z-index:10; }
.no_tab + .widget_tab_post_list { border-top:1px solid #ddd; }
.widget_tab_post_list li { margin:0; padding:15px; border-bottom:1px solid #ddd; line-height:1; }
.widget_tab_post_list li:last-of-type { border-bottom:none; }
.widget_tab_post_list a { padding:0; display:flex; flex-wrap:wrap; }
.widget_tab_post_list .image_wrap { display:block; width:90px; height:90px; position:relative; z-index:1; overflow:hidden; }
.widget_tab_post_list .image_wrap .image { object-fit:cover; width:100%; height:100%; position:absolute; top:0; left:0; }
.widget_tab_post_list .title_area { width:calc(100% - 90px); height:90px; padding-left:20px; display:flex; flex-wrap:wrap; align-items:center; }
.widget_tab_post_list .title { font-size:14px; line-height:1.6; max-height:4.8em; word-break:break-all; overflow:hidden; }
.widget_tab_post_list .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.widget_tab_post_list .date { font-size:14px; font-weight:500; margin:0 0 10px 0; display:block; color:#999; position:relative; }
.widget_tab_post_list .date:before { font-family:'normal_icon'; content:'\e903'; font-size:17px; margin:0 5px 0 0; position:relative; top:1.5px; -webkit-font-smoothing: antialiased; }
.widget_tab_post_list li.no_post { padding:20px; font-size:14px; line-height:2; }
.widget_tab_post_list.no_image a { display:block; }
.widget_tab_post_list.no_image .title_area { width:auto; display:block; height:auto; padding:0; }
@media(hover: hover) {
  .widget_tab_post_list a:hover { color:#999; }
}
#footer .widget_tab_post_list_button div, #footer .widget_tab_post_list, #footer .widget_tab_post_list li, .no_tab + .widget_tab_post_list { border-color:rgba(255,255,255,0.3); }
#footer .widget_tab_post_list_button div.active { border-bottom:transparent; }


/* スタッフスライダー */
.staff_slider_widget { position:relative; }
.widget_staff_carousel { position:relative; }
.staff_slider_widget .swiper-pagination { margin-top:20px; z-index:10; position:relative; top:auto; bottom:auto; left:auto; }
.staff_slider_widget .swiper-pagination span { background:#ccc; width:10px; height:10px; opacity:1; }
.staff_slider_widget .swiper-pagination span.swiper-pagination-bullet-active { background:var(--main_color); pointer-events:none; }
@media(hover: hover) {
  .staff_slider_widget .swiper-pagination span:hover { background:var(--main_color); }
}
.staff_slider_widget .image_wrap { margin:0; display:block; width:100%; height:auto; aspect-ratio:120 / 140; position:relative; z-index:1; overflow:hidden; }
.staff_slider_widget .image { object-fit:cover; width:100%; height:100% !important; display:block; overflow:hidden; position:absolute; top:0; left:0; z-index:2; }
.staff_slider_widget .image img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; transform:none !important; }
.staff_slider_widget .name { color:#000; font-size:14px; line-height:1.4; text-align:center; margin-top:15px; transition: color 0.25s ease; font-weight:500; }
.widget_staff_list.one_item { justify-content:center; }
.widget_staff_list.one_item .item { margin:0 !important; }
.widget_staff_list.one_item .swiper-slide-blank { display:none; }
#footer .staff_slider_widget .content { border-color:rgba(255,255,255,0.3); }
#footer .staff_slider_widget .name { color:#fff; }
#footer .staff_slider_widget .swiper-pagination span { background:rgba(255,255,255,0.3); }
#footer .staff_slider_widget .swiper-pagination span.swiper-pagination-bullet-active { background:#fff; }
@media(hover: hover) {
	.staff_slider_widget a:hover .name { color:#999; }
  #footer .staff_slider_widget a:hover .name { color:rgba(255,255,255,0.5); }
  #footer .staff_slider_widget .swiper-pagination span:hover { background:#fff; }
}


/* スタイルスライダー */
.style_slider_widget .widget_headline { }
.widget_style_carousel { border:1px solid #ddd; padding:15px; }
.style_slider_widget .image_wrap { margin:0; display:block; width:100%; height:auto; aspect-ratio:1 / 1; position:relative; z-index:1; overflow:hidden; }
.style_slider_widget .image { object-fit:cover; width:100%; height:100% !important; display:block; overflow:hidden; position:absolute; top:0; left:0; z-index:2; }
.style_slider_widget .title { color:#000; font-size:14px; line-height:1.4; margin-top:15px; max-height:1.4em; overflow:hidden; visibility:visible; transition: color 0.25s ease; font-weight:500; }
.style_slider_widget .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; }
.style_slider_widget .one_item { justify-content:center; }
.style_slider_widget .one_item .item { margin:0 !important; }
.style_slider_widget .one_item .swiper-slide-blank { display:none; }
.style_slider_widget .swiper-pagination { margin-top:10px; z-index:10; position:relative; top:auto; bottom:auto; left:auto; }
.style_slider_widget .swiper-pagination span { background:#ccc; width:10px; height:10px; opacity:1; }
.style_slider_widget .swiper-pagination span.swiper-pagination-bullet-active { background:var(--main_color); pointer-events:none; }
@media(hover: hover) {
  .style_slider_widget .swiper-pagination span:hover { background:var(--main_color); }
}
#footer .widget_style_carousel { border:none; padding:0px; }
#footer .style_slider_widget .title { color:#fff; }
#footer .style_slider_widget .swiper-pagination span { background:rgba(255,255,255,0.3); }
#footer .style_slider_widget .swiper-pagination span.swiper-pagination-bullet-active { background:#fff; }
@media(hover: hover) {
	.style_slider_widget a:hover .title { color:#999; }
  #footer .style_slider_widget a:hover .title { color:rgba(255,255,255,0.5); }
  #footer .style_slider_widget .swiper-pagination span:hover { background:#fff; }
}


/* 検索 */
.widget_search label { display:none; }
#searchform { background:#fff; height:60px; border:1px solid #ddd; }
#searchform #s { border:none; background:none; padding:0 20px; margin:0; width:calc(100% - 50px); height:60px; }
#searchform #searchsubmit {
  border:none; background:none; width:50px; height:60px; z-index:200; position:relative;
  cursor:pointer; display:block; text-indent:-300px; overflow:hidden;
}
#searchform .submit_button  { position:relative; width:50px; height:60px; float:right; top:0px; }
#searchform .submit_button:before {
  text-indent:0; display:block; width:50px; height:60px; line-height:60px; text-align:center; cursor:pointer; z-index:1;
  position:absolute; font-family:'normal_icon'; color:#333; font-size:16px; content:'\e94c'; right:2px; top:1px; font-weight:600;
	transition: color 0.2s ease; -webkit-font-smoothing: antialiased;
}
@media(hover: hover) {
  #searchform .submit_button:hover:before { color:rgba(0,0,0,0.5) !important; }
}
#footer #searchform { background:none; border-color:rgba(255,255,255,0.3); }
#footer #searchform #s { color:#fff; }
#footer #searchform .submit_button:before { color:#fff; }


/* デフォルトのタグ一覧 */
.widget_tag_cloud .tagcloud {
	margin:0 0 -6px 0; padding:0; position:relative;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.widget_tag_cloud .tagcloud a { margin:0 6px 6px 0; font-size:14px !important; display:block; background:#f6f6f6; padding:0px 20px; border-radius:4px; height:36px; line-height:36px; }
@media(hover: hover) {
  .widget_tag_cloud .tagcloud a:hover { background:var(--main_color) !important; color:#fff !important; }
  #footer .widget_tag_cloud .tagcloud a:hover { background:rgba(255,255,255,0.4) !important; }
}
#footer .widget_tag_cloud .tagcloud a { color:#fff !important; background:rgba(255,255,255,0.2); }


/* デフォルトの最近の記事 */
.widget_recent_entries li { padding:15px 20px; margin:0; border:1px solid #ddd; border-bottom:none; display:flex; flex-direction:column; }
.widget_recent_entries li:last-of-type { border-bottom:1px solid #ddd; }
.widget_recent_entries li a { display:block; font-size:14px; line-height:1.8; width:100%; order:2; }
.widget_recent_entries li a br { display:none; }
.widget_recent_entries .post-date { position:relative; color:#999; font-size:14px; margin:0 0 5px 0; display:block; width:100%; order:1; }
.widget_recent_entries .post-date:before { font-family:'normal_icon'; content:'\e903'; font-size:16px; margin:0 5px 0 0; position:relative; top:1.5px; -webkit-font-smoothing: antialiased; }
#footer .widget_recent_entries li { border-color:rgba(255,255,255,0.3); }


/* デフォルトのカテゴリー */
.widget_categories .widget_headline { }
.widget_categories ul:first-of-type { position:relative; border-bottom:1px solid #ddd; }
.widget_categories ul:first-of-type ul { border:none; }
.widget_categories li { margin:0; padding:0; position:relative; }
.widget_categories li a { display:block; background:#fff; border:1px solid #ddd; border-bottom:none; padding:0 20px; overflow:hidden; position:relative; width:100%; height:60px; line-height:60px; }
.widget_categories li li a { padding-left:calc(20px + 1em); }
.widget_categories li li li a { padding-left:calc(20px + 2em); }
.widget_categories li .title { display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; }
.widget_categories li .post-count { background:#f2f2f2; width:40px; height:40px; line-height:40px; border-radius:100%; text-align:center; font-size:12px; position:absolute; right:10px; top:11px; pointer-events:none; }
@media(hover: hover) {
  .widget_categories li a:hover { color:#999 !important; }
}
#footer .widget_categories li a { background:none; border-color:rgba(255,255,255,0.3); }
#footer .widget_categories ul:first-of-type { border-color:rgba(255,255,255,0.3); }
#footer .widget_categories li .post-count { background:rgba(255,255,255,0.3); }


/* デフォルトのアーカイブ */
.widget_archive { }
.widget_archive ul:first-of-type { position:relative; border-bottom:1px solid #ddd; }
.widget_archive ul:first-of-type ul { border:none; }
.widget_archive li { margin:0; padding:0; position:relative; }
.widget_archive li a { display:block; background:#fff; border:1px solid #ddd; border-bottom:none; padding:0 20px; overflow:hidden; position:relative; width:100%; height:60px; line-height:60px; }
.widget_archive li li a { padding-left:calc(20px + 1em); }
.widget_archive li li li a { padding-left:calc(20px + 2em); }
.widget_archive li .post-count { background:#f2f2f2; width:40px; height:40px; line-height:40px; border-radius:100%; text-align:center; font-size:12px; position:absolute; right:10px; top:11px; }
@media(hover: hover) {
  .widget_archive li a:hover { color:#999 !important; }
}
#footer .widget_archive li a { background:none; border-color:rgba(255,255,255,0.3); }
#footer .widget_archive ul:first-of-type { border-color:rgba(255,255,255,0.3); }
#footer .widget_archive li .post-count { background:rgba(255,255,255,0.3); }


/* デフォルトの固定ページ */
.widget_pages { }
.widget_pages ul:first-of-type { position:relative; border-bottom:1px solid #ddd; }
.widget_pages ul:first-of-type ul { border:none; }
.widget_pages li { margin:0; padding:0; position:relative; }
.widget_pages li a { display:block; background:#fff; border:1px solid #ddd; border-bottom:none; padding:0 20px; overflow:hidden; position:relative; width:100%; height:60px; line-height:60px; }
.widget_pages li li a { padding-left:calc(20px + 1em); }
.widget_pages li li li a { padding-left:calc(20px + 2em); }
@media(hover: hover) {
  .widget_pages li a:hover { color:#999; }
}
#footer .widget_pages li a { background:none; border-color:rgba(255,255,255,0.3); }
#footer .widget_pages ul:first-of-type { border-color:rgba(255,255,255,0.3); }
#footer .widget_pages li .post-count { background:rgba(255,255,255,0.3); }


/* デフォルトのナビ　*/
.widget_nav_menu { }
.widget_nav_menu ul:first-of-type { position:relative; border-bottom:1px solid #ddd; }
.widget_nav_menu ul:first-of-type ul { border:none; }
.widget_nav_menu li { margin:0; padding:0; position:relative; }
.widget_nav_menu li a { display:block; background:#fff; border:1px solid #ddd; border-bottom:none; padding:0 20px; overflow:hidden; position:relative; width:100%; height:60px; line-height:60px; }
.widget_nav_menu li li a { padding-left:calc(20px + 1em); }
.widget_nav_menu li li li a { padding-left:calc(20px + 2em); }
@media(hover: hover) {
  .widget_nav_menu li a:hover { color:#999; }
}
#footer .widget_nav_menu li a { background:none; border-color:rgba(255,255,255,0.3); }
#footer .widget_nav_menu ul:first-of-type { border-color:rgba(255,255,255,0.3); }
#footer .widget_nav_menu li .post-count { background:rgba(255,255,255,0.3); }


/* デフォルトのメタウィジェット */
.widget_meta { }
.widget_meta ul:first-of-type { position:relative; border-bottom:1px solid #ddd; }
.widget_meta ul:first-of-type ul { border:none; }
.widget_meta li { margin:0; padding:0; position:relative; }
.widget_meta li a { display:block; background:#fff; border:1px solid #ddd; border-bottom:none; padding:0 20px; overflow:hidden; position:relative; width:100%; height:60px; line-height:60px; }
.widget_meta li li a { padding-left:calc(20px + 1em); }
.widget_meta li li li a { padding-left:calc(20px + 2em); }
@media(hover: hover) {
  .widget_meta li a:hover { color:#999; }
}
#footer .widget_meta li a { background:none; border-color:rgba(255,255,255,0.3); }
#footer .widget_meta ul:first-of-type { border-color:rgba(255,255,255,0.3); }
#footer .widget_meta li .post-count { background:rgba(255,255,255,0.3); }


/* デフォルトのコメントウィジェット */
.widget_recent_comments li { font-size:14px; line-height:1.8; border:1px solid #ddd; border-bottom:none; margin:0; padding:15px 20px; }
.widget_recent_comments li:last-of-type { margin-bottom:0; border-bottom:1px solid #ddd; }
.widget_recent_comments li > a { display:block; }
.widget_recent_comments .comment-author-link a { color:#999; }
.widget_recent_comments .comment-author-link a:hover { color:#ccc; }
.widget_recent_comments li br { display:none; }
#footer .widget_recent_comments li { border-color:rgba(255,255,255,0.3); }


/* デフォルトのブロック */
.widget_block { font-size:16px; line-height:2; }
#footer .widget_block { font-size:14px; }
#footer .widget_block a { text-decoration:underline; }


/* デフォルトのテキストウィジェット */
.widget_text .textwidget { font-size:16px; line-height:2; }
#footer .widget_text .textwidget { font-size:14px; }
#footer .widget_text .textwidget a { text-decoration:underline; }


/* デフォルトのアーカイブとカテゴリー　ドロップダウンメニュー */
.widget_archive form, .widget_categories form { position:relative; }
.widget_archive select, .widget_categories select {
	border:1px solid #ddd; background:#fff;  width:100%; height:60px; padding:0 20px; font-size:16px; cursor:pointer;
  -webkit-appearance:none; appearance:none;
}
.widget_archive .screen-reader-text, .widget_categories .screen-reader-text  {
	display:block; clip:auto; clip-path:none; pointer-events:none;
	height:60px; width:50px; margin:0;
	position:absolute; right:5px; text-indent:-300px;
}
.widget_archive .screen-reader-text:before, .widget_categories .screen-reader-text:before {
  font-family:'normal_icon'; content:'\e90e'; text-align:center; text-indent:0;
  display:block; font-size:14px; width:14px; height:14px; line-height:14px; z-index:10;
  position:absolute; right:20px; top:25px; -webkit-font-smoothing: antialiased;
}
#footer .widget_archive select, #footer .widget_categories select { background:none; color:#fff; -webkit-text-fill-color: #fff; border-color:rgba(255,255,255,0.3); }
#footer .widget_archive select option, #footer .widget_categories select option { color:#000; }


/* カレンダー */
#calendar_wrap { padding:0; margin:-6px 0 -20px; }
#wp-calendar { margin:0 auto; width:100%; font-size:14px; border-collapse:collapse; table-layout:fixed;}
#wp-calendar caption { padding:7px 0; font-size:16px; font-weight:600; }
#wp-calendar thead th, #wp-calendar tfoot td { padding:12px 10px; line-height:2; }
#wp-calendar thead th { font-weight:500; }
#wp-calendar tbody th, #wp-calendar tbody td { padding:0; margin:0; line-height:1; text-align:center; }
#wp-calendar tbody span, #wp-calendar tbody a { display:block; width:100%; height:auto; aspect-ratio:1 /1; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; }
#wp-calendar tbody a { border-radius:100%; background:#f6f6f6; color:#000; width:calc(100% - 6px); margin-left:3px; }
@media(hover: hover) {
  #wp-calendar tbody a:hover { color:#fff; background:var(--main_color) !important; }
  #footer #wp-calendar tbody a:hover { color:#fff !important; background:rgba(255,255,255,0.4) !important; }
}
#wp-calendar tbody td[colspan] span { aspect-ratio:unset; }
.wp-calendar-nav { font-size:14px; padding:20px 0; width:100%;  }
.wp-calendar-nav .wp-calendar-nav-prev { width:40%; float:left; }
.wp-calendar-nav .wp-calendar-nav-next { width:40%; float:right; text-align:right; }
#footer #wp-calendar tbody a { background:rgba(255,255,255,0.2); color:#fff; }


/* デフォルトのギャラリー */
.widget_media_gallery .gallery-item { margin-top:0 !important; }


/* RSS */
.widget_rss .rss-widget-feed { display:none; }
.widget_rss ul li { font-size:14px; padding:20px 20px 15px; border:1px solid #ddd; border-bottom:none; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.widget_rss ul li:last-of-type { border-bottom:1px solid #ddd; }
.widget_rss ul li .rss-date { -ms-flex-order:1; order:1; color:#999; font-size:13px; line-height:1; margin-right:10px; }
.widget_rss ul li cite { -ms-flex-order:2; order:2; color:#999; font-size:13px; line-height:1; }
.widget_rss ul li .rsswidget { -ms-flex-order:3; order:3; display:block; width:100%; margin:0; line-height:1.6; }
.widget_rss ul li .rssSummary { -ms-flex-order:4; order:4; color:#999; font-size:13px; margin: -0.35em 0; line-height:1.6; }
.widget_rss .rss-date { position:relative; font-family:Arial; }
.widget_rss .rsswidget ~ .rss-date, .widget_rss .rsswidget ~ cite { margin-bottom:10px; }
.widget_rss .rsswidget ~ .rssSummary { margin-top:calc(10px - 0.35em); }
#footer .widget_rss ul li { border-color:rgba(255,255,255,0.3); }




/* ----------------------------------------------------------------------
 404ページ
---------------------------------------------------------------------- */
body.error404 #footer, body.error404 #footer_nav, body.search-no-results #footer, body.search-no-results #footer_nav { display:none; }
body.error404 #copyright, body.search-no-results #copyright { display:none; }
#no_search_result { height:calc(100vh - 170px); height:calc(100dvh - 170px); display:flex; flex-wrap:wrap; justify-content:center; align-items:center; position:relative; }
#no_search_result .content { z-index:100; width:100%; margin-top:0px; }
#no_search_result.has_image .content { color:#fff; }
#no_search_result .headline { text-align:center; margin:0 0 40px 0; font-size:42px; font-family:var(--headline_font_type); }
#no_search_result .desc { text-align:center; margin:0 auto 50px; line-height:2.6; width:800px; }
#no_search_result .desc:last-child { margin-bottom:0; }
#no_search_result a { color:var(--content_link_color) !important; }
#no_search_result.has_image a { color:#fff !important; text-decoration:underline; }
@media(hover: hover) {
  #no_search_result .desc a:hover { text-decoration:underline; }
	#no_search_result.has_image a:hover { color:rgba(255,255,255,0.5) !important; }
}
#no_search_result .overlay { width:100%; height:100%; position:absolute; z-index:2; }
#no_search_result .bg_image { width:100%; height:100%; position:absolute; top:0; left:0; z-index:1; display:block; overflow:hidden; }
#no_search_result .bg_image img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
#no_search_result form { height:50px; width:400px; position:relative; margin:0 auto; }
#no_search_result .input_area input { position:absolute; left:0px; width:100%; height:50px; border:none; background:#f3f3f3; z-index:1; padding:0 60px 0 25px; border-radius:50px; z-index:1; }
#no_search_result .search_button input { position:absolute; right:0px; top:0px; border:none; background:none; width:50px; height:50px; z-index:2; cursor:pointer; }
#no_search_result .search_button label { position:absolute; right:0px; top:0px; z-index:10; width:50px; height:50px; display:block; pointer-events:none; }
#no_search_result .search_button label:before { display:block; font-family:'normal_icon'; color:#000; font-size:14px; content:'\e94c'; top:19px; right:20px; position:absolute; transition: color 0.2s ease; -webkit-font-smoothing: antialiased; }
@media(hover: hover) {
  #no_search_result .search_button:hover label:before { color:#999; }
}
#no_search_result.has_bg_image .content { color:#fff; }
#no_search_result.has_bg_image .input_area input { background:#fff; }




/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments { margin:50px 0 0 0; position:relative; }
#comments .headline { line-height:1; font-size:24px; text-align:center; margin-bottom:50px; font-family:var(--headline_font_type); }


/* コメント・トラックバックのタブ */
#comment_header { position:relative; margin:0 0 20px; }
#comment_tab { margin:0; display:-webkit-box; display:-webkit-flex; display:flex; overflow:hidden; }
#comment_tab li { text-align:center; margin:0; -webkit-flex: 1 1 0%; flex: 1 1 0%; }
#comment_tab li a, #comment_tab li p { font-size:12px; padding:15px 15px; line-height:1.6; display:block; text-decoration:none; background:#f6f6f6; color:#000; }
@media(hover: hover) {
  #comment_tab li a:hover { color:#fff !important; background:var(--main_color_light); }
}
#comment_tab li.active a { background:var(--main_color); }
#comment_tab li.active a, #comment_header #comment_closed p { color:#fff; position:relative; }
#comment_tab li.active a { pointer-events:none; }


/*  コメントの基本部分 */
.commentlist { list-style-type:none; margin:0; padding:0; }
.comment { margin:0 0 20px; padding:20px 20px 0; background:#fff; border:1px solid #ddd; }
#comments .post_content { margin:0; padding:5px 0 0 0; background:none; }


/* コメントの情報部分 */
.comment-meta { position:relative; margin:0 0 10px 0; }

.comment-meta-left { display:flex; flex-wrap:wrap; align-items:center; }
#comments .avatar { margin:0 15px 0 0; width:50px; height:50px; border-radius:100%; }
.comment-name-date { }

a.admin-url { text-decoration:underline; }
a.guest-url { text-decoration:underline; }

.comment-name-date { margin:0; font-size:14px; }
.comment-date { color:#888; margin:10px 0 0 0; }

.comment-act { font-size:14px; position:absolute; top:5px; right:0px; padding:0; margin:0; }
.comment-act li { display:inline; margin:0; }
.comment-reply a, .comment-reply a:visited { border-right:1px solid #aaa; padding:0 10px 0 0; margin:0 6px 0 0; }
.comment-edit a, .comment-edit a:visited { border-left:1px solid #aaa; padding:0 0 0 10px; margin:0 0 0 6px; }


/* コメント本文 */
#comments .post_content p { margin:0 0 15px 0; line-height:1.8; }
#comments .post_content blockquote span { margin:0 0 -1em 0; display:block; }


/* メッセージ、警告文 */
.comment-note { display:block; font-size:11px; margin:0 0 1em 0; color:#33a8e5; border:1px solid #94ddd4; padding:10px 15px; background:#d6f4f0; }
.comment_closed { border:1px solid #ccc; text-align:center; margin:0 35px 15px 0; padding:15px; background:#fefefe; }
.no_comment { padding-bottom:15px; }
.comment_message { margin:0 0 25px 0; }


/* トラックバック */
.commentlist .ping-link { margin:0 0 25px 0; }
.commentlist .ping-meta { margin:0 0 15px 0; }
#trackback_url_area { margin:0 0 25px 0; }
#trackback_url_area label { font-size:11px; display:block; margin:0 0 5px 0; }
#trackback_url_area input { border:1px solid #ddd; padding:5px 10px; width:100%; }


/* ページナビ */
#comment_pager { margin:0 0 10px; height:24px; }
#comment_pager a, #comment_pager span { display:inline; float:left; margin:0 10px 0 0; }
#comment_pager .current { text-decoration:underline; }


/* コメントフォーム */
.comment_form_wrapper { margin:0 0 0px; padding:20px; border:1px solid #ddd; }
.comment .comment_form_wrapper { margin:0 0 20px; }

#cancel_comment_reply a { background:#eee; margin:0 0 1em 0; padding:15px; border-radius:50px; text-align:center; display:block; }
@media(hover: hover) {
  #cancel_comment_reply a:hover { background:var(--main_color); color:#fff !important; }
}

#comment_user_login p { padding:10px 0; margin:0; line-height:1; font-size:14px; }
#comment_user_login span { margin:0 0 0 40px; }

#comment_login { margin:0; padding:3px 30px 10px 30px; }
#comment_login p { margin:0; padding:12px 0 11px 36px; line-height:1; }
#comment_login a { margin:0 0 0 20px; padding:0; }

#guest_info { padding:0; width:100%; }
#guest_info div { margin:0 0 12px 0; text-align:left; }
#guest_info input { margin:0; padding:5px 10px; border:1px solid #ccc; width:100%; background:#fff; }
#guest_info input:focus { border:1px solid var(--main_color); }
#guest_info label { display:block; margin:0 0 10px 0; padding:0; font-size:12px; }
#guest_info span { margin:0 10px 0 0; }

#comment_textarea textarea {
  margin:15px 0 0; width:100%; height:150px; font-size:16px; line-height:1.8; overflow:auto; padding:10px;
  background:#fff; color:#000; border:1px solid #ccc;
}
#comment_textarea textarea:focus { border:1px solid var(--main_color); }

#submit_comment_wrapper { text-align:center; }
#submit_comment { color:#fff; background:var(--main_color); border:none; cursor:pointer; font-size:14px; width:200px; height:50px; margin:20px auto 0; display:block; border-radius:50px; transition: all 0.2s ease; }
@media(hover: hover) {
  #submit_comment:hover { background:var(--main_color_light); color:#fff; }
}

#input_hidden_field { display:none; }


/* パスワード保護 */
.password_protected { text-align:center; margin:0 38px 30px; padding:10px 20px; color:#fff; background:#3db4b2; border-radius:5px; }
.password_protected p { font-size:12px; margin:0; line-height:1.6; }




/* ----------------------------------------------------------------------
　アニメーションの設定
---------------------------------------------------------------------- */
/* 下から上へスライド */
@keyframes tcd_slide_up {
  0% { opacity:0; bottom:-30px; }
  100% { opacity:1; bottom:0; }
}


/* ズームアウト */
@keyframes tcd_zoom_out {
  0% { transform: scale(1.0); }
  100% { transform: scale(1.3); }
}


/* ズームイン */
@keyframes tcd_zoom_in {
  0% { transform: scale(1.3); }
  100% { transform: scale(1.0); }
}


/* フェードイン */
@keyframes tcd_fade_in {
  0% { opacity:0; }
  100% { opacity:1; }
}


/* フェードアウト */
@keyframes tcd_fade_out {
  0% { opacity:1; }
  100% { opacity:0; }
}


/* 右に移動 */
@keyframes tcd_move_right {
  0% { opacity:0; right:30px; }
  100% { opacity:1; right:0; }
}


/* 左に移動 */
@keyframes tcd_move_left {
  0% { opacity:0; left:30px; }
  100% { opacity:1; left:0; }
}


/* 下に移動 */
@keyframes tcd_move_down {
  0% { opacity:0; top:-30px; }
  100% { opacity:1; top:0; }
}


/* 上に移動 */
@keyframes tcd_move_up {
  0% { opacity:0; bottom:-30px; }
  100% { opacity:1; bottom:0; }
}


/* ポップアップ */
@keyframes tcd_pop_up {
  0% { transform: scale(.1); opacity:0; }
  100% { transform: none; opacity:1; }
}




/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
.post_content *:first-child { margin-top:0; }
.post_content *:last-child { margin-bottom:0; }


/* alignment */
.post_content .alignright { float:right; }
.post_content .alignleft { float:left; }
.post_content .aligncenter { display:block; margin-left:auto; margin-right:auto; margin-bottom:7px; }
.post_content blockquote.alignleft, .post_content img.alignleft { margin:7px 24px 7px 0; }
.post_content .wp-caption.alignleft { margin:7px 14px 7px 0; }
.post_content blockquote.alignright, .post_content img.alignright { margin:7px 0 7px 24px; }
.post_content .wp-caption.alignright { margin:7px 0 7px 14px; }
.post_content blockquote.aligncenter, .post_content img.aligncenter, .post_content .wp-caption.aligncenter { margin-top:2em; margin-bottom:2em; }


/* text and headline */
.post_content p { line-height:2.4; margin:0 0 2em 0; }
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 { clear:both; line-height:1.4; padding:0; font-weight:600; }
.post_content h1 { font-size:150%; margin:0 0 35px 0; text-align:center; }
.post_content h2 { font-size:140%; margin:0 0 35px 0; text-align:center; }
.post_content h3 { font-size:130%; margin:0 0 35px 0; }
.post_content h4 { font-size:120%; margin:0 0 30px 0; }
.post_content h5 { font-size:110%; margin:0 0 30px 0; }
.post_content h6 { font-size:100%; margin:0 0 30px 0; }


/* image */
.post_content img[class*="align"], .post_content img[class*="wp-image-"], .post_content img[class*="attachment-"], .post_content img.size-full, .post_content img.size-large, .post_content .wp-post-image, .post_content img
 { height:auto; max-width:100%; display:block; }
.post_content p:has(img) { line-height:1; }


/* list */
.post_content li, .post_content dt, .post_content dd { line-height:2.2; }
.post_content ul, .post_content ol, .post_content dl { margin-bottom:2em; }
.post_content ol { list-style:decimal outside none; margin-left:1.5em; }
.post_content ul { list-style:circle outside none; margin-left:1.3em; }
.post_content li > ul, .post_content li > ol { margin-bottom:0; }
.post_content dt { font-weight:bold; }
.post_content dd { margin-bottom:1em; }


/* table */
.post_content table {
	margin:0 0 2em 0 !important; width:100% !important; border-collapse:separate !important; border-left:1px solid #ddd; border-top:1px solid #ddd;
  /*! table-layout: fixed; */ word-break: break-all; word-wrap: break-all;
}
.post_content td, .post_content th { border-right:1px solid #ddd; border-bottom:1px solid #ddd; padding:18px 25px 16px; line-height:2.2; background:#fff; -webkit-box-sizing:border-box; box-sizing:border-box; }
.post_content th { background:#f7f7f7; font-weight:normal; }
/* table style */
.post_content table.table_no_border th, .post_content table.table_no_border td { border:none; padding-left:0; }
.post_content table.table_border_serumtal th, .post_content table.table_border_serumtal td { border-left:none; border-right:none; padding-left:0; }


/* blockquote */
.post_content blockquote {
  position:relative; color:rgba(0, 0, 0, 0.6); margin-bottom:2em; padding:2em 2.4em;
  box-shadow:none; background:rgba(0, 0, 0, 2%); border:none; border-left:3px solid #000;
}
.post_content blockquote:before {  line-height:40px;   top:5px; left:10px; }
.post_content blockquote:after {  text-align:left; line-height:60px;   bottom:10px; right:-2px; }
.post_content blockquote:before, .post_content blockquote:after {
  content: '"'; font-style:italic; font-size:30px; font-weight:normal; color:#000;
  width:30px; height:30px; position:absolute;
}
.post_content blockquote p { line-height:1.8; }
.post_content blockquote cite{ text-align: right; display: block; border-top: 1px dotted #000; margin: 2em 0 0; padding: 1em 0 0; font-size: 14px; }


/* captions */
.post_content .wp-caption { margin-bottom:2em; background:#fff; border:1px solid #ddd; padding:10px; max-width:100%; }
.post_content .wp-caption-text { text-align:center; line-height:1.5; margin:0 auto; padding:10px 0 0; font-size:14px; }
.post_content .wp-caption img[class*="wp-image-"] { display:block; margin:0 auto 0; }


/* gallery */
.gallery { margin-bottom:2em; }
.gallery img { border: 0 !important; display:block; margin:0; }
.gallery-item { float:left; margin:0 4px 4px 0; overflow:hidden; position:relative; }
.gallery-columns-1, .gallery-columns-2, .gallery-columns-3, .gallery-columns-4, .gallery-columns-5,
  .gallery-columns-6, .gallery-columns-7, .gallery-columns-8, .gallery-columns-9, .gallery-columns-10 { margin:0 -4px -4px 0 !important; }
.gallery-columns-1 .gallery-item { max-width:100%; }
.gallery-columns-2 .gallery-item { max-width:calc(50% - 4px); }
.gallery-columns-3 .gallery-item { max-width:calc(100% / 3 - 4px); }
.gallery-columns-4 .gallery-item { max-width:calc(25% - 4px); }
.gallery-columns-5 .gallery-item { max-width:calc(20% - 4px); }
.gallery-columns-6 .gallery-item { max-width:calc(100% / 6 - 4px); }
.gallery-columns-7 .gallery-item { max-width:calc(100% / 7 - 4px); }
.gallery-columns-8 .gallery-item { max-width:calc(100% / 8 - 4px); }
.gallery-columns-9 .gallery-item { max-width:calc(100% / 9 - 4px); }
.gallery-columns-10 .gallery-item { max-width:calc(10% - 4px); }
.gallery-caption {
  background-color:rgba(0, 0, 0, 0.7); color:#fff; font-size:12px; line-height:1.5; margin:0; pointer-events:none;
  padding:6px 8px; position:absolute; bottom:0; left:0; text-align:left; width:100%;
  -webkit-box-sizing:border-box; box-sizing:border-box;
	transform: translate3d(0, 100%, 0);
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
.gallery-item:hover .gallery-caption { transform: translate3d(0, 0, 0); }
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption { display: none; }
@media screen and (max-width:750px) {
  .gallery-caption { display:none; }
}


/* etc */
.post_content .wp-smiley { border:0; margin-bottom:0; margin-top:0; padding:0; }
.post_content address { margin:0 0 24px 0; line-height:2.2; }
.post_content pre { border-left:5px solid var(--main_color); font-size:12px; margin:0 0 27px 0; line-height:30px; background: repeating-linear-gradient(#eee 0, #eee 30px, #fafafa 30px, #fafafa 60px); padding:0 17px; overflow:auto; }
.post_content .sticky { }
.post_content .mejs-container { margin: 12px 0 25px; }


/* パスワード保護 */
.c-pw { margin-top:50px; }
.c-pw__box { font-size:16px; padding:40px; border:1px solid #ddd; background:#fff; }
.c-pw__box-inner { width:100%; height:50px; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.c-pw__box-desc { line-height:1.8!important; margin:-0.4em 0 2em!important; }
.c-pw__box-input { display:block; flex:1; border:none; background:#eee; height:100%; padding: 0 20px; }
.c-pw__btn--submit { display:block; min-width:150px; height:100%; padding:0 1em; background:#111; color:#fff!important; border:0; cursor:pointer; }
.c-pw__btn--submit:hover { background:#333; }
.c-pw__box-error { color:red; font-size:12px; }
@media (max-width:800px) {
  .c-pw { margin-top:40px; }
  .c-pw__box { font-size:14px; padding:20px; }
  .c-pw__box-inner { height:40px; }
  .c-pw__box-desc { margin-bottom:1em!important; }
  .c-pw__box-input { width:calc(100% - 100px); padding:0 10px; }
  .c-pw__btn--submit { min-width:auto; width:100px; }
}


/* Cardlink style - カードリンクのスタイル */
.cardlink { margin: 2em 0 !important; }


/* Google Mapの設定 */
.p-btn {
  -webkit-box-sizing: border-box; box-sizing: border-box;
  display: inline-block; min-width: 180px; height: 50px; padding: 0 15px; border-radius: 0;
  color: #fff; font-size: 14px; line-height: 50px; text-align: center;
}
@media screen and (max-width: 767px) {
  .p-btn { height: 45px; font-size: 12px; line-height: 45px; }
}


/* ブロックエディタ */
.wp-block-social-links a { color:#fff !important; }
.has-small-font-size { font-size:.8125em !important; }
.has-normal-font-size,
.has-regular-font-size { font-size:1em !important; }
.has-medium-font-size { font-size:1.25em !important; }
.has-large-font-size { font-size:2.25em !important; }
.has-huge-font-size, .has-larger-font-size { font-size:2.625em !important; }
.has-text-align-left { text-align:left !important; }
.has-text-align-right { text-align:right !important; }
.wp-block-embed { margin:0 0 2em 0; }


/* レスポンシブ説明文 */
.responsive_desc { margin-bottom:2em; }
.responsive_desc .mobile { display:none; }
@media (max-width: 800px) {
  .responsive_desc .pc { display:none; }
  .responsive_desc .mobile { display:block; }
}


/* グレー背景のボックス */
.gray_bg { background: #f3f3f3; padding:50px 50px; margin-bottom:50px; margin-top:50px; }
.gray_bg .speech_balloon:last-child { margin-bottom:0 !important; }
.gray_bg .sc .speech_balloon { margin-bottom:2.5em !important; }
.gray_bg .sc:last-child .speech_balloon { margin-bottom:0 !important; }
.gray_bg .qt_google_map:last-child { margin-bottom:0 !important; }
.gray_bg .sc .qt_google_map { margin-bottom:35px !important; }
.gray_bg .sc:last-child .qt_google_map { margin-bottom:0 !important; }
@media screen and (max-width: 1200px){
  .gray_bg { padding: 20px; }
}
@media screen and (max-width: 800px){
  .gray_bg { margin-bottom:40px; margin-top:40px; }
}


/* 縦書き */
.vertical_text { writing-mode:vertical-rl; position:relative; left:50%; transform: translateX(-50%); margin:50px 0 !important; padding:0 !important; text-align:left !important; line-height:1.5 !important; }
@media (max-width: 800px) {
  .vertical_text { margin:40px 0 !important; }
}


/* タブコンテンツ */
.qt_tab_content_wrap { position:relative; margin-bottom:2em; }
.qt_tab_content_header { display:flex; flex-wrap:wrap; }
.qt_tab_content_header .item { cursor:pointer; flex: 1 1 0%; text-align:center; height:70px; line-height:70px; font-size:16px; border-bottom:3px solid #ddd; color:#999; transition: color 0.25s ease, border-color 0.25s ease; font-weight:600; }
.qt_tab_content_header .item.active { pointer-events:none; border-color:#000; color:#000; }
@media(hover: hover) {
  .qt_tab_content_header .item:hover { color:#000; }
}
.qt_tab_content_main { position:relative; background:#fafafa; }
.qt_tab_content { opacity:0; visibility:hidden; position:absolute; top:0; padding:3em; }
.qt_tab_content.active { opacity:1; visibility:visible; position:relative; transition: opacity 0.3s linear 0s; }
.qt_tab_content img { display:block; margin:0 auto; }
.qt_tab_content .desc { text-align:center; margin:10px 0 -10px; }
@media (max-width: 800px) {
	p + .qt_tab_content_wrap { margin-top:-20px; }
  .qt_tab_content { padding:2em; }
  .qt_tab_content .desc { margin:10px 0 -5px; }
}


/* デザインテーブル */
.post_content .design_table { border:none !important; }
.post_content .design_table th, .post_content .design_table td { border-color:rgba(255,255,255,0.5) !important; }
.post_content .design_table tr:first-child td { background:#238c00; color:#fff; font-weight:600 !important; }
.post_content .design_table.red_color tr:first-child td { background:#d93600; }
.post_content .design_table.blue_color tr:first-child td { background:#008c8c; }
.post_content .design_table tr:nth-child(even) td { background:#f6f6f6 !important; }
@media screen and (max-width:1000px) {
  .post_content .design_table td { padding:10px 25px; font-size:14px; }
}
@media screen and (max-width:800px) {
	.post_content .design_table { width:580px !important; margin:0 auto; }
}




/* ----------------------------------------------------------------------
 シェアボタン
---------------------------------------------------------------------- */
.share_button_list.top { }
.share_button_list ul { display:flex; flex-wrap:wrap; margin:0 -3px -3px 0; }
.share_button_list.large_size ul { margin:0 -5px -5px 0; }
.share_button_list li { flex: 1 1 0%; margin:0 3px 3px 0; max-width:100px; }
.share_button_list.large_size li { flex: 0 0 auto; width:calc(25% - 5px); margin:0 5px 5px 0; max-width:inherit; }
.share_button_list a { display:block; text-align:center; position:relative; height:30px; background:#000; color:#fff; border-radius:3px; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; line-height:32px; }
.share_button_list.mono a { line-height:30px; background:#f2f2f2; color:#000; border:1px solid #ddd; }
.share_button_list.large_size a { height:40px; line-height:42px; }
.share_button_list.large_size.mono a { line-height:40px; }
.share_button_list .label { font-size:12px; position:relative; font-family:Arial; }
.share_button_list a:before { font-family:'sns_icon'; display:block; color:#fff; margin-right:5px; position:relative; transition: color 0.25s ease; -webkit-font-smoothing: antialiased; }
.share_button_list.mono a:before { color:#000; }
.share_button_list .twitter_button a:before { content:'\e950'; font-size:12px; top:-1px; }
.share_button_list .facebook_button a:before { content:'\e944'; font-size:18px; top:-1px; }
.share_button_list .hatena_button a:before { content:'\e908'; font-size:14px; top:0px; }
.share_button_list .pocket_button a:before { content:'\e90a'; font-size:16px; top:0px; }
.share_button_list .rss_button a:before { content:'\e90b'; font-size:12px; top:0px; }
.share_button_list .feedly_button a:before { content:'\e907'; font-size:15px; top:0px; }
.share_button_list .pinterest_button a:before { content:'\e905'; font-size:16px; top:0px; }
.share_button_list .line_button a:before { content:'\e909'; font-size:16px; top:0px; }
.share_button_list.color .twitter_button a { background:#000; border-color:#000; }
.share_button_list.color .facebook_button a { background:#35629a; border-color:#35629a; }
.share_button_list.color .hatena_button a { background:#3c7dd1; border-color:#3c7dd1; }
.share_button_list.color .pocket_button a { background:#ee4056; border-color:#ee4056; }
.share_button_list.color .rss_button a { background:#ffb53c; border-color:#ffb53c; }
.share_button_list.color .feedly_button a { background:#6cc655; border-color:#6cc655; }
.share_button_list.color .pinterest_button a { background:#d4121c; border-color:#d4121c; }
.share_button_list.color .line_button a { background:#00B900; border-color:#00B900; }
@media(hover: hover) {
  .share_button_list.color .twitter_button a:hover { background:#666; }
  .share_button_list.color .facebook_button a:hover { background:#1f3669; }
  .share_button_list.color .hatena_button a:hover { background:#0270ac; }
  .share_button_list.color .pocket_button a:hover { background:#c53648; }
  .share_button_list.color .rss_button a:hover { background:#e09900; }
  .share_button_list.color .feedly_button a:hover { background:#5ca449; }
  .share_button_list.color .pinterest_button a:hover { background:#a42f35; }
	.share_button_list.color .line_button a:hover { background:#009100; border-color:#009100; }
  .share_button_list.mono .twitter_button a:hover { background:#000; border-color:#000; }
  .share_button_list.mono .facebook_button a:hover { background:#35629a; border-color:#35629a; }
  .share_button_list.mono .hatena_button a:hover { background:#3c7dd1; border-color:#3c7dd1; }
  .share_button_list.mono .pocket_button a:hover { background:#ee4056; border-color:#ee4056; }
  .share_button_list.mono .rss_button a:hover { background:#ffb53c; border-color:#ffb53c; }
  .share_button_list.mono .feedly_button a:hover { background:#6cc655; border-color:#6cc655; }
  .share_button_list.mono .pinterest_button a:hover { background:#d4121c; border-color:#d4121c; }
  .share_button_list.mono .line_button a:hover { background:#00B900; border-color:#00B900; }
  .share_button_list.mono a:hover { color:#fff; }
  .share_button_list.mono a:hover:before { color:#fff; }
}
@media screen and (max-width:800px) {
  .share_button_list .label { display:none; }
  .share_button_list.large_size .label { display:inline; }
  .share_button_list.large_size a { height:35px; line-height:37px; }
  .share_button_list.large_size.mono a { line-height:35px; }
  .share_button_list a:before { margin:0; }
  .share_button_list.large_size a:before { margin-right:5px; }
  .share_button_list .twitter_button a:before { top:0px; }
  .share_button_list .facebook_button a:before { top:-1px; }
  .share_button_list.large_size .facebook_button a:before { top:-1px; }
  .share_button_list .hatena_button a:before { top:0px;}
  .share_button_list .pocket_button a:before { top:0px; }
  .share_button_list .feedly_button a:before { top:-1.5px; }
  .share_button_list .rss_button a:before { top:-1px; }
}
@media screen and (max-width:500px) {
	.share_button_list li { max-width:inherit; }
  .share_button_list.large_size li { width:calc(50% - 5px); max-width:inherit; }
}
.share_button_list_default ul { display:flex; flex-wrap:wrap; margin:0 -3px -10px 0; }
.share_button_list_default li { margin:0 3px 3px 0; }
.share_button_list_default li.pocket_button { width:90px !important; }




/* ----------------------------------------------------------------------
 Contact form 7
---------------------------------------------------------------------- */
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous { -webkit-transition:all .3s; -webkit-box-sizing:border-box; box-sizing:border-box; display:block; position:relative; width:225px; height:48px; margin:30px auto 0; border:none !important; outline:none; background-color:#333333; color:#fff; font-size:14px; line-height:1.5; text-align:center; text-decoration:none; cursor:pointer; transition:all .3s; }
.wpcf7 .wpcf7-previous + br { display: none; }
@media(hover: hover) {
  .wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover { background-color:#666666; }
}
.wpcf7 form .wpcf7-response-output { margin: 2em 0.5em 2em; padding:0; border: none; text-align:center; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { color:#dc3232; font-size: 1em; }




/* ----------------------------------------------------------------------
 検索フォーム
---------------------------------------------------------------------- */
.l-header__icon{ position: absolute;
  top: 0;
  right: 25px;
  height: 100%;    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;}

  .l-header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-header__search-form input {
  display: block;
  font-size: 16px;
  border: none;
  background: rgba(var(--tcd-bg-color, 245, 245, 245), 1);
}

.l-header__search-form input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.l-header__search-button {
  display: block;
  font-size: 20px;
}

.l-header__search-button label,
.l-header__search-button button {
  font-family:normal_icon;
  width: 60px;
  height: 50px;
  transition: color 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	font-size:16px;
}

.c-icon {
font-family:normal_icon;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.u-button-reset {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.l-header__search--sp{
height: 100%;
}

@media not all and (max-width: 600px) {
  .l-header__search-form input {
    width: 0px;
    height: 50px;
    padding: 0;
    border-radius: 40px;
    opacity: 0;
    transition: width 0.3s ease, opacity 0.3s ease;
  }

  .l-header__search-form input::placeholder {
    color: transparent;
  }

  .l-header__search-button--sp {
    display: none;
  }
}

@media (min-width: 600px) and (hover: hover) and (pointer: fine) {

  .l-header__search:hover .l-header__search-form input,
  .l-header__search-form input:focus,
  .l-header__search-form input:not(:placeholder-shown) {
    width: 300px;
    opacity: 1;
    max-width: calc(100vw - 110px);
    padding: 0 25px;
  }

  .l-header__search:hover label {
    color: rgba(var(--tcd-hover-color, 0, 0, 0), 1);
  }
}

@media not all and (hover: hover) and (pointer: fine) {
  .l-header__search.is-active .l-header__search-form input {
    width: 450px;
    opacity: 1;
    max-width: calc(100vw - 110px);
  }

  .l-header__search.is-active label {
    color: rgba(var(--tcd-hover-color, 0, 0, 0), 1);
  }
}

@media (max-width: 1024px) {
  .l-header__search {
    right: 25px;
  }
}

@media (max-width: 767px) {
  .l-header__search {
    height: 60px;
  }

  .l-header__search-button label {
    width: auto;
    height: 60px;
    padding: 0 15px;
  }
}

@media (max-width: 600px) {
  .l-header__search {
    position: static;
    width: calc(100% + 40px);
    height: 0;
    margin-left: -20px;
    margin-bottom: -1px;
    overflow: hidden;
    transition: height 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }

  .l-header__search.is-active--sp {
    height: 45px;
  }

  .l-header__search-form {
    width: 100%;
    height: 100%;
  }

  .l-header__search-form input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
  }

  .l-header__search-button {
    display: none;
  }

  .l-header__search-button--sp {
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 25px;
    height: 60px;
    width:50px;
    padding: 0 15px !important;
    color: #000;
  }

  .l-header__search-button--sp:before { content:'\e94c'; font-family:normal_icon; position:absolute; top:22px; }
}

/* visually hidden */
.u-visually-hidden {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 4px !important;
  height: 4px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  visibility: visible !important;
}

@media (max-width: 767px) {
  .l-header__search--sp__form {
      pointer-events: auto;
      height: 100%;
      transform: translateY(-100%);
      transition: transform .2s ease;
  }
}

@media (max-width: 767px) {
  .l-header__search--sp .is-active {
    transform: translateY(0);
 }
}

@media (max-width: 767px) {
  .l-header__search--sp {
      overflow: hidden;
      width: 100%;
      pointer-events: none;
      height:100%;
  }
}

@media (max-width: 767px) {
  .l-header__search--sp__form input {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0 1.2em;
      border: none;
      background: #f5f5f5;
      font-size: 16px;
  }
}

@media not all and (max-width: 767px) {
  .l-header__search--sp {
      display: none !important;
  }
}

@media (max-width: 600px) {
  .l-header__icon{
      height: 0;
  }
}

@media (max-width: 600px) {
.l-header__search-button {
  display: none;
}
}

/* HOMME theme */