/*!
 * allcss.css - 株式会社ギバル 静的サイト 統合スタイルシート
 * 各ページ head に散在していた inline <style> と テーマ/プラグインCSSを
 * 読み込み順（カスケード）を保ったまま1ファイルに集約したもの。
 * ページ固有CSS（current-page-style）のみ各HTMLにインライン保持。
 * Googleフォント/gtag は各HTMLの<head>に維持。
 */

/* ============================================================
   01. WordPress img auto-sizes (wp-img-auto-sizes)
   ============================================================ */
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}

/* ============================================================
   02. テーマ本体 style.css (TCD anthem)
   ============================================================ */
@charset "utf-8";
/*
Theme Name:ANTHEM
Theme URI:https://tcd-theme.com/tcd083
Description:"ANTHEM" is a WordPress theme that allows you to create great sales pages. It beautifully expresses the features of products and includes a review function. Smart ranking pages also supports product sales.
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.16.5
Text Domain:tcd-anthem
*/

/* ------------------------------------------------------------------------------------
 web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
------------------------------------------------------------------------------------ */
@font-face {
  font-family: 'design_plus';
  src: url(/fonts/design_plus.eot);
  src: url(/fonts/design_plus.eot) format('embedded-opentype'),
       url(/fonts/design_plus.woff) format('woff'),
       url(/fonts/design_plus.ttf) format('truetype'),
       url(/fonts/design_plus.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'footer_bar';
  src: url(/fonts/footer_bar.eot);
  src: url(/fonts/footer_bar.eot) format('embedded-opentype'),
       url(/fonts/footer_bar.woff) format('woff'),
       url(/fonts/footer_bar.ttf) format('truetype'),
       url(/fonts/footer_bar.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'update_icon';
  src: url(/fonts/update_icon.eot);
  src: url(/fonts/update_icon.eot) format('embedded-opentype'),
       url(/fonts/update_icon.woff) format('woff'),
       url(/fonts/update_icon.ttf) format('truetype'),
       url(/fonts/update_icon.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tiktok_x_icon';
  src: url(/fonts/tiktok_x_icon.eot);
  src: url(/fonts/tiktok_x_icon.eot) format('embedded-opentype'),
       url(/fonts/tiktok_x_icon.woff) format('woff'),
       url(/fonts/tiktok_x_icon.ttf) format('truetype'),
       url(/fonts/tiktok_x_icon.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
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 { overflow-y: scroll; -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 #ccc; margin:1em 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; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
iframe { max-width:100%; }

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

/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
html { scroll-padding-top:100px; }
body { overflow:clip; font-family:Arial,sans-serif; font-size:14px; line-height:1; width:100%; position:relative; -webkit-font-smoothing:antialiased; }
.pc body.admin-bar { padding-top:32px; }
a { text-decoration:none; }
a, a:before, a:after, input {
  -webkit-transition-property:background-color, color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:background-color, color; transition-duration:0.2s; transition-timing-function:ease;
}
.clear { clear:both; }
.hide { display:none; }

/* レイアウト */
#container { position:relative; height:100%; }
#main_contents { width:1200px; margin:0 auto; padding:0 0 150px 0; position:relative; }
.page-template-default #main_contents { padding:90px 0 140px; }
#main_col { width:800px; /* float:left; */ }
#side_col { width:350px; /* float:right; */ }
/* body.layout_type2 #main_col { float:right; }
body.layout_type2 #side_col { float:left; } */
body.layout_type3 #main_col { width:1000px; float:none; margin-right:auto; margin-left:auto; }

@media not screen and (max-width:1050px) {
  #main_contents { display: flex; justify-content: space-between; }
  #main_contents:after { content: none; }
  body.layout_type2 #main_contents { flex-direction: row-reverse; }
  #page_content { flex:1; }
}

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

/* メガメニューA */
.megamenu_product_category_list {
  opacity:0; pointer-events:none; overflow:hidden; width:100%; position:absolute; top:160px; z-index:500; left:0; right:0; margin:auto; background:#222;
  -webkit-transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
.megamenu_product_category_list.active_mega_menu {
  opacity:1; pointer-events:initial; top:140px;
}
.pc .header_fix .megamenu_product_category_list { top:100px; }
.pc .header_fix .megamenu_product_category_list.active_mega_menu { top:80px; }
.megamenu_product_category_list_inner {
  width:1200px; height:360px; position:relative; margin:0 auto;
}
.megamenu_product_category_list .category_list {
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.megamenu_product_category_list .item {
  -ms-flex: 1 1 0%; -webkit-flex: 1 1 0%; flex: 1 1 0%;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.megamenu_product_category_list .item a { display:block; position:relative; width:100%; height:100%; }
.megamenu_product_category_list .image_wrap { display:block; width:100%; height:170px; position:relative; z-index:1; overflow:hidden; }
.megamenu_product_category_list .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
.megamenu_product_category_list .title_area {
  height:190px; width:100%; color:#fff; border-right:1px solid #444; text-align:center;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
  -ms-justify-content:center; -webkit-justify-content:center; justify-content:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
.megamenu_product_category_list .item:first-of-type .title_area { border-left:1px solid #444; }
.megamenu_product_category_list .title { line-height:1.8; font-size:16px; font-weight:500; }
.megamenu_product_category_list .sub_title { display:block; font-size:12px; }

/* メガメニューB */
.megamenu_blog_list {
  opacity:0; pointer-events:none; width:100%; height:360px; position:absolute; top:160px; z-index:500; left:0; right:0; margin:auto;
  -webkit-transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
.megamenu_blog_list.active_mega_menu {
  opacity:1; pointer-events:initial; top:140px;
}
.pc .header_fix .megamenu_blog_list { top:100px; }
.pc .header_fix .megamenu_blog_list.active_mega_menu { top:80px; }
.megamenu_blog_list_inner {
  width:1200px; height:360px; margin:0 auto; position:relative; overflow:hidden;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.megamenu_blog_list_inner:before { content:''; display:block; width:1px; height:360px; background:#444; position:absolute; top:0px; left:0px; z-index:1; }
.megamenu_blog_list_inner:after { content:''; display:block; width:1px; height:360px; background:#444; position:absolute; top:0px; right:0px; z-index:1; }
.megamenu_blog_list .menu_area {
  position:relative; z-index:2;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.megamenu_blog_list .menu_area li {
  text-align:center; height:60px; line-height:60px; cursor:pointer; font-weight:600;
  -ms-flex: 1 1 0%; -webkit-flex: 1 1 0%; flex: 1 1 0%;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.megamenu_blog_list .menu_area li a { display:block; background:#008a98; color:#fff; line-height: 60px;}
.megamenu_blog_list .menu_area li.active a { background:none; color:#008a98; }
.megamenu_blog_list .post_list_area { height:300px; width:100%; }
.megamenu_blog_list .post_list { padding:40px 24px; }
.megamenu_blog_list .item { float:left; width:270px; margin:0 24px 0 0; position:relative; }
.megamenu_blog_list .item:last-of-type { margin:0; }
.megamenu_blog_list .item a { display:block; }
.megamenu_blog_list .image_wrap { display:block; width:100%; height:134px; margin:0 0 15px 0; position:relative; z-index:1; overflow:hidden; }
.megamenu_blog_list .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
.megamenu_blog_list .title_area { position:relative; height:80px; }
.megamenu_blog_list .title {
  color:#fff; font-weight:500; font-size:14px; line-height:2; max-height:4em; overflow:hidden; visibility:visible;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
.megamenu_blog_list .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.megamenu_blog_list .date { position:absolute; bottom:0px; color:#fff; font-size:12px; color:#999; font-family: 'Arial';}

/* カルーセルの矢印 */
.carousel_arrow { width:45px; height:45px; line-height:45px; text-align:center; position:absolute; cursor:pointer; z-index:10; overflow:hidden; }
.carousel_arrow:before {
  font-family:'design_plus'; color:#000; font-size:14px; display:block; text-align:center; top:1px; position:relative;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
.carousel_arrow.prev_item:before { content:'\e90f'; }
.carousel_arrow.next_item:before { content:'\e910'; }
.carousel_arrow:hover:before { color:#ccc; }

/* ----------------------------------------------------------------------
 デザインページ（ランディングページ）
---------------------------------------------------------------------- */
#design_page1 { margin:0 auto; position:relative; }
.design1_content .content_header .catch { line-height:1.5; }

/* 見出し（コンテンツ１、３共通） */
.design1_content .top_headline.type1 { width:150px; height:150px; margin:0 auto 30px; position:relative; overflow:hidden; }
.design1_content .top_headline.type1.shape_type1 { border-radius:100%; }
.design1_content .top_headline .label {
  z-index:2; text-align:center; width:100%; padding:0 15px; display:block; line-height:1.5;
  position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.design1_content .top_headline .overlay { width:100%; height:100%; position:absolute; z-index:1; top:0px; left:0px; }
.design1_content .top_headline.type2 {
  padding:0 25px; min-width:150px; height:60px; line-height:60px; display:table; margin:0 auto 40px; text-align:center; border-radius:60px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.design1_content .content_header { padding:0; margin:0 auto; }
.design1_content .content_header .catch.text_align_type1 { text-align:left; }
.design1_content .content_header .catch.text_align_type3 { text-align:right; }
.design1_content .link_button { text-align:center; z-index:10; position:relative; margin:30px 0 0 0; }
.design1_content .link_button a {
  border:1px solid #fff; display:inline-block; min-width:270px; height:60px; line-height:60px; padding:0 20px; font-size:16px; text-align:center; position:relative; overflow:hidden;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
.design1_content .link_button a:before {
  content:''; display:block; width:100%; height:calc(100% + 2px);
  position:absolute; top:-1px; left:-100%; z-index:-1;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
.design1_content .link_button a.button_animation_type3:before { transform: skewX(45deg); width:calc(100% + 60px); left:calc(-100% - 100px); }
.design1_content .link_button a.button_animation_type2:hover:before { left:0; }
.design1_content .link_button a.button_animation_type3:hover:before { left:-30px; }

/* コンテンツ1 */
.design1_content1 { padding:125px 0 115px; margin:0 auto; }
.design1_content1:last-of-type { padding-bottom:150px; }
.design1_content1 .item_list { width:100%; margin:90px auto 0; position:relative; }
.design1_content1 .item { width:calc(100% / 3 - 40px); margin:0 60px 60px 0; position:relative; float:left; }
.design1_content1 .item:nth-of-type(3n) { margin-right:0; }
.design1_content1 .item .image { margin:0 0 25px 0; display:block; width:100%; height:180px; position:relative; z-index:1; overflow:hidden; }
.design1_content1 .item .title { font-weight:600; font-size:18px; line-height:1.8; }
.design1_content1 .item .desc { line-height:2.2; margin:12px 0 0 0; }
/* アニメーション */
.design1_content1 .inview {
  opacity:0; top:40px; position:relative;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition:all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.design1_content1 .inview.animate {
  opacity:1; top:0px;
}

/* コンテンツ2 */
.design1_content2 { height:600px; position:relative; overflow:hidden; }
.design1_content2 .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
.design1_content2 .bg_image.mobile { display:none; }
.design1_content2 .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }
.design1_content2 .cb_contents_inner { height:600px; }
.design1_content2 .content {
  width:50%; z-index:3;
  position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.design1_content2.text_layout_type1 .content { left:0px; padding:0 60px 0 0; }
.design1_content2.text_layout_type2 .content { text-align:center; width:100%; left:50%; top:50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.design1_content2.text_layout_type3 .content { right:0px; padding:0 0 0 60px; }
.design1_content2 .catch { line-height:1.6; font-weight:500; }
.design1_content2 .desc { line-height:2.4; margin:20px 0 0 0; }
.design1_content2 .link_button { display:inline-block; z-index:10; position:relative; margin:30px 0 0 0; }
.design1_content2 .link_button a {
  display:inline-block; min-width:270px; height:60px; line-height:60px; padding:0 20px; font-size:16px; text-align:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.design1_content2.text_layout_type2 .link_button { }
.design1_content2 .layer_image {
  z-index:3; position:absolute; top:0px; left:0px; width:100%; height:100%;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.design1_content2 .layer_image img { display:block; position:relative; }
.design1_content2 .layer_image img.mobile { display:none; }
.design1_content2.image_layout_type1 .layer_image { -ms-justify-content:flex-start; -webkit-justify-content:flex-start; justify-content:flex-start; }
.design1_content2.image_layout_type2 .layer_image { -ms-justify-content:center; -webkit-justify-content:center; justify-content:center; }
.design1_content2.image_layout_type3 .layer_image { -ms-justify-content:flex-end; -webkit-justify-content:flex-end; justify-content:flex-end; }
.design1_content2.image_layout2_type1 .layer_image { -ms-align-items:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.design1_content2.image_layout2_type2 .layer_image { -ms-align-items:center; -webkit-align-items:center; align-items:center; }
.design1_content2.image_layout2_type3 .layer_image { -ms-align-items:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }

/* レイヤー画像コンテンツ　テキストアニメーション */
.design1_content2 .catch, .design1_content2 .desc, .design1_content2 .link_button {
  opacity:0; position:relative;
}
.design1_content2 .catch.animate, .design1_content2 .desc.animate, .design1_content2 .link_button.animate {
  -webkit-animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
}

/* レイヤー画像コンテンツ　画像のアニメーション */
.design1_content2 .layer_image img { opacity:0; }
.design1_content2.animation_type1 .layer_image img { opacity:1; }
.design1_content2.animation_type2 .layer_image.animate img {
  -webkit-animation: opacityAnimation 2.0s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
  animation: opacityAnimation 2.0s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
}
.design1_content2.animation_type3 .layer_image.animate img {
  -webkit-animation: moveRight 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
  animation: moveRight 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
}
.design1_content2.animation_type4 .layer_image.animate img {
  -webkit-animation: moveLeft 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
  animation: moveLeft 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
}

/* コンテンツ3 */
.design1_content3 { padding:100px 0 100px; margin:0 auto; }
.design1_content3 + .design1_content3 { margin-top:-100px; }
.design1_content3:last-of-type { padding-bottom:150px; }
.design1_content3 .post_content { border-top:1px solid #ddd; margin:30px 0 0 0; padding:43px 0 0 0; }
.design1_content3 .lp_pag_list {
  background:#fafafa; margin:0 0 -1px 0;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.design1_content3 .lp_pag_list .left_box {
  border:1px solid #ddd; width:200px; padding:35px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-justify-content:center; -webkit-justify-content:center; justify-content:center;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
}
.design1_content3 .lp_pag_list .right_box {
  border:1px solid #ddd; width:calc(100% - 200px); padding:35px 35px 30px; border-left:none; line-height:2.2;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.design1_content3 .lp_pag_list .left_box .headline { font-size:16px; text-align:center; line-height:2.2; }
.design1_content3 .post_content .inview p:last-of-type { margin-bottom:2.5em; }
.design1_content3 .post_content img.aligncenter { margin:0 auto; }
.design1_content3 .link_button { margin:60px 0 0; }

/* アニメーション */
.design1_content3 .inview {
  opacity:0; top:40px; position:relative;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition:all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.design1_content3 .inview.animate {
  opacity:1; top:0px;
}

/* ----------------------------------------------------------------------
 サポート（アーカイブページ）
---------------------------------------------------------------------- */
#support_archive { padding:90px 0 150px; width:1200px; margin:0 auto; }
#support_archive .list_header { margin:0 0 87px 0; }
#support_archive .list_header .catch { line-height:1.6; font-weight:500; font-size:38px; text-align:center; }
#support_archive .list_header .desc { line-height:2.4; font-size:16px; margin:15px 0 0 0; text-align:center; }

/* 記事一覧 */
.support_list { opacity:0; pointer-events:none; position:absolute; }
.support_list.active { opacity:1; pointer-events:auto; position:relative; -webkit-transition: opacity 1.8s ease; transition: opacity 1.8s ease; }
.support_list .item { margin-bottom:-1px; }
.support_list .question {
  cursor:pointer; font-weight:500; font-size:16px; border:1px solid #ddd; line-height:1.8; padding:23px 55px 19px; position:relative; background:#fff;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
.support_list .question:before {
  content:''; position:absolute; left:22px; top:36px;
  display:block; width:13px; height:1px; background:#bbb;
}
.support_list .question:after {
  content:''; position:absolute; left:28px; top:30px;
  display:block; width:1px; height:13px; background:#bbb;
}
.support_list .question.active:after { display:none; }
.support_list .question:hover, .support_list .question.active { color:#00a6d0; }
.support_list .answer { font-size:16px; border:1px solid #ddd; border-top:none; padding:30px 55px 25px; background:#f7f7f7; }
.support_list .date { margin:0 25px 0 0; color:#006e7d; font-family: 'Arial';}

/* ----------------------------------------------------------------------
 ランキングページ
---------------------------------------------------------------------- */
#ranking_page { margin:0 auto; padding:0 0 130px 0; position:relative; }
.ranking_content { width:1200px; margin:0 auto; opacity:0; pointer-events:none; position:absolute; }
.ranking_content.active { opacity:1; pointer-events:auto; position:relative; -webkit-transition: opacity 1.8s ease; transition: opacity 1.8s ease; }
.product_ranking_list { margin-bottom:-20px; }
.product_ranking_list .item { width:calc(50% - 10px); margin:0 20px 20px 0; height:190px; float:left; position:relative; background:#fff; }
.product_ranking_list .item:nth-of-type(2n) { margin-right:0; }
.product_ranking_list .item .image_wrap { float:left; display:block; width:280px; height:100%; position:relative; z-index:1; overflow:hidden; }
.product_ranking_list .item .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
.product_ranking_list .item .title_area {
  width:calc(100% - 280px); height:100%; float:left; position:relative;
  border:1px solid #ddd; border-left:none;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.product_ranking_list .item .title_area_inner {
  padding:0 30px;
  position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.product_ranking_list .item .title { line-height:1; font-size:20px; font-weight:600; margin:10px 0 0 0; }
.product_ranking_list .item .desc { line-height:2; margin:10px 0 0 0; }
.product_ranking_list .icon {
  width:70px; height:70px; position:absolute; top:-10px; left:15px; z-index:2; border-radius:100%; color:#fff; font-weight:600;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
  -ms-justify-content:center; -webkit-justify-content:center; justify-content:center;
}
.product_ranking_list .icon span { padding:0 10px; font-size:12px; display:inline; line-height:1.2; text-align:center; }
.product_ranking_list .rank_number {
  width:280px; height:50px; line-height:50px; position:absolute; bottom:0px; left:0px; z-index:2; background:#000; color:#fff; text-align:center;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-justify-content:center; -webkit-justify-content:center; justify-content:center;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
}
.product_ranking_list .rank_number .label { font-size:14px; margin:0 5px 0 0; }
.product_ranking_list .rank_number .num { font-size:28px; font-family:Arial,sans-serif; }

/* カテゴリーランキング */
.category_ranking_list { }
.category_ranking_list .product_ranking_list { width:calc(100% / 3 - 12px); margin:0px 18px 20px 0; float:left; }
.category_ranking_list .product_ranking_list:nth-of-type(3n) { margin-right:0; }
.category_ranking_list .product_ranking_list .item { width:100%; float:none; margin:0 0 18px 0; height:146px; }
.category_ranking_list .product_ranking_list .item:last-of-type { margin-bottom:0; }
.category_ranking_list .product_ranking_list .image_wrap { width:190px; }
.category_ranking_list .product_ranking_list .title_area { width:calc(100% - 190px); }
.category_ranking_list .product_ranking_list .item .title_area_inner { padding:0 30px; }
.category_ranking_list .product_ranking_list .item .title { font-size:20px; }
.category_ranking_list .product_ranking_list .item .desc { font-size:14px; line-height:1.6; max-height:4.8em; overflow:hidden; visibility:visible; }
.category_ranking_list .product_ranking_list .desc span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.category_ranking_list .product_ranking_list .rank_number { width:190px; }
.category_ranking_list .product_ranking_list .headline { background:#f4f4f4; text-align:center; font-size:20px; line-height:1.5; padding:20px 0; }
.category_ranking_list .product_ranking_list .headline .title { font-weight:600; }
.category_ranking_list .product_ranking_list .headline .sub_title { font-size:14px; display:block; font-weight:500; }

/* フリースペース */
.ranking_free_space { position:relative; margin-left:auto; margin-right:auto; }

/* ----------------------------------------------------------------------
 商品（詳細ページ）
---------------------------------------------------------------------- */
body.single-product #page_header .link_button.animate_item { display:none; }

/* メインコンテンツ */
#product_single .content_header { margin:0 0 5px 0; }
#product_single .content_image { display:block; max-width:100%; margin:0 auto; }

/* コンテンツビルダー */
.product_content { border-bottom:1px solid #ddd; padding:60px 0 90px 0; }
.product_content.no_border { border:none; padding-bottom:0; }
.product_content .headline_area { margin:0 0 50px 0; }
.product_content .top_headline { font-size:26px; font-weight:600; line-height:1; text-align:center; }
.product_content .top_sub_title { font-size:12px; line-height:1; text-align:center; margin:10px 0 0 0; }

/* フリーススペース */
.cb_product_free .post_content { font-size:16px; }
.gray_image_list { position:relative; margin:50px 0 50px 0; background:#f4f4f4; padding:50px; }
.gray_image_list img { margin:0 auto 50px; display:block; }
.gray_image_list img:last-of-type { margin:0 auto; }
.gray_image_list br { display:none; }
.cb_product_free .ytube { margin-bottom:50px; }
.brown_bg_list { position:relative; margin:50px 0 10px 0; background:url(/images/brown_bg.jpg) no-repeat top center; background-size:cover; padding:40px 50px; border-radius:20px; line-height:2.2; color:#fff; }
.brown_bg_list ul { margin-bottom:0 !important; color:inherit!important; }

/* 特徴一覧 */
.cb_featured_list .item_list {
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.cb_featured_list .item_list.layout_type1 { display:block; }
.cb_featured_list .item {
  border:1px solid #ddd; margin:0 0 -1px 0; overflow:hidden; min-height:80px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
}
.cb_featured_list .item_list.layout_type2 .item { width:calc(50% + 1px); margin:0 -1px -1px 0; }
.cb_featured_list .item .image { width:128px; }
.cb_featured_list .item.___size-over{   justify-content: space-between; }
.cb_featured_list .item.___size-over .image{ height: 100%; }
.cb_featured_list .item.___size-over .image img{ width: 100%; height: 100%; object-fit: cover; }
.cb_featured_list .item.___size-over .image + .content{
  width: calc(100% - 128px - 35px);
}
.cb_featured_list .item .image img { display:block; margin:0 auto; }
.cb_featured_list .item .content {
  width:calc(100% - 128px); position:relative; padding:20px 0;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
.cb_featured_list .item .desc { padding:0 35px 0 0; line-height:2; word-wrap: break-word; }

/* レビュー */
.cb_product_review .item {
  border:1px solid #ddd; margin:0 0 -1px 0; padding:30px 40px 32px; font-size:16px; line-height:2.2;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
.cb_product_review .name { display:inline; font-weight:600; }
.cb_product_review .rating { display:inline-block; font-size:0.875em; margin-left:18px; vertical-align:1px; }
.cb_product_review .rating-star { color:#ccc;  }
.cb_product_review .rating-star-active { color:#ffbf00; }
.cb_product_review .date { color:#999; display:inline-block; font-size:0.875em; margin-left:18px; vertical-align:1px; font-family: 'Arial';}
.cb_product_review .desc { margin:0; }
.cb_product_review .vote { font-size:0.875em; line-height:1.9; margin:11px 0 0 0; }
.cb_product_review .vote_result { color:#999; }
.cb_product_review .vote_headline { font-weight:400; margin:17px 0 0 0; }
.cb_product_review .vote_buttons { color:#999; margin:2px 0 0 0; }
.cb_product_review .vote_buttons span { float:left; }
.cb_product_review .vote_buttons a { background:#fff; border:1px solid #999; border-radius:13px; box-sizing:border-box; color:#999; display:inline-block; float:left; font-size: 12px; line-height: 24px; margin:0 0 0 7px; min-width: 60px; text-align: center; padding: 0 10px; }
.cb_product_review .vote_buttons a:hover, .cb_product_review .vote_buttons a.active { background:#999; color:#fff; }
.cb_product_review .page_navi { margin:50px 0 0 0; }
@media (min-width:751px) {
  .cb_product_review .page_navi ul { text-align:left; }
}
@media (max-width:750px) {
  .cb_product_review .vote_buttons span { float:none; display:block; margin:0 0 7px 0; }
  .cb_product_review .vote_buttons a { margin:0 7px 0 0; }
}

/* サイドコンテンツ */
#product_side_top { margin-bottom:30px; }
#product_side_content { background:#f4f4f4; }
.pc #product_side_content.active { position:fixed; top:90px; width:350px; }
.pc #product_side_content.active.active_off { position:absolute; top:auto !important; bottom:150px; width:350px; }
#product_side_content .top_area { padding:45px 45px 35px; border-bottom:1px solid #ddd; }
#product_side_content .top_area .category_wrap{display: flex;flex-wrap: wrap;gap: 10px; margin-bottom: 13px;}
#product_side_content .top_area .category {
  background:#fff; border:1px solid #000; text-align:center; border-radius:35px; padding:0 20px; min-width:120px; height:35px; line-height:35px; display:inline-block;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
#product_side_content .top_area .catch { font-size:18px; line-height:1.8; font-weight:600; }
#product_side_content .middle_area { padding:45px 45px 35px; border-bottom:1px solid #ddd; }
#product_side_content .middle_area .desc { line-height:2.2; }
#product_side_content .bottom_area { padding:35px 45px; }
#product_side_content .bottom_area .desc { line-height:2.2; margin:20px 0 0 0; }
#product_side_content .bottom_area .price_label { font-size:14px; margin:0 0 10px 0; }
#product_side_content .bottom_area .price { font-size:18px; font-weight:600; margin:0 0 30px 0; }
#product_side_content .bottom_area .price span { font-size:12px; }
#product_side_content .button_list li { margin:0 0 20px 0; }
#product_side_content .button_list li:last-of-type { margin:0; }
#product_side_content .button_list a {
  border:1px solid #fff; display:inline-block; width:100%; height:60px; line-height:60px; padding:0 20px; font-size:16px; text-align:center; position:relative; overflow:hidden;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
#product_side_content .button_list a:before {
  content:''; display:block; width:100%; height:calc(100% + 2px);
  position:absolute; top:-1px; left:-100%; z-index:-1;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
#product_side_content .button_list a.button_animation_type3:before { transform: skewX(45deg); width:calc(100% + 60px); left:calc(-100% - 100px); }
#product_side_content .button_list a.button_animation_type2:hover:before { left:0; }
#product_side_content .button_list a.button_animation_type3:hover:before { left:-30px; }

/* 関連商品 */
#related_product { background:#f4f4f4; padding:60px 0; }
#related_product .headline { text-align:center; font-size:26px; margin:0 0 57px 0; }
#related_product .product_list { width:1200px; margin:0 auto; }

/* アニメーション */

/* ----------------------------------------------------------------------
 商品（アーカイブページ）
---------------------------------------------------------------------- */
#product_archive { padding:0 0 150px; width:1200px; margin:0 auto; }
#archive_product_list.animation_type1 .item.animate {
  -webkit-animation: opacityAnimation 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
  animation: opacityAnimation 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}
#archive_product_list.animation_type2 .item.animate {
  -webkit-animation: slideUp 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
  animation: slideUp 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}
#archive_product_list.animation_type3 .item.animate {
  -webkit-animation: popUp 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
  animation: popUp 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}

.product_list_inner .item.animate {
  -webkit-animation: slideUp 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
  animation: slideUp 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}

.product_list_inner { display:flex; flex-wrap:wrap; }
#product_archive .product_list_inner .item { float:none; }

/* ロードボタン */
#product_archive .entry-loading { text-align:center; width:100%; display:none; height:50px; line-height:50px; font-size:14px; margin-top:50px; font-weight:600; }
#product_archive .entry-loading.is-show { display: block; }
#product_archive .entry-more_wrap{ text-align: center; }
#product_archive .entry-more { cursor:pointer; display:inline-block; text-align:center; margin:50px auto 0; min-width: 200px; min-height: 50px; line-height: 50px; border: 1px solid #ddd; background: #fff; padding: 0 1em;
  -webkit-transition-property:background-color, color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:background-color, color; transition-duration:0.2s; transition-timing-function:ease;
}
#product_archive .entry-more:hover{ background: #FAFAFA; }
#product_archive .entry-more span { display:block; margin:0; font-size:14px; font-weight:500; }
#product_archive .entry-more.is-hide { display:none; }

/* for AJAX Load */
.product_list_wrap { position:relative; display:none; }
.product_list_wrap.active { display:block }
.product_list_wrap .product_list_inner .item { opacity:0; position:relative; }

/* ----------------------------------------------------------------------
 トップページ（ヘッダーコンテンツ）
---------------------------------------------------------------------- */
#header_slider {
  width:100%; height:820px; overflow:hidden; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
#header_slider_content { position:relative; z-index:5; }
#header_slider .item { width:100%; height:820px; position:relative; }
#header_slider .caption { width:1200px; height:100%; margin:0 auto; z-index:4; position:relative; text-align:left; }
#header_slider .item.text_layout_type2 .caption { text-align:center; }
#header_slider .item.text_layout_type3 .caption { text-align:right; }
#header_slider .caption_inner {
  position:absolute; width:100%; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
#header_slider .catch { line-height:1.4; -ms-word-wrap: break-word; word-wrap: break-word; position:relative; font-weight:500; }
#header_slider .desc { margin:25px 0 0 0; position:relative; }
#header_slider .desc p { font-size:16px; line-height:2.0; }
#header_slider .desc p.mobile { display:none; }
#header_slider .button {
  border:1px solid #fff; font-size:16px; min-width:270px; height:60px; line-height:60px; text-align:center; position:relative; padding:0 60px; margin-top:35px; display:inline-block; overflow:hidden;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
#header_slider .button:before {
  content:''; display:block; width:100%; height:calc(100% + 2px);
  position:absolute; top:-1px; left:-100%; z-index:-1;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
#header_slider .button.button_animation_type3:before { transform: skewX(45deg); width:calc(100% + 60px); left:calc(-100% - 100px); }
#header_slider .button.button_animation_type2:hover:before { left:0; }
#header_slider .button.button_animation_type3:hover:before { left:-30px; }
#header_slider .item.text_layout_type1 .caption_inner { left:0px; }
#header_slider .item.text_layout_type2 .caption_inner { top:50%; -ms-transform: translateY(50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#header_slider .item.text_layout_type3 .caption_inner { right:0px; }
#header_slider .layer_image {
  position:absolute; top:0px; left:0px; z-index:3; width:100%; height:100%;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#header_slider .layer_image img { max-width:100%; display:block; position:relative; }
#header_slider .layer_image img.mobile { display:none; }
#header_slider .item.image_layout_type1 .layer_image { -ms-justify-content:flex-start; -webkit-justify-content:flex-start; justify-content:flex-start; }
#header_slider .item.image_layout_type2 .layer_image { -ms-justify-content:center; -webkit-justify-content:center; justify-content:center; }
#header_slider .item.image_layout_type3 .layer_image { -ms-justify-content:flex-end; -webkit-justify-content:flex-end; justify-content:flex-end; }
#header_slider .item.image_layout2_type1 .layer_image { -ms-align-items:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
#header_slider .item.image_layout2_type2 .layer_image { -ms-align-items:center; -webkit-align-items:center; align-items:center; }
#header_slider .item.image_layout2_type3 .layer_image { -ms-align-items:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
#header_slider .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }
#header_slider .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
#header_slider .bg_image.mobile { display:none; }

/* 背景画像 */
#header_slider .image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
#header_slider .image.mobile { display:none; }

/* 動画・YouTube */
#index_video { margin: 0 auto; width:100%; position:absolute; }
#index_video.type1 { top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#index_video.type2 { top:0px; left:50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
#index_video_inner { padding-top:56.25%; position:relative; width:100%; }
#index_video_mp4, #youtube_video_player { height:100% !important; position:absolute; left:0; top:0; width:100% !important; }

/* ドットナビゲーション */
#header_slider .slick-dots { position:absolute; bottom:23px; left:0px; width:100%; z-index:10; text-align:center; }
#header_slider .slick-dots li { display:inline-block; width:14px; height:14px; margin:0 7px; font-size:12px; }
#header_slider .slick-dots button { cursor:pointer; border:none; color:transparent; width:14px; height:14px; display:block; font-size:0; background:none; position:relative; }
#header_slider .slick-dots button::before { content:''; display:block; width:14px; height:14px; line-height:14px; background:none; border:1px solid #fff; border-radius:20px; position: absolute; top:0; left:0; }
#header_slider .slick-dots button:hover::before, #header_slider .slick-dots .slick-active button::before { background:#00a7ce; border-color:#00a7ce; }

/* テキストアニメーションの設定 */
#header_slider_content .catch, #header_slider_content .desc, #header_slider_content .button {
  opacity:0; position:relative;
}
#header_slider_content .catch.animate, #header_slider_content .desc.animate, #header_slider_content .button.animate {
  -webkit-animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
}

/* レイヤー画像のアニメーションの設定 */
#header_slider_content .layer_image img { opacity:0; }
#header_slider_content .item.animation_type1 .layer_image img { opacity:1; }
#header_slider_content .item.animation_type2 .layer_image.animate img {
  -webkit-animation: opacityAnimation 2.0s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
  animation: opacityAnimation 2.0s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
}
#header_slider_content .item.animation_type3 .layer_image.animate img {
  -webkit-animation: moveRight 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
  animation: moveRight 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
}
#header_slider_content .item.animation_type4 .layer_image.animate img {
  -webkit-animation: moveLeft 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
  animation: moveLeft 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
}

/* 背景画像のアニメーション */
#header_slider_content .item.bg_animation_type1.animate .bg_image {
  -webkit-animation: zoomIn 30s; animation: zoomIn 30s;
}
#header_slider_content .item.bg_animation_type2.animate .bg_image {
  -webkit-animation: zoomOut 30s; animation: zoomOut 30s;
}
#header_slider_content .item.bg_animation_type3.animate .bg_image {
  width:-webkit-calc(100% + 200px); height:-webkit-calc(100% + 200px); width:calc(100% + 200px); height:calc(100% + 200px);
  -webkit-animation: bg_image_move_right 30s; animation: bg_image_move_right 30s;
}
#header_slider_content .item.bg_animation_type4.animate .bg_image {
  width:-webkit-calc(100% + 200px); height:-webkit-calc(100% + 200px); width:calc(100% + 200px); height:calc(100% + 200px);
  -webkit-animation: bg_image_move_left 30s; animation: bg_image_move_left 30s;
}
#header_slider_content .item.bg_animation_type5.animate .bg_image {
  width:-webkit-calc(100% + 200px); height:-webkit-calc(100% + 200px); width:calc(100% + 200px); height:calc(100% + 200px);
  -webkit-animation: bg_image_move_up 30s; animation: bg_image_move_up 30s;
}
#header_slider_content .item.bg_animation_type6.animate .bg_image {
  width:-webkit-calc(100% + 200px); height:-webkit-calc(100% + 200px); width:calc(100% + 200px); height:calc(100% + 200px);
  -webkit-animation: bg_image_move_down 30s; animation: bg_image_move_down 30s;
}
/* 右に移動 */
@-webkit-keyframes bg_image_move_right {
  0% { transform: translate3d(-200px,0,0); }
  100% { transform: translate3d(0px,0,0); }
}
@keyframes bg_image_move_right {
  0% { transform: translate3d(-200px,0,0); }
  100% { transform: translate3d(0px,0,0); }
}
/* 左に移動 */
@-webkit-keyframes bg_image_move_left {
  0% { transform: translate3d(0px,0,0); }
  100% { transform: translate3d(-200px,0,0); }
}
@keyframes bg_image_move_left {
  0% { transform: translate3d(0px,0,0); }
  100% { transform: translate3d(-200px,0,0); }
}
/* 上に移動 */
@-webkit-keyframes bg_image_move_up {
  0% { transform: translate3d(0,0,0); }
  100% { transform: translate3d(0,-200px,0); }
}
@keyframes bg_image_move_up {
  0% { transform: translate3d(0,0,0); }
  100% { transform: translate3d(0,-200px,0); }
}
/* 下に移動 */
@-webkit-keyframes bg_image_move_down {
  0% { transform: translate3d(0,-200px,0); }
  100% { transform: translate3d(0,0,0); }
}
@keyframes bg_image_move_down {
  0% { transform: translate3d(0,-200px,0); }
  100% { transform: translate3d(0,0,0); }
}

/* ヘッダーカルーセル */
#header_carousel_wrap { padding:0 0 10px; }
#header_carousel_wrap .headline { text-align:center; font-size:24px; height:60px; line-height:60px; }
#header_carousel { }
#header_carousel .item { width:350px; height:215px; }
#header_carousel .item a { display:block; width:100%; height:100%; }
#header_carousel .image_wrap { display:block; width:100%; height:100%; position:relative; z-index:1; overflow:hidden; }
#header_carousel .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }

/* ニュースティッカー */
#index_news { display:block; height:60px; width:100%; overflow:hidden; background:#f5f5f5; }
#index_news_inner { width:1200px; margin:0 auto; position:relative; text-align:center; }
#index_news_slider { }
#index_news_slider a {
  display:block; height:60px; line-height:60px;
  overflow:hidden; white-space: nowrap; text-overflow: ellipsis; visibility:visible;
}
#index_news_slider a .date { color:#00a7ce; display:inline; font-size:14px; margin:0 15px 0 0; position:relative; font-family: 'Arial';}
#index_news_slider a .title {
  font-size:14px; font-weight:500; display:inline;
  -webkit-transition: color 0.2s ease; transition: color 0.2s ease;
}
#index_news .archive_link {
  display:block; font-size:14px; width:150px; position:absolute; right:0px; top:0px; text-align:right; height:60px; line-height:60px;
  -webkit-transition: color 0.2s ease; transition: color 0.2s ease;
}
#index_news .archive_link:after {
  font-family:'design_plus'; content:'\e910'; font-size:12px; top:1px; position:relative; margin:0 0 0 12px;
  -webkit-transition: color 0.2s ease; transition: color 0.2s ease;
}

/* ----------------------------------------------------------------------
 トップページ（コンテンツビルダー）
---------------------------------------------------------------------- */
/* 共通パーツ */
.cb_contents_inner { width:1200px; margin:0 auto; position:relative; z-index:30; }
.cb_contents .link_button { text-align:center; z-index:10; position:relative; }
.cb_contents .link_button a {
  border:1px solid #fff; display:inline-block; min-width:270px; height:60px; line-height:60px; padding:0 20px; font-size:16px; text-align:center; position:relative; overflow:hidden;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
.cb_contents .link_button a:before {
  content:''; display:block; width:100%; height:calc(100% + 2px);
  position:absolute; top:-1px; left:-100%; z-index:-1;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
.cb_contents .link_button a.button_animation_type3:before { transform: skewX(45deg); width:calc(100% + 60px); left:calc(-100% - 100px); }
.cb_contents .link_button a.button_animation_type2:hover:before { left:0; }
.cb_contents .link_button a.button_animation_type3:hover:before { left:-30px; }

/* レイヤー画像コンテンツ */
.index_layer_content { height:600px; position:relative; overflow:hidden; }
.index_layer_content .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
.index_layer_content .bg_image.mobile { display:none; }
.index_layer_content .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }
.index_layer_content .cb_contents_inner { height:600px; }
.index_layer_content .content {
  width:50%; z-index:3;
  position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.index_layer_content.text_layout_type1 .content { left:0px; padding:0 60px 0 0; }
.index_layer_content.text_layout_type2 .content { text-align:center; width:100%; left:50%; top:50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.index_layer_content.text_layout_type3 .content { right:0px; padding:0 0 0 60px; }
.index_layer_content .catch { line-height:1.6; font-weight:500; }
.index_layer_content .desc { line-height:2.2; margin:20px 0 0 0; }
.index_layer_content .link_button { text-align:left; margin:30px 0 0 0; }
.index_layer_content.text_layout_type2 .link_button { text-align:center; }
.index_layer_content .layer_image {
  z-index:3; position:absolute; top:0px; left:0px; width:100%; height:100%;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.index_layer_content .layer_image img { display:block; position:relative; }
.index_layer_content .layer_image img.mobile { display:none; }
.index_layer_content.image_layout_type1 .layer_image { -ms-justify-content:flex-start; -webkit-justify-content:flex-start; justify-content:flex-start; }
.index_layer_content.image_layout_type2 .layer_image { -ms-justify-content:center; -webkit-justify-content:center; justify-content:center; }
.index_layer_content.image_layout_type3 .layer_image { -ms-justify-content:flex-end; -webkit-justify-content:flex-end; justify-content:flex-end; }
.index_layer_content.image_layout2_type1 .layer_image { -ms-align-items:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.index_layer_content.image_layout2_type2 .layer_image { -ms-align-items:center; -webkit-align-items:center; align-items:center; }
.index_layer_content.image_layout2_type3 .layer_image { -ms-align-items:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }

/* レイヤー画像コンテンツ　テキストアニメーション */
.index_layer_content .catch, .index_layer_content .desc, .index_layer_content .link_button {
  opacity:0; position:relative;
}
.index_layer_content .catch.animate, .index_layer_content .desc.animate, .index_layer_content .link_button.animate {
  -webkit-animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
}

/* レイヤー画像コンテンツ　画像のアニメーション */
.index_layer_content .layer_image img { opacity:0; }
.index_layer_content.animation_type1 .layer_image img { opacity:1; }
.index_layer_content.animation_type2 .layer_image.animate img {
  -webkit-animation: opacityAnimation 2.0s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
  animation: opacityAnimation 2.0s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
}
.index_layer_content.animation_type3 .layer_image.animate img {
  -webkit-animation: moveRight 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
  animation: moveRight 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
}
.index_layer_content.animation_type4 .layer_image.animate img {
  -webkit-animation: moveLeft 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
  animation: moveLeft 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
}

/* 商品一覧 */
.index_product_list { width:100%; padding:95px 0 100px; }
.index_product_list.cb_contents:last-of-type { padding-bottom:150px; }
.index_product_list .cb_catch { text-align:center; font-weight:500; margin:0 0 0 0; line-height:1.4; }
.index_product_list .cb_desc { line-height:2.4; font-size:16px; text-align:center; margin:20px 0 0 0; }
.index_product_list .link_button { margin:60px 0 0 0; }
.index_product_list .product_list { margin:90px 0 0 0; }
.product_list .item { width:calc(100% / 3 + 1px); height:362px; float:left; position:relative; margin:0 -1px -1px 0; background:#fff; }
.product_list .image_wrap { display:block; width:100%; height:200px; position:relative; z-index:1; overflow:hidden; }
.product_list .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
.product_list .title { height:60px; text-align:center; color:#fff; position:relative; }
.product_list .title span {
  display:block; line-height:1.3; width:100%; padding:0 20px;
  position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.product_list .desc_area {
  padding:20px 30px; height:102px; border:1px solid #ddd; border-top:none;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.product_list .desc { line-height:2; max-height:4em; overflow:hidden; visibility:visible; }
.product_list .desc span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
/* アニメーション */
.index_product_list .cb_catch, .index_product_list .cb_desc, .index_product_list .product_list {
  opacity:0; position:relative;
}
.index_product_list .cb_catch.animate, .index_product_list .cb_desc.animate, .index_product_list .product_list.animate {
  -webkit-animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
}
.index_product_list .link_button {
  opacity:0; top:40px; position:relative;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition:all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.index_product_list .link_button.animate {
  opacity:1; top:0px;
}

/* 記事スライダー */
.index_post_slider { width:100%; background:#f4f4f4; padding:70px 0; }
.index_post_slider .cb_header { margin:0 0 95px 0; }
.index_post_slider .cb_catch { text-align:center; font-weight:500; margin:30px 0 0 0; }
.index_post_slider .cb_desc { line-height:2.4; font-size:16px; text-align:center; margin:25px 0 -7px 0; }
.index_post_slider .post_list_slider_wrap { position:relative; width:1200px; overflow:hidden; }
.index_post_slider .post_list { overflow:hidden; width:1260px; padding:0 0 68px 0; }
.index_post_slider .item { position:relative; margin:0 60px 0 0; }
.index_post_slider .image_link { display:block; background:none; }
.index_post_slider .image_wrap { margin:0 0 25px 0; display:block; width:100%; height:180px; position:relative; z-index:1; overflow:hidden; }
.index_post_slider .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
.index_post_slider .title { font-weight:600; font-size:18px; line-height:1.8; max-height:3.6em; height:3.6em; overflow:hidden; visibility:visible; }
.index_post_slider .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.index_post_slider .title a { color:#2c8a95; line-height: 1.8 !important;}
.index_post_slider .desc { line-height:2.2; max-height:4.4em; height:4.4em; margin:15px 0 0 0; overflow:hidden; visibility:visible; }
.index_post_slider .desc span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.index_post_slider .meta { margin:10px 0 0 0; }
.index_post_slider li { color:#999; font-size:12px; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #ddd; float:left; }
.index_post_slider li:last-of-type { border:none; }
.index_post_slider li a { color:#999; display:none; }
.index_post_slider li a:last-of-type { display:block; }

.index_post_slider .carousel_arrow { position:relative; margin:0 5px; border:1px solid #aaa; border-radius:100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.index_post_slider .carousel_arrow:before { top:2px; color:#999; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.index_post_slider .nav_area {
  position:relative; height:50px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-justify-content:center; -webkit-justify-content:center; justify-content:center;
}
.index_post_slider .link_button { margin:50px 0 0 0; }
/* アニメーション */
.index_post_slider .cb_catch, .index_post_slider .cb_desc, .index_post_slider .post_list_slider_wrap {
  opacity:0; position:relative;
}
.index_post_slider .cb_catch.animate, .index_post_slider .cb_desc.animate, .index_post_slider .post_list_slider_wrap.animate {
  -webkit-animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
}
.index_post_slider .link_button {
  opacity:0; top:40px; position:relative;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition:all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.index_post_slider .link_button.animate {
  opacity:1; top:0px;
}

/* フリースペース */
.index_free_space { position:relative; z-index:30; }
.index_free_space .cb_contents_inner { width:1200px; }
.index_free_space.type2 .cb_contents_inner { width:auto; }
.index_free_space .cb_catch { text-align:center; font-weight:500; margin:0 0 18px 0; line-height:1.5; }
.index_free_space .inview {
  opacity:0; top:40px; position:relative;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition:all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.index_free_space .inview.animate {
  opacity:1; top:0px;
}

/* トップコンテンツ */
#tcd_cb_top_content { text-align:center; }
#tcd_cb_top_content .desc { margin:0 0 50px 0; }
#tcd_cb_top_content .image img { display:block; margin:0 auto; width:100%; }
#tcd_cb_top_content .image.mobile { display:none; }

/* ----------------------------------------------------------------------
 その他のページ
---------------------------------------------------------------------- */
/* 404ページ*/
#page_404_header { width:100%; height:calc(100vh - 140px); position:relative; }
body.hide_header #page_404_header { height:100vh; }
#page_404_header .catch_area {
  position:absolute; z-index:2; text-align:center; width:100%; padding:0 50px;
  left:50%; top:50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#page_404_header .catch { font-size:48px; font-weight:500; }
#page_404_header .desc { font-size:16px; font-weight:500; margin:20px 0 0 0; }
#page_404_header .overlay { width:100%; height:100%; position:absolute; z-index:1; }

#page_404_header .catch, #page_404_header .desc { opacity:0; }
#page_404_header.animate .catch {
  -webkit-animation: opacityAnimation 1.0s ease forwards 0.5s;
  animation: opacityAnimation 1.0s ease forwards 0.5s;
}
#page_404_header.animate .desc {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.0s;
  animation: opacityAnimation 1.0s ease forwards 1.0s;
}
#page_404_button {
  opacity:0; display:block; height:60px; width:60px; line-height:60px; text-decoration:none; z-index:100; position:absolute; bottom:10px; right:0; left:0; margin:auto; z-index:2;
}
#page_404_button:before {
  color:#fff; font-family:'design_plus'; content:'\e90e'; font-size:31px; display:block;
  position:absolute; left:14px; bottom:0px; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  -webkit-animation: slideUpDown 1.2s ease infinite 0s;
  animation: slideUpDown 1.2s ease infinite 0s;
}
#page_404_header.animate #page_404_button {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.5s;
  animation: opacityAnimation 1.0s ease forwards 1.5s;
}
@-webkit-keyframes slideUpDown {
  0% { bottom:10px; }
  50% { bottom:0px; }
  100% { bottom:10px; }
}
@keyframes slideUpDown {
  0% { bottom:10px; }
  50% { bottom:0px; }
  100% { bottom:10px; }
}

/* 検索結果ページ*/
#page_search_header { width:100%; height:calc(100vh - 140px); position:relative; }
body.hide_header #page_search_header { height:100vh; }
#page_search_header .catch_area {
  position:absolute; z-index:2; text-align:center; width:100%; padding:0 50px;
  left:50%; top:50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#page_search_header .catch { font-size:48px; font-weight:500; }
#page_search_header .desc { font-size:16px; font-weight:500; margin:20px 0 0 0; }
#page_search_header .overlay { width:100%; height:100%; position:absolute; z-index:1; }

#page_search_header .catch, #page_search_header .desc { opacity:0; }
#page_search_header.animate .catch {
  -webkit-animation: opacityAnimation 1.0s ease forwards 0.5s;
  animation: opacityAnimation 1.0s ease forwards 0.5s;
}
#page_search_header.animate .desc {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.0s;
  animation: opacityAnimation 1.0s ease forwards 1.0s;
}
#page_search_button {
  opacity:0; display:block; height:60px; width:60px; line-height:60px; text-decoration:none; z-index:100; position:absolute; bottom:10px; right:0; left:0; margin:auto; z-index:2;
}
#page_search_button:before {
  color:#fff; font-family:'design_plus'; content:'\e90e'; font-size:31px; display:block;
  position:absolute; left:14px; bottom:0px; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  -webkit-animation: slideUpDown 1.2s ease infinite 0s;
  animation: slideUpDown 1.2s ease infinite 0s;
}
#page_search_header.animate #page_search_button {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.5s;
  animation: opacityAnimation 1.0s ease forwards 1.5s;
}

#page_search_header .search_form{
  margin: 0 auto 50px;
  opacity:0; margin: 0 auto 50px;
}
#page_search_header.animate  .search_form{
  -webkit-animation: opacityAnimation 1.5s ease forwards 1.5s;
  animation: opacityAnimation 1.5s ease forwards 1.5s;
}

#page_search_header form { height:50px; max-width:400px; position:relative; margin:1em auto 0; }
#page_search_header .input_area input { position:absolute; left:0px; width:100%; height:50px; border:none; background:#fff; z-index:1; padding:0 60px 0 25px; border-radius:50px; z-index:1; }
#page_search_header .search_button input { position:absolute; right:0px; top:0px; border:none; background:none; width:50px; height:50px; z-index:2; cursor:pointer; }
#page_search_header .search_button label { position:absolute; right:0px; top:0px; z-index:10; width:50px; height:50px; display:block; pointer-events:none; }
#page_search_header .search_button label:before {
  display:block; font-family:"design_plus"; color:#000; font-size:16px;content: '\e915';
  top:19px; right:20px; position:absolute; transition: color 0.2s ease;
}

@-webkit-keyframes slideUpDown {
  0% { bottom:10px; }
  50% { bottom:0px; }
  100% { bottom:10px; }
}
@keyframes slideUpDown {
  0% { bottom:10px; }
  50% { bottom:0px; }
  100% { bottom:10px; }
}

/* ----------------------------------------------------------------------
 ページヘッダー
---------------------------------------------------------------------- */
#page_header { height:500px; position:relative; overflow:hidden; z-index:100; }
#page_header_inner { width:1200px; height:100%; margin:0 auto; z-index:3; position:relative; }
#page_header .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
#page_header .bg_image.mobile { display:none; }
#page_header .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }
#page_header .caption {
  width:100%; z-index:3; position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
#page_header.text_layout_type1 .caption { text-align:left; }
#page_header.text_layout_type2 .caption { text-align:center; }
#page_header.text_layout_type3 .caption { text-align:right; }
#page_header .catch { font-size:36px; color:#fff; line-height:1.3; -ms-word-wrap: break-word; word-wrap: break-word; position:relative; font-weight:500; }
#page_header .sub_title { font-size:16px; color:#fff; line-height:1; margin:0 0 15px 0; position:relative; }
#page_header .desc { line-height:2.4; color:#fff; font-size:16px; margin:20px 0 0 0; }
#page_header .desc .mobile { display:none; }
#page_header .title_area {
  position:absolute; width:100%; bottom:0px;z-index:4; background:rgba(0,0,0,0.7); height:70px
  -webkit-transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.0s;
  transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.0s;
}
#page_header .title_area_inner { width:1200px; height:70px; margin:0 auto; position:relative; }
#page_header .title { color:#fff; font-size:34px; text-align:center; line-height:70px; }
#page_header .link_button {
  color:#fff; position:absolute; right:0px; top:14px; min-width:180px; height:40px; line-height:40px; border-radius:40px; overflow:hidden;
  text-align:center; border:1px solid #fff; padding:0 20px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
#page_header .link_button:before {
  content:''; display:block; width:100%; height:calc(100% + 2px);
  position:absolute; top:-1px; left:-100%; z-index:-1;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
#page_header .link_button.button_animation_type3:before { transform: skewX(45deg); width:calc(100% + 60px); left:calc(-100% - 100px); }
#page_header .link_button.button_animation_type2:hover:before { left:0; }
#page_header .link_button.button_animation_type3:hover:before { left:-30px; }
#page_header .layer_image {
  z-index:1; width:100%; height:100%; position:relative;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#page_header .layer_image img { display:block; position:relative; }
#page_header .layer_image img.mobile { display:none; }
#page_header.image_layout_type1 .layer_image { -ms-justify-content:flex-start; -webkit-justify-content:flex-start; justify-content:flex-start; }
#page_header.image_layout_type2 .layer_image { -ms-justify-content:center; -webkit-justify-content:center; justify-content:center; }
#page_header.image_layout_type3 .layer_image { -ms-justify-content:flex-end; -webkit-justify-content:flex-end; justify-content:flex-end; }
#page_header.image_layout2_type1 .layer_image { -ms-align-items:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
#page_header.image_layout2_type2 .layer_image { -ms-align-items:center; -webkit-align-items:center; align-items:center; }
#page_header.image_layout2_type3 .layer_image { -ms-align-items:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }

/* テキストアニメーションの設定 */
#page_header .catch, #page_header .sub_title, #page_header .desc {
  opacity:0; position:relative;
}
#page_header .catch.animate, #page_header .sub_title.animate, #page_header .desc.animate {
  -webkit-animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
}
#page_header .title_area { bottom:-70px; }
#page_header .title_area.animate { bottom:0px; }

/* レイヤー画像のアニメーションの設定 */
#page_header .layer_image img { opacity:0; }
#page_header.animation_type1 .layer_image img { opacity:1; }
#page_header.animation_type2 .layer_image.animate img {
  -webkit-animation: opacityAnimation 2.0s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
  animation: opacityAnimation 2.0s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
}
#page_header.animation_type3 .layer_image.animate img {
  -webkit-animation: moveRight 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
  animation: moveRight 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
}
#page_header.animation_type4 .layer_image.animate img {
  -webkit-animation: moveLeft 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
  animation: moveLeft 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.0s;
}

/* コンテンツの見出し */
.content_header { padding:94px 0 90px 0; }
.content_header .catch { line-height:1.4; font-weight:500; font-size:38px; text-align:center; }
.content_header .desc { line-height:2.4; font-size:16px; margin:20px 0 0 0; text-align:center; }
.content_header .catch .mobile { display:none; }
.content_header .desc .mobile { display:none; }

/* コンテンツリンクボタン */
#header_category_button_wrap { background:#008a98; height:60px; position:relative; top:-60px; }
#header_category_button_wrap.animate_item{ opacity:0;}
#header_category_button_wrap.animate_item.animate {
  top:0px; opacity:1;
  -webkit-transition: top 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.0s;
  transition: top 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.0s;
}
body.single-product #header_category_button_wrap { top:0px !important; }
body.fixed_content_link #header_category_button_wrap { position:fixed; top:0px; left:0px; width:100%; z-index:99999; }
body.fixed_content_link { padding-top:60px !important; }
#header_category_button, #header_category_button ol{width:auto !important;}
#header_category_button { width:1200px; height:60px; position:relative; margin:0 auto; }
#header_category_button ol {
  width:100%;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#header_category_button li {
  line-height:1; text-align:center; z-index:3;
　-ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; flex: 1 0 auto;
}
#header_category_button.type2 li {
  -ms-flex: 1 1 0%; -webkit-flex: 1 1 0%; flex: 1 1 0%;
}
#header_category_button li.moving { pointer-events:none; }
#header_category_button a { display:block; color:#fff; height:60px; line-height:60px; }
#header_category_button .slide_item { position:absolute; left:0px; top:0; height:60px; background:#006e7d; z-index:2; }
#header_category_button .slide_item.animate {
 -webkit-transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

/* ----------------------------------------------------------------------
 ブログアーカイブページ
---------------------------------------------------------------------- */
#blog_archive { margin:0 auto; padding:100px 0 150px; background:#f4f4f4; }
body.no_page_nav #blog_archive { padding-bottom:90px; }

/* アーカイブページ */
#blog_list {
  width:1200px; margin:0 auto;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#blog_list .item { width:calc(100% / 3 - 40px); position:relative; margin:0 60px 60px 0; }
#blog_list .item:nth-child(3n) { margin-right:0; }
#blog_list .image_link { display:block; background:none; }
#blog_list .image_wrap { margin:0 0 25px 0; display:block; width:100%; height:180px; position:relative; z-index:1; overflow:hidden; }
#blog_list .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
#blog_list .title { font-weight:600; font-size:18px; line-height:1.8; max-height:3.6em; 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 .title a { color:#2c8a95; line-height: 1.8 !important;}
#blog_list .desc { line-height:2.2; max-height:4.4em; height:4.4em; overflow:hidden; visibility:visible; margin:13px 0 0 0; }
#blog_list .desc span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#blog_list .meta { margin:10px 0 0 0; }
#blog_list li { color:#999; font-size:12px; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #ddd; float:left; }
#blog_list li:last-of-type { border:none; }
#blog_list li a { color:#999; display:none; }
#blog_list li a:last-of-type { display:block; }

/* ページナビ */
.page_navi { margin:0 0 0; z-index:10; position:relative; }
.page_navi ul { display:flex; justify-content: center; margin:0; font-size:0; text-align:center; }
.page_navi li { display:inline-block; margin:0 -1px 0 0; }
.page_navi a, .page_navi a:hover, .page_navi span {
  color:#000; background:#fff; border:1px solid #ddd; font-size:14px; width:45px; height:45px; line-height:45px; display:inline-block; text-align:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.page_navi a:hover { position: relative; color:#fff; }
.page_navi span.dots { background:none; color:#333; }
.page_navi span.current { color:#fff; background:#000; border-color:#000; position:relative; }

.page_navi .next, .page_navi .prev { }
.page_navi .next span, .page_navi .prev span { display:none; }
.page_navi .next:before, .page_navi .prev:before {
  font-family:'design_plus'; font-size:11px; position:relative;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.page_navi .prev:before { content:'\e90f'; }
.page_navi .next:before { content:'\e910'; }
.page_navi .prev:hover:before, .page_navi .next:hover:before { color:#fff; }

/* 記事が無い場合に表示するメッセージ */
#no_post { text-align:center; height:50px; line-height:50px; font-size:14px; margin-bottom:-50px; }

/* ----------------------------------------------------------------------
 お知らせ　アーカイブページ
---------------------------------------------------------------------- */
#news_archive { padding:30px 0 0 0; border-top:1px solid #ddd; }
#news_archive #main_col {
  background:#fff; border:1px solid #ddd; padding:60px 30px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#news_archive .headline { font-size:36px; text-align:center; line-height:1; margin:0 0 60px; }
#news_archive .page_navi { margin:60px 0 0 0; }

/* 記事一覧 */
#news_list { position:relative; }
#news_list .item { position:relative; }
#news_list a { display:block; height:185px; }
#news_list .image_wrap { display:block; width:370px; height:100%; float:left; position:relative; z-index:1; overflow:hidden; }
#news_list .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
#news_list .title_area {
  border:1px solid #ddd; border-left:none; border-bottom:none;
  width:calc(100% - 370px); float:left; background:#fff; height:100%; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#news_list .item:last-of-type .title_area { border-bottom:1px solid #ddd; }
#news_list .title_area_inner { padding:0 30px; position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#news_list .date { font-size:12px; color:#999; margin:8px 0 0 0; font-family: 'Arial';}
#news_list .title {
  font-weight:500; line-height:1.8; max-height:5.4em; font-size:18px; overflow:hidden; visibility:visible; width:100%;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#news_list .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }

/* ----------------------------------------------------------------------
 お知らせ　詳細ページ
---------------------------------------------------------------------- */
#news_single { padding:30px 0 0 0; border-top:1px solid #ddd; }

/* ----------------------------------------------------------------------
 ブログ　詳細ページ
---------------------------------------------------------------------- */
.post_content a:hover { text-decoration:none; }
#blog_single { padding:30px 0 0 0; border-top:1px solid #ddd; }

#article { background:#fff; padding:0 0 50px 0; }
#article .post_content { padding:45px 50px 0; }

/* タイトル */
#post_title_area { padding:45px 50px 0; position:relative; }
#post_title_area .title { font-size:26px; line-height:1.5; font-weight:500; }
#post_title_area .meta { margin:15px 0 0 0; }
#post_title_area .meta li { float:left; font-size:12px; color:#999; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #ddd; }
#post_title_area .meta li:last-of-type { border:none; margin:0; padding:0; }
#post_title_area .category a { color:#999; line-height:1; }
#post_title_area .category a:after { content:','; margin:0 5px 0 0; }
#post_title_area .category a:last-of-type:after { display:none; }
#post_title_area .update { position: relative; bottom: 1px; font-family: 'Arial';}
#post_title_area .update:before { position: relative; font-family:'update_icon'; content:'\e140'; font-size:12px; padding: 0 5px 0 0px; top: 1px;}

/* アイキャッチ画像 */
#post_image { margin:45px 0 47px 0; width:100%; height:460px; }

/* SNSボタン */
#single_share_top { margin:0 50px 45px; padding:12px 0 0 0; }
#single_share_top .share-top { margin:0; }
#single_share_bottom { margin:50px 50px 0; }
#single_share_bottom .share-btm { margin-bottom:0 !important; padding:0; }
#single_share_top .mt10, #single_share_top .mt10 { margin:0 !important; }
#single_share_bottom .mb45, #single_share_bottom .mb45 { margin:0 !important; }
.share-type1 ul { text-align:left; }
.share-type3 ul { text-align:left; }
.share-type2 ul.type2 { text-align:left; }
.share-type4 ul.type4 { text-align:left; }
.sns_default_top  { text-align:left; }

/* コピーボタン */
.single_copy_title_url { text-align: center; }
.single_copy_title_url_btn { background:#fff; border:3px solid #ccc; cursor:pointer; line-height:54px; min-width:300px; padding: 0 5px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition-property:background-color, color; -webkit-transition-duration:0.3s; -webkit-transition-timing-function:ease;
  transition-property:background-color, color; transition-duration:0.3s; transition-timing-function:ease;
}
.single_copy_title_url_btn.copied { background:#ccc; color:#fff; pointer-events:none; }
#single_copy_title_url_top { margin:0 0 38px 0; }
#single_copy_title_url_bottom { margin:45px 0 0; }

/* ページ分割 */
#post_pagination { margin:0; padding:18px 0 0px 0; clear:both; font-size:0; text-align:center; }
#post_pagination a, #post_pagination p {
  color:#000; background:#fff; border:1px solid #ddd; font-size:12px; display:inline-block; margin:0 -1px 0 0; width:45px; height:45px; line-height:45px; text-align:center; text-decoration:none;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#post_pagination p { position:relative; background:#000; border-color:#000; color:#fff; }
#post_pagination a:hover { background:#000; border-color:#000; color:#fff; }

/* ページ分割（続きを読むver） */
#p_readmore { text-align:center; padding:0; margin-bottom:-14px; }
#p_readmore .button {
  background:#eee; color:#000; display:inline-block; height:50px; line-height:50px; min-width:220px; padding:0 40px; text-decoration:none;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#p_readmore .button:hover { background:#333; color:#fff; }

/* メタ情報 */
#post_meta_bottom { margin:45px 0 0; padding:15px 30px; border:1px solid #ddd; background:#fff; }
#post_meta_bottom li { display:inline; margin:0 10px 0 0; padding:0 15px 0 25px; border-right:1px solid #ddd; font-size:12px; line-height:1.8; position:relative; }
#post_meta_bottom li:last-child { border:none; margin:0; }
#post_meta_bottom li:before {
  font-family:'design_plus'; color:#666; font-size:15px; line-height:1;
  position:absolute; top:0px; left:0px;
}
#post_meta_bottom li.post_author:before { content:'\e90d'; }
#post_meta_bottom li.post_category:before { content:'\e92f'; }
#post_meta_bottom li.post_tag:before { content:'\e935'; }
#post_meta_bottom li.post_comment:before { content:'\e916'; font-size:20px; top:-3px; left:-2px; }

/* プロフィール */
.author_profile {
  background:#fff; border:1px solid #ddd; margin:50px 50px 0; padding:30px; position:relative;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#blog_archive .author_profile { width:1200px; margin:0 auto 100px; padding:50px; border:none; }
.author_profile a.avatar { display:block; width:120px; height:120px; border-radius:100%; position:relative; overflow:hidden; z-index:2; }
.author_profile img.avatar { display:block; width:100%; height:auto; }
.author_profile .info {
  padding:0 0 0 30px; -webkit-width:calc(100% - 120px); width:calc(100% - 120px); position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#blog_archive .author_profile .info { padding:0 0 0 50px; }
.author_profile .name { font-size:20px; margin:0 0 12px 0; font-weight:500; }
.author_profile .desc { margin:0; font-size:14px; line-height:2; }
#blog_archive .author_profile .desc { font-size:16px; }
.author_profile .author_link { margin:10px 0 -5px -5px; font-size:0; }
.author_profile .author_link li { display:inline-block; margin:0 10px 0 0; position:relative; }
.author_profile .author_link li a {
  display:block; overflow:hidden; width:20px; height:20px; line-height:20px; text-align:center; position:relative;
}
.author_profile .author_link li a span { display:none; }
.author_profile .author_link li a:before {
  font-family:'design_plus'; font-size:14px; display:block;
  position:absolute; top:1px; left:0; right:0; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.author_profile .author_link li a:hover:before { color:#aaa; }
.author_profile .author_link li.twitter a:before { font-family: 'tiktok_x_icon'; content: "\e901"; }
.author_profile .author_link li.facebook a:before { content:'\e902'; }
.author_profile .author_link li.insta a:before { content:'\ea92'; }
.author_profile .author_link li.pinterest a:before { content:'\e905'; }
.author_profile .author_link li.tiktok a:before { font-family: 'tiktok_x_icon'; content: "\e900"; }
.author_profile .author_link li.youtube a:before { font-family: 'footer_bar'; content: "\ea9d"; }
.author_profile .author_link li.contact a:before { content:'\f003'; }
.author_profile .archive_link { float:right; padding:0 20px 0 0; margin-top:4px; }
.author_profile .archive_link span:after {
  font-size:12px; font-family:'design_plus'; content:'\e910'; display:block; position:absolute; right:0px; top:5px; height:14px; line-height:14px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.author_profile .author_link li.line a:before { content:'\e909'; }
.author_profile .author_link li.note a:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  top: 3px;
  position: relative;
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M10 10.4968C25.408 10.4968 46.504 9.70479 61.648 10.1208C81.952 10.6408 89.624 19.5048 89.888 41.3448C90.152 53.7208 89.888 89.1048 89.888 89.1048H67.896C67.896 58.1368 68.008 53.0168 67.896 43.2568C67.632 34.6568 65.2 30.5768 58.584 29.7928C51.592 29.0088 31.992 29.6808 31.992 29.6808V89.1448H10V10.4968Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  transition: background-color 0.3s ease;
}

/* 関連記事 */
#related_post { margin:50px 0 0; position:relative; }
#related_post .headline { font-weight:600; font-size:22px; padding:0 25px; background:#000; color:#fff; height:60px; line-height:60px; }
#related_post .item { height:160px; position:relative; background:#fff; }
#related_post .image_link { float:left; width:320px; height:100%; display:block; background:none; }
#related_post .image_wrap { display:block; width:100%; height:100%; position:relative; z-index:1; overflow:hidden; }
#related_post .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
#related_post .title_area {
  width:calc(100% - 320px); float:left; height:100%; border-bottom:1px solid #ddd; border-right:1px solid #ddd; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#related_post .title_area_inner {
  padding:0 50px; width:100%;
  position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#related_post .title { font-weight:500; font-size:16px; line-height:1.6; max-height:3.2em; overflow:hidden; visibility:visible; }
#related_post .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#related_post .meta { margin:15px 0 0 0; }
#related_post .meta li { float:left; font-size:12px; color:#999; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #ddd; }
#related_post .meta li:last-of-type { border:none; margin:0; padding:0; }
#related_post .category a { color:#999; }
#related_post .category a:after { content:','; margin:0 5px 0 0; }
#related_post .category a:last-of-type:after { display:none; }

/* 広告 */
#single_banner_top { margin:0 auto; padding:10px 0 45px; }
#single_banner_bottom { margin:50px auto 0; }
#single_banner_shortcode { margin:0 auto; padding:15px 0 45px; }
img.single_banner_image { max-width:100%; height:auto; display:block; margin:0 auto; }

/* ナビゲーション */
#next_prev_post { margin:50px 50px 0; }
#next_prev_post .item { float:left; height:120px; width:50%; position:relative; }
#next_prev_post a {
  display:block; position:relative; width:100%; height:100%; border:1px solid #ddd; background:#fff;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#next_prev_post a:before {
  content:''; font-family:'design_plus'; color:#111; font-size:12px; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  content:'\e90f'; position:absolute; left:23px; margin-top:2px;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
#next_prev_post .next_post a:before { content:'\e910'; left:auto; right:23px; }
#next_prev_post .title {
  font-size:16px; line-height:1.6; max-height:3.2em; overflow:hidden; position:absolute; width:100%; padding:0 30px 0 57px; visibility:visible;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#next_prev_post .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#next_prev_post .nav { display:none; }
#next_prev_post .next_post { float:right; left:-1px; position:relative; }
#next_prev_post .next_post .title { padding:0 57px 0 30px; }

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
#header { z-index:300; position:relative; }
#header_top_inner {
  height:60px; width:1200px; margin:0 auto; position:relative;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#header_bottom { position:relative; z-index:2; background:#fff; -webkit-transition: background-color 0.2s ease; transition: background-color 0.2s ease; }
#header_bottom_inner { width:1200px; height:80px; margin:0 auto; position:relative; }
#drawer_menu { display:none; }
body.hide_header_image.hide_content_link #header, body.author #header { border-bottom:1px solid #ddd; }

/* 説明文 */
#site_description {
  height:60px; position:relative; font-weight:500;
  -ms-flex: 1 1 0%; -webkit-flex: 1 1 0%; flex: 1 1 0%;
}
#site_description span {
  display:block; line-height:1.6; position:relative; padding-right:20px;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}

/* 検索フォーム */
#header_search { width:300px; height:60px; position:relative; overflow:hidden; }
#header_search .input_area input {
  width:250px; color:#fff; height:35px; padding:5px 10px; border:none; background:none; background:rgba(255,255,255,0.3); z-index:1;
  position:absolute; left:250px; top:12px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#header_search:hover .input_area input, #header_search.active .input_area input { left:0px; }
#header_search .button input { background:none; width:50px; height:60px; border:none; position:absolute; right:0px; pointer-events:none; z-index:2; }
#header_search .button label { background:#222; display:block; width:50px; height:60px; position:absolute; top:0px; right:0px; cursor:pointer; z-index:2; }
#header_search .button label:before {
  font-family:'design_plus'; color:#fff; font-size:18px; content:'\e915'; display:block; position:relative; top:21px; left:16px;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
#header_search .button label:hover:before { color:#0b8a97; }

/* 言語ボタン */
#lang_button { font-family:Arial !important; text-align:center; font-size:0; }
#lang_button li { display:inline-block; font-size:15px; font-weight:600; margin:0 0 0 20px; }
#lang_button li:first-of-type { margin:0; }
#lang_button li.active a { color:#999; pointer-events:none; }
#lang_button li a { display:block; height:60px; line-height:60px; }
#lang_button li a:hover {  }
#lang_mobile_button { display:none; }
#lang_button_mobile { display:none; }

/* ロゴ */
#header_logo {
  position:absolute; left:0px; z-index:3;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); height: 100%;
}
#header_logo .logo { line-height:1; margin:0; padding:0; font-weight:500; display:block; height: 100%;}
#header_logo .logo a { height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
#header_logo img { display:block; margin:0 auto; -webkit-transition: opacity 0.35s ease-in-out; transition: opacity 0.35s ease-in-out; max-height: calc(100% - 20px); width: auto;}
#header_logo img:hover { opacity:0.5; }
#header_logo .pc_logo_image.type1 { display:none; }
#header_logo .pc_logo_image.type2 { display:block; }
#header_logo .mobile_logo_image { display:none; }
#header_logo .mobile_logo_text { display:none; }

/* グローバルメニュー */
#global_menu { text-align:right; }
#global_menu > ul { position:relative; margin:0; font-size:0; }
#global_menu > ul > li { display:inline-block; position:relative; line-height:1; text-align:center; font-size:16px; }
#global_menu > ul > li > a {
  padding:0 15px; text-decoration:none; height:80px; line-height:80px; display:block; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#global_menu ul ul { display:none; width:100%; min-width:240px; position:absolute; top:80px; left:0px; 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 { background:#000; color:#fff; display:block; position:relative; padding:14px 16px 12px; height:auto; line-height:1.6; margin:0; }
#global_menu ul ul a:hover { text-decoration:none; background:#444; }

#global_menu ul ul li.menu-item-has-children > a:before {
  font-family:'design_plus'; content:'\e910'; color:#fff; display:block; position:absolute; right:9px; top:19px; font-size:10px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

/* メニューボタン */
#menu_button { display:none; }

/* SNSボタン */
#header_sns {
  z-index:20; text-align:center; position:absolute; right:-4px; top:0px; font-size:0;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.header_sns li { display:inline-block; position:relative; }
.header_sns li a { display:block; overflow:hidden; width:30px; height:80px; line-height:80px; text-align:center; position:relative; }
.header_sns li a span { display:none; }
.header_sns li a:before {
  font-family:'design_plus'; font-size:15px; display:block;
  position:absolute; top:1px; left:0; right:0;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.header_sns li a:hover:before { }
.header_sns li.twitter a:before { font-family: 'tiktok_x_icon'; content: "\e901"; }
.header_sns li.facebook a:before { content:'\e902'; }
.header_sns li.insta a:before { content:'\ea92'; }
.header_sns li.tiktok a:before { font-family: 'tiktok_x_icon'; content: "\e900"; }
.header_sns li.pinterest a:before { content:'\e905'; }
.header_sns li.google a:before { content:'\e900'; }
.header_sns li.youtube a:before { font-family: 'footer_bar'; content: "\ea9d"; }
.header_sns li.contact a:before { content:'\f003'; }
.header_sns li.rss a:before { content:'\e90b'; }
.header_sns li.line a:before { content:'\e909'; }
.header_sns li.note a:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  top: 8px;
  position: relative;
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M10 10.4968C25.408 10.4968 46.504 9.70479 61.648 10.1208C81.952 10.6408 89.624 19.5048 89.888 41.3448C90.152 53.7208 89.888 89.1048 89.888 89.1048H67.896C67.896 58.1368 68.008 53.0168 67.896 43.2568C67.632 34.6568 65.2 30.5768 58.584 29.7928C51.592 29.0088 31.992 29.6808 31.992 29.6808V89.1448H10V10.4968Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  transition: background-color 0.3s ease;
}

/* 固定ヘッダー */
.pc .header_fix { padding-top:140px; }/* #header_inner height + #header margin bottom */
.pc .hide_header.header_fix { padding-top:0; }
.pc .header_fix #header {
  position:fixed; opacity:1; top:0px; left:0px; z-index:200; width:100%; box-shadow:0 0 15px 5px rgba(0,0,0,0.1); border-bottom:none;
  -webkit-animation: slide_down_menu 0.5s ease !important; animation: slide_down_menu 0.5s ease !important;
}
.pc body.hide_header_image.hide_content_link.header_fix #header { border-bottom:none; }
.pc .header_fix #header_top { display:none; }
.pc .admin-bar.header_fix { padding-top:190px; }
.pc .use_fixed_content_link.header_fix { padding-top:0px; }
.pc .use_fixed_content_link.header_fix #header { position:relative; }
.pc .use_fixed_content_link.header_fix #header_top { display:block; }
.pc .hide_content_link.use_fixed_content_link.header_fix { padding-top:140px !important; }
.pc .hide_content_link.use_fixed_content_link.header_fix #header { position:fixed; }
.pc .hide_content_link.use_fixed_content_link.header_fix #header_top { display:none; }
@-webkit-keyframes slide_down_menu {
  0% { top:-80px; }
  100% { top:0px; }
}
@keyframes slide_down_menu {
  0% { top:-80px; }
  100% { top:0px; }
}

/* パンくずリンク */
#bread_crumb { margin:0 auto; width:1200px; }
body.layout_type3 #bread_crumb { width:1000px; }
#bread_crumb ul { margin:0 auto; padding:0; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; visibility:visible; }
#bread_crumb li { display:inline; font-size:12px; margin:0; padding:0; position:relative; }
#bread_crumb li:after {
  font-family:'design_plus'; content:'\e910'; font-size:10px; color:#000;
  display:inline-block; line-height:70px; height:69px; margin:0 12px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li:last-of-type:after { display:none; }
#bread_crumb, #bread_crumb li.last { color:#999; }
#bread_crumb li a { height:69px; line-height:70px; display:inline-block; }
#bread_crumb li a:hover { }
#bread_crumb li.category a { display:none; }
#bread_crumb li.category a:first-of-type, #bread_crumb li.category a:only-of-type { display:inline-block; }
#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:'design_plus'; content:'\e90c'; font-size:12px;
  display:inline-block; height:100%; line-height:1; top:0px; position:relative;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

/* メッセージ */
#header_message {
  position: relative;
  z-index: 1200;
  width: 100%;
  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;
  min-height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#header_message .post_content { text-align: center; }
#header_message .post_content a{ color: inherit; }
#close_header_message {
  position: absolute;
  right: 0;
  cursor: pointer;
  width: 72px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease
}

#close_header_message:before {
  content: '\e91a';
  font-family: design_plus;
  font-size: 14px
}

#close_header_message:hover {
  opacity: .4
}

#close_header_message:before {
  content: '\e91a';
  font-family: design_plus;
  font-size: 14px
}

#close_header_message:hover {
  opacity: .4
}

#header_message a.label:hover{ text-decoration: underline; }
#header_message p,a{ line-height: 1.4; margin: 0; }
#header_message p.label a{text-decoration: underline;}
#header_message p.label a:hover { opacity: .6; }

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
/* フッターカルーセル */
#footer_carousel_wrap { position:relative; padding:50px 0 40px; overflow:hidden; }
#footer_carousel_wrap .overlay { content:''; display:block; width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
.footer_bg_image { display:block; width:100%; height:100%; position:absolute; top:0px; left:0px; }
.footer_bg_image.mobile { display:none; }
#footer_video {
  position:absolute; left:0; width:100vw;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
@media screen and (max-width:950px) {
  #footer_video {
    width:auto; height:100%;
    left:50%; top:50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
  }
}

#footer_carousel { width:1200px; margin:0 auto; position:relative; z-index:2; }
#footer_carousel .headline { color:#fff; text-align:center; font-size:26px; font-weight:600; margin:0 0 50px 0; }
#footer_carousel_wrap.no_icon .headline { margin:0 0 15px 0; }
#footer_carousel_inner { width:1170px; margin:0 auto; }
#footer_carousel_inner .item { margin:0 30px; position:relative; }
#footer_carousel_inner a { width:100%; margin:0 auto; display:block; position:relative; padding:30px 0 0; }
#footer_carousel_inner .item .image { width:100%; height:auto; display:block; }
#footer_carousel_inner .icon {
  width:70px; height:70px; position:absolute; top:0px; left:-30px; z-index:2; border-radius:100%; color:#fff; font-weight:600;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
  -ms-justify-content:center; -webkit-justify-content:center; justify-content:center;
}
#footer_carousel_inner .icon span { padding:0 10px; font-size:12px; display:inline; line-height:1.2; text-align:center; }
#footer_carousel_inner .title { height:70px; text-align:center; color:#fff; position:relative; font-size:18px; }
#footer_carousel_inner .title span {
  display:block; line-height:1.3; width:100%;
  position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#footer_carousel_inner .desc { line-height:2; max-height:4em; overflow:hidden; visibility:visible; color:#fff; margin-top:-7px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
#footer_carousel_inner .desc span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#footer_carousel .carousel_arrow:before { font-size:20px; top:2px; color:#fff; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
#footer_carousel .carousel_arrow:hover:before { color:#aaa; }
#footer_carousel .carousel_arrow.prev_item { position:absolute; left:-20px; top:155px; }
#footer_carousel .carousel_arrow.next_item { position:absolute; right:-20px; top:155px; }

/* フッター記事一覧 */
#footer_post_list_wrap { background:#000; padding:50px 0; }
#footer_post_list { width:1200px; margin:0 auto; }
#footer_post_list .item { width:calc(100% / 3 - 20px); float:left; margin:0 30px 0 0; position:relative; }
#footer_post_list .item:nth-child(3n) { margin:0; }
#footer_post_list .item a { display:block; }
#footer_post_list .item .image_wrap { float:left; display:block; width:150px; height:150px; position:relative; z-index:1; overflow:hidden; }
#footer_post_list .item .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
#footer_post_list .title_area { float:left; width:calc(100% - 150px); height:150px; position:relative; }
#footer_post_list .title {
  width:100%; color:#fff; padding:0 30px; line-height:2; max-height:6em; overflow:hidden; visibility:visible; font-weight:500;
  position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
#footer_post_list .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
#footer_post_list .category {
  font-size:12px; text-align:center;
  position:absolute; top:0px; left:0px; z-index:10; background:#000;
}
#footer_post_list .category a {
  background:#0b8a97; color:#fff !important; display:block;
  padding:0 20px; min-width:100px; height:35px; line-height:35px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}

/* フッター下部 */
#footer_bottom { width:1200px; height:60px; margin:0 auto; position:relative; }

/* SNSボタン */
#footer_sns { font-size:0; z-index:20; text-align:center; position:absolute; top:20px; right:-5px; }
#footer_sns li { display:inline-block; margin:0 5px; position:relative; }
#footer_sns li a { display:block; overflow:hidden; width:20px; height:20px; line-height:20px; text-align:center; position:relative; }
#footer_sns li a span { display:none; }
#footer_sns li a:before {
  font-family:'design_plus'; font-size:15px; display:block;
  position:absolute; top:1px; left:0; right:0;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#footer_sns li a:hover:before { }
#footer_sns li.twitter a:before { font-family: 'tiktok_x_icon'; content: "\e901"; }
#footer_sns li.facebook a:before { content:'\e902'; }
#footer_sns li.insta a:before { content:'\ea92'; }
#footer_sns li.tiktok a:before { font-family: 'tiktok_x_icon'; content: "\e900"; }
#footer_sns li.pinterest a:before { content:'\e905'; }
#footer_sns li.google a:before { content:'\e900'; }
#footer_sns li.youtube a:before { font-family: 'footer_bar'; content: "\ea9d"; }
#footer_sns li.contact a:before { content:'\f003'; }
#footer_sns li.rss a:before { content:'\e90b'; }
#footer_sns li.line a:before { content:'\e909'; }
#footer_sns li.note a:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  top: 2px;
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M10 10.4968C25.408 10.4968 46.504 9.70479 61.648 10.1208C81.952 10.6408 89.624 19.5048 89.888 41.3448C90.152 53.7208 89.888 89.1048 89.888 89.1048H67.896C67.896 58.1368 68.008 53.0168 67.896 43.2568C67.632 34.6568 65.2 30.5768 58.584 29.7928C51.592 29.0088 31.992 29.6808 31.992 29.6808V89.1448H10V10.4968Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  transition: background-color 0.3s ease;
}

/* メニュー */
#footer_menu { }
#footer_menu ul { text-align:center; font-size:0; }
#footer_menu li { font-size:14px; display:inline-block; margin:0 15px; }
#footer_menu li a { height:60px; line-height:60px; display:block; }

/* コピーライト */
#copyright { background:#00a8c8; color:#fff; line-height:60px; height:60px; font-size:12px; text-align:center; }

/* ページ上部へ戻るボタン */
#return_top { display:block; }
#return_top a { background:#222; display:block; height:60px; width:60px; line-height:60px; text-decoration:none; z-index:100; position:relative; }
#return_top a:hover { color:#fff !important; }
#return_top span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#return_top a:before {
  color:#fff; font-family:'design_plus'; content:'\e911'; font-size:12px; display:block; width:12px; height:12px;
  position:absolute; left:0; right:0; top:4px; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#return_top {
  position:fixed; right:0px; bottom:0px; z-index:999;
  -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.35s; transition: all 0.35s;
}
#return_top.active { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

/* 固定コンテンツ */
#fixed_footer_content {
  position:fixed; bottom:0; left:0; width:100%; height:120px; color:#fff; padding:40px; z-index:9999;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s;
}
#fixed_footer_content.active { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
#fixed_footer_content a { color:#fff; text-decoration:none; }
#fixed_footer_content .content_left {
  position:absolute; left:40px; top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
  width:-webkit-calc(100% - 530px); width:calc(100% - 530px);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#fixed_footer_content .has_image .content_left { width:-webkit-calc(100% - 840px); width:calc(100% - 840px); }
#fixed_footer_content .button {
  position:absolute; right:55px; top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
  min-width:300px; height:55px; line-height:55px; text-align:center; display:inline-block; padding:0 40px 0 10px; font-size:16px;
}
#fixed_footer_content .button:after {
  font-family:'design_plus'; content:'\e910'; color:#fff; font-size:14px; display:block; position:absolute; top:1px; right:16px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#fixed_footer_content .image {
  position:absolute; right:55px; max-width:728px;
  top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
#fixed_footer_content .image img { width:100%; max-width:100%; height:auto; display:block; }
#fixed_footer_content .close {
  position:absolute; right:5px; top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
  display:block; width:40px; height:40px; border-radius:100%;
}
#fixed_footer_content span { display:none; }
#fixed_footer_content .close:before {
  font-family:'design_plus'; color:#fff; font-size:20px; display:block;
  content:'\e91a'; position:absolute; top:10px; left:10px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#fixed_footer_content .close:hover { background:rgba(255,255,255,0.1); }
#fixed_footer_content .catch { font-size:21px; margin:0; line-height:1.5; }
#fixed_footer_content .desc { font-size:14px; margin:5px 0 0 0; line-height:2; }
#fixed_footer_content .pr { background:#fff; color:#333; display:inline; font-size:12px; margin:5px 15px 0 0; padding:0 12px; border-radius:2px; height:20px; line-height:20px; float:left; }
#fixed_footer_content .pr1 { display:none; }

#fixed_footer_content .free {
  width:100%; padding-right:100px; position:absolute; left:40px;
  top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#fixed_footer_content .post_content p { margin:0; line-height:1.6; }

/* ----------------------------------------------------------------------
 ウィジェット
---------------------------------------------------------------------- */
/* 基本設定 */
.widget_content { margin:0 0 30px 0; -webkit-box-sizing:border-box; box-sizing:border-box; }
.widget_content:last-of-type { margin-bottom:0; }
.widget_content ul { margin:0; }
.widget_content li ul { margin:10px 0 0 0; }
.widget_content li { line-height:2; padding:2px 0; margin:0 0 10px 0; }
.widget_content a { text-decoration:none; color:#000; }
.widget_content a:hover { }
.widget_content img { height:auto; max-width:100%; }
.widget_headline { font-weight:500; font-size:16px; padding:0 25px; margin:0; background:#000; color:#fff; height:60px; line-height:60px; }

/* 広告 */
.tcd_ad_widget { background:#fff; padding:24px; }
.tcd_ad_widget img { height:auto; max-width:100%; margin:0 auto; display:block; }

/* カレンダー */
#wp-calendar { margin:0 auto; width:100%; font-size:11px; border-collapse:separate; table-layout:fixed; }
#wp-calendar th, #wp-calendar td { padding:2px; line-height:3.4; text-align:center; }
#wp-calendar td a { display:block; margin:0; padding:0; text-decoration:none; background-color:#eee; }
#wp-calendar td a:hover { text-decoration:none; color:#fff; background:#aaa; }
#wp-calendar caption { padding:7px 0; }
#wp-calendar thead th, #wp-calendar tfoot td { border:none; padding:0; line-height:2; }
#wp-calendar #prev, #wp-calendar #next { line-height:3; }
#wp-calendar #prev a, #wp-calendar #next a { text-decoration:none; background:none; }
#wp-calendar #prev a:hover, #wp-calendar #next a:hover { }
#wp-calendar td#today { font-weight:bold; }

/* デザインされた記事一覧1 */
.styled_post_list1 { }
.styled_post_list1 li { margin:0; padding:0; }
.styled_post_list1 li:last-child { margin:0; }
.styled_post_list1 a { display:block; width:100%; height:110px; overflow:hidden; background:#fff !important; position:relative; }
.styled_post_list1 .image_wrap { float:left; display:block; width:110px; height:110px; position:relative; z-index:1; overflow:hidden; }
.styled_post_list1 .image { width:100%; height:110px !important; display:block; overflow:hidden; position:relative; z-index:2; }
.styled_post_list1 .image img { width:100%; height:auto; display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
.styled_post_list1 .title_area {
  width:calc(100% - 110px); height:110px; float:left; border:1px solid #ddd; border-left:none; border-bottom:none; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.styled_post_list1 li:last-of-type .title_area { border-bottom:1px solid #ddd; }
.styled_post_list1 .title_area_inner {
  position:absolute; padding:0 18px;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.styled_post_list1 .title {
  margin:2px 0 0 0; font-size:14px; line-height:1.8; max-height:5.4em; font-weight:500; word-break:break-all; overflow:hidden;
  -webkit-transition-property:color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:color; transition-duration:0.2s; transition-timing-function:ease;
}
.styled_post_list1 .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.styled_post_list1 .date {
  font-size:12px; color:#999;
  -webkit-transition-property:color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:color; transition-duration:0.2s; transition-timing-function:ease; font-family: 'Arial';
}
.styled_post_list1 a:hover .title { color:#666; }

.styled_post_list1 li.no_image {}
.styled_post_list1 li.no_image a { height: auto; }
.styled_post_list1 li.no_image .title_area { width: 100%; height: auto; float:none; border:none; border-bottom:1px solid #ddd; }
.styled_post_list1 li.no_image:last-of-type .title_area { border-bottom:none; }
.styled_post_list1 li.no_image .title_area_inner { padding:20px; top:auto; transform:translateY(0); position:relative; display:flex; flex-wrap:wrap-reverse; }
.styled_post_list1 li.no_image .title { width:100% }
.styled_post_list1 li.no_image .date:before {
  font-family:'footer_bar'; content:'\e912'; font-size:13px; display:inline-block; margin:0 5px 0 0; vertical-align:-1px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

/* タブ記事 */
.widget_tab_post_list_button { position:relative; z-index:10; }
.widget_tab_post_list_button a {
  height:60px; line-height:60px; width:50%; float:left; text-align:center;
  display:block; border:1px solid #ddd; border-bottom:none; background:#fff; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.widget_tab_post_list_button a:last-child { border-left:none; }
.widget_tab_post_list_button a.active { }
.widget_tab_post_list2 { display:none; }
.widget_tab_post_list li { margin:0; padding:0; }
.widget_tab_post_list li:last-child { margin:0; }
.widget_tab_post_list a { display:block; width:100%; height:110px; overflow:hidden; background:#fff !important; position:relative; }
.widget_tab_post_list .image_wrap { float:left; display:block; width:110px; height:110px; position:relative; z-index:1; overflow:hidden; }
.widget_tab_post_list .image { width:100%; height:110px !important; display:block; overflow:hidden; position:relative; z-index:2; }
.widget_tab_post_list .image img { width:100%; height:auto; display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
.widget_tab_post_list .title_area {
  width:calc(100% - 110px); height:110px; float:left; border:1px solid #ddd; border-left:none; border-bottom:none; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.widget_tab_post_list li:last-of-type .title_area { border-bottom:1px solid #ddd; }
.widget_tab_post_list .title_area_inner {
  position:absolute; padding:0 18px;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.widget_tab_post_list .title {
  margin:2px 0 0 0; font-size:14px; line-height:1.8; max-height:5.4em; font-weight:500; word-break:break-all; overflow:hidden;
  -webkit-transition-property:color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:color; transition-duration:0.2s; transition-timing-function:ease;
}
.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:12px; color:#999;
  -webkit-transition-property:color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:color; transition-duration:0.2s; transition-timing-function:ease; font-family: 'Arial';
}
.widget_tab_post_list a:hover .title { }

/* 検索 */
.widget_search label { display:none; }
#searchform {
  border:1px solid #ddd; background:#fff; height:60px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#searchform #s {
  border:none; background:none; padding:0 18px; margin:0; width:calc(100% - 50px); height:60px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#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:1px; }
#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:'design_plus'; color:#333; font-size:18px; content:'\e915'; right:0px; top:0px;
}
#searchform .submit_button:hover:before { color:#aaa; }
#searchform .submit_button:hover { }

/* デザインカテゴリー一覧 */
.tcd_category_list_widget .widget_headline { z-index:2; }
.tcd_category_list { position:relative; margin:0; top:-1px; }
.tcd_category_list li { margin:0; padding:0; background:none; position:relative; font-size:14px; }
.tcd_category_list .child_menu_button { width:60px; height:60px; position:absolute; right:0px; top:0px; z-index:2; cursor:pointer; }
.tcd_category_list .child_menu_button:before {
  font-family:'design_plus'; content:'\e90e'; text-align:center;
  display:block; font-size:14px;
  position:absolute; right:18px; top:19px;
}
.tcd_category_list li.active > .child_menu_button:before { content:'\e911'; }
.tcd_category_list .child_menu_button:hover { }
.tcd_category_list a {
  display:block; padding:0 25px; height:60px; line-height:60px; overflow:hidden; margin:0 0 -1px 0; text-decoration:none; position:relative; background:#fff; border:1px solid #ddd;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.tcd_category_list a:hover { color:#fff; }
.tcd_category_list li li a { padding-left:39px; }
.tcd_category_list li li li a { padding-left:53px; }
.tcd_category_list li li li li a { padding-left:67px; }
.tcd_category_list ul {
  display:none; margin:0 !important; padding:0 !important; background:none;
  z-index:9; position:relative;
}
.tcd_category_list li.open > ul { }
.tcd_category_list ul ul { width:100%; position:relative;}
.tcd_category_list ul li { margin:0; padding:0; }

/* アーカイブ一覧 */
.tcdw_archive_list_widget .side_headline { display:none; }
.p-widget-dropdown { height:45px; line-height:45px; position:relative; }
.p-widget-dropdown::after { color:#666; content:"\e90e"; font-family: "design_plus"; position:absolute; top:0; right: 17px; z-index:1; }
.p-widget-dropdown select { padding-right:33px; position:relative; z-index:2; -webkit-appearance:none; appearance:none; }
.p-widget-dropdown select::-ms-expand { display:none; }

.p-dropdown { font-size:14px; }
.p-dropdown__title { -webkit-box-sizing:border-box; box-sizing:border-box; position: relative; height:60px; line-height:60px; padding:0 18px; border:1px solid #ddd; background:#fff; color:#000; z-index:10; }
.p-dropdown__title::after { position:absolute; right:17px; top:2px; font-family:"design_plus"; content:"\e90e"; color:#000; }
.p-dropdown__title:hover { cursor:pointer; }
.p-dropdown__title.is-active::after { content:"\e911"; }
.p-dropdown__title:hover:after { color:#ccc; }
.p-dropdown__list { display:none; top:-1px; position:relative; }
.p-widget .p-dropdown .p-dropdown__list { }
.p-dropdown__list li { line-height:1.5; margin:0; padding:0; position:relative; }
.p-dropdown__list li ul { margin:0; position:relative; display:none; }
.p-dropdown__list li a { display:block; padding:0px 18px; height:47px; line-height:47px; margin:-1px 0 0 0; background:#fff; color:#000; border:1px solid #ddd; }
.p-dropdown__list li a:hover { }
.p-dropdown__list li li a { padding-left:32px; }
.p-dropdown__list li li li a { padding-left:46px; }
.p-dropdown__list li li li li a { padding-left:60px; }
.p-dropdown__list .child_menu_button { width:50px; height:50px; position:absolute; right:0px; top:0px; z-index:2; cursor:pointer; }
.p-dropdown__list .child_menu_button:before {
  font-family:'design_plus'; content:'\e90e'; text-align:center;
  display:block; font-size:14px; width:14px; height:14px; line-height:14px;
  position:absolute; right:18px; top:20px;
}
.p-dropdown__list li.active > .child_menu_button:before { content:'\e911'; }
.p-dropdown__list .child_menu_button:hover { color:#ccc; }

/* 記事スライダー */
.post_slider_widget .widget_headline { margin-bottom:-1px; position:relative; z-index:2; }
.post_slider_widget .post_slider {
  border:1px solid #ddd; padding:14px; height:287px; position:relative; background:#fff;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.post_slider_widget .item { width:100%; height:235px; margin:0; position:relative; }
.post_slider_widget .item a.link { display:block; width:100%; height:240px; background:#fff; position:relative; overflow:hidden; }
.post_slider_widget .image_wrap { display:block; width:100%; height:160px; position:relative; z-index:1; overflow:hidden; }
.post_slider_widget .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
.post_slider_widget .title_area {
  height:77px; padding:14px 20px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.post_slider_widget .title { line-height:1.8; font-size:14px; overflow:hidden; max-height:3.6em; font-weight:500; }
.post_slider_widget .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.post_slider_widget .slick-dots { position:absolute; bottom:18px; left:0px; width:100%; z-index:10; text-align:center; }
.post_slider_widget .slick-dots li { display:inline-block; width:10px; height:10px; margin:0 4px; font-size:12px; }
.post_slider_widget .slick-dots button { cursor:pointer; border:none; color:transparent; width:10px; height:10px; display:block; font-size:0; background:none; position:relative; }
.post_slider_widget .slick-dots button::before { content:''; display:block; width:10px; height:10px; line-height:10px; background:#ccc; border-radius:20px; position: absolute; top:0; left:0; }
.post_slider_widget .slick-dots button:hover::before, .post_slider_widget .slick-dots .slick-active button::before { background:#00a7ce; }

/* 商品スライダー */
.product_slider_widget .widget_headline { margin-bottom:-1px; position:relative; z-index:2; }
.product_slider_widget .post_slider {
  border-bottom:1px solid #ddd; height:284px; position:relative; background:#fff;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.product_slider_widget .post_slider:before { content:''; display:block; width:1px; height:110px; background:#ddd; position:absolute; left:0px; bottom:0px; z-index:10; }
.product_slider_widget .post_slider:after { content:''; display:block; width:1px; height:110px; background:#ddd; position:absolute; right:0px; bottom:0px; z-index:10; }
.product_slider_widget .item { width:100%; height:255px; margin:0; position:relative; }
.product_slider_widget .item a.link { display:block; width:100%; background:#fff; position:relative; overflow:hidden; }
.product_slider_widget .image_wrap { display:block; width:100%; height:175px; position:relative; z-index:1; overflow:hidden; }
.product_slider_widget .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
.product_slider_widget .desc { margin:15px 0 0 0; padding:0px 30px; line-height:1.8; font-size:14px; overflow:hidden; max-height:3.6em; font-weight:500; }
.product_slider_widget .desc span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.product_slider_widget .slick-dots { position:absolute; bottom:18px; left:0px; width:100%; z-index:10; text-align:center; }
.product_slider_widget .slick-dots li { display:inline-block; width:10px; height:10px; margin:0 4px; font-size:12px; }
.product_slider_widget .slick-dots button { cursor:pointer; border:none; color:transparent; width:10px; height:10px; display:block; font-size:0; background:none; position:relative; }
.product_slider_widget .slick-dots button::before { content:''; display:block; width:10px; height:10px; line-height:10px; background:#ccc; border-radius:20px; position: absolute; top:0; left:0; }
.product_slider_widget .slick-dots button:hover::before, .product_slider_widget .slick-dots .slick-active button::before { background:#00a7ce; }

/* 商品ランキング */
.side_product_ranking {
  border:1px solid #ddd; border-top:none; overflow:hidden; background-color:#fff;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
}
.side_product_ranking .item {
  width:50%; height:60px; position:relative; border-bottom:1px solid #ddd; border-right:1px solid #ddd; margin-bottom:-1px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.side_product_ranking .item:nth-child(2n) { border-right:none; }
.side_product_ranking.type1 .item { width:100%; border-right:none; }
.side_product_ranking .num { width:30px; height:30px; font-size:11px; text-align:center; line-height:30px; border-radius:100%; color:#fff; background:#aaa; position:absolute; left:10px; top:15px; }
.side_product_ranking .title { height:60px; line-height:60px; margin:0 10px 0 50px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; }

/* デフォルトの最近の記事 */
.widget_recent_entries li { border-bottom:1px dotted #ccc; padding:0 0 15px 0; }
.widget_recent_entries li:last-child { border:none; padding:0; }

/* バナー一覧 */
.tcd_banner_widget a {
  display:block; margin:0 0 21px 0; width:100%; height:150px; position:relative; background:#fff;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.tcd_banner_widget a:last-child { margin-bottom:0; }
.tcd_banner_widget .image_wrap { display:block; width:100%; height:150px; position:absolute; z-index:1; overflow:hidden; left:0px; top:0px; }
.tcd_banner_widget .image { width:100%; height:150px !important; display:block; overflow:hidden; position:relative; z-index:2; }
.tcd_banner_widget .overlay { position:absolute; top:0px; left:0px; width:70%; height:100%; z-index:3; }
.tcd_banner_widget .title_area {
  position:absolute; top:0px; left:0px; z-index:4; padding:0 25px; margin-top:3px;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.tcd_banner_widget .title { font-size:20px; line-height:1.5; }
.tcd_banner_widget .sub_title { font-size:14px; line-height:1.5; }

/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments { margin:50px 0 0; }
#comments .headline { font-weight:600; font-size:22px; padding:0 25px; background:#000; color:#fff; height:60px; line-height:60px; }

/* コメント・トラックバックのタブ */
#comment_header { position:relative; margin:0 0 25px; }
#comment_tab { margin:0; background:#fff; }
#comment_tab li { float:left; text-align:center; margin:0; width:50%; }
#comment_tab li a, #comment_tab li p { font-size:12px; padding:15px 15px; line-height:1.6; display:block; text-decoration:none; background:#fff; color:#000; }
#comment_tab li a:hover { color:#fff; background:#999; }
#comment_tab li.active a { background:#000; }
#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 15px; padding:15px 20px 0; background:#fff; border:1px solid #ddd; }
#comments .post_content { margin:0; padding:0; background:none; font-size:14px; }

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

.comment-meta-left { float:left; width:100%; }
#comments .avatar { float:left; margin:0 10px 0 0; width:40px; height:40px; border-radius:100%; }
.comment-name-date { padding:3px 0 0 0; height:37px; }

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

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

.comment-act { font-size:12px; position:absolute; right:0px; padding:0; margin:5px 0 0 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; }
#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:15px; background:#fff; border:1px solid #ddd; }
.comment .comment_form_wrapper { margin:0 0 20px; }

#cancel_comment_reply a { background:#eee; margin:0 0 1em 0; padding:10px; text-align:center; display:block; }
#cancel_comment_reply a:hover { background:#222; color:#fff; }

#comment_user_login p { padding:5px 0; margin:0; line-height:1; font-size:12px; }
#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; box-shadow:1px 1px 5px 0 rgba(0,0,0,0.1) inset; }
#guest_info input:focus { border:1px solid #999; }
#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:12px; overflow:auto; padding:10px;
  background:#fff; color:#000; border:1px solid #ccc; box-shadow:1px 1px 5px 0 rgba(0,0,0,0.1) inset;
}
#comment_textarea textarea:focus { border:1px solid #999; }

#submit_comment_wrapper { text-align:center; }
#submit_comment {
  color:#000; background:#eee; border:none; cursor:pointer; font-size:14px; width:200px; height:50px; margin:15px auto 0; display:block;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
#submit_comment:hover { background:#222; 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; }

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

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

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

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

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

/* 右に移動 */
@-webkit-keyframes moveRight {
  0% { opacity:0; right:60px; }
  100% { opacity:1; right:0; }
}
@keyframes moveRight {
  0% { opacity:0; right:60px; }
  100% { opacity:1; right:0; }
}

/* 左に移動 */
@-webkit-keyframes moveLeft {
  0% { opacity:0; left:60px; }
  100% { opacity:1; left:0; }
}
@keyframes moveLeft {
  0% { opacity:0; left:60px; }
  100% { opacity:1; left:0; }
}

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

/* パスワード保護 */
.c-pw__desc, .c-pw__desc p { line-height:2.5; }
.c-pw__desc p { margin-bottom:16px !important; }
.c-pw__desc.type2 p { text-align:center; }
.c-pw__desc.type3 p { text-align:right; }
.c-pw__btn { border:none; background:#111; color: #fff; display: inline-block; padding: 0px 20px; font-size:14px; text-align:center; line-height:40px; height:40px; }
.c-pw__btn:hover { background:#333; color: #fff; }
.c-pw__btn--register { min-width: 160px; margin-bottom:32px; }
.c-pw__btn--submit { background:#111; color:#fff; min-width: 100px; border:0; cursor:pointer; top:-1px; position:relative; }
.c-pw .c-pw__btn:hover { text-decoration: none; }
.c-pw__btn.type2 { display:table; margin:0 auto 32px; }
.c-pw__btn.type3 { float:right; }
.c-pw__box { width:100%; border:1px solid #ddd; padding: 25px 36px; display:inline-block; margin-bottom:40px; box-sizing: border-box; background:#fff; }
.c-pw__box .c-pw__box-desc { line-height:1.2; margin-bottom: 20px; }
.c-pw__box-label { margin-right: 14px; }
.c-pw__box-input { border:1px solid #ddd; background:#fff; height:40px; width:250px; margin-right: 13px; flex: 1; box-sizing: border-box; padding: 0 10px; }
.post_content .c-pw__btn, .post_content .c-pw__btn:hover { color: #fff; }

/* Cardlink style - カードリンクのスタイル */
.cardlink { word-wrap: break-word; max-width: 100%; margin: 45px 0 !important; padding: 12px; border: 1px solid #ddd; background: #fafafa; }
.cardlink_thumbnail { margin-right: 20px; float: left; }
.cardlink_content { line-height: 1.6; }
.cardlink_timestamp { display: inline; margin: 0; padding: 0; color: #222; font-size: 12px; line-height: 1.6; vertical-align: top; }
.cardlink_title { margin: 0 0 5px; font-size: 14px; }
.cardlink_title a { color: #000; font-weight: bold; text-decoration: none; }
.cardlink_title a:hover { text-decoration: underline; }
.cardlink_excerpt { overflow: hidden; color: #333; font-size: 12px; line-height: 1.8; }
.cardlink_footer { clear: both; }
.clear { clear: both; }
@media screen and (max-width: 767px) {
  .cardlink_thumbnail { float: none; }
  .cardlink_timestamp { line-height: 2.4; vertical-align: middle; }
  .cardlink_excerpt { float: none; }
}

.cardlink_title{
  font-weight: 600;
  }
  
  .cardlink{
      display: flex;
      align-items: center;
  }
  
  .cardlink_thumbnail{
          width: 120px;
  }

/* 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; }
}

/* ----------------------------------------------------------------------
 ブロックエディターのYotutubeのレスポンシブ対応
---------------------------------------------------------------------- */
.wp-block-embed { margin:0 0 2em 0; }

/* ----------------------------------------------------------------------
 上付き文字、下付き文字
---------------------------------------------------------------------- */
sup {
  vertical-align: super;
  font-size: smaller;
  }
  sub {
  vertical-align: sub;
  font-size: smaller;
  }

  /* ----------------------------------------------------------------------
 長いURLなどがはみ出る現象
---------------------------------------------------------------------- */
.post_content p { word-wrap: break-word; }

/** ブロックエディターのテーブルブロックの調整 **/
.wp-block-table.is-style-stripes td,
.wp-block-table .has-background td{
  background-color: transparent;
}

/* 基本設定 */
.p-widget ul { margin:0; }
.p-widget li { line-height:2; padding:2px 0; margin:0 0 10px 0; }
.p-widget a { text-decoration:none; }

/* デフォルトのRSS */
.widget_rss .rss-widget-feed { display:none; }
.widget_rss .rss-widget-title { text-decoration: none; color:#fff; }
.widget_rss li { border-bottom:1px solid #ddd; margin:0 0 -1px 0; padding:20px 30px 15px; font-size:14px;}
.widget_rss li:last-of-type { border:none; }
.widget_rss ul li { padding:20px 0px; border-bottom:1px solid #ddd; margin-top:-1px; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.widget_rss ul li:not(:first-child) { border-top: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; padding:0 0 0 22px; position:relative; }
.widget_rss ul li .rss-date:before {font-family: 'design_plus';
  content: '\e94e';font-size:16px; position:absolute; top:-2px; left:0px; -webkit-font-smoothing: antialiased; }
.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; }
.widget_rss ul li .rssSummary { -ms-flex-order:4; order:4; color:#999; font-size:13px; margin: -0.35em 0; }
.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); }

/* デフォルトのタグ一覧 */
.widget_tag_cloud .tagcloud {
  margin:15px 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:#fff; padding:0px 20px; border-radius:5px; height:36px; line-height:36px; border: 1px solid #ddd;}
.widget_tag_cloud .tagcloud a:hover { background:#000; color:#fff; }

/* デフォルトの最近の記事 */
.widget_recent_entries ul{ margin-top:15px; }
.widget_recent_entries li { border-bottom:1px solid #ddd; padding:0 0 15px 0; margin-bottom:15px; }
.widget_recent_entries li:last-child { border:none; padding:0; margin:0; }
.widget_recent_entries li a { display:block; }
.widget_recent_entries .post-date { position:relative; color:#999; font-size:14px; display:block; margin-top:3px; }
.widget_recent_entries .post-date:before {
  font-family:'design_plus'; content:'\e94e'; font-size:13px; display:inline-block; margin:0 7px 0 0; vertical-align:-1px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

/* デフォルトのカテゴリー */
.category_list_widget ul { margin:0; }
.category_list_widget ul ul { margin-left:1em; }
.category_list_widget ul li { margin:0; padding:0; line-height:1; }
.category_list_widget ul li a { display:block; line-height:1.6; padding:10px 0; }
.category_list_widget .widget_headline + ul { margin:-12px 0 -14px; }
.widget_categories ul { margin:0; }
.widget_categories ul ul { margin-left:1em; }
.widget_categories ul li { margin:0; padding:0; line-height:1; }
.widget_categories ul li a { display:inline-block; line-height:1.6; padding:10px 0; }
.widget_categories ul li { color:#999; }
.widget_categories .widget_headline + ul { margin:10px 0 0; }

/* デフォルトの固定ページ */
.widget_pages ul { margin:0; }
.widget_pages ul ul { margin-left:1em; }
.widget_pages ul li { margin:0; padding:0; line-height:1; }
.widget_pages ul li a { display:block; line-height:1.6; padding:10px 0; }
.widget_pages .widget_headline + ul { margin:10px 0 0; }

/* デフォルトのナビ　*/
.widget_nav_menu ul { margin:0; }
.widget_nav_menu ul ul { margin-left:1em; }
.widget_nav_menu ul li { margin:0; padding:0; line-height:1; }
.widget_nav_menu ul li a { display:block; line-height:1.6; padding:10px 0; }
.widget_nav_menu .widget_headline + ul { margin:10px 0 0; }

/* デフォルトのコメントウィジェット */
.widget_recent_comments li { color:#999; }
.widget_recent_comments .widget_headline + ul { margin:10px 0 0; }

/* デフォルトのテキストウィジェット */
.widget_text .post_content { font-size:16px; line-height: 1.6; }
.widget_text .widget_headline+.post_content{ margin-top:15px; }

/* デフォルトのブロック */
.widget_block { font-size:16px; line-height:1.6; }

/* デフォルトのメタウィジェット */
.widget_meta ul { margin-bottom:-8px; }
.widget_meta .widget_headline + ul { margin:10px 0 0; }

/* デフォルトのアーカイブとカテゴリー　ドロップダウンメニュー */
.widget_archive select, .widget_categories select {
  border:1px solid #ddd; background:#fff;  width:100%; height:60px; padding:0 18px; font-size:16px; cursor:pointer;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -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;
  left:calc(100% - 50px); text-indent:-100vw;
}
.widget_archive .select_wrap,.widget_categories .select_wrap{
  position: relative;
}
.widget_archive .select_wrap:before, .widget_categories .select_wrap:before {
  font-family:'design_plus'; content:'\e90e'; text-align:center; text-indent:0;
  display:block; font-size:14px; width:14px; height:14px; line-height:14px;
  position:absolute; right:15px; top:25px;
}
.widget_archive ul{ margin-top:15px; }

/* カレンダー */
#calendar_wrap { padding:0; margin:10px 0 0; }
#wp-calendar { margin:0 auto; width:100%; font-size:14px; border-collapse:collapse; table-layout:fixed;}
#wp-calendar caption { padding:12px 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 { display:block; padding:15px 10px; }
#wp-calendar tbody a { display:block; width:30px; height:30px; line-height:30px; border-radius:30px; margin:0 auto; text-decoration:none; background-color:#000; color:#fff; }
#wp-calendar td a:hover { text-decoration:none; color:#fff; background:#aaa; }
#wp-calendar #today { font-weight:600; }
.wp-calendar-nav { font-size:14px; padding:20px 0; width:100%; font-size:14px; }
.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; }

/* デフォルトのギャラリー */
.widget_media_gallery .gallery-caption {
  background-color:#000; color:#fff; font-size:12px; line-height:1.5; margin:0 0 2.5px; max-height:50%;  transform: translateY(50%);
  opacity:0; padding:6px 8px; position:absolute; bottom:0; left:0; text-align:left; width:100%;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.widget_media_gallery .gallery-item { margin-top:0 !important; }
.widget_media_gallery .gallery-item img{border: none!important;}
.widget_media_gallery .gallery-caption:before { content: ""; height:100%; min-height:49px; position:absolute; top:0; left:0; width:100%;  }
.widget_media_gallery .gallery-item:hover .gallery-caption { opacity: .7; transition: all .25s ease; transform: translateY(0%);}

/* TCDCE対策で移設 */

/* ----------------------------------------------------------------------
 Google Map
---------------------------------------------------------------------- */
.qt_google_map { width:100%; height:550px; background:#ddd; margin:0 0 35px 0; }
.qt_google_map .qt_googlemap_embed { width:100%; height:550px; }
.qt_google_map .pb_googlemap_custom-overlay-inner { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; top: -94px; left: -40px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 80px !important; height: 80px !important; border-radius: 50%; font-size: 18px; text-align: center; }
.qt_google_map .pb_googlemap_custom-overlay-inner::after { display: block; position: absolute; right: 0; bottom: -15px; left: 0; width: 0; height: 0; margin: auto; border-width: 16px 5px 0 5px; border-style: solid; content: ""; }
@media screen and (max-width: 750px) {
  .qt_google_map { height:320px; }
  .qt_google_map .qt_googlemap_embed { height:320px; }
}

/* ============================================================
   03. WordPress ブロックライブラリ (block-library common) ※大半は未使用だが既存表示維持のため保持
   ============================================================ */
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/* ============================================================
   04. WordPress classic-theme ボタン
   ============================================================ */
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}

/* ============================================================
   05. WordPress グローバルスタイル (theme.json プリセット) ※大半は未使用だが保持
   ============================================================ */
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}

/* ============================================================
   06. Contact Form 7 スタイル (お問い合わせフォーム用)
   ============================================================ */
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

/* ============================================================
   07. TCD フォント定義 (:root --tcd-font-*)
   ============================================================ */
:root {
  --tcd-font-type1: Arial,"Hiragino Sans","Yu Gothic Medium","Meiryo",sans-serif;
  --tcd-font-type2: "Times New Roman",Times,"Yu Mincho","游明朝","游明朝体","Hiragino Mincho Pro",serif;
  --tcd-font-type3: Palatino,"Yu Kyokasho","游教科書体","UD デジタル 教科書体 N","游明朝","游明朝体","Hiragino Mincho Pro","Meiryo",serif;
  --tcd-font-type-logo: "Noto Sans JP",sans-serif;
}

/* ============================================================
   08. design-plus.css (アイコンフォント等)
   ============================================================ */
@charset "UTF-8";

/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
/* 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:7px; margin-bottom:7px; }
/* 画像ブロック、埋め込みブロックを中央寄せにした時の表示崩れ修正 */
.post_content .wp-block-image .aligncenter, .post_content .wp-block-embed.aligncenter { display: table; }

/* text and headline */
.post_content p { line-height:2.2; margin:0 0 2em 0; }
.post_content p:last-child { margin: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; margin:0 0 15px 0; padding:0; font-weight:600; }
.post_content h1 { font-size:150%; }
.post_content h2 { font-size:140%; }
.post_content h3 { font-size:130%; }
.post_content h4 { font-size:120%; }
.post_content h5 { font-size:110%; }
.post_content h6 { font-size:100%; }

/* 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%; }

/* list */
.post_content li, .post_content dt, .post_content dd { line-height:2.4; }
.post_content ul, .post_content ol, .post_content dl { margin-bottom:24px; }
.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 24px 0; width:100% !important; }
.post_content td, .post_content th { border:1px solid #ccc; padding:10px 15px; line-height:2.4; background:#fff; }
.post_content th { background:#f2f2f2; 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_horizontal th, .post_content table.table_border_horizontal td { border-left:none; border-right:none; padding-left:0; }

/* block quote */
.post_content blockquote { margin:0 0 25px 0; padding:27px 30px; background:#fff; border:1px solid #ccc; box-shadow:0px 3px 0px 0px rgba(150,150,150,0.1); position:relative; }
.post_content blockquote:before { content: '"'; font-style:italic; font-size:30px; font-weight:normal; line-height:40px; width:30px; height:30px; position:absolute; top:5px; left:10px; color:#5cbcd7; }
.post_content blockquote:after { content: '"'; font-style:italic; font-size:30px; font-weight:normal; text-align:left; line-height:60px; width:30px; height:30px; position:absolute; bottom:7px; right:-2px; color:#5cbcd7; }
.post_content blockquote cite { border-top:1px dotted #aaa; display:block; padding:20px 0 0 0; font-style:italic; text-align:right; font-size:90%; }

/* captions */
.post_content .wp-caption {
  margin-bottom:24px; background:#f8f8f8; border:1px solid #ccc; padding:5px; max-width:100%;
  -webkit-border-radius:5px; border-radius:5px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.post_content .wp-caption-text { text-align:center; font-size:12px; font-style:italic; line-height:1.5; margin:9px auto; }
.post_content .wp-caption img[class*="wp-image-"] { display:block; margin:0 auto; }

/* gallery */
.gallery { margin-bottom:20px; }
.gallery a img { border: 0 !important; }
.gallery-item { float:left; margin:0 4px 4px 0; overflow:hidden; position:relative; }
.gallery-columns-1 .gallery-item { max-width:100%; }
.gallery-columns-2 .gallery-item { max-width:48%; max-width:-webkit-calc(50% - 4px); max-width:calc(50% - 4px); }
.gallery-columns-3 .gallery-item { max-width:32%; max-width:-webkit-calc(33.3% - 4px); max-width:calc(33.3% - 4px); }
.gallery-columns-4 .gallery-item { max-width:23%; max-width:-webkit-calc(25% - 4px); max-width:calc(25% - 4px); }
.gallery-columns-5 .gallery-item { max-width:19%; max-width:-webkit-calc(20% - 4px); max-width:calc(20% - 4px); }
.gallery-columns-6 .gallery-item { max-width:15%; max-width:-webkit-calc(16.7% - 4px); max-width:calc(16.7% - 4px); }
.gallery-columns-7 .gallery-item { max-width:13%; max-width:-webkit-calc(14.28% - 4px);	max-width:calc(14.28% - 4px); }
.gallery-columns-8 .gallery-item { max-width:11%; max-width:-webkit-calc(12.5% - 4px); max-width:calc(12.5% - 4px); }
.gallery-columns-9 .gallery-item { max-width: 9%; max-width:-webkit-calc(11.1% - 4px); max-width:calc(11.1% - 4px); }
.gallery-columns-10 .gallery-item { max-width: 7%; max-width:-webkit-calc(9.4% - 0px); max-width:calc(9.4% - 0px); }
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n), .gallery-columns-10 .gallery-item:nth-of-type(10n) { margin-right:0; }
.gallery-caption {
  background-color:rgba(0, 0, 0, 0.7); color:#fff; font-size:12px; line-height:1.5; margin:0; max-height:50%;
  opacity:0; padding:6px 8px; position:absolute; bottom:0; left:0; text-align:left; width:100%;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.gallery-caption:before { content: ""; height:100%; min-height:49px; position:absolute; top:0; left:0; width:100%; }
.gallery-item:hover .gallery-caption { opacity: 1; }
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .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:3px solid #ccc; background:#f8f8f8; font-size:12px; margin:0 0 27px 0; line-height:1.7; padding:20px; overflow:auto; }
.post_content .sticky { }
.post_content .mejs-container { margin: 12px 0 25px; }

/* ----------------------------------------------------------------------
クラシックエディターのテーブルの横スクロール対応
---------------------------------------------------------------------- */
@media (max-width: 767px) {
  .post_content .s_table{ overflow: auto; white-space: nowrap; margin-bottom: 2em; }
  .post_content .s_table table { margin-bottom: 0; }
}

/*  WordPress プリセットスタイル */
@media screen and (max-width:750px) {
  .post_content p { line-height:1.8; }
  .post_content li, .post_content dt, .post_content dd { line-height:1.8; }
  .post_content td, .post_content th { line-height:1.8; }
}

/* ----------------------- TCD Advanced Style -------------------------- */

@font-face {
    font-family: 'design_plus';
    src: url(/fonts/design_plus.eot);
    src: url(/fonts/design_plus.eot) format('embedded-opentype'),
         url(/fonts/design_plus.woff) format('woff'),
         url(/fonts/design_plus.ttf) format('truetype'),
         url(/fonts/design_plus.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ----------------------------------------------------------------------
 Column layout - カラムレイアウト
---------------------------------------------------------------------- */
.post_row { margin-right:-25px; margin-left:-25px; line-height:2.4; }
.post_row:before, .post_row:after { display:table; content:" "; }
.post_row:after { clear:both; }
.post_col, .post_col-2, .post_col-3 { -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; width:100%; min-height:1px; margin-bottom:2em; padding-right:25px; padding-left:25px; float:left; }
@media screen and (min-width: 768px) {
    .post_col-2 { width:50%; }
    .post_col-3 { width:33.33333%; }
}
@media screen and (min-width: 1024px) {
    .post_col-2 { width:50%; }
    .post_col-3 { width:33.33333%; }
}

/* ----------------------------------------------------------------------
 headline - 見出しのスタイル
---------------------------------------------------------------------- */
.post_content .style3a, .post_content .style3b, .post_content .style4a, .post_content .style4b, .post_content .style5a, .post_content .style5b, .post_content .style6 { font-weight: 500; line-height:1.6; }
/* h2 */
.style2a { margin:65px 0 30px !important; padding:0 0 .9em !important; border-bottom:3px solid #000; font-size:26px !important; }
.style2b { margin:65px 0 30px !important; padding:.48em 1em .47em !important; background:#000; color:#fff; font-size:26px !important; }
/* h3 */
.style3a { margin:65px 0 30px !important; padding:1.2em .15em !important; border-top:1px solid #ccc; border-bottom:1px solid #ccc; font-size:22px !important; }
.style3b { margin:65px 0 30px !important; padding:1.1em 1.4em 1.15em !important; border:1px solid #ddd; border-top:3px solid #000; background:#fafafa; font-size:22px !important; }
/* h4 */
.style4a { margin:65px 0 30px !important; padding:.4em 0 .4em 1.2em !important; border-left:3px solid #000; font-size:20px !important; font-weight:500; }
.style4b { -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; margin:65px 0 30px !important; padding:.8em 1.5em .8em !important; border-left:#000 3px solid; font-size:20px !important; }
.style4b:after { position:absolute; top:0; left:0; width:100%; height:calc(100% - 2px); border:1px solid #ddd; border-left:none; content: ''; }
/* h5 */
.style5a { margin:65px 0 30px !important; padding:.85em 1.5em .8em !important; border:1px solid #ddd; background:#fafafa; font-size:18px !important; }
.style5b { margin:65px 0 30px !important; padding:.85em 1.5em .8em !important; background:#000; color:#fff; font-size:18px !important; }
/* h6 */
.style6 { position:relative; margin:65px 0 30px !important; padding:0 .8em 0 1.3em !important; color:#000; font-size:16px !important; font-weight:700; }
.style6:before { position:absolute; top:.35em; left:0; width:12px; height:12px; background:#000; content:""; }
.balloon { display:block; z-index:0; position:relative; width:auto; min-width:115px; margin:50px 0 22px; padding:.5em 18px .5em; clear:both; border-bottom:0; background:#222; color:#fff; font-size:20px; font-weight:400; text-align:left; }
.balloon:after { display:block; position:absolute; bottom:-10px; left:30px; width:0px; height:0px; margin-left:-10px; border-width:10px 10px 0 10px; border-style:solid; border-color:#222 transparent transparent transparent; content:""; }
@media screen and (max-width: 767px) {
    .style2a { margin:30px 0 20px !important; padding:0 0 .6em !important; font-size:20px !important; }
    .style2b { margin:30px 0 20px !important; padding:.42em .7em .41em !important; background:#000; color:#fff; font-size:20px !important; } 
    .style3a { margin:30px 0 20px !important; padding:.6em .15em !important; font-size:18px !important; }
    .style3b { margin:30px 0 20px !important; padding:.5em .5em .45em .6em !important; font-size:18px !important; }
    .style4a { margin:30px 0 20px !important; padding:.4em 0 .4em .8em !important; border-left:2px solid #000; font-size:16px !important; }
    .style4b { margin:30px 0 20px !important; padding:.8em 1em .75em !important; border-left:#000 2px solid; font-size:16px !important; }
    .style5a { margin:30px 0 20px !important; padding:.8em 1em .75em !important; font-size:15px !important; }
    .style5b { margin:30px 0 20px !important; padding:.8em 1em .75em !important; font-size:15px !important; }
}

/* デフォルト見出し+クイックタグ見出しのスタイル */
@media screen and (min-width: 769px) {
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h2,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h3,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h4,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h5,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h6 { margin-top: 40px !important; } 
}
@media screen and (max-width: 768px) {
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h2,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h3,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h4,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h5,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h6 { margin-top: 30px !important; } 
}
@media screen and (max-width: 600px) {
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h2,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h3,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h4,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h5,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h6 { margin-top: 20px !important; } 
}
.post_content h2 { font-size:24px; }
.post_content h3 { font-size:22px; }
.post_content h4 { font-size:20px; }
.post_content h5 { font-size:18px; }
.post_content h6 { font-size:16px; }
@media screen and (max-width: 767px) {
    .post_content h2 { font-size:20px; }
    .post_content h3 { font-size:18px; }
    .post_content h4 { font-size:18px; }
    .post_content h5 { font-size:16px; }
    .post_content h6 { font-size:14px; }
}
/* Vertical */
.p-vertical { width:100%; margin:70px 0; font-size:36px; line-height:1.4; text-align:center; }
.p-vertical p { display:inline-block; margin:0; font-size:inherit; line-height:inherit; text-align:left; -webkit-writing-mode:vertical-rl; -ms-writing-mode:tb-rl; writing-mode:vertical-rl; }
@media screen and (max-width: 767px) { 
 .p-vertical { margin:33px 0; font-size:24px; line-height:1.3; }
}

/* ----------------------------------------------------------------------
 Underline - アンダーライン
---------------------------------------------------------------------- */
.q_underline { background-image: -webkit-linear-gradient(left, transparent 50%, #fff799 50%); background-image: -moz-linear-gradient(left, transparent 50%, #fff799 50%); background-image: linear-gradient(to right, transparent 50%, #fff799 50%); background-position: 0 0.8em; background-repeat: repeat-x; background-size: 200% 0.5em; border: none; border-bottom-color: transparent; -webkit-transition: background 2s ease; -ms-transition: background 2s ease; transition: background 2s ease; }
.q_underline.is-active{ background-position: -100% 0.8em; }

/* ----------------------------------------------------------------------
 Speech balloon - スピーチ
---------------------------------------------------------------------- */
.speach_balloon { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start; }
.speach_balloon_text { background: #fff; border: 2px solid #ddd; border-radius: 10px; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; line-height: 2; margin-bottom: 3em; min-height: 80px; padding: 22px 28px; position: relative; }
.speach_balloon_text > *:last-child { margin-bottom: 0 !important; }
.speach_balloon_text::before, .speach_balloon_text::after { border-color: transparent; border-style: solid; content: ''; pointer-events: none; height: 0; margin-top: -10px; width: 0; position: absolute; right: 100%; top: 40px; }
.speach_balloon_user { -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-right: 36px; margin-bottom: 2em; min-width: 80px; text-align: center; }
.speach_balloon_user_image { border-radius: 50%; height: 80px !important; width: 80px; object-fit: cover; }
.speach_balloon_user_name { font-size: 87.5%; line-height: 1.2; margin-top: 12px; }
.speach_balloon_user_name:only-child { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; margin-top: 0; min-height: 80px; }
.speech_balloon_left1 .speach_balloon_text::before, .speech_balloon_left2 .speach_balloon_text::before { border-width: 8px 10px 8px 0; border-right-color: #ddd; margin-right: 2px; }
.speech_balloon_left1 .speach_balloon_text::after, .speech_balloon_left2 .speach_balloon_text::after { border-width: 8px 10px 8px 0; margin-right: -1.5px; border-right-color: #fff; }
.speech_balloon_right1 .speach_balloon_user, .speech_balloon_right2 .speach_balloon_user { -webkit-order: 2; -ms-order: 2; order: 2; margin-left: 36px; margin-right: 0; }.speech_balloon_right1 .speach_balloon_text::before, .speech_balloon_right2 .speach_balloon_text::before { border-width: 8px 0 8px 10px; border-left-color: #ddd; margin-left: 2px; left: 100%; }
.speech_balloon_right1 .speach_balloon_text::after, .speech_balloon_right2 .speach_balloon_text::after { border-width: 8px 0 8px 10px; margin-left: -1.5px; border-left-color: #fff; left: 100%; }

/* ----------------------------------------------------------------------
 flame - 囲み枠
---------------------------------------------------------------------- */
.well { margin-bottom:30px; padding:1.1em 2em; border:1px solid #ddd; border-radius:6px; background-color:#fafafa; line-height:1.8; }
.well2 { margin-bottom:30px; padding:1.1em 2em; border:1px solid #ddd; line-height:1.8; }
.well3 { margin-bottom:30px; padding:1.1em 2em; border:1px dashed #ddd; background:#fafafa; line-height:1.8; }
.wl_red { border-color:#ebccd1; background-color:#f2dede; color:#a94442 !important; }
.wl_yellow { border-color:#faebcc; background-color:#fcf8e3; color:#8a6d3b !important; }
.wl_blue { border-color:#bce8f1; background-color:#d9edf7; color:#31708f !important; }
.wl_green { border-color:#d6e9c6; background-color:#dff0d8; color:#3c763d !important; }

@media screen and (max-width: 767px) {
    .well, .well2, .well3 { padding:.9em .8em .9em 1em; }
}

/* ----------------------------------------------------------------------
 button - CSSボタンのスタイル
---------------------------------------------------------------------- */
.q_custom_button {
  color:#fff; border:1px solid #000; font-size:100%; font-weight:400; line-height:1.5;
  text-align:center; overflow:hidden; position:relative; z-index:2; max-width:100%; padding:0 30px; margin:0; text-decoration:none;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-inline-flex; display:inline-flex;
  -ms-justify-content:center; -webkit-justify-content:center; justify-content:center;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
.q_custom_button:hover, .q_custom_button:focus { text-decoration: none; }
.q_custom_button:before {
  content:''; display:block; width:100%; height:calc(100% + 2px);
  position:absolute; top:-1px; left:-100%; z-index:-1;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
.q_custom_button.animation_type3:before { transform: skewX(45deg); width:calc(100% + 70px); left:calc(-100% - 110px); }
.q_custom_button.animation_type2:hover:before { left:0; }
.q_custom_button.animation_type3:hover:before { left:-35px; }

.q_button_wrap{ text-align:center; margin: 2em auto; }

/* Button option */
.rounded { border-radius:6px; }
.pill { border-radius:70px; }
.bt_red{ background:#c01f0e; border-color:#c01f0e; color:#fff; }
.bt_red:hover, .bt_red:focus { background-color:#d33929; border-color:#d33929; color:#fff; }
.bt_yellow{ background:#f1c40f; border-color:#f1c40f; color:#fff; }
.bt_yellow:hover, .bt_yellow:focus { background-color:#f9d441; border-color:#f9d441; color:#fff; }
.bt_blue{ background:#2980b9; border-color:#2980b9; color:#fff; }
.bt_blue:hover, .bt_blue:focus { background-color:#3a91c9; border-color:#3a91c9; color:#fff; }
.bt_green{ background:#27ae60; border-color:#27ae60; color:#fff; }
.bt_green:hover, .bt_green:focus { background-color:#39c574; border-color:#39c574; color:#fff; }

/* ----------------------------------------------------------------------
Youtube responsive - Youtube動画のレスポンシブ表示
---------------------------------------------------------------------- */
.ytube { position:relative; height:0; margin-top:20px; margin-bottom:20px; padding-bottom:56.25%; padding-top:30px; overflow:hidden; }
.ytube iframe { position:absolute; top:0; right:0; width:100% !important; height:100% !important; }

/* ----------------------------------------------------------------------
Table responsive - テーブルのレスポンシブ表示
---------------------------------------------------------------------- */
.rps_table { line-height:2.0; }
@media only screen and (max-width:567px) {
  .rps_table tr { display:block; margin-bottom:1.5em; }
  .rps_table th, .rps_table td{ display:list-item; list-style-type:none; border:none; }
  .rps_table td { border-top: none; }
}

/* ----------------------------------------------------------------------
 Cardlink style - カードリンクのスタイル
---------------------------------------------------------------------- */
.cardlink { word-wrap:break-word; max-width:100%; margin:15px 0 2em !important; padding:20px; border:1px solid #ddd; background:#fafafa; }
.cardlink_thumbnail { margin-right:25px; float:left; }
.cardlink_thumbnail img { width:130px; height:130px; -o-object-fit:cover; object-fit:cover; }
/* for IE11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .cardlink_thumbnail img { height:auto; }
}
.cardlink_content { line-height:1.6; }
.cardlink_content p { color:#000; margin-bottom:.5em; line-height:1; }
.cardlink .meta { display:flex; flex-wrap:wrap; margin:0 0 5px 0; }
.cardlink .meta > p { color:#222; font-size:12px; line-height:1; margin:0 10px 10px 0; position:relative; padding:0 0 0 18px; }
.cardlink .meta > p.date:before {
  font-family:'footer_bar'; content:'\e912'; font-size:13px; position:absolute; left:0; top:50%; transform: translateY(-50%);
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.cardlink .meta > p.modified_date { margin-right:0; }
.cardlink .meta > p.modified_date:before {
  font-family:'update_icon'; content:'\e140'; font-size:13px; position:absolute; left:0; top:50%; transform: translateY(-50%);
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.cardlink_title { margin:-3px 0 5px; font-size:16px; }
.cardlink_title a { color:#000; font-weight:bold; text-decoration:none; }
.cardlink_title a:hover { text-decoration:none; }
.cardlink_excerpt { overflow:hidden; color:#000; font-size:14px; line-height:1.9; max-height:3.8em; }
.cardlink_excerpt span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.cardlink_footer { clear:both; }
.clear { clear:both; }
@media screen and (max-width: 767px) {
    .cardlink_timestamp { display:none; }
}
@media screen and (max-width: 567px) {
    .cardlink { padding:15px 11px 12px 13px; }
    .cardlink_thumbnail { margin-right:12px; margin-bottom:10px; float:left; }
    .cardlink_thumbnail img { width:100px; height:100px; }
    .cardlink_title { margin-top:-5px; font-size:14px; }
    .cardlink_excerpt { clear:both; }
}

/* ----------------------------------------------------------------------
 Contactform - お問い合わせフォーム
---------------------------------------------------------------------- */
.wpcf7 { width:100%; margin:0 0 2.5em !important; padding:0; border:1px solid #ddd; background:#fafafa; font-size:14px; }
.wpcf7 form { margin:1.5em 1.5em 0; }
.wpcf7 p { margin-bottom:1em; font-size:16px; }
.wpcf7 input, .wpcf7 textarea { -webkit-box-sizing:border-box; box-sizing:border-box; width:100%; padding:8px; border:1px solid #ccc; line-height:1.2; }
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto; max-width:97%; padding:8px; border:1px solid #ccc; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { font-size:14px; line-height:1.2; }
.wpcf7 .wpcf7-list-item { display:block; }
.wpcf7 textarea { height:300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #bbb; outline:none; }
.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-submit:before, .wpcf7 .wpcf7-submit:after { -webkit-box-sizing:border-box; box-sizing:border-box; }
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover { background-color:#666666; }
.wpcf7 .wpcf7-submit .wpcf7-not-valid { background:pink; }
.wpcf7 .wpcf7-submit .wpcf7-response-output { -webkit-border-radius:4px; -moz-border-radius:4px; margin:10px 0 0; padding:8px 35px 8px 14px; border-radius:4px; }
.wpcf7 .wpcf7-submit .wpcf7-validation-errors { border:1px solid #EED3D7; background-color:#F2DEDE; color:#B94A48; }
.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok { border:1px solid #BCE8F1; background-color:#D9EDF7; color:#3A87AD; }
.wpcf7 .wpcf7-previous + br { display: none; }
.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; }

/* Style for DIVA dark ver. */
.wpcf7 { color:#000; }

/* ----------------------------------------------------------------------
 font-size - フォントサイズ
---------------------------------------------------------------------- */
.text70{font-size:70%}       /* フォントサイズ70% */
.text80{font-size:80%}
.text90{font-size:90%}
.text100{font-size:100%}
.text110{font-size:110%}
.text120{font-size:120%}
.text130{font-size:130%}
.text140{font-size:140%}
.text150{font-size:150%}
.text160{font-size:160%}
.text170{font-size:170%}
.text180{font-size:180%}
.text190{font-size:190%}
.text200{font-size:200%}
.text210{font-size:210%}
.text220{font-size:220%}
.b{font-weight:700}     /* 太字 */
.u{text-decoration:underline}     /* 下線 */
.del{text-decoration:line-throug} /* 打ち消し線 */

/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red{color:red}     /* 赤色 */
.blue{color:#2ca9e1}    /* 青色 */
.green{color:#82ae46}   /* 緑色 */
.orange{color:#ff7d00}    /* 橙色 */
.yellow{color:#fff000}    /* 黄色 */
.pink{color:#ff0084}    /* ピンク */
.gray{color:#999999}    /* グレー */

/* ----------------------------------------------------------------------
 background-color - 背景色
---------------------------------------------------------------------- */
.bg-yellow{padding:2px;background-color:#ff0} /* 黄色の文字背景 */
.bg-blue{padding:2px;background-color:#4ab0f5}  /* 青色の文字背景 */
.bg-red{padding:2px;background-color:red} /* 赤色の文字背景 */

/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align1{text-align:center !important} /* 中央寄せ */
.align2{text-align:right !important}  /* 右寄せ */
.align3{text-align:left !important} /* 左寄せ */

/* ----------------------------------------------------------------------
 float - 回り込み
---------------------------------------------------------------------- */
.r-flo{float:right;margin:10px} /* 右に回り込み */
.l-flo{float:left;margin:10px}  /* 左に回り込み */
.f-clear{clear:both}      /* 回り込みの解除 */

/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */
a img.fade { background:none !important; outline:none; -webkit-transition:all .3s; transition:all .3s; }
a:hover img.fade { opacity:0.7; filter:alpha(opacity=70); -ms-filter:"alpha( opacity=70 )"; background:none !important; }

/* ----------------------------------------------------------------------
 text-style - テキストスタイル
---------------------------------------------------------------------- */
.att {padding-left:1em;text-indent:-1em;} /* 注意書き等で二行目以降を字下げ */
.att_box { margin:2em 0 2.5em; padding:1em 1.2em; line-height:2.0; border:1px dotted #cccccc; background:#fcfcfc; box-shadow:0px 4px 0px 0px #f7f7f7; } /* テキストボックス */

/* ----------------------------------------------------------------------
 margin - 要素の外側の余白
---------------------------------------------------------------------- */
.m0{margin:0 !important}    /* margin 0px を指定するクラス */
.mt0{margin-top:0 !important}   /* margin-top0px を指定するクラス */
.mr0{margin-right:0 !important}   /* margin-right0px を指定するクラス*/
.mb0{margin-bottom:0 !important}  /* margin-bottom0px を指定するクラス*/
.ml0{margin-left:0 !important}    /* margin-left0px を指定するクラス*/

.m5{margin:5px !important}
.mt5{margin-top:5px !important}
.mr5{margin-right:5px !important}
.mb5{margin-bottom:5px !important}
.ml5{margin-left:5px !important}

.m10{margin:10px !important}
.mt10{margin-top:10px !important}
.mr10{margin-right:10px !important}
.mb10{margin-bottom:10px !important}
.ml10{margin-left:10px !important}

.m15{margin:15px !important}
.mt15{margin-top:15px !important}
.mr15{margin-right:15px !important}
.mb15{margin-bottom:15px !important}
.ml15{margin-left:15px !important}

.m20{margin:20px !important}
.mt20{margin-top:20px !important}
.mr20{margin-right:20px !important}
.mb20{margin-bottom:20px !important}
.ml20{margin-left:20px !important}

.m25{margin:25px !important}
.mt25{margin-top:25px !important}
.mr25{margin-right:25px !important}
.mb25{margin-bottom:25px !important}
.ml25{margin-left:25px !important}

.m30{margin:30px !important}
.mt30{margin-top:30px !important}
.mr30{margin-right:30px !important}
.mb30{margin-bottom:30px !important}
.ml30{margin-left:30px !important}

.m35{margin:35px !important}
.mt35{margin-top:35px !important}
.mr35{margin-right:35px !important}
.mb35{margin-bottom:35px !important}
.ml35{margin-left:35px !important}

.m40{margin:40px !important}
.mt40{margin-top:40px !important}
.mr40{margin-right:40px !important}
.mb40{margin-bottom:40px !important}
.ml40{margin-left:40px !important}

.m45{margin:45px !important}
.mt45{margin-top:45px !important}
.mr45{margin-right:45px !important}
.mb45{margin-bottom:45px !important}
.ml45{margin-left:45px !important}

.m50{margin:50px !important}
.mt50{margin-top:50px !important}
.mr50{margin-right:50px !important}
.mb50{margin-bottom:50px !important}
.ml50{margin-left:50px !important}

.m55{margin:55px !important}
.mt55{margin-top:55px !important}
.mr55{margin-right:55px !important}
.mb55{margin-bottom:55px !important}
.ml55{margin-left:55px !important}

.m60{margin:60px !important}
.mt60{margin-top:60px !important}
.mr60{margin-right:60px !important}
.mb60{margin-bottom:60px !important}
.ml60{margin-left:60px !important}

.m65{margin:65px !important}
.mt65{margin-top:65px !important}
.mr65{margin-right:65px !important}
.mb65{margin-bottom:65px !important}
.ml65{margin-left:65px !important}

.m70{margin:70px !important}
.mt70{margin-top:70px !important}
.mr70{margin-right:70px !important}
.mb70{margin-bottom:70px !important}
.ml70{margin-left:70px !important}

.m75{margin:75px !important}
.mt75{margin-top:75px !important}
.mr75{margin-right:75px !important}
.mb75{margin-bottom:75px !important}
.ml75{margin-left:75px !important}

.m80{margin:80px !important}
.mt80{margin-top:80px !important}
.mr80{margin-right:80px !important}
.mb80{margin-bottom:80px !important}
.ml80{margin-left:80px !important}

/* ----------------------------------------------------------------------
 padding - 要素の内側の余白
---------------------------------------------------------------------- */
.p0{padding:0 !important}   /* padding-0px を指定するクラス */
.pt0{padding-top:0 !important}    /* padding-top0px を指定するクラス */
.pr0{padding-right:0 !important}  /* padding-right0px を指定するクラス */
.pb0{padding-bottom:0 !important} /* padding-bottom0px を指定するクラス */
.pl0{padding-left:0 !important}   /* padding-left0px を指定するクラス */

.p5{padding:5px !important}
.pt5{padding-top:5px !important}
.pr5{padding-right:5px !important}
.pb5{padding-bottom:5px !important}
.pl5{padding-left:5px !important}

.p10{padding:10px !important}
.pt10{padding-top:10px !important}
.pr10{padding-right:10px !important}
.pb10{padding-bottom:10px !important}
.pl10{padding-left:10px !important}

.p15{padding:15px !important}
.pt15{padding-top:15px !important}
.pr15{padding-right:15px !important}
.pb15{padding-bottom:15px !important}
.pl15{padding-left:15px !important}

.p20{padding:20px !important}
.pt20{padding-top:20px !important}
.pr20{padding-right:20px !important}
.pb20{padding-bottom:20px !important}
.pl20{padding-left:20px !important}

.p25{padding:25px !important}
.pt25{padding-top:25px !important}
.pr25{padding-right:25px !important}
.pb25{padding-bottom:25px !important}
.pl25{padding-left:25px !important}

.p30{padding:30px !important}
.pt30{padding-top:30px !important}
.pr30{padding-right:30px !important}
.pb30{padding-bottom:30px !important}
.pl30{padding-left:30px !important}

.p35{padding:35px !important}
.pt35{padding-top:35px !important}
.pr35{padding-right:35px !important}
.pb35{padding-bottom:35px !important}
.pl35{padding-left:35px !important}

.p40{padding:40px !important}
.pt40{padding-top:40px !important}
.pr40{padding-right:40px !important}
.pb40{padding-bottom:40px !important}
.pl40{padding-left:40px !important}

.p45{padding:45px !important}
.pt45{padding-top:45px !important}
.pr45{padding-right:45px !important}
.pb45{padding-bottom:45px !important}
.pl45{padding-left:45px !important}

.p50{padding:50px !important}
.pt50{padding-top:50px !important}
.pr50{padding-right:50px !important}
.pb50{padding-bottom:50px !important}
.pl50{padding-left:50px !important}

.p55{padding:55px !important}
.pt55{padding-top:55px !important}
.pr55{padding-right:55px !important}
.pb55{padding-bottom:55px !important}
.pl55{padding-left:55px !important}

.p60{padding:60px !important}
.pt60{padding-top:60px !important}
.pr60{padding-right:60px !important}
.pb60{padding-bottom:60px !important}
.pl60{padding-left:60px !important}

.p65{padding:65px !important}
.pt65{padding-top:65px !important}
.pr65{padding-right:65px !important}
.pb65{padding-bottom:65px !important}
.pl65{padding-left:65px !important}

.p70{padding:70px !important}
.pt70{padding-top:70px !important}
.pr70{padding-right:70px !important}
.pb70{padding-bottom:70px !important}
.pl70{padding-left:70px !important}

.p75{padding:75px !important}
.pt75{padding-top:75px !important}
.pr75{padding-right:75px !important}
.pb75{padding-bottom:75px !important}
.pl75{padding-left:75px !important}

.p80{padding:80px !important}
.pt80{padding-top:80px !important}
.pr80{padding-right:80px !important}
.pb80{padding-bottom:80px !important}
.pl80{padding-left:80px !important}

/* ----------------------------------------------------------------------
 汎用スタイルの追加
 https://tcd-theme.com/2023/09/utility-classes.html
---------------------------------------------------------------------- */
.post_content .a_break { display: inline-block; }
@media (max-width: 767px) {
  .post_content .is-pc { display:none!important; }
}
@media not all and (max-width: 767px) {
  .post_content .is-sp { display:none!important; }
}
.post_content .e_link {
  display: inline-block; position: relative; padding-right:1em;
}
.post_content .e_link:after {
  font-family: 'design_plus'; content: '\e92a'; font-size: 100%; display: block;
  position: absolute; transition:none; margin-top:-0.1em;
  right:0; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.post_content img.frame {
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 0 6px 6px -6px #cccccc;
  -moz-box-shadow: 0 6px 6px -6px #cccccc;
  box-shadow: 0 6px 6px -6px #cccccc;
}

/* ============================================================
   09. sns-botton.css (SNSボタン)
   ============================================================ */
@charset "UTF-8";
/* ----------------------- 利用している箇所あり -------------------------- */
[class^="icon-"], [class*=" icon-"] {
  font-family: "design_plus" !important;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ----------------------- Share button -------------------------- */

.single_share li a [class^="icon-"]{
  display: none;
}

/*** 共通 ***/
.single_share ul { display:flex; flex-wrap:wrap; margin:0 -3px -3px 0; }
.single_share li:not(.default) { flex: 1 1 0%; margin:0 3px 3px 0; max-width:100px; }

.single_share li:not(.default) a { display:flex; flex-wrap:wrap; justify-content:center; text-align:center; position:relative; border-radius:3px; align-items:center; cursor: pointer;}

.single_share a:before { font-family:'design_plus'; display:block; color:#fff; margin-right:5px; position:relative; transition: color 0.25s ease; -webkit-font-smoothing: antialiased; }

.single_share .ttl { font-size: 12px;position: relative;font-family: Arial; }

/*** サイズ違い ***/
.single_share .share-type1 a,
.single_share .share-type2 a { line-height: 30px; min-height: 30px; }

.single_share .share-type3 ul,
.single_share .share-type4 ul { margin:0 -5px -5px 0; }
.single_share .share-type3 li,
.single_share .share-type4 li { flex: 0 0 auto; width:calc(25% - 5px); margin:0 5px 5px 0; max-width:inherit; }
.single_share .share-type3 a,
.single_share .share-type4 a {  height: 40px;}

.single_share .share-type3 a { line-height:42px; }
.single_share .share-type4 a { line-height:40px; }

/** カラー or モノクロ ***/
.single_share .share-type1 a,
.single_share .share-type3 a { background:#000; color:#fff;}

.single_share .share-type2 a,
.single_share .share-type4 a { background:#f2f2f2; color:#000; border:1px solid #ddd; }

.single_share .share-type2 a:before,
.single_share .share-type4 a:before { color:#000; }

/*** 各シェアアイコン ***/

.single_share .twitter a:before { font-family: 'tiktok_x_icon'; content: "\e901"; font-size:12px; top:-1px; }
.single_share .facebook a:before { font-family: 'tiktok_x_icon'; content: "\e902";  font-size:18px; top:-1px; }
.single_share .hatebu a:before { content:'\e908'; font-size:14px; top:0px; }
.single_share .pocket a:before { content:'\e90a'; font-size:16px; top:0px; }
.single_share .rss a:before { content:'\e90b'; font-size:12px; top:-0.5px; }
.single_share .feedly a:before { content:'\e907'; font-size:15px; top:-1px; }
.single_share .pinterest a:before { content:'\e905'; font-size:16px; top:-0.5px; }
.single_share .line_button a:before { content:'\e909'; font-size:16px; top:0px; }
.single_share .note_button a:before {
  content: '';
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 100 100'%3E%3Cpath d='M10 10.4968C25.408 10.4968 46.504 9.70479 61.648 10.1208C81.952 10.6408 89.624 19.5048 89.888 41.3448C90.152 53.7208 89.888 89.1048 89.888 89.1048H67.896C67.896 58.1368 68.008 53.0168 67.896 43.2568C67.632 34.6568 65.2 30.5768 58.584 29.7928C51.592 29.0088 31.992 29.6808 31.992 29.6808V89.1448H10V10.4968Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; top:0px;
}

.single_share .share-type1 .twitter a,
.single_share .share-type3 .twitter a { background:#000; border-color:#000; }
.single_share .share-type1 .facebook a,
.single_share .share-type3 .facebook a { background:#35629a; border-color:#35629a; }
.single_share .share-type1 .hatebu a,
.single_share .share-type3 .hatebu a { background:#3c7dd1; border-color:#3c7dd1; }
.single_share .share-type1 .pocket a,
.single_share .share-type3 .pocket a { background:#ee4056; border-color:#ee4056; }
.single_share .share-type1 .rss a,
.single_share .share-type3 .rss a { background:#ffb53c; border-color:#ffb53c; }
.single_share .share-type1 .feedly a,
.single_share .share-type3 .feedly a { background:#6cc655; border-color:#6cc655; }
.single_share .share-type1 .pinterest a,
.single_share .share-type3 .pinterest a { background:#d4121c; border-color:#d4121c; }
.single_share .share-type1 .line_button a,
.single_share .share-type3 .line_button a { background:#00B900; border-color:#00B900; }
.single_share .share-type1 .note_button a,
.single_share .share-type3 .note_button a { background:#fff; border:1px solid #ddd; color:#000; box-sizing:content-box; top: -1px; }

@media(hover: hover) {
  .single_share .share-type1 .twitter a:hover,
  .single_share .share-type3 .twitter a:hover { background:#666; }
  .single_share .share-type1 .facebook a:hover,
  .single_share .share-type3 .facebook a:hover { background:#1f3669;}
  .single_share .share-type1 .hatebu a:hover,
  .single_share .share-type3 .hatebu a:hover { background:#0270ac; }
  .single_share .share-type1 .pocket a:hover,
  .single_share .share-type3 .pocket a:hover { background:#c53648; }
  .single_share .share-type1 .rss a:hover,
  .single_share .share-type3 .rss a:hover { background:#e09900;}
  .single_share .share-type1 .feedly a:hover,
  .single_share .share-type3 .feedly a:hover { background:#5ca449; }
  .single_share .share-type1 .pinterest a:hover,
  .single_share .share-type3 .pinterest a:hover { background:#a42f35; }
  .single_share .share-type1 .line_button a:hover,
  .single_share .share-type3 .line_button a:hover { background:#009100; border-color:#009100; }
  .single_share .share-type1 .note_button a:hover,
  .single_share .share-type3 .note_button a:hover { background:#eee; border-color:#ddd; color:#000; }
  .single_share .share-type1 a:hover,
  .single_share .share-type3 a:hover { color:#fff; }
  
  .single_share .share-type2 .twitter a:hover,
  .single_share .share-type4 .twitter a:hover { background:#000; border-color:#000; }
  .single_share .share-type2 .facebook a:hover,
  .single_share .share-type4 .facebook a:hover { background:#35629a; border-color:#35629a; }
  .single_share .share-type2 .hatebu a:hover,
  .single_share .share-type4 .hatebu a:hover { background:#3c7dd1; border-color:#3c7dd1; }
  .single_share .share-type2 .pocket a:hover,
  .single_share .share-type4 .pocket a:hover { background:#ee4056; border-color:#ee4056; }
  .single_share .share-type2 .rss a:hover,
  .single_share .share-type4 .rss a:hover { background:#ffb53c; border-color:#ffb53c; }
  .single_share .share-type2 .feedly a:hover,
  .single_share .share-type4 .feedly a:hover { background:#6cc655; border-color:#6cc655; }
  .single_share .share-type2 .pinterest a:hover,
  .single_share .share-type4 .pinterest a:hover { background:#d4121c; border-color:#d4121c; }
  .single_share .share-type2 .line_button a:hover,
  .single_share .share-type4 .line_button a:hover { background:#00B900; border-color:#00B900; }
  .single_share .share-type2 .note_button a:hover,
  .single_share .share-type4 .note_button a:hover { background:#000000; border-color:#000000; }
  .single_share .share-type2 .note_button a:hover:before,
  .single_share .share-type4 .note_button a:hover:before {
    content: '';
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 100 100'%3E%3Cpath d='M10 10.4968C25.408 10.4968 46.504 9.70479 61.648 10.1208C81.952 10.6408 89.624 19.5048 89.888 41.3448C90.152 53.7208 89.888 89.1048 89.888 89.1048H67.896C67.896 58.1368 68.008 53.0168 67.896 43.2568C67.632 34.6568 65.2 30.5768 58.584 29.7928C51.592 29.0088 31.992 29.6808 31.992 29.6808V89.1448H10V10.4968Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; top:0px;
  }
  .single_share .share-type2 a:hover,
  .single_share .share-type4 a:hover { color:#fff; }
  .single_share .share-type2 a:hover:before,
  .single_share .share-type4 a:hover:before { color:#fff; }
}

@media screen and (max-width:800px) {
  .single_share .share-type1 .ttl,
  .single_share .share-type2 .ttl { display:none; }
  .single_share .share-type3 .ttl,
  .single_share .share-type4 .ttl { display:inline; }
  
  .single_share .share-type3 a,
  .single_share .share-type4 a { height:35px; line-height:37px; }
  
  .single_share .share-type4 a { line-height:35px; }
  
  .single_share a:before { margin:0; }
  .single_share .share-type3 a:before,
  .single_share .share-type4 a:before { margin-right:5px; }

.single_share .twitter a:before { top:0px }
.single_share .facebook a:before { top:-1px;  }
.single_share .hatebu a:before { top:0px; }
.single_share .pocket a:before { top:0px; }
.single_share .rss a:before { top:-1px; }
.single_share .feedly a:before {  top:-1.5px; }

}
@media screen and (max-width:500px) {
	.single_share .ttl { max-width:inherit; }
  .single_share .share-type3 li,
  .single_share .share-type4 li { width:calc(50% - 5px); max-width:inherit; }
}

.single_share .share-type5 ul { display:flex; flex-wrap:wrap; margin:0 -3px -10px 0; }
.single_share .share-type5 li { margin:0 3px 3px 0; }
.single_share .share-type5 li.pocket_button { width:90px !important; }

/* ============================================================
   10. responsive.css (<=1251px)
   ============================================================ */
@media screen and (max-width:1251px) {
@charset "utf-8";

/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
/* レイアウト */
#main_contents { width:auto !important; margin:0 50px; padding:0 0 100px; }
#main_col { width:calc(100% - 400px); }
#side_col { width:350px; }
body.layout_type3 #main_col { width:100%; max-width:1000px; }
@media screen and (max-width:1050px) {
  #main_col { float:none !important; width:auto; max-width:800px; margin:0 auto 50px; }
  #side_col { float:none !important; width:auto; max-width:800px; margin:0 auto; }
}
@media screen and (max-width:950px) {
  #main_contents { }
  #main_col { margin:0 auto 50px; }
}
@media screen and (max-width:750px) {
  #main_contents { margin:0 20px; padding:0 0 40px; }
  #main_col { margin:0 auto 40px; }
  #side_col { max-width:450px; }
  #blog_single #main_contents, #news_single #main_contents { margin:0; }
  #blog_single #side_col, #news_single #side_col { padding:0 20px; }
}
@media screen and (max-width:500px) {
  #side_col { max-width:100%; }
}

/* ドロワーメニュー */
#drawer_menu {
  display:block; position:fixed; top:0px; right:-400px; width:400px; height:100%; background:#333; overflow:auto; z-index:9999;
  -webkit-transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-backface-visibility: hidden; backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
.open_menu #drawer_menu { right:0; box-shadow:-5px 0 20px 0 rgba(0,0,0,0.4); }
@media screen and (max-width:500px) {
  #drawer_menu { right:-80%; width:80%; }
}

/* ドロワーメニュー展開時のオーバーレイ */
.open_menu #container:before {
  content:''; display:block; width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.6); z-index:9999;
}
/* safariとedgeのみ背景をぼかす */
_::-webkit-full-page-media, _:future, :root .open_menu #container:before { background:rgba(0,0,0,0.6); -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px); }
@supports (-ms-ime-align: auto) {
  .open_menu #container:before { background:rgba(0,0,0,0.6); -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px); }
}
/* ぼかしはここまで */

/* ドロワーメニューのスクロールバー */
.simplebar-scrollbar:before { background:#fff !important; }

/* admin bar利用時 */
body.admin-bar { padding-top:32px; }
body.admin-bar.header_fix_mobile #header { margin-top:32px; }
body.admin-bar #drawer_menu { padding-top:32px; }
.mobile body.admin-bar.header_fix_mobile { padding-top:102px; }
@media screen and (max-width:781px) {
  body.admin-bar { padding-top:46px; }
  body.admin-bar.header_fix_mobile #header { margin-top:46px; }
  body.admin-bar #drawer_menu { padding-top:46px;}
  body.admin-bar.fixed_find_menu #find_menu_wrap { top:46px; }
  body.admin-bar.fixed_find_menu { padding-top:106px; }
  .mobile body.admin-bar.header_fix_mobile { padding-top:126px; }
}

/* ----------------------------------------------------------------------
 ランキングページ
---------------------------------------------------------------------- */
#ranking_page { width:auto; padding:0 0 100px; }
.ranking_content, .ranking_free_space { width:auto !important; margin:0 50px; }
.ranking_free_space.type2 { margin-left:0; margin-right:0; }
.product_ranking_list_top .item .image_wrap { width:50%; }
.product_ranking_list_top .item .title_area { width:50%; }
.product_ranking_list_top .rank_number { width:50%; }
.product_ranking_list_top .item .title_area_inner { padding:0 30px; }
.product_ranking_list_top .item .desc { max-height:6em; overflow:hidden; visibility:visible; }
.product_ranking_list_top .item .desc span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
@media screen and (max-width:1050px) {
  .product_ranking_list_top { }
  .product_ranking_list_top .item { width:calc(50% - 15px); height:auto; margin:0 30px 30px 0; }
  .product_ranking_list_top .item:nth-child(2n) { margin-right:0; }
  .product_ranking_list_top .item .image_wrap { float:none; width:100%; height:180px; }
  .product_ranking_list_top .item .title_area { float:none; width:100%; height:180px; border:1px solid #ddd; border-top:none; }
  .product_ranking_list_top .rank_number { width:100%; top:180px; }
  .product_ranking_list_top .item .title_area_inner { padding:0 30px; position:relative; top:70px; -ms-transform: translateY(0%); -webkit-transform: translateY(0%); transform: translateY(0%); }
  .product_ranking_list_top .item .desc { max-height:4em; }
  .product_ranking_list_top .item .desc span { -webkit-line-clamp:2; }
}
@media screen and (max-width:750px) {
  #ranking_page { padding-bottom:40px; }
  .ranking_content { width:auto; margin:0 20px; }
  .product_ranking_list_top { max-width:450px; margin:0 auto; }
  .product_ranking_list_top .item { width:100%; height:auto; margin:0 0 20px 0; }
  .product_ranking_list_top .item:last-of-type { margin:0; }
  .product_ranking_list_top .item .image_wrap { height:160px; }
  .product_ranking_list_top .rank_number { top:160px; }
  .product_ranking_list_top .item .title_area { height:155px; }
  .product_ranking_list_top .item .title_area_inner { padding:0 20px; position:relative; top:60px; }
  .product_ranking_list_top .icon { width:60px; height:60px; left:10px;}
  .product_ranking_list_top .icon span { font-size:10px; }
}

/* カテゴリーランキング */
.category_ranking_list { }
.category_ranking_list .product_ranking_list { width:calc(100% / 3 - 12px); margin:0 18px 20px 0; float:left; }
.category_ranking_list .product_ranking_list:nth-of-type(3n) { margin-right:0; }
.category_ranking_list .product_ranking_list .image_wrap { width:120px; height:100px; }
.category_ranking_list .product_ranking_list .rank_number { width:120px; }
.category_ranking_list .product_ranking_list .title_area { width:calc(100% - 120px); }
.category_ranking_list .product_ranking_list .icon { width:60px; height:60px; left:10px; }
.category_ranking_list .product_ranking_list .icon span { font-size:10px; }
.category_ranking_list .product_ranking_list .item .title_area_inner { padding:0 20px; }
.category_ranking_list .product_ranking_list .rank_number .label { font-size:12px; }
.category_ranking_list .product_ranking_list .rank_number .num { font-size:24px; }
@media screen and (max-width:1050px) {
  .category_ranking_list .product_ranking_list { width:calc(50% - 12px); margin:0 18px 18px 0; }
  .category_ranking_list .product_ranking_list:nth-of-type(3n) { margin-right:18px; }
  .category_ranking_list .product_ranking_list:nth-child(2n) { margin-right:0; }
}
@media screen and (max-width:750px) {
  .category_ranking_list { margin:0; }
  .category_ranking_list .product_ranking_list { width:auto; max-width:450px; margin:0 auto 40px !important; float:none; }
  .category_ranking_list .product_ranking_list:last-of-type { margin-bottom:0 !important; }
  .category_ranking_list .product_ranking_list .headline { padding:17px 0; }
  .category_ranking_list .product_ranking_list .item:last-of-type { margin:0; }
}

/* ----------------------------------------------------------------------
 デザインページ１
---------------------------------------------------------------------- */

/* コンテンツ1 */
.design1_content1 { width:auto !important; }
.design1_content1 .content_header { width:auto !important; margin:0 50px; }
.design1_content1 .item_list { width:auto; margin:90px 50px 0; }
@media screen and (max-width:1050px) {
  .design1_content1 { padding:60px 20px; }
  .design1_content1:last-of-type { padding-bottom:60px; }
  .design1_content1 .item_list { margin:60px 50px 0; }
  .design1_content1 .item {
    width:100%; margin:0 0 30px 0; padding:0 0 10px 0; float:none; border-bottom:1px solid #ddd;
    display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
    -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  }
  .design1_content1 .item .image { width:40%; }
  .design1_content1 .item .content {
    width:60%; padding:0 0 0 50px;
    -webkit-box-sizing:border-box; box-sizing:border-box;
  }
  .design1_content1 .item:nth-child(2n) { flex-direction:row-reverse; }
  .design1_content1 .item:nth-child(2n) .content { padding:0 50px 0 0; }
  .design1_content1 .item:last-of-type { border:none; }
}
@media screen and (max-width:750px) {
  .design1_content .top_headline.type1 { width:120px; height:120px; margin:0 auto 10px; }
  .design1_content .top_headline.type2 { min-width:120px; height:45px; line-height:45px; margin:0 auto 25px; }
  .design1_content1 .content_header { margin:0 20px; }
  .design1_content1 { padding:40px 20px; }
  .design1_content1:last-of-type { padding-bottom:40px; }
  .design1_content1 .item_list { width:auto; margin:35px auto 0; max-width:450px; }
  .design1_content1 .item { display:block; border:none; padding:0; margin:0 0 35px; }
  .design1_content1 .item .image { width:100%; height:160px; margin:0 0 15px; }
  .design1_content1 .item .content { width:100%; padding:0 !important; }
  .design1_content1 .item .desc { margin:10px 0 0 0; }
  .design1_content1 .link_button a { font-size:14px; min-width:200px; height:45px; line-height:45px; padding:0 20px; }
}

/* コンテンツ2 */
.design1_content2 { width:auto !important; }
.design1_content2 .cb_contents_inner { margin:0 50px; width:auto !important; }
.design1_content2.text_layout_type1 .content { padding:0 25px 0 0; }
.design1_content2.text_layout_type3 .content { padding:0 0 0 25px; }
.design1_content2 .layer_image img { max-width:50%; }
.design1_content2.image_layout_type2 .layer_image img { max-width:70%; }
@media screen and (max-width:750px) {
  .design1_content2 .content { padding:0 !important; width:auto; top:50px; -ms-transform: translateY(0%); -webkit-transform: translateY(0%); transform: translateY(0%); }
  .design1_content2.text_layout_mobile_type2 .content { text-align:center; }
  .design1_content2.text_layout_mobile_type3 .content { text-align:right; }
  .design1_content2.text_layout_type2.no_layer_image .content { left:50%; top:50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .design1_content2 .desc { margin:10px 0 0 0; }
  .design1_content2 .content .link_button { margin:20px 0 0 0; }
  .design1_content2 .link_button a { font-size:14px; min-width:200px; height:45px; line-height:45px; padding:0 20px; }
  .design1_content2 .bg_image.pc { display:none; }
  .design1_content2 .bg_image.mobile { display:block; }
  .design1_content2 .layer_image img { max-width:calc(100% - 50px); margin-bottom:0px; }
  .design1_content2.image_layout_type2 .layer_image img { max-width:calc(100% - 100px); }
  .design1_content2 .layer_image img.pc { display:none; }
  .design1_content2 .layer_image img.mobile { display:block; }
  .design1_content2 .layer_image { -ms-align-items:flex-end !important; -webkit-align-items:flex-end !important; align-items:flex-end !important; }
  .design1_content2.image_layout_mobile_type1 .layer_image { -ms-justify-content:flex-start; -webkit-justify-content:flex-start; justify-content:flex-start; }
  .design1_content2.image_layout_mobile_type2 .layer_image { -ms-justify-content:center; -webkit-justify-content:center; justify-content:center; }
  .design1_content2.image_layout_mobile_type3 .layer_image { -ms-justify-content:flex-end; -webkit-justify-content:flex-end; justify-content:flex-end; }
}

/* コンテンツ3 */
.design1_content3 { width:auto !important; margin:0 50px; }
.design1_content3 .content_header { width:auto !important; }
.design1_content3.width_type2 { margin-right:0; margin-left:0; }
@media screen and (max-width:750px) {
  .design1_content3 { margin:0 20px; }
  .design1_content3 { padding:40px 0 40px; }
  .design1_content3 + .design1_content3 { margin-top:-40px; }
  .design1_content3:last-of-type { padding-bottom:40px; }
  .design1_content3 .post_content { border-top:1px solid #ddd; margin:20px 0 0 0; padding:25px 0 0 0; }
  .design1_content3 .link_button { margin-top:40px; }
  .design1_content3 .link_button a { font-size:14px; min-width:200px; height:45px; line-height:45px; padding:0 20px; }
  .design1_content3 .lp_pag_list .left_box { width:90px; padding:20px; }
  .design1_content3 .lp_pag_list .right_box { width:calc(100% - 90px); font-size:12px; padding:15px 25px; }
  .design1_content3 .lp_pag_list .left_box .headline { font-size:12px; line-height:2; }
}

/* ----------------------------------------------------------------------
 商品（アーカイブページ）
---------------------------------------------------------------------- */
#product_archive { padding:0 0 150px; width:auto; margin:0 50px; }
@media screen and (max-width:750px) {
  #product_archive { padding:0 0 40px; width:auto; margin:0 20px; }
}

/* ----------------------------------------------------------------------
 商品（詳細ページ）
---------------------------------------------------------------------- */

/* ヘッダー */
body.single-product #page_header .link_button.animate_item { display:inline-block; position:relative; right:auto; top:auto; margin:20px 0 0 0; }
body.single-product #page_header .title_area .link_button { display:none; }
body.single-product #page_header .link_button.animate_item {
  opacity:0; position:relative;
}
body.single-product #page_header .link_button.animate_item.animate {
  -webkit-animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
}
@media screen and (max-width:750px) {
  body.single-product #page_header .link_button.animate_item { margin:15px 0 0 0; }
}
@media screen and (max-width:550px) {
  body.single-product #page_header { height:400px; }
}

/* コンテンツビルダー */
@media screen and (max-width:750px) {
  .product_content { padding:38px 0 32px 0; }
  .product_content .headline_area { margin:0 0 33px 0; }
}

/* 見出し */
#product_single .content_header { margin:0 50px 5px; }
@media screen and (max-width:750px) {
  #product_single .content_header { margin:0 20px; }
}

/* フリーススペース */
@media screen and (max-width:750px) {
  .gray_image_list { margin:35px 0 35px 0; padding:20px; }
  .gray_image_list img { margin:0 auto 20px; }
  .gray_image_list img:last-of-type { margin:0 auto; }
  .cb_product_free .ytube { margin-bottom:35px; }
  .brown_bg_list { margin:32px 0 10px 0; padding:20px 20px 20px; border-radius:10px; line-height:1.8; }
}

/* 特徴一覧 */
.cb_featured_list .item.___size-over .image{ width: 100px; margin: 0 20px; }
@media screen and (max-width:750px) {
  .cb_featured_list .item_list.layout_type2 .item { width:100%; margin:0 0 -1px 0; }
  .cb_featured_list .item .image { width:100px; height:auto; }
  .cb_featured_list .item .content { width:calc(100% - 100px); padding:10px 0; }
  .cb_featured_list .item.___size-over .image{ width: 80px; margin: 0 10px; }
  .cb_featured_list .item.___size-over .image + .content{ width: calc(100% - 100px - 20px); }
}

/* レビュー */
@media screen and (max-width:750px) {
  .cb_product_review .item { padding:13px 20px 15px; line-height:2; }
  .cb_product_review .rating, .cb_product_review .date { margin-left:14px; }
  .cb_product_review .vote_headline { margin:14px 0 0 0; }
  .cb_product_review .page_navi { margin:30px 0 0 0; }

}

/* 関連商品 */
#related_product .product_list { width:auto; margin:0 50px; }
@media screen and (max-width:750px) {
  #related_product { padding:40px 0; }
  #related_product .headline { margin:0 0 37px 0; }
  #related_product .product_list { margin:0 20px; }
}

/* サイドコンテンツ */
@media screen and (max-width:750px) {
  #product_side_content .top_area { padding:30px 30px 25px; }
  #product_side_content .middle_area { padding:24px 30px; }
  #product_side_content .middle_area .desc { line-height:2; }
  #product_side_content .bottom_area { padding:24px 30px; }
  #product_side_content .bottom_area .desc { line-height:2; }
  #product_side_content .bottom_area .price { margin:0 0 25px 0; }
  #product_side_content .bottom_area .price span { font-size:11px; }
  
}

/* ----------------------------------------------------------------------
 トップページ（ヘッダーコンテンツ）
---------------------------------------------------------------------- */
#header_slider { height:750px; padding:0px; margin:0; }
#header_slider .item { height:750px; }
#header_slider .caption { width:auto; }
#header_slider .layer_image img { max-width:50%; }
#header_slider .item.image_layout_type2 .layer_image img { max-width:70%; }
#header_slider .item.text_layout_type1 .caption_inner { padding-left:50px; }
#header_slider .item.text_layout_type2 .caption_inner { padding:50px; }
#header_slider .item.text_layout_type3 .caption_inner { padding-right:50px; }
@media screen and (max-width:750px) {
  #header_slider .caption_inner {
    width:100%; padding:0 30px !important; min-width:inherit;
    top:50px !important; -ms-transform: translateY(0%) !important; -webkit-transform: translateY(0%) !important; transform: translateY(0%) !important;
  }
  #header_slider .item.no_layer_image .caption_inner { top:50% !important; -ms-transform: translateY(-50%) !important; -webkit-transform: translateY(-50%) !important; transform: translateY(-50%) !important; }
  #header_slider .item.text_layout_mobile_type1 .caption { text-align:left; }
  #header_slider .item.text_layout_mobile_type2 .caption { text-align:center; }
  #header_slider .item.text_layout_mobile_type3 .caption { text-align:right; }
  #header_slider .desc { margin:10px 0 0 0; }
  #header_slider .desc p.pc { display:none; }
  #header_slider .desc p.mobile { display:block; }
  #header_slider .button { font-size:14px; min-width:200px; height:45px; line-height:45px; padding:0 20px; margin-top:20px; }
  #header_slider .bg_image.pc { display:none; }
  #header_slider .bg_image.mobile { display:block; }
  #header_slider .layer_image img { max-width:calc(100% - 50px); margin-bottom:0px; }
  #header_slider .item.image_layout_type2 .layer_image img { max-width:calc(100% - 100px); }
  #header_slider .layer_image img.pc { display:none; }
  #header_slider .layer_image img.mobile { display:block; }
  #header_slider .layer_image { -ms-align-items:flex-end !important; -webkit-align-items:flex-end !important; align-items:flex-end !important; }
  #header_slider .item.image_layout_mobile_type1 .layer_image { -ms-justify-content:flex-start; -webkit-justify-content:flex-start; justify-content:flex-start; }
  #header_slider .item.image_layout_mobile_type2 .layer_image { -ms-justify-content:center; -webkit-justify-content:center; justify-content:center; }
  #header_slider .item.image_layout_mobile_type3 .layer_image { -ms-justify-content:flex-end; -webkit-justify-content:flex-end; justify-content:flex-end; }
  #header_slider .slick-dots { display:none !important; }
  #header_slider .image.mobile { display:block; }
}

/* ヘッダーカルーセル */
@media screen and (max-width:650px) {
  #header_carousel_wrap { padding:0 10px 10px; }
  #header_carousel_wrap .headline { font-size:16px; height:50px; line-height:50px; }
  #header_carousel .item { width:auto; height:102px; }
}

/* ニュースティッカー */
#index_news { height:70px; width:auto; }
#index_news_inner { width:auto; padding:0 20px; }
#index_news_slider { width:auto; }
#index_news_slider .item { height:70px; position:relative; }
#index_news_slider a {
  height:auto; line-height:1; text-align:left; text-overflow:clip; white-space:normal;
  position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
#index_news_slider a .date { display:block; margin:5px 0; }
#index_news_slider a .title { font-size:14px; font-weight:500; display:block; max-height:1.5em; line-height:1.5; overflow:hidden; visibility:visible; }
#index_news_slider a .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; }

/* ----------------------------------------------------------------------
 トップページ（コンテンツビルダー）
---------------------------------------------------------------------- */
/* 共通パーツ */
.cb_contents_inner { width:auto; }
@media screen and (max-width:750px) {
  .cb_contents .link_button a { font-size:14px; min-width:200px; height:45px; line-height:45px; padding:0 20px; }
}

/* レイヤー画像コンテンツ */
.index_layer_content { width:100%; }
.index_layer_content .cb_contents_inner { margin:0 50px; }
.index_layer_content.text_layout_type1 .content { padding:0 25px 0 0; }
.index_layer_content.text_layout_type3 .content { padding:0 0 0 25px; }
.index_layer_content .layer_image img { max-width:50%; }
.index_layer_content.image_layout_type2 .layer_image img { max-width:70%; }
@media screen and (max-width:750px) {
  .index_layer_content .cb_contents_inner { margin:0 30px; }
  .index_layer_content .content { text-align:center; padding:0 !important; width:100%; top:50px; -ms-transform: translateY(0%); -webkit-transform: translateY(0%); transform: translateY(0%); }
  .index_layer_content.text_layout_mobile_type1 .content { text-align:left; }
  .index_layer_content.text_layout_mobile_type3 .content { text-align:right; }
  .index_layer_content.text_layout_mobile_type2 .content { left:50%; top:50px; -ms-transform: translate(-50%, 0%); -webkit-transform: translate(-50%, 0%); transform: translate(-50%, 0%); }
  .index_layer_content.text_layout_mobile_type2.no_layer_image .content { left:50%; top:50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .index_layer_content .desc { margin:10px 0 0 0; }
  .index_layer_content .content .link_button { text-align:center; margin:20px 0 0 0; }
  .index_layer_content .bg_image.pc { display:none; }
  .index_layer_content .bg_image.mobile { display:block; }
  .index_layer_content .layer_image img { max-width:calc(100% - 50px); margin-bottom:0px; }
  .index_layer_content.image_layout_type2 .layer_image img { max-width:calc(100% - 100px); }
  .index_layer_content .layer_image img.pc { display:none; }
  .index_layer_content .layer_image img.mobile { display:block; }
  .index_layer_content .layer_image { -ms-align-items:flex-end !important; -webkit-align-items:flex-end !important; align-items:flex-end !important; }
  .index_layer_content.image_layout_mobile_type1 .layer_image { -ms-justify-content:flex-start; -webkit-justify-content:flex-start; justify-content:flex-start; }
  .index_layer_content.image_layout_mobile_type2 .layer_image { -ms-justify-content:center; -webkit-justify-content:center; justify-content:center; }
  .index_layer_content.image_layout_mobile_type3 .layer_image { -ms-justify-content:flex-end; -webkit-justify-content:flex-end; justify-content:flex-end; }
}

/* 記事スライダー */
.index_post_slider .post_list_slider_wrap { width:auto; }
.index_post_slider .post_list { width:auto; margin:0 20px 0 50px; }
.index_post_slider .item { margin:0 30px 0 0; }
.index_post_slider .cb_header { padding:0 50px; }
@media screen and (max-width:750px) {
  .index_post_slider .cb_header { padding:0 20px; margin:0 0 30px 0; }
  .index_post_slider .cb_catch { margin:0 0 0 0; }
  .index_post_slider .cb_desc { margin:25px 0 0px 0; line-height:2; }
  .index_post_slider { padding:40px 0; }
  .index_post_slider .post_list { width:auto; margin:0 18px; padding:0 0 20px; }
  .index_post_slider .item { margin:0; }
  .index_post_slider .item .image_wrap { max-width:450px; margin:0 auto 15px; }
  .index_post_slider .item .title_area { max-width:450px; margin:0 auto; }
  .index_post_slider .desc { margin-top:10px; }
  .index_post_slider .nav_area { height:42px; }
  .index_post_slider .carousel_arrow { width:40px; height:40px; }
  .index_post_slider .carousel_arrow:before { top:-1px; }
  .index_post_slider .carousel_arrow.next_item:before { left:1px; }
  .index_post_slider .carousel_arrow.prev_item:before { left:-1px; }
}

/* 商品一覧 */
.index_product_list { padding:100px 50px; -webkit-box-sizing:border-box; box-sizing:border-box; }
@media screen and (max-width:950px) {
  .product_list .item { width:calc(50% + 1px); }
}
@media screen and (max-width:750px) {
  .index_product_list .cb_catch { max-width:450px; margin:0 auto; }
  .index_product_list { padding:35px 20px 40px !important; -webkit-box-sizing:border-box; box-sizing:border-box; }
  .index_product_list .cb_desc { max-width:450px; line-height:2; margin:15px auto 0px; }
  .index_product_list .product_list { margin-top:30px; }
  .product_list .item { float:none; max-width:450px; width:100%; height:287px; margin:0 auto -1px; }
  .product_list .image_wrap { height:159px; }
  .product_list .title { height:50px; }
  .product_list .desc_area { padding:10px 20px; height:78px; }
  .index_product_list .link_button { margin:40px 0 0 0; }
}
@media screen and (max-width:500px) {
  .product_list .item { max-width:100%; width:100%; }
}

/* フリースペース */
.index_free_space .cb_contents_inner { width:auto; padding:0 50px; }
.index_free_space.type2 .cb_contents_inner { padding:0; }
.index_free_space .cb_catch { margin:0 0 30px; }
.index_free_space.type2 .cb_catch { margin:0 50px 30px; }
@media screen and (max-width:750px) {
  .index_free_space .cb_contents_inner { padding:0 20px; }
  .index_free_space.type2 .cb_contents_inner { padding:0; }
  .index_free_space .cb_catch { margin:0 0 25px; }
  .index_free_space.type2 .cb_catch { margin:0 20px 25px; }
}

/* トップコンテンツ */
#tcd_cb_top_content { margin:0 -50px; }
@media screen and (max-width:750px) {
  #tcd_cb_top_content { margin:0 -20px; }
  #tcd_cb_top_content .desc { margin:0 0 115px 0; }
  #tcd_cb_top_content .image.pc { display:none; }
  #tcd_cb_top_content .image.mobile { display:block; }
}

/* ----------------------------------------------------------------------
 ページヘッダー
---------------------------------------------------------------------- */
#page_header { height:400px; }
#page_header_inner { width:auto !important; margin:0 50px; }
#page_header .title_area { height:50px; }
#page_header .title_area_inner { height:50px; width:auto; }
#page_header .title { line-height:50px; }
#page_header .layer_image img { max-height:calc(100% - 40px); max-width:calc(100% - 150px); }
@media screen and (max-width:750px) {
  #page_header_inner { width:auto; margin:0 30px; }
  #page_header .bg_image.pc { display:none; }
  #page_header .bg_image.mobile { display:block; }
  #page_header .caption { text-align:center !important; top:40px; -ms-transform: translateY(0%); -webkit-transform: translateY(0%); transform: translateY(0%); }
  #page_header.no_layer_image .caption { top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
  #page_header .caption .sub_title { margin:0 0 12px 0; }
  #page_header .caption .link_button { margin:0; }
  #page_header .desc .pc { display:none; }
  #page_header .desc .mobile { display:block; }
  #page_header .layer_image img { margin-bottom:30px; max-height:200px; max-width:inherit; }
  #page_header.image_layout2_type3 .layer_image img { margin-bottom:0; }
  #page_header .layer_image img.pc { display:none; }
  #page_header .layer_image img.mobile { display:block; }
  #page_header .layer_image { -ms-align-items:flex-end !important; -webkit-align-items:flex-end !important; align-items:flex-end !important; }
  #page_header.image_layout_mobile_type1 .layer_image { -ms-justify-content:flex-start; -webkit-justify-content:flex-start; justify-content:flex-start; }
  #page_header.image_layout_mobile_type2 .layer_image { -ms-justify-content:center; -webkit-justify-content:center; justify-content:center; }
  #page_header.image_layout_mobile_type3 .layer_image { -ms-justify-content:flex-end; -webkit-justify-content:flex-end; justify-content:flex-end; }
}
@media screen and (max-width:550px) {
  #page_header { height:400px; }
  #page_header.no_layer_image { height:250px; }
}

/* コンテンツの見出し */
@media screen and (max-width:750px) {
  .content_header { padding:30px 0; }
  .content_header .catch { line-height:1.5; }
  .content_header .desc { margin:5px 0 0 0; }
  .content_header .catch .pc { display:none; }
  .content_header .desc .pc { display:none; }
  .content_header .catch .mobile { display:block; }
  .content_header .desc .mobile { display:block; }
}

/* コンテンツリンクボタン */
#header_category_button_wrap {
  height:50px; top:-50px; overflow:auto;
  -webkit-backface-visibility: hidden; backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
#header_category_button_wrap.animate { top:0; }
#header_category_button { height:50px; width:100%; }
#header_category_button ol { position:relative; z-index:3; width:100%; height:50px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:nowrap; -webkit-flex-wrap:nowrap; flex-wrap:nowrap;
}
#header_category_button ol li, #header_category_button.type2 ol li { -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; }
#header_category_button a { height:50px; line-height:50px; padding:0 15px; white-space:nowrap; }
#header_category_button .slide_item { height:50px; }

/* ----------------------------------------------------------------------
 サポート（アーカイブページ）
---------------------------------------------------------------------- */
#support_archive { padding:85px 0 100px; width:auto; margin:0 50px; }
@media screen and (max-width:750px) {
  #support_archive { padding:30px 0 40px; width:auto; margin:0 20px; }
  #support_archive .list_header { margin:0 0 30px 0; }
  #support_archive .list_header .catch { }
  #support_archive .list_header .desc { margin:5px 0 0 0; }
  .support_list .question { padding:15px 40px 12px 49px; }
  .support_list .question:before { width:9px; left:20px; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
  .support_list .question:after { height:9px; left:24px; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
  .support_list .answer { padding:15px 25px 10px; }
  .support_list .date { margin:0 0 0 0; display:block; font-size:12px; }
}

/* ----------------------------------------------------------------------
 ブログアーカイブページ
---------------------------------------------------------------------- */
/* アーカイブページ */
#blog_list { width:auto; margin:0 50px; }
#blog_list .item { width:calc(100% / 3 - 20px); margin:0 30px 30px 0; }
#blog_list .item:nth-child(3n) { margin-right:0; }
@media screen and (max-width:950px) {
  #blog_list .item { width:calc(50% - 20px); margin:0 30px 30px 0; }
  #blog_list .item:nth-child(3n) { margin-right:30px; }
  #blog_list .item:nth-child(2n) { margin-right:0; }
}
@media screen and (max-width:750px) {
  #blog_archive { margin:0 auto; padding:40px 0; }
  body.no_page_nav #blog_archive { padding-bottom:10px; }
  #blog_list { margin:0 20px; }
}
@media screen and (max-width:550px) {
  #blog_list .item { width:100%; margin:0 0 30px 0; }
  #blog_list .item:nth-child(3n) { margin-right:0; }
  #blog_list .item:nth-child(2n) { margin-right:0; }
  #blog_list .image_wrap { height:160px; margin:0 0 15px 0; }
  #blog_list .title { height:auto; }
  #blog_list .desc { height:auto; margin:7px 0 0 0; }
}

/* ページナビ */
.page_navi { margin:30px 0 0; }
@media screen and (max-width:750px) {
  .page_navi { margin:10px 0 0; }
}

/* 記事が無い場合に表示するメッセージ */
@media screen and (max-width:750px) {
  #no_post { margin-bottom:0px; }
}

/* ----------------------------------------------------------------------
 お知らせ
---------------------------------------------------------------------- */
@media screen and (max-width:1050px) {
  #news_archive { padding:15px 0 0 0; }
}
@media screen and (max-width:750px) {
  #news_archive { padding:0; }
  #news_archive #main_col { border:none; padding:0; margin:0 -20px 40px; background:none; }
  #news_archive #bread_crumb { display:none; }
  #news_archive .headline { margin:0; padding:37px 0; background:#fff; }
  #news_archive .page_navi { margin:40px 0 0 0; }
}

/* 記事一覧 */
#news_list .image_wrap { width:50%; }
#news_list .title_area { width:50%; }
@media screen and (max-width:750px) {
  #news_list .item a { height:130px; }
  #news_list .title_area { border-right:none; }
  #news_list .title_area_inner { padding:0 20px; }
}

/* 詳細ページ */
@media screen and (max-width:1050px) {
  #news_single { padding:15px 0 0 0; }
}
@media screen and (max-width:750px) {
  #news_single { padding:2px 0 0 0; }
}

/* ----------------------------------------------------------------------
 ヘッダー（固定ヘッダー）
---------------------------------------------------------------------- */
#header_top { display:none; }
#header_bottom { }
#header_bottom_inner { width:auto; height:60px; position:relative; }
#header a { color:#000; }
.mobile .header_fix_mobile { padding-top:60px; }
.mobile .hide_header.header_fix_mobile { padding-top:0 !important; }
.header_fix_mobile #header {
  position:fixed !important; top:0px; left:0px; z-index:200; width:100%; box-shadow:0 0 15px 5px rgba(0,0,0,0.1); border:none;
  -webkit-animation: slide_down_menu 0.5s ease; animation: slide_down_menu 0.5s ease;
}
.mobile .use_fixed_content_link.header_fix_mobile { padding-top:0px; }
.mobile .use_fixed_content_link.header_fix_mobile #header { position:relative !important; }
@-webkit-keyframes slide_down_menu {
  0% { top:-60px; }
  100% { top:0px; }
}
@keyframes slide_down_menu {
  0% { top:-60px; }
  100% { top:0px; }
}

/* ロゴ */
#header_logo { width:auto; height:60px; left:20px; }
#header_logo .pc_logo_image { display:none; }
#header_logo .pc_logo_text { display:none; }
#header_logo .mobile_logo_image { display:block; left:0; right:0; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); position:absolute; max-width: inherit; }
#header_logo .mobile_logo_text { display:block; line-height:60px; }

/* 言語ボタン */
#lang_button_mobile { display:none; background:#000; position:absolute; right:0; top:60px; width:100%; z-index:9999; opacity:1; }
#lang_button_mobile li { float:none; margin:0; padding:0; border-bottom:1px solid #555; }
#lang_button_mobile li a { display:block; font-weight:normal; height:50px; line-height:50px; padding:0 20px; color:#fff; }
#lang_button_mobile li:last-of-type { border-bottom:none; }
#lang_button_mobile li.active a { color:#999; pointer-events:none; }
#lang_mobile_button { width:60px; height:60px; position:absolute; right:40px; top:0px; display:block; z-index:100; }
#lang_mobile_button:before {
  font-family:'design_plus'; content:'\e942'; font-size:18px; display:block; position:absolute; top:23px; left:20px; color:#000;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#lang_mobile_button:hover:before, #lang_mobile_button.active:before { color:#ccc; }

/* メニューボタン */
#menu_button {
  position:absolute; z-index:50; right:0px; bottom:0px;
  display:inline-block; font-size:11px; width:60px; height:60px; line-height:60px; text-decoration:none; text-align:center;
}
#menu_button span {
  width:22px; height:2px; background:#000; display:block; position:absolute;
  -webkit-transition-property:background-color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:background-color; transition-duration:0.2s; transition-timing-function:ease;
}
#menu_button span:nth-child(1) { top:25px; left:20px; }
#menu_button span:nth-child(2) { top:31px; left:20px; }
#menu_button span:nth-child(3) { top:37px; left:20px; }
#menu_button:hover span { background:orange; }

/* グローバルメニュー */
#header #global_menu { display:none; }
#mobile_menu { width:100%; margin:0; }
#mobile_menu ul { margin:0; }
#mobile_menu li ul { display:none; }
#mobile_menu a {
  position:relative; display:block;  margin:0; padding:18px 20px; line-height:1.6; overflow:hidden; text-decoration:none;
  color:#fff; font-size:13px; border-bottom:1px solid #ddd;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#mobile_menu a:hover { color:#fff; }
#mobile_menu ul ul a { padding-left:32px; }
#mobile_menu ul ul ul a { padding-left:47px; }
#mobile_menu ul ul ul ul a { padding-left:60px; }

/* グローバルメニュー（子メニュー） */
#mobile_menu li { position:relative; }
#mobile_menu .child_menu_button { display:block; position:absolute; text-align:center; width:55px; height:55px; right:0px; top:1px; z-index:9; cursor:pointer;  }
#mobile_menu .child_menu_button .icon:before {
  font-family:'design_plus'; content:'\e90e'; color:#fff; text-align:center;
  display:block; font-size:12px; width:12px; height:12px; line-height:12px;
  position:absolute; right:22px; top:25px;
}
#mobile_menu .child_menu_button.active .icon:before, #mobile_menu .child_menu_button:hover .icon:before { color:#fff; border-color:#fff; }
#mobile_menu li.open > .child_menu_button .icon:before { content:'\e911'; }
#mobile_menu li.open > ul {  }
#mobile_menu .child_menu_button:hover { background:rgba(0,0,0,0.2); }

/* ドロワーメニュー　閉じるボタン */
#drawer_menu .close_button { display:block; width:100%; height:60px; position:relative; cursor:pointer; border-bottom:1px solid rgba(255,255,255,0.2); }
#drawer_menu .close_button:before {
  font-family:'design_plus'; color:#fff; font-size:18px; display:block; 
  content:'\e91a'; position:absolute; top:24px; right:17px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

/* 検索フォーム */
#footer_search { max-width:300px; height:45px; position:relative; overflow:hidden; background:rgba(255,255,255,0.2); margin:30px auto; }
#footer_search .input_area input {
  width:calc(100% - 45px); color:#fff; height:45px; padding:0 10px; border:none; background:none; z-index:1;
  position:absolute; left:0px; top:0px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#footer_search:hover .input_area input, #footer_search.active .input_area input { left:0px; }
#footer_search .button input { background:none; width:45px; height:45px; border:none; position:absolute; right:0px; pointer-events:none; z-index:2; }
#footer_search .button label { background:none; display:block; width:45px; height:45px; position:absolute; top:0px; right:0px; cursor:pointer; z-index:2; }
#footer_search .button label:before {
  font-family:'design_plus'; color:#fff; font-size:18px; content:'\e915'; display:block; position:relative; top:16px; left:16px;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
#footer_search .button label:hover:before { color:#0b8a97; }
@media screen and (max-width:450px) {
  #footer_search { margin:30px 20px; }
}

/* バナー */
#mobile_banner { }
#mobile_banner img { display:block; margin:0 auto; max-width:100%; height:auto; }
#mobile_banner .banner { margin:20px 0; }
@media screen and (max-width:450px) {
  #mobile_banner { margin:0 20px; }
}

/* SNSボタン */
#header_sns { display:none; }

/* パンくずリンク */
#bread_crumb { margin:0 50px 13px; width:auto; }
body.layout_type3 #bread_crumb { width:auto; max-width:inherit; margin:0 50px 13px; }
body.layout_type3 #bread_crumb ul { max-width:1000px; margin:0 auto; }
#bread_crumb ul { }
#bread_crumb li { font-size:12px; }
#bread_crumb li a { height:43px; line-height:43px; }
#bread_crumb li:after { height:43px; line-height:43px; margin:0 5px; }
#bread_crumb li.home a:before { font-size:12px; }
@media screen and (max-width:1050px) {
  #bread_crumb { margin:0 50px 13px; }
  #bread_crumb ul { max-width:800px; margin:0 auto; }
  body.layout_type3 #bread_crumb { width:auto; max-width:inherit; margin:0 50px 13px; }
  body.layout_type3 #bread_crumb ul { max-width:inherit; margin:0 auto; }
}
@media screen and (max-width:750px) {
  #bread_crumb { margin:0 20px 2px !important; width:auto; }
  #bread_crumb ul { max-width:inherit; margin:0; }
}

/* メッセージ */
#header_message { padding:10px 0; }
#header_message .post_content { width:auto !important; margin:0 20px !important; }
#header_message.show_close_button .post_content { margin:0 40px !important; }
@media screen and (max-width:750px) {
  #header_message .post_content { line-height:1.8; }
  #header_message.show_close_button .post_content { margin:0 35px !important; }
}

/* ----------------------------------------------------------------------
 ブログ詳細ページ
---------------------------------------------------------------------- */
@media screen and (max-width:1050px) {
  #blog_single { padding:15px 0 0 0; }
}
@media screen and (max-width:750px) {
  #blog_single { padding:2px 0 0 0; }
  #article { background:#fff; padding:0 0 30px 0; }
  #article .post_content { padding:27px 20px 0; }
}

/* タイトル */
@media screen and (max-width:750px) {
  #post_title_area { padding:27px 20px 0; }
  #post_title_area .title { line-height:1.5; }
  #post_title_area .meta { margin:5px 0 0 0; }
}

/* アイキャッチ画像 */
#post_image { height:350px; }
@media screen and (max-width:550px) {
  #post_image { height:207px; margin:27px 0 20px 0; }
}

/* SNSボタン */
#single_share_top { margin:0 50px 45px; }
#single_share_bottom { margin:50px 50px 0; }
@media screen and (max-width:750px) {
  #single_share_top { margin:0 20px 40px; padding:0; }
  #single_share_top .share-top { }
  #single_share_bottom { margin:40px 20px 0; }
  #single_share_bottom .share-btm { margin-bottom:0 !important; padding:0; }
  #single_share_top .mt10, #single_share_top .mt10 { margin:0 !important; }
  #single_share_bottom .mb45, #single_share_bottom .mb45 { margin:0 !important; }
  .share-type1 ul { text-align:center; margin-bottom:-5px !important; }
  .share-type3 ul { text-align:center; margin-bottom:-5px !important; }
  .share-type2 ul.type2 { text-align:center; margin-bottom:-5px !important; }
  .share-type4 ul.type4 { text-align:center; margin-bottom:-5px !important; }
  .sns_default_top  { text-align:center; margin-bottom:-5px !important; }
}
@media screen and (max-width:550px) {
  #single_share_top { margin:0 20px 30px; padding:10px 0 0 0; }
  #single_share_bottom { margin:30px 20px 0; }
}

/* コピーボタン */
#single_copy_title_url_top { margin:0 0 40px; }
#single_copy_title_url_bottom { margin:45px 0 0; }
@media screen and (max-width:750px) {
  #single_copy_title_url_bottom { margin:40px 0 0; }
  #single_copy_title_url_top { margin:0 0 33px; }
  .single_copy_title_url_btn { border-width:2px; font-size:12px; line-height:46px; min-width:250px; }
}
@media screen and (max-width:550px) {
  #single_copy_title_url_top { margin:0 0 25px; }
  #single_copy_title_url_bottom { margin:30px 0 0; }
}

/* メタ情報 */
#post_meta_bottom { padding:15px 20px 13px; margin:50px 0 0; }
#post_meta_bottom li { display:block; margin:0 0 5px 0; padding:0 0 0 25px; border-right:none; }
#post_meta_bottom li:last-child { border:none; margin:0; }
#post_meta_bottom li:before { line-height:1.5; }
@media screen and (max-width:750px) {
  #post_meta_bottom { margin:40px 0 0; }
}

/* 次の記事、前の記事 */
@media screen and (max-width:1050px) {
  #next_prev_post { margin:50px 50px 0; }
  #next_prev_post .item { height:50px; }
  #next_prev_post a { background:#fff; color:#000; border:1px solid #ddd; }
  #next_prev_post .title_area { font-size:12px; margin:0; text-align:center; width:100%; height:50px; }
  #next_prev_post .title { display:none; }
  #next_prev_post .nav { display:block; position:relative; height:50px; line-height:50px; text-align:center; }
  #next_prev_post .image_wrap { display:none; }
  #next_prev_post a:before {
    content:''; font-family:'design_plus'; color:#111; font-size:12px; display:block;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
    content:'\e90f'; position:absolute; left:18px; margin-top:2px;
    top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  }
  #next_prev_post .next_post a:before { content:'\e910'; left:auto; right:15px; }
  #next_prev_post .next_post { float:right; margin:0; width:50%; position:relative; left:-1px; }
  #next_prev_post .next_post .title_area { margin:0; }
  #next_prev_post .register_link:after { top:16px; right:20px; }
  #next_prev_post .next_post .register_link:after { right:auto; left:20px; }
  body.single-news #next_prev_post .item:last-of-type a { border-left:1px solid #ddd; }
}
@media screen and (max-width:750px) {
  #next_prev_post { margin:40px 20px 0; }
}
@media screen and (max-width:550px) {
  #next_prev_post { margin-top:30px; }
}

/* ページ分割 */
@media screen and (max-width:750px) {
  #post_pagination { padding:5px 0 0 0; }
  #p_readmore { padding:5px 0 0 0; margin:0; }
}
@media screen and (max-width:550px) {
  #post_pagination { padding:0; margin-top:-5px; }
  #p_readmore { padding:0; margin-top:-5px; }
}

/* プロフィール */
#blog_archive .author_profile { width:auto; margin:0 50px 100px; padding:30px; }
@media screen and (max-width:750px) {
  .author_profile { margin:35px 20px 0; padding:25px 20px; display:block; }
  #blog_archive .author_profile { width:auto; margin:0 20px 40px; padding:25px 20px; }
  .author_profile a.avatar { width:100px; height:100px; margin:0 auto; }
  .author_profile .info { padding:0 !important; width:auto; margin:25px 0 0 0; }
  .author_profile .name { font-size:16px; margin:0 0 13px 0; text-align:center; }
  .author_profile .desc { margin:0 0 10px 0; font-size:12px; line-height:2; }
  .author_profile .author_link { text-align:center; }
  .author_profile .author_link li { margin:0 5px; }
}

/* 広告 */
#single_banner_top { width:auto; padding-top:20px; }
#single_banner_bottom { width:auto; margin:50px auto; }
#single_banner_shortcode { width:auto; }
@media screen and (max-width:750px) {
  #single_banner_top { padding:10px 0 30px; width:auto; }
  #single_banner_bottom { margin:40px 0 0; width:auto; }
  #single_banner_shortcode { padding:0 0 20px; }
}

/* 関連記事 */
#related_post { margin:50px 0 0 0; }
@media screen and (max-width:750px) {
  #related_post .headline { padding:0 20px; height:50px; line-height:50px; }
  #related_post { margin:40px 0 0 0; }
  #related_post .image_link { width:50%; }
  #related_post .title_area { width:50%; border-right:none; }
  #related_post .title_area_inner { padding:0 20px; }
  #related_post .title { font-size:14px; max-height:4.8em; }
  #related_post .title span { -webkit-line-clamp:3; }
  #related_post .meta { margin:7px 0 0 0; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; color:#999; }
  #related_post .meta li { float:none; display:inline; margin-right:3px; }
}
@media screen and (max-width:550px) {
  #related_post .item { height:130px; }
}

/* ----------------------------------------------------------------------
 その他のページ
---------------------------------------------------------------------- */
/* 404ページ*/
#page_404_header { height:calc(100vh - 60px); }
body.no_header #page_404_header { height:100vh; }
#page_404_header .catch_area { padding:0 30px; }

/* 検索結果ページ*/
#page_search_header { height:calc(100vh - 60px); }
body.no_header #page_search_header { height:100vh; }
#page_search_header .catch_area { padding:0 30px; }

/* ----------------------------------------------------------------------
 ウィジェット 
---------------------------------------------------------------------- */
/* 基本設定 */
@media screen and (max-width:1050px) {
  #side_col {
    display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
    -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
    -ms-justify-content:space-between; -webkit-justify-content:space-between; justify-content:space-between;
  }
  #product_side_top { width:calc(50% - 25px); }
  #product_side_content { width:calc(50% - 25px); }
  .widget_content { width:calc(50% - 20px); margin:0 20px 20px 0; }
  .widget_content:nth-child(2n) { margin-right:0; }
  body.single-product .widget_content { width:100%; margin-right:0; }
  .widget_headline { padding:0 20px; height:50px; line-height:50px; }
}
@media screen and (max-width:750px) {
  body.single-product #side_col { flex-direction:column-reverse; }
  #product_side_top { width:100%; margin:0; }
  #product_side_content { width:100%; margin:0 0 30px 0; }
  .widget_content { width:100%; margin:0 0 20px 0; }
}

/* デザインカテゴリー一覧 */
@media screen and (max-width:1050px) {
  .tcd_category_list .child_menu_button { width:50px; height:50px; }
  .tcd_category_list .child_menu_button:before { font-size:14px; top:15px; }
  .tcd_category_list a { padding:0 20px; height:50px; line-height:50px; }
  .tcd_category_list li li a { padding-left:34px; }
  .tcd_category_list li li li a { padding-left:48px; }
  .tcd_category_list li li li li a { padding-left:62px; }
}

/* 検索 */
@media screen and (max-width:1050px) {
  #searchform { height:50px; }
  #searchform #s { height:50px; }
  #searchform #searchsubmit { height:50px; }
  #searchform .submit_button  { height:50px; }
  #searchform .submit_button:before { height:50px; line-height:50px; }
}

/* アーカイブ一覧 */
@media screen and (max-width:1050px) {
  .p-dropdown__title { height:50px; line-height:50px; }
}

/* 広告 */
@media screen and (max-width:1050px) {
  .tcd_ad_widget { background:none; padding:0; }
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
/* フッターカルーセル */
#footer_carousel { width:auto; }
#footer_carousel_inner { width:auto; margin:0 25px; }
#footer_carousel_inner .item { margin:0 25px; }
#footer_carousel_inner .icon { left:-15px; }
#footer_carousel .carousel_arrow.prev_item { left:3px; top:160px; }
#footer_carousel .carousel_arrow.next_item { right:3px; top:160px; }
@media screen and (max-width:950px) {
  #footer_carousel_inner .item .image_wrap { margin:0 auto; }
  #footer_carousel_inner .item a { display:block; margin:0 auto; position:relative; padding-top:15px; }
  #footer_carousel_inner .icon { left:-15px; top:0px; }
  #footer_carousel .carousel_arrow.prev_item { top:140px; }
  #footer_carousel .carousel_arrow.next_item { top:140px; }
}
@media screen and (max-width:750px) {
  #footer_carousel_wrap { position:relative; padding:40px 0 30px; }
  #footer_carousel_inner { width:auto; margin:0 45px; }
  #footer_carousel_inner .item { margin:0 25px; }
  #footer_carousel .headline { display:none; }
  #footer_carousel .carousel_arrow.prev_item { top:65px; left:11px; }
  #footer_carousel .carousel_arrow.next_item { top:65px; right:11px; }
}
@media screen and (max-width:550px) {
  .footer_bg_image.pc { display:none; }
  .footer_bg_image.mobile { display:block; }
}

/* フッター記事一覧 */
#footer_post_list_wrap { background:#000; padding:50px 0; }
#footer_post_list { width:auto; margin:0 50px; }
#footer_post_list .item .image_wrap { width:110px; height:110px; }
#footer_post_list .title_area { width:calc(100% - 110px); height:110px; }
#footer_post_list .category { width:110px; }
#footer_post_list .category a { width:100%; height:30px; line-height:30px; font-size:10px; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; }
@media screen and (max-width:950px) {
  #footer_post_list_wrap { padding:40px 0; }
  #footer_post_list .item { float:none; width:100%; max-width:450px; margin:0 auto 10px; }
  #footer_post_list .item:last-of-type { margin:0 auto; }
}
@media screen and (max-width:750px) {
  #footer_post_list { margin:0 20px; }
  #footer_post_list .title { font-weight:500; padding:0 20px; }
}
@media screen and (max-width:500px) {
  #footer_post_list .item { max-width:100%; }
}

/* フッター下部 */
#footer_bottom { width:auto; height:auto; margin:0 auto; padding:30px 0 35px;  }

/* SNSボタン */
#footer_sns { position:relative; top:auto; right:auto; margin-top:30px; }

/* メニュー */
#footer_menu { }
#footer_menu ul { text-align:center; font-size:0; }
#footer_menu li { font-size:14px; display:inline-block; margin:0 17px; line-height:2; }
#footer_menu li a { height:auto; line-height:2; }
@media screen and (max-width:750px) {
  #footer_menu { }
  #footer_menu li { font-size:14px; display:block; margin:0 0 5px 0; line-height:2; }
  #footer_menu li a { display:block; }
  #footer_menu li:last-child { margin:0; }
}

/* コピーライト */
@media screen and (max-width:750px) {
  #copyright { line-height:50px; height:50px; }
}

/* ページ上部へ戻るボタン */
@media screen and (max-width:750px) {
  #return_top a { height:50px; line-height:50px; width:50px; }
}

/* フッターバー */
#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;
  pointer-events: none;
}
.dp-footer-bar-type1 #dp-footer-bar.active {
  opacity:1;
  pointer-events: visible;
}
.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);
}

/* 固定フッターが有効時、モバイルデバイス調整用 */
body.show_footer_bar { padding-bottom:0px; }
body.show_footer_bar #return_top.active { -webkit-transform: translate3d(0,-55px,0); transform: translate3d(0,-55px,0); }
body.home.show_footer_bar #container { padding-bottom:0px; }
@media screen and (max-width:950px) {
  body.show_footer_bar #footer_button.active { -webkit-transform: translate3d(0,-55px,0); transform: translate3d(0,-55px,0); }
}
/* トップページでは表示しない */
body.show_footer_bar #return_top { display:none !important; }

/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments { margin:50px 0 0 0; }
@media screen and (max-width:750px) {
  #comments { margin:40px 20px 0; }
  #comments .headline { height:50px; line-height:50px; padding:0 20px; }
}

/* コメント・トラックバックのタブ */
#comment_tab li a, #comment_tab li p { padding:15px 15px; }

/* ----------------------------------------------------------------------
 その他
---------------------------------------------------------------------- */

/* パスワード保護 */
.c-pw__box { padding:20px; margin:0 0 20px 0; }
.c-pw__box-label { display:block; margin:0 0 15px 0; text-align:center; }
.c-pw__box-input { width:calc(100% - 160px); margin:0 10px 0 0; -webkit-box-sizing:border-box; box-sizing:border-box; }
.c-pw__btn--submit { width:150px; min-width:inherit; -webkit-box-sizing:border-box; box-sizing:border-box; }
@media screen and (max-width:750px) {
  .c-pw__box { padding:15px; }
  .c-pw__box-input { width:calc(100% - 105px); margin-right:5px; }
  .c-pw__btn--submit { width:100px; }
}

/* Cardlink style - カードリンクのスタイル */
.cardlink { margin:30px 0 35px !important; padding:15px;  }
}

/* ============================================================
   11. footer-bar.css (<=1251px モバイル固定フッター)
   ============================================================ */
@media screen and (max-width:1251px) {
@charset "UTF-8";

/**
 * スマホ用固定フッターバーの設定
 */
@font-face {
  font-family: 'footer_bar';
  src: url(/fonts/footer_bar.eot);
  src: url(/fonts/footer_bar.eot) format('embedded-opentype'),
       url(/fonts/footer_bar.woff) format('woff'),
       url(/fonts/footer_bar.ttf) format('truetype'),
       url(/fonts/footer_bar.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tiktok_x_icon';
  src: url(/fonts/tiktok_x_icon.eot);
  src: url(/fonts/tiktok_x_icon.eot) format('embedded-opentype'),
       url(/fonts/tiktok_x_icon.woff) format('woff'),
       url(/fonts/tiktok_x_icon.ttf) format('truetype'),
       url(/fonts/tiktok_x_icon.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
.dp-footer-bar { display:flex; flex-wrap:wrap; font-size:10px; text-align:center; width:100%; z-index:9998; }
.dp-footer-bar-item { flex:1; margin:0 -1px 0 0; }
.dp-footer-bar a { display: block; border-left:1px solid rgba(255,255,255,0.3); border-right:1px solid rgba(255,255,255,0.3); height:55px; position:relative; }
.dp-footer-bar-item:last-of-type a { border:none; }
.dp-footer-bar a:hover { position:relative; z-index:10; border:none; }
.dp-footer-bar a .label { bottom:8px; left:0; right:0; position:absolute; }
.footer_bar_icon:before { display:block; font-family:"footer_bar"; font-size:16px; position:relative; top:12px; }
.footer_bar_icon_twitter:before { font-family: 'tiktok_x_icon'; content: "\e901"; }
.footer_bar_icon_facebook:before { font-family: 'tiktok_x_icon'; content: "\e902"; }
.footer_bar_icon_instagram:before { content: "\ea92"; }
.footer_bar_icon_tiktok:before { font-family: 'tiktok_x_icon'; content: "\e900"; }
.footer_bar_icon_youtube:before { content: "\ea9d"; }
.footer_bar_icon_line:before { content: "\e90f"; font-size:19px; top:9px; }
.footer_bar_icon_spotify:before { content: "\ea94"; }
.footer_bar_icon_heart:before { content: "\e9da"; }
.footer_bar_icon_star1:before { content: "\e9d9"; }
.footer_bar_icon_star2:before { content: "\e9d7"; }
.footer_bar_icon_list1:before { content: "\e9bb"; }
.footer_bar_icon_list2:before { content: "\e907"; }
.footer_bar_icon_fire:before { content: "\e9a9"; top:13px; }
.footer_bar_icon_bubble:before { content: "\e96c"; }
.footer_bar_icon_cart:before { content: "\e93a"; }
.footer_bar_icon_bell:before { content: "\e951"; }
.footer_bar_icon_profile:before { content: "\e923"; }
.footer_bar_icon_user:before { content: "\e90a"; font-size:14px; }
.footer_bar_icon_map:before { content: "\e909"; }
.footer_bar_icon_film:before { content: "\e913"; }
.footer_bar_icon_camera:before { content: "\e905"; font-size:14px; }
.footer_bar_icon_news:before { content: "\e904"; }
.footer_bar_icon_office:before { content: "\e903"; }
.footer_bar_icon_home:before { content: "\e900"; }
.footer_bar_icon_help:before { content: "\e901"; font-size:19px; top:8px; }
.footer_bar_icon_light:before { content: "\e902"; font-size:20px; top:8px; }
.footer_bar_icon_menu:before { content: "\e90e"; font-size:13px; top:13px; }
.footer_bar_icon_grid:before { content: "\e90d"; font-size:14px; top:11px; }
.footer_bar_icon_search:before { content: "\e90c"; }
.footer_bar_icon_tel:before { content: "\e90b"; top:10px; }
.footer_bar_icon_calendar:before { content: "\e908"; }
.footer_bar_icon_mail:before { content: "\e906"; font-size:12px; }
.footer_bar_icon_pdf:before { content: "\e910"; }
.footer_bar_icon_pencil:before { content: "\e911"; top:11px; }
.footer_bar_icon_clock:before { content: "\e912"; }

.modal-overlay { background:rgba(0,0,0,0.5); position:fixed; top:0; left:0; width:100%; height:100%; z-index:9999; }
.modal-content { margin:auto; position:fixed; bottom:20%; left:0; right:0; width:209px; z-index:9999; }
.modal-close:before { color:#fff; font-size:32px; position:absolute; bottom:20%; right:0; text-align:center; width:50px; }

.share { text-align:center; }
.share-button { float:left; vertical-align:center; width:50px; height:50px; }
.share-button--rounded-square { border-radius:2px; overflow:hidden; }
.share-button + .share-button { margin-left:3px; }
.share-button a { display:block; position:relative; width:100%; height:100%; }
.share-button a img { width:100%; height:auto; }
.hatena-bookmark-button{ background: #00A4DE; border-radius: 4px; }
}

/* ============================================================
   12. simplebar.css (カスタムスクロールバー)
   ============================================================ */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

/* ============================================================
   13. テーマカスタマイザCSS (フォント/配色/ヘッダー等サイト個別設定)
   ============================================================ */
body, input, textarea { font-family: var(--tcd-font-type1); }

.rich_font, .p-vertical { font-family: var(--tcd-font-type1);  }

.rich_font_1 { font-family: var(--tcd-font-type1); }
.rich_font_2 { font-family: var(--tcd-font-type2); font-weight:500; }
.rich_font_3 { font-family: var(--tcd-font-type3); font-weight:500; }
.rich_font_type2 { font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; font-weight:500; }
.rich_font_logo { font-family: var(--tcd-font-type-logo); font-weight: bold !important;}

#header_top { color:#ffffff; background:#222222; }
#header_top a, header_search .button label:before { color:#ffffff; }
#header_bottom { color:#000000; background:#ffffff; }
#header_bottom a { color:#000000; }
#header_top a:hover, #header_bottom a:hover, header_search .button label:hover:before { color:#008a98; }
#header_search .button label { background:#222222; }
.header_fix #header_bottom, .header_fix_mobile #header_bottom { background:rgba(255,255,255,1); }
.header_fix #header.active #header_bottom, .header_fix_mobile #header.active #header_bottom{ background:rgba(255,255,255,1); }
#global_menu > ul > li > a, body.home #global_menu > ul > li.current-menu-item > a { color:#000000; }
#global_menu > ul > li.active > a, #global_menu > ul > li.active_button > a { color:#008a98 !important; }
#global_menu ul ul a { color:#ffffff; background:#008a97; }
#global_menu ul ul a:hover { color:#ffffff; background:#006e7f; }
#menu_button span { background:#000; }
#menu_button:hover span { background:#008a98 !important; }
#drawer_menu { background:#222222; }
#mobile_menu a, .mobile #lang_button a { color:#ffffff; background:#222222; border-color:#444444; }
#mobile_menu li li a { color:#ffffff; background:#333333; }
#mobile_menu a:hover, #drawer_menu .close_button:hover, #mobile_menu .child_menu_button:hover { color:#ffffff; background:#00a7ce; }
#mobile_menu li li a:hover { color:#ffffff; }
#lang_button_mobile { background:#222222; }
#lang_button_mobile li { border-color:#444444; }
#lang_button_mobile li a { color:#ffffff; background:#222222; border-color:#444444; }
#lang_button_mobile li a:hover { color:#ffffff; background:#00a7ce; }
#lang_mobile_button:hover:before, #lang_mobile_button.active:before { color:#008a98; }
#header_search .input_area input, #footer_search { background:#555555; }
.megamenu_product_category_list { background:#222222; }
.megamenu_product_category_list .title { font-size:16px; }
.megamenu_blog_list { background:#222222; }
.megamenu_blog_list .title { font-size:14px; }
#return_top a:before { color:#ffffff; }
#return_top a { background:#008a98; }
#return_top a:hover { background:#006e7d; }
.author_profile a.avatar img, .animate_image img, .animate_background .image, #recipe_archive .blur_image {
  width:100%; height:auto;
  -webkit-transition: transform  0.75s ease;
  transition: transform  0.75s ease;
}
.author_profile a.avatar:hover img, .animate_image:hover img, .animate_background:hover .image, #recipe_archive a:hover .blur_image {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

a { color:#000; }

a:hover, #header_logo a:hover, #global_menu > ul > li.current-menu-item > a, .megamenu_blog_list a:hover .title, #footer a:hover, #footer_social_link li a:hover:before, #bread_crumb a:hover, #bread_crumb li.home a:hover:after, #bread_crumb, #bread_crumb li.last, #next_prev_post a:hover,
.index_post_slider .category a:hover, .index_post_slider .carousel_arrow:hover:before, .single_copy_title_url_btn:hover, #footer_post_list a:hover .title, #footer_carousel_inner a:hover .desc, .support_list .date, .support_list .question:hover, .support_list .question.active,
.widget_tab_post_list_button a.active, .p-dropdown__list li a:hover, .p-dropdown__title:hover, .p-dropdown__title:hover:after, .p-dropdown__title:hover:after, .p-dropdown__list li a:hover, .p-dropdown__list .child_menu_button:hover, .tcdw_search_box_widget .search_area .search_button:hover:before,
#blog_list .title a:hover, #post_title_area .category a:hover, #related_post .category a:hover, #blog_list li a:hover, #index_news a .date, #index_news_slider a:hover .title, .tcd_category_list a:hover, .tcd_category_list .child_menu_button:hover, .styled_post_list1 a:hover .title,
#post_title_area .post_meta a:hover, #single_author_title_area .author_link li a:hover:before, .author_profile a:hover, .author_profile .author_link li a:hover:before, #post_meta_bottom a:hover, .cardlink_title a:hover, .comment a:hover, .comment_form_wrapper a:hover, #searchform .submit_button:hover:before
  { color: #008a98; }
#footer_sns li.note a:hover:before, .header_sns li.note a:hover:before, .author_profile .author_link li.note a:hover:before
  { background-color: #008a98; }

.megamenu_product_category_list a:hover .title_area, #comment_tab li.active a, #submit_comment:hover, #cancel_comment_reply a:hover, #wp-calendar #prev a:hover, #wp-calendar #next a:hover, #wp-calendar td a:hover,
#post_pagination p, #post_pagination a:hover, #p_readmore .button:hover, .page_navi a:hover, .page_navi span.current, #post_pagination a:hover,.c-pw__btn:hover, #post_pagination a:hover, #comment_tab li a:hover,
#footer_post_list .category a, .post_slider_widget .slick-dots button:hover::before, .post_slider_widget .slick-dots .slick-active button::before, #header_slider .slick-dots button:hover::before, #header_slider .slick-dots .slick-active button::before,
.cb_product_review .vote_buttons a:hover, .cb_product_review .vote_buttons a.active
  { background-color: #008a98; }

.megamenu_product_category_list a:hover .title_area, .megamenu_product_category_list .item:first-of-type a:hover .title_area, .index_post_slider .carousel_arrow:hover, .widget_headline, #comment_textarea textarea:focus, .c-pw__box-input:focus, .page_navi a:hover, .page_navi span.current, #post_pagination p, #post_pagination a:hover,
#header_slider .slick-dots button:hover::before, #header_slider .slick-dots .slick-active button::before, .cb_product_review .vote_buttons a:hover, .cb_product_review .vote_buttons a.active
  { border-color: #008a98; }

#footer_post_list .category a:hover { background:rgba(0,138,152,0.7); }

.widget_headline { background:#000000; }
.post_content a, .custom-html-widget a { color:#000000; }
.post_content a:hover, .custom-html-widget a:hover { color:#008a98; }
.ft01 {

text-align:center;

padding-top:30px;

padding-bottom:30px;

font-size:14px;

font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; font-weight:300;

letter-spacing: 0.1em;

line-height: 1.5; /* 文字サイズの1.5倍（推奨）*/

}

.fontyuji {

font-family: "Yuji Syuku", serif;

}.styled_h2 {
  font-size:26px !important; text-align:left; color:#ffffff; background:#000000;  border-top:0px solid #dddddd;
  border-bottom:0px solid #dddddd;
  border-left:0px solid #dddddd;
  border-right:0px solid #dddddd;
  padding:15px 15px 15px 15px !important;
  margin:0px 0px 30px !important;
}
.styled_h3 {
  font-size:22px !important; text-align:left; color:#000000;   border-top:0px solid #dddddd;
  border-bottom:0px solid #dddddd;
  border-left:2px solid #000000;
  border-right:0px solid #dddddd;
  padding:6px 0px 6px 16px !important;
  margin:0px 0px 30px !important;
}
.styled_h4 {
  font-size:18px !important; text-align:left; color:#000000;   border-top:0px solid #dddddd;
  border-bottom:1px solid #dddddd;
  border-left:0px solid #dddddd;
  border-right:0px solid #dddddd;
  padding:3px 0px 3px 20px !important;
  margin:0px 0px 30px !important;
}
.styled_h5 {
  font-size:14px !important; text-align:left; color:#000000;   border-top:0px solid #dddddd;
  border-bottom:1px solid #dddddd;
  border-left:0px solid #dddddd;
  border-right:0px solid #dddddd;
  padding:3px 0px 3px 24px !important;
  margin:0px 0px 30px !important;
}
.q_custom_button1 {
  color:#ffffff !important;
  border-color:rgba(83,83,83,1);
}
.q_custom_button1.animation_type1 { background:#535353; }
.q_custom_button1:hover, .q_custom_button1:focus {
  color:#ffffff !important;
  border-color:rgba(125,125,125,1);
}
.q_custom_button1.animation_type1:hover { background:#7d7d7d; }
.q_custom_button1:before { background:#7d7d7d; }
.q_custom_button2 {
  color:#ffffff !important;
  border-color:rgba(83,83,83,1);
}
.q_custom_button2.animation_type1 { background:#535353; }
.q_custom_button2:hover, .q_custom_button2:focus {
  color:#ffffff !important;
  border-color:rgba(125,125,125,1);
}
.q_custom_button2.animation_type1:hover { background:#7d7d7d; }
.q_custom_button2:before { background:#7d7d7d; }
.q_custom_button3 {
  color:#ffffff !important;
  border-color:rgba(83,83,83,1);
}
.q_custom_button3.animation_type1 { background:#535353; }
.q_custom_button3:hover, .q_custom_button3:focus {
  color:#ffffff !important;
  border-color:rgba(125,125,125,1);
}
.q_custom_button3.animation_type1:hover { background:#7d7d7d; }
.q_custom_button3:before { background:#7d7d7d; }
.speech_balloon_left1 .speach_balloon_text { background-color: #ffdfdf; border-color: #ffdfdf; color: #000000 }
.speech_balloon_left1 .speach_balloon_text::before { border-right-color: #ffdfdf }
.speech_balloon_left1 .speach_balloon_text::after { border-right-color: #ffdfdf }
.speech_balloon_left2 .speach_balloon_text { background-color: #ffffff; border-color: #ff5353; color: #000000 }
.speech_balloon_left2 .speach_balloon_text::before { border-right-color: #ff5353 }
.speech_balloon_left2 .speach_balloon_text::after { border-right-color: #ffffff }
.speech_balloon_right1 .speach_balloon_text { background-color: #ccf4ff; border-color: #ccf4ff; color: #000000 }
.speech_balloon_right1 .speach_balloon_text::before { border-left-color: #ccf4ff }
.speech_balloon_right1 .speach_balloon_text::after { border-left-color: #ccf4ff }
.speech_balloon_right2 .speach_balloon_text { background-color: #ffffff; border-color: #0789b5; color: #000000 }
.speech_balloon_right2 .speach_balloon_text::before { border-left-color: #0789b5 }
.speech_balloon_right2 .speach_balloon_text::after { border-left-color: #ffffff }
.qt_google_map .pb_googlemap_custom-overlay-inner { background:#000000; color:#ffffff; }
.qt_google_map .pb_googlemap_custom-overlay-inner::after { border-color:#000000 transparent transparent transparent; }

/* ============================================================
   14. slick.css (トップページ スライダー)
   ============================================================ */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* ============================================================
   15. ページ個別スタイル : トップページ (body.home)
   ※ 旧 current-page-style をスコープ化してHTMLから移設
   ============================================================ */
body.home #header_slider .item1 .catch { font-size:36px; color:#ffffff;  }
body.home #header_slider .item1 .desc p { font-size:18px; color:#ffffff;  }
body.home #header_slider .item1 .button { color:#ffffff; border-color:rgba(255,255,255,0.5); }
body.home #header_slider .item1 .button:before { background:#444444; }
body.home #header_slider .item1 .button.button_animation_type1:hover { color:#ffffff; background:#444444; border-color:rgba(68,68,68,0.5); }
body.home #header_slider .item1 .button.button_animation_type2:hover { color:#ffffff; background:none; border-color:rgba(68,68,68,0.5); }
body.home #header_slider .item1 .button.button_animation_type3:hover { color:#ffffff; background:none; border-color:rgba(68,68,68,0.5); }
@media screen and (max-width:750px) {
body.home #header_slider .item1 .catch { font-size:24px; }
body.home #header_slider .item1 .desc p { font-size:15px; }
}
body.home .index_layer_content.num1 .catch { font-size:36px; color:#000000; }
body.home .index_layer_content.num1 .desc { font-size:16px; color:#000000; }
body.home .index_layer_content.num1 .link_button a:before { background:#444444; }
body.home .index_layer_content.num1 .link_button a { color:#444444; border-color:rgba(68,68,68,1); }
body.home .index_layer_content.num1 .link_button a.button_animation_type1 { background:#00a8ca; }
body.home .index_layer_content.num1 .link_button a.button_animation_type1:hover { color:#ffffff; background:#444444; border-color:rgba(68,68,68,1); }
body.home .index_layer_content.num1 .link_button a.button_animation_type2:hover { color:#ffffff; border-color:rgba(68,68,68,1); }
body.home .index_layer_content.num1 .link_button a.button_animation_type3:hover { color:#ffffff; border-color:rgba(68,68,68,1); }
@media screen and (max-width:750px) {
body.home .index_layer_content.num1 .catch { font-size:24px; }
body.home .index_layer_content.num1 .desc { font-size:14px; }
}
body.home .index_free_space.num2 .cb_catch { font-size:36px; }
body.home .index_free_space.num2 { font-size:16px; margin-top:0px; margin-bottom:0px; }
@media screen and (max-width:750px) {
body.home .index_free_space.num2 .cb_catch { font-size:24px; }
body.home .index_free_space.num2 { font-size:14px; margin-top:0px; margin-bottom:0px; }
}
body.home .index_layer_content.num5 .catch { font-size:38px; color:#444444; }
body.home .index_layer_content.num5 .desc { font-size:16px; color:#444444; }
body.home .index_layer_content.num5 .link_button a:before { background:#444444; }
body.home .index_layer_content.num5 .link_button a { color:#444444; border-color:rgba(68,68,68,1); }
body.home .index_layer_content.num5 .link_button a.button_animation_type1 { background:#444444; }
body.home .index_layer_content.num5 .link_button a.button_animation_type1:hover { color:#ffffff; background:#444444; border-color:rgba(68,68,68,1); }
body.home .index_layer_content.num5 .link_button a.button_animation_type2:hover { color:#ffffff; border-color:rgba(68,68,68,1); }
body.home .index_layer_content.num5 .link_button a.button_animation_type3:hover { color:#ffffff; border-color:rgba(68,68,68,1); }
@media screen and (max-width:750px) {
body.home .index_layer_content.num5 .catch { font-size:20px; }
body.home .index_layer_content.num5 .desc { font-size:14px; }
}
body.home .index_layer_content.num6 .catch { font-size:38px; color:#444444; }
body.home .index_layer_content.num6 .desc { font-size:16px; color:#444444; }
body.home .index_layer_content.num6 .link_button a:before { background:#444444; }
body.home .index_layer_content.num6 .link_button a { color:#444444; border-color:rgba(68,68,68,1); }
body.home .index_layer_content.num6 .link_button a.button_animation_type1 { background:#444444; }
body.home .index_layer_content.num6 .link_button a.button_animation_type1:hover { color:#ffffff; background:#444444; border-color:rgba(68,68,68,1); }
body.home .index_layer_content.num6 .link_button a.button_animation_type2:hover { color:#ffffff; border-color:rgba(68,68,68,1); }
body.home .index_layer_content.num6 .link_button a.button_animation_type3:hover { color:#ffffff; border-color:rgba(68,68,68,1); }
@media screen and (max-width:750px) {
body.home .index_layer_content.num6 .catch { font-size:20px; }
body.home .index_layer_content.num6 .desc { font-size:14px; }
}
body.home .index_free_space.num7 .cb_catch { font-size:36px; }
body.home .index_free_space.num7 { font-size:16px; margin-top:30px; margin-bottom:20px; }
@media screen and (max-width:750px) {
body.home .index_free_space.num7 .cb_catch { font-size:24px; }
body.home .index_free_space.num7 { font-size:14px; margin-top:30px; margin-bottom:20px; }
}
body.home #site_loader_overlay.active #site_loader_animation {
  opacity:0;
  -webkit-transition: all 1.0s cubic-bezier(0.22, 1, 0.36, 1) 0s; transition: all 1.0s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

/* ============================================================
   16. ページ個別スタイル : 下層ページ共通 (body:not(.home))
   ※ 各下層ページの page_header 文字サイズ・色/ボタン配色等
   ============================================================ */
body:not(.home) #page_header .bg_image { filter:blur(0px); margin:-0px; width:calc(100% + 0px); height:calc(100% + 0px); }
body:not(.home) #page_header .catch { font-size:40px; color:#000000; }
body:not(.home) #page_header .sub_title { font-size:16px; color:#ffffff; }
body:not(.home) #page_header .desc { font-size:16px; color:#ffffff; }
body:not(.home) #header_category_button_wrap { background:#008a98; }
body:not(.home) #header_category_button a { font-size:16px; color:#ffffff; }
body:not(.home) #header_category_button .slide_item { background:#006e7d; }
body:not(.home) #main_contents { font-size:16px; }
@media screen and (max-width:1251px) {
body:not(.home) #header_category_button a { font-size:12px; }
}
@media screen and (max-width:750px) {
body:not(.home) #page_header .catch { font-size:30px; }
body:not(.home) #page_header .sub_title { font-size:14px; }
body:not(.home) #page_header .desc { font-size:14px; }
body:not(.home) #main_contents { font-size:14px; }
}
body:not(.home) .design1_content3.num0 .top_headline { font-size:16px; color:#ffffff; background:#000000;  }
body:not(.home) .design1_content3.num0 .content_header .catch { font-size:28px; }
body:not(.home) .design1_content3.num0 .post_content { font-size:16px; }
body:not(.home) .design1_content3.num0 .link_button a:before { background:#006e7d; }
body:not(.home) .design1_content3.num0 .link_button a { color:#ffffff; border-color:rgba(0,138,152,1); }
body:not(.home) .design1_content3.num0 .link_button a.button_animation_type1 { background:#008a98; }
body:not(.home) .design1_content3.num0 .link_button a.button_animation_type1:hover { color:#ffffff; background:#006e7d; border-color:rgba(0,110,125,1); }
body:not(.home) .design1_content3.num0 .link_button a.button_animation_type2:hover { color:#ffffff; border-color:rgba(0,110,125,1); }
body:not(.home) .design1_content3.num0 .link_button a.button_animation_type3:hover { color:#ffffff; border-color:rgba(0,110,125,1); }
@media screen and (max-width:750px) {
body:not(.home) .design1_content3.num0 .top_headline { font-size:14px; }
body:not(.home) .design1_content3.num0 .content_header .catch { font-size:20px; }
body:not(.home) .design1_content3.num0 .post_content { font-size:14px; }
}
body:not(.home) #site_loader_overlay.active #site_loader_animation {
  opacity:0;
  -webkit-transition: all 1.0s cubic-bezier(0.22, 1, 0.36, 1) 0s; transition: all 1.0s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
