@charset "utf-8";
/*
Theme Name:MONOLITH
Theme URI:
Description:WordPressテーマ「MONOLITH」
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Version:1.4.6
Text Domain:tcd-w
*/


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




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

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-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;
    -moz-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;
}

img {
    -ms-interpolation-mode: bicubic;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0.1em;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
}

.clearfix {
    display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
    height: 1%
}

.clearfix {
    display: block;
}

/* end MacIE5 */




/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
body {
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1;
    width: 100%;
    min-width: 1250px;
}

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

a {
    color: #333;
    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;
    -moz-transition-property: background-color, color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -o-transition-property: background-color, color;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: ease;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

/* 細字のゴシック体 */
.light_font {
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: 100;
}

/* レイアウト */
#main_contents {
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 10;
}

#main_col {
    width: 1250px;
    margin: 15px auto 50px;
    padding: 0 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#left_col {
    width: 850px;
    float: left;
}

#side_col {
    width: 300px;
    float: right;
}

.pc .layout2 #left_col {
    float: right;
}

.pc .layout2 #side_col {
    float: left;
}




/* ----------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------- */
/* トップページのアニメーション */
.pc .home .animation_element {
    opacity: 0;
}

.pc .home .animation_element.active {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation: moveUp 0.65s ease forwards 0.5s;
    animation: moveUp 0.65s ease forwards 0.5s;
}

.pc .home .animation_element.first {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/* スライダー */
#header_slider {
    width: 1200px;
    height: auto;
    position: relative;
    min-width: 1200px;
    margin: 0 auto 80px;
}

#header_slider .item {
    width: 100%;
    height: auto;
    min-width: 1200px;
}

#header_slider .item img {
    width: 100%;
    height: auto;
    display: block;
}

#header_slider .item .overlay span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0px;
    top: 0px;
}


/* スライダーのキャッチコピー */
#header_slider .caption {
    position: absolute;
    text-align: center;
    z-index: 5;
    width: 1150px;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    top: -webkit-calc(50% + 30px);
    top: -moz-calc(50% + 30px);
    top: calc(50% + 30px);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#header_slider .caption .title {
    line-height: 125%;
}

#header_slider .caption .button {
    font-size: 16px;
    text-decoration: none;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin: 15px 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/* スライダーのキャッチコピーのアニメーション */
.pc #header_slider .caption .title,
.pc #header_slider .caption .button {
    opacity: 0;
}

.pc #header_slider .item.slick-active .caption .title {
    -webkit-animation: opacityAnimation 1.0s ease forwards 1.0s;
    animation: opacityAnimation 1.0s ease forwards 1.0s;
}

.pc #header_slider .item.slick-active .caption .button {
    -webkit-animation: opacityAnimation 1.0s ease forwards 2.0s;
    animation: opacityAnimation 1.0s ease forwards 2.0s;
}

.pc #header_slider .first_active .caption .title {
    -webkit-animation: opacityAnimation 1.0s ease forwards 2.0s !important;
    animation: opacityAnimation 1.0s ease forwards 2.0s !important;
}

.pc #header_slider .first_active .caption .button {
    -webkit-animation: opacityAnimation 1.0s ease forwards 3.0s !important;
    animation: opacityAnimation 1.0s ease forwards 3.0s !important;
}

@-webkit-keyframes opacityAnimation {
    0% {}

    100% {
        opacity: 1;
    }
}

@keyframes opacityAnimation {
    0% {}

    100% {
        opacity: 1;
    }
}


/* ヘッダーコンテンツ */
#header_content {
    width: 1250px;
    margin: 0 auto 80px;
    padding: 0 25px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#header_content .item {
    float: left;
    width: 300px;
    height: 660px;
    overflow: hidden;
    position: relative;
    opacity: 0;
}

#header_content .item.active {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation: moveUp 0.65s ease forwards 1.0s;
    animation: moveUp 0.65s ease forwards 1.0s;
}

.tcd-pb-widget p iframe {
    width: 100%;
    height: 58vh;
    max-height: 478px;
}

@-webkit-keyframes moveUp {
    0% {}

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

@keyframes moveUp {
    0% {}

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

#header_content img {
    display: block;
    width: 300px;
    height: auto;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#header_content .item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#header_content .image:before {
    width: 300px;
    height: 660px;
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

#header_content .item:hover .image:before {
    opacity: 1;
}

#header_content .desc {
    display: block;
    width: 300px;
    padding: 0 30px;
    color: #fff;
    line-height: 200%;
    font-size: 15px;
    text-decoration: none;
    z-index: 3;
    text-align: left;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#header_content .item:hover .desc {
    opacity: 1;
}

#header_content .catch {
    display: block;
    width: 300px;
    padding: 0 30px;
    color: #fff;
    line-height: 200%;
    font-size: 15px;
    text-decoration: none;
    z-index: 4;
    text-align: center;
    position: absolute;
    bottom: 35px;
    font-weight: 200;
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#header_content .item:hover .catch {
    opacity: 0;
}


/* プロジェクト　コンテンツ */
#index_project {
    width: 1250px;
    margin: 0 auto;
    padding: 0 25px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#index_project .catchphrase {
    text-align: center;
    margin: 0 0 100px 0;
}

#index_project .catchphrase .headline {
    font-size: 40px;
    line-height: 200%;
    margin: 0 0 5px 0;
}

#index_project .catchphrase .desc {
    font-size: 14px;
    line-height: 2.2;
    margin: 0 0 35px 0;
}

/* プロジェクトリスト */
#project_list li {
    float: left;
    width: 300px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

#project_list .image {
    display: block;
    height: 100%;
}

#project_list img {
    display: block;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#project_list li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#project_list .image:before {
    width: 300px;
    height: 300px;
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

#project_list li:hover .image:before {
    opacity: 1;
}

#project_list .title {
    display: block;
    padding: 15px 20px 10px;
    color: #333;
    background: #fff;
    width: 100%;
    line-height: 180%;
    font-size: 13px;
    text-decoration: none;
    position: absolute;
    z-index: 3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

#project_list li:hover .title {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

#project_list .title span {
    display: block;
    font-size: 12px;
}

#project_list .title span.project_title {
    margin: 0 0 5px 0;
    color: #333;
    font-size: 14px;
}


/* News　コンテンツ */
#index_news {
    width: 1250px;
    margin: 0 auto;
    padding: 80px 25px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#index_news+#index_blog_image {
    padding-top: 0;
}

#index_news .catchphrase {
    margin: 0 0 40px 0;
    position: relative;
}

#index_news .catchphrase .headline {
    font-size: 40px;
    line-height: 200%;
    margin: 0 30px 0 0;
    display: inline-block;
    vertical-align: middle;
}

#index_news .catchphrase .desc {
    font-size: 14px;
    line-height: 200%;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.index_news_list {
    width: 580px;
    margin: 0 0 100px 0;
}

.index_news_list .headline {
    float: left;
    height: 45px;
    line-height: 45px;
    background: #333;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    width: 170px;
}

.index_news_list .archive_link {
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 170px;
}

.index_news_list ol {
    clear: both;
}

.index_news_list ol a {
    display: block;
    border: 1px solid #ddd;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    margin-bottom: -1px;
    font-size: 14px;
    text-decoration: none;
}

.index_news_list ol a:hover {
    background: #f7f7f7;
}

.index_news_list ol a .entry-date {
    display: inline-block;
    margin-right: 25px;
    font-size: 12px;
}

.index_news_list ol a .title {}

#index_event_list {
    float: left;
}

#index_info_list {
    float: right;
}

#index_news.one_list #index_event_list,
#index_news.one_list #index_info_list {
    float: none;
    width: 100%;
}


/* ボックス　コンテンツ */
#index_box {
    background: #f7f7f7;
    min-width: 1250px;
}

#index_box_inner {
    width: 1250px;
    margin: 0 auto;
    padding: 80px 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.index_box_list li {
    float: left;
    width: 380px;
    margin: 0 30px 70px 0;
}

.index_box_list li.box3 {
    margin: 0;
}

.index_box_list li.box6 {
    margin: 0;
}

.index_box_list li.box9 {
    margin: 0;
}

.index_box_list .headline {
    display: table;
    width: 130px;
    height: 130px;
    margin: 0 auto 41.6px;
    line-height: 130px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.index_box_list .headline span {
    display: table-cell;
    line-height: 1.5;
    vertical-align: middle;
    word-break: break-all;

    /* 2025.01.20 書体変更 */
    font-family: Arial,
        "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN",
        "メイリオ",
        Meiryo,
        sans-serif;

}

.index_box_list .desc {
    height: 90px;
    line-height: 2.2;
    margin: 0 0 41.6px 0;
    overflow: hidden;
}

.index_box_list .image {
    overflow: hidden;
    position: relative;
}

.index_box_list .image span {
    display: block;
    padding: 20px;
    color: #333;
    background: #fff;
    width: 100%;
    line-height: 180%;
    font-size: 14px;
    text-decoration: none;
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.index_box_list .image a:hover span {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.index_box_list .image img {
    display: block;
    width: 380px;
    height: 230px;
    /*
  -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);
  -webkit-backface-visibility:hidden; backface-visibility:hidden;
*/
}

/*
.index_box_list .image a:hover img {
  -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);
}
*/


/* Blog　コンテンツ */
#index_blog_image,
.bnr-chara {
    width: 1250px;
    margin: 0 auto;
    padding: 80px 25px 0;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#index_blog_image:last-child {
    margin-bottom: 30px;
}

#index_blog_image a,
#index_blog_image img,
.bnr-chara a,
.bnr-chara img {
    display: block;
    margin: 0 auto;
}

#index_blog_image img,
.bnr-chara img {
    max-width: 100%;
    height: auto;
}

#index_blog {
    width: 1250px;
    margin: 0 auto;
    padding: 80px 25px 0;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#index_blog.president {
    margin-top: 40px;
}

#index_blog .catchphrase {
    margin: 0 0 40px 0;
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 15%);
}

#index_blog .catchphrase .headline {
    font-size: 40px;
    line-height: 200%;
    margin: 0 30px 0 0;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

#index_blog .catchphrase .desc {
    font-size: 14px;
    line-height: 200%;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    flex-grow: 1;
}

#index_blog .index_blog_link {
    width: 170px;
    height: 45px;
    line-height: 45px;
    display: block;
    text-decoration: none;
    background: #000;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 100px;
}

#blog_list {
    font-size: 0;
}

#blog_list li {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    margin: 0 30px 30px 0;
    font-size: 14px;
}

#blog_list li:nth-child(3n) {
    margin: 0;
}

#blog_list .image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 380px;
    height: 230px;
}

#blog_list .image img {
    display: block;
    width: 380px;
    height: 230px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#blog_list .image:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#blog_list .image:before {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

#blog_list .image:hover:before {
    opacity: 1;
}

#blog_list .date {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #000;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 3;
    width: 120px;
    font-size: 12px;
}

#blog_list .info {
    background: #f7f7f7;
    padding: 20px;
}

#blog_list .title {
    display: block;
    line-height: 180%;
    margin: 0;
    min-height: 52px;
}

/*
#blog_list .category { margin-top:16px; }
#blog_list .category a { text-decoration:none; display:inline-block; text-align:center; padding:0 16px; background:#fff; border:1px solid #eee; height: 25px; line-height: 25px; font-size: 12px; }
#blog_list .category a:hover { background:#000; color:#fff; }
*/
#blog_list .category {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #000;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    width: auto;
    font-size: 12px;
    padding: 0 10px;
}

#blog_list .category.cat-8 {
    background: #966139;
}

#blog_list .category.cat-14 {
    background: #E3A92C;
}

#blog_list .tags {
    margin-top: 16px;
}

#blog_list .tags a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 0 16px;
    background: #fff;
    border: 1px solid #eee;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}

#blog_list .tags a:hover {
    background: #000;
    color: #fff;
}

#archive_nav {
    max-width: 90%;
    margin: 10px auto 50px;
    overflow: hidden;
}

#archive_nav ul {
    border: 1px solid #CCCCCC;
    overflow: hidden;
    display: flex;
}

#archive_nav ul li {
    width: calc(100% / 6);
    text-align: center;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    box-sizing: border-box;
}

#archive_nav ul li:first-child {
    border: none;
}

#archive_nav ul li:last-child {
    border: none;
}

#archive_nav ul li a {
    display: block;
    width: 100%;
    padding: min(8%, 15px) 0;
}

#archive_nav ul li a:hover {
    background: #966139;
    color: #FFFFFF;
}

#archive_nav ul li.current-menu-item a {
    background: #966139;
    color: #FFFFFF;
}

@media screen and (max-width: 770px) {
    #archive_nav {
        max-width: 100%;
    }

    #archive_nav ul li {
        font-size: 10px;
    }

    #index_blog .catchphrase {
        display: block;
        width: 100%;
    }
}

/* ----------------------------------------------------------------------
 プロジェクトページ
---------------------------------------------------------------------- */
/* アーカイブページ */
#archive_catchphrase {
    text-align: center;
    margin: 0 0 100px 0;
}

#archive_catchphrase .headline {
    font-size: 40px;
    line-height: 200%;
    margin: 0 0 5px 0;
}

#archive_catchphrase .desc {
    font-size: 14px;
    line-height: 2.2;
    margin: 0 0 35px 0;
}


/* ソートボタンと記事一覧 */
#project_list li.active {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation: moveUp 0.65s ease forwards 0.5s;
    animation: moveUp 0.65s ease forwards 0.5s;
}

#project_catgory_sort {
    margin: 0 0 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#project_catgory_sort li {
    width: 20%;
    border: 1px solid #ccc;
    border-left: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#project_catgory_sort li a {
    font-size: 12px;
    display: block;
    background: #fff;
    color: #333;
    text-decoration: none;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

#project_catgory_sort li:nth-child(5n + 1) {
    border-left: 1px solid #ccc;
}

#project_catgory_sort li:nth-child(n + 6) {
    border-top: none;
}

#project_catgory_sort li a.active,
#project_catgory_sort li a:hover,
#project_catgory_sort li.current-cat a {
    color: #fff;
    background: #01690c;
}

#project_catgory_sort .current-cat+li:nth-child(7n) {
    border-color: #ccc !important;
}

#project_catgory_sort li:hover+li,
#project_catgory_sort .current-cat+li {
    border-left-color: #cccccc !important;
}


/* 詳細ページ */
#project_side_content {
    background: #f4f4f4;
    padding: 35px 35px 10px;
    line-height: 2.4;
}

#project_side_content h3 {
    background: #01698c;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin: -35px -35px 45px;
}

#project_side_content h3 a {
    color: #fff;
    font-weight: 400;
}

#project_side_content h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
}

#project_title {
    font-size: 20px;
    margin: 0;
}

#project_catch {
    font-size: 14px;
    margin: 10px 0 0 0;
}

#project_side_content .post_content {
    font-size: 14px;
    margin: 25px 0 0 0;
}

#project_side_content .post_content p {
    line-height: 2.4;
}

#project_related {
    clear: both;
    padding: 50px 0 0 0;
}

#project_related .headline {
    background: #000;
    color: #fff;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
}

.post_content .project_pager {
    margin-left: 0;
    margin-bottom: 50px;
    text-align: center;
}

.project_pager li {
    display: inline-block;
    list-style-type: none;
}

.project_pager li+li {
    margin-left: 6px;
}

.project_pager li a {
    background: #ccc;
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 50px;
    width: 50px;
    height: 50px;
}

.project_pager li a:hover {
    text-decoration: none;
}

.project_pager li a:hover::before,
.project_pager li a:hover::after {
    color: #fff;
}

.project_pager_prev a:before {
    content: "\e90f";
    font-family: "design_plus";
}

.project_pager_next a:after {
    content: "\e910";
    font-family: "design_plus";
}

/* ----------------------------------------------------------------------
 アーカイブページ
---------------------------------------------------------------------- */
/* ヘッダーのキャッチフレーズ */
#archive_header {
    margin: 0 0 45px;
}

#archive_headline {
    font-size: 40px;
    margin: 0;
}

#category_desc {
    font-size: 15px;
    line-height: 250%;
    margin: 20px 0 0 0;
}


/* ページング */
.page_navi {
    margin: 0;
}

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

.page_navi li {
    display: inline;
    margin: 0 -1px -1px 0;
}

.page_navi a,
.page_navi a:hover,
.page_navi span {
    font-size: 12px;
    padding: 15px 18px;
    line-height: 100%;
    margin: 0;
    background: #fff;
    display: inline-block;
    border: 1px solid #ccc;
}

.page_navi a:hover {
    color: #fff;
    background: #222;
    text-decoration: none;
}

.page_navi span.dots {
    background: none;
}

.page_navi span.current {
    color: #fff;
    background: #aaa;
}

.page_navi p.back {
    margin: 0;
}

.page_navi p.back a {
    background: #000;
    border: 0;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 170px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    position: relative;
    padding: 0;
}

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

.page_navi p.back a:hover:before {
    color: #fff;
}




/* ----------------------------------------------------------------------
 イベント・インフォメーション
---------------------------------------------------------------------- */
#post_meta_top .news_category {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#archive_news_list .headline {
    background: #00688d;
    color: #fff;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
}

#archive_news_list li {
    border: 1px solid #ddd;
    border-top: 0;
}

#archive_news_list li a {
    display: block;
    padding: 30px;
    text-decoration: none;
    color: #333;
    background: #fff;
    position: relative;
}

#archive_news_list li a:after {
    content: "\e910";
    font-family: "design_plus";
    font-size: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 18px;
    height: 18px;
}

#archive_news_list li a .entry-date {
    display: block;
    margin: 0 0 10px 0;
    font-size: 12px;
    color: #00688d;
}

#archive_news_list li a:hover {
    background-color: #f7f7f7;
}

.archive #archive_news_list {
    margin: 0 0 30px 0;
}




/* ----------------------------------------------------------------------
 記事
---------------------------------------------------------------------- */
#article {
    position: relative;
}


/* アイキャッチ画像 */
#post_image {
    padding: 0;
    margin: 0 0 50px 0;
}

#post_image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}


/* カテゴリー */
#post_meta_top {
    margin: 0 0 20px 0;
}

#post_meta_top li {
    float: left;
    margin: 0;
    font-size: 12px;
    width: 125px;
    text-align: center;
}

#post_meta_top .category {}

#post_meta_top .category a {
    height: 40px;
    line-height: 40px;
    display: block;
    text-decoration: none;
    border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#post_meta_top .category a:hover {
    color: #fff;
}

#post_meta_top .date {
    height: 40px;
    line-height: 40px;
    background: #000;
    color: #fff;
    position: relative;
}


/* 記事タイトル */
#post_title {
    padding: 0;
    margin: 0 0 18px;
    font-size: 21px;
    line-height: 1.5;
}


/*  記事本文*/
.post_content a:hover {
    text-decoration: underline;
}

/* SNSボタン */
#single_share_top {
    margin: -10px 0 0;
}

#single_share_top #share_top1 {
    padding-top: 0;
}


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

#post_pagination h5 {
    margin: 0 0 10px 0;
    font-size: 12px;
}

#post_pagination a,
#post_pagination p {
    font-size: 12px;
    display: inline-block;
    background: #fff;
    margin: 0 -1px 0 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #333;
    border: 1px solid #ccc;
}

#post_pagination p {
    background: #666;
    color: #fff;
}

#post_pagination a:hover {
    color: #fff;
}


/* メタ情報 */
#post_meta_bottom {
    margin: 0 0 50px;
    background: #fafafa;
    padding: 25px;
}

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

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

#post_meta_bottom li:before {
    font-family: 'design_plus';
    color: #aaa;
    font-size: 13px;
    display: block;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#post_meta_bottom li.post_category:before {
    content: '\e92f';
    top: -2px;
    left: 0px;
}

#post_meta_bottom li.post_tag:before {
    content: '\e935';
    top: -1px;
    left: 0px;
}

#post_meta_bottom li.post_author:before {
    content: '\e90d';
    top: -2px;
    left: 0px;
}

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


/* 次の記事、前の記事 */
#previous_next_post {
    margin: 0 0 50px 0;
}

#previous_next_post .prev_post,
#previous_next_post .next_post {
    float: left;
    width: 425px;
    margin-right: -1px;
}

#previous_next_post a {
    display: block;
    border: 1px solid #ddd;
    padding: 0;
    color: #333;
    line-height: 130%;
    height: 120px;
    color: #333;
    text-decoration: none;
    position: relative;
}

#previous_next_post .image {
    overflow: hidden;
    width: 120px;
    height: 120px;
}

#previous_next_post .prev_post .image {
    float: left;
    margin-right: 20px;
}

#previous_next_post .next_post .image {
    float: right;
    margin-left: 20px;
}

#previous_next_post img {
    width: 100%;
    height: 100%;
}

#previous_next_post .next_post img {
    float: right;
    margin: 0 0 0 20px;
}

#previous_next_post .title {
    display: table;
    font-size: 14px;
    line-height: 180%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0 22px 0 0;
}

#previous_next_post .title span {
    display: table-cell;
    vertical-align: middle;
}

#previous_next_post .next_post .title {
    margin: 0 0 0 22px;
}

#previous_next_post a:hover {
    background: #f7f7f7;
    color: #333;
}


/* 広告 */
#single_banner_area {
    margin: 0 0 50px;
    text-align: center;
}

#single_banner_area .single_banner_left {
    display: inline-block;
    margin: 0 10px 0 0;
}

#single_banner_area .single_banner_right {
    display: inline-block;
    margin: 0 0 0 10px;
}

#single_banner_area img {
    max-width: 100%;
    height: auto;
    display: block;
}

#single_banner_area.one_banner .single_banner_left {
    float: none;
    margin: 0 auto;
}

#single_banner_area.one_banner img {
    margin: 0 auto;
}


/* 広告（ページ下部） */
#single_banner_area_bottom {
    margin: 0 0 50px;
    text-align: center;
}

#single_banner_area_bottom .single_banner_left {
    display: inline-block;
    margin: 0 10px 0 0;
}

#single_banner_area_bottom .single_banner_right {
    display: inline-block;
    margin: 0 0 0 10px;
}

#single_banner_area_bottom img {
    max-width: 100%;
    height: auto;
    display: block;
}

#single_banner_area_bottom.one_banner .single_banner_left {
    float: none;
    margin: 0 auto;
}

#single_banner_area_bottom.one_banner img {
    margin: 0 auto;
}


/* 広告（ショートコードver） */
#single_banner_area2 {
    margin: 0 0 30px 0;
    text-align: center;
}

#single_banner_area2 .single_banner_left {
    display: inline-block;
    margin: 0 10px 0 0;
}

#single_banner_area2 .single_banner_right {
    display: inline-block;
    margin: 0 0 0 10px;
}

#single_banner_area2 img {
    max-width: 100%;
    height: auto;
    display: block;
}

#single_banner_area2.one_banner .single_banner_left {
    float: none;
    margin: 0 auto;
}

#single_banner_area2.one_banner img {
    margin: 0 auto;
}


/* 関連記事 */
#related_post {
    margin: 0 0 50px 0;
    background: #000;
    color: #fff;
}

#related_post .headline {
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    margin: 0;
    padding: 0 30px;
}

#related_post ol {
    margin: 0 0 0 30px;
    position: relative;
    font-size: 0;
}

#related_post li {
    width: 245px;
    margin: 0 27px 27px 0;
    display: inline-block;
    vertical-align: top;
}

#related_post li:nth-child(3n) {
    margin-right: 0;
}

#related_post li .image {
    margin: 0 0 15px 0;
    display: block;
    width: 245px;
    height: 150px;
    overflow: hidden;
}

#related_post li a.image img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#related_post li .image:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#related_post li .title {
    font-size: 14px;
    line-height: 160%;
    font-weight: 400;
}

#related_post li .title a {
    display: block;
    color: #fff;
}




/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
#header {
    width: 100%;
    min-width: 1250px;
    height: 130px;
    background: #fff;
    position: relative;
    z-index: 20;
}

#header_inner {
    height: 130px;
    width: 1250px;
    margin: 0 auto;
    position: relative;
}


/* 固定ヘッダー */
.pc .header_fix #header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 200;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    animation: slideDown 0.5s ease;
    -ms-animation: slideDown 0.5s ease;
    -webkit-animation: slideDown 0.5s ease;
    -moz-animation: slideDown 0.5s ease;
}

@-webkit-keyframes slideDown {
    0% {
        top: -50px;
    }

    100% {
        top: 0px;
    }
}

@keyframes slideDown {
    0% {
        top: -50px;
    }

    100% {
        top: 0px;
    }
}


/* ロゴ */
.pc #logo_text,
.pc #logo_image {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pc #header_logo .logo {
    font-size: 20px;
    margin: 0;
}

.pc #header_logo .logo a {
    text-decoration: none;
}

.pc #logo_image img {
    display: block;
}


/* グローバルメニュー */
.pc #global_menu {
    float: right;
}

.pc #global_menu>ul {
    height: 130px;
    font-size: 0;
    position: relative;
}

.pc #global_menu>ul>li {
    font-size: 1%;
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.pc #global_menu>ul>li>a {
    font-size: 12px;
    text-decoration: none;
    height: 130px;
    line-height: 130px;
    display: block;
    padding: 0 28px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.pc #global_menu>ul>li>a:hover {}

.pc #global_menu ul ul {
    display: none;
    width: 200px;
    position: absolute;
    top: 130px;
    left: -2px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.pc #global_menu ul ul ul {
    left: 100%;
    top: 0;
    margin: 0;
    border: none;
}

.pc #global_menu ul ul li {
    line-height: 150%;
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
    display: block;
}

.pc #global_menu ul ul a {
    display: block;
    font-size: 11px;
    background: #222;
    border: none;
    position: relative;
    padding: 14px 20px 12px 20px;
    height: auto;
    line-height: 160%;
    margin: 0;
    text-align: left;
    box-shadow: none;
    color: #fff;
}

.pc #global_menu ul ul a:hover {
    text-decoration: none;
    border: none;
    color: #fff;
}

.pc #global_menu ul ul li.menu-item-has-children>a:before {
    margin: 0;
    display: block;
    top: 20px;
    right: 10px;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0px 4px 4px;
    border-color: transparent transparent transparent #fff;
}

.pc #global_menu li li.current-menu-item>a {
    color: #fff;
}


/* パンくずリンク */
#bread_crumb {
    margin: 15px 0 0;
    height: 60px;
    line-height: 60px;
    min-width: 1200px;
    overflow: hidden;
}

#bread_crumb ul {
    width: 1200px;
    margin: 0 auto;
}

#bread_crumb li.home {
    padding: 0;
}

#bread_crumb li.home a {
    float: left;
    height: 15px;
    width: 13px;
    line-height: 15px;
    display: block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#bread_crumb li.home a span {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

#bread_crumb li.home a:before {
    font-family: 'design_plus';
    color: #333;
    font-size: 14px;
    display: block;
    position: absolute;
    top: 23px;
    left: 0px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#bread_crumb li.home:after {
    display: none;
}

#bread_crumb li.home a:before {
    content: '\e90c';
}

#bread_crumb li.home a:hover:before {
    color: #fff;
}

#bread_crumb li {
    color: #999;
    font-size: 12px;
    display: inline;
    padding: 0 15px 0 0;
    margin: 0 0 0 15px;
    line-height: 160%;
    position: relative;
}

#bread_crumb li:after {
    font-family: 'design_plus';
    content: '\e910';
    color: #999;
    font-size: 9px;
    display: block;
    position: absolute;
    left: -20px;
    top: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#bread_crumb li a {
    color: #aaa;
}




/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
#footer_top {
    background: #f7f7f7;
    min-width: 1200px;
    margin-top: 120px;
}

#footer_top_inner {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}

#footer_menu_widget_area {
    float: right;
    width: 850px;
}


/* 住所 */
#footer_address {
    float: left;
    width: 250px;
    font-size: 12px;
    margin: 0;
}

#footer_address .image {
    display: block;
    max-width: 100%;
    height: auto;
}

#footer_address .logo {
    margin: 17px 0 0 0;
}

#footer_address .logo a {
    display: inline-block;
}

#footer_address .logo img {
    display: block;
}

#footer_address .info {
    margin: 10px 0 0 0;
    line-height: 1.8;
}

#footer_address .button {
    box-sizing: border-box;
    margin: 15px 0 0 0;
    display: inline-block;
    background: #fff;
    border: 1px solid #eee;
    padding: 7px 15px;
    text-decoration: none;
}

#footer_address .button:hover {
    color: #fff;
}


/* メニュー */
#footer_menu {
    margin: 0;
    float: left;
    width: 500px;
    font-size: 0;
}

.footer_menu {
    display: inline-block;
    vertical-align: top;
}

.footer_menu li {
    margin: 0 0 15px 0;
    font-size: 12px;
    line-height: 160%;
}

.footer_menu a {
    display: block;
    transition: .3s ease-in-out;
    color: #666;
}

.footer_menu a:hover {
    text-decoration: underline !important;
}

.footer_menu li:first-child a,
.footer_menu li:only-child a {
    font-size: 14px;
    margin: 0 0 20px 0;
}

#footer_menu.footer_menu_num2 .footer_menu {
    margin: 0 50px 0 0;
    width: 225px;
}

#footer_menu.footer_menu_num2 .footer_menu:last-child {
    margin: 0;
}

#footer_menu.footer_menu_num3 .footer_menu {
    margin: 0 33px 0 0;
    width: 144px;
}

#footer_menu.footer_menu_num3 .footer_menu:last-child {
    margin: 0;
}

#footer_menu.footer_menu_num4 .footer_menu {
    margin: 0 33px 0 0;
    width: 100px;
}

#footer_menu.footer_menu_num4 .footer_menu:last-child {
    margin: 0;
}


/* ウィジェット */
#footer_widget {
    float: right;
    width: 250px;
}

#footer_widget .footer_headline {
    margin: 0 0 25px 0;
    font-size: 14px;
    font-weight: normal;
    font-weight: normal;
}

#footer_widget .side_widget {
    margin: 0;
    font-size: 14px;
    position: relative;
}

#footer_widget .styled_post_list1_widget {
    border: none;
    padding: 0;
}

#footer_widget .styled_post_list1_widget .side_headline {
    margin: 0 0 20px;
    position: relative;
}

#footer_widget .widget_calendar {
    border: none;
    padding: 0;
}

#footer_widget .widget_search #search-box,
#footer_widget .widget_search #s,
#footer_widget .side_widget.google_search #s {
    background: #e2e2e2;
}

#footer_widget .project_list_widget li {
    width: 80px;
    height: 80px;
}

#footer_widget .project_list_widget li:nth-child(7),
#footer_widget .project_list_widget li:nth-child(8),
#footer_widget .project_list_widget li:nth-child(9) {
    margin-bottom: 0 !important;
}


/* フッター下部 */
#footer_bottom {
    background: #000;
    width: 100%;
    min-width: 1200px;
    height: 60px;
}

#footer_bottom_inner {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    position: relative;
}


/* SNSボタン */
#footer_social_link {
    position: absolute;
    top: 12px;
    z-index: 2;
}

#footer_social_link li {
    float: left;
    margin: 0 5px 0 0;
    position: relative;
}

#footer_social_link li a {
    display: block;
    text-indent: -200px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
}

#footer_social_link li:before {
    font-family: 'design_plus';
    color: #fff;
    font-size: 17px;
    display: block;
    position: absolute;
    top: 10px;
    left: 9px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#footer_social_link li.twitter:before {
    content: '\e904';
}

#footer_social_link li.facebook:before {
    content: '\e902';
}

#footer_social_link li.insta:before {
    content: '\ea92';
    top: 11px;
}

#footer_social_link li.rss:before {
    content: '\e90b';
}

#footer_social_link li.twitter:hover:before {
    color: #16b9dc;
}

#footer_social_link li.facebook:hover:before {
    color: #3B5998;
}

#footer_social_link li.insta:hover:before {
    color: #8a3ab9;
}

#footer_social_link li.rss:hover:before {
    color: #ffcc00;
}


/* コピーライト */
#copyright {
    display: block;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    color: #fff;
    z-index: 1;
}

#copyright a {
    color: #fff;
}


/* ページ上部へ戻るボタン */
#return_top {
    display: none;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    -webkit-transform: translate3d(0, 120%, 0);
    transform: translate3d(0, 120%, 0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

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

#return_top a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    text-decoration: none;
    background: #333;
}

#return_top span {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

#return_top a:hover {
    opacity: 1;
}

#return_top a:before {
    font-family: 'design_plus';
    color: #fff;
    font-size: 18px;
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#return_top a:before {
    content: '\e911';
    top: 22px;
    left: 21px;
}


/* ローディングアイコン */
#site_wrap {
    display: none;
}

#site_loader_overlay {
    position: fixed;
    background: #fff;
    background: rgba(255, 255, 255, 1);
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 99999;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#site_loader_spinner {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-top: -30px;
    margin-left: -30px;
    border: 4px solid #ccc;
    border-top-color: #666;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: loading 1.2s linear infinite;
    -webkit-animation: loading 1.2s linear infinite;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}




/* ----------------------------------------------------------------------
 サイドコンテンツ
---------------------------------------------------------------------- */
/* 基本設定 */
.side_widget {
    margin: 0 0 50px 0;
    font-size: 14px;
    position: relative;
}

.side_widget:last-child,
.side_widget:only-child {
    margin: 0;
}

.side_headline {
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    margin: 0 0 20px 0;
    background: #333;
    color: #fff;
    padding: 0 20px;
}

.side_widget ul {
    margin: 0;
}

.side_widget li ul {
    margin: 10px 0 0 0;
}

.side_widget li {
    line-height: 200%;
    padding: 2px 0;
    margin: 0 0 10px 0;
}

.side_widget a {}

.side_widget a:hover {}

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


/* 広告 */
.ml_ad_widget {
    margin: 0 0 60px 0;
    border: none;
    padding: 0;
    background: none;
}

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


/* カレンダー */
.widget_calendar {
    border: 1px solid #ddd;
    padding: 15px;
}

.widget_calendar .side_headline {
    margin: -16px -16px 20px;
    position: relative;
}

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

#wp-calendar th,
#wp-calendar td {
    color: #333;
    padding: 2px;
    line-height: 340%;
    text-align: center;
}

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

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

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

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

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

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

#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
    color: #fff;
    background: #ccc;
}

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


/* デザインされた記事一覧１ */
.styled_post_list1_widget {
    /* border:1px solid #ddd; */
    padding: 0;
}

.styled_post_list1_widget .side_headline {
    margin: 0;
    position: relative;
}

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

.styled_post_list1 li {
    margin: 0;
    padding: 0;
    background: none;
    border: 1px solid #ddd;
    border-top: 0;
}

.styled_post_list1 li:last-child {
    /* border:none; */
    padding: 0;
    margin: 0;
}

.styled_post_list1 .image {
    float: left;
    display: block;
    margin: 0 15px 0 0;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    z-index: 2;
}

.styled_post_list1 .image img {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.styled_post_list1 .image:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.styled_post_list1 .info {
    padding: 18px;
}

.styled_post_list1 .title {
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: block;
    font-weight: 400;
    line-height: 1.6;
}

.styled_post_list1 .date {
    margin: 0 0 5.8px 0;
    position: relative;
    display: block;
    line-height: 100%;
    font-size: 12px;
}


/* タブ記事 */
.tab_post_list_widget .styled_post_list1 li {
    border-left: 0;
    border-right: 0;
}

.tab_post_list_widget .styled_post_list1 li:last-child {
    border-bottom: 0;
}

.widget_tab_post_list_button a {
    display: inline-block;
    padding: 15px 0;
    width: 50%;
    text-align: center;
    border: 1px solid #ddd;
    float: left;
    margin-bottom: -1px;
    position: relative;
    background: #f7f7f7;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.widget_tab_post_list_button a.tab1 {
    border-right: 0;
}

.widget_tab_post_list_button a.active {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.widget_tab_post_list {
    border: 1px solid #ddd;
}

.widget_tab_post_list2 {
    display: none;
}


/* 開閉式カテゴリー一覧 */
.tcdw_category_list_widget {}

.tcdw_category_list_widget .side_headline {
    margin: 0;
}

.collapse_category_list ul {
    margin: 0;
    padding: 0;
}

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

.collapse_category_list li {
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-top: 0;
}

.collapse_category_list li li {
    margin: 0;
    padding: 0;
}

.collapse_category_list li a {
    /* border-bottom:1px solid #ddd; */
    display: block;
    padding: 12px 20px;
    margin: 0;
    text-decoration: none;
    position: relative;
    color: #333;
    overflow: hidden;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
}

.collapse_category_list li a .count {
    float: right;
    top: 0px;
    position: relative;
    background: #f2f2f2;
    padding: 0 10px;
    min-width: 15px;
    text-align: center;
    font-size: 11px;
    border-radius: 2px;
}

.collapse_category_list li li a .count {
    background: #ddd;
}

.collapse_category_list li li li a .count {
    background: #aaa;
}

.collapse_category_list .parent_category a.active {
    margin: 0;
}

.collapse_category_list .children {
    display: none;
    margin-top: -4px;
}

.collapse_category_list .children a {
    padding-left: 22px;
    background-color: #eee;
    margin: 0;
}

.collapse_category_list ul .children a {
    padding-left: 33px;
    background-color: #bbb;
    color: #fff;
}

.collapse_category_list li a:before {
    content: '';
    display: block;
    position: absolute;
    left: -7px;
    top: 50%;
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
    top: calc(50% - 4px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    border-color: transparent transparent transparent orange;
    -webkit-transition: -webkit-left 0.35s;
    transition: left 0.35s;
}

.collapse_category_list li a:hover:before {
    left: 8px;
}

.collapse_category_list li a:hover .count {
    background-color: orange;
    color: #fff;
}


/* 検索 */
.widget_search label {
    display: none;
}

.widget_search #search-box,
.widget_search #s,
.side_widget.google_search #s {
    width: 260px;
    height: 40px;
    margin: 0;
    border: none;
    background: #f2f2f2;
    padding: 0 10px;
}

.widget_search #search-btn input,
.widget_search #searchsubmit {
    border: none;
    width: 40px;
    height: 40px;
    background: #000 url(img/common/icon_search.png) no-repeat center;
    cursor: pointer;
    display: block;
    float: right;
    text-indent: -300%;
    overflow: hidden;
}

.side_widget.google_search #searchsubmit {
    font-family: 'design_plus';
    color: #ddd;
    font-size: 18px;
    border: none;
    width: 40px;
    height: 40px;
    background: #222;
    cursor: pointer;
    display: block;
    float: right;
    overflow: hidden;
}

.widget_search #search-btn input:hover,
.widget_search #searchsubmit:hover,
.side_widget.google_search #searchsubmit:hover {
    background-color: #666;
}

.pc .three_column .widget_search #search-box,
.pc .three_column .widget_search #s,
.pc .three_column .side_widget.google_search #s {
    width: 176px;
}


/* アーカイブ、カテゴリードロップダウンメニュー */
.widget_archive,
.widget_categories,
.tcdw_archive_list_widget {
    background: #fff;
    padding: 17px 17px 15px;
}

.widget_archive {
    /* border:1px solid #ddd; border-bottom:none; */
    padding: 17px 0 0;
}

.widget_archive ul {
    margin: 0;
    padding: 0;
}

.widget_archive ul li {
    border: 1px solid #ddd;
    border-top: 0;
    margin: -17px 0 15px;
    display: block;
    padding: 12px 17px;
    margin: 0;
    text-decoration: none;
    position: relative;
    color: #333;
    overflow: hidden;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
}

.widget_archive .side_headline,
.widget_categories .side_headline,
.tcdw_archive_list_widget .side_headline {
    margin: -17px -17px 15px;
    position: relative;
}

.widget_archive .side_headline {
    margin: -17px 0 0;
}

.widget_archive select,
.widget_categories select,
.tcd_archive_dropdown select {
    border: 1px solid #ddd;
    padding: 12px 10px;
    width: 100%;
    margin: 0;
    font-size: 14px;
}

.widget_archive select {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 12px;
}

.widget_archive label,
.widget_categories label {
    display: none;
}

.widget_archive select option,
.widget_categories select option,
.tcd_archive_dropdown option {
    background: #fff;
    color: #333;
}


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

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


/* プロジェクト */
.project_list_widget {
    overflow: hidden;
}

.project_list_widget .side_headline {
    margin-bottom: 5px;
}

.project_list_widget ol {
    margin: 0 -10px 0px 0;
    position: relative;
}

.project_list_widget li {
    float: left;
    margin: 0 5px 5px 0 !important;
    padding: 0 !important;
    width: 96px;
    height: 96px;
    overflow: hidden;
}

.project_list_widget .image {
    display: block;
    width: 96px;
    height: 96px;
}

.project_list_widget .image img {
    display: block;
    max-width: initial;
    width: 100%;
    height: 100%;
}




/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments {
    font-size: 12px;
    margin: 0;
}

#comment_headline {
    font-size: 14px;
    margin: 0 0 20px 0;
}

#comment_area,
#trackback_area {
    margin: 15px 0 20px;
    padding: 0 0 5px 0;
}

#trackback_area {
    display: none;
}


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

#comment_header ul {
    margin: 0;
}

#comment_header ul li {
    float: left;
    text-align: center;
    margin: 0;
    width: 50%;
}

#comment_header ul li a,
#comment_header ul li p {
    font-size: 11px;
    padding: 15px 15px;
    line-height: 180%;
    display: block;
    color: #333;
    text-decoration: none;
    border: 1px solid #ccc;
}

#comment_header ul li a:hover {
    color: #fff !important;
    background: #333;
}

#comment_header ul li.comment_switch_active a,
#comment_header #comment_closed p {
    color: #fff;
    position: relative;
    background: #333;
}

#comment_header ul li.comment_switch_active a:after,
#comment_header #comment_closed p:after {
    position: absolute;
    bottom: -17px;
    left: 195px;
    content: "";
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}


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

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

#comments .post_content {
    margin: 20px 0 0;
    padding: 0;
    background: none;
}

.admin-comment {}


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

.comment-meta-left {
    float: left;
    width: 400px;
}

#comments .avatar {
    float: left;
    margin: 0 10px 0 0;
    background: #fff;
    width: 40px;
    height: 40px;
}

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

.comment-date {
    font-size: 11px;
    color: #757676;
    margin: 10px 0 0 0;
}

.comment-act {
    background: url(img/common/arrow3.gif) no-repeat left;
    font-size: 11px;
    position: absolute;
    right: 0px;
    padding: 0 0 0 10px;
    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;
}


/* トラックバック */
.trackback_time {
    font-size: 11px;
    color: #757676;
    margin: 0 0 7px 0px;
}

.trackback_title {
    margin: 2px 0 8px 0;
    margin: 0 0 10px 0px;
    line-height: 160%;
}

#trackback_url_area {
    margin: 0;
}

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

#trackback_url_area input {
    border: 1px solid #ccc;
    background: #fafafa;
    padding: 10px;
    width: 100%;
    font-size: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* ページナビ */
#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 {
    border: 1px solid #ccc;
    margin: 0 0 0px;
    padding: 15px;
    background: #fff;
}

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

#cancel_comment_reply {
    background: url(img/common/arrow3.gif) no-repeat left center;
    margin: 0 0 1em 0;
    padding: 0 0 0 10px;
}

#comment_user_login p {
    padding: 0 0 0 1px;
    margin: 0;
    line-height: 100%;
}

#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: 100%;
}

#comment_login a {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    background: url(img/common/arrow3.gif) no-repeat 10px 3px;
}

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

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

#guest_info input {
    margin: 0;
    padding: 5px 0;
    border: 1px solid #ccc;
    width: 100%;
    background: #fff;
    color: #777;
}

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

#guest_info label {
    display: block;
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    font-size: 11px;
    color: #888;
}

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

#comment_textarea textarea {
    margin: 15px 0 0;
    width: 100%;
    height: 150px;
    border: 1px solid #ccc;
    background: #fff;
    color: #777;
    font-size: 11px;
    overflow: auto;
}

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

#submit_comment_wrapper {
    text-align: center;
}

#submit_comment {
    background: #aaa;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    width: 200px;
    height: 50px;
    margin: 15px auto 0;
    display: block;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    -ms-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

#submit_comment:hover {
    background: #e48898;
}

#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: 160%;
}




/* ----------------------------------------------------------------------
 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.5;
    margin: 0 0 2em 0;
}

.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
    clear: both;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
}

.post_content h1 {
    font-size: 150%;
}

.post_content h2 {
    font-size: 140%;
}

.post_content h3 {
    font-size: 130%;
}

.post_content h4 {
    font-size: 120%;
}

.post_content h5 {
    font-size: 110%;
}

.post_content h6 {
    font-size: 100%;
}


/* image */
.post_content img[class*="align"],
.post_content img[class*="wp-image-"],
.post_content img[class*="attachment-"],
.post_content img.size-full,
.post_content img.size-large,
.post_content .wp-post-image,
.post_content img {
    height: auto;
    max-width: 100%;
}


/* list */
.post_content li,
.post_content dt,
.post_content dd {
    line-height: 2.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 #bbb;
    padding: 10px 15px;
    line-height: 2.2;
}

.post_content th {
    background: #ddd;
    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 0;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 0px 0px #f2f2f2;
    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: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    max-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-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);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    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%;
}

.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: 5px solid #7fc120;
    font-size: 12px;
    margin: 0 0 27px 0;
    line-height: 25px;
    background: url(img/common/pre.gif) repeat left top;
    padding: 0 17px;
    overflow: auto;
}

.post_content .sticky {}

.post_content .mejs-container {
    margin: 12px 0 25px;
}

/* MONOLITH用の pagebuilder のスタイル */
.post_content .pb_headline {
    font-weight: normal;
}

.post_content .pb_catchcopy {
    font-weight: normal;
}

.post_content .pb-widget-editor {
    line-height: 2.2;
}

#post_pagination p+a {
    border-left: none;
}

#project_info table,
#project_info tbody,
#project_info tfoot,
#project_info thead,
#project_info tr,
#project_info th,
#project_info td {
    padding-top: 0;
    padding-bottom: 0;
}



/*Contact form 7 のスタイル */

.wpcf7 {
    width: 99% !important;
}

/* 必須マーク */
.must {
    color: #fff;
    margin-right: 10px;
    padding: 6px 10px;
    background: #F92931;
    border-radius: 20px;
}

/* 任意マーク */
.free {
    color: #fff;
    margin-right: 10px;
    padding: 6px 10px;
    background: #424242;
    border-radius: 20px;
}

/* 項目名を太字にする */
form p {
    font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #d0d5d8;
    border-radius: 3px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
    width: 100%;
    height: 80px;
    background: #27c038;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    font-weight: 600;
}


/* ----------------------------------------------------------------------
blog用追加スタイル
---------------------------------------------------------------------- */
@media screen and (min-width: 770px) {
    .br-pc {
        display: block;
    }

    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 770px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }
}

.blog_h2,
.blog_h3 {
    color: #b89342;
    margin-bottom: 25px !important;
    line-height: 1.5em !important;
}

.blog_p {
    text-align: justify;
}

.blog_p02 {
    line-height: 1.6em;
    letter-spacing: 0.05rem;
    text-align: center;
    font-size: 150%;
    color: #b89342;
    font-weight: 600;
    margin: 0 0 0.8em 0 !important;
    padding: 10px 0 0 0;
}

.sctl_box {
    margin-bottom: 4em;
}

.blog_lead {
    text-align: center;
}

.blog_gray {
    padding: 5%;
}

@media screen and (max-width: 770px) {
    .blog_p {
        font-size: 0.9em;
    }

    .blog_lead {
        text-align: left;
    }

    .tcd-pb-widget p iframe {
        height: 28vh;
    }

    .blog_p02 {
        font-size: 130%;
        margin: 0 0 0.5em 0 !important;
    }
}




/* ----------------------------------------------------------------------
ヘッダーメニュー 追加スタイル
---------------------------------------------------------------------- */

.menu-item-description {
    display: block;
    position: absolute;
    line-height: 20px;
    width: 48%;
    font-size: 0.7rem;
    margin-top: -95px;
}

/*.menu-item-4366 .menu-item-description {
	width:38%;
}*/

@media screen and (max-width:770px) {
    .menu-item-description {
        display: none !important;
    }
}



/* ----------------------------------------------------------------------
 20200811 固定サイドボタン
---------------------------------------------------------------------- */
.c-navi3__txt {
    display: block;
    font-size: 12px;
    margin-top: 9px;
}

.c-navi3__bnt {
    position: relative;
}

.c-navi3__item {
    width: 72px;
    text-align: center;
    cursor: pointer;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
}

.c-navi3__item:nth-child(1)>p {
    background: #FF0000;
}

.c-navi3__item:nth-child(2)>p {
    background: rgba(255, 221, 131, 0.9);
    background: -moz-linear-gradient(-45deg, rgba(76, 100, 211, 0.9), rgba(207, 46, 146, 0.9), rgba(242, 105, 57, 0.9), rgba(255, 221, 131, 0.9));
    background: linear-gradient(150deg, rgba(76, 100, 211, 0.9), rgba(207, 46, 146, 0.9), rgba(242, 105, 57, 0.9), rgba(255, 221, 131, 0.9));
}

.c-navi3__item:nth-child(2) .c-navi3__txt {
    color: #fff;
}


.c-navi3__item:nth-child(3)>p {
    background: rgba(29, 161, 242, 0.9);
}

.c-navi3__item:nth-child(4)>p {
    background: rgba(60, 90, 153, 0.9);
}

.c-navi3__item:last-child>p {
    background: rgba(255, 255, 255, 0.9);
}

.c-navi3__item:not(:last-of-type) p a,
.c-navi3__item:not(:last-of-type) p .c-navi3__txt {
    color: #ffffff;
}

.c-navi3__item p a {
    padding: 15px 0;
    transition: .5s;
    line-height: 13px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.c-navi3__item i {
    font-size: 1.2rem;
}

#c-navi {
    opacity: 0;
    -webkit-animation: inAnimation 0.25s ease forwards 1.0s;
    animation: inAnimation 0.25s ease forwards 1.0s;
}


@media screen and (min-width: 771px) {
    #c-navi {
        right: -10%;
    }

    @-webkit-keyframes inAnimation {
        0% {}

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

    @keyframes inAnimation {
        0% {}

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

    .c-navi3 {
        right: 0;
        top: 50%;
        z-index: 999;
        background: none;
        -webkit-box-shadow: 0px 7px 10px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 7px 10px 2px rgba(0, 0, 0, 0.1);
        position: fixed;
        transform: translateY(-50%);
    }

    .c-navi3__item:hover>p {
        z-index: 1;
    }

    .c-navi3__item:hover>p i {
        transform: scaleX(-1);

        transition: .3s;
    }

    .c-navi3__item:hover .c-navi3__box {
        right: 72px;
        opacity: 1;
    }
}


@media screen and (max-width: 770px) {
    #c-navi {
        bottom: -60px;
    }

    @-webkit-keyframes inAnimation {
        0% {}

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

    @keyframes inAnimation {
        0% {}

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

    #footer_bottom {
        margin-bottom: 60px;
    }

    #return_top {
        bottom: 60px;
    }

    .c-navi3 {
        z-index: 99;
        display: flex;
        /* flex-wrap: wrap; */
        position: fixed;
        left: 0;
        bottom: 0;
        /*bottom: -60px;*/
        width: 100%;
        /*width: calc(100% - 60px);*/
    }

    .c-navi3.active {
        bottom: 0;
    }

    .c-navi3__item {
        width: 25%;
    }

    .c-navi3__item p a {
        padding: 10px 0;
    }

}

/* ----------------------------------------------------------------------
 20201019 ブログアーカイブ 修正
---------------------------------------------------------------------- */
#archive_nav ul li {
    border-left: none;
}

#archive_nav ul li:first-of-type {
    border-right: 1px solid #CCCCCC;
}

@media screen and (max-width: 1200px) {
    #project_catgory_sort li {
        width: 25%;
    }

    #project_catgory_sort li:nth-child(6n),
    #project_catgory_sort li:nth-child(5n + 1) {
        border-left: none;
    }

    #project_catgory_sort li:nth-child(4n + 1) {
        border-left: 1px solid #CCCCCC;
    }

    #project_catgory_sort li:nth-child(n + 5) {
        border-top: none;
    }
}

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

    #project_catgory_sort li:nth-child(5n),
    #project_catgory_sort li:nth-child(4n + 1) {
        border-left: none;
    }

    #project_catgory_sort li:nth-child(3n + 1) {
        border-left: 1px solid #CCCCCC;
    }

    #project_catgory_sort li:nth-child(n + 4) {
        border-top: none;
    }
}

@media screen and (max-width: 640px) {
    #archive_nav ul {
        border: none;
        display: flex;
        flex-wrap: wrap;
    }

    #archive_nav ul.menu li {
        border: 1px solid #CCCCCC;
        border-top: none;
        width: 50%;
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
        display: flex;
    }

    #archive_nav ul li:last-child {
        border-right: 1px solid #CCCCCC !important;
        border-top: none;
    }

    #archive_nav ul.menu li:nth-of-type(odd) {
        border-right: none;
    }

    #archive_nav ul.menu li:nth-of-type(-n+2) {
        border-top: 1px solid #CCCCCC;
    }

    #archive_nav ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 600px) {
    #project_catgory_sort li:nth-child(3n + 1) {
        border-left: none;
    }

    #project_catgory_sort li:nth-child(n + 3) {
        border-top: none;
    }

    #project_catgory_sort li:nth-child(odd) {
        border-left: 1px solid #CCCCCC;
    }
}


/* ----------------------------------------------------------------------
 202110108 TOPページほか 修正
---------------------------------------------------------------------- */
.front_category_box {
    margin-top: 30px;
}

#return_top {
    z-index: 15;
}

/*固定TELボタン*/
#tel_item {
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    right: 60px;
    bottom: 0;
    min-width: 19rem;

    animation-name: bottom_up;
    animation-duration: 1.0s;
    animation-delay: 0.25s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

@keyframes bottom_up {
    0% {
        bottom: -100%;
        opacity: 0;
    }

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

@-webkit-keyframes bottom_up {
    0% {
        bottom: -100%;
        opacity: 0;
    }

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

#tel_item a {
    cursor: pointer !important;
    border-radius: 20px 0 0 0;
    color: #FFFFFF;
    background: rgba(137, 86, 46, 0.9);
    transition: ease 0.3s;
    padding: 22.5px 1rem;
    /*padding: 22.5px 65px 22.5px 1rem;*/
    position: relative;
}

#tel_item::before,
#tel_item::after {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: .4s ease;
}

#tel_item::before {
    content: "チラシ1枚・LP1本からOK!";
    font-size: 1em;
    background-color: #946134;
    color: #ffffff;
    top: 50px;
    width: 80%;
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
    border-radius: 10px;
}

#tel_item::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.3px 10px 0 10px;
    top: 67px;
    border-color: #946134 transparent transparent transparent;
}

#tel_item.active::before,
#tel_item.active::after {
    transform: translate(-50%, -100%);
}

#tel_item.active::before {
    top: -20px;
}

#tel_item.active::after {
    top: -3px;
}

#tel_item a span {
    font-size: 0.85rem;
}

@media screen and (max-width: 770px) {
    #footer_bottom {
        margin-bottom: 105px;
    }

    #return_top {
        bottom: 105px;
    }

    固定サイドボタン #c-navi {
        bottom: -65px;
    }

    @-webkit-keyframes inAnimation {
        0% {}

        100% {
            bottom: 45px;
            opacity: 1;
        }
    }

    @keyframes inAnimation {
        0% {}

        100% {
            bottom: 45px;
            opacity: 1;
        }
    }

    /*固定TELボタン*/
    #tel_item {
        width: 100%;
        right: 0;
        animation-duration: 1s;
        animation-delay: 0.26s;
    }

    /*@keyframes bottom_up {
    	0% {
	    	bottom: 0;
	   	 	right: -100%;
    	}
		100% {
			right: 0;	
    	}
	}
	@-webkit-keyframes bottom_up {
    	0% {
	    	bottom: 0;
	   	 	right: -100%;
    	}
		100% {
			right: 0;	
    	}
	}*/

    #tel_item a {
        width: 100%;
        border-radius: 0;
        text-align: center;
        padding: 15.5px 1rem;
    }

    #tel_item::before,
    #tel_item::after {
        display: none;
    }
}

/* ----------------------------------------------------------------------
 20210420 web制作ページ 修正
---------------------------------------------------------------------- */
.post_content .row_a_01 {
    margin-bottom: 30px;
}

.post_content .row_a_01 ol {
    margin-left: 0;
}


/* mapレスポンシブ */
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* ----------------------------------------------------------------------
mwform-css
---------------------------------------------------------------------- */
.required {
    display: block;
    width: 60px;
    background-color: #F92931;
    border-radius: 30px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    padding: 6px 0 6px;
}

.any {
    display: block;
    width: 60px;
    background-color: #424242;
    border-radius: 30px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    padding: 6px 0 6px;
}

input[type="text"],
input[type="email"],
.textarea {
    display: block;
    width: 100%;
    background-color: #eaeaea;
    border: none;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 18px 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #d0d5d8;
}

.textarea {
    height: 200px;
}

#contact-form {
    width: 100%;
    box-sizing: border-box;
    max-width: 980px;
    margin: 0 auto;
    padding: 25px 50px 55px;
    background-color: #fafafa;
    border: 1px solid #ddd;
}

.pb_headline.pb_font_family_type1.c_title {
    color: #946134;
    font-size: 40px;
    text-align: center;
}

#contact-form dl+dl {
    padding-top: 25px;
}

#contact-form dl dt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 18px;
    font-weight: 500;
}

#contact-form dl dt span {
    margin-right: 10px;
}

#contact-form dl dd {
    padding-top: 10px;
    font-weight: 400;
}

#contact-form dl dd.check span {
    display: inline-block;
}

#contact-form dl .check01 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

#contact-form dl .check02 span {
    display: block;
    margin-bottom: 10px;
}

#contact-form dl .check_txt {
    margin-left: 110px;
}

.mw_wp_form_preview #contact-form dl .check_txt {
    margin-left: 75px;
}

input#your-zip {
    width: 30%;
}

#contact-form .btnBox {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 40px;
}

#contact-form .btnBox input[type="submit"] {
    display: block;
    width: 245px;
    border: 1px solid #0054a6;
    text-align: center;
    font-size: 14px;
    line-height: 13px;
    color: #fff;
    padding: 19px 0;
    margin: 5px;
    cursor: pointer !important;
    transition: all 0.3s;
    background-color: #333333;
}

.mw_wp_form_preview #contact-form .btnBox input[type="submit"] {
    color: #fff;
}

#contact-form .btnBox input[type="submit"]:hover {
    color: #333333;
    background-color: #fff;
}

#contact-form .btnBox input[name="mwform_submit-543"] {
    display: none;
}

.mw_wp_form_preview #contact-form .btnBox input[name="mwform_submit-543"] {
    display: block;
}

#contact-form .btnBox input[name="submitBack"] {
    color: #0054a6;
}

.mw_wp_form_preview #product-form .btnBox input[name="submitConfirm"] {
    display: none;
}

.mw_wp_form_preview #product-form .btnBox input[name="mwform_submit-543"] {
    display: block;
}

.txt_thanks {
    text-align: center;
}

.txt_thanks p {
    padding-bottom: 20px;
}

.txt_thanks p:last-child {
    padding-bottom: 0;
}

.page-id-3044 span.mwform-checkbox-field:nth-child(1),
.page-id-173 span.mwform-checkbox-field:nth-child(1) {
    margin-left: 10px;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0;
}

.form_caution {
    margin: 5% auto 0;
    width: 80%;
}

.form_caution .box {
    background-color: #f5f5f5;
    border: 1px solid #e8e8e8;
    padding: 3% 5% 6% 5%;
    border-radius: 9px;
}

.form_caution .box .cau_title {
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    line-height: 1.4;
}

.form_caution .box .cau_title span {
    font-size: 15px;
    font-weight: 200;
    display: block;
}

.form_caution .box .txt {
    font-size: 16px;
    line-height: 1.6;
    margin: 3% auto 3%;
}

.form_caution .box li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 2%;
}

.page-id-3044 .mw_wp_form_confirm .form_caution {
    display: none;
}

.thanks .txt {
    font-size: 15px;
    line-height: 1.8;
}

.thanks .img {
    margin: 4% auto 0;
}

.thanks .img a {
    display: block;
    width: 215px;
    border: 1px solid #946643;
    text-align: center;
    font-size: 14px;
    line-height: 10px;
    color: #fff;
    padding: 19px 0;
    margin: 0 auto;
    cursor: pointer !important;
    transition: all 0.3s;
    background-color: #946643;
}

.thanks .img a:hover {
    background-color: #fff;
    color: #946643;
    text-decoration: none;
}

.thanks .h5 {
    font-size: 22px;
    color: #936542;
    font-weight: bold;
    margin-bottom: 1%;
}

.mwform-radio-field-text {
    margin-right: 20px;
    line-height: 1.4;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
    display: flex;
    margin-bottom: 0.6vw;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
    margin-top: 0px;
}

.error_txt {
    text-align: center;
}

.mw_wp_form .error:first-child {
    margin-top: 20px;
}

.mw_wp_form .error_txt .error:last-child {
    margin-bottom: 50px;
}

.thanks .inner {
    padding: 45px 30px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    max-width: 850px;
    margin: 5% auto 0;
    text-align: center;
}

.post_content .purchase-details-list {
    margin: 0;
}

.purchase-details-list li {
    list-style: none;
    padding-left: 10px;
    position: relative;
    margin-top: 10px;
}

.purchase-details-list li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.purchase-details-list li:first-child {
    margin-top: 0;
}

.purchase-details-list div,
.purchase-details-sum {
    display: flex;
    align-items: center;
}

.purchase-details-sum {
    padding-left: 10px;
    align-items: flex-end;
    margin-top: 15px;
}

.purchase-details-list div>span:first-child,
.purchase-details-sum span:first-child {
    min-width: 180px;
    line-height: 1em;
}

.purchase-details-sum span:first-child {
    text-align: right;
}

.purchase-details-list div>span:last-child,
.purchase-details-sum span:last-child {
    flex-grow: 1;
    margin-left: 10px;
    display: flex;
    align-items: center;
    line-height: 1em;
}

.purchase-details-sum span:last-child {
    align-items: flex-end;
}

.purchase-details-list div>span:last-child input,
.purchase-details-sum span:last-child input {
    margin-right: 10px;
}

.purchase-details-sum span:last-child input {
    max-width: 250px;
    pointer-events: none;
}

.purchase-details-list input[type="number"] {
    display: block;
    width: 60px;
    text-align: center;
    background-color: #eaeaea;
    font-size: 16px;
    padding: 8px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #d0d5d8;
}

@media screen and (max-width: 1200px) {
    #contact-form dl .check01 {
        display: block;
    }

    #contact-form dl .check01 span {
        display: block;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    #contact-form {
        padding: 0% 7% 7%;
    }

    #contact-form dl dt {
        line-height: 1.8;
    }

    #contact-form dl dd {
        margin-left: 0;
    }

    .check02 input[type=checkbox]+span:before,
    .check01 input[type=checkbox]+span:before {
        content: '';
        margin-right: 0.3em;
        width: 18px;
        height: 18px;
        background-size: contain;
        margin-bottom: -4px;
    }

    #contact-form dl .check02 span {
        margin-bottom: 15px;
    }

    #contact-form dl .check_txt {
        margin-left: 0;
    }

    input[type="text"],
    input[type="email"],
    textarea {
        font-size: 13px;
    }

    .thanks .h5 {
        font-size: 20px;
        margin-bottom: 4%;
    }

    .thanks .txt {
        font-size: 16px;
    }

    .thanks .img {
        width: 70%;
    }
}

@media screen and (max-width:767px) {
    .textarea {
        height: 150px;
    }

    #product-form {
        padding-top: 30px;
    }

    .fz12 {
        font-size: 12px;
    }

    input#your-zip {
        width: 100%;
    }

    .page-id-3044 span.mwform-checkbox-field,
    .page-id-173 span.mwform-checkbox-field {
        width: 46%;
    }

    .pb_headline.pb_font_family_type1.c_title {
        font-size: 28px;
    }

    .any,
    .required {
        width: 45px;
        line-height: 9px;
        font-size: 12px;
    }

    .thanks .inner {
        padding: 40px 20px;
        text-align: left;
    }

    .purchase-details-list li::before {
        top: 16px;
    }

    .purchase-details-list div,
    .purchase-details-sum {
        display: block;
    }

    .purchase-details-list div>span:last-child,
    .purchase-details-sum span:last-child {
        margin-left: 0;
    }

    .purchase-details-sum span:last-child {
        display: block;
    }

    .purchase-details-sum span:last-child input {
        max-width: none;
        margin: 0 0 10px;
    }
}

/* ===============
  design story
================== */
.design-story .inner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.design-story .title {
    color: #946134;
    font-size: 36px;
    text-align: center;
}

.design-story .desc {
    margin-top: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 2.5;
}

.design-story .categories {
    margin-top: 65px;
    padding: 25px;
    padding-left: 0;
    /*     font-weight: 600; */
    background-color: #f7f7f7;
}

.design-story .categories__title {
    font-size: 13px;
    color: #8c8c8c;
    margin-left: 25px;
}

.design-story .category {
    font-size: 16px;
    margin-left: 25px;
    margin-top: 15px;
    display: inline-block;
    color: #323232;
    transition: .4s ease;
    cursor: pointer;
}

.design-story .category__link {
    color: #323232;
    transition: .4s ease;
}

.design-story .category__link:hover {
    color: #946134;
}

.design-story .category_selected {
    color: #946134;
}

.story__item {
    width: 100%;
    margin-top: 80px;
}

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

.story__item .img-wrap {
    overflow: hidden;
    width: 58.34%;
    max-width: 700px;
    flex-grow: 1;
    position: relative;
}

.story__item:nth-child(odd) .img-wrap {
    order: 2;
}

.story__item:nth-child(even) .img-wrap {
    order: 1;
}

.story__item .img-wrap img {
    transition: .4s ease;
    transform: scale(1, 1);
    width: 100%;
    height: 100%;
    aspect-ratio: 1.65;
    object-fit: cover;
    object-position: center;
}

.story__item-link:hover img {
    transform: scale(1.1, 1.1);
}

.story__item .img-wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(148, 97, 52, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .4s ease;
    z-index: 1;
}

.story__item-body {
    width: 38.75%;
    max-width: 465px;
    flex-grow: 1;
    padding: 30px 0;
}

.story__item:nth-child(odd) .story__item-body {
    order: 1;
    margin-right: 15px;
}

.story__item:nth-child(even) .story__item-body {
    order: 2;
    margin-left: 15px;
}

.story__item-number {
    font-size: 17px;
    font-weight: 600;
    color: #93602c;
    display: inline-block;
}

.story__item-title {
    font-size: 30px;
    color: #000000;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 25px;
    transition: .3s;
}

.story__item-link:hover .img-wrap::before {
    opacity: 1;
}

.story__item-link:hover .story__item-title {
    color: #946134;
}

.design-story .page_navi {
    margin-top: 160px;
}

.story-categories {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.story-categories li {
    font-size: 15px;
    font-weight: 300;
    margin: 15px 15px 0 0;
}

.story__item-body .more {
    margin-top: 40px;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    color: #93602c;
}

.story__item-body .more span {
    display: inline-block;
    padding-right: 100px;
    position: relative;
}

.story__item-body .more span::before {
    content: "";
    width: 92px;
    height: 20px;
    background: url('img/common/arrow-yellow.svg') no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s;
}

.story__item:hover .story__item-body .more span::before {
    right: -10px;
}

/* .story__item:hover {
    box-shadow: 15px 15px 18px 0 rgb(148 97 52 / 20%);
} */

@media screen and (max-width: 1024px) {
    .story__item-number {
        font-size: 16px;
    }

    .story__item-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .design-story .title {
        font-size: 28px;
    }

    .design-story .desc {
        font-size: 14px;
    }

    .design-story .categories {
        margin-top: 45px;
    }

    .design-story .categories__title {
        font-size: 12px;
        margin-left: 15px;
    }

    .design-story .category {
        font-size: 14px;
        color: #323232;
        margin-left: 15px;
        margin-top: 12px;
    }

    .story__item {
        margin-top: 40px;
    }

    .story__item-link {
        display: block;
    }

    .story__item .img-wrap,
    .story__item-body {
        width: 100%;
        max-width: none;
    }

    .story__item-body {
        padding: 20px 0;
    }

    .story__item:nth-child(odd) .story__item-body,
    .story__item:nth-child(even) .story__item-body {
        margin: 0;
    }

    .story__item-number {
        font-size: 15px;
    }

    .story__item-title {
        font-size: 19px;
        margin-top: 15px;
    }

    .story-categories li {
        font-size: 14px;
    }

    .story__item-body .more {
        font-size: 13px;
    }

    .story__item-body .more span {
        padding-right: 78px;
    }

    .story__item-body .more span::before {
        width: 55px;
        transform: translateY(-25%);
    }

    .design-story .page_navi {
        margin-top: 90px;
    }

    .story-categories {
        margin-top: 5px;
    }
}

@media screen and (max-width: 575px) {
    .design-story .categories {
        margin-top: 30px;
    }

    .story__item {
        width: 100%;
        margin-top: 40px;
    }

    .story__item:nth-child(odd),
    .story__item:nth-child(even) {
        margin-left: auto;
        margin-right: auto;
    }
}

/* ===========
  社員ページ
============== */
.login__inner {
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

#wpmem_login {
    margin: auto;
}

#wpmem_login legend {
    text-align: center;
    color: #946134;
    font-size: 34px !important;
    margin-bottom: 45px !important;
}

#wpmem_login .password,
#wpmem_login .username {
    width: 70% !important;
    margin: auto;
    display: block;
}

#wpmem_login label {
    margin-left: 15%;
}

.button_div #rememberme,
.button_div label {
    display: none !important;
}

.button_div input.buttons {
    width: 185px;
    padding: 14px 0;
    background-color: #946134;
    color: #fff;
    border: 1px solid #946134;
    transition: all .3s;
    margin-top: 20px !important;
    cursor: pointer;
}

input.buttons:hover {
    background-color: #fff;
    color: #946134;
}

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

    #wpmem_login,
    #wpmem_msg,
    #wpmem_reg,
    .wpmem_msg {
        width: 100% !important;
    }

    #wpmem_login legend {
        font-size: 22px !important;
        line-height: 1.4 !important;
    }

    #wpmem_login .password,
    #wpmem_login .username {
        width: 100% !important;
    }

    #wpmem_login label {
        margin-left: 0%;
    }

    .button_div input.buttons {
        width: 160px;
        padding: 10px 0;
        margin-top: 17px !important;
    }
}

/* ============
  社員ページ
=============== */
.member-only__inner {
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

.member-only__section {
    padding: 50px 0;
}

.member-only__title {
    text-align: center;
    color: #946134;
    font-size: 36px;
}

.member-only__schedule .schedule__wrap {
    margin-top: 30px;
    width: 100%;
    padding-top: 66.666%;
    position: relative;
}

.member-only__schedule .schedule__wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.company-info__list {
    margin-top: 40px;
}

.company-info__item {
    margin-top: 15px;
}

.company-info__item:nth-child(1) {
    margin-top: 0;
}

.company-info__item p {
    display: inline-block;
}

.company-info__item span.more {
    display: inline-block;
}

.company-info__time {
    margin-right: 5px;
}

.employee__content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.employee__item {
    width: calc((100% - 30px * 3) / 4);
    margin-left: 30px;
    margin-top: 30px;
    flex-shrink: 1;
    background-color: #f7f7f7;
    padding: 30px 20px;
    box-sizing: border-box;
}

.employee__item:nth-child(4n + 1) {
    margin-left: 0;
}

.employee__item:nth-child(1) {
    margin-left: 0;
}

.employee__item>span {
    display: inline-block;
    width: 100%;
}

.employee__item>span+span {
    margin-top: 20px;
}

.document__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 50px;
    height: 155px;
    position: relative;
}

.document__list::before,
.document__list::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
}

.document__list::before {
    left: 30%;
}

.document__list::after {
    right: 35%;
}

.document__item {
    width: calc((100% - 20px * 2) / 3);
    margin-top: 20px;
    margin-left: auto;
}

.document__item span {
    display: inline-block
}

.document-item__title {
    margin-right: 7px;
}

.document__item:nth-child(-n + 5) {
    margin-left: 0;
}

.document__item:nth-child(5n + 1) {
    margin-top: 0;
}

.achievement__content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.achievement__item {
    width: calc((100% - 30px * 2) / 3);
    margin-left: 30px;
    margin-top: 30px;
    flex-shrink: 1;
    padding: 30px;
    box-sizing: border-box;
    background-color: #f7f7f7;
}

.achievement-item__title {
    font-size: 21px;
    line-height: 1.5;
    color: #b89342;
}

.achievement-item__btn {
    width: 100%;
    box-sizing: border-box;
    background-color: #535353;
    border-radius: 50px;
    overflow: hidden;
    transition: .4s ease;
    margin-top: 25px;
}

.achievement-item__btn:hover {
    opacity: .7;
}

.achievement-item__btn-link {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    font-size: 15px;
    padding: 20px 0;
}

.achievement-item__btn:hover .achievement-item__btn-link {
    color: #fff;
}

.achievement__item:nth-child(3n + 1) {
    margin-left: 0;
}

.achievement__item:nth-child(-n + 3) {
    margin-top: 0;
}

@media screen and (max-width: 1024px) {
    .employee__item {
        width: calc((100% - 30px * 2) / 3);
    }

    .employee__item:nth-child(4n + 1) {
        margin-left: 30px;
    }

    .employee__item:nth-child(3n + 1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 770px) {
    .document__list {
        display: block;
        height: auto;
    }

    .document__list::before,
    .document__list::after {
        display: none;
    }

    .document__item {
        width: 100%;
        margin-left: 0;
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
        margin-top: 10px;
    }

    .document__item:nth-child(5n + 1) {
        margin-top: 10px;
    }

    .document__item:nth-child(1) {
        margin-top: 0;
    }

    .document__item:last-child {
        border-bottom: none;
    }

    .document-item__more {
        width: 100%;
        margin-top: 5px;
        text-align: right;
    }

    .achievement__item {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 350px;
    }

    .achievement__item:nth-child(3n + 1) {
        margin-left: auto;
    }

    .achievement__item:nth-child(2),
    .achievement__item:nth-child(3) {
        margin-top: 30px;
    }

    .achievement-item__title {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .member-only__title {
        font-size: 22px;
    }

    .company-info__item p {
        width: 100%;
        margin-top: 7px;
    }

    .company-info__item span.more {
        width: 100%;
        margin-top: 8px;
        text-align: right;
    }

    .employee__item {
        width: 100%;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .employee__item:nth-child(1),
    .employee__item:nth-child(3n + 1),
    .employee__item:nth-child(4n + 1) {
        margin-left: auto;
    }
}

/* ============================
 ワッカデザインからのお知らせページ
=============================== */
.back-btn {
    margin: 60px auto 0;
    min-width: 200px;
    width: 90%;
    max-width: 250px;
    background-color: #535353;
    border-radius: 50px;
}

.back-btn:hover {
    color: #fff;
    background-color: #7d7d7d;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15) inset;
}

.back-btn__link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 1.3em;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
}

.back-btn:hover .back-btn__link {
    color: #fff;
}

/* 230103_ここから */
.page-id-8069 .lp_main {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.page-id-8069 .lp_banner {
    padding: 45px 1%;
    max-width: 1150px;
    margin: 0 auto;
}

.page-id-8069 .lp_banner a {
    transition: .3s;
}

.page-id-8069 .lp_banner a:hover {
    opacity: .6;
}

.page-id-8069 .lp_news,
.page-id-8069 .lp_character,
.page-id-8069 .lp_episodes,
.page-id-8069 .lp_item {
    padding: 65px 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.page-id-8069 .color_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.page-id-8069 .lp_news {
    background-color: #d4e4e2;
}

.page-id-8069 .lp_character {
    background: url(./img/waccasan_lp/character_bg.jpg) no-repeat top, #fde6d2;
    background-size: cover;
}

.page-id-8069 .lp_item {
    background: url(./img/waccasan_lp/item_bg.jpg) no-repeat top, #ffd2c1;
    background-size: cover;

}

.page-id-8069 .lp_title {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 55px;
    text-align: center;
}

.page-id-8069 .lp_txt {
    text-align: center;
    line-height: 1.8;
}

.page-id-8069 .lp_txt p {
    margin-bottom: 26px !important;
}

.page-id-8069 .lp_txt .lp_small {
    font-size: 14px;
}

.page-id-8069 .lp_news_li {
    display: flex;
    padding: 15px 10px 16px 0;
    border-bottom: 1px solid #000;
    line-height: 1.4;
    font-size: 19px;
}

.page-id-8069 .lp_news_data {
    margin-right: 35px;
}

.page-id-8069 .lp_news_li p {
    margin: 0 !important;
}

.page-id-8069 .lp_flex .lp_character_item,
.page-id-8069 .lp_flex .lp_item_item {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
}

.page-id-8069 .lp_flex .lp_item_item {
    justify-content: center;
}

.page-id-8069 .lp_flex .lp_character_item {
    justify-content: center;
    margin-top: 70px;
}

.page-id-8069 .lp_flex .lp_character_item li {
    width: 30%;
    max-width: 300px;
    margin-right: 100px;
    margin-bottom: 70px;
}

.page-id-8069 .lp_flex .lp_character_item li:hover,
.page-id-8069 .lp_flex .lp_item_item li:hover {
    cursor: pointer;
}

.lp__episodes_box02_li .image img,
.page-id-8069 .lp_flex .lp_character_item li .character_img img,
.page-id-8069 .lp_flex .lp_item_item li .item_img img {
    transition: 0.35s ease;
    vertical-align: middle;
}

.lp__episodes_box02_li:hover .image img,
.page-id-8069 .lp_flex .lp_character_item li:hover .character_img img,
.page-id-8069 .lp_flex .lp_item_item li:hover .item_img img {
    transform: scale(1.15);
}

.page-id-8069 .lp_flex .lp_character_item li .character_img {
    transition: .3s;
}

.page-id-8069 .lp_flex .lp_character_item li:hover .character_img {
    transform: rotate(-15deg);
}

.page-id-8069 .lp_flex .lp_character_item li:last-child {
    margin-right: 0;
}

.page-id-8069 .lp_character_item .character_name {
    font-size: 26px;
    text-align: center;
    color: #fff;
    background-color: #987c52;
    border-radius: 25px;
    padding: 10px;
    max-width: 266px;
    margin: 15px auto 0;
    line-height: 1;
}

.page-id-8069 .lp_flex .lp_item_item li {
    width: 18.7%;
    max-width: 277px;
    margin-right: 25px;
    margin-bottom: 55px;
    padding: 25px 25px 30px;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
}

.page-id-8069 .lp_flex .lp_item_item li:nth-child(4n + 4) {
    margin-right: 0px;

}

.page-id-8069 .lp_item_item .item__name {
    margin: 18px 0 2px;
    line-height: 1.4;
}

.page-id-8069 .item_price .price_small {
    font-size: 13px;
}

.page-id-8069 .modal__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(255, 238, 193, .8);
    overflow-y: scroll;
    padding-bottom: 100px;
    display: none;
}

.page-id-8069 .modal__wrap {
    margin: 190px auto 0;
    max-width: 1000px;
    padding: 75px 3.5%;
    background-color: #fff;
    border-radius: 25px;
    position: relative;
}

.page-id-8069 .modal--top {
    display: flex;
    align-items: flex-end;
}

.page-id-8069 .modal--top .img-wrap {
    width: 33%;
    max-width: 335px;
    overflow: hidden;
    margin-right: 5%;
}

.page-id-8069 .modal--top_txt {
    line-height: 1.8;
}

.page-id-8069 .modal--top_txt p {
    margin-bottom: 28px !important;
}

.page-id-8069 .close-btn02 {
    width: 56px;
    height: 56px;
    background-color: #987c52;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.4s ease;
    cursor: pointer;
}

.page-id-8069 .close-btn02:hover {
    opacity: .8;
}

.page-id-8069 .close-btn02>span {
    display: inline-block;
    width: 80%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}

.page-id-8069 .close-btn02>span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.page-id-8069 .close-btn02>span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.page-id-8069 .modal--top__body-inner p {
    font-size: 37px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.67em;
}

.page-id-8069 .modal__text {
    font-size: 23px;
    letter-spacing: 0.05em;
    line-height: 2.086em;
    background-color: #fffce5;
    text-align: center;
    padding: 50px 15px;
    position: relative;
}

.page-id-8069 .modal__list {
    margin-top: 60px;
}


.page-id-8069 .close-btn01 {
    width: 267px;
    border: 2px solid #987c52;
    background-color: #987c52;
    text-align: center;
    font-size: 21px;
    padding: 12px 0;
    margin: 50px auto 0;
    transition: .4s ease;
    cursor: pointer;
    color: #fff;
    border-radius: 25px;
}

.page-id-8069 .close-btn01:hover {
    background-color: #fff;
    color: #987c52;
}

.page-id-8069 .item_modal--top {
    display: flex;
    flex-wrap: wrap;
}

.page-id-8069 .item_modal--top>div {
    width: 48%;
}

.page-id-8069 .item_modal--top .modal--top_txt {
    padding: 20px 10px;
}

.page-id-8069 .modal--top_ul li {
    position: relative;
    padding-left: 20px;
    font-size: 19px;
}

.page-id-8069 .modal--top_ul li::before {
    content: '●';
    display: block;
    position: absolute;
    top: 0.7em;
    left: 0;
    color: #000;
    font-size: 14px;
    line-height: 1;
}

.page-id-8069 .item_big {
    text-align: right;
    display: block;
    font-size: 40px;
}

.page-id-8069 .item_big .price_small {
    font-size: 17px;
}

.page-id-8069 p {
    line-height: 1.8;
    margin: auto;
    font-size: 19px;
}

.page-id-8069 li {
    list-style: none;
}

.lp__episodes_box02 {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0 !important;
}

.lp__episodes_box02_li {
    width: 48.5%;
    margin-right: 3%;
    background-color: #f7f7f7;
    margin-bottom: 50px;
    line-height: 1.6;
}

.lp__episodes_box02_li a {
    color: #333;
}

.lp__episodes_box02_li a:hvoer {
    text-decoration: none;
}

.lp__episodes_box02_li:nth-child(2n + 2) {
    margin-right: 0;
}

.lp__episodes_box02_li .info {
    padding: 15px 20px 20px;
}

.lp__episodes_box02_li .image {
    overflow: hidden;
}

.page-id-8069 .lp_main img {
    width: 100%;
}

.lp_item .index_blog_link,
.lp_episodes .index_blog_link {
    background-color: #987c52;
    color: #fff;
    padding: 13px 6%;
    border-radius: 25px;
    display: block;
    max-width: 220px;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #987c52;
}

.lp_item .index_blog_link {
    max-width: 280px;
}

.lp_item .index_blog_link:hover,
.lp_episodes .index_blog_link:hover {
    background-color: #fff;
    color: #987c52;
    text-decoration: none;
}

.page-id-8069 .post_content ul {
    margin-left: 0em;
    margin-bottom: 0;
}

.page-id-8069 img {
    width: 100%;
    height: auto;
}

.character_img {
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .page-id-8069 .lp_main {
        margin-top: -30px;
    }

    .page-id-8069 .lp_title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .page-id-8069 .lp_txt {
        line-height: 1.6;
    }

    .page-id-8069 .lp_txt p {
        margin-bottom: 25px;
    }

    .page-id-8069 .lp_txt .lp_small {
        font-size: 12px;
    }

    .page-id-8069 .lp_banner {
        padding: 20px;
    }

    .page-id-8069 p {
        line-height: 1.6;
        font-size: 16px;
        margin-bottom: 15px !important;
    }

    .page-id-8069 .lp_news,
    .page-id-8069 .lp_character,
    .page-id-8069 .lp_episodes,
    .page-id-8069 .lp_item {
        padding: 40px 5vw 40px;
    }

    .page-id-8069 .lp_news_li {
        flex-wrap: wrap;
        padding: 12px 10px 12px 0;
        line-height: 1.2;
    }

    .page-id-8069 .lp_news_data {
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .page-id-8069 .lp_flex .lp_character_item li {
        width: 42%;
        margin-right: 8%;
        margin-bottom: 40px;
    }

    .page-id-8069 .modal--top_ul li::before {
        top: 0.3em;
    }

    .page-id-8069 .lp_flex .lp_character_item li:nth-child(3),
    .page-id-8069 .lp_flex .lp_character_item li:nth-child(5) {
        margin-right: 0%;
    }

    .page-id-8069 .lp_flex .lp_character_item li:first-child {
        margin: 0 10%;
    }

    .page-id-8069 .lp_character_item .character_name {
        font-size: 17px;
        padding: 4px 0 6px;
        margin: 12px auto 0;
    }

    .page-id-8069 .lp_flex .lp_character_item {
        margin-top: 35px;
    }

    .page-id-8069 .lp_flex .lp_item_item li {
        width: 42%;
        margin-right: 10px;
        margin-bottom: 20px;
        padding: 18px 10px 0px;
    }

    .page-id-8069 .lp_flex .lp_item_item li:nth-child(2n + 2) {
        margin-right: 0;
    }

    .page-id-8069 .lp_item_item .item__name {
        margin: 10px 0 3px !important;
        font-size: 15px;
        line-height: 1.4;
    }

    .page-id-8069 .lp_item_item {
        margin-top: 30px;
    }

    .page-id-8069 .modal__wrap {
        padding: 30px 5vw 45px;
        margin: 65px 5vw 200px;
    }

    .page-id-8069 .modal--top {
        flex-wrap: wrap;
        justify-content: center;
    }

    .page-id-8069 .modal--top .img-wrap {
        width: 40%;
        margin-right: 0;
        margin-bottom: 4%;
    }

    .page-id-8069 .modal--top_txt {
        line-height: 1.6;
    }

    .page-id-8069 .modal--top_txt p {
        margin-bottom: 15px !important;
    }

    .page-id-8069 .item_modal--top>div {
        width: 100%;
    }

    .page-id-8069 .item_modal--top .modal--top_txt {
        padding: 15px 0px 0;
    }

    .page-id-8069 .close-btn01 {
        padding: 8px 0;
        margin: 25px auto 0;
        font-size: 16px;
        width: 65%;
    }

    .page-id-8069 .item_big {
        font-size: 26px;
    }

    .page-id-8069 .item_big .price_small {
        font-size: 13px;
    }

    .page-id-8069 .close-btn02 {
        width: 40px;
        height: 40px;
    }

    .lp__episodes_box02_li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }

    .lp__episodes_box02_li .info {
        line-height: 1.6;
        font-size: 16px;
    }

    .page-id-8069 .post_content .item_price {
        margin-bottom: 0 !important;
    }

    .page-id-8069 .modal--top_ul li {
        font-size: 15px !important;
        line-height: 1.6;
    }

    .page-id-8069 .item_modal--top>div img {
        vertical-align: bottom;
    }

    .lp_item .index_blog_link,
    .lp_episodes .index_blog_link {
        font-size: 16px;
    }
}

/* waccasan_banner_box */
.waccasan_banner_box {
    margin-bottom: 50px;
}

.waccasan_banner_box img {
    width: 100%;
}

.waccasan_banner_box a {
    transition: .3s;
}

.waccasan_banner_box a:hover {
    opacity: 65%;
}

.waccasan_banner_box p {
    line-height: 2.5;
    margin: 0 0 2em 0;
}

@media screen and (max-width: 768px) {
    .waccasan_banner_box {
        margin-bottom: 25px;
    }
}

br.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    br.sp {
        display: block;
    }

    .recruit-check>span {
        display: inline-block;
        width: 100%;
    }
}

.koto_table {
    text-align: left;
}

.koto_table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.koto_table tr th {
    background-color: transparent;
}

/* **************************
youtube（video）ページ
************************** */
.videoCate #menu-archive-menu li {
    width: 100%;
}



#video_list {
    display: flex;
    flex-wrap: wrap;

    & .image {
        width: auto;
        height: auto;
        position: relative;
        display: block;
        overflow: hidden;

        &::before {
            width: 100%;
            height: 100%;
            display: block;
            content: '';
            position: absolute;
            z-index: 2;
            opacity: 0;
            -webkit-transition: opacity 0.6s;
            transition: opacity 0.6s;
        }

        &:hover:before {
            opacity: 1;
        }

    }

    & li {
        cursor: pointer;
        overflow: hidden;
        position: relative;
        width: calc((100% - 60px) / 3);
        margin: 0 30px 30px 0;

    }

    & li::before,
    & li::after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        transition: .3s;
        z-index: 1;
    }

    & li::before {
        background-color: #FF0033;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    & li::after {
        width: 15px;
        height: calc(25px / 2 * tan(60deg));
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        background-color: #fff;
        transform: translate(calc(-50% + 2px), -50%);
    }

    & li:nth-child(3n) {
        margin: 0 0 30px 0 !important;
    }

    & li img {
        width: 100%;
        height: auto;
        transition: 0.6s;
    }


}


@media screen and (max-width: 770px) {
    #video_list {
        flex-direction: column;
        align-items: center;


        & li {
            width: min(100%, 400px);
            margin: 0 0px 20px 0;
        }

        & li:nth-child(3n) {
            margin: 0 0 20px 0 !important;
        }
    }
}

@media screen and (max-width: 480px) {
    #video_list li {
        width: min(100%, 400px);
        margin: 0 0px 20px 0;


        &::before {
            width: 30px;
            height: 30px;
        }

        &::after {
            width: 9px;
            height: calc(15px / 2 * tan(60deg));
        }
    }
}


@media (max-width: 400px) {
    #video_list .image::before {
        opacity: 0 !important;
    }

    #video_list .image:hover img {
        transform: none !important;
    }
}


/* **************************
用語集（glossary）ページ
************************** */

.glossary-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    gap: .5em .8em;

    & a {
        font-size: 17px;
        /* background-color: var(--white);
        border-radius: 9999px;
        display: block;
        padding: .9em 1.8em; */

        /* @media only screen and (max-width: 1024px) {
            font-size: 14px;
            padding: .7em 1.4em;
        } */
    }

    @media only screen and (max-width: 767px) {
        padding-top: 30px; 

        & a {
            font-size: 15px;
        }

    }
}

.row-ttl {
    font-size: 30px;
    border-bottom: 1px currentColor solid;
    margin-bottom: .6em;
    line-height: 1.7;

    @media only screen and (max-width: 767px) {
        font-size: 22px;
    }
}

.row-list {
    margin-bottom: 80px;

    & li {
        margin-bottom: 7px;
    }

    & a {
        font-size: 17px;
    }

    /* a::before {
        content: "・";
        display: inline-block;
    } */

    @media only screen and (max-width: 767px) {
        margin-bottom: 40px;

        & a {
            font-size: 15px;
        }
    }
}

/* シングルページ */

.glossary-post {
    .post-ttl {
        font-size: 32px;
        border-bottom: 2px currentColor solid;
        padding-bottom: .2em;
        margin-bottom: 20px;

        @media only screen and (max-width: 767px) {
            font-size: 22px;
        }
    }

    .post-content {
        font-size: 20px;

        & p {
            line-height: 1.7;
        }

        @media only screen and (max-width: 1024px) {
            font-size: 17px;
        }

        @media only screen and (max-width: 767px) {
            font-size: 15px;
        }
    }

    & .page_navi {
        margin: max(10%, 70px) auto 0;
        text-align: center;
    }

}

.glossary-post-wrap {
    margin-top: max(8%, 50px);
}