@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.3.4
Text Domain:tcd-anthem
*/

/* ------------------------------------------------------------------------------------
 web fonts?@?E?F?u?t?H???g?t?@?C?????X????????v=1.0????????X?i?L???b?V?????j
------------------------------------------------------------------------------------ */
@font-face {
  font-family: 'design_plus';
  src: url('fonts/design_plus.eot?v=1.0');
  src: url('fonts/design_plus.eot?v=1.0#iefix') format('embedded-opentype'),
       url('fonts/design_plus.woff?v=1.0') format('woff'),
       url('fonts/design_plus.ttf?v=1.0') format('truetype'),
       url('fonts/design_plus.svg?v=1.0#design_plus') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'footer_bar';
  src: url('fonts/footer_bar.eot?v=1.2');
  src: url('fonts/footer_bar.eot?v=1.2#iefix') format('embedded-opentype'),
       url('fonts/footer_bar.woff?v=1.2') format('woff'),
       url('fonts/footer_bar.ttf?v=1.2') format('truetype'),
       url('fonts/footer_bar.svg?v=1.2#footer_bar') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'update_icon';
  src: url('fonts/update_icon.eot?v=1.0');
  src: url('fonts/update_icon.eot?v=1.0#iefix') format('embedded-opentype'),
       url('fonts/update_icon.woff?v=1.0') format('woff'),
       url('fonts/update_icon.ttf?v=1.0') format('truetype'),
       url('fonts/update_icon.svg?v=1.0#design_plus') 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:hidden; 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; }


/* ???C?A?E?g */
#container { position:relative; height:100%; }
#main_contents {width: auto;max-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: 100%;float:none;margin-right:auto;margin-left:auto;}




/* ----------------------------------------------------------------------
 ???K???j???[
---------------------------------------------------------------------- */
.pc .megamenu_button + ul { display:none !important; }



/* ???K???j???[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; }


/* ???K???j???[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; }
.megamenu_blog_list .menu_area li.active a { background: #ffffff; 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; }

/* ?J???[?Z?????? */
.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; }




/* ----------------------------------------------------------------------
 ?f?U?C???y?[?W?i?????f?B???O?y?[?W?j
---------------------------------------------------------------------- */
#design_page1 { margin:0 auto; position:relative; }
.design1_content .content_header .catch { line-height:1.5; }


/* ???o???i?R???e???c?P?A?R????j */
.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; }


/* ?R???e???c1 */
.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; }
/* ?A?j???[?V???? */
.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;
}



/* ?R???e???c2 */
.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; }



/* ???C???[???R???e???c?@?e?L?X?g?A?j???[?V???? */
.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;
}


/* ???C???[???R???e???c?@????A?j???[?V???? */
.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;
}


/* ?R???e???c3 */
.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; }

/* ?A?j???[?V???? */
.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;
}




/* ----------------------------------------------------------------------
 ?T?|?[?g?i?A?[?J?C?u?y?[?W?j
---------------------------------------------------------------------- */
#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; }


/* ?L???? */
.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; }




/* ----------------------------------------------------------------------
 ?????L???O?y?[?W
---------------------------------------------------------------------- */
#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; }


/* ?J?e?S???[?????L???O */
.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; }


/* ?t???[?X?y?[?X */
.ranking_free_space { position:relative; margin-left:auto; margin-right:auto; }




/* ----------------------------------------------------------------------
 ???i?i???y?[?W?j
---------------------------------------------------------------------- */
body.single-product #page_header .link_button.animate_item { display:none; }


/* ???C???R???e???c */
#product_single .content_header { margin:0 0 5px 0; }
#product_single .content_image { display:block; max-width:100%; margin:0 auto; }


/* ?R???e???c?r???_?[ */
.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; }


/* ?t???[?X?X?y?[?X */
.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(./img/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; }


/* ?????? */
.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 .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; }


/* ???r???[ */
.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; }
.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; }
}


/* ?T?C?h?R???e???c */
#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 {
  background:#fff; border:1px solid #000; text-align:center; border-radius:35px; margin:0 0 13px 0; 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; }


/* ??A???i */
#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;}


/* ?A?j???[?V???? */




/* ----------------------------------------------------------------------
 ???i?i?A?[?J?C?u?y?[?W?j
---------------------------------------------------------------------- */
#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;
}




/* ----------------------------------------------------------------------
 ?g?b?v?y?[?W?i?w?b?_?[?R???e???c?j
---------------------------------------------------------------------- */
#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; }


/* ?w?i?? */
#header_slider .image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
#header_slider .image.mobile { display:none; }


/* ????EYouTube */
#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; }


/* ?h?b?g?i?r?Q?[?V???? */
#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; }


/* ?e?L?X?g?A?j???[?V???????? */
#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;
}


/* ???C???[????A?j???[?V???????? */
#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;
}


/* ?w?i????A?j???[?V???? */
#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;
}
/* ?E???? */
@-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); }
}


/* ?w?b?_?[?J???[?Z?? */
#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; }


/* ?j???[?X?e?B?b?J?[ */
#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; }
#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;
}




/* ----------------------------------------------------------------------
 ?g?b?v?y?[?W?i?R???e???c?r???_?[?j
---------------------------------------------------------------------- */
/* ????p?[?c */
.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; }


/* ???C???[???R???e???c */
.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; }


/* ???C???[???R???e???c?@?e?L?X?g?A?j???[?V???? */
.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;
}


/* ???C???[???R???e???c?@????A?j???[?V???? */
.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;
}


/* ???i?? */
.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: 388px;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;
  background-color: #fff;
}
.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; }
/* ?A?j???[?V???? */
.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;
}


/* ?L???X???C?_?[ */
.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; }
.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; }
/* ?A?j???[?V???? */
.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;
}


/* ?t???[?X?y?[?X */
.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;
}




/* ?g?b?v?R???e???c */
#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; }




/* ----------------------------------------------------------------------
 ???????y?[?W
---------------------------------------------------------------------- */
/* 404?y?[?W*/
#page_404_header { width:100%; height:calc(100vh - 140px); position:relative; }
body.no_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; }
}




/* ----------------------------------------------------------------------
 ?y?[?W?w?b?_?[
---------------------------------------------------------------------- */
#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; }


/* ?e?L?X?g?A?j???[?V???????? */
#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; }


/* ???C???[????A?j???[?V???????? */
#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;
}


/* ?R???e???c????o?? */
.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; }


/* ?R???e???c?????N?{?^?? */
#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;
}




/* ----------------------------------------------------------------------
 ?u???O?A?[?J?C?u?y?[?W
---------------------------------------------------------------------- */
#blog_archive {margin:0 auto;padding:100px 0 150px;background:#f4f4f4;}
body.no_page_nav #blog_archive { padding-bottom:90px; }


/* ?A?[?J?C?u?y?[?W */
#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; }
#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; }


/* ?y?[?W?i?r */
.page_navi { margin:0 0 0; z-index:10; position:relative; }
.page_navi ul { 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 { 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; top:1px; 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; }


/* ?L????????????\?????郁?b?Z?[?W */
#no_post { text-align:center; height:50px; line-height:50px; font-size:14px; margin-bottom:-50px; }




/* ----------------------------------------------------------------------
 ???m?点?@?A?[?J?C?u?y?[?W
---------------------------------------------------------------------- */
#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; }


/* ?L???? */
#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; }
#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; }




/* ----------------------------------------------------------------------
 ???m?点?@???y?[?W
---------------------------------------------------------------------- */
#news_single { padding:30px 0 0 0; border-top:1px solid #ddd; }





/* ----------------------------------------------------------------------
 ?u???O?@???y?[?W
---------------------------------------------------------------------- */
.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; */padding: 2%;}

/* ?^?C?g?? */
#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; }
#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; }
#post_title_area .update:before { position: relative; font-family:'update_icon'; content:'\e140'; font-size:12px; padding: 0 5px 0 0px; top: 1px;}


/* ?A?C?L???b?`?? */
#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; }


/* ?R?s?[?{?^?? */
.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; }


/* ?y?[?W???? */
#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; }


/* ?y?[?W?????i????????ver?j */
#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; }


/* ?v???t?B?[?? */
.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 { content:'\e904'; }
.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.google a:before { content:'\e900'; }
.author_profile .author_link li.youtube a { width:42px; }
.author_profile .author_link li.youtube a:before { content:'\ea9e'; }
.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;
}


/* ??A?L?? */
#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;border: none;}
#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; }


/* ?L?? */
#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; }


/* ?i?r?Q?[?V???? */
#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; }




/* ----------------------------------------------------------------------
 ?w?b?_?[
---------------------------------------------------------------------- */
#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;
}


/* ?????t?H?[?? */
#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; }


/* ???S */
#header_logo {
  position:absolute; left:0px; z-index:3;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
#header_logo .logo { line-height:1; margin:0; padding:0; font-weight:500; display:block; }
#header_logo .logo a { }
#header_logo img { display:block; margin:0 auto; -webkit-transition: opacity 0.35s ease-in-out; transition: opacity 0.35s ease-in-out; }
#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; }


/* ?O???[?o?????j???[ */
#global_menu { text-align:center; }
#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;
}


/* ???j???[?{?^?? */
#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 { content:'\e904'; }
.header_sns li.facebook a:before { content:'\e902'; }
.header_sns li.insta a:before { content:'\ea92'; }
.header_sns li.pinterest a:before { content:'\e905'; }
.header_sns li.google a:before { content:'\e900'; }
.header_sns li.youtube a { width:45px; }
.header_sns li.youtube a:before { content:'\ea9e'; }
.header_sns li.contact a:before { content:'\f003'; }
.header_sns li.rss a:before { content:'\e90b'; }


/* ???w?b?_?[ */
.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; }
}


/* ?p???????????N */
#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;
}


/* ???b?Z?[?W */
#header_message { padding:10px 0; position:relative; }
#header_message.type1 .post_content { width:1200px; margin:0 auto; }
#header_message.type2 .post_content { width:auto; margin:0 20px; }
#header_message.type2.show_close_button .post_content { margin:0 40px; }
#close_header_message { position:absolute; top:0px; right:0px; cursor: pointer; width:25px; height:25px; line-height:25px; text-align:center; background:rgba(0,0,0,0.1); }
#close_header_message:before { content:'\e91a'; font-family:design_plus; font-size:14px; }
#close_header_message:hover { background:rgba(0,0,0,0.2); }




/* ----------------------------------------------------------------------
 ?t?b?^?[
---------------------------------------------------------------------- */
/* ?t?b?^?[?J???[?Z?? */
#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;
border:none;
}
#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; }


/* ?t?b?^?[?L???? */
#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;
  border: none;
}
#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;
}


/* ?t?b?^?[???? */
#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 { content:'\e904'; }
#footer_sns li.facebook a:before { content:'\e902'; }
#footer_sns li.insta a:before { content:'\ea92'; }
#footer_sns li.pinterest a:before { content:'\e905'; }
#footer_sns li.google a:before { content:'\e900'; }
#footer_sns li.youtube a { width:45px; }
#footer_sns li.youtube a:before { content:'\ea9e'; }
#footer_sns li.contact a:before { content:'\f003'; }
#footer_sns li.rss a:before { content:'\e90b'; }


/* ???j???[ */
#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; }


/* ?R?s?[???C?g */
#copyright { background:#00a8c8; color:#fff; line-height:60px; height:60px; font-size:12px; text-align:center; }


/* ?y?[?W??????{?^?? */
#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); }


/* ???R???e???c */
#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; }




/* ----------------------------------------------------------------------
 ?E?B?W?F?b?g
---------------------------------------------------------------------- */
/* ??{??? */
.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; }


/* ?L?? */
.tcd_ad_widget { background:#fff; padding:24px; }
.tcd_ad_widget img { height:auto; max-width:100%; margin:0 auto; display:block; }


/* ?J?????_?[ */
#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; }


/* ?f?U?C???????L????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;
}
.styled_post_list1 a:hover .title { color:#666; }


/* ?^?u?L?? */
.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;
}
.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 { }


/* ?f?U?C???J?e?S???[?? */
.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; }


/* ?A?[?J?C?u?? */
.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; }


/* ?L???X???C?_?[ */
.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: 250px; 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: 3px; 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; }


/* ???i?X???C?_?[ */
.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; }


/* ???i?????L???O */
.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; }


/* ?f?t?H???g?????L?? */
.widget_recent_entries li { border-bottom:1px dotted #ccc; padding:0 0 15px 0; }
.widget_recent_entries li:last-child { border:none; padding:0; }


/* ?o?i?[?? */
.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; }




/* ----------------------------------------------------------------------
 ?R?????g
---------------------------------------------------------------------- */
/* ??{??? */
#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; }


/* ?R?????g?E?g???b?N?o?b?N??^?u */
#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; }


/*  ?R?????g???{???? */
.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; }


/* ?R?????g?????? */
.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; }


/* ?R?????g?{?? */
#comments .post_content p { margin:0 0 15px 0; }
#comments .post_content blockquote span { margin:0 0 -1em 0; display:block; }


/* ???b?Z?[?W?A?x???? */
.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; }


/* ?g???b?N?o?b?N */
.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%; }


/* ?y?[?W?i?r */
#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; }


/* ?R?????g?t?H?[?? */
.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; }


/* ?p?X???[?h??? */
.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; }




/* ----------------------------------------------------------------------
?@?A?j???[?V????????
---------------------------------------------------------------------- */
/* ????????X???C?h */
@-webkit-keyframes slideUp {
  0% { bottom:-30px; }
  100% { opacity:1; bottom:0; }
}
@keyframes slideUp {
  0% { bottom:-30px; }
  100% { opacity:1; bottom:0; }
}


/* ?Y?[???A?E?g */
@-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); }
}


/* ?Y?[???C?? */
@-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); }
}


/* ?t?F?[?h?C?? */
@-webkit-keyframes opacityAnimation {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes opacityAnimation {
  0% { opacity:0; }
  100% { opacity:1; }
}


/* ?t?F?[?h?A?E?g */
@-webkit-keyframes opacityAnimation2 {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes opacityAnimation2 {
  0% { opacity:1; }
  100% { opacity:0; }
}


/* ?E???? */
@-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; }
}


/* ?|?b?v?A?b?v */
@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; }
}



/* ----------------------------------------------------------------------
 WordPress ?v???Z?b?g?X?^?C??
---------------------------------------------------------------------- */
/* 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; }


/* 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:1.5%; 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:disc 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; }


/* ?p?X???[?h??? */
.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 - ?J?[?h?????N??X?^?C?? */
.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; }
}


/* 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; }
}





/*??????BridalCinemagic?????A*/
@media (max-width: 1024px){
    .foodies{width: 31.3%;display: inline-block;}
    /*.modal-dialog {width: 100%;padding: 0;} */
}
@media (min-width: 768px) and (max-width: 991px) {
/*Side-bar nav start*/
.side-bar .navbar-collapse.collapse {display: none !important;}
.side-bar .navbar-collapse.collapse.in {display: block !important;}
.side-bar .navbar-header .collapse,.side-bar .navbar-toggle {display: block !important;}
/*Side-bar nav end*/
.foodies{width: 47%;display: inline-block;}
    .modal-dialog {width: 100%;padding: 0;} 
    p.comment-form-author, p.comment-form-email, p.comment-form-url {width: 100%; display: inline-block;margin-right: 10px;}
}
@media (max-width: 685px) {
.foodies{width: 47%;display: inline-block;}
    .modal-dialog {width: 100%;padding: 0;} 
    p.comment-form-author, p.comment-form-email, p.comment-form-url {width: 100%; display: inline-block;margin-right: 10px;}
}
@media (max-width: 480px) {
.foodies{width: 100%;}
.modal-dialog {width: 100%;padding: 0;}  
.inner-content .content-title {font-size: 30px;}
.content-label{font-weight: bold;}
.content-label,.content-description{float:none;width:100%;text-align: center;}
.content-description .link{float: none;padding: 0;}
div.foodies-item {margin: 0 0 10px;} 
    p.comment-form-author, p.comment-form-email, p.comment-form-url {width: 100%; display: inline-block;margin-right: 10px;}
}
.border_box {
	margin:2%;
}


@keyframes fadeIn {
    0% {opacity: 0; height:0;}
    100% {opacity: 1; height:auto;}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0; height:0;}
    100% {opacity: 1; height:auto;}
}
.adsense_rec {
	text-align:center;
	margin: .7%;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.vimeo_iframe {
	text-align:center;
}
.adsense_respon {
	text-align:center;
	margin: 2%;
}

.cvm_single_video_player {
	margin:0 auto;
}

/* ?R?????g?????????\?? */
.comment-form-email {display: none;}
.comment-form-url {display: none;}
.form-allowed-tags {display: none;}

/*?_?E?????[?h???????JS?????????*/
/*.ja-contents {
    display: none;
}
*/
.en-contents {
    display: none;
}
.zh-contents {
    display: none;
}
#timer {
    float:left;
}

.similar_posts {
	width: 24%;
	display: inline-block;
	vertical-align: top;
}
.modal-content table {
	width:100%;
	margin:1%;
	padding:1%;
}
.modal-content table th {
	border:1px solid #000;
	margin:1%;
	padding:1%;
	background-color:#e9e9e9;
}
.modal-content table td {
	border:1px solid #000;
	margin:1%;
	padding:1%;
}
/*
.cvm_single_video_player + p {
	border-bottom: solid #c5b8a8 1px;
	border-top: solid #c5b8a8 1px;
	padding: 1%;
}
*/
.price_wrapper {
	
}
.price_box {
	width: 29%;
	border: 1px solid #c5b8a8;
	display: inline-block;
	vertical-align:top;
	margin: 0.5%;
	border-radius:10px;
	padding:1%;
	min-height: 506px;
	font-size:13px;
}
.price_box p.price {
	font-size:large;
	font-weight:bolder;
	text-align:center;
	line-height: 1.5em;
	margin: 0;
	color:#000;
}
.price_zone {
	min-height:50px;
	padding:2%;
}
.price_box h3 {
	margin:2%;
	padding:2%;
}
.price_box p.memo {
	line-height:1.8em;
}
.price_box ul {
	margin:0;
	padding:1%;
	line-height:1.8em;
}
.price_box ul li{
	margin:0;
	padding:1%;
	list-style-type:none;
	border-bottom: 1px solid #ddd;
}
.price_box .price_mini{
	margin:0;
	text-align:center;
	line-height: 1;
}
.price_box p.price_sale {
	font-size:x-large;
	font-weight:bolder;
	text-align:center;
	line-height: 1;
	margin: 0;
	color:#ff0000;
}

@media (max-width: 685px) {
.price_wrapper {
	
}
.price_box {
	width: 100%;
	border: 1px solid #c5b8a8;
	display: inline-block;
	vertical-align:top;
	margin:1%;
	border-radius:10px;
	padding:1%;
	min-height: auto;
}
.price_box p.price {
	font-size:large;
	font-weight:bolder;
	text-align:center;
	line-height: 1;
	margin: 0;
	color:#000;
}
.price_box h3 {
	margin:0;
}
.price_box p.memo {
	line-height:1.5em;
}
.price_box ul {
	margin:0;
	padding:1%;
	line-height:1.5em;
}
.price_box ul li{
	margin:0;
	list-style-type:none;
	border-bottom: 1px solid #ddd;
}
.price_box .price_mini{
	margin:0;
	text-align:center;
	line-height: 1;
}
.price_box p.price_sale {
	font-size:x-large;
	font-weight:bolder;
	text-align:center;
	line-height: 1;
	margin: 0;
	color:#ff0000;
}

}/*@media*/



/*ADOBE STOCK*/
.astock-searchbar-header {
	width:100%;
	display:none;
}
div.astock-searchbar-header > a > img {
	width:20%;
	float:left;
}
.astock-searchbar-body {
    width: auto;
    overflow-x: scroll;
    white-space: nowrap;
    height: auto!important;
    -webkit-overflow-scrolling: touch;
}
.astock-searchbar-body div{
    display: inline-block;
    border-radius: 10px;
    margin: 4px;
    border: none;
    padding: 5px;
    vertical-align: top;
    width: 150px;
    position: relative!important;
    left: 0!important;
    top: 0!important;
}
.astock-searchbar-wrap {
	width:100%;
	clear:both;
}

.astock-searchbar-item {
	height:180px;
}
.astock-searchbar-item img {
	height: 150px;
	background-size: cover;
	background-position: center;
	object-fit: cover;
}

/*ADOBE STOCK*/

.modal-content p iframe {
	width:100%;
}

.article_block {
	width:47%;
	margin:1%;
	background-color:#FFF;
	border-radius:10px;
	padding:1%;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	overflow: hidden;
	display:inline-block;
	vertical-align: top;
}
.article_block h2 {
	font-size:20px;
}
.article_block .key_img {
	float:left;
	max-width:50%
}
.article_block .key_img img{
	border-radius:5px;
}
.article_block .key_excerpt p{
	padding:1%;
	line-height:20px;
}
@media (max-width: 991px) {
	.article_block {
		width:100%;
		margin:1%;
		background-color:#FFF;
		border-radius:10px;
		padding:1%;
		box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
		overflow: hidden;
		display:inline-block;
	}
}
.point {
	padding: 2%;
	margin: 5% 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: #fbfbfb;
	font-size: 16px;
	line-height: 30px;
}
.point_blue {
	padding: 2%;
	margin: 5% 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: #f1fbff;
	font-size: 16px;
	line-height: 30px;
}
ol.point_blue{
  padding-left: 4%;
}

ul.point_blue{
  padding-left: 4%;
}
.point_green {
	padding: 2%;
	margin: 5% 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: #f3fff1;
	font-size: 16px;
	line-height: 30px;
}
.point_red {
	padding: 2%;
	margin: 5% 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: #ffe7e7;
	font-size: 16px;
	line-height: 30px;
}
.point_waku {
	padding: 2%;
	margin: 5% 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-size: 16px;
	line-height: 30px;
}

.point p {
	color:#636d54;
}
.point h4 {
	font-size:14px;
	border-left-color:#999;
	margin:1%;
}
.point2 {
	padding: 2%;
	margin: 5% 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: #ffe7e7;
	font-size: 16px;
	line-height: 30px;
	position: relative;
}
.point2:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: -19px;
  left: 12px;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  padding-top: 3px;
  content: '\f06a';
  text-align: center;
  color: #f76b6b;
  background-color: #fff;
}
 
.point2:after {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: -14px;
  left: 26px;
  padding: 3px 5px 3px 20px;
  content: '注意するポイント';
  color: #f76b6b;
  background-color: #fff;
}
.point3 {
	padding: 2%;
	margin: 5% 0;
	border: 3px solid #cfec97;
	border-radius: 10px;
	background-color: #fff;
	font-size: 16px;
	line-height: 30px;
	position: relative;
}
.point3:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: -19px;
  left: 12px;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  padding-top: 3px;
  content: '\f0c1';
  text-align: center;
  color: #cfec97;
  background-color: #fff;
}
 
.point3:after {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: -14px;
  left: 26px;
  padding: 3px 5px 3px 20px;
  content: 'リンク';
  color: #cfec97;
  background-color: #fff;
}

.point4 {
	padding: 2%;
	margin: 5% 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: #fbfbfb;
	font-size: 16px;
	line-height: 30px;
	position: relative;
}
.point4:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: -19px;
  left: 12px;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  padding-top: 3px;
  content: '\f00c';
  text-align: center;
  color: #1a1cb5;
  background-color: #fff;
}
 
.point4:after {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: -14px;
  left: 26px;
  padding: 3px 5px 3px 20px;
  content: 'チェック!!';
  color: #1a1cb5;
  background-color: #fff;
}

.point5 {
	padding: 2%;
	margin: 5% 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: #fbfbfb;
	font-size: 16px;
	line-height: 30px;
	position: relative;
}
.point5:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: -19px;
  left: 12px;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  padding-top: 3px;
  content: '\f0ca';
  text-align: center;
  color: #1a1cb5;
  background-color: #fff;
}
 
.point5:after {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: -14px;
  left: 26px;
  padding: 3px 5px 3px 20px;
  content: 'このページの内容';
  color: #1a1cb5;
  background-color: #fff;
}

.point6 {
	padding: 2%;
	margin: 5% 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: #f1fbff;
	font-size: 16px;
	line-height: 30px;
	position: relative;
}
.point6:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: -19px;
  left: 12px;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  padding-top: 3px;
  content: '\f0a4';
  text-align: center;
  color: #1a1cb5;
  background-color: #fff;
}
 
.point6:after {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: -14px;
  left: 26px;
  padding: 3px 5px 3px 20px;
  content: 'ポイント';
  color: #1a1cb5;
  background-color: #fff;
}


.more_link {
	text-align:center;
	margin:3%;
}
.more_link p{
	font-size:25px;
}
#main_section h1 {
	margin:0.5% 0 0 1%;
	padding-left:1%;
	border-left:solid 3px #c5b8a8;
}
.category_block h1 {
	font-size:28px;
}
.recommend_post ul {
	padding:0;
	text-align: center;
}
.recommend_post li {
	list-style: none;
	display:inline-block;
	margin:0.5%;
	padding:0.5%;
	border-radius:10px;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	width: 23.6%;
	vertical-align:top;
}
@media (max-width: 480px) {
.recommend_post li{
	width:47%;
	}
}
.recommend_post li img{
	border-radius:5px;
}
.recommend_post li img:hover{
	opacity:0.7;
}
.similar_title {
	padding:2%;
	overflow:hidden;
	text-align: left;
}
.similar_title h4{
	border:none;
	font-size:14px;
	line-height:22px;
}


.tuto_top .category_block div.foodies-item {
	
}
.tuto_top .category_block {
	margin: 0 0 5% 0;
}
.tuto_top .category_block .foodies-items .inner .title {
	overflow:unset;
	white-space: unset;
	text-overflow:unset;
	font-weight: bold;
	font-size: 16px;
}
.tuto_top .category_block  .foodies-item img {
    width: 30%;
    min-height: 100px;
    object-fit: cover;
}
.tuto_top .category_block div.foodies-item {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    margin: 1%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    width: 47%;
    background-color: #fff;
    display: inline-block;
}
.tuto_top .category_block .foodies-items .bg2 {
	float: right;width: 70%;
}

@media (max-width: 480px) {

	.tuto_top .category_block div.foodies-item {
		width: 97%;
	}

}


@media (min-width: 992px){/*992px???i???j???[?\??????????????j??y?[?W?E??\??*/
	.ads_area {
	    position: absolute;
	    right: -22%;
	    top: -3%;
	    width: 20%;
	    font-size:12px;
	    line-height:22px;
	    opacity: 0
	}
}/*992px???i???j???[?\??????????????j*/

@media (max-width: 991px) {/*991px???????j???[????????\??????????y?[?W???????????\??*/
	.ads_area {
	    position: relative;
	    width: 100%;
	    font-size:12px;
	    line-height:22px;
	    opacity: 0
	}
}

.ads_area {
  animation-name:fade-in1;
  animation-duration:2s; 
  animation-timing-function: ease-out; 
  animation-delay:1s; 
  animation-iteration-count:1; 
  animation-direction:normal; 
  animation-fill-mode: forwards; 
}

@keyframes fade-in1 {
  0% {opacity: 0}
  100% {opacity: 1}
}

.ads {
    background-color:#fff;
    margin:0 0 50px 0;
    padding:1%;
    border-radius:10px;
    position: relative;
}
.ads button {
    margin: 2% auto;
    text-align:center;
    width: 90%;
    display: block;
}
.td_left {
    width:10%;
    text-align:center;
}
.ads p {
    display:none;
}
.ads table {

}
.modal-dialog {
	margin:0 auto; 
}
.dl_comment {
	display:block;
	font-size:smaller;
	text-align:center;
}
.ads td ul {
	padding:1%;
	list-style:none;
}
.ads td ul li:first-letter {
	font-weight:bold;
	font-size:larger;
	/*color:#000;*/
}
div.modal-body > div.category_block.article_ads.adobe_ads > div:nth-child(1) > span {/*1??*/
	background-image: url(https://www.nichtmitmeinemgeld.org/wp-content/uploads/2019/11/rankIcon_1.png);
	position: absolute;
	width: 50px;
	height: 50px;
	background-size: cover;
	z-index:200;
	left:0;
	top: 0px;
}
div.modal-body > div.category_block.article_ads.adobe_ads > div:nth-child(2) > span {/*2??*/
	background-image: url(https://www.nichtmitmeinemgeld.org/wp-content/uploads/2019/11/rankIcon_2.png);
	position: absolute;
	width: 50px;
	height: 50px;
	background-size: cover;
	z-index:200;
	left:0;
	top: 0px;
}
div.modal-body > div.category_block.article_ads.adobe_ads > div:nth-child(3) > span {/*3??*/
	background-image: url(https://www.nichtmitmeinemgeld.org/wp-content/uploads/2019/11/rankIcon_3.png);
	position: absolute;
	width: 50px;
	height: 50px;
	background-size: cover;
	z-index:200;
	left:0;
	top: 0px;
}
.ads_catch {
	position:relative;
}
.ads_area h3 {
	font-size:18px;
	font-weight:bold;
}
.article_ads {
	white-space:nowrap;
	overflow:auto;
}
@media (max-width: 480px) {
.article_ads .foodies{
	width: 47%;
	}
}
.article_ads .colors{ 
	display:none;
}
.article_ads .title {
	float: left;
	width: 80%;
	overflow: hidden;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
}
.article_ads button {
	margin:0 auto;
	min-width:50%;
	text-align:center;
	display:block;
	padding:2% 5%;
}
.article_ads .foodies-items .inner {
	padding:2%;
}
.recommend_post .similar_title button {
	margin:0 auto;
	min-width:50%;
	text-align:center;
	display:block;
	padding:2% 5%!important;
	cursor: pointer;
}
.article_ads .category_name,
.recommend_post .category_name {
	display:block;
	font-size:10px;
	text-align:left;
}
.article_ads .category_name:nth-child(2),
.recommend_post .category_name:nth-child(2) {
	display:none;
}
.article_ads .category_name:nth-child(3),
.recommend_post .category_name:nth-child(3)  {
	display:none;
}
.adobe_ads img{
?@width: 220px;
  height: 100px;
  object-fit: cover; 
}
@media (max-width: 480px) {
    .article_ads_ae .ae_temp {
    	
    }
    .article_ads_ae .ae_temp .foodies{
    	width:32%!important;
    }

    .article_ads_ae .ae_soft  {
    	width: 100%!important;
	    font-size: 14px!important;
	    line-height: 1.5em!important;
    }
    .article_ads_ae .ae_soft button{
    /*margin-top:0!important;*/
    margin:2%!important;
    }
    .article_ads_ae .ae_soft img{
    	width:100%;
    	height:150px;
    	object-fit:cover;
    	object-position:top;
    }

}
.article_ads_ae {
	margin:5% 0;
}
.article_ads_ae h4{
    margin:1%;	
}
.article_ads_ae .ae_temp  {
    width: 100%;
}
.article_ads_ae .ae_temp .foodies{
	width:17%;
}

.article_ads_ae .ae_soft  {
	width: 35%;
	display:inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 1.5em;
	text-align:center;
}
.article_ads_ae .ae_soft button {
    margin-top:10%;
}
.article_ads_ae .ae_temp .article_ads {
    white-space: unset;
    overflow:unset;
}

.article_ads_ae .ae_temp .article_ads .category_name{
	display:none;
}
.article_ads_ae .ae_temp .article_ads .title{
	/*display:none;*/
}
.article_ads_ae .ae_temp .article_ads button{
	font-size:9px;
	line-height:1.5em;
}
.embed_BridalCinemagic_vimeo .embed_iframe {
	position: relative;
	height: 0;
	padding-top: 60%;
	width: 100%;
}
.embed_BridalCinemagic_vimeo h5{
    /*border-left:solid 3px #c5b8a8;*/
    padding-left:10px;
}
.embed_BridalCinemagic_vimeo button{
	margin:3% auto;
	display: block;
	padding:1% 8%;
	box-shadow:3px 2px 2px rgba(0,0,0,0.2);
	border:1px solid #fff;
}
.embed_BridalCinemagic_vimeo iframe {
	margin:0 auto;
	display:block;
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
	.nf_ads  .article_ads_block img {
		max-height:50px;
		object-fit:cover;
	}
}
@media (min-width: 481px) {
	.nf_ads  .article_ads_block img {
		max-height:70px;
		object-fit:cover;
	}
}
@media (max-width: 480px) {
    .footer_ads .footer_ads_child {
    	
    }
    .footer_ads .footer_ads_child .foodies{
    	width:32%!important;
    }

    .footer_ads .ae_soft  {
    	width: 100%!important;
	    font-size: 14px!important;
	    line-height: 1.5em!important;
    }
    .footer_ads .ae_soft button{
    /*margin-top:0!important;*/
    margin:2%!important;
    }
    .footer_ads .ae_soft img{
    	width:100%;
    	height:150px;
    	object-fit:cover;
    	object-position:top;
    }

}
.footer_ads {
	/* margin:5% 0; */
}
.footer_ads .footer_ads_child  {
    width: 100%;
}
.footer_ads .footer_ads_child .foodies{
	width:17%;
}

.footer_ads .ae_soft  {
	width: 35%;
	display:inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 1.5em;
	text-align:center;
}
.footer_ads .ae_soft button {
    margin-top:10%;
}
.footer_ads .footer_ads_child .article_ads {
    white-space: unset;
    overflow:unset;
}

.footer_ads .footer_ads_child .article_ads .category_name{
	display:none;
}
.footer_ads .footer_ads_child .article_ads .title{
	display:none;
}
.footer_ads .footer_ads_child .article_ads button{
	font-size:9px;
	line-height:1.5em;
}
@media (min-width: 481px) {
	.adobe_eye {
		display:inline-block;
		width:40%;
		text-align:center;
	}
	.soft_comment {
		display:inline-block;
		vertical-align:top;
		margin:0 2%;
		width:55%;
	}
}
@media (max-width: 480px) {
	.adobe_eye {
		text-align:center;
	}
	.soft_comment {
		margin:0 2%;
	}
}
.adobe_download {
	margin:1%;
}

.soft_comment h5 {
	display:none;
}
div.footer_ads > div > div.soft_rank > div:nth-child(1) > div.adobe_eye > div.adobe_img > span{/*1??*/
	background-image: url(https://www.nichtmitmeinemgeld.org/wp-content/uploads/2019/11/rankIcon_1.png);
	position: absolute;
	width: 50px;
	height: 50px;
	background-size: cover;
	z-index:200;
	top: 0;
}
div.footer_ads > div > div.soft_rank > div:nth-child(2) > div.adobe_eye > div.adobe_img > span{/*1??*/
	background-image: url(https://www.nichtmitmeinemgeld.org/wp-content/uploads/2019/11/rankIcon_2.png);
	position: absolute;
	width: 50px;
	height: 50px;
	background-size: cover;
	z-index:200;
	top: 0;
}
div.footer_ads > div > div.soft_rank > div:nth-child(3) > div.adobe_eye > div.adobe_img > span{/*1??*/
	background-image: url(https://www.nichtmitmeinemgeld.org/wp-content/uploads/2019/11/rankIcon_3.png);
	position: absolute;
	width: 50px;
	height: 50px;
	background-size: cover;
	z-index:200;
	top: 0;
}
div.adobe_eye {
	position:relative;
}
.BridalCinemagic_free_aep {

}
@media (min-width: 481px) {
.aep_block {
	display:inline-block;
	width:18%;
	margin:0.5%;
	border:solid 1px #999;
	position: relative;
}
}
@media (max-width: 480px) {
.aep_block {
	display:inline-block;
	width: 30%;
	margin:0.5%;
	border:solid 1px #999;
	position: relative;
}
}
.aep_block img{
	width:100%;
	max-height:70px;
    object-fit:cover;
}
.aep_block:hover {
	border:solid 1px #ff0000;
}
.aep_block .free_aep .title{
    display:none;
}
.aep_block .free_aep button{
	font-size:11px;
	padding:0;
	width:96%;
	text-align:center;
}
.breadcrumb-area {
	padding:0 15px;
	font-size:smaller;
}
.embed_articles {
	border:1px solid #999;
	border-radius:10px;
	padding:1%;
	background-color:#e0e0e078;
}
.embed_articles {
	border:1px solid #999;
	border-radius:10px;
	padding:1%;
	background-color:#e0e0e078;
		position: relative;
}
.embed_articles:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  z-index: 2;
  bottom: -19px;
  right: 12px;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  padding-top: 3px;
  content: '\f00c';
  text-align: center;
  color: #428d8f;
  background-color: #fff;
}
 
.embed_articles:after {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  z-index: 1;
  bottom: -14px;
  right: 40px;
  padding: 3px 5px 3px 20px;
  content: '??????????L??';
  color: #428d8f;
  background-color: #fff;
}
.embed_articles .embed_eye{
    display:inline-block;
    max-width:40%;
}
.embed_articles .embed_eye img{
    object-fit:cover;
    width:100px;
    height:100px;
}
.embed_articles h5{
    display:inline-block;
    vertical-align:top;
    max-width:58%;
    margin: 0 2%;
    border-bottom: 1px solid #333;
}
.embed_articles h4{
    font-size:14px;
    line-height:1.2em;
    border:none;
    padding:0;
    margin:1% 0;
}
.regist_caution p{
	color:#f66b3d;
	line-height:1.5em;
	font-size:smaller;
	margin:0!important;
}
.regist_caution {
	border:1px solid #f66b3d;
	border-radius:5px;
	padding:1%;
	margin-bottom:3%;
}

.free_icon {
	position:absolute;
	bottom:-10px;
	right:0;
	max-width:30%;
	display: none;
}
.modal-body p {
	margin:5% 1%;
}

.footer_ads h4 {
	margin:3% 0;
}
.footer_ads p {
	margin:3% 0;
	line-height: 2.2;
	font-size: 1.2em;
	/* margin: 0 0 2em 0; */
}
.modal-content #real_download h4 {
	margin:3% 0;
}
.modal-content #real_download p {
	margin:2% 0;
}
.BridalCinemagic_aep_products .aep_block {
	display:inline-block;
	width:31%;
	margin:0.5%;
	border:solid 1px #999;
	position: relative;
}
.BridalCinemagic_aep_products .aep_block img{
	width:100%;
	max-height:70px;
    object-fit:cover;
}
.BridalCinemagic_aep_products .aep_block:hover {
	border:solid 1px #ff0000;
}
.BridalCinemagic_aep_products .aep_block .free_aep .title{
    display: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.BridalCinemagic_aep_products .aep_block .free_aep button{
    padding: 0;
    margin: 0;
    font-size: 12px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ae_temp p {
	margin:0;
}
@media (min-width: 481px) {
.BridalCinemagic_aep_pr {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.BridalCinemagic_aep_products {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
}
.tuto_top .soft_rank {
	background-color:#fff;
	margin:1%;
	padding:2%;
	border-radius:10px;
}
.close_mode {
	display:none;
}
.open_mode {
	displas:block;
}
#hover_ads {
	width:100%;
	height:100%;
	z-index:100;
	background: rgba(0,0,0,0.6);
	position: absolute;
}
@media (max-width: 990px) {
	.modoru_ads {
		width: 80%;
		height:60%;
		z-index:101;
		position: absolute;
		background-color: #fff;
		opacity: 2;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		padding: 4% 2%;
		border-radius: 10px;
	}
}
@media (min-width: 991px) {/*PC?\??*/
	.modoru_ads {
		width: 70%;
		height:60%;
		z-index:101;
		position: absolute;
		background-color: #fff;
		opacity: 2;
		top: 0;
		bottom: 0;
		right: 5%;
		margin: auto;
		padding: 2%;
		border-radius: 10px;
	}
}
.qoupon_code {
	text-align:center;
	color:#ff5700;
}
.ads_image {
	overflow:hidden;
	text-align:center;
}
.ads_image img{
	object-fit: cover;
	width:80%;
	max-height:240px;
}
#close_button {
	display:block; 
	position:absolute;
	right:10px;
	top:0;
}
ul.sub-menu{
	margin:0 0 0 3%;
}
.side-bar-collapse li {
	line-height:2.1em;
}

ul.sub-menu li {
	line-height:1.8em;
}

.side-bar-collapse a {
	border-left:solid 3px #697d4b;
	padding-left:2%;
	font-size:14px;
}

.sub-menu a{
	border-left:solid 3px #dde5d1;
	padding-left:2%;
}
.sub-menu a:hover{
	border-left:solid 3px #d08202;
	padding-left:3%;
	background-color:#f5f5f5;
}
.rcp_level_description ul li {
	list-style:square inside;
	margin:0;
}
.google_ads {
	text-align:center;
	display:block;
	width:100%;
}
.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* ?O???[?J???[ ???R???? */
    /*font-size: 30px; ?t?H???g?T?C?Y ???R???? */
}

.star5_rating:before, .star5_rating:after{
    content: '??????????';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* ?C?G???[?J???[ ???R???? */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* ??5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* ??4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* ??4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* ??3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* ??3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* ??2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* ??2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* ??1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* ??1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* ??0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* ??0 */

.affi_table img {
	display:none;
}
.affi_table a {
	color: #c5b8a8;
    text-decoration: underline;
}
.regist_caution ul li {
	list-style-type:disc;
	list-style-position: inside;
	padding:0;
	margin:2%;
	line-height:1.8em;
	font-size:smaller;
	color:#f6b03d;
}

.regist_caution_mini {
	border: 1px solid #aaa;
	border-radius:5px;
	padding:1%;
	margin-bottom:3%;
}

.regist_caution_mini ul li {
	list-style-type:disc;
	list-style-position: inside;
	padding:0;
	margin:0;
	line-height:1.8em;
	font-size:smaller;
	color: #333;
}
.regist_caution_mini ul {
	margin:0!important;
}
.rcp_subscription_level {
    list-style: none;
    /* margin: 0 0 15px; */
    display: inline-block;
    width: 29%;
    margin: 0.5%!important;
    padding: 1%;
    border: solid 1px;
    border-radius: 10px;
    vertical-align: top;
}
.rcp_level_description {
    border-left: none!important;
}
.rcp_subscription_level input[type='radio']:checked + label {
    background:#f0f6ed;
    padding:1%;
    margin:2%;
    border-radius:10px;
}
/*
.rcp-recurring-total {
	background-color:#fec2c2;
	font-weight:bold;
	height: 80px;
	border: 2px solid;
}
.rcp-renewal-date {
	background-color:#fec2c2;
	font-weight:bold;
	height: 80px;
	border: 2px solid;
}
*/
.rcp-total {
	background-color:#fec2c2;
	font-weight:bold;
	height: 80px;
	border: 2px solid;
}
.register_doui{
	border: 1px solid #aaa;
	border-radius:10px;
	padding:2%;
}
#rcp_submit_wrap{
	width:100%;
	text-align:center;
}
.rcp-recurring-total td{
    font-size:larger;
    width:35%;
}

.rcp-renewal-date td{
    font-size:larger;
    width:35%;
}

.rcp-total td{
    font-size:larger;
    width:35%;
}
@media (max-width: 685px) {

.rcp_subscription_level{
	width:100%;
}

}/*@media*/

.rcp_subscription_level input[type='radio']:checked + label > .rcp_subscription_level_name{
	font-size:larger;
	line-height:1.2em;
}
.cm_use_caution {
	border:1px solid #f66b3d;
	padding:1%;
	border-radius:10px;
	color:#f66b3d;
}
.now_dl_ok_list p {
	margin:1%;
	font-weight:bold;
}
.howto_use {
    margin:1%;
}
.vimeo_howto_show {
    text-align:center;
    position:relative;
    width:100%;
    height:0;
    padding-top: 58%;
}
.vimeo_howto_show iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.register_caution_overflow {
	font-size:smaller;
	max-height:120px;
	overflow:auto;
	border:1px solid #999;
	padding:1%;
}
.register_caution_overflow li{
    
}
.regist_caution_final ul li{
	border-radius:5px;
	padding:1%;
	margin-bottom:3%;
	padding:0;
	margin:2%;
	line-height:1em;
	font-size:small;
}
.BridalCinemagic_free_aep ul {
	padding:0;
}
.BridalCinemagic_free_aep .title {
	display:none;
}
.BridalCinemagic_free_aep button {
	font-size:11px;
	padding:0;
	width:96%;
	text-align:center;
}
.BridalCinemagic_free_aep li {
	overflow:unset;
}

.ranking li:nth-child(1) .rank_icon {
	background-image: url(https://www.nichtmitmeinemgeld.org/wp-content/uploads/2021/02/rankIcon_1.png.webp);
	position: absolute;
	width:50px;
	height:50px;
	background-size: cover;
}
.ranking li:nth-child(2) .rank_icon {
	background-image: url(https://www.nichtmitmeinemgeld.org/wp-content/uploads/2021/02/rankIcon_2.png.webp);
	position: absolute;
	width:50px;
	height:50px;
	background-size: cover;
}
.ranking li:nth-child(3) .rank_icon {
	background-image: url(https://www.nichtmitmeinemgeld.org/wp-content/uploads/2021/02/rankIcon_3.png.webp);
	position: absolute;
	width:50px;
	height:50px;
	background-size: cover;
}
.ranking li:nth-child(4) .rank_icon {
	background-image: url(https://www.nichtmitmeinemgeld.org/wp-content/uploads/2021/02/rankIcon_4.png.webp);
	position: absolute;
	width:40px;
	height:40px;
	background-size: cover;
}
.ranking li:nth-child(5) .rank_icon {
	background-image: url(https://www.nichtmitmeinemgeld.org/wp-content/uploads/2021/02/rankIcon_5.png.webp);
	position: absolute;
	width:40px;
	height:40px;
	background-size: cover;
}
.ranking li:nth-child(6) .rank_icon {
	background-image: url(https://www.nichtmitmeinemgeld.org/wp-content/uploads/2021/02/rankIcon_6.png.webp);
	position: absolute;
	width:40px;
	height:40px;
	background-size: cover;
}
.ranking li:nth-child(7) .rank_icon {
	background-image: url(https://www.nichtmitmeinemgeld.org/wp-content/uploads/2021/02/rankIcon_7.png.webp);
	position: absolute;
	width:40px;
	height:40px;
	background-size: cover;
}
.ranking li:nth-child(8) .rank_icon {
	background-image: url(https://www.nichtmitmeinemgeld.org/wp-content/uploads/2021/02/rankIcon_8.png.webp);
	position: absolute;
	width:40px;
	height:40px;
	background-size: cover;
}
.ranking li:nth-child(9) .rank_icon {
	background-image: url(https://www.nichtmitmeinemgeld.org/wp-content/uploads/2021/02/rankIcon_9.png.webp);
	position: absolute;
	width:40px;
	height:40px;
	background-size: cover;
}
.ranking li:nth-child(10) .rank_icon {
	background-image: url(https://www.nichtmitmeinemgeld.org/wp-content/uploads/2021/02/rankIcon_10.png.webp);
	position: absolute;
	width:40px;
	height:40px;
	background-size: cover;
}

.rcp_level_bill_times {
	display:none;
}
.nologin_delete {
	display:none;
}
.rcp_sub_details_renew {
	display:none;
}
.rcp_sub_details_renew+br {
	display:none;
}
.coupon_code {
	text-align:center;
	border:1px solid #ff8700;
	border-radius:10px;
	padding:2%;
	font-weight:bold;
	margin: 5% 0 1% 0!important;
}
.coupon_coution{
	margin:0 0 3% 0;
	font-size:smaller;
}
.cmvl-lessonlist-shortcode h2 {
	clear:both;
}
.lesson-list-page iframe {
	display:none;
}
.lesson-list-page .cmvl-video[data-service-provider="vimeo"] .cmvl-player-outer {
	width: 100% !important;
	padding: 0;
	position: relative !important;
}
.lesson-list-page p{
    margin:0;	
}
.lesson-list-page strong{
    color:#444;	
}
.lesson-list-page li{
    list-style:none;
    /*display:inline-block;*/
    border:1px solid #c1c1c1;
    margin:0.5%;
    padding:0.5%;
    border-radius:5px;
}
/*?X?N?[????R?[?X???X?g???????w?K????????*/
div.modal-content > div.modal-body > div.cmvl-courses-list-shortcode > table > tbody > tr:nth-child(4) {
	display:none;
}
div.modal-body > div.footer_ads > div > div.point4 > div > table > tbody > tr:nth-child(4) {
	display:none;
}
.text-center {
  text-align:center;
}
@media (min-width:751px) {
.post_content button {
  padding:2%;
  margin:1%;
  background-color:#c5b8a8;
  color:#fff;
  border-radius:5px;
  cursor: pointer;
}
}
@media (max-width:750px) {

.post_content button {
  padding: 3%;
  margin: 3%;
  background-color:#c5b8a8;
  color:#fff;
  border-radius:5px;
  cursor: pointer;
  display: inline-block;
  width: 97%;
}
}
.BridalCinemagic_free_aep button{
  padding:2%;
  margin:1% auto 1% auto;
  width:96%;
  background-color:#c5b8a8;
  color:#fff;
  border-radius:3px;
  display:block;
}

/* text and headline */
p { line-height:2.2; margin:0 0 2em 0; }
p:last-child { margin:0; }
article h1, article h2, article h3, article h4, article h5, h6 {
  clear:both;
  line-height:1.0;
  /* margin:1.5%; */
  padding:2% 0;
  font-weight:600;
}
h1 { font-size:150%; }
article h2 {
  font-size:140%;
  border-bottom:solid 1px #c5b8a8;
  padding: 2%!important;
}
article h3 {
  font-size:130%
  font-size:120%;
  border-top:solid 1px #c5b8a8;
  border-bottom:solid 1px #c5b8a8;
  padding-top:2%!important;
  padding-bottom:2%!important;
}
article h4 {
  font-size:120%;
  border-left:solid 10px #c5b8a8;
  padding-left:2%!important;
}
h5 { font-size:110%; }
h6 { font-size:100%; }


/* image */
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], img.size-full, img.size-large, .wp-post-image, img
 { height:auto; max-width:100%; }


.footer_ads ,.movie_detail {
  /* padding:5% */
  margin: 1% 3%;
}

.responsive-iframe-wrapper {
    overflow: hidden; /* コンテンツが領域外に出た場合に隠す */
    padding-top: 56.25%; /* アスペクト比16:9に基づく高さの設定 */
    position: relative; /* 位置情報の基準点 */
    height: 0; /* 要素の高さを0にして、paddingで高さを作る */
}

.movie_detail iframe {
    position: absolute; /* 絶対位置指定 */
    top: 0; /* 上辺をコンテナの上辺に合わせる */
    left: 0; /* 左辺をコンテナの左辺に合わせる */
    width: 100%; /* 幅をコンテナの100%に */
    height: 100%; /* 高さをコンテナの100%に */
    border: 0; /* ボーダーなし */
}

.footer_ads h4, .movie_detail h4{
  font-weight:unset;
}
.related_post h2,.related_post h3,.related_post h4,{
  border:none!important;
}
#page_header_wrap{
  display:none;
}
.cmvl_taxonomy_template_content {
  max-width:1200px;
  margin:0 auto;
}
@media (max-width:750px) {
table {
  display: block;
  overflow-x: scroll!important;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

}
@media (min-width:751px) {
table {
}
}

.movie_detail li{
  font-size: 15px;
  padding-left:1%;
  list-style:disc;
  margin-left:3%;
  line-height:2em;
}

#tag_list {
  margin:1%;
  padding:1%;
}
.footer_gogle_adsense {
  margin:3%;
}
#footer_carousel_inner .title span {
 border:none;
}
#page_content > div.post_content.clearfix > div.cmvl-courses-list-shortcode > table > tbody > tr:nth-child(4){
  display:none;
}
.rcp_form input[type=email], .rcp_form input[type=password], .rcp_form input[type=text]{
  width:96%;
  margin:0 auto;
  border:none;
}
.rcp_user_fieldset,.rcp_card_fieldset{
  background-color:#e6e6e6;
  border-radius:10px;
}
.rcp_user_fieldset p {
  margin:0 1%;
  padding:0 1%;
  border-top:1px
}
div#rcp_card_name_wrap, div#rcp_card_wrap{
  padding:1% 
}
#rcp_registration_form {
  background-color: #fff;
  padding: 1%!important;
  border-radius: 10px;
}
.rcp_discounts_fieldset {
  background-color:#e6e6e6;
  border-radius:10px;
  padding: 1%!important;
}
form{
  background-color: #ffffff;
  border-radius:10px;
}
.rcp_form input[type=email], .rcp_form input[type=password], .rcp_form input[type=text]{
  margin:1%!important;
}
#rcp_login_form > fieldset > button{
  text-align:center;
  margin:1% auto;
  display:block;
}
/*
#page_content > div.post_content.clearfix > div:nth-child(2),
#page_content > div.post_content.clearfix > div:nth-child(3){
  display:none;
}
*/
#page_content > div.post_content.clearfix > div.learn_page > div:nth-child(1) > div.cmvl-courses-list-shortcode > table > tbody > tr:nth-child(4),
#page_content > div.post_content.clearfix > div.learn_page > div:nth-child(2) > div.cmvl-courses-list-shortcode > table > tbody > tr:nth-child(4),
#page_content > div.post_content.clearfix > div.learn_page > div:nth-child(3) > div.cmvl-courses-list-shortcode > table > tbody > tr:nth-child(4),
#page_content > div.post_content.clearfix > div.learn_page > div:nth-child(4) > div.cmvl-courses-list-shortcode > table > tbody > tr:nth-child(4){
  display:none;
}

.cmvl-navbar-categories{
  display:none;
}
#page_content > div.post_content.clearfix > div.learn_page > div:nth-child(1),
#page_content > div.post_content.clearfix > div.learn_page > div:nth-child(2),
#page_content > div.post_content.clearfix > div.learn_page > div:nth-child(3){
  display:none;
}
/*
.rcp_subscription_level_5 .rcp_price,
.rcp_subscription_level_13 .rcp_price {
  position:relative;
}
.rcp_subscription_level_5 .rcp_price::before,
.rcp_subscription_level_13 .rcp_price::before {
  position: absolute;
  content: "????0?~";
  display: block;
  transform: rotate(deg);
  background-color: red;
  width: 130%;
  height: 1px;
  top: 50%;
  left: 0;
  color:#ff0000;
  font-weight:bold;
}

.rcp_level_description p {
  margin-top:3%!important;
}
*/

.embed_BridalCinemagic_vimeo button {
  margin:2% auto;
}
.footer_ads .article_ads_soft li{
  margin: 1% 0;
  line-height: 1.8;
  font-size: 1.2em;
}
.footer_ads h3{
  font-size:1.3em;
}
.cmvl_taxonomy_template_content #side_col {
  display:none;
}
.foodies-item {
  display: inline-block;
  width: 21%;
  margin: 0.5%;
  border: solid 1px #999;
  position: relative;
}
.item .rich_font_type2 {
  border:none;
}
.text-center form{
  background:none;
}
.result_info {
  margin:2% 0;
}
.result_info .result_num {
  display:inline-block;
}
.result_info .result_pages {
  display:inline-block;
}
.result_info .pagination {
  display:inline-block;
  margin:0 2%;
}
.searchandfilter ul li li{
  display: inline-block!important;
  margin: 2% 2%;
  border: 1px solid #c5b8a8;
  border-radius:5px;
  padding:1%;
}
.sf-field-submit input{
  text-align:center;
  margin:0 auto;
  padding: 3%;
  width: 100%;
}
.price_box table, .price_box tbody{
  font-size:14px;
  width: 100%;
  display: table;
}
.price_box table tr {
  /*height: 85px;*/
  width: 100%;
}
.price_box table td {
  border-right:none;
    border-left:none;
}
.sf-field-search label {
    margin: 0 auto;
    width: 100%;
}

.sf-field-search input {
  text-align: center;
    margin: 0 auto;
    padding: 2%;
    width: 98%;
  display:block;
  border:1px solid #c5b8a8;
  border-radius:5px;
}
.list_title_area {
width: 1200px;
    margin: 2% auto;
text-align:center;
}
.list_title_area h1{
text-align:center;
}
.button_link{
	margin: 2%;
	width: 45%;
	display: inline-block;
	padding: 2% 10%;
	background-color:#69a610;
	border-radius:5px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.button_link2{
	margin: 2%;
	width: 45%;
	display: inline-block;
	padding: 2% 10%;
	background-color:#69a610;
	border-radius:5px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.button_link1{
	margin: 2% auto!important;
	width: 45%;
	display: block;
	padding: 2% 8%;
	background-color:#69a610;
	border-radius:5px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

.post_slider_widget h4{
  border:none;
}

.post_slider_widget button{
    padding:2%;
  margin:1% auto 1% auto;
  width:96%;
  background-color:#c5b8a8;
  color:#fff;
  border-radius:3px;
  display:block;
}

.over_box {
    bottom: 0;
    right: 0;
    position: fixed;
    width: 50%;
    text-align: right;
    background-color: rgba(0,0,0,0.3);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 3%;
    border-radius: 10px;
}
.preview_text {/*a??a?i?i??a?a??a?\a??a?Ra?a?!a-?*/
text-align: left;
display: block;
float: left;
}

.kanrenkijiwaku{
width:auto;
height:auto;
padding-top : 0px;
padding-bottom : 10px;
padding-left : 10px;
padding-right : 10px;
margin-bottom : 10px;
overflow:hidden;
border-bottom: 1px dotted #cccccc;
display: -webkit-flex;
display: flex;
}

.kanrenlast{
border-bottom: none;
}

.kanrenkijiwaku a,.kanrenkijiwaku2 a{
color:#333333;
text-decoration:none;
}

.kanrenkijiwaku:hover a,.kanrenkijiwaku2:hover a{
color:#006699;
}

.imgbu{
display:block;
width:100px;
min-width:100px;
height:auto;
}

.imgbu img{
width:100px;
height:auto;
}

.textbu{
display:block;
width:auto;
padding-left : 20px;
}

.taitoru{
display:block;
font-weight:bold;
}

.honbun{
display:block;
padding-top:5px;
font-size:0.8em;
color:#666666;
}

.kanrenshoto{
position: relative;
margin-top: 30px;
margin-bottom : 30px;
padding-top:20px;
padding-left:0px;
padding-right:0px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

.kanrenshotorogo{
padding-left:15px;
padding-right:15px;
position: absolute;
top: 0px;
left: 10px;
margin-top: -13px;
font-weight:normal;
text-align:center;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

/*関連記事のショートコード共通end*/

/* 関連記事のショートコードブルー*/

.blue{
background-color:#F3F9FC;
border: 2px solid #228df0;
}

.blue .kanrenshotorogo{
background-color:#228df0;
color:#ffffff;
}

/* 関連記事のショートコードグレー*/

.gray{
background-color:#f9f9f9;
border: 2px solid #cccccc;
}

.gray .kanrenshotorogo{
background-color:#cccccc;
color:#333333;
}

/* 関連記事のショートコードピンク*/

.pink{
background-color:#FDEFF2;
border: 2px solid #EE827C;
}

.pink .kanrenshotorogo{
background-color:#EE827C;
color:#ffffff;
}

.pink .kanrenshotorogo a{
color:#333333;
}

@media screen and (max-width: 640px) {

.imgbu{
display:block;
width:65px;
min-width:65px;
height:auto;
}

.imgbu img{
width:65px;
height:auto;
}

}}




.test{
}

div.pricing-table {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    justify-content: center;
    margin: 50px;
}

.plan {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 204px; */ /* 一定の高さを設定 */
    /* width: 27%; */
}

.plan p{
	margin: 0!important;
}

.plan h2 {
    margin-top: 0;
}

.plan .price {
    font-size: 24px;
    color: #333;
    margin: 10px 0;
}

.plan .price span {
    display: block;
    font-size: 14px;
    color: #999;
}

.plan .button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    color: #fff;
    background-color: #007BFF;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.plan .button:hover {
    background-color: #0056b3;
}
