@charset "utf-8";
/*
Theme Name:Olle Website
Theme URI:https://tcd-theme.com/tcd081
Description:WordPress theme "Tree" was developed for a casual restaurant such as cafe or bar. The stylish animations throughout the site and the impressive menu design express the feel of a chic cafe.
Author:TCD
Author URI:https://tcd-theme.com/
Version:2.9.1
Text Domain:tcd-tree
*/

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

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a:focus {
  outline: none;
}
ins {
  text-decoration: none;
}
mark {
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
button,
input,
select,
textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}
input,
textarea {
  background-image: -webkit-linear-gradient(
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0)
  );
  -webkit-appearance: none;
  border-radius: 0; /* Removing the inner shadow, rounded corners on iOS inputs */
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}

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

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

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

/* レイアウト */
#container {
  position: relative;
  height: 100%;
}
#main_contents {
  width: 1160px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.home #main_contents {
  padding-top: 50px;
}
body.home.active_header #main_contents {
  padding-top: 170px;
}
body.single #main_contents {
  padding-top: 70px;
}
body.single-menu #main_contents {
  padding-top: 0px;
}
#main_contents:before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0px;
  left: 149px;
  z-index: 20;
}
#main_contents:after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0px;
  right: 149px;
  z-index: 20;
}
#main_contents_line {
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 20;
}
#main_col {
  width: 860px;
  margin: 0 auto;
  padding: 0 0 100px 0;
  z-index: 100;
  position: relative;
}
body.hide_line #main_contents {
  border: none !important;
}
body.hide_line #main_contents:before,
body.hide_line #main_contents:after,
body.hide_line #main_contents_line {
  display: none;
}

/* サイド見出し */
#side_headline {
  line-height: 1.5;
  position: absolute;
  top: 150px;
  left: 0px;
  width: 150px;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#side_headline h2 {
}
#side_headline span {
  display: block;
}
#side_headline .main {
  font-weight: 600;
  font-size: 24px;
}
#side_headline .sub {
  font-weight: 500;
  font-size: 16px;
}
body.single #side_headline {
  top: 70px;
}

/* ----------------------------------------------------------------------
 LPページ
---------------------------------------------------------------------- */
#page_content {
  width: 860px;
  margin: 0 auto;
  padding: 150px 0 150px;
  position: relative;
  z-index: 100;
}
.lp_top_headline {
  font-size: 36px !important;
  color: #ff4000;
  text-align: center;
  margin: -10px 0 15px 0 !important;
}
.lp_top_desc {
  line-height: 2.6;
  text-align: center;
  margin: 0 0 95px 0;
}
.lp_top_image {
  margin: 0 0 90px 0;
}
.lp_image_list {
  margin: 90px 0 105px 0;
}
.lp_image_list .item {
  width: 50%;
  float: left;
}
.lp_image_list img {
  display: block;
}
.lp_image_list .desc {
  line-height: 2.6;
  padding: 0 50px 20px;
}
.lp_list_headline {
  text-align: center;
  margin: 0 0 100px 0;
}
.lp_list_headline h3 {
  font-size: 36px !important;
  margin: 0 !important;
  line-height: 1.3;
  position: relative;
  font-weight: 500;
}
.lp_list_headline p {
  display: block;
  font-size: 16px;
  margin: 5px 0 0 0;
}
.lp_list_area {
  background: #f7f6f5;
  padding: 50px;
  text-align: center;
  margin: 0 0 100px 0;
}
.lp_list_area .item {
  margin: 0 0 55px 0;
}
.lp_list_area .item:last-of-type {
  margin-bottom: 0;
}
.lp_list_area h4 {
  color: #ff3c00;
  margin: 0 0 10px 0 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.lp_address {
  text-align: center;
}
.lp_address img {
  display: block;
  margin: 0 auto 40px;
}
.lp_address .link_button {
  margin: 40px 0 0 0;
}
.lp_address .link_button a {
  background: #000;
  color: #fff;
  display: inline-block;
  min-width: 270px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lp_address .link_button a:hover {
  background: #ff3f00;
  color: #fff;
}

/* ヘッダー */
#lp_header #header_logo {
  width: auto;
  height: auto;
  border: none;
  top: 30px;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
#lp_header #header_logo .logo {
  left: auto;
  top: auto;
  position: relative;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
body.display_only_logo.page_header_logo_position_type1 #header_logo {
  left: 30px;
}
body.display_only_logo.page_header_logo_position_type2 #header_logo {
  left: 50%;
  -ms-transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}
body.display_only_logo.page_header_logo_position_type3 #header_logo {
  left: auto;
  right: 30px;
}

/* アニメーション */
#page_content .page_animate_item {
  opacity: 0;
  top: 70px;
  position: relative;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
#page_content .page_animate_item.active {
  opacity: 1;
  top: 0px;
}

/* ----------------------------------------------------------------------
 アクセスページ
---------------------------------------------------------------------- */
#access_page {
  width: 860px;
  margin: 0 auto;
  padding: 150px 0 100px;
  position: relative;
  z-index: 100;
}
#access_page .page_animate_item {
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

/* デザインコンテンツ1 */
.access_content1 {
  position: relative;
  margin: 0 0 90px 0;
}
.access_content1 .image {
  width: 100%;
  height: 600px;
}
.access_content1 .desc {
  text-align: center;
  margin-top: 90px;
}
.access_content1 .cb_side_headline {
  left: -150px;
}
/* アニメーション */
#access_page .cb_side_headline {
  opacity: 0;
  top: 70px !important;
}
#access_page .cb_side_headline.active {
  opacity: 1;
  top: 0px !important;
}
#access_page .access_content1 .image {
  opacity: 0;
  top: 70px;
  position: relative;
}
#access_page .access_content1 .image.active {
  opacity: 1;
  top: 0px;
}
#access_page .access_content1 .desc {
  opacity: 0;
  top: 70px;
  position: relative;
}
#access_page .access_content1 .desc.active {
  opacity: 1;
  top: 0px;
}

/* デザインコンテンツ2 */
.access_content2 {
  position: relative;
  margin: 0 0 70px 0;
}
.access_content2 .item {
  width: 50%;
  float: left;
}
.access_content2 .item img {
  width: 100%;
  height: auto;
  display: block;
}
.access_content2 .desc {
  line-height: 2.6;
  font-size: 16px;
  padding: 18px 50px;
}
.access_content2.layout_type2 .item:nth-child(2) {
  margin-top: 25%;
}
.access_content2.layout_type3 .item:nth-child(1) {
  margin-top: 25%;
}
/* アニメーション */
#access_page .access_content2 img,
#access_page .access_content2 .desc {
  opacity: 0;
  top: 70px;
  position: relative;
}
#access_page .access_content2 img.active,
#access_page .access_content2 .desc.active {
  opacity: 1;
  top: 0px;
}

/* アクセスマップ */
.access_content3 {
  position: relative;
  margin: 0 0 70px 0;
}
.access_content3 .headline {
  font-size: 36px;
  margin: 0 0 90px 0;
  top: -5px;
  text-align: center;
  line-height: 1.3;
  position: relative;
  font-weight: 500;
}
.access_content3 .headline .sub {
  display: block;
  font-size: 16px;
  margin: 5px 0 0 0;
}
.access_google_map {
  width: 1054px;
  margin: 0 0 0 -100px;
  height: 600px;
  border: 3px solid #ddd;
  background: #ddd;
}
.access_google_map .pb_googlemap_embed {
  width: 100%;
  height: 600px;
}
.access_google_map .pb_googlemap_custom-overlay-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -114px;
  left: -50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
}
.access_google_map .pb_googlemap_custom-overlay-inner::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 16px 5px 0 5px;
  border-style: solid;
  content: "";
}
.access_content3 .link_button {
  text-align: center;
  margin: 50px 0 0 0;
}
.access_content3 .link_button a {
  background: #000;
  color: #fff;
  display: inline-block;
  min-width: 270px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.access_content3 .logo_image {
  margin: 100px 0 0 0;
}
.access_content3 .logo_image img {
  display: block;
  margin: 0 auto;
}
.access_content3 .desc {
  text-align: center;
  margin-top: 36px;
}
.access_content3 .tel_area {
  text-align: center;
  margin-top: 38px;
}
.access_content3 .number {
  margin: 15px 0 0 0;
}
/* アニメーション */
#access_page .access_content3 .headline {
  opacity: 0;
  top: 70px;
}
#access_page .access_content3 .headline.active {
  opacity: 1;
  top: 0px;
}
#access_page .access_content3 .access_google_map {
  opacity: 0;
  top: 70px;
  position: relative;
}
#access_page .access_content3 .access_google_map.active {
  opacity: 1;
  top: 0px;
}
#access_page .access_content3 .link_button {
  opacity: 0;
  top: 70px;
  position: relative;
}
#access_page .access_content3 .link_button.active {
  opacity: 1;
  top: 0px;
}
#access_page .access_content3 .logo_image {
  opacity: 0;
  top: 70px;
  position: relative;
}
#access_page .access_content3 .logo_image.active {
  opacity: 1;
  top: 0px;
}
#access_page .access_content3 .desc {
  opacity: 0;
  top: 70px;
  position: relative;
}
#access_page .access_content3 .desc.active {
  opacity: 1;
  top: 0px;
}
#access_page .access_content3 .tel_area {
  opacity: 0;
  top: 70px;
  position: relative;
}
#access_page .access_content3 .tel_area.active {
  opacity: 1;
  top: 0px;
}

/* ----------------------------------------------------------------------
 デザインページ１
---------------------------------------------------------------------- */
#design_content1 {
  width: 860px;
  margin: 0 auto;
  padding: 150px 0 100px;
  position: relative;
  z-index: 100;
}
#design_content1 .page_animate_item {
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

/* デザインコンテンツ1 */
.design1_content1 {
  position: relative;
  margin: 0 0 48px 0;
}
.design1_content1 .cb_side_headline {
  left: -150px;
}
.design1_content1 .image_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.design1_content1 .image {
  width: 430px;
  height: 430px;
  position: relative;
  display: block;
}
.design1_content1 .image2 {
  margin-top: 25%;
  margin-bottom: -25%;
}
.design1_content1 .catch_area {
  padding: 40px 50px;
  width: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.design1_content1 .catch {
  line-height: 1.9;
  font-weight: 500;
  font-size: 20px;
}
.design1_content1 .desc {
  margin-top: 30px;
  line-height: 2.6;
  font-size: 16px;
}
.design1_content1.layout_type2 .cb_side_headline {
  left: auto;
  right: -150px;
}
.design1_content1.layout_type2 .image1 {
  margin-top: 25%;
  margin-bottom: -25%;
}
.design1_content1.layout_type2 .image2 {
  margin-top: 0;
}
.design1_content1.layout_type2 .catch_area {
  float: right;
}
.design1_content1:last-of-type {
  margin: 0;
}
/* アニメーション */
#design_content1 .cb_side_headline {
  opacity: 0;
  top: 70px !important;
}
#design_content1 .cb_side_headline.active {
  opacity: 1;
  top: 0px !important;
}
#design_content1 .design1_content1 .image {
  opacity: 0;
  top: 70px;
}
#design_content1 .design1_content1 .image.active {
  opacity: 1;
  top: 0px;
}
#design_content1 .design1_content1 .catch_area {
  opacity: 0;
  top: 70px;
}
#design_content1 .design1_content1 .catch_area.active {
  opacity: 1;
  top: 0px;
}

/* フリースペース */
.design1_content2 {
  position: relative;
  z-index: 30;
}
/* アニメーション */
.design1_content2 {
  opacity: 0;
  top: 70px;
}
.design1_content2.active {
  opacity: 1;
  top: 0px;
}

/* ----------------------------------------------------------------------
 デザインページ２
---------------------------------------------------------------------- */
#design_content2 {
  width: 860px;
  margin: 0 auto;
  padding: 150px 0 65px;
  position: relative;
  z-index: 100;
}
#design_content2 .page_animate_item {
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* アニメーション */
#design_content2 .cb_side_headline {
  opacity: 0;
  top: 70px !important;
}
#design_content2 .cb_side_headline.active {
  opacity: 1;
  top: 0px !important;
}

/* デザインコンテンツ1 */
.design2_content1 {
  position: relative;
  margin: 0 0 77px 0;
}
.design2_content1 .headline {
  font-size: 36px;
  margin: 0 0 95px 0;
  top: -5px;
  text-align: center;
  line-height: 1.3;
  position: relative;
  font-weight: 500;
}
.design2_content1 .headline .sub {
  display: block;
  font-size: 16px;
  margin: 5px 0 0 0;
}
.design2_content1 .main_content_area {
  position: relative;
}
.design2_content1 .cb_side_headline {
  left: -150px;
  top: 167px;
}
.design2_content1.layout_type2 .cb_side_headline {
  left: auto;
  right: -150px;
}
.design2_content1.no_headline .cb_side_headline {
  top: 0px;
}
.design2_content1 .image_area img {
  width: 50%;
  float: left;
  display: block;
}
.design2_content1 .desc {
  margin-top: 90px;
}
.design2_content1 .tel_number {
  text-align: center;
  margin-top: 90px;
}
.design2_content1 .tel_label {
  font-size: 14px;
  margin: 0;
  line-height: 1;
}
.design2_content1 .number {
  font-size: 28px;
  margin: 0;
}
/* アニメーション */
#design_content2 .design2_content1 .headline {
  opacity: 0;
  top: 70px;
}
#design_content2 .design2_content1 .headline.active {
  opacity: 1;
  top: 0px;
}
#design_content2 .design2_content1 .image_area {
  opacity: 0;
  top: 70px;
  position: relative;
}
#design_content2 .design2_content1 .image_area.active {
  opacity: 1;
  top: 0px;
}
#design_content2 .design2_content1 .desc {
  opacity: 0;
  top: 70px;
  position: relative;
}
#design_content2 .design2_content1 .desc.active {
  opacity: 1;
  top: 0px;
}

/* デザインコンテンツ2 */
.design2_content2 {
  position: relative;
  margin: 0 0 90px -150px;
  width: 1160px;
  height: 460px;
}
.design2_content2_inner {
  width: 860px;
  height: 460px;
  position: relative;
}
.design2_content2 .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.design2_content2 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.design2_content2 .catch {
  position: absolute;
  left: 150px;
  z-index: 100;
  text-align: center;
  width: 100%;
  line-height: 1.9;
  font-weight: 500;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* アニメーション */
#design_content2 .design2_content2 {
  opacity: 0;
  top: 70px;
}
#design_content2 .design2_content2.active {
  opacity: 1;
  top: 0px;
}

/* デザインコンテンツ3 */
.design2_content3 {
  position: relative;
  margin: 0 0 95px 0;
}
.design2_content3 .headline {
  font-size: 36px;
  margin: 0;
  top: -5px;
  text-align: center;
  line-height: 1.3;
  position: relative;
  font-weight: 500;
}
.design2_content3 .headline .sub {
  display: block;
  font-size: 16px;
  margin: 5px 0 0 0;
}
.design2_content3 .desc {
  line-height: 2.6;
  text-align: center;
  margin: 80px 0 0 0;
}
.design2_content3 .list_area {
  margin: 95px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.design2_content3 .list_area.list_num3 {
  margin: 95px 0 0 -100px;
  width: 1095px;
}
.design2_content3 .list_headline {
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.design2_content3 .item {
  float: left;
}
.design2_content3 .list_num1 .item {
  width: 100%;
}
.design2_content3 .list_num2 .item {
  width: calc(50% - 50px);
}
.design2_content3 .list_num3 .item {
  width: calc(100% / 3 - 35px);
}
.design2_content3 .list_num2 .item:nth-child(1) {
  margin-right: 100px;
}
.design2_content3 .list_num3 .item:nth-child(1),
.design2_content3 .list_num3 .item:nth-child(2) {
  margin-right: 35px;
}
.design2_content3 .content {
  padding: 35px 40px;
  text-align: center;
  line-height: 2.6;
}
/* アニメーション */
#design_content2 .design2_content3 .headline {
  opacity: 0;
  top: 70px;
}
#design_content2 .design2_content3 .headline.active {
  opacity: 1;
  top: 0px;
}
#design_content2 .design2_content3 .desc {
  opacity: 0;
  top: 70px;
  position: relative;
}
#design_content2 .design2_content3 .desc.active {
  opacity: 1;
  top: 0px;
}
#design_content2 .design2_content3 .list_area {
  opacity: 0;
  top: 70px;
  position: relative;
}
#design_content2 .design2_content3 .list_area.active {
  opacity: 1;
  top: 0px;
}

/* フリースペース */
.design2_content4 {
  position: relative;
  z-index: 30;
}
/* アニメーション */
.design2_content4 {
  opacity: 0;
  top: 70px;
}
.design2_content4.active {
  opacity: 1;
  top: 0px;
}

/* ----------------------------------------------------------------------
 メニュー　アーカイブページ
---------------------------------------------------------------------- */

/* ボタンエリア */
#menu_archive_button {
  background: #000;
  width: 100%;
}
#menu_archive_button ol {
  width: 1160px;
  margin: 0 auto;
  border-right: 1px solid red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#menu_archive_button ol.type2 {
  display: block;
}
#menu_archive_button li {
  position: relative;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  margin-top: -1px;
  margin-right: -1px;
}
#menu_archive_button ol.type2 li {
  flex: none;
  width: calc(25% + 1px);
  float: left;
}
#menu_archive_button a {
  display: block;
  height: 70px;
  color: #fff;
  text-align: center;
  position: relative;
  border: 1px solid red;
}
#menu_archive_button a div {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#menu_archive_button .main {
  font-size: 22px;
  display: block;
}
#menu_archive_button .sub {
  font-size: 12px;
  display: block;
  margin: 7px 0 0 0;
}

/* メニューエリア */
#menu_archive {
  width: 860px;
  margin: 0 auto;
  padding: 150px 0;
  position: relative;
  z-index: 100;
}
#menu_list .item {
  position: relative;
  margin-bottom: 150px;
}
#menu_list .item:last-of-type {
  margin-bottom: 0;
}
#menu_list .title {
  font-size: 42px;
  margin: 0 0 35px 0;
  top: -10px;
  text-align: center;
  line-height: 1.3;
  position: relative;
  font-weight: 500;
}
#menu_list .desc {
  text-align: center;
  line-height: 2.6;
  font-size: 16px;
  margin: -12px 0 87px;
}
#menu_list .image_area {
  position: relative;
}
#menu_list .cb_side_headline {
  left: -150px;
}
#menu_list .large_image {
  width: 910px;
  height: 600px;
  left: 50px;
  position: relative;
}
#menu_list .small_image {
  width: 530px;
  height: 400px;
  left: -100px;
  margin-top: -200px;
  position: relative;
}
#menu_list .catch {
  width: 50%;
  line-height: 1.9;
  font-weight: 500;
  font-size: 20px;
  padding: 92px 50px 0;
  position: relative;
  margin-top: -200px;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#menu_list .link_button {
  text-align: center;
  clear: both;
  margin-top: 100px;
}
#menu_list .link_button a {
  background: #000;
  color: #fff;
  display: inline-block;
  min-width: 270px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#menu_list .item:nth-child(2n) .cb_side_headline {
  left: auto;
  right: -150px;
}
#menu_list .item:nth-child(2n) .large_image {
  left: auto;
  right: 100px;
}
#menu_list .item:nth-child(2n) .small_image {
  left: auto;
  right: -50%;
}
#menu_list .item:nth-child(2n) .catch {
  float: none;
}

/* アニメーション */
#menu_list .menu_animate_item {
  opacity: 0;
  top: 70px;
  position: relative;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
#menu_list .cb_side_headline.menu_animate_item {
  position: absolute;
}
#menu_list .menu_animate_item.active {
  opacity: 1;
  top: 0px;
}
#menu_list .title.menu_animate_item.active {
  top: -10px;
}

/* ----------------------------------------------------------------------
 メニュー　詳細ページ
---------------------------------------------------------------------- */
#menu_single {
  width: 860px;
  margin: 0 auto;
  padding: 150px 0;
  position: relative;
  z-index: 100;
}
.menu_content1 {
  position: relative;
  margin: 0 0 150px 0;
}
.menu_content1:last-of-type {
  margin-bottom: 0;
}

/* 説明文 */
#top_desc {
  text-align: center;
  line-height: 2.6;
  font-size: 16px;
  margin: -12px 0 137px;
}

/* 画像エリア */
.menu_content1 .top_headline {
  font-size: 36px;
  margin: 0 0 85px 0;
  top: -10px;
  text-align: center;
  line-height: 1.3;
  position: relative;
  font-weight: 500;
}
.menu_content1 .top_headline .sub {
  display: block;
  font-size: 16px;
  margin: 5px 0 0 0;
}
.menu_content1 .main_content_area {
  position: relative;
}
.menu_content1 .cb_side_headline {
  left: -150px;
}
.menu_content1.side_headline_type2 .cb_side_headline {
  left: auto;
  right: -150px;
}
.menu_content1 .image_area {
  font-size: 0;
  margin: 0;
}
.menu_content1 .image_area .item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.menu_content1 .image_area .item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.menu_content1 .image_area .desc {
  font-size: 16px;
  line-height: 2;
  padding: 20px 50px;
}
.menu_content1.image_layout_type2 .item:nth-child(even) {
  margin-top: 140px;
}
.menu_content1.image_layout_type3 .item:nth-child(odd) {
  margin-top: 140px;
}

/* 情報エリア */
.menu_content1 .data_list {
  background: #f7f6f5;
  margin: 70px 50px 0;
  padding: 55px 60px 60px;
}
.menu_content1 .data_list .headline {
  font-size: 24px;
  margin: 0 0 53px 0;
  text-align: center;
  line-height: 1.3;
  position: relative;
  font-weight: 500;
}
.menu_content1 .data_list dl {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.menu_content1 .data_list dt {
  width: 500px;
  padding: 10px 0px 8px;
  line-height: 2.6;
  margin: 0;
  border-top: 1px solid #ddd;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.menu_content1 .data_list dd {
  text-align: right;
  -webkit-width: calc(100% - 500px);
  width: calc(100% - 500px);
  padding: 10px 0px 8px;
  margin: 0;
  border-top: 1px solid #ddd;
  line-height: 2.6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* リンクコンテンツ */
.menu_content3 {
  width: 760px;
  margin: 0 auto 150px;
}
.menu_content3 a {
  display: block;
  padding: 60px;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: none;
  transition: none;
}
.menu_content3 img {
  margin: 0 60px 0 0;
}
.menu_content3 .catch_area {
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
.menu_content3 .catch {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu_content3 .desc {
  font-size: 16px;
  line-height: 1.8;
  margin: 10px 0 0 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* アニメーション */
#menu_single .menu_animate_item {
  opacity: 0;
  top: 70px;
  position: relative;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
#menu_single .cb_side_headline.menu_animate_item {
  position: absolute;
}
#menu_single .menu_animate_item.active {
  opacity: 1;
  top: 0px;
}
#menu_single .top_headline.menu_animate_item.active {
  top: -10px;
}

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

/* メガメニューA */
.megamenu_menu_list {
  display: none;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 120px;
  z-index: 200;
  left: 0;
  right: 0;
  margin: auto;
}
.megamenu_menu_list_inner {
  width: 100%;
  height: 325px;
  position: relative;
}
.megamenu_menu_list .item {
  width: calc(100% / 3);
  height: 325px;
  float: left;
}
.megamenu_menu_list .item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.megamenu_menu_list .image_wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.megamenu_menu_list .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.megamenu_menu_list .title_area {
  z-index: 3;
  width: 100%;
  padding: 50px 30px 30px;
  position: absolute;
  bottom: 0;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.megamenu_menu_list .title {
  font-size: 26px;
  font-weight: 500;
}
.megamenu_menu_list .sub_title {
  font-size: 12px;
  margin: 10px 0 0 0;
}
.megamenu_menu_list .prev_item {
  top: 140px;
  left: 0px;
}
.megamenu_menu_list .next_item {
  top: 140px;
  right: 0px;
}
.megamenu_menu_list .carousel_arrow:before {
  color: #fff;
}
.megamenu_menu_list .carousel_arrow:hover:before {
  color: orange;
}

/* メガメニューB */
.megamenu_blog_list {
  display: none;
  width: 100%;
  height: 325px;
  position: absolute;
  top: 120px;
  z-index: 500;
  left: 0;
  right: 0;
  margin: auto;
}
.megamenu_blog_list_inner {
  width: 1160px;
  height: 260px;
  margin: 35px auto 0;
  position: relative;
}
.megamenu_blog_slider_wrap {
  display: none;
  position: relative;
  width: 1160px;
  height: 260px;
  overflow: hidden;
}
.megamenu_blog_slider_wrap:first-child {
  display: block;
}
.megamenu_blog_slider {
  margin: 0 0 0 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 1040px;
  height: 260px;
}
.megamenu_blog_slider .item {
  width: 240px;
  height: 255px;
  float: left;
  margin: 0 20px 0 0;
}
.megamenu_blog_slider .image_link {
  display: block;
  background: none;
}
.megamenu_blog_slider .image_wrap {
  display: block;
  width: 100%;
  height: 153px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.megamenu_blog_slider .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.megamenu_blog_slider .title_area {
  padding: 10px 20px;
  background: #fff;
  height: 115px;
}
.megamenu_blog_slider .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  max-height: 4em;
  overflow: hidden;
  visibility: visible;
}
.megamenu_blog_slider .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.megamenu_blog_slider .category,
.megamenu_blog_slider .date {
  font-size: 12px;
  margin: 8px 0 0 0;
}
.megamenu_blog_slider .category a,
.megamenu_blog_slider .date {
  color: #999;
}
.megamenu_blog_slider_wrap .prev_item {
  top: 105px;
  left: 10px;
}
.megamenu_blog_slider_wrap .next_item {
  top: 105px;
  right: 10px;
}
.megamenu_blog_slider_wrap .carousel_arrow:before {
  color: #000;
}
.megamenu_blog_slider_wrap .carousel_arrow:hover:before {
}

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

/* ----------------------------------------------------------------------
 トップページ（ヘッダーコンテンツ）
---------------------------------------------------------------------- */
#index_header_content {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
#index_slider_wrap {
  height: 100%;
  position: relative;
  background: #000;
}
#index_slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#index_slider .item {
  width: 100%;
  height: 100vh;
  position: relative;
}

/* 画像 */
#index_slider .item .image {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
}
#index_slider .item .image.mobile {
  display: none;
}

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

/* キャプション */
#index_slider .caption {
  padding: 0;
  width: 860px;
  margin: auto;
  position: absolute;
  text-align: center;
  z-index: 4;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#index_slider .direction_type1 .caption_inner {
  text-align: left;
}
#index_slider .direction_type2 .caption_inner {
  text-align: center;
}
#index_slider .direction_type3 .caption_inner {
  text-align: right;
}
#index_slider .catch {
  line-height: 1.3;
  word-wrap: break-word;
  position: relative;
  font-weight: 500;
  margin: 0;
}
#index_slider .catch_image img {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  height: auto;
}
#index_slider .catch_image img.mobile {
  display: none;
}
#index_slider .catch_image.use_catch_bg {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
  display: inline-block;
}
#index_slider .catch_image.use_catch_bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index_slider .direction_type1 .catch_image.use_catch_bg {
  margin: 0;
}
#index_slider .direction_type3 .catch_image.use_catch_bg {
  margin: 0;
}
#index_slider .desc {
  font-size: 16px;
  line-height: 2.6;
  margin: 25px 0 0 0;
  position: relative;
}
#index_slider .button {
  border: 1px solid #fff;
  font-size: 16px;
  min-width: 260px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
  padding: 0 60px;
  margin-top: 35px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#index_slider .caption.mobile {
  display: none;
}

/* オーバーレイ */
#index_slider .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* アニメーション */
#index_slider .item.animate .image {
  transform: scale(1.1);
}
#index_slider .item.animate .image {
  -webkit-animation: zoomIn2 1.7s cubic-bezier(0.075, 0.82, 0.165, 1) forwards
    0.1s;
  animation: zoomIn2 1.7s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 0.1s;
}
#index_slider .item.first_animate .image {
  -webkit-animation: zoomIn2 1.7s cubic-bezier(0.075, 0.82, 0.165, 1) forwards
    0.6s !important;
  animation: zoomIn2 1.7s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 0.6s !important;
}
#index_slider .caption .catch,
#index_slider .caption .catch_image,
#index_slider .caption .desc,
#index_slider .caption .button {
  opacity: 0;
  position: relative;
}
#index_slider .item.first_animate .caption .animate1,
#index_slider.video .caption.first_animate .animate1 {
  -webkit-animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2s !important;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2s !important;
}
#index_slider .item.first_animate .caption .animate2,
#index_slider.video .caption.first_animate .animate2 {
  -webkit-animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.5s !important;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.5s !important;
}
#index_slider .item.first_animate .caption .animate3,
#index_slider.video .caption.first_animate .animate3 {
  -webkit-animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 3s !important;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 3s !important;
}

#index_slider .item.animate .caption .animate1,
#index_slider.video .caption.animate .animate1 {
  -webkit-animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1s;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1s;
}
#index_slider .item.animate .caption .animate2,
#index_slider.video .caption.animate .animate2 {
  -webkit-animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.5s;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.5s;
}
#index_slider .item.animate .caption .animate3,
#index_slider.video .caption.animate .animate3 {
  -webkit-animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2s;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2s;
}

/* ----------------------------------------------------------------------
 トップページ（コンテンツビルダー）
---------------------------------------------------------------------- */
/* 共通パーツ */
.cb_contents_inner {
  width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 30;
}
.cb_side_headline {
  line-height: 1.55;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.cb_side_headline span {
  display: block;
}
.cb_side_headline .main {
  font-weight: 600;
}
.cb_side_headline .sub {
  font-weight: 500;
}
.cb_contents .link_button {
  text-align: center;
}
.cb_contents .link_button a {
  display: inline-block;
  min-width: 270px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* アニメーション */
body.home .animate_item,
body.home .animate_item2 {
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
body.home .cb_side_headline {
  opacity: 0;
  top: 70px !important;
}
body.home .cb_side_headline.active {
  opacity: 1;
  top: 0px !important;
}

/* デザインコンテンツ */
.index_design_content {
  padding: 100px 0;
}
.index_design_content.cb_contents:nth-last-of-type(2) {
  padding-bottom: 150px;
}
.index_design_content .content_area {
  width: 535px;
  padding: 71px 60px 67px;
  position: relative;
  left: 45px;
  top: -200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index_design_content .content_area .catch {
  line-height: 1.8;
  font-weight: 500;
}
.index_design_content .content_area .desc {
  line-height: 2.6;
  margin: 40px 0 0 0;
}
.index_design_content .image_wrap {
  width: 100%;
  height: 600px;
  position: relative;
}
.index_design_content .image {
  width: -webkit-calc(50vw + 384px);
  width: calc(50vw + 384px);
  height: 100%;
  left: 186px;
  position: absolute;
}
.index_design_content .link_button {
  margin-top: -100px;
}
.index_design_content.layout_type1 .cb_side_headline {
  left: auto;
  right: 0;
}
.index_design_content.layout_type1 .content_area {
  left: 580px;
}
.index_design_content.layout_type1 .image {
  left: auto;
  right: 195px;
}
/* アニメーション */
/*
.index_design_content .content_area { opacity:0; top:-130px; }
.index_design_content .content_area.active { opacity:1; top:-200px; }
*/
.index_design_content .image_wrap {
  opacity: 0;
  top: 70px;
}
.index_design_content .image_wrap.active {
  opacity: 1;
  top: 0px;
}
.index_design_content .link_button {
  opacity: 0;
  top: 70px;
  position: relative;
}
.index_design_content .link_button.active {
  opacity: 1;
  top: 0;
}

/* メッセージ */
.index_message {
  position: relative;
}
.index_message .cb_contents_inner {
  width: 860px;
}
.index_message .catch {
  width: 50%;
  line-height: 1.7;
  font-weight: 500;
  font-size: 20px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index_message.layout_type2 .catch {
  float: right;
}
/* アニメーション */
.index_message {
  opacity: 0;
  top: 70px;
  position: relative;
}
.index_message.active {
  opacity: 1;
  top: 0px;
}

/* 画像スライダー */
.index_image_slider {
  padding: 100px 0;
}
.cb_image_slider {
  width: 860px;
  height: 600px;
  margin: 0 auto;
  position: relative;
}
.cb_image_slider .animate_background {
  display: block;
  width: 100%;
  height: 600px;
}
.cb_image_slider .image_wrap {
  display: block;
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cb_image_slider .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.cb_image_slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  z-index: 1;
  text-align: center;
}
.cb_image_slider .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  font-size: 12px;
}
.cb_image_slider .slick-dots button {
  cursor: pointer;
  border: none;
  color: transparent;
  width: 12px;
  height: 12px;
  display: block;
  font-size: 0;
  background: none;
  position: relative;
}
.cb_image_slider .slick-dots button::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  line-height: 13px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.cb_image_slider .slick-dots button:hover::before,
.cb_image_slider .slick-dots .slick-active button::before {
  background: #000;
}
.index_image_slider .content_area {
  width: 860px;
  margin: 0 auto;
}
.index_image_slider .content_area .catch {
  line-height: 1.7;
  font-weight: 500;
  float: left;
  width: 50%;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index_image_slider .content_area .desc {
  line-height: 2.6;
  float: right;
  width: 50%;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* アニメーション */
.cb_image_slider {
  opacity: 0;
  top: 70px;
}
.cb_image_slider.active {
  opacity: 1;
  top: 0px;
}
.index_image_slider .content_area {
  opacity: 0;
  top: 70px;
  position: relative;
}
.index_image_slider .content_area.active {
  opacity: 1;
  top: 0px;
}
.index_image_slider .link_button {
  opacity: 0;
  top: 70px;
  position: relative;
}
.index_image_slider .link_button.active {
  opacity: 1;
  top: 0px;
}

/* 記事スライダー */
.index_post_list {
  padding: 100px 0;
  position: relative;
}
.index_post_list:after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f7f6f5;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index_post_list .cb_side_headline {
  left: auto;
  right: 0px;
}
.index_post_list .headline {
  line-height: 1.7;
  font-weight: 500;
  margin: 0 0 80px 0;
  text-align: center;
}
.index_post_list .post_list_area {
  width: 860px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 110px 0;
}
.index_post_list .post_list {
  width: 820px;
  margin: 0 auto;
}
.index_post_list .post_list .item {
  width: 350px;
  position: relative;
  margin: 0 30px;
}
.index_post_list .image_link {
  display: block;
  width: 100%;
  height: 230px;
}
.index_post_list .image_wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.index_post_list .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.index_post_list .title_area {
  background: #fff;
  height: 135px;
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index_post_list .title {
  font-weight: 600;
  line-height: 1.8;
  max-height: 3.6em;
  font-size: 16px;
  overflow: hidden;
  visibility: visible;
}
.index_post_list .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_post_list .category {
  margin-top: 10px;
  font-size: 12px;
}
.index_post_list .category a {
  color: #666;
}
.index_post_list .date_area {
  font-weight: 600;
  position: relative;
  margin: 0 0 25px 0;
}
.index_post_list .date_area .month {
  float: left;
  font-size: 26px;
}
.index_post_list .date_area .date {
  float: left;
  border-left: 1px solid #000;
  text-align: center;
  padding: 0 0 0 15px;
  margin: 0 0 0 15px;
}
.index_post_list .date_area .date1 {
  display: block;
  font-size: 26px;
}
.index_post_list .date_area .date2 {
  color: #999;
  margin: 5px 0 0 0;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
.index_post_list .slick-dots {
  position: absolute;
  bottom: -62px;
  left: 0px;
  width: 100%;
  z-index: 1;
  text-align: center;
}
.index_post_list .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  font-size: 12px;
}
.index_post_list .slick-dots button {
  cursor: pointer;
  border: none;
  color: transparent;
  width: 12px;
  height: 12px;
  display: block;
  font-size: 0;
  background: none;
  position: relative;
}
.index_post_list .slick-dots button::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  line-height: 13px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.index_post_list .slick-dots button:hover::before,
.index_post_list .slick-dots .slick-active button::before {
  background: #000;
}
/* アニメーション */
.index_post_list .headline {
  opacity: 0;
  top: 70px;
  position: relative;
}
.index_post_list .headline.active {
  opacity: 1;
  top: 0px;
}
.index_post_list .post_list_area {
  opacity: 0;
  top: 70px;
}
.index_post_list .post_list_area.active {
  opacity: 1;
  top: 0px;
}
.index_post_list .link_button {
  opacity: 0;
  top: 70px;
  position: relative;
}
.index_post_list .link_button.active {
  opacity: 1;
  top: 0px;
}

/* フリースペース */
.index_free_space {
  position: relative;
  z-index: 30;
}
.index_free_space.type2 {
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index_free_space.type2 .cb_contents_inner {
  width: auto;
}
.index_free_space.type1 .cb_contents_inner {
  padding: 0 50px;
  box-sizing: border-box;
}
.index_free_space.type3 .cb_contents_inner {
  width: 860px;
  padding: 0 50px;
  box-sizing: border-box;
}

.index_free_space .post_content h2 {
  font-size: 36px;
  text-align: center;
}
.index_free_space .post_content h3 {
  font-size: 26px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .index_free_space .post_content h2 {
    font-size: 26px;
    text-align: center;
  }
  .index_free_space .post_content h3 {
    font-size: 22px;
    text-align: left;
  }
}

/* アニメーション */
.index_free_space {
  opacity: 0;
  top: 70px;
}
.index_free_space.active {
  opacity: 1;
  top: 0px;
}

/* ----------------------------------------------------------------------
 その他のページ
---------------------------------------------------------------------- */
/* 404ページ*/
.error404 {
  padding: 0 !important;
}
.error404 #header {
  display: none;
}
#page_404_header {
  width: 100%;
  height: 100vh;
  position: relative;
}
#page_404_header .catch_area {
  position: absolute;
  z-index: 2;
  text-align: center;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#page_404_header .catch {
  font-size: 48px;
  font-weight: 500;
}
#page_404_header .desc {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 0 0;
  line-height: 1.4;
}
#page_404_header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  line-height: 1.4;
}

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

/* 検索結果がないページ*/
.no_search_result {
  padding: 0 !important;
}
.no_search_result #header {
  display: none;
}

#page_search_header {
  width: 100%;
  height: 100vh;
  position: relative;
}
#page_search_header .catch_area {
  position: absolute;
  z-index: 2;
  text-align: center;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#page_search_header .catch {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
}
#page_search_header .desc {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 0 0;
  line-height: 1.4;
}
#page_search_header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

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

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

#page_search_header.animate #search_form {
  opacity: 0;
}

#page_search_header.animate #search_form {
  -webkit-animation: opacityAnimation 1s ease forwards 1.5s;
  animation: opacityAnimation 1s ease forwards 1.5s;
}

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

/* ----------------------------------------------------------------------
 ページヘッダー
---------------------------------------------------------------------- */
#page_header {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#page_header_inner {
  width: 1160px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
#page_header .catch_area {
  z-index: 200;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#page_header .headline {
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  opacity: 0;
}
#page_header .headline .maintitle {
  line-height: 1.4;
  font-weight: 500;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page_header .headline span {
  display: block;
}
#page_header .desc {
  font-weight: 500;
  line-height: 2.6;
  margin: 30px 0 0 0;
  opacity: 0;
  position: relative;
}
#page_header .desc.mobile {
  display: none;
}
#page_header .catch {
  line-height: 1.4;
  font-weight: 500;
  width: 100%;
  padding: 0 20px;
  margin-bottom: -11px;
  color: #fff;
  font-size: 38px;
  position: relative;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page_header .image {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: scale(1.1);
}
#page_header .image.mobile {
  display: none;
}
#page_header.animate .image {
  -webkit-animation: zoomIn2 1.7s cubic-bezier(0.075, 0.82, 0.165, 1) forwards
    0s;
  animation: zoomIn2 1.7s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 0s;
}
#page_header.animate2 .image {
  -webkit-animation: zoomIn2 1.7s cubic-bezier(0.075, 0.82, 0.165, 1) forwards
    0.7s;
  animation: zoomIn2 1.7s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 0.7s;
}
#page_header .overlay {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
}
#page_header.animate .headline,
#page_header.animate .catch {
  -webkit-animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1s;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1s;
}
#page_header.animate .desc {
  -webkit-animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
    1.5s;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.5s;
}
#page_header.animate2 .headline,
#page_header.animate2 .catch {
  -webkit-animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
    1.7s;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.7s;
}
#page_header.animate2 .desc {
  -webkit-animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
    2.2s;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.2s;
}
body.no_page_header_animation #page_header .image {
  transform: none;
}
body.no_page_header_animation #page_header.animate .image {
  -webkit-animation: none;
  animation: none;
}

/* 固定ページ用 */
.page #page_header .headline .title_area {
  line-height: 1.4;
  font-weight: 500;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page #page_header .headline .title_area h1 {
  font-weight: 500;
}

/* スクロールボタン */
#main_contents_link {
  opacity: 0;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 200;
}
#main_contents_link:before {
  color: #fff;
  font-family: "design_plus";
  content: "\e90e";
  font-size: 24px;
  display: block;
  position: absolute;
  left: 14px;
  bottom: 0px;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: TCDSlideUpDown 1.2s ease infinite 0s;
  animation: TCDSlideUpDown 1.2s ease infinite 0s;
}
#main_contents_link.animate {
  -webkit-animation: opacityAnimation 1s ease forwards 2s;
  animation: opacityAnimation 1s ease forwards 2s;
}
#main_contents_link.first_animate {
  -webkit-animation: opacityAnimation 1s ease forwards 3s !important;
  animation: opacityAnimation 1s ease forwards 3s !important;
}
@-webkit-keyframes TCDSlideUpDown {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: 10px;
  }
}
@keyframes TCDSlideUpDown {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: 10px;
  }
}

/* サブページ用 */
#sub_page_header {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#sub_page_header_inner {
  width: 1160px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
#sub_page_header .catch_area {
  z-index: 200;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sub_page_header {
  color: #fff;
}
#sub_page_header .headline {
  line-height: 1.4;
  margin-top: -4px;
}
#sub_page_header .headline .main {
}
#sub_page_header .headline .sub_title {
  font-size: 14px;
  display: block;
}
#sub_page_header .overlay {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* ----------------------------------------------------------------------
 ブログアーカイブページ
---------------------------------------------------------------------- */
#blog_archive {
  width: 760px;
  margin: 0 auto;
  padding: 150px 0 100px;
  z-index: 200;
  position: relative;
}
.pc #side_headline.blog_archive_side_headline {
  top: 218px;
}

/* アーカイブページ */
#blog_list {
  position: relative;
}
#blog_list .item {
  width: calc(50% - 30px);
  float: left;
  margin: 0 60px 50px 0;
}
#blog_list .item:nth-child(2n) {
  margin-right: 0;
}
#blog_list .image_link {
  display: block;
  width: 100%;
  height: 230px;
}
#blog_list .image_wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#blog_list .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#blog_list .title_area {
  background: #fff;
  height: 135px;
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#blog_list .title {
  font-weight: 600;
  line-height: 1.8;
  max-height: 3.6em;
  font-size: 16px;
  overflow: hidden;
  visibility: visible;
}
#blog_list .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#blog_list .category {
  margin-top: 10px;
  font-size: 12px;
}
#blog_list .category a {
  color: #999;
}
#blog_list .date_area {
  font-weight: 600;
  position: relative;
  margin: 0 0 25px 0;
}
#blog_list .date_area .month {
  float: left;
  font-size: 26px;
}
#blog_list .date_area .date {
  float: left;
  border-left: 1px solid #000;
  text-align: center;
  padding: 0 0 0 15px;
  margin: 0 0 0 15px;
}
#blog_list .date_area .date1 {
  display: block;
  font-size: 26px;
}
#blog_list .date_area .date2 {
  margin: 5px 0 0 0;
  color: #999;
  display: block;
  font-size: 12px;
}
#blog_list .date_area .date3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  left: 2px;
  position: relative;
}

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

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

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

/* ----------------------------------------------------------------------
 お知らせ　アーカイブページ
---------------------------------------------------------------------- */
/* アーカイブページ */
#news_archive {
  width: 760px;
  margin: 0 auto;
  padding: 150px 0 100px;
  z-index: 200;
  position: relative;
}

/* 記事一覧 */
#news_list .date_area {
  font-weight: 600;
  position: absolute;
  top: 0px;
  left: 0px;
}
#news_list .date_area .month {
  float: left;
  font-size: 26px;
}
#news_list .date_area .date {
  float: left;
  border-left: 1px solid #000;
  text-align: center;
  padding: 0 0 0 15px;
  margin: 0 0 0 15px;
}
#news_list .date_area .date1 {
  display: block;
  font-size: 26px;
}
#news_list .date_area .date2 {
  color: #999;
  margin: 5px 0 0 0;
  display: block;
  font-size: 12px;
}
#news_list .date_area .date3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  left: 2px;
  position: relative;
}
#news_list {
  position: relative;
}
#news_list .item {
  margin: 0 0 50px 0;
  position: relative;
  padding: 68px 0 0 0;
}
#news_list .item:last-of-type {
  margin: 0;
}
#news_list .image_link {
  display: block;
}
#news_list .image_wrap {
  display: block;
  width: 350px;
  height: 230px;
  float: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#news_list .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#news_list .title_area {
  width: calc(100% - 350px);
  float: left;
  background: #fff;
  height: 230px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#news_list .title {
  padding: 0 60px;
  font-weight: 600;
  line-height: 1.8;
  max-height: 5.4em;
  font-size: 16px;
  overflow: hidden;
  visibility: visible;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#news_list .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#news_list .item:nth-child(2n) .image_wrap {
  float: right;
}
#news_list .item:nth-child(2n) .title_area {
  float: left;
}
#news_list .item:nth-child(2n) .date_area {
  left: auto;
  right: 0px;
}

/* ----------------------------------------------------------------------
 お知らせ　詳細ページ
---------------------------------------------------------------------- */
/* タイトル */
#news_post_title_area {
  margin: 0 0 60px 0;
  width: 100%;
  position: relative;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#news_post_title_area .image {
  margin: -1px -1px 0;
  width: 100%;
  height: 550px;
  z-index: 1;
}
#news_post_title_area .title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
  padding: 45px 50px;
}
#news_post_title_area.no_image .title {
  padding: 80px 50px 50px;
}
#news_post_title_area .date {
  margin: -32px 50px 49px;
  font-size: 14px;
  color: #999;
}
#news_post_title_area .category {
  position: absolute;
  bottom: 510px;
  left: 50px;
  z-index: 2;
}
#news_post_title_area.no_image .category {
  top: -1px;
}
#news_post_title_area .category a {
  display: none;
  height: 40px;
  line-height: 40px;
  min-width: 120px;
  text-align: center;
  padding: 0 20px;
  background: #000;
  color: #fff;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#news_post_title_area .category a:first-of-type {
  display: inline-block;
}

/* 最新のお知らせ */
#recent_news {
  margin: 100px 0 1px 0;
  position: relative;
}
#recent_news .headline {
  margin: 0 auto 60px;
  font-size: 18px;
  font-weight: 500;
  width: 130px;
  background: #000;
  color: #fff;
  height: 130px;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
#recent_news .headline span {
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#recent_news .link_button {
  z-index: 10;
  position: relative;
  text-align: center;
  margin: 100px 0 0 0;
}
#recent_news .link_button a {
  display: inline-block;
  font-size: 14px;
  padding: 0 25px;
  height: 60px;
  line-height: 60px;
  min-width: 270px;
  background: #000;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ----------------------------------------------------------------------
 ブログ詳細ページ
---------------------------------------------------------------------- */
.post_content a:hover {
  text-decoration: none;
}
#article {
  position: relative;
  width: 760px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* タイトル */
#post_title_area {
  margin: 0 0 38px 0;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#post_title_area .date_area {
  font-weight: 600;
  position: relative;
  margin: 0 0 45px;
}
#post_title_area .date_area .month {
  float: left;
  font-size: 26px;
}
#post_title_area .date_area .date {
  float: left;
  border-left: 1px solid #000;
  text-align: center;
  padding: 0 0 0 15px;
  margin: 0 0 0 15px;
}
#post_title_area .date_area .date1 {
  display: block;
  font-size: 26px;
}
#post_title_area .date_area .date2 {
  color: #999;
  margin: 5px 0 0 0;
  display: block;
  font-size: 11px;
}
#post_title_area .post_update {
  float: right;
  font-weight: normal;
  margin: 15px 0px 0px 0px;
  color: #999;
}
#post_title_area .post_update:before {
  position: relative;
  font-family: "update_icon";
  content: "\e140";
  font-size: 12px;
  padding: 0 5px 0 0px;
}
#post_title_area .image {
  margin: 42px 0 0 0;
  width: 100%;
  height: 440px;
  z-index: 1;
}
#post_title_area .title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  word-wrap: break-word;
}
#post_title_area .category {
  font-size: 12px;
  padding: 12px 0 10px 0;
}
#post_title_area .category a {
  color: #999;
}

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

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

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

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

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

/* プロフィール */
.author_profile {
  background: #fff;
  border: 1px solid #ddd;
  margin: 50px 0 0;
  height: 180px;
  position: relative;
}
.author_profile a.avatar {
  display: block;
  width: 182px;
  height: 182px;
  float: left;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin: -1px;
}
.author_profile img.avatar {
  display: block;
  width: 100%;
  height: auto;
}
.author_profile .info {
  float: right;
  padding: 45px 50px;
  -webkit-width: calc(100% - 182px);
  width: calc(100% - 182px);
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.author_profile .name {
  font-size: 20px;
  margin: 0 0 20px 0;
  font-weight: 500;
}
.author_profile .desc {
  margin: 0 0 20px 0;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.author_profile .author_link {
  float: left;
  margin: 0 0 0 -5px;
  font-size: 0;
}
.author_profile .author_link li {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
}
.author_profile .author_link li a {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: relative;
}
.author_profile .author_link li a span {
  display: none;
}
.author_profile .author_link li a:before {
  font-family: "design_plus";
  font-size: 14px;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.author_profile .author_link li a:hover:before {
  color: #aaa;
}
.author_profile .author_link li.twitter a:before {
  content: "\e904";
}
.author_profile .author_link li.facebook a:before {
  content: "\e902";
}
.author_profile .author_link li.insta a:before {
  content: "\ea92";
}
.author_profile .author_link li.pinterest a:before {
  content: "\e905";
}
.author_profile .author_link li.google a:before {
  content: "\e900";
}
.author_profile .author_link li.youtube a:before {
  font-family: "footer_bar";
  content: "\ea9d";
}
.author_profile .author_link li.contact a:before {
  content: "\f003";
}
.author_profile .archive_link {
  float: right;
  padding: 0 20px 0 0;
  margin-top: 4px;
}
.author_profile .archive_link span:after {
  font-size: 12px;
  font-family: "design_plus";
  content: "\e910";
  display: block;
  position: absolute;
  right: 0px;
  top: 5px;
  height: 14px;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 関連記事 */
#related_post {
  margin: 100px 50px 0;
  position: relative;
}
#related_post .cb_side_headline {
  position: absolute;
  top: 67px;
  left: auto;
  right: -200px !important;
}
body.single-news #related_post {
  margin-bottom: 50px;
}
#related_post .headline {
  margin: 0 auto 30px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
#related_post .item {
  background: #fff;
  float: left;
  width: -webkit-calc(100% / 3 - 15px);
  width: calc(100% / 3 - 15px);
  height: 260px;
  margin: 20px 20px 0 0;
  position: relative;
}
#related_post .item:nth-child(3n) {
  margin-right: 0;
}
#related_post a.link {
  width: 100%;
  height: 100%;
  display: block;
  background: none;
}
#related_post .image_wrap {
  display: block;
  width: 100%;
  height: 153px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#related_post .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#related_post .title_area {
  padding: 14px 20px;
}
#related_post .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  max-height: 3.6em;
  overflow: hidden;
  visibility: visible;
}
#related_post .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#related_post .date {
  font-size: 12px;
  color: #999;
  margin: 7px 0 0 0;
}
#related_post .link_button {
  text-align: center;
  margin-top: 80px;
}
#related_post .link_button a {
  background: #000;
  color: #fff;
  display: inline-block;
  min-width: 270px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
#header {
  width: 100%;
  height: 120px;
  z-index: 200;
  position: absolute;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#header.active {
}
body.single #header {
  position: relative;
}
#header.start:after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  background: #fff;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 1;
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
#header.active:after {
  height: 100%;
}
body.use_header_fix #header {
  position: sticky;
  top: 0px;
  left: 0px;
  margin-bottom: -121px;
}
body.single.use_header_fix #header {
  margin-bottom: 0;
}

/* ロゴ */
#header_logo {
  position: absolute;
  z-index: 30;
  height: 120px;
  width: 240px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header_logo .logo {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 500;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#header_logo .logo a {
}
#header_logo img {
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  max-width: 200px;
  max-height: 100px;
  width: auto;
  height: auto;
}
#header_logo img:hover {
  opacity: 0.5;
}
#header_logo .pc_logo_image.type2 {
  display: none;
}
#header.active #header_logo .pc_logo_image.type1 {
  display: none;
}
#header.active #header_logo .pc_logo_image.type2 {
  display: block;
}
#header_logo .mobile_logo_image {
  display: none;
}
#header_logo .mobile_logo_text {
  display: none;
}

/* グローバルメニュー */
.global_menu {
  width: 100%;
  height: 61px;
  z-index: 20;
}
#global_menu_left {
  width: calc(50% - 120px);
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#global_menu_right {
  width: calc(50% - 120px);
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.global_menu > ul {
  position: relative;
  margin: 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.global_menu > ul > li {
  display: inline-block;
  position: relative;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.global_menu > ul > li > a {
  padding: 0;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  height: 61px;
  display: block;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.global_menu > ul > li:first-of-type > a {
  border-left: none;
}
.global_menu ul ul {
  display: none;
  width: 100%;
  min-width: 240px;
  position: absolute;
  top: 61px;
  left: 0px;
  margin: 0;
  padding: 0;
  z-index: 9999;
}
.global_menu ul ul ul {
  left: 100%;
  top: 0;
  margin: 0;
  border: none;
}
.global_menu ul ul li {
  line-height: 1.5;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
  display: block;
}
.global_menu ul ul a {
  font-size: 14px;
  display: block;
  border: none;
  position: relative;
  padding: 14px 25px 12px;
  height: auto;
  line-height: 1.6;
  margin: 0;
}
.global_menu ul ul a:hover {
  text-decoration: none;
  border: none;
}

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

/* タイトルのアニメーション */
.global_menu > ul > li > a span.title {
  max-height: 1em;
  position: relative;
  overflow: hidden;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.global_menu > ul > li > a span.title_inner {
  display: block;
  position: relative;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.global_menu > ul > li > a span.main {
  display: block;
  line-height: 1.1em;
}
.global_menu > ul > li > a span.sub {
  display: block;
  line-height: 1.1em;
}
.global_menu > ul > li > a:hover span.title_inner,
.global_menu > ul > li.active_button > a span.title_inner,
.global_menu > ul > li.active > a span.title_inner {
  -webkit-transform: translate3d(0, -0.5em, 0);
  transform: translate3d(0, -1em, 0);
}
.global_menu > ul > li > a:hover span.no_sub_title span.title_inner,
.global_menu > ul > li.active_button > a span.no_sub_title span.title_inner,
.global_menu > ul > li.active > a span.no_sub_title span.title_inner {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

/* 子メニューを逆方向にする */
#global_menu_right ul > li:last-of-type > ul {
  left: auto;
  right: 0%;
}
#global_menu_right ul > li:last-of-type ul ul {
  left: auto;
  right: 100%;
}
#global_menu_right
  ul
  > li:last-of-type
  ul
  li.menu-item-has-children
  > a:before {
  content: "\e90f";
  right: auto;
  left: 9px;
}

/* お知らせ */
#index_news {
  display: none;
}
#header_news {
  height: 1em;
  width: calc(50% - 120px);
  position: absolute;
  left: 0px;
  top: 23px;
  overflow: hidden;
  z-index: 20;
}
#header_news a {
  display: block;
  color: #fff;
  height: 1em;
  line-height: 1;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header_news a .date {
  font-size: 12px;
  float: left;
  width: 90px;
}
#header_news a .title {
  font-size: 14px;
  font-weight: 500;
  float: left;
  width: calc(100% - 90px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}

/* サイトの説明文 */
#site_description {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 1em;
  width: calc(50% - 120px);
  position: absolute;
  left: 0px;
  top: 23px;
  z-index: 20;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}
#header.active #site_description {
  color: #000;
}

/* 右上のエリア */
#header_right_top {
  height: 59px;
  width: calc(50% - 120px);
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* リンクボタン */
#header_button {
  display: block;
  color: #fff;
  height: 59px;
  text-align: center;
  font-size: 14px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
#header_button.no_sub_title {
  line-height: 59px;
}
#header_button span.title {
  max-height: 1em;
  position: relative;
  overflow: hidden;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header_button span.title_inner {
  display: block;
  position: relative;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
#header_button span.main {
  display: block;
}
#header_button span.sub {
  display: block;
}
#header_button:hover span.title_inner {
  -webkit-transform: translate3d(0, -0.5em, 0);
  transform: translate3d(0, -1em, 0);
}
#header_button:hover span.no_sub_title span.title_inner {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

/* メニューボタン */
#menu_button {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  display: block !important;
  font-size: 11px;
  width: 69px;
  height: 59px;
  line-height: 59px;
  text-decoration: none;
  text-align: center;
}
#menu_button span {
  width: 22px;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
#menu_button span:nth-child(1) {
  top: 24px;
  left: 24px;
}
#menu_button span:nth-child(2) {
  top: 30px;
  left: 24px;
}
#menu_button span:nth-child(3) {
  top: 36px;
  left: 24px;
}
#menu_button:hover span {
  background: orange;
}

/* SNSボタン */
#header_sns {
  z-index: 20;
  text-align: center;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 10px;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.header_sns li {
  display: inline-block;
  position: relative;
}
.header_sns li a {
  display: block;
  overflow: hidden;
  width: 30px;
  height: 59px;
  line-height: 59px;
  text-align: center;
  position: relative;
}
.header_sns li a span {
  display: none;
}
.header_sns li a:before {
  font-family: "design_plus";
  font-size: 15px;
  display: block;
  color: #fff;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header_sns li a:hover:before {
  color: orange;
}
.header_sns li.twitter a:before {
  font-family: "tiktok_x_icon";
  content: "\e901";
  font-size: 14px;
}
.header_sns li.facebook a:before {
  content: "\e902";
}
.header_sns li.insta a:before {
  content: "\ea92";
}
.header_sns li.pinterest a:before {
  content: "\e905";
}
.header_sns li.google a:before {
  content: "\e900";
}
.header_sns li.youtube a:before {
  font-family: "footer_bar";
  content: "\ea9d";
}
.header_sns li.tiktok a:before {
  font-family: "tiktok_x_icon";
  content: "\e900";
}
.header_sns li.contact a:before {
  content: "\f003";
}
.header_sns li.rss a:before {
  content: "\e90b";
}

/* 言語ボタン */
#lang_button {
  font-family: Arial !important;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  padding: 0 10px;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
#lang_button li {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
}
#lang_button li:last-child {
  margin-right: 0;
}
#lang_button li.active a {
  opacity: 0.3;
  pointer-events: none;
}
#lang_button li a {
  color: #fff;
  display: block;
  height: 59px;
  line-height: 59px;
}
#lang_button li a:hover {
  color: #fff;
}

/* 固定ヘッダー */
.pc .header_fix {
} /* #header_inner height + #header margin bottom */
.pc body.home.header_fix {
}
.pc body.admin-bar.header_fix {
}
.pc .header_fix #header {
  z-index: 1000;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.pc .admin-bar.header_fix {
  padding-top: 190px;
}

/* パンくずリンク */
#bread_crumb {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
}
#bread_crumb ul {
  width: 1160px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}
#bread_crumb li {
  display: inline;
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: relative;
}
#bread_crumb li:after {
  font-family: "design_plus";
  content: "\e910";
  font-size: 10px;
  color: #000;
  display: inline-block;
  line-height: 70px;
  height: 69px;
  margin: 0 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li:last-of-type:after {
  display: none;
}
#bread_crumb,
#bread_crumb li.last {
  color: #999;
}
#bread_crumb li a {
  height: 69px;
  line-height: 70px;
  display: inline-block;
}
#bread_crumb li a:hover {
}
#bread_crumb li.category a {
  display: none;
}
#bread_crumb li.category a:first-of-type,
#bread_crumb li.category a:only-of-type {
  display: inline-block;
}
#bread_crumb li.home a {
  position: relative;
  width: 16px;
}
#bread_crumb li.home a span {
  opacity: 0;
}
#bread_crumb li.home a:before {
  font-family: "design_plus";
  content: "\e90c";
  font-size: 12px;
  display: inline-block;
  height: 100%;
  line-height: 1;
  top: 0px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* ----------------------------------------------------------------------
 ドロワーメニュー
---------------------------------------------------------------------- */
#drawer_menu {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 100%;
  overflow: hidden;
  -webkit-transition: top 0.5s ease, opacity 0s ease;
  transition: top 0.5s ease, opacity 0s ease;
}
#drawer_menu.scrollable {
  overflow: hidden;
}
body.open_drawer_menu {
  overflow: hidden;
}
body.open_drawer_menu #drawer_menu {
  opacity: 1;
  top: 0;
  pointer-events: auto;
}
body.open_drawer_menu #drawer_menu.scrollable {
  overflow-y: scroll;
}
body.close_drawer_menu #drawer_menu {
  top: -100%;
  -webkit-transition: top 0.5s ease 0.3s, opacity 0s ease 0.7s;
  transition: top 0.5s ease 0.3s, opacity 0s ease 0.7s;
}
#drawer_menu .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
}
#drawer_menu.scrollable .overlay {
  position: fixed;
}
#drawer_menu:not(.scrollable) #drawer_menu_inner {
  opacity: 0;
  position: absolute;
  z-index: 10;
  text-align: center;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -48%);
  -webkit-transform: translate(-50%, -48%);
  transform: translate(-50%, -48%);
}
#drawer_menu.scrollable #drawer_menu_inner {
  opacity: 0;
  position: absolute;
  z-index: 10;
  text-align: center;
  padding: 30px 0;
  -webkit-transition: opacity 0.6s ease 0.5s;
  transition: opacity 0.6s ease 0.5s;
  left: 0;
  top: 0;
  width: 100vw;
}
body.open_drawer_menu #drawer_menu:not(.scrollable) #drawer_menu_inner {
  opacity: 1;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s ease 0.5s;
  transition: all 0.6s ease 0.5s;
}
body.open_drawer_menu #drawer_menu.scrollable #drawer_menu_inner {
  opacity: 1;
}
body.close_drawer_menu #drawer_menu #drawer_menu_inner {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.close_drawer_menu #drawer_menu:not(.scrollable) #drawer_menu_inner {
  opacity: 0;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#drawer_menu .bg_image {
  position: absolute;
  top: -100%;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#drawer_menu.scrollable .bg_image {
  position: fixed;
}
#drawer_menu .bg_image.mobile {
  display: none;
}
body.open_drawer_menu #drawer_menu .bg_image {
  top: 0;
}
body.close_drawer_menu #drawer_menu .bg_image {
  top: 100%;
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
body.close_drawer_menu #menu_button {
  pointer-events: none;
}

/* 閉じるボタン */
#drawer_menu .close_button {
  opacity: 0;
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
}
body.open_drawer_menu #drawer_menu .close_button {
  opacity: 1;
  -webkit-transition: all 0.4s ease 0.7s;
  transition: all 0.6s ease 0.5s;
}
body.open_drawer_menu #drawer_menu.scrollable .close_button {
  position: fixed;
}
#drawer_menu .close_button:before {
  color: #fff;
  font-family: "design_plus";
  content: "\e91a";
  font-size: 24px;
  display: block;
  top: 20px;
  left: 18px;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#drawer_menu .close_button:hover:before {
  color: #ff3f00;
}

/* ロゴ */
#drawer_menu .logo {
  line-height: 1;
  margin: 0 auto;
  padding: 0;
  font-weight: 500;
  display: block;
}
#drawer_menu .logo a {
}
#drawer_menu img {
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  max-width: 200px;
  max-height: 100px;
  width: auto;
  height: auto;
}
#drawer_menu img:hover {
  opacity: 0.5;
}
#drawer_menu .pc_logo_image.type2 {
  display: none;
}
#drawer_menu .mobile_logo_image {
  display: none;
}
#drawer_menu .mobile_logo_text {
  display: none;
}

/* メニュー */
#drawer_menu .menu {
  margin-top: 25px;
}
#drawer_menu .menu a {
  font-size: 20px;
  color: #fff;
  padding: 22px 0;
  display: block;
}
#drawer_menu .menu a:hover {
  color: #ff3f00;
}
#drawer_menu .current-menu-item {
  pointer-events: none;
}

/* SNS */
#drawer_menu .header_sns {
  margin-top: 5px;
}
#drawer_menu .header_sns a:hover:before {
  color: #ff3f00;
}

/* 言語ボタン */
#drawer_menu .lang_button {
  margin-top: 20px;
  font-size: 0;
  display: none;
}
#drawer_menu .lang_button li {
  display: inline;
  margin: 0 10px;
}
#drawer_menu .lang_button li a {
}
#drawer_menu .lang_button li.active a {
  pointer-events: none;
  opacity: 0.3;
}

/* 画像 */
#drawer_menu_bg .image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}
#drawer_menu_bg .image.active {
  opacity: 1;
}

#drawer_menu.scrollable #drawer_menu_bg .image {
  position: fixed;
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
#footer {
  position: relative;
  padding: 170px 0;
  overflow: hidden;
}
#footer a {
  color: #fff;
}
#footer_overlay {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.footer_bg_image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.footer_bg_image.mobile {
  display: none;
}
#footer_video {
  position: absolute;
  left: 0;
  width: 100vw;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 950px) {
  #footer_video {
    width: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* ロゴ */
#footer_logo {
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
#footer_logo .logo {
  line-height: 1;
  padding: 0;
  font-weight: 500;
}
#footer_logo img {
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
#footer_logo img:hover {
  opacity: 0.5;
}
#footer_logo .pc_logo_text {
  display: block;
}
#footer_logo .mobile_logo_image {
  display: none;
}
#footer_logo .mobile_logo_text {
  display: none;
}
#footer_logo .desc {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 25px;
}

/* 情報 */
.footer_info {
  margin: 20px 0 0 0;
  line-height: 2;
  font-size: 16px;
  z-index: 20;
  text-align: center;
  position: relative;
}
.footer_info.mobile {
  display: none;
}

/* SNSボタン */
#footer_sns {
  margin: 20px 0 0 0;
  font-size: 0;
  z-index: 20;
  text-align: center;
  position: relative;
}
#footer_sns li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
#footer_sns li a {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: relative;
}
#footer_sns li a span {
  display: none;
}
#footer_sns li a:before {
  font-family: "design_plus";
  font-size: 15px;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer_sns li a:hover:before {
}
#footer_sns li.twitter a:before {
  font-family: "tiktok_x_icon";
  content: "\e901";
  font-size: 14px;
}
#footer_sns li.facebook a:before {
  content: "\e902";
}
#footer_sns li.insta a:before {
  content: "\ea92";
}
#footer_sns li.pinterest a:before {
  content: "\e905";
}
#footer_sns li.google a:before {
  content: "\e900";
}
#footer_sns li.youtube a:before {
  font-family: "footer_bar";
  content: "\ea9d";
}
#footer_sns li.tiktok a:before {
  font-family: "tiktok_x_icon";
  content: "\e900";
}
#footer_sns li.contact a:before {
  content: "\f003";
}
#footer_sns li.rss a:before {
  content: "\e90b";
}

/* メニュー */
#footer_menu {
  position: absolute;
  bottom: 60px;
  width: 100%;
  height: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 10;
}
#footer_menu ul {
  text-align: center;
  font-size: 0;
  z-index: 2;
  width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer_menu li {
  font-size: 14px;
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
#footer_menu li:last-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
#footer_menu li a {
  height: 60px;
  display: block;
}
#footer_menu a span.title {
  max-height: 1em;
  position: relative;
  overflow: hidden;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer_menu a span.title_inner {
  display: block;
  position: relative;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
#footer_menu a span.main {
  display: block;
}
#footer_menu a span.sub {
  display: block;
}
#footer_menu a:hover span.title_inner,
.global_menu > ul > li.active_button > a span.title_inner,
.global_menu > ul > li.active > a span.title_inner {
  -webkit-transform: translate3d(0, -0.5em, 0);
  transform: translate3d(0, -1em, 0);
}
#footer_menu a:hover span.no_sub_title span.title_inner {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

/* コピーライト */
#copyright {
  position: absolute;
  bottom: 0px;
  width: 100%;
  line-height: 60px;
  height: 60px;
  font-size: 12px;
  z-index: 10;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

/* ----------------------------------------------------------------------
 ウィジェット
---------------------------------------------------------------------- */
/* 基本設定 */
#side_col {
  margin: 0 auto;
  padding: 0 0 100px 0;
  width: 760px;
  z-index: 100;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.widget_content {
  width: calc(50% - 30px);
  margin: 0 60px 50px 0;
}
.widget_content:nth-child(2n) {
  margin-right: 0;
}
.widget_content ul {
  margin: 0;
}
.widget_content li ul {
  margin: 0;
}
.widget_content li {
  line-height: 2;
  padding: 2px 0;
  margin: 0 0 10px 0;
}
.widget_content a {
  text-decoration: none;
  color: #000;
}
.widget_content a:hover {
}
.widget_content img {
  height: auto;
  max-width: 100%;
}
.widget_headline,
.widget_block .wp-block-heading {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin: 0 0 20px 0;
}

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

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

/* デザインされた記事一覧1 */
.styled_post_list1 {
}
.styled_post_list1 li {
  margin: 0 0 30px 0;
  padding: 0;
}
.styled_post_list1 li:last-child {
  margin: 0;
}
.styled_post_list1 a {
  display: block;
  width: 100%;
  height: 100px;
  overflow: hidden;
  background: #fff !important;
  position: relative;
}
.styled_post_list1 .image_wrap {
  float: left;
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.styled_post_list1 .image {
  width: 100%;
  height: 100px !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.styled_post_list1 .image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.styled_post_list1 .title_area {
  width: calc(100% - 100px);
  height: 100px;
  float: left;
  border-left: none;
  border-bottom: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.styled_post_list1 .title_area_inner {
  position: absolute;
  padding: 0 27px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.styled_post_list1 .title {
  margin: 7px 0 0 0;
  font-size: 14px;
  line-height: 1.6;
  max-height: 3.2em;
  font-weight: 500;
  word-break: break-all;
  overflow: hidden;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.styled_post_list1 .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.styled_post_list1 .date {
  font-size: 12px;
  color: #999;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.styled_post_list1 a:hover .title {
  color: #666;
}
.styled_post_list1 .new_icon {
  width: 80px;
  height: 50px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: -17px;
  left: -33px;
  z-index: 100;
  transform: -webkit-rotate(-45deg);
  transform: rotate(-45deg);
}
.styled_post_list1 .new_icon span {
  top: 29px;
  position: relative;
}

/* 検索 */
.widget_search label {
  display: none;
}
#searchform {
  border: 1px solid #ddd;
  background: #fff;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#searchform #s {
  border: none;
  background: none;
  padding: 0 18px;
  margin: 0;
  width: calc(100% - 50px);
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#searchform #searchsubmit {
  border: none;
  background: none;
  width: 50px;
  height: 50px;
  z-index: 200;
  position: relative;
  cursor: pointer;
  display: block;
  text-indent: -300px;
  overflow: hidden;
}
#searchform .submit_button {
  position: relative;
  width: 50px;
  height: 50px;
  float: right;
  top: 1px;
}
#searchform .submit_button:before {
  text-indent: 0;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  font-family: "design_plus";
  color: #333;
  font-size: 18px;
  content: "\e915";
  right: 0px;
  top: 1px;
}
#searchform .submit_button:hover:before {
  color: #aaa;
}
#searchform .submit_button:hover {
}

/* 検索ボックス */
.tcdw_search_box_widget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tcdw_search_box_widget .search_area form {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tcdw_search_box_widget .search_area .search_input {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  position: absolute;
  top: 0px;
  left: 0px;
}
.tcdw_search_box_widget .search_area .search_input input {
  height: 50px;
  width: 100%;
  border: none;
  background: none;
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tcdw_search_box_widget .search_area .search_button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.tcdw_search_box_widget .search_area .search_button:before {
  text-indent: 0;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  font-family: "design_plus";
  color: #333;
  font-size: 18px;
  content: "\e915";
  right: 0px;
  top: 1px;
}
.tcdw_search_box_widget .search_area .search_button:hover:before {
  color: #ccc;
}
.tcdw_search_box_widget .search_area .search_button input {
  border: none;
  background: none;
  width: 50px;
  height: 50px;
  text-indent: -200px;
  overflow: hidden;
  cursor: pointer;
}
.tcdw_search_box_widget .search_area .search_button label {
  display: none;
}
.tcdw_search_box_widget .p-dropdown {
  margin: 0 0 40px 0;
}

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

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

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

/* デフォルトのRSS */
.widget_rss .rss-widget-feed {
  display: none;
}
.widget_rss .rss-widget-title {
  text-decoration: none;
}
.widget_rss li {
  border-bottom: 1px solid #ddd;
  margin: 0 0 -1px 0;
  padding: 20px 30px 15px;
  font-size: 14px;
}
.widget_rss li:last-of-type {
  border: none;
}
.widget_rss ul li {
  padding: 20px 0px;
  border-bottom: 1px solid #ddd;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget_rss ul li:not(:first-child) {
  border-top: 1px solid #ddd;
}
.widget_rss ul li .rss-date {
  -ms-flex-order: 1;
  order: 1;
  color: #999;
  font-size: 13px;
  line-height: 1;
  margin-right: 10px;
  padding: 0 0 0 22px;
  position: relative;
}
.widget_rss ul li .rss-date:before {
  font-family: "design_plus";
  content: "\e94e";
  font-size: 16px;
  position: absolute;
  top: -2px;
  left: 0px;
  -webkit-font-smoothing: antialiased;
}
.widget_rss ul li cite {
  -ms-flex-order: 2;
  order: 2;
  color: #999;
  font-size: 13px;
  line-height: 1;
}
.widget_rss ul li .rsswidget {
  -ms-flex-order: 3;
  order: 3;
  display: block;
  width: 100%;
  margin: 0;
}
.widget_rss ul li .rssSummary {
  -ms-flex-order: 4;
  order: 4;
  color: #999;
  font-size: 13px;
  margin: -0.35em 0;
}
.widget_rss .rss-date {
  position: relative;
  font-family: Arial;
}
.widget_rss .rsswidget ~ .rss-date,
.widget_rss .rsswidget ~ cite {
  margin-bottom: 10px;
}
.widget_rss .rsswidget ~ .rssSummary {
  margin-top: calc(10px - 0.35em);
}

/* デフォルトのタグ一覧 */
.widget_tag_cloud .tagcloud {
  margin: 0 0 -6px 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget_tag_cloud .tagcloud a {
  margin: 0 6px 6px 0;
  font-size: 14px !important;
  display: block;
  background: #fff;
  padding: 0px 20px;
  border-radius: 5px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ddd;
}
.widget_tag_cloud .tagcloud a:hover {
  background: #000;
  color: #fff;
}

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

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

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

/* デフォルトのコメントウィジェット */
.widget_recent_comments li {
  color: #999;
}

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

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

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

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

/* カレンダー */
#calendar_wrap {
  padding: 0;
  margin: -6px 0 -20px;
}
#wp-calendar {
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  table-layout: fixed;
}
#wp-calendar caption {
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600;
}
#wp-calendar thead th,
#wp-calendar tfoot td {
  padding: 12px 10px;
  line-height: 2;
}
#wp-calendar thead th {
  font-weight: 500;
}
#wp-calendar tbody th,
#wp-calendar tbody td {
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
}
#wp-calendar tbody span {
  display: block;
  padding: 15px 10px;
}
#wp-calendar tbody a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  margin: 0 auto;
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
#wp-calendar td a:hover {
  text-decoration: none;
  color: #fff;
  background: #aaa;
}
#wp-calendar #today {
  font-weight: 600;
}
.wp-calendar-nav {
  font-size: 14px;
  padding: 20px 0;
  width: 100%;
  font-size: 14px;
}
.wp-calendar-nav .wp-calendar-nav-prev {
  width: 40%;
  float: left;
}
.wp-calendar-nav .wp-calendar-nav-next {
  width: 40%;
  float: right;
  text-align: right;
}

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

/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments {
  margin: 100px 50px 0;
}
#comments .headline {
  margin: 0 auto 50px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

/* コメント・トラックバックのタブ */
#comment_header {
  position: relative;
  margin: 0 0 25px;
}
#comment_tab {
  margin: 0;
  background: #eee;
}
#comment_tab li {
  float: left;
  text-align: center;
  margin: 0;
  width: 50%;
}
#comment_tab li a,
#comment_tab li p {
  font-size: 12px;
  padding: 15px 15px;
  line-height: 1.6;
  display: block;
  text-decoration: none;
  background: #eee;
  color: #000;
}
#comment_tab li a:hover {
  color: #fff;
  background: #999;
}
#comment_tab li.active a {
  background: #000;
}
#comment_tab li.active a,
#comment_header #comment_closed p {
  color: #fff;
  position: relative;
}
#comment_tab li.active a {
  pointer-events: none;
}

/*  コメントの基本部分 */
.commentlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.comment {
  margin: 0 0 15px;
  padding: 15px 20px 0;
  background: #fff;
}
#comments .post_content {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#submit_comment_wrapper {
  text-align: center;
}
#submit_comment {
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
  font-size: 14px;
  width: 200px;
  height: 50px;
  margin: 15px auto 0;
  display: block;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}
#submit_comment:hover {
  background: #222;
  color: #fff;
}

#input_hidden_field {
  display: none;
}

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

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

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

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

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

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

/* 左から右へスライド */
@-webkit-keyframes slideRight {
  0% {
    left: -200px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    left: -200px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}

/* ズームイン（TREE用） */
@-webkit-keyframes zoomIn2 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomIn2 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
/* alignment */
.post_content .alignright {
  float: right;
}
.post_content .alignleft {
  float: left;
}
.post_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
.post_content blockquote.alignleft,
.post_content img.alignleft {
  margin: 7px 24px 7px 0;
}
.post_content .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}
.post_content blockquote.alignright,
.post_content img.alignright {
  margin: 7px 0 7px 24px;
}
.post_content .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}
.post_content blockquote.aligncenter,
.post_content img.aligncenter,
.post_content .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

/* text and headline */
.post_content p {
  line-height: 2.6;
  margin: 0 0 2em 0;
  word-wrap: break-word;
}
.post_content p:last-child {
  margin: 0;
}
.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 500;
}
.post_content h1 {
  font-size: 150%;
}
.post_content h2 {
  font-size: 140%;
}
.post_content h3 {
  font-size: 130%;
}
.post_content h4 {
  font-size: 120%;
}
.post_content h5 {
  font-size: 110%;
}
.post_content h6 {
  font-size: 100%;
}

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

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

/* table */
.post_content table {
  margin: 0 0 24px 0;
  width: 100% !important;
}
.post_content td,
.post_content th {
  border: 1px solid #ccc;
  padding: 10px 15px;
  line-height: 2.4;
  background: #fff;
}
.post_content th {
  background: #f2f2f2;
  font-weight: normal;
}
/* table style */
.post_content table.table_no_border th,
.post_content table.table_no_border td {
  border: none;
  padding-left: 0;
}
.post_content table.table_border_horizontal th,
.post_content table.table_border_horizontal td {
  border-left: none;
  border-right: none;
  padding-left: 0;
}
body.light_color .post_content td,
body.light_color .post_content th {
  border: 1px solid #ccc;
  background: #fafafa;
}
body.light_color .post_content th {
  background: #eee;
}

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

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

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

/* etc */
.post_content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.post_content address {
  margin: 0 0 24px 0;
  line-height: 2.2;
}
.post_content pre {
  border-left: 3px solid #ccc;
  background: #f8f8f8;
  font-size: 12px;
  margin: 0 0 27px 0;
  line-height: 1.7;
  padding: 20px;
  overflow: auto;
}
.post_content .sticky {
}
.post_content .mejs-container {
  margin: 12px 0 25px;
}

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

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

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

/* レスポンシブテーブル */
@media (max-width: 767px) {
  .post_content .s_table,
  .post_content .wp-block-table {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 2em;
  }
  .post_content .s_table table,
  .post_content .wp-block-table {
    margin-bottom: 0;
  }
}
/* 埋め込み */
.wp-block-embed {
  margin: 0 0 2em 0;
}

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

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