@charset "utf-8";
/*
Theme Name:Muum
Theme URI:https://tcd-theme.com/tcd085
Description: WordPress theme "Muum" allows you to create blog sites with rich variations. You can combine three types of headers and two types of post layouts, and even switch the left and right columns, so you can create a completely different site with just one theme.
Author:TCD
Author URI:https://tcd-theme.com/
Version:2.1.3
Text Domain:tcd-muum
*/

/* ------------------------------------------------------------------------------------
 web fonts ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
------------------------------------------------------------------------------------ */
@font-face {
    font-family: 'design_plus';
    src: url('fonts/design_plus.eot?v=1.2');
    src: url('fonts/design_plus.eot?v=1.2#iefix') format('embedded-opentype'),
        url('fonts/design_plus.woff?v=1.2') format('woff'),
        url('fonts/design_plus.ttf?v=1.2') format('truetype'),
        url('fonts/design_plus.svg?v=1.2#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;
}




/* ----------------------------------------------------------------------
 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 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    width: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    font-weight: 800;
}

.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;
}

@media screen and (max-width:750px) {

    a,
    a:before,
    a:after,
    input {
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        backface-visibility: hidden;
        perspective: 1000;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

.clear {
    clear: both;
}

.hide {
    display: none;
}


/* レイアウト */
#container {
    position: relative;
    height: 100%;
    /*overflow: hidden;*/
    background-color: #eee;
}

#main_contents {
    width: 1130px;
    margin: 0 auto;
    padding: 60px 0 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#main_col {
    width: 740px;
    margin: 0 40px 0 0;
}

#side_col {
    width: 350px;
}

#main_contents.layout_type1 #main_col {
    width: 100%;
    margin: 0;
}

body.single #main_contents.layout_type1 #main_col,
body.page #main_contents.layout_type1 #main_col {
    width: 740px;
    margin: 0 auto;
}

body.page-template-page-ranking #main_contents.layout_type1 #main_col {
    width: 100%;
}

#main_contents.layout_type3 {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#main_contents.layout_type3 #main_col {
    margin: 0 0 0 40px;
}

#header {
    background-color: #fff;
}

/* 見出し */
.design_headline1 {
    font-weight: 600 !important;
    font-size: 18px;
    padding: 0 0 0 18px;
    margin: 0 0 20px 0;
    height: 40px;
    line-height: 40px;
    border-left: 4px solid #000;
}

/* カテゴリ, 都道府県 */
.item_head {
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 0px;
}

.item_head .category,
.item_head .prefecture {
    font-size: 12px;
    text-align: center;
    color: #fff;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.item_head .prefecture {
    background-color: #444;
}

.item_head .prefecture:hover {
    background-color: #666;
}

.item_head .category.shutcho {
    background-color: #1fb7cf;
}

/* ----------------------------------------------------------------------
 LPページ
---------------------------------------------------------------------- */
.lp_content {
    margin-bottom: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lp_content:last-of-type {
    margin-bottom: 0px;
}

.lp_content.show_border {
    border-bottom: 1px solid #ddd;
}

.lp_content.show_border_around {
    border: 1px solid #ddd;
    padding: 50px;
}

.lp_content .design_headline1 {
    margin-bottom: 30px;
}

.lp_content .design_headline2 {
    font-weight: 600;
    margin-bottom: 97px;
    padding-top: 40px;
    text-align: center;
}

#main_contents.no_sidebar_lp_page {
    width: 100%;
    display: block;
}

#main_contents.no_sidebar_lp_page #main_col {
    width: auto;
    margin-right: 0;
}

#main_contents.no_sidebar_lp_page .lp_content {
    width: 740px;
    margin-right: auto;
    margin-left: auto;
}

#main_contents.no_sidebar_lp_page .layer_image_content {
    width: auto;
}

#main_contents.no_sidebar_lp_page .lp_content.layer_image_content:last-of-type {
    margin-bottom: -150px;
}


/* プロフィール（記事のプロフィールと共有） */
.lp_profile .image {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.lp_profile .author_profile {
    margin: 0;
    padding: 35px 45px;
    border-top: none;
    display: block;
}

.lp_profile .label {
    font-size: 12px;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 3;
    left: 45px;
    top: -40px;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}


/* 画像コンテンツ */
.lp_image_content .image_list {
    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: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.lp_image_content .image_list .image {
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
}

.lp_image_content .image_list img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.lp_image_content .desc1 {
    margin-bottom: 45px;
}

.lp_image_content .desc2 {
    margin-top: 45px;
}


/* FAQコンテンツ */
.lp_faq .desc {
    margin-bottom: 50px;
}

.lp_faq .design_headline2 {
    margin-bottom: 45px;
    padding-top: 0px;
    text-align: center;
}

.faq_list .item {
    margin-top: -1px;
}

.faq_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;
}

.faq_list .question:before {
    content: '';
    position: absolute;
    left: 22px;
    top: 36px;
    display: block;
    width: 13px;
    height: 1px;
    background: #bbb;
}

.faq_list .question:after {
    content: '';
    position: absolute;
    left: 28px;
    top: 30px;
    display: block;
    width: 1px;
    height: 13px;
    background: #bbb;
}

.faq_list .question.active:after {
    display: none;
}

.faq_list .question.active {
    color: #00a6d0;
}

.faq_list .question:hover {
    color: #00a6d0;
}

.faq_list .answer {
    font-size: 16px;
    border: 1px solid #ddd;
    border-top: none;
    padding: 30px 55px 25px;
    background: #f7f7f7;
}

.faq_list .answer p {
    line-height: 2.8;
}


/* レイヤー画像コンテンツ */
.layer_image_content {
    height: 600px;
    position: relative;
    overflow: hidden;
}

.layer_image_content .bg_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.layer_image_content .bg_image.mobile {
    display: none;
}

.layer_image_content .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.layer_image_content_inner {
    height: 100%;
    position: relative;
    z-index: 5;
    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;
}

#main_contents.no_sidebar_lp_page .layer_image_content_inner {
    width: 740px;
}

.layer_image_content .content {}

.layer_image_content.text_layout_type1 .layer_image_content_inner {
    padding-left: 50px;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.layer_image_content.text_layout_type2 .layer_image_content_inner {
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.layer_image_content.text_layout_type3 .layer_image_content_inner {
    padding-right: 50px;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.layer_image_content.text_layout2_type1 .layer_image_content_inner {
    padding-top: 50px;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.layer_image_content.text_layout2_type2 .layer_image_content_inner {
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.layer_image_content.text_layout2_type3 .layer_image_content_inner {
    padding-bottom: 50px;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

#main_contents.no_sidebar_lp_page .layer_image_content.text_layout_type1 .layer_image_content_inner {
    padding-left: 0;
}

#main_contents.no_sidebar_lp_page .layer_image_content.text_layout_type3 .layer_image_content_inner {
    padding-right: 0;
}

.layer_image_content .catch {
    line-height: 1.6;
    font-weight: 500;
}

.layer_image_content.catch_layout_left .catch {
    text-align: left;
}

.layer_image_content.catch_layout_center .catch {
    text-align: center;
}

.layer_image_content.catch_layout_right .catch {
    text-align: right;
}

.layer_image_content .desc {
    margin: 20px 0 0 0;
}

.layer_image_content .desc p {
    line-height: 2.4;
}

.layer_image_content .desc p.mobile {
    display: none;
}

.layer_image_content .link_button {
    text-align: center;
    z-index: 10;
    position: relative;
    margin: 30px 0 0 0;
}

.layer_image_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;
}

.layer_image_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;
}

.layer_image_content .link_button a.button_animation_type3:before {
    transform: skewX(45deg);
    width: calc(100% + 60px);
    left: calc(-100% - 100px);
}

.layer_image_content .link_button a.button_animation_type2:hover:before {
    left: 0;
}

.layer_image_content .link_button a.button_animation_type3:hover:before {
    left: -30px;
}

.layer_image_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;
}

.layer_image_content .layer_image img {
    display: block;
    position: relative;
}

.layer_image_content .layer_image img.mobile {
    display: none;
}

.layer_image_content.image_layout_type1 .layer_image {
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.layer_image_content.image_layout_type2 .layer_image {
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.layer_image_content.image_layout_type3 .layer_image {
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.layer_image_content.image_layout2_type1 .layer_image {
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.layer_image_content.image_layout2_type2 .layer_image {
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.layer_image_content.image_layout2_type3 .layer_image {
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}


/* レイヤー画像コンテンツ テキストアニメーション */
.layer_image_content .catch,
.layer_image_content .desc,
.layer_image_content .link_button {
    opacity: 0;
    position: relative;
}

.layer_image_content .catch.animate,
.layer_image_content .desc.animate,
.layer_image_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;
}


/* レイヤー画像コンテンツ 画像のアニメーション */
.layer_image_content .layer_image img {
    opacity: 0;
}

.layer_image_content.animation_type1 .layer_image img {
    opacity: 1;
}

.layer_image_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;
}

.layer_image_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;
}

.layer_image_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;
}


/* フリースペース */
.lp_free_space .desc a img {
    opacity: 1;
    webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.lp_free_space .desc a:hover img {
    opacity: 0.7;
}


/* デモサイト用 */
.demo_lp_headline {
    font-size: 26px !important;
    text-align: center;
    padding: 50px 0 64px !important;
}


/* .item_head */
.item_head {
    display: flex;
}

/* ----------------------------------------------------------------------
 ランキングページ
---------------------------------------------------------------------- */

/* タブ */
#ranking_list .tab {
    width: calc(100% - 1px);
    margin: 0 0 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#ranking_list .tab li {
    border: 1px solid #ddd;
    margin: 0 -1px 0 0;
    font-weight: 600;
    font-size: 16px;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
}

#ranking_list .tab a {
    display: block;
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
}

#ranking_list .tab li.active a {
    background: #000;
    border-color: #000;
    color: #fff !important;
    position: relative;
}

#ranking_list .tab li a:hover {
    background: #000;
    border-color: #000;
    color: #fff !important;
    position: relative;
}

#ranking_list .tab li.active {
    pointer-events: none;
}

#ranking_list .tab li.active a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

#ranking_list li:only-of-type.active a:after {
    display: none;
}


/* ランキング記事 */
#ranking_list .post_list {
    margin-bottom: -40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* #ranking_list .post_list .item { width:calc(50% - 20px); height:230px; margin:0 40px 40px 0; position:relative; }
#ranking_list .post_list .item:nth-of-type(2n) { margin-right:0; }
#ranking_list .post_list .link { display:block; width:100%; height:100%; }
#ranking_list .post_list .image_wrap { float:left; display:block; width:230px; height:230px; position:relative; z-index:1; overflow:hidden; }
#ranking_list .post_list .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
#ranking_list .post_list .content {
  width:calc(100% - 230px); height:230px; float:left; border:1px solid #ddd; border-left:none; position:relative; background:#fff;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#ranking_list .post_list .content_inner {
  padding:0 30px;
  position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
#ranking_list .post_list .category {
  font-size:12px; text-align:center; color:#fff; position:absolute; z-index:3; left:0px; top:0px;
  min-width:130px; height:40px; line-height:40px; padding:0 5px; display:inline-block;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
#ranking_list .post_list .title {
  font-weight:600; line-height:1.8; max-height:5.4em; overflow:hidden; visibility:visible;
  word-wrap:break-word; word-break:break-all;
}
#ranking_list .post_list .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
#ranking_list .post_list .date { font-size:12px; margin:7px 0 0 0; padding:0 0 0 22px; color:#999; position:relative; }
#ranking_list .post_list .date:before {
  font-family:'footer_bar'; content:'\e912'; font-size:13px; top:0px; left:0px; position:absolute;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#ranking_list .post_list .client { padding-left:0; }
#ranking_list .post_list .client:before { display:none; } */
#ranking_list .post_list .rank {
    color: #000;
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 3;
    background: #fff;
}


/* ホバーアニメーション */
#ranking_list .post_list.use_hover_animation .item {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#ranking_list .post_list.use_hover_animation .item:hover {
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}


/* アニメーション */
#ranking_list .post_list .item {
    position: relative;
    opacity: 0;
}

#ranking_list .tab_post_list.active .item {
    opacity: 1;
}

#ranking_list .post_list.animation_type0 .item {
    opacity: 1;
}

#ranking_list .post_list.animation_type1 .item.animate {
    -webkit-animation: opacityAnimation 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s !important;
    animation: opacityAnimation 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s !important;
}

#ranking_list .post_list.animation_type2 .item.animate {
    -webkit-animation: slideUp 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s !important;
    animation: slideUp 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s !important;
}

#ranking_list .post_list.animation_type3 .item.animate {
    -webkit-animation: moveLeft 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s !important;
    animation: moveLeft 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s !important;
}

#ranking_list .post_list.animation_type4 .item.animate {
    -webkit-animation: popUp 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s !important;
    animation: popUp 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s !important;
}




/* ----------------------------------------------------------------------
 トップページ カルーセル
---------------------------------------------------------------------- */
/* タイプ1 */
#header_carousel_type1 {
    height: 510px;
    width: 100%;
    overflow: hidden;
}

#header_carousel_type1 .post_list {
    height: 475px;
}

#header_carousel_type1 .item {
    width: 50%;
    height: 475px;
    position: relative;
    float: left;
}

#header_carousel_type1 .item .link {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

#header_carousel_type1 .image_wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#header_carousel_type1 .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#header_carousel_type1 .content {
    width: 420px;
    height: 130px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 3;
    color: #fff;
}

#header_carousel_type1 .content_inner {
    width: 100%;
    padding: 0 30px;
    position: relative;
    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_carousel_type1 .title {
    font-weight: 600;
    line-height: 1.8;
    max-height: 3.6em;
    height: 3.6em;
    overflow: hidden;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all;
}

#header_carousel_type1 .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#header_carousel_type1 .date {
    font-size: 12px;
    margin: 5px 0 10px 0;
    position: relative;
    padding: 0 0 0 22px;
}

#header_carousel_type1 .date:before {
    font-family: 'footer_bar';
    content: '\e912';
    font-size: 13px;
    top: 0px;
    left: 0px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#header_carousel_type1 .client {
    padding-left: 0;
}

#header_carousel_type1 .client:before {
    display: none;
}

#header_carousel_type1 .item_head {
    position: absolute;
    z-index: 3;
    left: 30px;
    bottom: 160px;
    display: flex;
}

#header_carousel_type1 .category {
    font-size: 12px;
    text-align: center;
    color: #fff;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#header_carousel_type1 .prefecture {
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #222;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#header_carousel_type1 .prefecture:hover {
    background-color: #444;
}


/* タイプ２ */
#header_carousel_type2 {
    height: 408px;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 25px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#header_carousel_type2 .post_list {
    z-index: 3;
}

#header_carousel_type2 .item {
    width: 425px;
    height: 280px;
    padding: 40px 0 0 0;
    margin: 0 4px;
    position: relative;
    float: left;
}

#header_carousel_type2 .item .link {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

#header_carousel_type2 .image_wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#header_carousel_type2 .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#header_carousel_type2 .image:before {
    content: '';
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

#header_carousel_type2 .category {
    font-size: 12px;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 0px;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#header_carousel_type2 .content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 3;
    color: #fff;
    padding: 20px 30px;
}

#header_carousel_type2 .content_inner {}

#header_carousel_type2 .title {
    font-weight: 600;
    line-height: 1.8;
    max-height: 3.6em;
    height: 3.6em;
    overflow: hidden;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all;
}

#header_carousel_type2 .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#header_carousel_type2 .date {
    font-size: 12px;
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 0 0 22px;
}

#header_carousel_type2 .date:before {
    font-family: 'footer_bar';
    content: '\e912';
    font-size: 13px;
    top: 0px;
    left: 0px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#header_carousel_type2 .client {
    padding-left: 0;
}

#header_carousel_type2 .client:before {
    display: none;
}

#header_carousel_type2 .bg_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#header_carousel_type2 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}


/* ドットナビゲーション */
.slick-dots {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 10;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    font-size: 12px;
}

.slick-dots button {
    cursor: pointer;
    border: none;
    color: transparent;
    width: 12px;
    height: 12px;
    display: block;
    font-size: 0;
    background: none;
    position: relative;
}

.slick-dots button::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    background: #ddd;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-dots .slick-active button::before {
    background: #000000;
}

.slick-dots button:hover::before {
    background: #000000;
}

#header_carousel_type1 .slick-dots {
    bottom: -35px;
}

#header_carousel_type2 .slick-dots {
    bottom: -38px;
}

#header_carousel_type2 .slick-dots button::before {
    background: #fff;
}





/* ----------------------------------------------------------------------
 トップページ スライダー
---------------------------------------------------------------------- */
#header_slider_wrap {
    width: 100%;
    /*height:550px;*/
    position: relative;
    overflow: hidden;
}

#header_slider {
    width: 100%;
    /*height:550px;*/
    overflow: hidden;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#header_slider .item {
    width: 100%;
    /*height:550px;*/
    position: relative;
    aspect-ratio: 2110 / 800;
}


/* スライダーのキャプション */
#header_slider .caption {
    width: 100%;
    padding: 0 80px;
    z-index: 100;
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -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: 15px 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: 20px;
    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 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#header_slider .bg_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#header_slider .bg_image.mobile {
    display: none;
}

#header_slider .dot_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: url(./img/common/dot_pattern2.png);
}


/* 動画 */
#header_slider .video_wrap {
    position: absolute;
}

#header_slider .video_wrap.type1 {
    position: absolute;
    top: 50%;
    left: auto;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header_slider .video_wrap.type2 {
    position: absolute;
    top: 0px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#header_slider .video_wrap.type1 video {
    height: 100%;
    width: auto;
}

#header_slider .video_wrap.type2 video {
    width: 100%;
    height: auto;
}

#header_slider .youtube_inner {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

#header_slider .slide-youtube {
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
}


/* ドットナビゲーション */
#header_slider .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 10;
    text-align: center;
    display: none;
}

#header_slider .slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    font-size: 12px;
}

#header_slider .slick-dots button {
    cursor: pointer;
    border: none;
    color: transparent;
    width: 12px;
    height: 12px;
    display: block;
    font-size: 0;
    background: none;
    position: relative;
}

#header_slider .slick-dots button::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

#header_slider .slick-dots .slick-active button::before {
    background: #aaa;
}

#header_slider .slick-dots button:hover::before {
    background: #aaa;
}

#header_slider_wrap.position_type2 #header_slider .slick-dots {
    right: auto;
    left: 30px;
    text-align: left;
}

#header_slider .slick-dots li:only-child {
    display: none;
}


/* キャプション内のアニメーション設定 */
#header_slider .animate_item {
    opacity: 0;
    position: relative;
}

#header_slider .catch.animate,
#header_slider .desc.animate,
#header_slider .button.animate,
#header_slider .catch.animate_mobile,
#header_slider .desc.animate_mobile,
#header_slider .button.animate_mobile {
    -webkit-animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
    animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
}


/* 背景画像のアニメーション */
#header_slider .item.bg_animation_type1.animate .bg_image {
    -webkit-animation: zoomIn 30s;
    animation: zoomIn 30s;
}

#header_slider .item.bg_animation_type2.animate .bg_image {
    -webkit-animation: zoomOut 30s;
    animation: zoomOut 30s;
}

#header_slider .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 .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 .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 .item.bg_animation_type6.animate .bg_image {
    width: -webkit-calc(100% + 200px);
    height: -webkit-calc(100% + 200px);
    width: calc(100% + 200px);
    height: calc(100% + 200px);
    -webkit-animation: bg_image_move_down 30s;
    animation: bg_image_move_down 30s;
}

/* 右に移動 */
@-webkit-keyframes bg_image_move_right {
    0% {
        transform: translate3d(-200px, 0, 0);
    }

    100% {
        transform: translate3d(0px, 0, 0);
    }
}

@keyframes bg_image_move_right {
    0% {
        transform: translate3d(-200px, 0, 0);
    }

    100% {
        transform: translate3d(0px, 0, 0);
    }
}

/* 左に移動 */
@-webkit-keyframes bg_image_move_left {
    0% {
        transform: translate3d(0px, 0, 0);
    }

    100% {
        transform: translate3d(-200px, 0, 0);
    }
}

@keyframes bg_image_move_left {
    0% {
        transform: translate3d(0px, 0, 0);
    }

    100% {
        transform: translate3d(-200px, 0, 0);
    }
}

/* 上に移動 */
@-webkit-keyframes bg_image_move_up {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, -200px, 0);
    }
}

@keyframes bg_image_move_up {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, -200px, 0);
    }
}

/* 下に移動 */
@-webkit-keyframes bg_image_move_down {
    0% {
        transform: translate3d(0, -200px, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bg_image_move_down {
    0% {
        transform: translate3d(0, -200px, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}




/* ----------------------------------------------------------------------
 トップページ その他
---------------------------------------------------------------------- */

/* タブ */
#index_tab {
    height: 90px;
    margin: 0 0 10px 0;
    overflow: visible;
}

#index_tab ol {
    width: calc(100% - 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#index_tab li {
    margin: 0 -1px 0 0;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    border: 1px solid #ddd;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
}

#index_tab a {
    display: block;
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
}

#index_tab li.active a {
    background: #000;
    color: #fff !important;
    position: relative;
}

#index_tab li a:hover {
    background: #000;
    color: #fff !important;
    position: relative;
}

#index_tab li.active {
    pointer-events: none;
}

#index_tab li.active a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

#index_tab li:only-of-type.active a:after {
    display: none;
}

#index_tab li:only-of-type a {
    text-align: left;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* タブ記事 タイプ１ */
#index_tab_post_list .post_list.type1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#index_tab_post_list .post_list.type1 .item {
    width: calc(50% - 20px);
    height: 392px;
    margin: 0 40px 40px 0;
    position: relative;
}

#index_tab_post_list .post_list.type1 .item:nth-of-type(2n) {
    margin-right: 0;
}

#index_tab_post_list .post_list.type1.no_date .item {
    height: 368px;
}

#index_tab_post_list .post_list.type1 .link {
    display: block;
    width: 100%;
    height: 100%;
}

#index_tab_post_list .post_list.type1 .image_wrap {
    display: block;
    width: 100%;
    height: 230px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#index_tab_post_list .post_list.type1 .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#index_tab_post_list .post_list.type1.has_excerpt .image:before {
    content: '';
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

#index_tab_post_list .post_list.type1 .content {
    height: 162px;
    border: 1px solid #ddd;
    border-top: none;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#index_tab_post_list .post_list.type1 .content_inner {
    padding: 25px 30px;
}

#index_tab_post_list .post_list.type1 .title {
    font-weight: 600;
    line-height: 1.6;
    max-height: 4.8em;
    overflow: hidden;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all;
}

#index_tab_post_list .post_list.type1 .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#index_tab_post_list .post_list.type1.has_excerpt .title {
    position: absolute;
    z-index: 3;
    color: #fff;
    bottom: 20px;
    padding: 0 30px;
}

#index_tab_post_list .post_list.type1.has_excerpt .ad_item .title {
    position: relative;
    z-index: 3;
    color: #000;
    bottom: auto;
    padding: 0;
}

#index_tab_post_list .post_list .desc {
    line-height: 2;
    max-height: 6em;
    overflow: hidden;
    visibility: visible;
}

#index_tab_post_list .post_list .desc span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#index_tab_post_list .post_list.type1 .date {
    font-size: 12px;
    padding: 0 0 0 22px;
    color: #999;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

#index_tab_post_list .post_list.type1 .date:before {
    font-family: 'footer_bar';
    content: '\e912';
    font-size: 13px;
    top: 0px;
    left: 0px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#index_tab_post_list .post_list.type1 .client {
    padding-left: 0;
}

#index_tab_post_list .post_list.type1 .client:before {
    display: none;
}


/* タブ記事 タイプ２ */
#index_tab_post_list .post_list.type2 {}

#index_tab_post_list .post_list.type2 .item {
    height: 230px;
    margin: 0 0 40px 0;
    position: relative;
}

#index_tab_post_list .post_list.type2 .link {
    display: block;
    width: 100%;
    height: 100%;
}

#index_tab_post_list .post_list.type2 .image_wrap {
    float: left;
    display: block;
    width: 352px;
    height: 230px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#index_tab_post_list .post_list.type2 .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#index_tab_post_list .post_list.type2 .content {
    width: calc(100% - 352px);
    height: 230px;
    float: left;
    border: 1px solid #ddd;
    border-left: none;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#index_tab_post_list .post_list.type2 .content_inner {
    padding: 0 30px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#index_tab_post_list .post_list.type2 .category {
    font-size: 12px;
    text-align: center;
    color: #fff;
    /*position:absolute; z-index:3; left:0px; top:0px;*/
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#index_tab_post_list .post_list.type2 .title {
    font-weight: 600;
    line-height: 1.8;
    max-height: 5.4em;
    overflow: hidden;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all;
}

#index_tab_post_list .post_list.type2 .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#index_tab_post_list .post_list.type2 .date {
    font-size: 12px;
    margin: 7px 0 0 0;
    padding: 0 0 0 22px;
    color: #999;
    position: relative;
}

#index_tab_post_list .post_list.type2 .date:before {
    font-family: 'footer_bar';
    content: '\e912';
    font-size: 13px;
    top: 0px;
    left: 0px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#index_tab_post_list .post_list.type2 .client {
    padding-left: 0;
}

#index_tab_post_list .post_list.type2 .client:before {
    display: none;
}


/* ホバーアニメーション */
#index_tab_post_list .post_list.use_hover_animation .item {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#index_tab_post_list .post_list.use_hover_animation .item:hover {
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}


/* アニメーション */
#index_tab_post_list .post_list .item {
    position: relative;
    opacity: 0;
}

#index_tab_post_list .tab_post_list.active .item {
    opacity: 1;
}

#index_tab_post_list .post_list.animation_type0 .item {
    opacity: 1;
}

#index_tab_post_list .post_list.animation_type1 .item.animate {
    -webkit-animation: opacityAnimation 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s !important;
    animation: opacityAnimation 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s !important;
}

#index_tab_post_list .post_list.animation_type2 .item.animate {
    -webkit-animation: slideUp 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s !important;
    animation: slideUp 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s !important;
}

#index_tab_post_list .post_list.animation_type3 .item.animate {
    -webkit-animation: moveLeft 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s !important;
    animation: moveLeft 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s !important;
}

#index_tab_post_list .post_list.animation_type4 .item.animate {
    -webkit-animation: popUp 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s !important;
    animation: popUp 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s !important;
}


/* ページ下部の記事一覧 */
.bottom_post_list {
    position: relative;
    margin-bottom: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bottom_post_list .item {
    width: calc(50% - 6px);
    height: 238px;
    margin: 0 12px 12px 0;
    position: relative;
}

.bottom_post_list .item:nth-of-type(2n) {
    margin-right: 0;
}

.bottom_post_list .item .link {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.bottom_post_list .image_wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bottom_post_list .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.bottom_post_list .item .link:before {
    content: '';
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 3;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.bottom_post_list .title_area {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 4;
    color: #fff;
    padding: 20px 30px;
}

.bottom_post_list .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.8;
    max-height: 3.6em;
    overflow: hidden;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all;
}

.bottom_post_list .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.bottom_post_list .date {
    font-size: 12px;
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 0 0 22px;
}

.bottom_post_list .date:before {
    font-family: 'footer_bar';
    content: '\e912';
    font-size: 13px;
    top: 0px;
    left: 0px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bottom_post_list .item_head {
    position: absolute;
    z-index: 4;
    left: 0px;
    top: 0px;
}

.bottom_post_list .category,
.bottom_post_list .prefecture {
    font-size: 12px;
    text-align: center;
    color: #fff;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 4;
}

body.single .bottom_post_list .category {
    position: absolute;
}

.bottom_post_list .prefecture {
    background-color: #222;
}


/* フリースペース */
#index_free_space.show_border {
    border: 1px solid #ddd;
    padding: 40px;
}

#index_free_space .demo_index_free_space {
    height: 470px;
    position: relative;
}

#index_free_space .demo_index_free_space .caption {
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#index_free_space .demo_index_free_space .catch {
    font-size: 26px;
    margin: 0 0 10px 0;
}

#index_free_space .demo_index_free_space .desc p {
    font-weight: 600;
    margin: 0;
}

#index_free_space a img {
    opacity: 1;
    webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#index_free_space a:hover img {
    opacity: 0.7;
}

body.single #index_free_space {
    margin-bottom: 50px;
}



/* ----------------------------------------------------------------------
 ページヘッダー
---------------------------------------------------------------------- */
#page_header {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

#header_desc {
    line-height: 2.8;
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin: 45px 0 -15px;
    position: relative;
}

#header_desc .mobile {
    display: none;
}

/* body.category #header_desc,  */
/* body.page-template-page-blog #header_desc { color: #000; padding: 20px 1em; margin: 0; line-height: 2; } */
/* body.category #main_contents,  */
/* body.page-template-page-blog #main_contents { padding-top: 0; } */

/* 画像付きヘッダー */
#page_image_header {
    width: 1130px;
    height: 540px;
    position: relative;
    margin: 60px auto 25px;
}

#page_image_header.type2 {
    width: 100%;
    margin-top: 0;
}

#page_image_header_inner {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    z-index: 3;
    padding: 0 50px;
    position: absolute;
    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_image_header .bg_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#page_image_header .bg_image.mobile {
    display: none;
}

#page_image_header .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#page_image_header .catch {
    font-size: 66px;
    color: #fff;
    line-height: 1.3;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: relative;
    font-weight: 600;
}

#page_image_header .desc {
    line-height: 2.8;
    color: #fff;
    font-size: 16px;
    margin: 40px auto 0;
}

#page_image_header .desc .mobile {
    display: none;
}




/* ----------------------------------------------------------------------
 ブログアーカイブページ
---------------------------------------------------------------------- */

/* 記事タイプ１ */
.blog_list.type1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog_list.type1 .item {
    width: calc(50% - 20px);
    height: 392px;
    margin: 0 40px 40px 0;
    position: relative;
    background-color: #fff;
}

.blog_list.type1 .item:nth-of-type(2n) {
    margin-right: 0px;
}

.blog_list.type1.no_date .item {
    height: 368px;
}

#main_contents.layout_type1 .blog_list.type1 .item {
    width: calc(100% / 3 - 27px);
}

#main_contents.layout_type1 .blog_list.type1 .item:nth-of-type(2n) {
    margin-right: 40px;
}

#main_contents.layout_type1 .blog_list.type1 .item:nth-of-type(3n) {
    margin-right: 0px;
}

.blog_list.type1 .link {
    display: block;
    width: 100%;
    height: 100%;
}

.blog_list.type1 .image_wrap {
    display: block;
    width: 100%;
    height: 230px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog_list.type1 .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.blog_list.type1.has_excerpt .image:before {
    content: '';
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.blog_list.type1 .content {
    height: 162px;
    border: 1px solid #ddd;
    border-top: none;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

.blog_list.type1 .content_inner {
    padding: 25px 30px;
}

.blog_list.type1.no_date .content {
    height: 138px;
}

.blog_list.type1 .title {
    font-weight: 600;
    line-height: 1.6;
    max-height: 4.8em;
    overflow: hidden;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all;
    text-align: left;
    line-height: 1.3;
}

.blog_list.type1 .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blog_list.type1.has_excerpt .title {
    position: absolute;
    z-index: 3;
    color: #fff;
    bottom: 20px;
    padding: 0 30px;
}

.blog_list.type1.has_excerpt .ad_item .title {
    position: relative;
    z-index: 3;
    color: #000;
    bottom: auto;
    padding: 0;
}

.blog_list .desc {
    line-height: 2;
    max-height: 6em;
    overflow: hidden;
    visibility: visible;
}

.blog_list .desc span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blog_list.type1 .item_head {
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 0px;
}

.blog_list.type1 .category,
.blog_list.type1 .prefecture {
    font-size: 12px;
    text-align: center;
    color: #fff;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blog_list.type1 .date {
    font-size: 12px;
    padding: 0 0 0 22px;
    color: #999;
    position: absolute;
    bottom: 30px;
    left: 30px;
    line-height: 1;
}

.blog_list.type1 .date:before {
    font-family: 'footer_bar';
    content: '\e912';
    font-size: 13px;
    top: 0px;
    left: 0px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blog_list.type1 .client {
    padding-left: 0;
}

.blog_list.type1 .client:before {
    display: none;
}


/* 記事タイプ２ */
.blog_list.type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog_list.type2 .item {
    width: 100%;
    margin: 0 0 40px 0;
    height: 230px;
    position: relative;
}

#main_contents.layout_type1 .blog_list.type2 .item {
    width: calc(50% - 20px);
    margin-right: 40px;
}

#main_contents.layout_type1 .blog_list.type2 .item:nth-of-type(2n) {
    margin-right: 0;
}

.blog_list.type2 .link {
    display: block;
    width: 100%;
    height: 100%;
}

.blog_list.type2 .image_wrap {
    float: left;
    display: block;
    width: 230px;
    height: 230px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog_list.type2 .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.blog_list.type2 .content {
    width: calc(100% - 230px);
    height: 230px;
    float: left;
    border: 1px solid #ddd;
    border-left: none;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blog_list.type2 .content_inner {
    padding: 0 30px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog_list.type2 .item_head {
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 0px;
}

.blog_list.type2 .category,
.blog_list.type2 .prefecture {
    font-size: 12px;
    text-align: center;
    color: #fff;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blog_list.type2 .prefecture {
    background-color: #222;
}

.blog_list.type2 .title {
    font-weight: 600;
    line-height: 1.8;
    max-height: 5.4em;
    overflow: hidden;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all;
}

.blog_list.type2 .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blog_list.type2 .date {
    font-size: 12px;
    margin: 7px 0 0 0;
    padding: 0 0 0 22px;
    color: #999;
    position: relative;
}

.blog_list.type2 .date:before {
    font-family: 'footer_bar';
    content: '\e912';
    font-size: 13px;
    top: 0px;
    left: 0px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blog_list.type2 .client {
    padding-left: 0;
}

.blog_list.type2 .client:before {
    display: none;
}

body.single #main_col>article {
    background: #fff;
    padding: 30px;
}


/* ホバーアニメーション */
.blog_list.use_hover_animation .item {
    top: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.blog_list.use_hover_animation .item:hover {
    top: -3px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}


/* 投稿者ページ */
.pc body.author .author_profile {
    width: 1130px;
    margin: 60px auto 0;
}

.pc body.author .author_profile .name {
    margin: 0 0 15px 0;
}

.pc body.author .author_profile .desc {
    font-size: 16px;
}

.pc body.author .author_profile .avatar_area {
    width: 140px;
    height: 140px;
}

.pc body.author .author_profile .info {
    -webkit-width: calc(100% - 140px);
    width: calc(100% - 140px);
}

#author_page_headline {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    background: #000;
    color: #fff;
    width: 1130px;
    margin: 60px auto 0;
}


/* ページナビ */
.page_navi {
    margin: 20px 0 0 0;
    z-index: 10;
    position: relative;
    width: 100%;
}

.page_navi ul {
    margin: 0;
    font-size: 0;
    text-align: center;
}

.page_navi li {
    display: inline-block;
    margin: 0 -1px 0 0;
    vertical-align: top;
}

.page_navi a,
.page_navi span {
    color: #000;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}

.page_navi a:hover {
    /* モバイル端末では:hoverを強制削除するのでまとめず別に設定する */
    color: #000;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}

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

.page_navi span.dots {
    background: #fff;
    color: #333;
}

.page_navi span.current {
    color: #fff;
    background: #1fb7cf;
    border-color: #1fb7cf;
    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;
}


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




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

/* タイトルエリア */
#post_title {
    margin: 0 0 30px 0;
}

#post_title .title {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 500;
}

#post_title .date {
    font-size: 12px;
    position: relative;
    padding: 0 0 0 22px;
    color: #999;
}

#post_title .date:before {
    font-family: 'footer_bar';
    content: '\e912';
    font-size: 13px;
    top: 0px;
    left: 0px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#post_title .update {
    font-size: 12px;
    position: relative;
    padding: 0 0 0 32px;
    color: #999;
    margin: 0 0 0 10px;
    border-left: 1px solid #ddd;
}

#post_title .update:before {
    font-family: 'design_plus';
    content: '\e943';
    font-size: 14px;
    top: -1px;
    left: 10px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#post_title .category {
    font-size: 12px;
    text-align: center;
    color: #fff;
    z-index: 3;
    margin: 0 20px 0 0;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#post_title .meta_top {
    margin: 0 0 10px 0;
    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;
}

#post_image {
    width: 100%;
    height: 485px;
    position: relative;
    margin: 0 0 30px 0;
}

#post_image .category {
    font-size: 12px;
    text-align: center;
    color: #fff;
    /*position:absolute;*/
    z-index: 3;
    left: 0px;
    top: 0px;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* 本文 */
.post_content a:hover {
    text-decoration: none;
}


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

#single_share_top .share-top {
    margin: 0;
}

#single_share_bottom {
    margin: 40px 0px 0;
}

#single_share_bottom .share-btm {
    margin-bottom: 0 !important;
    padding: 0;
}

#single_share_top .mt10,
#single_share_top .mt10 {
    margin: 0 !important;
}

#single_share_bottom .mb45,
#single_share_bottom .mb45 {
    margin: 0 !important;
}

.share-type1 ul {
    text-align: left;
}

.share-type3 ul {
    text-align: left;
}

.share-type2 ul.type2 {
    text-align: left;
}

.share-type4 ul.type4 {
    text-align: left;
}

.sns_default_top {
    text-align: left;
}


/* コピーボタン */
.single_copy_title_url {
    text-align: center;
}

.single_copy_title_url_btn {
    background: #fff;
    border: 3px solid #ccc;
    cursor: pointer;
    line-height: 54px;
    min-width: 300px;
    padding: 0 15px;
    font-size: 14px;
    -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: 35px 0 0;
}


/* ページ分割 */
#post_pagination {
    margin: 0;
    padding: 10px 0 0 0;
    clear: both;
    font-size: 0;
    text-align: center;
}

#post_pagination a,
#post_pagination p {
    color: #000;
    background: #ffffff;
    border: 1px solid #ddd;
    font-size: 14px;
    display: inline-block;
    margin: 0 -1px 0 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#post_pagination p {
    position: relative;
    background: #000;
    border-color: #000;
    color: #fff;
}

#post_pagination a:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}


/* ページ分割（続きを読むver） */
#p_readmore {
    text-align: center;
    padding: 0;
    margin-bottom: -14px;
}

#p_readmore .button {
    background: #eee;
    color: #000;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    min-width: 220px;
    padding: 0 40px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#p_readmore .button:hover {
    background: #333;
    color: #fff;
}


/* メタ情報 */
#post_meta_bottom {
    margin: 40px 0 0;
    padding: 15px 30px;
    border: 1px solid #ddd;
    background: #fff;
}

#post_meta_bottom li {
    display: inline;
    margin: 0 10px 0 0;
    padding: 0 15px 0 25px;
    border-right: 1px solid #ddd;
    font-size: 12px;
    line-height: 1.8;
    position: relative;
}

#post_meta_bottom li:last-child {
    border: none;
    margin: 0;
}

#post_meta_bottom li:before {
    font-family: 'design_plus';
    color: #666;
    font-size: 15px;
    line-height: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}

#post_meta_bottom li.post_author:before {
    content: '\e90d';
}

#post_meta_bottom li.post_category:before {
    content: '\e92f';
}

#post_meta_bottom li.post_tag:before {
    content: '\e935';
}

#post_meta_bottom li.post_comment:before {
    content: '\e916';
    font-size: 20px;
    top: -3px;
    left: -2px;
}


/* プロフィール */
.author_profile {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 40px 0 0;
    position: relative;
    padding: 35px 40px;
    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;
}

.author_profile .avatar_area {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.author_profile img.avatar {
    display: block;
    width: 100%;
    height: auto;
    z-index: 2;
}

.author_profile .info {
    height: 100%;
    -webkit-width: calc(100% - 120px);
    width: calc(100% - 120px);
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.author_profile .info_inner {
    padding: 0 0 0 40px;
}

.author_profile .name {
    font-size: 22px;
    margin: 5px 0 10px 0;
    font-weight: 600;
}

.author_profile .desc {
    line-height: 2;
    margin: 0;
    font-size: 14px;
}

body.single #main_col .author_profile .desc {
    max-height: 4em;
    overflow: hidden;
    visibility: visible;
}

body.single #main_col .author_profile .desc span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.author_profile .author_link {
    margin: 10px 0 0 0;
    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.youtube a {
    width: 24px;
}

.author_profile .author_link li.youtube a:before {
    content: '\ea9d';
    font-family: 'footer_bar';
    font-size: 18px;
}

.author_profile .author_link li.contact a:before {
    content: '\f003';
}

.author_profile .author_link li.user_url a:before {
    content: '\e942';
    font-size: 15px;
}

.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;
}


/* 関連記事 */
#related_post {
    margin-top: 40px;
    margin-bottom: -22px;
    position: relative;
}

#related_post .post_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#related_post .item {
    width: calc(100% / 3 - 17px);
    margin: 0 25px 22px 0;
    position: relative;
    background-color: transparent;
}

#related_post .item:nth-of-type(3n) {
    margin-right: 0;
}

#related_post .image_wrap {
    margin: 0 0 15px 0;
    display: block;
    width: 100%;
    height: 150px;
    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 {
    font-size: 14px;
    line-height: 1.6;
    max-height: 3.2em;
    overflow: hidden;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all;
}

#related_post .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#related_post .category {
    font-size: 12px;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 4;
    left: 0px;
    top: 0px;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* ページ下部の記事一覧 */
#bottom_post_list {
    margin-top: 40px;
}


/* 広告 */
#single_banner_top {
    margin: 0 auto;
    padding: 10px 0 35px;
}

#single_banner_bottom {
    margin: 40px auto 0;
}

#single_banner_shortcode {
    margin: 0 auto;
    padding: 15px 0 45px;
}

img.single_banner_image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


/* ナビゲーション */
#next_prev_post {
    margin: 40px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#next_prev_post .item {
    height: 120px;
    width: 50%;
    position: relative;
}

#next_prev_post .item:first-of-type {
    margin-right: -1px;
}

#next_prev_post a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#next_prev_post .image_wrap {
    float: left;
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#next_prev_post .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#next_prev_post .title_area {
    float: left;
    width: calc(100% - 100px);
    height: 100px;
    position: relative;
}

#next_prev_post .title {
    font-size: 16px;
    line-height: 1.6;
    max-height: 3.2em;
    overflow: hidden;
    position: absolute;
    width: 100%;
    padding: 0 20px;
    visibility: visible;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;
}

#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 .image_wrap {
    float: right;
}

#next_prev_post .next_post .title {}




/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
#header {
    z-index: 300;
    position: relative;
    height: 160px;
}

#header_top {
    height: 100px;
    width: 1130px;
    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;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hide_global_menu #header {
    height: 100px;
}

.hide_global_menu.hide_header_title #header {
    border-bottom: 1px solid #ddd;
}


/* ロゴ */
#header_logo {}

#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;
    max-width: 135px;
    height: auto;
}

#header_logo img:hover {
    opacity: 0.5;
}

#header_logo .pc_logo_image.type1 {
    display: none;
}

#header_logo .pc_logo_image.type2 {
    display: block;
}

#header_logo .mobile_logo_image {
    display: none;
}

#header_logo .mobile_logo_text {
    display: none;
}

@media screen and (max-width: 1251px) {
    #header_logo img {
        width: 100px;
        height: auto;
    }
}


/* 説明文 */
#site_description {
    position: relative;
    font-weight: 500;
    display: none;
    margin: 0 40px;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
}

#site_description.show_desc_pc {
    display: block;
}

#site_description span {
    display: block;
    line-height: 1.6;
    position: relative;
}


/* 検索フォーム */
#header_search {
    width: 300px;
    height: 60px;
    position: relative;
    overflow: hidden;
}

#header_search {
    width: 300px;
    height: 60px;
    position: absolute;
    right: 190px;
    overflow: hidden;
}

#header_search .input_area input {
    width: 250px;
    height: 35px;
    padding: 5px 10px;
    border: none;
    background: none;
    background: #f2f2f2;
    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;
    border: #ddd solid 1px;
    font-size: 14px;
}

#header_search .input_area input {
    left: 0px;
}

#header_search:hover .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: #fff;
    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: #000;
    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 {}


/* グローバルメニュー */
#global_menu {
    text-align: center;
    width: 100%;
    height: 60px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#global_menu>ul {
    position: relative;
    margin: 0 auto;
    width: 1130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#global_menu>ul>li {
    position: relative;
    line-height: 1;
    text-align: center;
    font-size: 14px;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
}

#global_menu>ul>li>a {
    border-right: 1px solid #fff;
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
}

#global_menu>ul>li:first-of-type a {
    border-left: 1px solid #fff;
}

#global_menu ul ul {
    display: none;
    width: 100%;
    min-width: 240px;
    position: absolute;
    top: 60px;
    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 !important;
    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>li.current-menu-item>a {
    background: #000;
    color: #fff;
}

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


/* ドロワーメニュー */
#menu_button {
    display: none;
}

#drawer_menu {
    display: none;
}

#drawer_menu {
    margin-top: 60px;
}

#drawer_menu_btn-cls {
    display: none;
    width: 60px;
    height: 60px;
    background-color: #1fb7cf;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
}

#drawer_menu_btn-cls span:before {
    content: "";
    width: 30px;
    visibility: visible;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 2px;
    display: block;
    position: absolute;
}

#drawer_menu_btn-cls span:after {
    content: "";
    width: 30px;
    visibility: visible;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
    height: 2px;
    display: block;
    position: absolute;
}

html.mobile.open_menu #drawer_menu_btn-cls {
    display: block;
}


/* 固定ヘッダー */
.pc .header_fix {
    padding-top: 160px;
}

/* #header_inner height + #header margin bottom */
.pc .hide_header.header_fix {
    padding-top: 0;
}

.pc .header_fix #header {
    height: 60px;
    position: fixed;
    opacity: 1;
    top: 0px;
    left: 0px;
    z-index: 200;
    width: 100%;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
    -webkit-animation: slide_down_menu 0.5s ease !important;
    animation: slide_down_menu 0.5s ease !important;
}

.pc .header_fix #header_top {
    display: none;
}

.pc .hide_global_menu.header_fix #header {
    display: none;
}

.pc .hide_global_menu.header_fix {
    padding-top: 100px;
}

.pc .admin-bar.header_fix {
    padding-top: 190px;
}

@-webkit-keyframes slide_down_menu {
    0% {
        top: -60px;
    }

    100% {
        top: 0px;
    }
}

@keyframes slide_down_menu {
    0% {
        top: -60px;
    }

    100% {
        top: 0px;
    }
}


/* パンくずリンク */
#bread_crumb {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

#bread_crumb ul {
    width: 1130px;
    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: 60px;
    height: 59px;
    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: 59px;
    line-height: 60px;
    display: inline-block;
}

#bread_crumb li a:hover {}

#bread_crumb li.category a {
    display: none;
}

#bread_crumb li.category a:first-of-type,
#bread_crumb li.category a:only-of-type {
    display: inline-block;
}

#bread_crumb li.home a {
    position: relative;
    width: 16px;
}

#bread_crumb li.home a span {
    opacity: 0;
}

#bread_crumb li.home a:before {
    font-family: 'design_plus';
    content: '\e90c';
    font-size: 12px;
    display: inline-block;
    height: 100%;
    line-height: 1;
    top: 0px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* メッセージ */
#header_message {
    padding: 10px 0;
    position: relative;
}

#header_message.type1 .post_content {
    width: 1130px;
    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);
}

html.open_menu #header_message {
    display: none;
}




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


/* メガメニューA */
.megamenu_blog_list {
    opacity: 0;
    background: #000;
    pointer-events: none;
    width: 100%;
    height: 540px;
    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;
    width: 100%;
    overflow: hidden;
}

.megamenu_blog_list.active_mega_menu {
    opacity: 1;
    pointer-events: initial;
    top: 160px;
}

.pc .header_fix .megamenu_blog_list {
    top: 60px;
}

.pc .header_fix .megamenu_blog_list.active_mega_menu {
    top: 60px;
}

.megamenu_blog_list_inner {
    width: 1130px;
    height: 540px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.megamenu_blog_list .category_list {
    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;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.megamenu_blog_list .category_list li {
    text-align: center;
    height: 70px;
    line-height: 70px;
    cursor: pointer;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.megamenu_blog_list .category_list li a {
    display: block;
    background: none;
    padding: 0 5px;
    color: #000;
}

.megamenu_blog_list .category_list li.active a {
    background: none;
}

.megamenu_blog_list .category_list li+li {
    border-left: rgba(0, 0, 0, .1) solid 1px;
    margin-left: 1em;
    padding-left: 1em;
}

.megamenu_blog_list .post_list {
    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 .item {
    width: calc(100% / 3 - 14px);
    height: 137px;
    margin: 0 20px 20px 0;
    position: relative;
}

.megamenu_blog_list .item:nth-of-type(3n) {
    margin-right: 0;
}

.megamenu_blog_list .item a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
}

.megamenu_blog_list .image_wrap {
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    top: 20px;
    left: 20px;
}

.megamenu_blog_list .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.megamenu_blog_list .title_area {
    position: absolute;
    padding: 0 20px 0 140px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.megamenu_blog_list .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    max-height: 6em;
    overflow: hidden;
    visibility: visible;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    word-wrap: break-word;
    word-break: break-all;
}

.megamenu_blog_list .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.megamenu_blog_list .pr_label {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    color: #fff;
    text-align: center;
}

.megamenu_blog_list .client {
    font-size: 11px;
    color: #999;
}

.megamenu_blog_list .megamenu_blog_list_inner:has(>.category_list) {
    overflow: visible;
}

.megamenu_blog_list .category_list {
    margin: auto calc((100vw - 100%) / 2 * (-1));
    width: 100vw;
}

/* .megamenu_blog_list .category_list li a { color: #fff !important; } */
/* .megamenu_blog_list .category_list li.active a,
.megamenu_blog_list .category_list li a:hover { color: #f00 !important; } */

/* メガメニューB */
.megamenu_b_wrap {
    opacity: 0;
    background: #000;
    pointer-events: none;
    width: 100%;
    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_b_wrap.active_mega_menu {
    opacity: 1;
    pointer-events: initial;
    top: 160px;
}

.pc .header_fix .megamenu_b_wrap {
    top: 60px;
}

.pc .header_fix .megamenu_b_wrap.active_mega_menu {
    top: 60px;
}

.megamenu_carousel_wrap {
    padding: 0 0 27px;
}

.megamenu_carousel .headline {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
}

.megamenu_carousel {
    width: 1130px;
    margin: 0 auto;
    overflow: hidden;
}

.megamenu_carousel .post_list {
    width: 1160px;
    height: 166px;
    overflow: hidden;
    margin: 0 auto;
}

.megamenu_carousel .item {
    width: 25%;
    height: 166px;
    position: relative;
    margin: 0 30px 0 0;
}

.megamenu_carousel .item .link {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.megamenu_carousel .image_wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.megamenu_carousel .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.megamenu_carousel .item .link:before {
    content: '';
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 3;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.megamenu_carousel .title_area {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 4;
    color: #fff;
    padding: 10px 20px;
}

.megamenu_carousel .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.8;
    max-height: 3.6em;
    height: 3.6em;
    overflow: hidden;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all;
}

.megamenu_carousel .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.megamenu_carousel .date {
    font-size: 12px;
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 0 0 22px;
}

.megamenu_carousel .date:before {
    font-family: 'footer_bar';
    content: '\e912';
    font-size: 13px;
    top: 0px;
    left: 0px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.megamenu_carousel .client {
    padding-left: 0;
}

.megamenu_carousel .client:before {
    display: none;
}

.megamenu_carousel .category {
    font-size: 12px;
    text-align: center;
    color: #fff;
    /*position:absolute;*/
    z-index: 4;
    left: 0px;
    top: 0px;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.megamenu_carousel_wrap .nav {
    width: 1130px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

.megamenu_carousel_wrap .carousel_arrow.prev_item {
    top: 123px;
    left: -50px;
}

.megamenu_carousel_wrap .carousel_arrow.next_item {
    top: 123px;
    right: -50px;
}

.megamenu_page_wrap {
    border-top: 1px solid #555;
    padding: 0 0 30px 0;
}

.megamenu_page {
    width: 1130px;
    margin: 0 auto;
}

.megamenu_page .headline {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
}

.megamenu_page .page_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.megamenu_page .item {
    width: calc(100% / 3 - 20px);
    height: 100px;
    margin: 0 30px 0 0;
    position: relative;
}

.megamenu_page .item:nth-of-type(3n) {
    margin-right: 0;
}

.megamenu_page .item a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
}

.megamenu_page .image_wrap {
    float: left;
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.megamenu_page .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.megamenu_page .title_area {
    width: calc(100% - 100px);
    padding: 0 20px;
    float: left;
    height: 100px;
    position: relative;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.megamenu_page .item:nth-last-child(1) .title_area,
.megamenu_page .item:nth-last-child(2) .title_area,
.megamenu_page .item:nth-last-child(3) .title_area {
    border: none;
}

.megamenu_page .title {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    max-height: 6em;
    overflow: hidden;
    visibility: visible;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    word-wrap: break-word;
    word-break: break-all;
}

.megamenu_page .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}




/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */

/* カルーセル */
#footer_carousel {
    background: #177988 !important;
    height: 184px;
    position: relative;
}

#footer_carousel .post_list {
    width: 1130px;
    height: 184px;
    overflow: hidden;
    margin: 0 auto;
}

#footer_carousel .item {
    width: 25%;
    height: 184px;
    position: relative;
}

#footer_carousel .item .link {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

#footer_carousel .image_wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#footer_carousel .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#footer_carousel .item .link:before {
    content: '';
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 3;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

#footer_carousel .title_area {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 4;
    color: #fff;
    padding: 10px 20px;
}

#footer_carousel .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.8;
    max-height: 3.6em;
    height: 3.6em;
    overflow: hidden;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all;
}

#footer_carousel .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#footer_carousel .date {
    font-size: 12px;
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 0 0 22px;
}

#footer_carousel .date:before {
    font-family: 'footer_bar';
    content: '\e912';
    font-size: 13px;
    top: 0px;
    left: 0px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#footer_carousel .client {
    padding-left: 0;
}

#footer_carousel .client:before {
    display: none;
}

#footer_carousel .category {
    font-size: 12px;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 4;
    left: 0px;
    top: 0px;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* 矢印 */
#footer_carousel .nav {
    width: 1130px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

#footer_carousel .carousel_arrow.prev_item {
    top: 73px;
    left: -50px;
}

#footer_carousel .carousel_arrow.next_item {
    top: 73px;
    right: -50px;
}

.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: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    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: #aaa;
}


/* ページ上部へ戻るボタン */
#return_top {}

#return_top a {
    background: #000;
    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);
}

body.has_footer_cta #return_top.active {
    -webkit-transform: translate3d(0, -120px, 0);
    transform: translate3d(0, -120px, 0);
}

@media screen and (max-width:750px) {
    #return_top.active {
        -webkit-transform: translate3d(0, -120%, 0);
        transform: translate3d(0, -120%, 0);
    }
}

/* フッターウィジェット */
#footer_widget {
    background: #f0f0f0;
}

#footer_widget_inner {
    width: 1130px;
    margin: 0 auto;
    padding: 60px 0 20px;
}

#footer_widget .widget_content {
    width: calc(100% / 3 - 26px);
    margin: 0 38px 40px 0;
    float: left;
}

#footer_widget .widget_content:nth-child(3n) {
    margin-right: 0;
}

#footer_widget .widget_headline {
    padding: 0;
    margin: 0 0 6px 0;
    border-left: none;
}


/* メニュー */
#footer_menu {
    text-align: center;
    padding: 23px 0 13px;
}

#footer_menu li {
    display: inline-block;
    margin: 0 18px 10px;
    font-size: 14px;
}

/* 最下部のメニュー */
#footer_menu_bottom {
    background: #f3f3f3;
    text-align: center;
    padding: 23px 0 13px;
}

#footer_menu_bottom li {
    display: inline-block;
    margin: 0 18px 10px;
    font-size: 14px;
}


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


/* SNSボタン */
#footer_sns {
    position: absolute;
    left: 0px;
    top: 20px;
}

.footer_sns {
    font-size: 0;
    z-index: 20;
    text-align: center;
}

.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.youtube a {
    width: 20px;
}

.footer_sns li.youtube a:before {
    content: '\ea9d';
    font-family: 'footer_bar';
}

.footer_sns li.contact a:before {
    content: '\f003';
}

.footer_sns li.rss a:before {
    content: '\e90b';
}


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


/* フッターバー */
#dp-footer-bar {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    width: 100%;
}

.open_menu #dp-footer-bar {
    display: none;
}

.dp-footer-bar-type1 #dp-footer-bar {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    pointer-events: none;
}

.dp-footer-bar-type1 #dp-footer-bar.active {
    opacity: 1;
    pointer-events: visible;
}

.dp-footer-bar-type2 #dp-footer-bar {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.dp-footer-bar-type2 #dp-footer-bar.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* フッターバー アイコン無しタイプ */
#dp-footer-bar {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#dp-footer-bar a {
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 0 20px;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
}




/* ----------------------------------------------------------------------
 ウィジェット
---------------------------------------------------------------------- */
/* 基本設定 */
.widget_content {
    margin: 0 0 40px 0;
}

.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;
}

.widget_content a:hover {}

.widget_content img {
    height: auto;
    max-width: 100%;
}

.widget_headline {
    font-weight: 600;
    font-size: 18px;
    padding: 0 0 0 18px;
    margin: 0 0 20px 0;
    height: 40px;
    line-height: 40px;
    border-left: 4px solid #000;
}


/* 広告 */
.tcd_ad_widget {
    border: 1px solid #ddd;
    /*padding:24px;*/
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tcd_ad_widget img {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}


/* カレンダー */
#calendar_wrap {
    background: #fff;
    padding: 20px;
}

#wp-calendar {
    margin: 0 auto;
    width: 100%;
    font-size: 11px;
    border-collapse: separate;
    table-layout: fixed;
}

#wp-calendar th,
#wp-calendar td {
    padding: 2px;
    line-height: 3.4;
    text-align: center;
}

#wp-calendar td a {
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    background-color: #eee;
}

#wp-calendar td a:hover {
    text-decoration: none;
    color: #fff;
    background: #aaa;
}

#wp-calendar caption {
    padding: 7px 0;
}

#wp-calendar thead th,
#wp-calendar tfoot td {
    border: none;
    padding: 0;
    line-height: 2;
}

#wp-calendar #prev,
#wp-calendar #next {
    line-height: 3;
}

#wp-calendar #prev a,
#wp-calendar #next a {
    text-decoration: none;
    background: none;
}

#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {}

#wp-calendar td#today {
    font-weight: bold;
}


/* デザインされた記事一覧1 */
.styled_post_list1 {}

.styled_post_list1 li {
    margin: 0;
    padding: 0;
    position: relative;
}

.styled_post_list1 li:last-child {
    margin: 0;
}

.styled_post_list1 a {
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
    background: #fff !important;
    position: relative;
}

.styled_post_list1 .image_wrap {
    float: left;
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.styled_post_list1 .image {
    width: 100%;
    height: 100px !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% - 100px);
    height: 100px;
    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: 3.6em;
    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;
    word-wrap: break-word;
    word-break: break-all;
}

.styled_post_list1 .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.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 .rank {
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
    background: #fff;
}

.styled_post_list1 .category {
    font-size: 12px;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}


/* タブ記事 */
.widget_tab_post_list_button {
    position: relative;
    z-index: 2;
    width: calc(100% - 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.widget_tab_post_list_button a {
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #ddd;
    margin-right: -1px;
    display: block;
    background: #f7f7f7;
    position: relative;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
}

.widget_tab_post_list_button a:first-of-type {
    border-left: 1px solid #ddd;
}

.widget_tab_post_list_button a.active {
    background: #fff;
    color: #000;
    pointer-events: none;
    border-bottom: 1px solid #fff;
}

.widget_tab_post_list_button a:hover {
    color: #fff !important;
}

.widget_tab_post_list {
    display: none;
    border: 1px solid #ddd;
    border-top: none;
    position: relative;
    padding: 50px 20px 30px;
    background: #fff;
}

.widget_tab_post_list ol {
    margin: -10px 0 10px 0;
    padding: 0;
    height: 306px;
    overflow: hidden;
}

#footer .widget_tab_post_list ol {
    height: 204px;
}

.widget_tab_post_list li {
    margin: 10px 0 10px 0;
    padding: 0;
    position: relative;
}

.widget_tab_post_list a {
    display: block;
    width: 100%;
    height: 80px;
    position: relative;
}

.widget_tab_post_list .image_wrap {
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.widget_tab_post_list .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.widget_tab_post_list .title_area {
    width: calc(100% - 80px);
    height: 80px;
    float: left;
    position: relative;
}

.widget_tab_post_list .title_area_inner {
    position: absolute;
    padding: 0 0 0 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget_tab_post_list .title {
    font-size: 14px;
    line-height: 1.8;
    max-height: 5.4em;
    font-weight: 500;
    word-break: break-all;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.widget_tab_post_list .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.widget_tab_post_list .ad_item .title {
    max-height: 3.6em;
}

.widget_tab_post_list .ad_item .title span {
    -webkit-line-clamp: 2;
}

.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 .category {
    display: inline-block;
    text-align: center;
    font-size: 11px;
    color: #fff;
    width: 80px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.tab_widget_nav {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    overflow: hidden;
}

.tab_widget_nav:before {
    font-family: 'design_plus';
    color: #000;
    font-size: 14px;
    display: block;
    text-align: center;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.tab_widget_nav:hover:before {
    color: #ccc;
}

.tab_widget_nav.prev_item:before {
    content: '\e911';
}

.tab_widget_nav.next_item:before {
    content: '\e90e';
}

.tab_widget_nav.prev_item {
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
}

.tab_widget_nav.next_item {
    bottom: 1px;
    left: 0;
    right: 0;
    margin: auto;
}


/* プロフィール （記事のユーザープロフィールと共有）*/
.profile_widget .author_profile {
    display: block;
    margin: 0 !important;
    padding: 40px 40px 35px;
    background: #fff;
    width: 100% !important;
}

.profile_widget .author_profile .avatar_area {
    width: 120px !important;
    height: 120px !important;
    float: none;
    margin: 0 auto 20px;
}

.profile_widget .author_profile .info {
    height: auto;
    width: 100% !important;
}

.profile_widget .author_profile .info_inner {
    padding: 0;
    position: relative;
    top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.profile_widget .author_profile .name {
    font-size: 22px;
    margin: 0 0 13px 0 !important;
    text-align: center;
    font-weight: 600;
}

.profile_widget .author_profile .desc {
    font-size: 14px !important;
    max-height: inherit;
    overflow: visible;
}

.profile_widget .author_profile .desc span {
    -webkit-line-clamp: none;
}

.profile_widget .author_profile .author_link {
    margin: 15px 0 0 0;
    text-align: center;
}

.profile_widget .author_profile .author_link li {
    margin: 0 7px;
}


/* アーカイブ ドロップダウン */
.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 {}

.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;
    border: 1px solid #ddd;
}

.p-dropdown__list li a:hover {}

.p-dropdown__list li li a {
    padding-left: 32px;
}

.p-dropdown__list li li li a {
    padding-left: 46px;
}

.p-dropdown__list li li li li a {
    padding-left: 60px;
}

.p-dropdown__list .child_menu_button {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    cursor: pointer;
}

.p-dropdown__list .child_menu_button:before {
    font-family: 'design_plus';
    content: '\e90e';
    text-align: center;
    display: block;
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: 18px;
    top: 20px;
}

.p-dropdown__list li.active>.child_menu_button:before {
    content: '\e911';
}

.p-dropdown__list .child_menu_button:hover {
    color: #ccc;
}


/* 記事スライダー */
.post_slider_widget .post_slider {
    height: 230px;
    position: relative;
    background: #fff;
}

.post_slider_widget .item {
    width: 100%;
    height: 230px;
    position: relative;
}

.post_slider_widget .item .link {
    display: block;
    width: 100%;
    height: 230px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.post_slider_widget .image_wrap {
    display: block;
    width: 100%;
    height: 100%;
    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 .image:before {
    content: '';
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.post_slider_widget .title_area {
    padding: 0 20px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 0px;
    z-index: 3;
}

.post_slider_widget .title {
    line-height: 1.8;
    font-size: 16px;
    overflow: hidden;
    max-height: 3.6em;
    font-weight: 600;
    word-wrap: break-word;
    word-break: break-all;
}

.post_slider_widget .title span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.post_slider_widget .date {
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #eee;
}

.post_slider_widget .slick-dots {
    position: absolute;
    bottom: 18px;
    left: 0px;
    width: 100%;
    z-index: 10;
    text-align: center;
}

.post_slider_widget .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    font-size: 12px;
}

.post_slider_widget .slick-dots button {
    cursor: pointer;
    border: none;
    color: transparent;
    width: 10px;
    height: 10px;
    display: block;
    font-size: 0;
    background: none;
    position: relative;
}

.post_slider_widget .slick-dots button::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.post_slider_widget .slick-dots .slick-active button::before {
    background: #aaa;
}

.post_slider_widget .slick-dots button:hover::before {
    background: #aaa;
}

.post_slider_widget .category {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    width: 80px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.post_slider_widget .item.ads .title {
    margin-top: 30px;
}


/* カテゴリー一覧 */
.category_list_widget ul {
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-bottom: none;
}

.category_list_widget ul ul {
    margin: 0;
    padding: 0;
    border: none;
}

.category_list_widget li {
    font-size: 14px;
    margin: 0;
    padding: 0;
    position: relative;
}

.category_list_widget li a {
    display: block;
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 0 5px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.category_list_widget li li a {
    padding-left: 34px;
}

.category_list_widget li li li a {
    padding-left: 48px;
}

.category_list_widget li a:hover {
    padding-left: 34px;
}

.category_list_widget li li a:hover {
    padding-left: 48px;
}

.category_list_widget li li li a:hover {
    padding-left: 62px;
}

.category_list_widget li .title {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 18px;
}

.category_list_widget li .count {
    display: block;
    height: 30px;
    line-height: 30px;
    min-width: 52px;
    text-align: center;
    font-size: 11px;
    color: #000;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.35s ease;
    transition: background 0.2s ease;
}

.category_list_widget li a:hover .count {
    border-color: #000;
    background: #000;
    color: #fff;
}


/* 検索 */
.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 {}


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

.widget_recent_entries li:last-child {
    border: none;
    padding: 0;
}




/* ----------------------------------------------------------------------
 404ページ
---------------------------------------------------------------------- */
#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;
    line-height: 1.4;
    font-weight: 500;
}

#page_404_header .desc {
    font-size: 16px;
    line-height: 2;
    margin: 15px 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;
    }
}




/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments {
    margin: 0 auto;
    padding: 40px 0 0;
}


/* コメント・トラックバックのタブ */
#comment_header {
    position: relative;
    margin: 0 0 20px;
}

#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: 14px;
    padding: 20px 15px;
    line-height: 1.6;
    display: block;
    text-decoration: none;
    background: #f3f3f3;
    color: #000;
}

#comment_tab li a:hover {
    color: #fff;
    background: #999;
}

#comment_tab li.active a {
    background: #000;
}

#comment_tab li.active a,
#comment_header #comment_closed p {
    color: #fff;
    position: relative;
}

#comment_tab li.active a {
    pointer-events: none;
}


/*  コメントの基本部分 */
.commentlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.comment {
    margin: 0 0 15px;
    padding: 15px 20px 0;
    background: #fff;
    border: 1px solid #ddd;
}

#comments .post_content {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 14px;
}


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

.comment-meta-left {
    float: left;
    width: 100%;
}

#comments .avatar {
    float: left;
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.comment-name-date {
    padding: 3px 0 0 0;
    height: 37px;
}

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

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

.comment-name-date {
    margin: 0;
    font-size: 12px;
}

.comment-date {
    color: #888;
    margin: 10px 0 0 0;
}

.comment-act {
    font-size: 12px;
    position: absolute;
    right: 0px;
    padding: 0;
    margin: 5px 0 0 0;
}

.comment-act li {
    display: inline;
    margin: 0;
}

.comment-reply a,
.comment-reply a:visited {
    border-right: 1px solid #aaa;
    padding: 0 10px 0 0;
    margin: 0 6px 0 0;
}

.comment-edit a,
.comment-edit a:visited {
    border-left: 1px solid #aaa;
    padding: 0 0 0 10px;
    margin: 0 0 0 6px;
}


/* コメント本文 */
#comments .post_content p {
    margin: 0 0 15px 0;
}

#comments .post_content blockquote span {
    margin: 0 0 -1em 0;
    display: block;
}


/* メッセージ、警告文 */
.comment-note {
    display: block;
    font-size: 11px;
    margin: 0 0 1em 0;
    color: #33a8e5;
    border: 1px solid #94ddd4;
    padding: 10px 15px;
    background: #d6f4f0;
}

.comment_closed {
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 35px 15px 0;
    padding: 15px;
    background: #fefefe;
}

.no_comment {
    padding-bottom: 15px;
}

.comment_message {
    margin: 0 0 25px 0;
}


/* トラックバック */
.commentlist .ping-link {
    margin: 0 0 25px 0;
}

.commentlist .ping-meta {
    margin: 0 0 15px 0;
}

#trackback_url_area {
    margin: 0 0 25px 0;
}

#trackback_url_area label {
    font-size: 11px;
    display: block;
    margin: 0 0 5px 0;
}

#trackback_url_area input {
    border: 1px solid #ddd;
    padding: 5px 10px;
    width: 100%;
}


/* ページナビ */
#comment_pager {
    margin: 0 0 10px;
    height: 24px;
}

#comment_pager a,
#comment_pager span {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
}

#comment_pager .current {
    text-decoration: underline;
}


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

.comment .comment_form_wrapper {
    margin: 0 0 20px;
}

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

#cancel_comment_reply a:hover {
    background: #222;
    color: #fff;
}

#comment_user_login p {
    padding: 5px 0;
    margin: 0;
    line-height: 1;
    font-size: 12px;
}

#comment_user_login span {
    margin: 0 0 0 40px;
}

#comment_login {
    margin: 0;
    padding: 3px 30px 10px 30px;
}

#comment_login p {
    margin: 0;
    padding: 12px 0 11px 36px;
    line-height: 1;
}

#comment_login a {
    margin: 0 0 0 20px;
    padding: 0;
}

#guest_info {
    padding: 0;
    width: 100%;
}

#guest_info div {
    margin: 0 0 12px 0;
    text-align: left;
}

#guest_info input {
    margin: 0;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1) inset;
}

#guest_info input:focus {
    border: 1px solid #999;
}

#guest_info label {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 12px;
}

#guest_info span {
    margin: 0 10px 0 0;
}

#comment_textarea textarea {
    margin: 15px 0 0;
    width: 100%;
    height: 150px;
    font-size: 12px;
    overflow: auto;
    padding: 10px;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1) inset;
}

#comment_textarea textarea:focus {
    border: 1px solid #999;
}

#submit_comment_wrapper {
    text-align: center;
}

#submit_comment {
    color: #000;
    background: #eee;
    border: none;
    cursor: pointer;
    font-size: 14px;
    width: 200px;
    height: 50px;
    margin: 15px auto 0;
    display: block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#submit_comment:hover {
    background: #222;
    color: #fff;
}

#input_hidden_field {
    display: none;
}


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

.password_protected p {
    font-size: 12px;
    margin: 0;
    line-height: 1.6;
}




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

    100% {
        opacity: 1;
        bottom: 0;
    }
}

@keyframes slideUp {
    0% {
        bottom: -30px;
    }

    100% {
        opacity: 1;
        bottom: 0;
    }
}


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

    100% {
        transform: scale(1.3);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(1.3);
    }
}


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

    100% {
        transform: scale(1.0);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1.0);
    }
}


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

    100% {
        opacity: 1;
    }
}

@keyframes opacityAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


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

    100% {
        opacity: 0;
    }
}

@keyframes opacityAnimation2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


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

    100% {
        opacity: 1;
        right: 0;
    }
}

@keyframes moveRight {
    0% {
        opacity: 0;
        right: 30px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}


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

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes moveLeft {
    0% {
        opacity: 0;
        left: 30px;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}


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

    100% {
        transform: none;
        opacity: 1;
    }
}

@keyframes popUp {
    0% {
        transform: scale(.1);
        opacity: 0;
    }

    100% {
        transform: none;
        opacity: 1;
    }
}



/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
/* alignment */
.post_content .alignright {
    float: right;
}

.post_content .alignleft {
    float: left;
}

.post_content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
}

.post_content blockquote.alignleft,
.post_content img.alignleft {
    margin: 7px 24px 7px 0;
}

.post_content .wp-caption.alignleft {
    margin: 7px 14px 7px 0;
}

.post_content blockquote.alignright,
.post_content img.alignright {
    margin: 7px 0 7px 24px;
}

.post_content .wp-caption.alignright {
    margin: 7px 0 7px 14px;
}

.post_content blockquote.aligncenter,
.post_content img.aligncenter,
.post_content .wp-caption.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px;
}


/* text and headline */
.post_content p {
    line-height: 2.4;
    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;
    padding: 0;
    font-weight: 600;
}

.post_content h1 {
    font-size: 30px;
    margin: 0 0 35px 0;
    text-align: center;
}

.post_content h2 {
    font-size: 28px;
    margin: 0 0 35px 0;
    text-align: center;
}

.post_content h3 {
    font-size: 26px;
    margin: 0 0 35px 0;
}

.post_content h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
}

.post_content h5 {
    font-size: 20px;
    margin: 0 0 30px 0;
}

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

@media screen and (max-width:750px) {
    .post_content h1 {
        font-size: 24px;
    }

    .post_content h2 {
        font-size: 22px;
    }

    .post_content h3 {
        font-size: 20px;
    }

    .post_content h4 {
        font-size: 18px;
    }

    .post_content h5 {
        font-size: 16px;
    }

    .post_content h6 {
        font-size: 14px;
    }
}


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

.post_content ul,
.post_content ol,
.post_content dl {
    margin-bottom: 24px;
}

.post_content ol {
    list-style: decimal outside none;
    margin-left: 1.5em;
}

.post_content ul {
    list-style: circle outside none;
    margin-left: 1.3em;
}

.post_content li>ul,
.post_content li>ol {
    margin-bottom: 0;
}

.post_content dt {
    font-weight: bold;
}

.post_content dd {
    margin-bottom: 1em;
}


/* table */
.post_content table {
    margin: 0 0 24px 0;
    width: 100% !important;
}

.post_content td,
.post_content th {
    border: 1px solid #ddd;
    padding: 17px 25px;
    line-height: 2.2;
    background: #fff;
}

.post_content th {
    background: #f7f7f7;
    font-weight: normal;
}

/* table style */
.post_content table.table_no_border th,
.post_content table.table_no_border td {
    border: none;
    padding-left: 0;
}

.post_content table.table_border_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;
}


/* パスワード保護 */
.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 {
    color: #fff;
}

.post_content .c-pw__btn:hover {
    color: #fff;
}


/* Cardlink style - カードリンクのスタイル */
.cardlink {
    word-wrap: break-word;
    max-width: 100%;
    margin: 45px 0 !important;
    padding: 12px;
    border: 1px solid #ddd;
    background: #fafafa;
}

.cardlink_thumbnail {
    margin-right: 20px;
    float: left;
}

.cardlink_content {
    line-height: 1.6;
}

.cardlink_timestamp {
    display: inline;
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 12px;
    line-height: 1.6;
    vertical-align: top;
}

.cardlink_title {
    margin: 0 0 5px;
    font-size: 14px;
}

.cardlink_title a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.cardlink_title a:hover {
    text-decoration: underline;
}

.cardlink_excerpt {
    overflow: hidden;
    color: #333;
    font-size: 12px;
    line-height: 1.8;
}

.cardlink_footer {
    clear: both;
}

.clear {
    clear: both;
}

@media screen and (max-width: 767px) {
    .cardlink_thumbnail {
        float: none;
    }

    .cardlink_timestamp {
        line-height: 2.4;
        vertical-align: middle;
    }

    .cardlink_excerpt {
        float: none;
    }
}


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




/* ----------------------------------------------------------------------
 CTA
---------------------------------------------------------------------- */
/* type1 */
.cta_type1 {
    width: 100%;
    height: 250px;
    margin: 40px 0 0;
    position: relative;
}

.cta_type1 a {
    display: block;
    width: 100%;
    height: 100%;
}

.cta_type1 a.no_link {
    pointer-events: none;
}

.cta_type1 .image_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cta_type1 .image_wrap .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.cta_type1 .image.mobile {
    display: none;
}

.cta_type1 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
}

.cta_type1 .catch {
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
    position: absolute;
    font-weight: 600;
    z-index: 3;
    text-align: center;
    color: #fff;
    padding: 0 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* type2 */
.cta_type2 {
    width: 100%;
    height: 250px;
    margin: 40px 0 0;
    position: relative;
}

.cta_type2 .link {
    display: block;
    width: 50%;
    height: 100%;
    float: left;
    background: #000;
    position: relative;
}

.cta_type2 .link.no_link {
    pointer-events: none;
}

.cta_type2 .image_wrap {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
}

.cta_type2 .image_wrap .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.cta_type2 .image.mobile {
    display: none;
}

.cta_type2 .catch {
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
    position: absolute;
    font-weight: 500;
    color: #fff;
    padding: 0 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* type3 */
.cta_type3 {
    width: 100%;
    height: 250px;
    margin: 40px 0 0;
    position: relative;
}

.cta_type3 .link {
    display: block;
    width: 100%;
    height: 50%;
    float: left;
    position: relative;
    border: 1px solid #ddd;
    border-top: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cta_type3 .link.no_link {
    pointer-events: none;
}

.cta_type3 .image_wrap {
    width: 100%;
    height: 50%;
    position: relative;
    overflow: hidden;
    float: left;
}

.cta_type3 .image_wrap .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.cta_type3 .image.mobile {
    display: none;
}

.cta_type3 .catch {
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
    position: absolute;
    font-weight: 500;
    text-align: center;
    padding: 0 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* footer cta */
/* body.display_footer_cta { padding-bottom:100px; } */
#js-footer-cta {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 120px;
    width: 100%;
    z-index: 9999;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

#js-footer-cta.is-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#js-footer-cta {
    -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;
}

.footer_cta_type2,
.footer_cta_type3 {}

#js-footer-cta .catch {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 40px;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
}

#js-footer-cta__btn {
    font-size: 16px;
    display: inline-block;
    margin-right: 50px;
    font-weight: 600;
    min-width: 300px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#js-footer-cta__close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0px;
    width: 50px;
    height: 120px;
    line-height: 120px;
    margin: auto;
    text-align: center;
}

#js-footer-cta__close:before {
    content: "\e91a";
    font-family: "design_plus";
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#js-footer-cta__close:hover:before {}

#js-footer-cta .image_wrap {
    width: 50%;
    height: 120px;
    position: relative;
    overflow: hidden;
}

#js-footer-cta .image_wrap_inner {
    width: 100%;
    height: 100%;
    position: relative;
}

#js-footer-cta .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#js-footer-cta .image.mobile {
    display: none;
}

#js-footer-cta .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
}

#js-footer-cta .image_wrap .catch {
    flex: none;
    position: absolute;
    left: 0px;
    z-index: 3;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#js-footer-cta .image_wrap.use_angle .catch {
    margin-right: 80px;
}

#js-footer-cta .button_wrap {
    width: 50%;
    height: 120px;
    text-align: center;
    line-height: 120px;
}

#js-footer-cta .image_wrap {}

#js-footer-cta .image_wrap_inner {}


/* home */
body.home .tab_post_list_widget {
    display: none;
}

body:not(.home) .styled_post_list1_widget {
    display: none;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

.ly_df {
    display: flex;
}

/* bl_conversion */
.bl_conversion * {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 800;
    line-height: 1.6;
}

.bl_conversion *,
.bl_conversion *:before,
.bl_conversion *:after {
    box-sizing: border-box;
}


.bl_conversion {
    background: #fff url(/assets/img/conversion/bg_conversion@2x.png);
    background: #fff url(/assets/img/conversion/bg_conversion@2x.webp);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 35px 0 80px;
    /*   margin-top: 60px; */
}

.bl_conversion img {
    height: auto;
}

.bl_conversion_inner {
    max-width: 1240px;
    margin: auto;
}

.bl_conversion_ttl {
    position: relative;
}

.bl_conversion_ttl p {
    margin: auto;
}

.bl_conversion_ttl p.lead_ttl {
    width: 72.53%;
    max-width: 915px;
    padding-bottom: 27.05%;
    max-height: 342px;
}

.bl_conversion_ttl p.lead_ttl img {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 25.68%;
    max-width: 324.95px;
}

.bl_conversion_ttl p.campaign_ttl {
    margin-top: 3.42%;
}

.bl_conversion_ttl h2 {
    position: absolute;
    width: 68.11%;
    max-width: 859px;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bl_conversion_ttl h2 picture {
    width: 100%;
}

.bl_conversion_ttl h2 picture img {
    display: block;
    margin: auto;
    width: 100%;
}

.bl_conversion_ttl h2 picture:first-of-type img {
    width: 49.89%;
    max-width: 630px;
}

.bl_conversion_btn {
    margin-top: 2.42%;
}

.bl_conversion_kaikore .bl_conversion_ttl .lead_ttl {
    background: url(/assets/img/conversion/fukidashi_kaikore.png);
    background: url(/assets/img/conversion/fukidashi_kaikore.webp);
    background-size: 87.21%;
    background-position: top left;
    background-repeat: no-repeat;
}

.bl_conversion_lulupen .bl_conversion_ttl .lead_ttl {
    background: url(/assets/img/conversion/fukidashi_lulupen.png);
    background: url(/assets/img/conversion/fukidashi_lulupen.webp);
    background-size: 86.66%;
    background-position: top left 14.5%;
    background-repeat: no-repeat;
}

.bl_conversion_staff {
    background: #D3ECFF url(/assets/img/conversion/bg_staff_conversion.svg) !important;
    background-position: left 0 top 0;
    background-repeat: repeat;
    background-size: auto;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.bl_conversion_staff .bl_conversion_ttl p.lead_ttl {
    background: url(/assets/img/conversion/fukidashi_staff.png);
    background: url(/assets/img/conversion/fukidashi_staff.webp);
    background-size: 87.21%;
    background-position: top left;
    background-repeat: no-repeat;
}

.bl_conversion_staff .bl_conversion_ttl p.lead_ttl img {
    width: 25.94vw;
    max-width: 373.59px;
    top: 21.5%;
    left: 51.5%;
}

.bl_conversion_staff .bl_conversion_ttl h2 {
    position: absolute;
    width: 66.89vw;
    max-width: 963.2px;
    top: 64.2%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bl_conversion_staff .bl_conversion_ttl h2 picture {
    width: 100%;
}

.bl_conversion_staff .bl_conversion_ttl h2 picture img {
    margin: auto;
    width: 100%;
}

.bl_conversion_staff .bl_conversion_ttl h2 picture:first-of-type img {
    width: 43.77vw;
    max-width: 630px;
}

body.organize .bl_conversion_staff {
    background: #F8E6FF url(/assets/img/conversion/bg_staff_conversion02.svg) !important;
}

@media screen and (max-width: 767px) {
    .bl_conversion {
        background: #fff url(/assets/img/conversion/bg_conversion_sp.png);
        background: #fff url(/assets/img/conversion/bg_conversion_sp.webp);
        background-size: 100% 100%;
        background-position: center;
        padding: 8vw 5.33vw 13.33vw;
        margin: 8vw calc((100vw - 100%) / 2 * (-1)) 0;
    }

    .bl_conversion_ttl p.lead_ttl {
        width: 100%;
        max-width: 100%;
        height: 59.75vw;
        max-height: 59.75vw;
    }

    .bl_conversion_ttl p.lead_ttl img {
        top: 11.5%;
        width: 41.94vw;
        max-width: 41.94vw;
    }

    .bl_conversion_ttl p.campaign_ttl {
        margin: 37.87vw calc(50% - 47.33vw) 0;
    }

    .bl_conversion_ttl h2 {
        width: 84vw;
        max-width: 84vw;
        top: 64.5%;
        left: 50%;
    }

    .bl_conversion_ttl h2 picture img {
        margin: 0.67vw auto 0;
    }

    .bl_conversion_ttl h2 picture:first-of-type img {
        width: 82.57vw;
        max-width: 82.57vw;
        margin: 0 auto;
    }

    .bl_conversion_btn {
        margin-top: 5.33vw;
    }

    .bl_conversion_kaikore .bl_conversion_ttl .lead_ttl {
        background: url(/assets/img/conversion/fukidashi_kaikore_sp.png);
        background: url(/assets/img/conversion/fukidashi_kaikore_sp.webp);
        background-size: 79.38vw;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .bl_conversion_lulupen .bl_conversion_ttl .lead_ttl {
        background: url(/assets/img/conversion/fukidashi_lulupen_sp.png);
        background: url(/assets/img/conversion/fukidashi_lulupen_sp.webp);
        background-size: 79.38vw;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .bl_conversion_staff {
        background-size: 12.8% !important;
    }

    .bl_conversion_staff .bl_conversion_ttl p.lead_ttl {
        background: url(/assets/img/conversion/fukidashi_staff_sp.png);
        background: url(/assets/img/conversion/fukidashi_staff_sp.webp);
        background-size: 79.38vw;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .bl_conversion_staff .bl_conversion_ttl p.lead_ttl img {
        width: 52.27vw;
        max-width: 52.27vw;
        top: 13vw;
        left: 50%;
    }

    .bl_conversion_staff .bl_conversion_ttl p.campaign_ttl {
        margin: 32.87vw calc(50% - 47.33vw) 0;
    }

    .bl_conversion_staff .bl_conversion_ttl h2 {
        width: 100%;
        max-width: 100%;
        top: 73vw;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .bl_conversion_staff .bl_conversion_ttl h2 picture {
        width: 100%;
    }

    .bl_conversion_staff .bl_conversion_ttl h2 picture img {
        margin: auto;
        width: 100%;
    }

    .bl_conversion_staff .bl_conversion_ttl h2 picture:first-of-type img {
        width: 79.58vw;
        max-width: 79.58vw;
    }

    body.home .bl_conversion {
        margin-bottom: 20vw;
    }

    body.organize .bl_conversion_staff {
        background-size: 12.8% !important;
    }
}

/* .bl_btn */
.bl_btn_assess {
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
}

.bl_btn_assess a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    max-width: 610px;
    width: 49.19%;
    height: 13.71vw;
    max-height: 130px;
    border: #000 solid 4px;
    border-radius: 85px;
    box-shadow: 0 4px 0 #000;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: auto;
}

.bl_btn_assess a.btn_red {
    background: rgb(255, 79, 38);
    background: linear-gradient(180deg, rgb(255, 79, 38) 0%, rgb(255, 5, 0) 100%);
    color: #fff;
}

.bl_btn_assess a.btn_red:hover {
    opacity: 1;
    /* background: #ff6d4e;*/
}

.bl_btn_assess a.btn_green {
    margin: 0;
    background: rgb(38, 212, 126);
    background: linear-gradient(180deg, rgb(38, 212, 126) 0%, rgb(0, 205, 104) 100%);
    color: #fff;
}

.bl_btn_assess a.btn_green:hover {
    opacity: 1;
    /* background: #ff6d4e;*/
}

.bl_btn_assess a.btn_green small {
    font-weight: 400;
}

.bl_btn_assess a.btn_gray {
    margin: 0;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(206, 206, 206) 100%);
    color: #00B900;
}

.bl_btn_assess a.btn_gray:hover {
    opacity: 1;
    /* background: #ff6d4e;*/
}

.bl_btn_assess a.btn_gray small {
    font-weight: 400;
}

.bl_btn_assess a:hover {
    cursor: pointer;
}

.bl_btn_assess a span {
    font-size: min(2.82vw, 30px);
    position: relative;
    line-height: 1.29;
}

.bl_btn_assess a small {
    display: block;
    font-size: min(1.45vw, 12px);
    line-height: 1.6;
}

.bl_btn_assess a img {
    position: absolute;
    width: 4.84vw;
    max-width: 35px;
    right: 5%;
}

.bl_btn_assess a:before {
    content: "";
    display: block;
    width: 100%;
    height: 136.35px;
    /*   padding-bottom: 15.58%; */
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.2);
}

.bl_btn_assess>p {
    font-size: min(1.25vw, 18px);
    font-weight: 400;
    text-align: center;
    margin-top: 1.3em;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .bl_btn_assess {
        flex-wrap: wrap;
    }

    .bl_btn_assess a {
        max-width: 100%;
        width: 100%;
        height: 29.33vw;
        max-height: 29.33vw;
        border-radius: 15vw;
        box-shadow: 0 4px 0 #000;
        border: #000 solid 2px;
    }

    .bl_btn_assess a.btn_green {
        margin: 5.33vw 0 0;
    }

    .bl_btn_assess a.btn_green small {
        font-size: 3.2vw;
    }

    .bl_btn_assess a span {
        font-size: 5.87vw;
        /*     margin-left: -1.2em; */
    }

    .bl_btn_assess a small {
        font-size: 3.73vw;
    }

    .bl_btn_assess a img {
        width: 8vw;
        max-width: 8vw;
        right: 6.67vw;
    }

    .bl_btn_assess a:before {
        width: 97.86%;
        height: 29.19vw;
        top: 4.5%;
    }

    .bl_btn_assess>p {
        font-size: 3.2vw;
    }
}

.campaign_ttl {
    width: 95.16%;
    max-width: 1180px;
    background: #f8ff40;
    font-size: min(3.13vw, 25px);
    font-weight: 800;
    text-align: center;
    border-radius: 6px;
    margin: auto;
    animation: anime_cvttl 0.7s ease 0s infinite alternate;
    transform-origin: 50% 100%;
}

.campaign_ttl img {
    display: inline-block;
    vertical-align: middle;
    width: 3.43vw;
    max-width: 50px;
    margin: -0.1em 0.1em 0.18em;
}

.campaign_ttl img:last-of-type {
    width: 3.33vw;
    max-width: 48px;
    margin: 0 0.1em 0.18em;
}

.campaign_ttl:after {
    content: "";
    position: absolute;
    bottom: -0.44em;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.45em 0.34em 0 0.34em;
    border-color: #f9ff40 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
    .campaign_ttl {
        margin: 0 calc(50% - 47.33vw) 0;
        width: 100vw;
        max-width: 100vw;
        width: 94.66vw;
        max-width: 94.66vw;
        font-size: 4.8vw;
        line-height: 1.1;
        padding: 2.67vw 0;
    }

    .campaign_ttl img {
        width: 5.95vw;
        max-width: 5.95vw;
        margin: -0.1em 0.2em 0.18em;
    }

    .campaign_ttl img:last-of-type {
        width: 5.78vw;
        max-width: 5.78vw;
        margin: 0 0.2em 0.18em;
    }

    .campaign_ttl:after {
        bottom: -2.4vw;
        border-width: 2.4vw 1.86vw 0 1.86vw;
    }
}

/* .bl_tel */
.bl_tel {
    align-items: center;
    justify-content: center;
    margin-top: 2.82%;
}

.bl_tel img {
    width: 3.95%;
    max-width: 49px;
}

.bl_tel p {
    margin-left: 0.6em;
}

.bl_tel span,
.bl_tel a {
    display: block;
}

.bl_tel span {
    font-size: min(1.25vw, 18px);
}

.bl_tel a {
    font-size: min(2.78vw, 40px);
    margin: -0.2em 0 -0.2em;
}

@media screen and (max-width: 767px) {
    .bl_tel {
        margin-top: 5.33vw;
    }

    .bl_tel img {
        width: 8vw;
        max-width: 8vw;
    }

    .bl_tel span {
        font-size: 3.2vw;
    }

    .bl_tel a {
        font-size: 7.2vw;
    }
}

/*
bl_btn_anime
*/
.bl_btn_anime:after {
    content: "";
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
    animation: anime_cvbtn 3s ease-in-out infinite;
}


/*
keyframes
*/
@keyframes anime_cvttl {
    from {
        transform: scale(0.95);
    }

    to {
        transform: scale(1);
    }
}

@keyframes anime_cvbtn {
    0% {
        left: -20%;
    }

    10% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

@keyframes anime_scale_elastic {
    0% {
        transform: translateX(-50%) scale(0);
    }

    40% {
        transform: translateX(-50%) scale(1.25);
    }

    70% {
        transform: translateX(-50%) scale(0.9);
    }

    90% {
        transform: translateX(-50%) scale(1.05);
    }

    100% {
        transform: translateX(-50%) scale(1);
    }
}

@keyframes anime_scale_elastic-re {
    0% {
        transform: translateX(-50%) scale(0);
    }

    40% {
        transform: translateX(-50%) scale(-1.25, 1.25);
    }

    70% {
        transform: translateX(-50%) scale(-0.9, 0.9);
    }

    90% {
        transform: translateX(-50%) scale(-1.05, 1.05);
    }

    100% {
        transform: translateX(-50%) scale(-1, 1);
    }
}


/* .bl_footer_nav */
.bl_footer_nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    display: none;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 6px;
    background-color: #254d8d;
    z-index: 1000;
    bottom: -60px;
    transition: bottom 0.5s ease;
    box-sizing: border-box;
}

body.js_footer_nav .bl_footer_nav {
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .bl_footer_nav {
        display: flex;
    }
}

.bl_footer_top_r ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bl_footer_top_r li {
    width: 46vw;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #000 solid 2px;
    border-radius: 40px;
    box-shadow: 0 4px 0 #000;
    position: relative;
    overflow: hidden;
}

.bl_footer_top_r li:nth-of-type(n + 2) {
    margin-left: 0.5vw;
}

.bl_footer_top_r li:hover {
    cursor: pointer;
}

.bl_footer_top_r li span {
    margin-left: 0.5em;
    font-size: 16px;
    position: relative;
    font-weight: bold;
}

.bl_footer_top_r li img {
    position: relative;
}

.bl_footer_top_r li:before {
    content: "";
    display: block;
    width: 150%;
    height: 60px;
    position: absolute;
    top: 0;
    left: -25%;
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.2);
}

.bl_footer_top_r li.btn_search {
    background: rgb(255, 206, 0);
    background: linear-gradient(180deg, rgb(255, 206, 0) 0%, rgb(255, 147, 0) 100%);
}

.bl_footer_top_r li.btn_search img {
    width: 14px;
}

.bl_footer_top_r li.btn_mail {
    background: rgb(255, 86, 0);
    background: linear-gradient(180deg, rgb(255, 86, 0) 0%, rgb(255, 5, 0) 100%);
}

.bl_footer_top_r li.btn_mail a {
    color: #fff;
}

.bl_footer_top_r li.btn_mail img {
    width: 16px;
    transform: translateY(2px);
}

.bl_footer_top_r li.btn_line {
    background: rgb(1, 205, 104);
    background: linear-gradient(180deg, rgb(1, 205, 104) 0%, rgb(48, 214, 132) 100%);

}

.bl_footer_top_r li.btn_line a,
.bl_footer_top_r li.btn_mail a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bl_footer_top_r li.btn_line img {
    width: 18px;
    transform: translateY(2px);
}

.bl_footer_top_menu {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #000;
    position: relative;
}

.bl_footer_top_menu:hover {
    cursor: pointer;
}

.bl_footer_top_menu span {
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    top: 42%;
    left: 11px;
    background-color: #fff;
}

.bl_footer_top_menu span:before {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    top: calc(42% - 8px);
    left: 0;
    background-color: #fff;
}

.bl_footer_top_menu span:after {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    top: calc(42% + 6px);
    left: 0;
    background-color: #fff;
}

.bl_footer_top_menu.active {
    background: #254d8d;
}

.bl_footer_top_menu.active span {
    visibility: hidden;
    top: 50%;
}

.bl_footer_top_menu.active span:before {
    width: 30px;
    visibility: visible;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.bl_footer_top_menu.active span:after {
    width: 30px;
    visibility: visible;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.bl_footer_top_menu.active:after {
    display: none;
}

.bl_footer_top_menu:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    display: block;
    background: url(/assets/img/common/menu_bk.svg);
    width: 31px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: 35.05px 7.97px;
}


/* #site_description { max-width: 450px; height: calc(100% - 20px); background-image: url('/wp/wp-content/themes/muum_tcd085/img/common/site_desc.png'); background-size: contain; background-repeat: no-repeat; background-position: 0 50%; margin-top: 10px; margin-bottom: 10px; }
#site_description span { text-indent:  -9999em; } */


/********************
import
********************/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");

/*post style*/
.post_content h2 {
    font-size: 26px !important;
    text-align: left !important;
    color: #fff;
    background: #1fb7cf;
    border-top: 0px solid #d;
    padding: 15px 15px 15px 15px !important;
    margin: 70px 0px 30px !important;
}

body,
input,
textarea,
.rich_font_type2,
.post_content,
#next_prev_post {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

/*category*/
@media screen and (max-width: 767px) {
    #header_desc p br {
        display: none;
    }
}

#btn_contact {
    background: rgb(255, 86, 0);
    background: linear-gradient(180deg, rgb(255, 86, 0) 0%, rgb(255, 5, 0) 100%);
    color: #fff;
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #000 solid 2px;
    border-radius: 40px;
    box-shadow: 0 4px 0 #000;
    position: absolute;
    right: 55px;
    overflow: hidden;
}

#btn_contact a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#btn_contact img {
    width: 16px;
    transform: translateY(2px);
}

#btn_contact span {
    margin-left: 0.5em;
    font-size: 12px;
    position: relative;
    font-weight: bold;
}




/********************
color
********************/

.color_blue {
    background: #254D8D;
}

.color_figure {
    background: #FF626E;
}

.color_hero {
    background: #FF6C58;
}

.color_robot {
    background: #FF5A53;
}

.color_plasticmodel {
    background: #65C965;
}

.color_rc {
    background: #28C4A6;
}

.color_model {
    background: #8FD521;
}

.color_minicar {
    background: #9797EB;
}

.color_card {
    background: #B48AED;
}

.color_sticker {
    background: #D48BF4;
}

.color_eraser {
    background: #EBAC00;
}

.color_vintage {
    background: #FF7F00;
}

.color_hobby {
    background: #FF9D00;
}

.color_doll {
    background: #FA5FD6;
}

.color_heroine {
    background: #FF72BE;
}

.color_idol-goods {
    background: #FC819D;
}

.color_game {
    background: #45CAE2;
}

.color_dvd-bd {
    background: #62C4F7;
}

.color_anime-goods {
    background: #6BA8FC;
}

.color_campaign {
    background: #FF3F00;
}

.color_news {
    background: #0089FF;
}

.color_blog {
    background: #F75593;
}

.color_media {
    background: #3FB700;
}

.color_others {
    background: #AF2BEA;
}

.category .bl_main {
    background-position: left 0 top 0;
    background-repeat: repeat;
    background-size: auto;
}

.category .bl_main.minicar {
    background: url(../img/dummy/bg_main_minicar.svg);
}






/********************
bl_genre
********************/
.bl_genre {
    background: #fff;
    padding: 8.06% 60px;
    overflow: hidden;
}

.bl_genre_inner {
    max-width: 1240px;
    margin: auto;
}

.bl_genre h2 {
    position: relative;
    width: 67.64vw;
    max-width: 974px;
    margin: auto;
}

.bl_genre h2 picture {
    width: 100%;
}

.bl_genre h2 picture img {
    margin: auto;
    width: 100%;
}

.bl_genre p {
    font-size: min(1.74vw, 25px);
    text-align: center;
    margin-top: 3.63%;
}

.bl_genre_list {
    margin-top: 0.81%;
}

.bl_genre_list .splide__track {
    padding-bottom: 2px;
}

.bl_genre_list .splide__slide {
    width: 10.33%;
    margin-top: 1.61%;
    border: #000 solid 2px;
    border-radius: 6px;
    box-shadow: 0 2px 0 #000;
    background: #fff;
}

.bl_genre_list .splide__slide button,
.bl_genre_list .splide__slide a {
    width: 100%;
}

.bl_genre_list .splide__slide img {
    border-radius: 3px 3px 0 0;
    width: 100%;
}

.bl_genre_list .splide__slide p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: min(1.11vw, 16px);
    color: #fff;
    margin-top: 0;
    border-top: 2px solid #000;
    box-sizing: border-box;
    max-height: 60px;
    height: 4.17vw;
    border-radius: 0 0 3px 3px;
    line-height: 1.38;
}

.bl_genre_list .splide__slide+div {
    margin-left: 0.87%;
}

.bl_genre_list .splide__slide:nth-child(10) {
    margin-left: 0;
}

.bl_genre_list.splide.is-initialized:not(.is-active) .splide__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 2px;
}

.bl_genre .bnr_area {
    display: block;
    margin-top: 4.84%;
}

@media screen and (max-width: 1024px) {
    .bl_genre_list .splide__slide {
        width: 15.5%;
    }

    .bl_genre_list .splide__slide p {
        font-size: min(1.5vw, 16px);
        line-height: 1.21;
    }

    .bl_genre_list .splide__slide+div {
        margin-left: 1.4%;
    }

    .bl_genre_list .splide__slide:nth-child(10) {
        margin-left: 1.4%;
    }

    .bl_genre_list .splide__slide:nth-child(7),
    .bl_genre_list .splide__slide:nth-child(13) {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .bl_genre {
        padding: 13.33vw 5.33vw 8vw;
    }

    .bl_genre.genre_list {
        background: #fff;
        padding: 12vw 5.33vw 14.67vw;
    }

    .bl_genre h2 {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        padding: 0 2.67vw;
    }

    .bl_genre p {
        font-size: 4.8vw;
        margin-top: 4vw;
    }

    .bl_genre_list {
        margin: 2.67vw calc(50% - 50vw) 0;
        width: 100vw;
        height: fit-content;
    }

    .bl_genre_list .splide__arrow {
        width: 10.67vw;
        height: 10.67vw;
        background: transparent;
        opacity: 1;
    }

    .bl_genre_list .splide__arrow:before {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
    }

    .bl_genre_list .splide__slide {
        width: 29.07vw;
        height: calc(20vw + 2px);
        margin: 0.54vw 1.07vw;
    }

    .bl_genre_list .splide__slide p {
        font-size: 3.73vw;
        max-height: 11.47vw;
        height: 11.47vw;
        border: none;
    }

    .bl_genre_list .splide__slide+div {
        margin-left: 0;
    }

    .bl_genre_list .splide__slide:nth-child(10) {
        margin-left: 0;
    }

    .bl_genre_list .splide__slide:nth-child(7),
    .bl_genre_list .splide__slide:nth-child(13) {
        margin-left: 0;
    }

    .bl_genre_list div[role=group] {
        border: none;
        background: none;
        box-shadow: none;
        height: fit-content;
    }

    .bl_genre_list div+div {
        margin: 0;
    }

    .bl_genre .bnr_area {
        margin-top: 5.33vw;
    }
}


/********************
bl_latest_purchase
********************/
.bl_latest_purchase {
    padding: 218px 60px 0;
    overflow: hidden;
    background: repeating-linear-gradient(-45deg, #254D8D, #254D8D 9px, #fff 9px, #fff 18px);
    background-repeat: no-repeat;
    position: relative;
}

.bl_latest_purchase:before {
    content: "";
    width: 100%;
    height: 183px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}

.bl_latest_purchase .bl_latest_bg {
    background: #254D8D url(../img/common/bg_features.svg);
    background-position: left 0 top 0;
    background-repeat: repeat;
    background-size: auto;
    position: relative;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 100%;
}

.bl_latest_purchase_inner {
    max-width: 1240px;
    margin: auto;
    position: relative;
}

.bl_latest_purchase_ttl {
    height: 19.72vw;
    max-height: 284px;
    background: url(../img/dummy/latest_purchase_kaikore.png);
    background: url(../img/dummy/latest_purchase_kaikore.webp);
    background-size: auto 100%;
    background-position: right 1.05% top 0;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -218px;
    width: 100%;
}

.bl_latest_purchase_ttl h2 {
    position: absolute;
    width: 49.95%;
    max-width: 619.33px;
    top: 25%;
    left: 0;
}

.bl_latest_purchase_ttl h2 span {
    font-size: min(4.17vw, 60px);
    line-height: 1.33;
}

.bl_latest_purchase_ttl h2 img {
    margin: auto;
    width: 100%;
}

.bl_latest_purchase_list {
    margin-top: 0;
    padding-top: 65px;
}

.bl_latest_purchase_list_inner {
    display: block;
    background: #fff;
    font-size: min(1.74vw, 25px);
    font-weight: 800;
    position: relative;
    box-shadow: 0 6px 0 #000;
    border: 2px solid #000;
    border-radius: 6px;
}

.bl_latest_purchase_list_inner+.bl_latest_purchase_list_inner {
    margin-top: 2.82%;
}

.bl_latest_purchase_list_ttl {
    width: 100%;
    background: #254D8D;
    color: #fff;
    font-size: min(1.74vw, 25px);
    padding: 0.8em 2.42%;
}

.bl_latest_purchase_list_contents {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2.42%;
}

.bl_latest_purchase_list_contents picture {
    margin-right: 2.42%;
}

.bl_latest_purchase_list_contents picture img {
    width: 100%;
    max-width: 240px;
}

.bl_latest_purchase_list_txt {
    width: 100%;
    max-width: 910px;
}

.bl_latest_purchase_list_txt p {
    font-size: min(1.13vw, 14px);
    line-height: 1.57;
    font-weight: 400;
}

.bl_latest_purchase_list_data {
    display: flex;
    align-items: flex-end;
    border-top: 1px solid #C3C3C3;
    margin-top: 2.42%;
    padding: 1.6% 0 0;
    font-weight: 400;
}

.bl_latest_purchase_list_data span {
    font-size: min(0.83vw, 12px);
}

.bl_latest_purchase_list_data span.tag {
    background: #9797EB;
    color: #fff;
    padding: 0.1em 0.7em;
    margin-left: 1em;
}

.bl_latest_purchase_list_data span.more {
    color: #00A7FF;
    font-size: min(1.25vw, 18px);
    margin-left: auto;
    font-weight: 700;
}

.bl_latest_purchase_list_data span.more img {
    display: inline-block;
    width: 1.32vw;
    max-width: 19px;
    margin-left: 0.5em;
    vertical-align: text-bottom;
}

.bl_latest_purchase .bl_gray_btn {
    margin: 6.45% auto 0;
}

.bl_latest_purchase .bl_gray_btn a {
    max-width: 742px;
    width: 59.84%;
    height: 8.33vw;
    max-height: 120px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(206, 206, 206) 100%);
    color: #254D8D;
    border: #000 solid 2px;
}

.bl_latest_purchase .bl_gray_btn a span {
    font-size: min(2.78vw, 40px);
    margin-right: 1em;
}

.bl_latest_purchase .bl_gray_btn a img {
    width: 2.43vw;
    max-width: 35px;
    right: 11.02%;
}

.bl_latest_purchase .bl_gray_btn a:before {
    content: "";
    display: block;
    width: 98.45%;
    max-height: 112.6px;
    height: 7.82vw;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.bl_latest_purchase_trend {
    margin-top: 6.45%;
}

.bl_latest_purchase_trend h3 {
    font-size: min(3.13vw, 45px);
    color: #fff;
    text-align: center;
    font-weight: 800;
}

.bl_latest_purchase_trend ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 1.21%;
}

.bl_latest_purchase_trend li {
    height: 42px;
    border: #000 solid 2px;
    border-radius: 21px;
    box-shadow: 0 3px 0 #000;
    text-align: center;
    background: #fff;
    margin: 5px 6px;
}

.bl_latest_purchase_trend li:hover {
    cursor: pointer;
}

.bl_latest_purchase_trend li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 1.5em;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
}

.bl_latest_purchase .bl_free_appraisal {
    padding-top: 6.6%;
    z-index: 1;
}


/********************
bl_tel
********************/
.bl_tel {
    align-items: center;
    justify-content: center;
    margin-top: 2.82%;
}

.bl_tel img {
    width: 3.95%;
    max-width: 49px;
}

.bl_tel p {
    margin-left: 0.6em;
}

.bl_tel span,
.bl_tel a {
    display: block;
}

.bl_tel span {
    font-size: min(1.25vw, 18px);
}

.bl_tel a {
    font-size: min(2.78vw, 40px);
    margin: -0.2em 0 -0.2em;
}

@media screen and (max-width: 767px) {
    .bl_tel {
        margin-top: 5.33vw;
    }

    .bl_tel img {
        width: 8vw;
        max-width: 8vw;
    }

    .bl_tel span {
        font-size: 3.2vw;
    }

    .bl_tel a {
        font-size: 7.2vw;
    }
}

/********************
footer
********************/
.pc {
    display: block;
}

.sp {
    display: none;
}

a[href^="tel:"] {
    pointer-events: none;
}

.ly_footer {
    background: #1fb7cf;
    color: #fff;
    overflow: hidden;
    line-height: 1.6;
}

.ly_footer *,
.ly_footer *:before,
.ly_footer *:after {
    box-sizing: border-box;
}

.ly_footer img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ly_footer .bl_footer {
    padding-bottom: 40px;
}

.ly_footer .bl_footer_breadcrumb {
    background: #EFEFEF;
    padding: 0 60px;
}

.ly_footer .bl_footer_breadcrumb ul {
    max-width: 1240px;
    margin: auto;
    padding: 1em 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.ly_footer .bl_footer_breadcrumb ul li {
    display: inline;
}

.ly_footer .bl_footer_breadcrumb ul li+li:before {
    content: " > ";
}

.ly_footer .bl_footer_contents {
    padding: 0 60px;
}

.ly_footer .bl_footer_contents_inner {
    max-width: 1240px;
    margin: auto;
}

.ly_footer .bl_footer_contents_inner .bl_ttl_main {
    font-size: 25px;
    border-bottom: 2px solid #000;
    margin-top: 55px;
}

.ly_footer .bl_footer_contents_inner .bl_ttl_main:first-child {
    margin-top: 60px;
}

.ly_footer .bl_footer_contents_inner+.bl_footer_contents_inner {
    margin-top: 55px;
}

.ly_footer .bl_footer_contents_inner .bl_genre_list {
    margin-top: 0.81%;
}

.ly_footer .bl_footer_contents_inner .bl_work_list {
    margin-top: 0.81%;
}

.ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide {
    width: 10.33%;
    margin-top: 1.61%;
    padding: 0;
}

.ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide img {
    width: 100%;
    border: #000 solid 2px;
    border-radius: 6px;
    box-shadow: 0 2px 0 #000;
    background: #fff;
}

.ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: min(1.11vw, 16px);
    color: #fff;
    margin-top: 0;
    box-sizing: border-box;
    max-height: 60px;
    height: 4.17vw;
    border-radius: 0 0 3px 3px;
}

.ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide+div {
    margin-left: 0.87%;
}

.ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide:nth-child(10) {
    margin-left: 0;
}

.ly_footer .bl_footer_contents_inner .bl_work_list .slick-active {
    opacity: 1;
}

.ly_footer .bl_footer_contents_inner .bl_work_list .slick-arrow {
    width: 70px;
    height: 70px;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.ly_footer .bl_footer_contents_inner .bl_work_list .slick-prev {
    background-image: url(/assets/img/common/slider_arrow_l.svg);
    left: 20px;
    color: transparent;
}

.ly_footer .bl_footer_contents_inner .bl_work_list .slick-next {
    background-image: url(/assets/img/common/slider_arrow_r.svg);
    right: 20px;
    color: transparent;
}

.ly_footer .bl_footer_contents_inner .bl_work_list.splide.is-initialized:not(.is-active) .splide__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 2px;
}

.ly_footer .bl_footer_contents_inner.bl_footer_purchase ul,
.ly_footer .bl_footer_contents_inner.bl_footer_service ul,
.ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul {
    flex-wrap: wrap;
    margin-top: 10px;
}

.ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li,
.ly_footer .bl_footer_contents_inner.bl_footer_service ul li,
.ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 390px;
    width: 31.45%;
    min-height: 60px;
}

.ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a,
.ly_footer .bl_footer_contents_inner.bl_footer_service ul li a,
.ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 18px;
    height: 100%;
    position: relative;
    line-height: 1.2;
}

.ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a:before,
.ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a:after,
.ly_footer .bl_footer_contents_inner.bl_footer_service ul li a:before,
.ly_footer .bl_footer_contents_inner.bl_footer_service ul li a:after,
.ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a:before,
.ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a:after {
    content: "";
    width: 8px;
    height: 2px;
    display: inline-block;
    border-radius: 1px;
    background: #fff;
    position: absolute;
    left: 8px;
}

.ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a:before,
.ly_footer .bl_footer_contents_inner.bl_footer_service ul li a:before,
.ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a:before {
    top: calc(50% - 3px);
    transform: rotate(45deg);
}

.ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a:after,
.ly_footer .bl_footer_contents_inner.bl_footer_service ul li a:after,
.ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a:after {
    bottom: calc(50% - 3px);
    transform: rotate(-45deg);
}

.ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a span,
.ly_footer .bl_footer_contents_inner.bl_footer_service ul li a span,
.ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a span {
    margin-left: 28px;
}

.ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a picture img,
.ly_footer .bl_footer_contents_inner.bl_footer_service ul li a picture img,
.ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a picture img {
    margin-left: 28px;
    width: 30px;
}

.ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a picture+span,
.ly_footer .bl_footer_contents_inner.bl_footer_service ul li a picture+span,
.ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a picture+span {
    margin-left: 8px;
    flex: 1;
}

.ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li+li,
.ly_footer .bl_footer_contents_inner.bl_footer_service ul li+li,
.ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li+li {
    margin-left: 2.82%;
}

.ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li:nth-child(3n+1),
.ly_footer .bl_footer_contents_inner.bl_footer_service ul li:nth-child(3n+1),
.ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li:nth-child(3n+1) {
    margin-left: 0;
}

.ly_footer .bl_footer_contents_inner.bl_footer_welcome .bl_welcome_tel a {
    color: #fff;
}

.ly_footer .bl_footer_contents_inner.bl_footer_prefectures .bl_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #254D8D;
    font-size: min(2.43vw, 35px);
    background: #fff;
    padding: 0.3em 0;
    text-align: center;
}

.ly_footer .bl_footer_contents_inner.bl_footer_prefectures .bl_ttl img {
    width: 5.21vw;
    max-width: 75px;
    height: auto;
    margin-right: 35px;
}

.ly_footer .bl_footer_contents_inner.bl_footer_prefectures .bl_ttl span {
    color: #FF0000;
}

.ly_footer .bl_footer_contents_inner.bl_footer_prefectures ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, 85px);
    justify-content: center;
    margin-top: 25px;
}

.ly_footer .bl_footer_contents_inner.bl_footer_prefectures ul li {
    width: 85px;
    position: relative;
    margin-top: 15px;
}

.ly_footer .bl_footer_contents_inner.bl_footer_prefectures ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    height: 100%;
    position: relative;
}

.ly_footer .bl_footer_contents_inner.bl_footer_prefectures ul li:after {
    content: "|";
    position: absolute;
    right: -4px;
    top: -2px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.ly_footer .bl_footer_contents_inner.bl_footer_menu {
    margin-top: 65px;
}

.ly_footer .bl_footer_contents_inner.bl_footer_menu .bl_ttl {
    width: 247px;
    height: 105px;
    margin: auto;
}

.ly_footer .bl_footer_contents_inner.bl_footer_menu .bl_ttl img {
    width: 100%;
}

.ly_footer .bl_footer_contents_inner.bl_footer_menu p,
.ly_footer .bl_footer_contents_inner.bl_footer_menu small {
    font-size: min(1.6vw, 14px);
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
}

.ly_footer .bl_footer_contents_inner.bl_footer_menu ul {
    display: flex;
    justify-content: center;
    align-self: center;
    margin-top: 20px;
}

.ly_footer .bl_footer_contents_inner.bl_footer_menu ul li {
    position: relative;
    line-height: 0.6;
}

.ly_footer .bl_footer_contents_inner.bl_footer_menu ul li a {
    color: #fff;
    height: 100%;
    padding: 0 1em;
}

.ly_footer .bl_footer_contents_inner.bl_footer_menu ul li a span {
    font-size: min(1.6vw, 14px);
    font-weight: 400;
    line-height: 1;
}

.ly_footer .bl_footer_contents_inner.bl_footer_menu ul li+li {
    border-left: 1px solid #fff;
}

.ly_footer .bl_footer_contents_inner.bl_footer_menu ul li:first-child {
    border-left: 1px solid #fff;
}

.ly_footer .bl_footer_contents_inner.bl_footer_menu ul li:last-child {
    border-right: 1px solid #fff;
}

.ly_footer .bl_footer_prefectures .bl_ttl {
    flex-wrap: wrap;
}

.ly_footer .bl_footer_prefectures .bl_ttl .bl_footer_prefecture {
    display: flex;
    width: 100%;
    justify-content: center;
}

.ly_footer .bl_footer_prefectures .bl_ttl .bl_footer_prefecture a {
    text-decoration: underline;
    color: #254d8d;
}

.ly_footer.form_footer {
    background: transparent;
}

.ly_footer.form_footer .bl_footer {
    padding-bottom: 150px;
}

.ly_footer.form_footer .bl_footer .bl_footer_breadcrumb {
    background: none;
    padding: 0 60px;
}

.ly_footer.form_footer .bl_footer .bl_footer_breadcrumb ul li {
    color: #fff;
}

.ly_footer.form_footer .bl_footer .bl_footer_breadcrumb ul li a {
    color: #fff;
}

.ly_footer.form_footer .bl_footer_contents_inner.bl_footer_menu {
    margin-top: 95px;
}

@media screen and (max-width: 1024px) {
    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide {
        width: 15.5%;
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide p {
        font-size: min(1.5vw, 16px);
        line-height: 1.21;
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide+div {
        margin-left: 1.4%;
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide:nth-child(10) {
        margin-left: 1.4%;
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide:nth-child(7),
    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide:nth-child(13) {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    a[href^="tel:"] {
        pointer-events: auto;
    }

    .ly_footer .bl_footer {
        padding-bottom: 70px;
        overflow: hidden;
    }

    .ly_footer .bl_footer_breadcrumb {
        padding: 0 5.33vw;
    }

    .ly_footer .bl_footer_breadcrumb ul {
        max-width: 100%;
        padding: 1.3em 0;
        font-size: 3.2vw;
    }

    .ly_footer .bl_footer_breadcrumb ul li {
        display: inline;
    }

    .ly_footer .bl_footer_breadcrumb ul li+li:before {
        content: " > ";
    }

    .ly_footer .bl_footer_contents {
        padding: 0 5.33vw;
    }

    .ly_footer .bl_footer_contents_inner {
        max-width: 100%;
    }

    .ly_footer .bl_footer_contents_inner .bl_ttl_main {
        font-size: 4.8vw;
        margin-top: 13.33vw;
        padding-bottom: 0.5em;
    }

    .ly_footer .bl_footer_contents_inner .bl_ttl_main:first-child {
        margin-top: 13.33vw;
    }

    .ly_footer .bl_footer_contents_inner+.bl_footer_contents_inner {
        margin-top: 13.33vw;
    }

    .ly_footer .bl_footer_contents_inner .bl_genre_list {
        margin: 2.67vw calc(50% - 50vw) 0;
        width: 100vw;
        height: 67.26vw;
        /*     overflow: hidden; */
    }

    .ly_footer .bl_footer_contents_inner .bl_genre_list .splide__arrow {
        top: 50%;
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list {
        display: block;
        margin: 4vw calc(50% - 50vw) 0;
        width: 100vw;
        height: fit-content;
        line-height: 0;
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__arrow {
        width: 10.67vw;
        height: 10.67vw;
        top: 40%;
        background: transparent;
        opacity: 1;
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__arrow:before {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide {
        width: 29.07vw;
        margin: 0 1.07vw;
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide p {
        font-size: 3.73vw;
        max-height: 11.47vw;
        height: 11.47vw;
        border: none;
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide+div {
        margin-left: 0;
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide:nth-child(10) {
        margin-left: 0;
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide:nth-child(7),
    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide:nth-child(13) {
        margin-left: 0;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul {
        justify-content: space-between;
        margin-top: 0;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li {
        max-width: 48.66%;
        width: 48.66%;
        min-height: 14.67vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li a,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a {
        font-size: 3.73vw;
        line-height: 1.57;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a:before,
    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a:after,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li a:before,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li a:after,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a:before,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a:after {
        content: "";
        width: 2.13vw;
        height: 0.53vw;
        border-radius: 0.27vw;
        left: 0;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a:before,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li a:before,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a:before {
        top: calc(50% - 0.9vw);
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a:after,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li a:after,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a:after {
        bottom: calc(50% - 0.9vw);
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a span,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li a span,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a span {
        margin-left: 5.33vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a picture img,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li a picture img,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a picture img {
        margin-left: 5.33vw;
        width: 6.67vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a picture+span,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li a picture+span,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a picture+span {
        margin-left: 2.67vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li+li,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li+li,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li+li {
        margin-left: 0;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li {
        max-width: 100%;
        width: 100%;
        min-height: 12vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li a,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a {
        line-height: 1.2;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_prefectures .bl_ttl {
        display: block;
        font-size: 4.8vw;
        padding: 0.7em 0;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_prefectures .bl_ttl img {
        width: 11.2vw;
        margin: 0 auto 0.2em;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_prefectures ul {
        grid-template-columns: repeat(auto-fit, 16.57%);
        margin-top: 1.33vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_prefectures ul li {
        width: 100%;
        max-width: 100%;
        margin-top: 4vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_prefectures ul li a {
        font-size: 3.2vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_prefectures ul li:after {
        right: -5%;
        top: -1.47%;
        font-size: 3.2vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_prefectures ul li:nth-of-type(6n):after {
        display: none;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_menu {
        margin-top: 10.67vw;
        padding-bottom: 4vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_menu .bl_ttl {
        width: 52.27vw;
        height: 22.13vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_menu p,
    .ly_footer .bl_footer_contents_inner.bl_footer_menu small {
        font-size: 3.73vw;
        margin-top: 4vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_menu p span,
    .ly_footer .bl_footer_contents_inner.bl_footer_menu small span {
        display: none;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_menu ul {
        margin: 8vw calc(50% - 50vw) 0;
        width: 100vw;
        max-width: 100vw;
        border-top: 1px solid #fff;
        flex-wrap: wrap;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_menu ul li {
        max-width: 50%;
        width: 50%;
        height: 10.67vw;
        border-bottom: 1px solid #fff;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_menu ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0 5.33vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_menu ul li a span {
        font-size: 3.2vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_menu ul li:nth-child(odd) {
        border-left: none;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_menu ul li:last-child {
        border-right: none;
    }

    .ly_footer.form_footer {
        background: transparent;
    }

    .ly_footer.form_footer .bl_footer {
        padding-bottom: 9.33vw;
    }

    .ly_footer.form_footer .bl_footer .bl_footer_breadcrumb {
        padding: 0 5.33vw;
    }

    .ly_footer.form_footer .bl_footer_contents_inner.bl_footer_menu {
        margin-top: 13.33vw;
    }
}

.bl_footer_nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    display: none;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 6px;
    background-color: #254d8d;
    z-index: 1000;
    bottom: -60px;
    transition: bottom 0.5s ease;
}

body.js_footer_nav .bl_footer_nav {
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .bl_footer_nav {
        display: flex;
    }
}

.bl_footer_top_r ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bl_footer_top_r li {
    width: 46vw;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #000 solid 2px;
    border-radius: 40px;
    box-shadow: 0 4px 0 #000;
    position: relative;
    overflow: hidden;
}

.bl_footer_top_r li:nth-of-type(n + 2) {
    margin-left: 0.5vw;
}

.bl_footer_top_r li:hover {
    cursor: pointer;
}

.bl_footer_top_r li span {
    margin-left: 0.5em;
    font-size: 16px;
    position: relative;
}

.bl_footer_top_r li img {
    position: relative;
}

.bl_footer_top_r li:before {
    content: "";
    display: block;
    width: 150%;
    height: 60px;
    position: absolute;
    top: 0;
    left: -25%;
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.2);
}

.bl_footer_top_r li.btn_search {
    background: rgb(255, 206, 0);
    background: linear-gradient(180deg, rgb(255, 206, 0) 0%, rgb(255, 147, 0) 100%);
}

.bl_footer_top_r li.btn_search img {
    width: 14px;
}

.bl_footer_top_r li.btn_mail {
    background: rgb(255, 86, 0);
    background: linear-gradient(180deg, rgb(255, 86, 0) 0%, rgb(255, 5, 0) 100%);
    color: #fff;
}

.bl_footer_top_r li.btn_mail img {
    width: 16px;
}

.bl_footer_top_r li.btn_line {
    background: rgb(1, 205, 104);
    background: linear-gradient(180deg, rgb(1, 205, 104) 0%, rgb(48, 214, 132) 100%);
    color: #fff;
}

.bl_footer_top_r li.btn_line img {
    width: 18px;
}

.bl_footer_top_menu {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #000;
    position: relative;
}

.bl_footer_top_menu:hover {
    cursor: pointer;
}

.bl_footer_top_menu span {
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    top: 42%;
    left: 11px;
    background-color: #fff;
}

.bl_footer_top_menu span:before {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    top: calc(42% - 8px);
    left: 0;
    background-color: #fff;
}

.bl_footer_top_menu span:after {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    top: calc(42% + 6px);
    left: 0;
    background-color: #fff;
}

.bl_footer_top_menu.active {
    background: #254d8d;
}

.bl_footer_top_menu.active span {
    visibility: hidden;
    top: 50%;
}

.bl_footer_top_menu.active span:before {
    width: 30px;
    visibility: visible;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.bl_footer_top_menu.active span:after {
    width: 30px;
    visibility: visible;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.bl_footer_top_menu.active:after {
    display: none;
}

.bl_footer_top_menu:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    display: block;
    background: url(/assets/img/common/menu_bk.svg);
    width: 31px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: 35.05px 7.97px;
}


.genre.slider .slick-track {
    background-color: #000;
}

.genre.slider .slick-slide {
    opacity: 0.6;
    transition: opacity 0.5s ease;
}

.genre.slider .slick-active {
    opacity: 1;
}

.genre.slider .slick-arrow {
    width: 6.33vw;
    max-width: 70px;
    height: 6.33vw;
    max-height: 70px;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.genre.slider .slick-prev {
    background-image: url(/assets/img/common/slider_arrow_l.svg);
    left: 0;
    color: transparent;
}

.genre.slider .slick-next {
    background-image: url(/assets/img/common/slider_arrow_r.svg);
    right: 0;
    color: transparent;
}

.slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgba(70, 70, 70, 0.5);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.67em 1em;
    border-radius: 4em;
    font-size: min(1.25vw, 18px);
}

.slick-dots li {
    font-size: min(1.25vw, 18px);
    color: transparent;
    margin: 0 0.3em;
    line-height: 1;
    width: 0.56em;
    height: 0.56em;
    border-radius: 100%;
    background-color: #000;
    border: none;
}

.slick-dots li.slick-active {
    background-color: #fff;
}

.slick-dots button {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .genre.slider .slick-slide {
        opacity: 1;
    }

    .genre.slider .slick-arrow {
        width: 13.33vw;
        height: 13.33vw;
        top: 50%;
    }

    .genre.slider .slick-prev {
        left: -4px;
    }

    .genre.slider .slick-next {
        right: -4px;
    }

    .slick-dots {
        /*background-color: transparent; padding: 0;*/
        bottom: 14px;
    }

    .slick-dots li {
        width: 6px;
        height: 6px;
        margin: 0 8px;
        border: #000 solid 1px;
    }
}

.splide__pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    padding: 0.67em 1em;
    border-radius: 4em;
    font-size: min(1.25vw, 18px);
}

.splide__pagination__page {
    background-color: #000;
    font-size: min(1.25vw, 18px);
    margin: 0 0.3em 0.15em;
    width: 0.56em;
    height: 0.56em;
}

.splide__arrow {
    width: 4.86vw;
    max-width: 70px;
    height: 4.86vw;
    max-height: 70px;
    background-color: transparent;
    opacity: 1;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.splide__arrow svg {
    display: none;
}

.splide__arrow:before {
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 4.86vw;
    max-width: 70px;
    height: 4.86vw;
    max-height: 70px;
}

.splide__arrow--next {
    right: 1.05%;
}

.splide__arrow--prev {
    left: 1.05%;
}

.splide__arrow--prev:before {
    background-image: url(/assets/img/common/slider_arrow_l.svg);
    color: transparent;
}

.splide__arrow--next:before {
    background-image: url(/assets/img/common/slider_arrow_r.svg);
    color: transparent;
}

@media screen and (max-width: 767px) {
    .splide__pagination {
        padding: 8px 2em;
        border-radius: 4em;
    }

    .splide__pagination__page {
        margin: 0 4px 2px;
        width: 6px;
        height: 6px;
    }

    .splide__arrow {
        width: 13.33vw;
        height: 13.33vw;
    }

    .splide__arrow svg {
        display: none;
    }

    .splide__arrow:before {
        background-size: contain;
        width: 13.33vw;
        height: 13.33vw;
    }

    .splide__arrow--next {
        right: -5px;
    }

    .splide__arrow--prev {
        left: -5px;
    }
}


#index_tab_post_list .post_list.type2 .content {
    background-color: #fff;
}

@media screen and (max-width:750px) {
    #header_logo {
        margin-left: 1vw;
    }

    #site_description.show_desc_mobile {
        margin-left: 1vw;
        display: none !important;
    }

    #site_description span {
        width: 22vw;
        font-size: 10px;
    }
}



/* 目次 */
#toc_container p.toc_title {
    font-size: 24px;
}

#toc_container li+li {
    border-top: #ccc solid 1px;
    padding-top: .6em;
    margin-top: .6em;
}

#toc_container a {
    display: flex;
}

#toc_container .toc_number {
    display: block;
    margin-right: .25em;
}

@media screen and (max-width:750px) {
    #toc_container p.toc_title {
        font-size: 20px;
    }
}

/* #toc_container > .toc_list > li > a > .toc_number:before { content: "■ "; } */
#toc_container ul ul {
    margin-left: 0.9em !important;
}

#toc_container ul ul {
    font-weight: normal;
    font-size: .9em;
}

/* page-template-page-blog */
body.page-template-page-blog #main_contents.layout_type1 #main_col {
    width: 100%;
}


.styled_h3 {
    border-left: 5px solid #259caf !important;
    background: rgba(31, 183, 207, 0.05) !important;
    padding-left: .5em;
}

.post_list .item {
    background-color: #fff;
}


#mobile_menu a {
    border-color: rgba(0, 0, 0, 0.1) !important;
}

/* .open_menu #container:before { background: rgba(31, 183, 207,0.6) !important; } */
/* .open_menu #container:before { background: rgba(0, 0, 0, 0.3) !important; } */
#mobile_menu li li a {
    background-color: #259caf !important;
}

.cta_type1 .image_wrap .image {
    background-size: contain !important;
}







/* 買取実績・参考価格のリスト */
.bl_priceList {
    margin-top: 7.35%;
}

.bl_priceList h2 {
    width: 100%;
    font-size: min(2.08vw, 30px);
    color: #fff;
    background: #9797EB;
    border-radius: 40px;
    padding: .3em;
    text-align: center;
}

.bl_priceList ul {
    border-bottom: 1px solid #ccc;
    margin-top: 4.41%;
}

.bl_priceList ul li {
    border-top: 1px solid #ccc;
}

.bl_priceList ul li a {
    display: flex;
    align-items: stretch;
    text-align: left;
    position: relative;
    padding: 1.61% 0;
}

.bl_priceList ul li a picture {
    position: relative;
    width: 12.71%;
    max-width: 150px;
    align-self: center;
}

.bl_priceList ul li a picture img {
    width: 100%;
    height: auto;
}

.bl_priceList ul li a picture:after {
    content: '';
    position: absolute;
    top: -4%;
    right: -14.67%;
    display: block;
    width: 42.67%;
    max-width: 64px;
    height: 46%;
    max-height: 69px;
}

.bl_priceList ul li a picture.rank_s:after {
    background: url(/assets/img/dummy/icon_rankS.svg);
    background-size: 100%;
}

.bl_priceList ul li a picture.rank_a:after {
    background: url(/assets/img/dummy/icon_rankA.svg);
    background-size: 100%;
}

.bl_priceList ul li a picture.rank_b:after {
    background: url(/assets/img/dummy/icon_rankB.svg);
    background-size: 100%;
}

.bl_priceList ul li a picture.rank_c:after {
    background: url(/assets/img/dummy/icon_rankC.svg);
    background-size: 100%;
}

.bl_priceList ul li a picture.rank_d:after {
    background: url(/assets/img/dummy/icon_rankD.svg);
    background-size: 100%;
}

.bl_priceList ul li a picture.rank_sum:after {
    background: url(/assets/img/dummy/icon_rankSum.svg);
    background-size: 100%;
}

.bl_priceList ul li a .bl_purchase_list_txt {
    flex: 1;
    display: flex;
    align-items: center;
    align-self: stretch;
    justify-content: space-between;
    position: relative;
    font-size: min(0.97vw, 14px);
}

.bl_priceList ul li a .bl_purchase_list_txt_inner {
    width: 67.48%;
    max-width: 790px;
    padding: 0 3.67%;
}

.bl_priceList ul li a .bl_purchase_list_txt_inner .name_product {
    display: block;
    font-size: min(1.11vw, 16px);
    font-weight: 700;
}

.bl_priceList ul li a .bl_purchase_list_txt_inner .name_manufacture {
    display: block;
    font-size: min(0.83vw, 12px);
    font-weight: 400;
    color: #7C7C7C;
    margin-top: .5em;
}

.bl_priceList ul li a .bl_purchase_list_txt .bl_purchase_list_price {
    flex: 1;
    padding: 0 .3em;
}

.bl_priceList ul li a .bl_purchase_list_txt .bl_purchase_list_price p {
    font-size: min(0.97vw, 14px);
    font-weight: 700;
    color: #FF0000;
}

.bl_priceList ul li a .bl_purchase_list_txt .bl_purchase_list_price p span {
    display: block;
    font-size: min(1.39vw, 20px);
    margin-top: .2em;
}


.bl_priceList .bl_purchase_list_btn {
    margin-top: 4.84%;
    padding-bottom: 4px;
}

.bl_priceList .bl_purchase_list_btn p {
    font-size: min(1.39vw, 20px);
    text-align: center;
}

.bl_priceList .bl_purchase_list_btn ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 1em;
    border: none;
}

.bl_priceList .bl_purchase_list_btn li {
    max-width: 450px;
    width: 65%;
    height: 5.56vw;
    max-height: 80px;
    border: #000 solid 2px;
    border-radius: 90px;
    box-shadow: 0 4px 0 #000;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(206, 206, 206) 100%);
    color: #254D8D;
}

.bl_priceList .bl_purchase_list_btn li:hover {
    cursor: pointer;
}

.bl_priceList .bl_purchase_list_btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #254D8D;
    padding: 0;
}

.bl_priceList .bl_purchase_list_btn li a span {
    font-size: min(1.74vw, 25px);
    position: relative;
    line-height: 1.29;
    margin-right: 1em;
}

.bl_priceList .bl_purchase_list_btn li a img {
    position: absolute;
    width: 2.08vw;
    max-width: 30px;
    right: 8.02%;
}

.bl_priceList .bl_purchase_list_btn li a:before {
    content: "";
    display: block;
    width: 105%;
    max-height: 150px;
    height: 10.42vw;
    position: absolute;
    top: 2%;
    left: -3%;
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.bl_priceList .bl_purchase_list_btn+.bl_purchase_list_ttl {
    margin-top: 7.66%;
    height: unset;
    min-height: unset;
}

.bl_priceList .bl_purchase_list_btn+.bl_purchase_list_ttl .bl_purchase_list_ttl_txt {
    position: relative;
    bottom: unset;
}





@media screen and (max-width: 767px) {
    .bl_priceList {
        margin-top: 13.33vw;
    }

    .bl_priceList h2 {
        font-size: 4.8vw;
        padding: 0.5em;
    }

    .bl_priceList ul {
        margin-top: 5.33vw;
    }

    .bl_priceList ul li a {
        padding: 4vw 0;
        flex-wrap: wrap;
    }

    .bl_priceList ul li a picture {
        width: 22.67vw;
        align-self: flex-start;
    }

    .bl_priceList ul li a picture:after {
        top: -1.27vw;
        right: -1.27vw;
        width: 9.17vw;
        height: 10.1vw;
    }

    .bl_priceList ul li a .bl_purchase_list_txt {
        display: flex;
        flex-wrap: wrap;
        font-size: 3.2vw;
        line-height: 1.5;
        align-self: flex-start;
        padding: 0 0 0 4vw;
    }

    .bl_priceList ul li a .bl_purchase_list_txt_inner {
        width: 100%;
        padding: 0;
    }

    .bl_priceList ul li a .bl_purchase_list_txt_inner .name_product {
        font-size: 3.2vw;
    }

    .bl_priceList ul li a .bl_purchase_list_txt_inner .name_manufacture {
        font-size: 2.67vw;
        margin-top: .2em;
    }

    .bl_priceList ul li a .bl_purchase_list_txt .bl_purchase_list_price {
        width: 100%;
        padding: 0;
    }

    .bl_priceList ul li a .bl_purchase_list_txt .bl_purchase_list_price p {
        font-size: 2.67vw;
    }

    .bl_priceList ul li a .bl_purchase_list_txt .bl_purchase_list_price p span {
        display: inline-block;
        font-size: 4.27vw;
        margin-top: 0;
        margin-left: .5em;
    }

    .bl_priceList .bl_purchase_list_btn {
        margin-top: 10.67vw;
    }

    .bl_priceList .bl_purchase_list_btn p {
        font-size: 3.73vw;
    }

    .bl_priceList .bl_purchase_list_btn ul {
        margin-top: 2.67vw;
    }

    .bl_priceList .bl_purchase_list_btn li {
        max-width: 100%;
        width: 100%;
        height: 16vw;
        max-height: 16vw;
        border-radius: 8vw;
        box-shadow: 0 4px 0 #000;
    }

    .bl_priceList .bl_purchase_list_btn li a span {
        font-size: 4.27vw;
        margin-left: 0;
    }

    .bl_priceList .bl_purchase_list_btn li a img {
        width: 6.67vw;
        max-width: 6.67vw;
        right: 2.93vw;
    }

    .bl_priceList .bl_purchase_list_btn li a:before {
        width: 106%;
        height: 15.72vw;
        top: 10%;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .bl_priceList .bl_purchase_list_btn+.bl_purchase_list_ttl {
        margin-top: 13.33vw;
    }

    .bl_priceList .bl_purchase_list_btn+.bl_purchase_list_ttl .bl_purchase_list_ttl_txt {
        position: relative;
        bottom: unset;
    }
}

#toc_container li {
    font-weight: 400;
}

body.single .post_content p {
    font-weight: 400;
}

.author_profile a.avatar:hover img,
.animate_image:hover img,
.animate_background:hover .image {
    /* -webkit-transform: scale(1.02) !important;
    transform: scale(1.02) !important; */
    -webkit-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
}

.tcd_ad_widget a {
    transition: .5s ease;
}

.tcd_ad_widget a:hover {
    opacity: .6;
}

/* 共通footer */
.bl_footer_breadcrumb,
.ly_footer+.btn_top {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    a[href^="tel:"] {
        pointer-events: auto;
    }

    .ly_footer {
        margin-bottom: 80px;
    }

    .ly_footer .bl_footer {
        padding-bottom: 0;
        overflow: hidden;
    }

    .ly_footer .bl_footer_breadcrumb {
        padding: 0 5.33vw;
    }

    .ly_footer .bl_footer_breadcrumb ul {
        max-width: 100%;
        padding: 1.3em 0;
        font-size: 3.2vw;
    }

    .ly_footer .bl_footer_breadcrumb ul li {
        display: inline;
    }

    .ly_footer .bl_footer_breadcrumb ul li+li:before {
        content: " > ";
    }

    .ly_footer .bl_footer_contents {
        padding: 0 5.33vw;
    }

    .ly_footer .bl_footer_contents_inner {
        max-width: 100%;
    }

    .ly_footer .bl_footer_contents_inner .bl_ttl_main {
        font-size: 4.8vw;
        margin-top: 13.33vw;
        padding-bottom: 0.5em;
    }

    .ly_footer .bl_footer_contents_inner .bl_ttl_main:first-child {
        margin-top: 13.33vw;
    }

    .ly_footer .bl_footer_contents_inner+.bl_footer_contents_inner {
        margin-top: 13.33vw;
    }

    .ly_footer .bl_footer_contents_inner .bl_genre_list {
        margin: 2.67vw calc(50% - 50vw) 0;
        width: 100vw;
        height: 67.26vw;
        /*overflow: hidden;*/
    }

    .ly_footer .bl_footer_contents_inner .bl_genre_list .splide__arrow {
        top: unset;
        bottom: -10.67vw;
        transform: unset;
    }

    .ly_footer .bl_footer_contents_inner .bl_genre_list .splide__arrow--prev {
        left: calc(50% - 5.33vw);
        transform: translateX(-50%);
    }

    .ly_footer .bl_footer_contents_inner .bl_genre_list .splide__arrow--next {
        right: calc(50% - 5.33vw);
        transform: translateX(50%);
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list {
        display: block;
        margin: 4vw calc(50% - 50vw) 0;
        width: 100vw;
        height: fit-content;
        line-height: 0;
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__arrow {
        width: 10.67vw;
        height: 10.67vw;
        top: unset;
        bottom: -8vw;
        transform: unset;
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__arrow:before {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__arrow--prev {
        left: calc(50% - 5.33vw);
        transform: translateX(-50%);
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__arrow--next {
        right: calc(50% - 5.33vw);
        transform: translateX(50%);
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide {
        width: 29.07vw;
        margin: 0 1.07vw;
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide p {
        font-size: 3.73vw;
        max-height: 11.47vw;
        height: 11.47vw;
        border: none;
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide+div {
        margin-left: 0;
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide:nth-child(10) {
        margin-left: 0;
    }

    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide:nth-child(7),
    .ly_footer .bl_footer_contents_inner .bl_work_list .splide__slide:nth-child(13) {
        margin-left: 0;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul {
        justify-content: space-between;
        margin-top: 0;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li {
        max-width: 48.66%;
        width: 48.66%;
        min-height: 14.67vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li a,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a {
        font-size: 3.73vw;
        line-height: 1.57;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a:before,
    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a:after,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li a:before,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li a:after,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a:before,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a:after {
        content: "";
        width: 2.13vw;
        height: 0.53vw;
        border-radius: 0.27vw;
        left: 0;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a:before,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li a:before,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a:before {
        top: calc(50% - 0.9vw);
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a:after,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li a:after,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a:after {
        bottom: calc(50% - 0.9vw);
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a span,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li a span,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a span {
        margin-left: 5.33vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a picture img,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li a picture img,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a picture img {
        margin-left: 5.33vw;
        width: 6.67vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a picture+span,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li a picture+span,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a picture+span {
        margin-left: 2.67vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li+li,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li+li,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li+li {
        margin-left: 0;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li {
        max-width: 100%;
        width: 100%;
        min-height: 12vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_purchase ul li a,
    .ly_footer .bl_footer_contents_inner.bl_footer_service ul li a,
    .ly_footer .bl_footer_contents_inner.bl_footer_pricelist ul li a {
        line-height: 1.2;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_prefectures .bl_ttl {
        display: block;
        font-size: 4.8vw;
        padding: 0.7em 0;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_prefectures .bl_ttl img {
        width: 11.2vw;
        margin: 0 auto 0.2em;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_prefectures ul {
        grid-template-columns: repeat(auto-fit, 16.57%);
        margin-top: 1.33vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_prefectures ul li {
        width: 100%;
        max-width: 100%;
        margin-top: 4vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_prefectures ul li a {
        font-size: 3.2vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_prefectures ul li:after {
        right: -5%;
        top: -1.47%;
        font-size: 3.2vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_prefectures ul li:nth-of-type(6n):after {
        display: none;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_menu {
        margin-top: 10.67vw;
        padding-bottom: 4vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_menu .bl_ttl {
        width: 52.27vw;
        height: 22.13vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_menu p,
    .ly_footer .bl_footer_contents_inner.bl_footer_menu small {
        font-size: 3.73vw;
        margin-top: 4vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_menu p span,
    .ly_footer .bl_footer_contents_inner.bl_footer_menu small span {
        display: none;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_menu ul {
        margin: 8vw calc(50% - 50vw) 0;
        width: 100vw;
        max-width: 100vw;
        border-top: 1px solid #fff;
        flex-wrap: wrap;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_menu ul li {
        max-width: 50%;
        width: 50%;
        height: 10.67vw;
        border-bottom: 1px solid #fff;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_menu ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0 5.33vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_menu ul li a span {
        font-size: 3.2vw;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_menu ul li:nth-child(odd) {
        border-left: none;
    }

    .ly_footer .bl_footer_contents_inner.bl_footer_menu ul li:last-child {
        border-right: none;
    }

    .ly_footer.form_footer {
        background: transparent;
    }

    .ly_footer.form_footer .bl_footer {
        padding-bottom: 9.33vw;
    }

    .ly_footer.form_footer .bl_footer .bl_footer_breadcrumb {
        padding: 0 5.33vw;
    }

    .ly_footer.form_footer .bl_footer_contents_inner.bl_footer_menu {
        margin-top: 13.33vw;
    }
}

.home_main_col_h2 {
    margin-bottom: 1em;
    line-height: 1.6;
}

.bl_pager {
    display: flex;
    margin: 7.1% auto 4.1%;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.bl_pager span {
    display: flex;
}

.bl_pager button,
.bl_pager a {
    display: flex;
    /* width: 100%; */
    /* height: 100%; */
    justify-content: center;
    align-items: center;
    min-width: 3.06vw;
    /* max-width: 44px; */
    /* width: 3.06vw; */
    /*    max-width: 44px;*/
    /* height: 3.06vw; */
    min-height: 3.06vw;
    max-height: 44px;
    border: 2px solid #000;
    border-radius: 6px;
    box-shadow: 0 4px 0 #000;
    font-size: min(0.97vw, 14px);
    position: relative;
    background-color: #fff;
    color: #000;
    margin-left: 3px;
    margin-right: 3px;
    /*    font-family: sans-serif;*/
    font-weight: 800;
    padding: 0 .3em;
    box-sizing: border-box;
}

.bl_pager button:hover,
.bl_pager a:hover {
    cursor: pointer;
    background-color: #000;
    color: #fff;
}

.bl_pager button[disabled=disabled] {
    background: #000;
    color: #fff;
    pointer-events: none;
}

.bl_pager button[disabled=disabled]:hover {
    cursor: default;
}

.bl_pager a.prev~span,
.bl_pager span {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 3.06vw;
    max-width: 44px;
    height: 3.06vw;
    max-height: 44px;
    border: 2px solid #000;
    border-radius: 6px;
    box-shadow: 0 4px 0 #000;
    font-size: min(0.97vw, 14px);
    position: relative;
    background-color: #000;
    color: #fff;
    margin-left: 3px;
    margin-right: 3px;
    /*  font-family: sans-serif;*/
    font-weight: 800;
    min-width: 3.06vw;
    /* max-width: 44px; */
    /* width: 3.06vw; */
    max-width: 44px;
    /* height: 3.06vw; */
    min-height: 3.06vw;
    max-height: 44px;
    box-sizing: border-box;
}

.bl_pager span.dotted {
    border: none;
    background-color: transparent;
    color: #000;
    box-shadow: none;
    min-width: 1.6vw;
    width: 1.6vw;
}

.bl_pager a.prev~span.ellipsis {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 3.06vw;
    max-width: 44px;
    height: 3.06vw;
    max-height: 44px;
    background: transparent;
    color: #000;
    border: none;
    box-shadow: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: sans-serif;
}

.bl_pager .bl_pager-space {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 3.06vw;
    max-width: 44px;
    height: 3.06vw;
    max-height: 44px;
    background: transparent;
    color: #000;
    border: none;
    box-shadow: none;
    align-items: center;
    justify-content: center;
}

.bl_pager button.prev:before,
.bl_pager a.prev:before {
    content: "";
    position: absolute;
    width: 0.69vw;
    max-width: 10px;
    height: 0.69vw;
    max-height: 10px;
    border-top: 2px solid #000;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bl_pager button.next:before,
.bl_pager a.next:before {
    content: "";
    position: absolute;
    width: 0.69vw;
    max-width: 10px;
    height: 0.69vw;
    max-height: 10px;
    border-top: 2px solid #000;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bl_pager button.prev:before,
.bl_pager a.prev:before {
    border-right: 2px solid #000;
    right: 24%;
    transform: translate(-50%, -50%) rotate(225deg);
}

.bl_pager button.next:before,
.bl_pager a.next:before {
    border-right: 2px solid #000;
    left: 44%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.bl_pager button.prev:hover:before,
.bl_pager span.next:hover:before,
.bl_pager a.prev:hover:before,
.bl_pager a.next:hover:before {
    border-color: #fff;
}

.bl_pager button[disabled=disabled].prev,
.bl_pager button[disabled=disabled].next,
.bl_pager a[disabled=disabled].prev,
.bl_pager a[disabled=disabled].next {
    display: none;
}

@media screen and (max-width: 767px) {
    .bl_pager {
        margin: 7.33vw auto;
        /* width: 81.87vw;*/
        width: 100%;
    }

    .bl_pager button,
    .bl_pager a,
    .bl_pager button,
    .bl_pager span {
        /*    width: 9vw;*/
        /*    max-width: 9vw;*/
        min-width: 6.33vw;
        min-height: 6.33vw;
        max-height: 6.33vw;
        font-size: 3.2vw;
        box-shadow: 0 2px 0 #000;
    }

    .bl_pager button,
    .bl_pager span.dotted {
        min-width: 3vw;
    }

    .bl_pager button.next:before,
    .bl_pager button.prev:before,
    .bl_pager a.next:before,
    .bl_pager a.prev:before {
        content: "";
        position: absolute;
        width: 2.33vw;
        max-width: 2.33vw;
        height: 2.33vw;
        max-height: 2.33vw;
    }

    .bl_pager .bl_pager-space {
        width: 10.67/2vw;
        max-width: 10.67/2vw;
        height: 10.67vw;
        max-height: 10.67vw;
        font-size: 3.2vw;
    }

    .bl_pager a.prev~span {
        width: 9vw;
        max-width: 9vw;
        height: 9vw;
        max-height: 9vw;
        font-size: 3.2vw;
    }

    .bl_pager a.prev~span.ellipsis {
        height: 10.67vw;
        max-height: 10.67vw;
        font-size: 3.2vw;
    }

    .bl_pager .bl_pager-space {
        height: 10.67vw;
        max-height: 10.67vw;
        font-size: 3.2vw;
    }

}



/* ----------------------------------------------------------------------
 profile
---------------------------------------------------------------------- */
.profile {
    display: flex;
    border: 5px solid rgba(0, 0, 0, .05);
    margin-top: 40px;
    padding: 20px;
    background: #fff;
}

.profile__author {
    width: 35%;
    text-align: center;
    margin-bottom: 20px;
}

.profile__description {
    font-size: .9rem;
    line-height: 1.65;
    margin-bottom: 20px;
    letter-spacing: -.05em;
}

.profile__group {
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: -.05em;
}

.profile__text {
    background: #efefef;
    padding: 15px;
    margin-bottom: 20px;
}

.profile__author img {
    border-radius: 50%;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}

.profile__name {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

.profile__contents {
    width: calc(65% - 1px);
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding: 20px 0 0 20px;
    margin-left: 20px;
}

.profile__list {
    justify-content: flex-start;
    list-style: none;
    display: flex;
    overflow: auto;
    margin-bottom: 20px;
}

.profile__link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.profile .btn__link-secondary {
    width: 100%;
    display: block;
    position: relative;
    background-color: #b2384e;
    padding: 5px 25px 5px 15px;
    border-radius: 5px;
    border: none;
    border-bottom: solid 3px rgba(0, 0, 0, .25);
    font-size: .8rem;
    font-weight: 800;
    color: #fff;
    overflow: hidden;
    line-height: normal;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
}

.profile .btn__link-secondary::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 5px;
    height: 5px;
    margin: auto;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    .profile {
        display: block;
    }

    .profile__author {
        width: 100%;
    }

    .profile__description {
        font-size: .8rem;
    }

    .profile__group {
        font-size: .8rem;
    }

    .profile__contents {
        width: 100%;
        border-left: none;
        padding: 0;
        margin-left: 0;
    }

    .profile__list {
        justify-content: center;
    }

    .profile .btn__link-secondary {
        width: fit-content;
    }
}



/* ----------------------------------------------------------------------
 management
---------------------------------------------------------------------- */
.management {
    background: rgba(0, 0, 0, .05);
    margin-top: 40px;
}

.management__contents {
    display: flex;
    align-items: center;
    padding: 20px 40px;
}

.management__contents a {
    display: block;
    width: 40%;
    box-sizing: border-box;
}

.management__contents a picture {
    display: block;
    width: 100%;
}

.management__contents a img {
    width: 100%;
    height: auto;
}

.management__contents p {
    flex: 1;
    padding: 20px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .management__contents {
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px;
    }

    .management__contents a {
        width: 80%;
    }

    .management__contents p {
        flex: unset;
        padding: 20px 0 0 0;
        width: 100%;
        font-size: .8rem;
    }

}