@charset "utf-8";
/*
Theme Name:FORCE
Theme URI:https://tcd-theme.com/tcd078
Description:WordPress theme "FORCE" for a dynamic sports team website. It supports the team activities with a gallery page that traces their path and a close-up feature on their members.
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.14
Text Domain:tcd-force
*/

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

@font-face {
  font-family: 'update_icon';
  src: url('fonts/update_icon.eot?v=1.0');
  src: url('fonts/update_icon.eot?v=1.0#iefix') format('embedded-opentype'),
    url('fonts/update_icon.woff?v=1.0') format('woff'),
    url('fonts/update_icon.ttf?v=1.0') format('truetype'),
    url('fonts/update_icon.svg?v=1.0#update_icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'tiktok_x_icon';
  src: url('fonts/tiktok_x_icon.eot?v=1.1');
  src: url('fonts/tiktok_x_icon.eot?v=1.1#iefix') format('embedded-opentype'),
    url('fonts/tiktok_x_icon.woff?v=1.1') format('woff'),
    url('fonts/tiktok_x_icon.ttf?v=1.1') format('truetype'),
    url('fonts/tiktok_x_icon.svg?v=1.1#tiktok_x_icon') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'footer_bar';
  src: url('fonts/footer_bar.eot?v=1.2');
  src: url('fonts/footer_bar.eot?v=1.2#iefix') format('embedded-opentype'),
    url('fonts/footer_bar.woff?v=1.2') format('woff'),
    url('fonts/footer_bar.ttf?v=1.2') format('truetype'),
    url('fonts/footer_bar.svg?v=1.2#footer_bar') format('svg');
  font-weight: normal;
  font-style: normal;
}


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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button,
input,
select,
textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  -webkit-appearance: none;
  border-radius: 0;
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

iframe {
  max-width: 100%;
}

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




/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
html {}

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

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

a {
  text-decoration: none;
}

a,
a:before,
a:after,
input {
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}


/* レイアウト */
#container {
  position: relative;
  height: 100%;
}

#main_contents {
  width: 850px;
  margin: 100px auto 150px;
  overflow: hidden;
}

#main_contents.show_border {
  box-shadow: 0 0 0 1px #ddd inset;
  padding: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* カルーセルの矢印 */
.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 !important;
}




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

#global_menu>ul>li.active_button>a:after {
  height: 4px;
}


/* メガメニューA */
.megamenu_gallery_category_list {
  display: none;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 80px;
  z-index: 200;
  left: 0;
  right: 0;
  margin: auto;
}

.megamenu_gallery_category_list_inner {
  width: 850px;
  margin: 0 auto;
  position: relative;
}

.megamenu_gallery_category_list .item {
  width: 50%;
  height: 170px;
  float: left;
}

.megamenu_gallery_category_list .item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

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

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

.megamenu_gallery_category_list .title {
  color: #fff;
  z-index: 3;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  left: 40px;
}

.megamenu_gallery_category_list .item a:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
}


/* メガメニューB */
.megamenu_blog_list {
  display: none;
  width: 100%;
  height: 340px;
  position: absolute;
  top: 80px;
  z-index: 200;
  left: 0;
  right: 0;
  margin: auto;
}

.megamenu_blog_list_inner {
  width: 850px;
  height: 340px;
  margin: 0 auto;
  position: relative;
}

.megamenu_blog_list .megamenu_blog_slider {
  width: 850px;
  height: 340px;
  overflow: hidden;
}

.megamenu_blog_list .item {
  width: 170px;
  height: 340px;
  float: left;
  background: #fff;
}

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

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

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

.megamenu_blog_list .title_area {
  border-right: 1px solid #ddd;
  padding: 23px 20px;
  height: 100%;
}

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

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

.megamenu_blog_list .prev_item {
  top: 145px;
  left: -60px;
}

.megamenu_blog_list .next_item {
  top: 145px;
  right: -60px;
}

.megamenu_blog_list .carousel_arrow:before {
  color: #fff;
}

.megamenu_blog_list .carousel_arrow:hover:before {
  color: #999;
}




/* ----------------------------------------------------------------------
 トップページ　スライダー
---------------------------------------------------------------------- */
#index_header_content {
  z-index: 1;
  position: relative;
}

#index_slider_wrap {
  height: 100%;
  position: relative;
  background: #000;
}

#index_slider {
  width: 100%;
  height: 815px;
  overflow: hidden;
  position: relative;
}

#index_slider .item {
  width: 100%;
  height: 815px;
  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;
}

#index_slider .animation_type1.animate .image {
  -webkit-animation: zoomIn 25s;
  animation: zoomIn 25s;
}

#index_slider .animation_type2.animate .image {
  -webkit-animation: zoomOut 25s;
  animation: zoomOut 25s;
}

#index_slider .animation_type3.animate .image {
  width: -webkit-calc(100% + 200px);
  height: -webkit-calc(100% + 200px);
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  -webkit-animation: moveRight 25s;
  animation: moveRight 25s;
}

#index_slider .animation_type4.animate .image {
  width: -webkit-calc(100% + 200px);
  height: -webkit-calc(100% + 200px);
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  -webkit-animation: moveLeft 25s;
  animation: moveLeft 25s;
}

#index_slider .animation_type5.animate .image {
  width: -webkit-calc(100% + 200px);
  height: -webkit-calc(100% + 200px);
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  -webkit-animation: moveUp 25s;
  animation: moveUp 25s;
}

#index_slider .animation_type6.animate .image {
  width: -webkit-calc(100% + 200px);
  height: -webkit-calc(100% + 200px);
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  -webkit-animation: moveDown 25s;
  animation: moveDown 25s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

#youtube_video_player {
  z-index: -1;
}

#video_poster {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}


/* キャプション */
#index_slider .caption {
  padding: 0;
  width: 850px;
  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 .desc {
  font-size: 16px;
  line-height: 2.3;
  margin: 18px 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: 20px;
  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 .caption .catch,
#index_slider .caption .catch_image,
#index_slider .caption .desc,
#index_slider .caption .button {
  opacity: 0;
  position: relative;
}

#index_slider .item.slick-active .caption .animate1,
#index_slider.video .caption .animate1 {
  -webkit-animation: slideUp 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.0s;
  animation: slideUp 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.0s;
}

#index_slider .item.slick-active .caption .animate2,
#index_slider.video .caption .animate2 {
  -webkit-animation: slideUp 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.8s;
  animation: slideUp 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.8s;
}

#index_slider .item.slick-active .caption .animate3,
#index_slider.video .caption .animate3 {
  -webkit-animation: slideUp 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 3.6s;
  animation: slideUp 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 3.6s;
}




/* ----------------------------------------------------------------------
 トップページ　（ヘッダースライダー以外）
---------------------------------------------------------------------- */
/* カルーセルスライダー */
#header_carousel_wrap {
  position: relative;
  z-index: 2;
  top: -36px;
  margin-bottom: -36px;
}

#header_carousel_wrap.no_meta {
  top: 0;
  margin-bottom: 0;
}

#header_carousel {
  width: 100%;
  overflow: hidden;
  height: 185px;
}

#header_carousel_wrap.no_meta #header_carousel {
  height: 150px;
}

#header_carousel .item {
  width: 100%;
  position: relative;
}

#header_carousel .item a.link {
  display: block;
  width: 100%;
  height: 150px;
  background: #004c66;
}

#header_carousel .item .title_area {
  float: left;
  padding: 25px 35px;
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
  height: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#header_carousel .item .title {
  line-height: 2.4;
  max-height: 6.4em;
  overflow: hidden;
  font-weight: 500;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header_carousel .item .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

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

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

#header_carousel .post_meta {
  padding: 0 20px;
  display: table;
  margin-left: 150px;
}

#header_carousel .post_meta li {
  float: left;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}

#header_carousel .post_meta li a {
  display: none;
}

#header_carousel .post_meta li a:first-of-type {
  display: inline-block;
}

#header_carousel .post_meta li:last-child {
  padding: 0 0 0 20px;
  position: relative;
}

#header_carousel .post_meta li:last-child:before {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 13px;
  left: 10px;
}

#header_carousel .post_meta li:only-child {
  padding: 0;
}

#header_carousel .post_meta li:only-child:before {
  display: none;
}


/* コンテンツビルダー */
#contents_builder {}

.cb_contents {}

.cb_contents:last-child {}


/* フリースペース */
.index_free_space {
  width: 850px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.pc .index_free_space.cb_contents:last-of-type {
  padding-bottom: 150px;
}


/* デザインコンテンツ１ */
.index_design_content1 {
  width: 850px;
  margin: 0 auto;
  padding: 90px 0 100px;
}

.pc .index_design_content1.cb_contents:last-of-type {
  padding-bottom: 150px;
}

.index_design_content1 .catch {
  text-align: center;
  line-height: 1.6;
  margin: 0 0 15px 0;
  font-weight: 500;
}

.index_design_content1 .catch .mobile {
  display: none;
}

.index_design_content1 .post_content {
  margin: 0;
}

.index_design_content1 .post_content.mobile {
  display: none;
}

.index_design_content1 .button {
  margin-top: 90px;
  text-align: center;
}

.index_design_content1 .button a {
  font-size: 16px;
  display: inline-block;
  min-width: 270px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


/* デザインコンテンツ２ */
.index_design_content2 {
  width: 100%;
  height: 550px;
  background: #004c66;
  position: relative;
  overflow: hidden;
}

.index_design_content2 .content {
  width: 50%;
  height: 550px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.index_design_content2 .content_inner {
  position: absolute;
  width: 400px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index_design_content2 .desc {
  line-height: 2.4;
  margin: 0 0 40px 0;
}

.index_design_content2 .desc.mobile {
  display: none;
}

.index_design_content2 .button {
  text-align: center;
}

.index_design_content2 .button a {
  font-size: 16px;
  display: inline-block;
  min-width: 270px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.index_design_content2 .image_wrap {
  transform: skewX(-15deg);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: -webkit-calc(50% + 70px);
  width: calc(50% + 75px);
  height: 550px;
  z-index: 1;
  overflow: hidden;
}

.index_design_content2 .image {
  transform: skewX(15deg);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.index_design_content2.type2 .content {
  left: auto;
  right: 0px;
}

.index_design_content2.type2 .image_wrap {
  right: auto;
  left: 0px;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.index_design_content2.type2 .image {
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}


/* ギャラリー */
.index_image_list .image_list .item {
  background: #fff;
  float: left;
  width: calc(100% / 6 - 0.01px);
  height: auto;
  position: relative;
}

.index_image_list .image_list .item:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.index_image_list .image_list .item a {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

.index_image_list .main_image {
  display: block;
  width: 100%;
  height: 550px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

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

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

.index_image_list .main_image.video:before {
  font-family: 'design_plus';
  content: '\e93b';
  color: #fff;
  font-size: 40px;
  display: block;
  z-index: 20;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.index_image_list .main_image.video:hover:before {
  color: #ccc !important;
}


/* 記事一覧１ */
.index_post_list1 {
  width: 850px;
  margin: 0 auto;
  padding: 90px 0 100px;
  position: relative;
}

.index_post_list1 .headline {
  text-align: center;
  line-height: 1.6;
  margin: 0 0 95px 0;
}

.index_post_list1 .headline span {
  font-weight: 500;
}

.index_post_list1 .headline .sub_title {
  display: block;
  font-weight: normal;
}

.post_list_slider {
  position: relative;
}

.post_list1 {
  position: relative;
}

.post_list1 .item {
  background: #fff;
  float: left;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  height: 556px;
  margin: 0 0 -1px 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.post_list1 a.link {
  width: 100%;
  height: 100%;
  display: block;
}

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

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

.post_list1 .title_area {
  padding: 25px 30px;
  border-left: 1px solid #ddd;
  height: 272px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.post_list1 .item:nth-child(3n) .title_area,
.post_list1 .item:last-child .title_area {
  border-right: 1px solid #ddd;
}

.post_list1 .title {
  line-height: 1.8;
  height: 5.4em;
  max-height: 5.4em;
  overflow: hidden;
  margin: 0 0 20px 0;
  visibility: visible;
}

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

.post_list1 .excerpt {
  color: #000;
  line-height: 2.1;
  max-height: 8.4em;
  overflow: hidden;
  visibility: visible;
}

.post_list1 .excerpt span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.post_list1 .post_meta {
  position: absolute;
  top: 249px;
  left: 0px;
  z-index: 100;
  padding: 0 20px;
  display: table;
}

.post_list1 .post_meta li {
  float: left;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}

.post_list1 .post_meta li a {
  display: none;
}

.post_list1 .post_meta li a:first-of-type {
  display: inline-block;
}

.post_list1 .post_meta li:last-child {
  padding: 0 0 0 20px;
  position: relative;
}

.post_list1 .post_meta li:last-child:before {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 13px;
  left: 10px;
}

.post_list1 .post_meta li:only-child {
  padding: 0;
}

.post_list1 .post_meta li:only-child:before {
  display: none;
}

/* トップページ用 */
.pc .index_post_list1.cb_contents:last-of-type {
  padding-bottom: 150px;
}

.index_post_list1 .post_list1 {
  height: 556px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.index_post_list1 .post_list1:before {
  content: '';
  display: block;
  width: 1px;
  height: 280px;
  background: #ddd;
  position: absolute;
  top: 284px;
  left: 0px;
  z-index: 100;
}

.index_post_list1 .post_list1:after {
  content: '';
  display: block;
  width: 1px;
  height: 280px;
  background: #ddd;
  position: absolute;
  top: 284px;
  right: 0px;
  z-index: 100;
}

.index_post_list1 .post_list1.no_slider:after {
  display: none;
}

.index_post_list1 .post_list1 .item {
  margin: 0;
  border-bottom: none;
}

.index_post_list1 .post_list1 .item:nth-child(3n) .title_area,
.index_post_list1 .post_list1 .item:last-child .title_area {
  border-right: none;
}

.index_post_list1 .button {
  text-align: center;
  margin-top: 100px;
}

.index_post_list1 .button a {
  font-size: 16px;
  display: inline-block;
  min-width: 270px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.index_post_list1 .prev_item {
  top: 260px;
  left: -60px;
}

.index_post_list1 .next_item {
  top: 260px;
  right: -60px;
}

.index_post_list1 .carousel_arrow:hover:before {
  color: #999;
}

/*** 記事が3つ以下でスライダーではない時のレイアウト調整 ***/
.index_post_list1 .post_list1.no_slider {
  border-bottom: none;
}

.index_post_list1 .post_list1.no_slider .item {
  border-bottom: 1px solid #ddd;
}

.index_post_list1 .post_list1.no_slider .item:last-child {
  border-right: 1px solid #ccc;
}

/* 記事一覧２ */
.index_post_list2 {
  width: 850px;
  margin: 0 auto;
  padding: 90px 0 100px;
  position: relative;
}

.index_post_list2 .headline {
  text-align: center;
  line-height: 1.6;
  margin: 0 0 83px 0;
}

.index_post_list2 .headline span {
  font-weight: 500;
}

.index_post_list2 .headline .sub_title {
  display: block;
  font-weight: normal;
}

.post_list2 {
  width: 850px;
}

.post_list2 .item {
  background: #fff;
  float: left;
  width: -webkit-calc(100% / 3 - 1px);
  width: calc(100% / 3 - 1px);
  margin: 0 1px 0 0;
  position: relative;
}

.post_list2 .item:nth-child(3n) {
  margin-right: 0;
}

.post_list2 a.link {
  width: 100%;
  height: 100%;
  display: block;
}

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

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

.post_list2 .title_area {
  height: 131px;
  padding: 22px 30px;
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.post_list2 .title {
  line-height: 1.8;
  height: 5.4em;
  max-height: 5.4em;
  overflow: hidden;
  margin: 0 0 20px 0;
  visibility: visible;
}

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

.post_list2 .excerpt {
  line-height: 2.1;
  max-height: 8.4em;
  overflow: hidden;
  visibility: visible;
}

.post_list2 .excerpt span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.post_list2 .post_meta {
  position: absolute;
  top: 249px;
  left: 0px;
  z-index: 100;
  padding: 0 20px;
  background: #0085b2;
  display: table;
}

.post_list2 .post_meta li {
  float: left;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}

.post_list2 .post_meta li a {
  display: none;
}

.post_list2 .post_meta li a:first-of-type {
  display: inline-block;
}

.post_list2 .post_meta li:last-child {
  padding: 0 0 0 20px;
  position: relative;
}

.post_list2 .post_meta li:last-child:before {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 13px;
  left: 10px;
}

.post_list2 .post_meta li:only-child {
  padding: 0;
}

.post_list2 .post_meta li:only-child:before {
  display: none;
}

.pc .index_post_list2.cb_contents:last-of-type {
  padding-bottom: 150px;
}

.index_post_list2 .button {
  text-align: center;
  margin-top: 100px;
}

.index_post_list2 .button a {
  font-size: 16px;
  display: inline-block;
  min-width: 270px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* メンバー一覧 */
.index_member_list {
  width: 850px;
  margin: 0 auto;
  padding: 90px 0 100px;
}

.pc .index_member_list.cb_contents:last-of-type {
  padding-bottom: 150px;
}

.index_member_list .catch {
  text-align: center;
  line-height: 1.6;
  margin: 0 0 15px 0;
  font-weight: 500;
}

.index_member_list .catch .mobile {
  display: none;
}

.index_member_list .desc {
  line-height: 2.4;
  margin: 0 0 85px 0;
}

.index_member_list .desc.mobile {
  display: none;
}

.index_member_list .button {
  text-align: center;
  margin-top: 110px;
}

.index_member_list .button a {
  font-size: 16px;
  display: inline-block;
  min-width: 270px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.member_list_slider {
  width: 852px;
  position: relative;
}

.member_list2 {
  width: 852px;
  position: relative;
}

.member_list2 .item {
  background: #fff;
  float: left;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  height: 564px;
  margin: 0 -1px -1px 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.member_list2 a.link {
  width: 100%;
  height: 100%;
  display: block;
}

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

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

.member_list2 .title {
  position: absolute;
  top: 234px;
  left: 0px;
  overflow: hidden;
  line-height: 1.2;
  z-index: 3;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
}

.member_list2 .title span {
  display: block;
  position: absolute;
  width: 100%;
  padding: 0 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.member_list2 .excerpt_area {
  color: #000;
  height: 280px;
  padding: 68px 30px;
  border: 1px solid #ddd;
  border-top: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.member_list2 a:hover .excerpt_area {
  background: #f2f2f2;
}

.member_list2 .excerpt {
  font-size: 16px;
  line-height: 2.4;
  max-height: 6.8em;
  overflow: hidden;
  visibility: visible;
}

.member_list2 .excerpt span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.member_list_slider .slick-dots {
  position: absolute;
  bottom: -65px;
  left: 0px;
  width: 100%;
  z-index: 1;
  text-align: center;
}

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

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

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

.member_list_slider .slick-dots button:hover::before,
.member_list_slider .slick-dots .slick-active button::before {
  background: #ff8000;
}

.index_member_list .member_list2 {
  height: 564px;
}

.index_member_list .member_list2:before {
  content: '';
  display: block;
  width: 1px;
  height: 280px;
  background: #ddd;
  position: absolute;
  top: 284px;
  left: 0px;
  z-index: 100;
}

.index_member_list .member_list2:after {
  content: '';
  display: block;
  width: 1px;
  height: 280px;
  background: #ddd;
  position: absolute;
  top: 284px;
  right: 0px;
  z-index: 100;
}

.index_member_list .member_list2 .item {
  margin: 0;
}

.index_member_list .member_list2 .excerpt_area {
  border-right: none;
}




/* ----------------------------------------------------------------------
 チーム
---------------------------------------------------------------------- */

/* アーカイブページ */
#member_archive {
  padding: 90px 0 150px;
}

#member_archive #catch_area {
  width: 850px;
  margin: 0 auto 87px;
}

#member_archive .member_list2 {
  margin: 0 auto;
}

#member_archive .member_list1 .item.animate,
#member_archive .member_list2 .item.animate {
  -webkit-animation: opacityAnimation 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
  animation: opacityAnimation 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}


/* ソートボタン */
#member_sort_button {
  width: 850px;
  margin: 0 auto 100px;
}

#member_sort_button a {
  width: calc(100% / 3);
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
  color: #000;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 -1px -1px 0;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#member_sort_button a.active,
#member_sort_button a:hover {
  background: #f2f2f2;
}


/* メンバー一覧 */
.member_list1 {
  margin-bottom: -150px;
}

.member_list1 .item {
  background: #fff;
  float: left;
  width: 33%;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.member_list1 .item:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.member_list1 .item a {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

.member_list1 .title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  line-height: 1.2;
  z-index: 3;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
}

.member_list1 .title span {
  display: block;
  position: absolute;
  width: 100%;
  padding: 0 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.member_list1 .excerpt_area {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.member_list1 a:hover .excerpt_area {
  opacity: 1;
}

.member_list1 .excerpt {
  line-height: 1.8;
  max-height: 10.8em;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  word-wrap: break-word;
  visibility: visible;
  position: relative;
  padding: 0 60px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.member_list1 .excerpt span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}


/* メンバー詳細ページ */
#member_single {
  width: 850px;
  margin: 0 auto;
  padding: 90px 0 150px;
}


/* タイトル */
#single_author_title_area {
  height: 60px;
  position: relative;
  color: #fff;
  background: #004969;
}

#single_author_title_area .category {
  float: left;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  padding: 0 20px;
  min-width: 65px;
  text-align: center;
  margin: 13px 20px 0 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#single_author_title_area .title {
  font-size: 22px;
  height: 60px;
  line-height: 60px;
  padding: 0 28px;
}

#single_author_title_area .author_link {
  position: absolute;
  right: 18px;
  top: 20px;
  font-size: 0;
}

#single_author_title_area .author_link li {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
}

#single_author_title_area .author_link li a {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: relative;
}

#single_author_title_area .author_link li a span {
  display: none;
}

#single_author_title_area .author_link li a:before {
  font-family: 'design_plus';
  font-size: 14px;
  display: block;
  color: #fff;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#single_author_title_area .author_link li a:hover:before {}

#single_author_title_area .author_link li.twitter a:before {
  font-family: 'tiktok_x_icon';
  content: "\e901";
}

#single_author_title_area .author_link li.facebook a:before {
  font-family: 'tiktok_x_icon';
  content: "\e902";
  font-size: 18px;
  margin-top: -1px;
}

#single_author_title_area .author_link li.insta a:before {
  content: '\ea92';
}

#single_author_title_area .author_link li.tiktok a:before {
  font-family: 'tiktok_x_icon';
  content: "\e900";
}

#single_author_title_area .author_link li.pinterest a:before {
  content: '\e905';
}

#single_author_title_area .author_link li.youtube a:before {
  font-family: 'footer_bar';
  content: "\ea9d";
}

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


/* プロフィール画像 */
#single_author_image_area {
  height: 425px;
  width: 100%;
}

#single_author_image_area .image {
  float: left;
  width: 50%;
  height: 425px;
}

#single_author_image_area .catch {
  float: left;
  background: #f2f2f2;
  width: 50%;
  height: 425px;
  position: relative;
}

#single_author_image_area .catch h2 {
  line-height: 1.8;
  font-size: 20px;
  font-weight: 600;
  word-wrap: break-word;
  position: relative;
  padding: 0 60px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* プロフィール・メッセージ */
#member_single .main_content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px 60px 40px;
}

#member_single .main_content .headline {
  font-weight: 600;
  font-size: 20px;
  line-height: 2;
  border-bottom: 3px solid #000;
  margin: 40px 0 20px 0;
  padding: 0 0 15px 0;
}

#member_single .main_content p:last-of-type {
  margin: 0;
}


/* 画像 */
#member_single .user_image_area {
  margin-top: 50px;
}

#member_single .user_image_area .image {
  width: 100%;
  height: 450px;
}

#member_single .user_image_area .post_content {
  padding: 10px 0 0 0;
}


/* 動画 */
#member_single .user_video_area {
  margin-top: 50px;
}

#member_single .user_video_area a {
  display: block;
  width: 100%;
  height: 450px;
  position: relative;
}

#member_single .user_video_area .image {
  width: 100%;
  height: 100%;
}

#member_single .user_video_area a:before {
  font-family: 'design_plus';
  content: '\e93b';
  color: #fff;
  font-size: 40px;
  display: block;
  z-index: 20;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#member_single .user_video_area a:hover:before {
  color: #ccc;
}

#member_single .user_video_area .post_content {
  padding: 10px 0 0 0;
}


/* ナビゲーション */
#next_prev_author {
  margin: 50px 0 20px;
}

#next_prev_author .item {
  width: 50%;
  height: 100px;
  float: left;
  margin-right: -1px;
}

#next_prev_author .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #ddd;
  background: #fff;
}

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

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

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

#next_prev_author .title_area .title {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#next_prev_author .prev .image_wrap {
  float: right;
}




/* ----------------------------------------------------------------------
 ギャラリー
---------------------------------------------------------------------- */

/* アーカイブページ */
#gallery_archive {
  width: 850px;
  margin: 0 auto;
  padding: 90px 0 150px;
}

#archive_gallery_list .item.animate {
  -webkit-animation: opacityAnimation 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
  animation: opacityAnimation 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}


/* ソートボタン */
#gallery_sort_button {
  width: 850px;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#gallery_sort_button a {
  width: calc(20% + 1px);
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  color: #000;
  border: 1px solid #ddd;
  margin: 0 -1px -1px 0;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#gallery_sort_button.type2 a {
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}

#gallery_sort_button a.active,
#gallery_sort_button a:hover {
  background: #f2f2f2;
}


/* カテゴリー一覧 */
#gallery_category_list {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#gallery_category_list li {
  width: calc(20% + 1px);
  margin: 0 -1px -1px 0;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#gallery_category_list li a {
  display: block;
  text-align: center;
  background: #fff;
  color: #000;
  border: 1px solid #ddd;
}

#gallery_category_list.type2 li {
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}

#gallery_category_list li a:hover,
#gallery_category_list li.active a {
  background: #f2f2f2;
}

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


/* 記事一覧 */
#archive_gallery_list {}

#archive_gallery_list .item {
  background: #fff;
  float: left;
  width: -webkit-calc(100% / 3 + 1px);
  width: calc(100% / 3 + 1px);
  border: 1px solid #ddd;
  margin: 0 -1px -1px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#archive_gallery_list a.link {
  width: 100%;
  height: 100%;
  display: block;
}

#archive_gallery_list .image_wrap {
  display: block;
  width: calc(100% + 2px);
  height: 284px;
  margin: 0 -1px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

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

#archive_gallery_list .title_area {
  padding: 25px 30px;
  height: 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#archive_gallery_list .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  height: 5.4em;
  max-height: 5.4em;
  overflow: hidden;
  margin: 0 0 20px 0;
  visibility: visible;
}

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

#archive_gallery_list .date {
  font-size: 12px;
  position: absolute;
  top: 249px;
  left: -1px;
  z-index: 100;
  background: #000000;
  color: #fff;
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
}

/* アニメーションの設定 */
#archive_gallery_list .item {
  opacity: 0;
}

#archive_gallery_list .item.animate {
  -webkit-animation: opacityAnimation 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
  animation: opacityAnimation 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}


/* 詳細ページ */
#gallery_single {
  width: 850px;
  margin: 0 auto;
  padding: 90px 0 150px;
}

#gallery_single_meta {
  text-align: center;
  font-size: 0;
  margin: 0 0 35px 0;
}

#gallery_single_meta li {
  font-size: 12px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  min-width: 110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#gallery_single_meta li.date {
  padding: 0 20px;
}

#gallery_single_meta li a {
  color: #fff;
  background: #000;
  display: block;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#gallery_single .bottom_desc {
  margin: 88px 0 -12px;
}


/* ギャラリー一覧 */
#single_gallery_list {
  width: 849px;
}

#single_gallery_list .item {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  height: auto;
  float: left;
  position: relative;
}

#single_gallery_list .item:before {
  content: '';
  display: block;
  padding-top: 100%;
}

#single_gallery_list .item a {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

#single_gallery_list .item.video:after {
  font-family: 'design_plus';
  content: '\e93b';
  color: #fff;
  font-size: 40px;
  display: block;
  z-index: 20;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#single_gallery_list .item.video:hover:after {
  color: #ccc;
}


/* アニメーションの設定 */
#single_gallery_list .item {
  opacity: 0;
}

#single_gallery_list .item.animate {
  -webkit-animation: opacityAnimation 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
  animation: opacityAnimation 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}



/* ナビゲーション */
#next_prev_post2 {
  margin-top: 100px;
}

#next_prev_post2 .item {
  width: 50%;
  height: 130px;
  float: left;
  margin-right: -1px;
}

#next_prev_post2 .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #ddd;
  background: #fff;
}

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

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

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

#next_prev_post2 .title_area .title {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 40px;
  font-size: 16px;
  line-height: 1.8;
  max-height: 5.4em;
  overflow: hidden;
  visibility: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

#next_prev_post2 .nav {
  display: none;
}

#next_prev_post2 .next_post .image_wrap {
  float: right;
}


/* ボタン */
#gallery_single .button {
  text-align: center;
  margin-top: 100px;
}

#gallery_single .button a {
  font-size: 16px;
  display: inline-block;
  min-width: 270px;
  height: 60px;
  line-height: 60px;
  background: #000;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


/* lightboxプラグイン */
html {
  overflow: auto !important;
  margin: 0 !important;
}

.mfp-bg {
  background: rgba(0, 75, 102, 0.5) !important;
}

.mfp-content {
  top: -30px;
  max-width: 1000px !important;
}

img.mfp-img {
  max-height: calc(100vh - 100px) !important;
}

body.home .mfp-content,
body.author .mfp-content {
  top: 0;
}

.mfp-figure:after {
  box-shadow: none !important;
}

.mfp-title {
  position: absolute;
  bottom: -56px;
  width: 100%;
}

.mfp-title span {
  display: block;
  background: #fff;
  color: #000;
  text-align: center;
  width: 100%;
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-counter {
  display: none !important;
  position: absolute !important;
  top: auto !important;
  bottom: -10px !important;
}

.mfp-close {
  font-size: 0 !important;
}

.mfp-close:before {
  font-family: 'design_plus';
  color: #fff;
  font-size: 28px;
  display: block;
  content: '\e91a';
  position: absolute;
  top: -5px;
  right: 0px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mfp-arrow {
  opacity: 1 !important;
  margin-top: 15px !important;
  width: 12px !important;
  height: 22px !important;
}

.mfp-arrow:before {
  width: 12px !important;
  height: 22px !important;
  margin: 0px !important;
  border: none !important;
  opacity: 1 !important;
}

.mfp-arrow:after {
  display: none !important;
}

.mfp-arrow-left {
  left: -50px !important;
}

.mfp-arrow-left:after {
  display: none !important;
}

.mfp-arrow-left:before {
  margin: 0px !important;
  border: none !important;
  font-family: 'design_plus';
  content: '\e90f' !important;
  font-size: 22px;
  width: 12px;
  height: 22px;
  display: block;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mfp-arrow-right {
  right: -40px !important;
}

.mfp-arrow-right:after {
  display: none !important;
}

.mfp-arrow-right:before {
  margin: 0px !important;
  border: none !important;
  font-family: 'design_plus';
  content: '\e910' !important;
  font-size: 22px;
  width: 12px;
  height: 22px;
  display: block;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mfp-arrow-left:hover:before {
  color: #fff;
}

.mfp-arrow-right:hover:before {
  color: #fff;
}

.mfp-close {
  opacity: 1 !important;
}

/* youtube */
.mfp-iframe-scaler.youtube .mfp-title {
  bottom: -60px;
}

.mfp-iframe-scaler.youtube iframe {
  box-shadow: none;
}

/* mp4 */
.pc .mfp-inline-holder .mfp-content {
  width: auto !important;
}

.video_popup {
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: auto;
  padding: 40px 0;
}

.video_popup video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.video_popup .mfp-close {
  top: 0px;
  right: 0px;
  color: #fff !important;
}

.video_popup .mfp-title {
  bottom: -56px;
}

/* animation */
.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/*.mfp-bg.mfp-ready { opacity:0; }*/
.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* responsive */
@media screen and (max-width:1100px) {
  .mfp-container {
    padding: 0 50px !important;
  }

  .mfp-arrow-left {
    left: -40px !important;
  }

  .mfp-arrow-right {
    right: -25px !important;
  }
}

@media screen and (max-width:750px) {
  .mfp-container {
    padding: 0 40px !important;
  }

  .mfp-arrow-left {
    left: -30px !important;
  }

  .mfp-arrow-right {
    right: -22px !important;
  }

  .mfp-title span {
    font-size: 12px;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
  }

  .mfp-title {
    bottom: -45px;
  }

  .mfp-iframe-scaler.youtube .mfp-title {
    bottom: -50px;
  }

  .video_popup .mfp-title {
    bottom: -45px;
  }
}




/* ----------------------------------------------------------------------
 その他のページ
---------------------------------------------------------------------- */
/* 404ページ*/
#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;
}

#page_404_header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

#page_404_header .catch_area {
  opacity: 0;
}

#page_404_header.animate .catch_area {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.5s;
  animation: opacityAnimation 1.0s ease forwards 1.5s;
}

/* ----------------------------------------------------------------------
 ページヘッダー
---------------------------------------------------------------------- */
#page_header {
  width: 100%;
  height: 550px;
  position: relative;
  overflow: hidden;
}

body.single #page_header,
body.archive.author #page_header {
  height: 79px;
}

#page_header .headline_area {
  position: absolute;
  z-index: 100;
  text-align: center;
  color: #fff;
  min-width: 450px;
  height: 140px;
  padding: 0 30px;
  bottom: 0px;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(-50%, 100%, 0);
  transform: translate3d(-50%, 100%, 0);
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

#page_header.animate .headline_area {
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
}

#page_header .headline_area:before {
  content: '';
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0px;
  -ms-transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

#page_header .headline_area_inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

#page_header .headline {
  font-size: 36px;
  font-weight: 500;
  opacity: 0;
}

#page_header.animate .headline {
  -webkit-animation: opacityAnimation 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
  animation: opacityAnimation 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
}

#page_header .sub_title {
  font-size: 16px;
  margin-top: 13px;
  opacity: 0;
}

#page_header.animate .sub_title {
  -webkit-animation: opacityAnimation 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.3s;
  animation: opacityAnimation 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.3s;
}

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

#page_header.no_gd .overlay {
  height: 100%;
}

body.single #page_header .overlay,
body.archive.author #page_header .overlay {
  height: 500%;
}

#page_header .catch_area {
  position: absolute;
  z-index: 100;
  text-align: center;
  color: #fff;
  width: 850px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page_header .catch {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.5;
}

#page_header .catch.mobile {
  display: none;
}

#page_header .desc {
  font-size: 16px;
  margin-top: 13px;
  line-height: 2.4;
  text-align: left;
}

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


/* キャッチフレーズ */
#catch_area {
  margin-bottom: 87px;
}

#catch_area .catch {
  text-align: center;
  line-height: 1.6;
  margin: -5px 0 0 0;
  font-size: 38px;
  font-weight: 500;
}

#catch_area .desc {
  line-height: 2.4;
  margin: 16px 0 0 0;
  font-size: 16px;
}




/* ----------------------------------------------------------------------
 ブログアーカイブページ
---------------------------------------------------------------------- */
#blog_archive {
  width: 850px;
  margin: 0 auto;
  padding: 90px 0 150px;
}


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

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

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

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

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

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

.page_navi span.current {
  color: #fff;
  background: #000;
  border-color: #000;
  position: relative;
}

.page_navi .next,
.page_navi .prev {}

.page_navi .next span,
.page_navi .prev span {
  display: none;
}

.page_navi .next:before,
.page_navi .prev:before {
  font-family: 'design_plus';
  font-size: 11px;
  top: 0px;
  line-height: 11px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page_navi .prev:before {
  content: '\e90f';
}

.page_navi .next:before {
  content: '\e910';
}

.page_navi .prev:hover:before,
.page_navi .next:hover:before {
  color: #fff;
}


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




/* ----------------------------------------------------------------------
 お知らせ
---------------------------------------------------------------------- */
/* アーカイブページ */
#news_archive {
  width: 850px;
  margin: 0 auto;
  padding: 90px 0 150px;
}


/* 詳細ページ */
body.single-news #article {
  border: 1px solid #ddd;
}

body.single-news #post_title_area {
  margin: -1px -1px 45px;
  width: calc(100% + 2px);
}

body.single-news #post_title_area.no_image .title {
  padding: 60px 60px 0;
}

body.single-news #post_title_area.no_image .post_meta {
  left: 60px;
}

#news_contents {
  padding: 0 60px;
}

#news_contents.type2 {
  padding-top: 60px;
}

body.single-news #next_prev_post {
  margin: 60px -1px -1px;
  width: calc(100% + 2px);
  position: relative;
}

body.single-news #next_prev_post:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #ddd;
  position: absolute;
  top: 0px;
  left: 0px;
}


/* 最新のお知らせ */
#recent_news {
  margin: 60px 0 0;
  padding: 0 60px 60px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
}

#recent_news .headline {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  height: 76px;
  line-height: 76px;
  padding: 0 30px;
}

#recent_news .post_list {
  position: relative;
}

#recent_news .post_list .item {
  width: 50%;
  height: 110px;
  position: relative;
  border: 1px solid #ddd;
  margin: 0 -1px -1px 0;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#recent_news .post_list .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#recent_news .post_list .image_wrap {
  margin: -1px 0 0 -1px;
  display: block;
  width: 111px;
  height: 111px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  float: left;
}

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

#recent_news .post_list .title_area {
  padding: 30px;
  width: calc(100% - 110px);
  height: 110px;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#recent_news .post_list .title {
  line-height: 1.8;
  max-height: 5.4em;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  word-wrap: break-word;
  position: relative;
  visibility: visible;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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




/* ----------------------------------------------------------------------
 LPページ
---------------------------------------------------------------------- */
.lp_content1 {}

.lp_content1 .catch {
  text-align: center;
  line-height: 1.6;
  margin: 0 0 0 0;
  font-size: 38px;
  font-weight: 500;
}

.lp_content1 .post_content {
  margin: 16px 0 0 0;
}


.lp_content2 .image_list {
  position: relative;
  margin: 98px 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lp_content2 .image_list img {
  display: block;
  width: 0%;
  height: 100%;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}

.lp_content:first-of-type .image_list {
  margin-top: -60px;
  padding-top: 60px;
}

.lp_content:last-of-type .image_list {
  margin-bottom: -60px;
  padding-bottom: 60px;
}

#main_contents.show_border .lp_content:first-of-type .image_list {
  margin-top: -60px;
}

#main_contents.show_border .lp_content:last-of-type .image_list {
  margin-bottom: -60px;
}

#main_contents.show_border .lp_content.full_width .image_list {
  margin: 98px -60px 90px;
}

#main_contents.show_border .lp_content:first-of-type.full_width .image_list {
  margin-top: -60px;
  padding-top: 0;
}

#main_contents.show_border .lp_content:last-of-type.full_width .image_list {
  margin-bottom: -60px;
  padding-bottom: 0;
}




/* ----------------------------------------------------------------------
 固定ページ
---------------------------------------------------------------------- */

/* 斜め画像（上部） */
.top_skew_image {
  width: 100%;
  height: 420px;
  overflow: hidden;
  position: relative;
  margin: 0px 0px 98px;
  transform: skewY(-5deg);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.top_skew_image .image {
  transform: skewY(5deg);
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

#main_contents.show_border .top_skew_image {
  width: -webkit-calc(100% + 122px);
  width: calc(100% + 122px);
  margin: -60px -60px 98px;
}

#main_contents.show_border .top_skew_image.no_wide {
  width: auto;
  margin: 0 0 98px;
}


/* 斜め画像 */
.skew_image {
  width: 100%;
  height: 420px;
  overflow: hidden;
  position: relative;
  margin: 136px 0px 136px;
  transform: skewY(-5deg);
}

.skew_image .image {
  transform: skewY(5deg);
  width: 100%;
  height: calc(100% + 80px);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

#main_contents.show_border .skew_image {
  width: -webkit-calc(100% + 122px);
  width: calc(100% + 122px);
  margin: 136px -60px 126px;
}


/* 斜め画像（下部） */
.bottom_skew_image {
  width: 100%;
  height: 420px;
  overflow: hidden;
  position: relative;
  margin: 98px 0px 0px;
  transform: skewY(-5deg);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.bottom_skew_image .image {
  transform: skewY(5deg);
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

#main_contents.show_border .bottom_skew_image {
  width: -webkit-calc(100% + 122px);
  width: calc(100% + 122px);
  margin: 98px -60px -60px;
}

#main_contents.show_border .bottom_skew_image.no_wide {
  width: auto;
  margin: 98px 0 0;
}


/* ワイド画像（上部） */
.top_wide_image {
  margin: 0 0 93px 0;
  position: relative;
}

.top_wide_image img {
  display: block;
}

#main_contents.show_border .top_wide_image {
  margin: -60px -60px 93px;
}

#main_contents.show_border .top_wide_image img {
  width: calc(100% + 120px);
}


/* ワイド画像 */
.wide_image {
  margin: 90px 0;
  position: relative;
}

.wide_image img {
  display: block;
}

#main_contents.show_border .wide_image {
  margin: 90px -60px;
}

#main_contents.show_border .wide_image img {
  width: calc(100% + 120px);
}


/* ワイド画像（下部） */
.bottom_wide_image {
  margin: 100px 0 0 0;
  position: relative;
}

.bottom_wide_image img {
  display: block;
}

#main_contents.show_border .bottom_wide_image {
  margin: 100px -60px -60px;
}

#main_contents.show_border .bottom_wide_image img {
  width: calc(100% + 120px);
}


/* ワイド画像（メディアアップローダーver） */
.post_content img.size-size4 {
  margin: 57px 0px 42px
}

#main_contents.show_border .post_content img.size-size4 {
  margin: 57px -60px 42px;
  width: calc(100% + 120px) !important;
  max-width: calc(100% + 120px) !important;
  height: auto;
}


/* 通常画像 */
.top_normal_image {
  margin: 0 0 93px;
}

.top_normal_image img {
  display: block;
}

.normal_image {
  margin: 88px 0;
}

.normal_image img {
  display: block;
}

.bottom_normal_image {
  margin: 100px 0 0;
}

.bottom_normal_image img {
  display: block;
}


/* その他 */
.design_list_headline {
  height: 60px;
  line-height: 60px !important;
  text-align: center;
  margin: 0 0 -1px 0 !important;
  font-size: 18px !important;
  background: #004969;
  color: #fff;
  position: relative;
}

.design_list {
  margin-bottom: 60px !important;
}

.design_list th {
  width: 130px;
  background: #fff !important;
  vertical-align: middle;
}

.design_list td {
  padding: 15px 25px !important;
}




/* ----------------------------------------------------------------------
 ブログ詳細ページ
---------------------------------------------------------------------- */
.post_content a:hover {
  text-decoration: none;
}

#article {
  position: relative;
}


/* タイトル */
#post_title_area {
  margin: 0 0 45px 0;
  height: 520px;
  width: 100%;
  position: relative;
}

#post_title_area.no_image {
  height: auto;
  margin: 0;
}

#post_title_area .title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
  padding: 60px;
  position: relative;
  z-index: 10;
  color: #fff;
}

#post_title_area.no_image .title {
  color: #000 !important;
  padding: 60px 0;
}

#post_title_area .post_meta {
  position: absolute;
  top: 0px;
  left: 60px;
  z-index: 20;
  padding: 0 20px;
  display: table;
}

#post_title_area.no_image .post_meta {
  left: 0px;
}

#post_title_area .post_meta li {
  float: left;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}

#post_title_area .post_meta li a {
  display: none;
}

#post_title_area .update:before {
  position: relative;
  font-family: 'update_icon';
  content: '\e140';
  font-size: 12px;
  padding: 0 5px 0 10px;
  top: 1px;
}

#post_title_area .post_meta li a:first-of-type {
  display: inline-block;
}

#post_title_area .post_meta li:last-child {
  padding: 0 0 0 20px;
  position: relative;
}

#post_title_area .post_meta li:last-child:before {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 13px;
  left: 10px;
}

#post_title_area .post_meta li:only-child {
  padding: 0;
}

#post_title_area .post_meta li:only-child:before {
  display: none;
}

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

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

#post_title_area.no_image:before {
  display: none;
}


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

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

#single_share_bottom {
  margin: 60px 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: center;
}

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

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

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

.sns_default_top {
  text-align: center;
}


/* コピーボタン */
.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-bottom: 38px;
  margin-top: 50px;
}

#single_share_top+#single_copy_title_url_top {
  margin-top: 44px;
}

#post_title_area+#single_copy_title_url_top {
  margin-top: 0;
}

#single_copy_title_url_bottom {
  margin-bottom: 50px;
  margin-top: 38px;
}

#single_share_bottom+#single_copy_title_url_bottom {
  margin-top: 55px;
}


/* ページ分割 */
#post_pagination {
  margin: 0 0 0 0;
  padding: 5px 0 12px 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;
  color: #fff;
}

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


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

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


/* 最新記事 */
#recent_post {
  margin: 60px 0 0;
  padding: 0 60px 60px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
}

.pc body.author #recent_post {
  margin-top: 95px;
}

#recent_post .headline {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  height: 76px;
  line-height: 76px;
  padding: 0 30px;
}

#recent_post .post_list {
  height: 295px;
  overflow: hidden;
  position: relative;
}

#recent_post .post_list:before {
  content: '';
  display: block;
  width: 1px;
  height: 180px;
  background: #ddd;
  position: absolute;
  top: 184px;
  left: 0px;
  z-index: 100;
}

#recent_post .post_list:after {
  content: '';
  display: block;
  width: 1px;
  height: 180px;
  background: #ddd;
  position: absolute;
  top: 184px;
  right: 0px;
  z-index: 100;
}

#recent_post .post_list.no_slider:after {
  display: none;
}

#recent_post .post_list .item {
  height: 295px;
  position: relative;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#recent_post .post_list .item a {
  display: block;
  width: 100%;
  height: 100%;
}

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

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

#recent_post .post_list .title_area {
  padding: 20px 20px;
  height: 120px;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#recent_post .post_list .item.slick-current .title_area {}

#recent_post .post_list .title {
  line-height: 1.8;
  max-height: 5.4em;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  word-wrap: break-word;
  visibility: visible;
}

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

#recent_post .prev_item {
  top: 200px;
  left: 5px;
}

#recent_post .next_item {
  top: 200px;
  right: 5px;
}

#recent_post .carousel_arrow:hover:before {
  color: #999;
}


/* 記事一覧　タブ記事 */
#single_tab_post_list {
  margin-top: 60px;
}

#single_tab_post_list_header {
  width: -webkit-calc(100% - 1px);
  width: calc(100% - 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#single_tab_post_list_header li {
  border: 1px solid #ddd;
  border-bottom: none;
  background: #fff;
  margin-right: -1px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#single_tab_post_list_header li.active {
  background: #f2f2f2;
  border-color: #f2f2f2;
  position: relative;
  color: #000;
  pointer-events: none;
}

#single_tab_post_list_header li:hover {
  color: #ccc;
}

#single_tab_post_list .post_list_wrap {
  display: none;
  background: #f2f2f2;
  height: 305px;
  padding: 60px;
  clear: both;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#single_tab_post_list .post_list_wrap.active {
  display: block;
}

#single_tab_post_list .post_list {
  width: 732px;
  height: 183px;
  overflow: hidden;
}

#single_tab_post_list .post_list .item {
  width: 183px;
  height: 183px;
  position: relative;
  float: left;
}

#single_tab_post_list .post_list .item a {
  display: block;
  width: 100%;
  height: 100%;
}

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

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

#single_tab_post_list .post_list .title_area {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#single_tab_post_list .post_list a:hover .title_area {
  opacity: 1;
}

#single_tab_post_list .post_list .title {
  line-height: 1.8;
  max-height: 5.4em;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  word-wrap: break-word;
  visibility: visible;
  position: relative;
  padding: 0 25px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

#single_tab_post_list .prev_item {
  top: 130px;
  left: 5px;
}

#single_tab_post_list .next_item {
  top: 130px;
  right: 5px;
}

#single_tab_post_list .carousel_arrow:hover:before {
  color: #999;
}



/* プロフィール */
.author_profile {
  background: #fff;
  border: 1px solid #ddd;
  margin: 60px 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 {
  font-family: 'tiktok_x_icon';
  content: "\e901";
}

.author_profile .author_link li.facebook a:before {
  font-family: 'tiktok_x_icon';
  content: "\e902";
}

.author_profile .author_link li.insta a:before {
  content: '\ea92';
}

.author_profile .author_link li.tiktok a:before {
  font-family: 'tiktok_x_icon';
  content: "\e900";
}

.author_profile .author_link li.pinterest a:before {
  content: '\e905';
}

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


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

#single_banner_bottom {
  margin: 60px auto;
}

#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: 60px 0 0 0;
}

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

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

#next_prev_post a:hover {
  color: #ff8000;
}

#next_prev_post .item:first-child a {
  border-right: none;
}

#next_prev_post .item:only-child a {
  border-right: 1px solid #ddd;
}

#next_prev_post .title_area {
  height: 120px;
  width: auto;
  position: relative;
  margin-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#next_prev_post .title {
  font-size: 16px;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
  position: absolute;
  width: 100%;
  padding: 0 30px;
  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-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#next_prev_post .nav {
  display: none;
}

#next_prev_post a:before {
  content: '';
  font-family: 'design_plus';
  color: #111;
  font-size: 12px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e90f';
  position: absolute;
  left: 18px;
  margin-top: 2px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#next_prev_post a:hover:before {
  color: #ff8000;
}

#next_prev_post .next_post {
  float: right;
}

#next_prev_post .next_post .title_area {
  margin-left: 0;
  margin-right: 30px;
}

#next_prev_post .next_post a:before {
  content: '\e910';
  left: auto;
  right: 20px;
}




/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
#header {
  width: 100%;
  height: 80px;
  z-index: 200;
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#header.active {
  background: #004a68;
}


/* ロゴ */
#header_logo {
  position: absolute;
  left: 50px;
  z-index: 30;
  margin: auto;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header_logo .logo {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

#header_logo .logo a {}

#header_logo img {
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

#header_logo img:hover {
  opacity: 0.5;
}

#header_logo .mobile_logo_image {
  display: none;
}

#header_logo .mobile_logo_text {
  display: none;
}

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


/* SNSボタン */
#header_social_link {
  margin: 0;
  font-size: 0;
  z-index: 100;
  position: absolute;
  right: 42px;
  top: 30px;
}

#header_social_link li {
  display: inline-block;
  margin: 0 8px;
  position: relative;
}

#header_social_link li a {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: relative;
}

#header_social_link li a span {
  display: none;
}

#header_social_link 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_social_link li a:hover:before {
  color: #aaa;
}

#header_social_link li.twitter a:before {
  font-family: 'tiktok_x_icon';
  content: "\e901";
}

#header_social_link li.facebook a:before {
  font-family: 'tiktok_x_icon';
  content: "\e902";
}

#header_social_link li.insta a:before {
  content: '\ea92';
}

#header_social_link li.tiktok a:before {
  font-family: 'tiktok_x_icon';
  content: "\e900";
}

#header_social_link li.pinterest a:before {
  content: '\e905';
}

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

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

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


/* グローバルメニュー */
#global_menu {
  z-index: 10;
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#global_menu>ul {
  position: relative;
  text-align: center;
  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;
}

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

#global_menu>ul>li>a {
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  height: 80px;
  line-height: 80px;
  display: block;
  position: relative;
}

#global_menu>ul>li>a:hover:after,
#global_menu>ul>li.current-menu-item a:after {
  height: 4px;
}

#global_menu>ul>li>a.active:after {}

#global_menu a:hover {}

#global_menu ul ul {
  display: none;
  width: 100%;
  min-width: 240px;
  position: absolute;
  top: 80px;
  left: -1px;
  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: #ddd;
  display: block;
  position: absolute;
  right: 9px;
  top: 23px;
  font-size: 9px;
  height: 9px;
  line-height: 9px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* 子メニューを逆方向にする */
#global_menu ul>li.type2>ul {
  left: auto;
  right: 0%;
}

#global_menu ul ul>li.type2 ul {
  left: auto;
  right: 100%;
}

#global_menu ul ul li.menu-item-has-children.type2>a:before {
  content: '\e90f';
  right: auto;
  left: 9px;
}


/* その他 */
.pc #menu_button {
  display: none;
}

.pc #header_mobile_banner {
  display: none;
}

#drawer_menu {
  display: none;
}


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

/* #header_inner height + #header margin bottom */
.pc body.admin-bar.header_fix {
  padding-top: 112px;
}

.pc .header_fix #header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
  height: 80px;
  width: 100%;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  border-bottom: none;
  -webkit-animation: slide_down_menu 0.5s ease;
  animation: slide_down_menu 0.5s ease;
}

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

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

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

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

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

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

  100% {
    top: 0px;
  }
}

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

  100% {
    top: 0px;
  }
}


/* パンくずリンク */
#bread_crumb {}

#bread_crumb ul {
  width: 850px;
  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;
  display: inline-block;
  line-height: 60px;
  height: 60px;
  margin: 0 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#bread_crumb li:last-of-type:after {
  display: none;
}

#bread_crumb li a {
  height: 60px;
  line-height: 60px;
  display: inline-block;
}

#bread_crumb li a:hover {}

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

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

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

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

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




/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
#footer {
  position: relative;
  padding: 100px 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_banner {
  width: 850px;
  margin: 50px auto 0;
  z-index: 2;
  position: relative;
}

#footer_banner .item {
  width: calc(50% - 15px);
  height: 120px;
  float: left;
  margin: 0 30px 0 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#footer_banner .item:nth-child(2n) {
  margin-right: 0;
}

#footer_banner a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

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

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

#footer_banner .title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0px;
  z-index: 30;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer_banner .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}


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

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


/* SNSボタン */
#footer_social_link {
  margin: 50px 0 0 0;
  font-size: 0;
  z-index: 20;
  text-align: center;
  position: relative;
}

#footer_social_link li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}

#footer_social_link li a {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: relative;
}

#footer_social_link li a span {
  display: none;
}

#footer_social_link 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_social_link li a:hover:before {
  color: #aaa;
}

#footer_social_link li.twitter a:before {
  font-family: 'tiktok_x_icon';
  content: "\e901";
}

#footer_social_link li.facebook a:before {
  font-family: 'tiktok_x_icon';
  content: "\e902";
}

#footer_social_link li.insta a:before {
  content: '\ea92';
}

#footer_social_link li.tiktok a:before {
  font-family: 'tiktok_x_icon';
  content: "\e900";
}

#footer_social_link li.pinterest a:before {
  content: '\e905';
}

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

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

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


/* メニュー */
#footer_menu {
  text-align: center;
  font-size: 0;
  position: relative;
  z-index: 2;
  margin-top: 45px;
}

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


/* コピーライト */
#copyright {
  width: 100%;
  line-height: 60px;
  height: 60px;
  font-size: 12px;
  z-index: 10;
  text-align: center;
  background: #58330d;
  color: #fff;
  -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: 60px 0 0;
  border: 1px solid #ddd;
  padding: 50px 105px 0;
  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;
}

#side_col:not(:has(div)) {
  display: none;
}

.widget_content {
  width: calc(50% - 15px);
  margin: 0 30px 50px 0;
}

.widget_content:nth-child(2n) {
  margin-right: 0;
}

.widget_content ul {
  margin: 0;
}

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

.widget_content li {
  line-height: 2;
  padding: 2px 0;
  margin: 0 0 10px 0;
}

.widget_content a {
  text-decoration: none;
  color: #000;
}

.widget_content a:hover {}

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

.widget_headline {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin: 0 0 18px 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 {
  position: relative;
}

.styled_post_list1 li {
  margin: 0 1px 1px 0;
  padding: 0;
  position: relative;
  width: 50%;
  height: 150px;
  float: left;
}

.styled_post_list1 li:nth-child(2n) {
  margin-right: 0;
  width: -webkit-calc(50% - 1px);
  width: calc(50% - 1px);
}

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

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

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

.styled_post_list1 a:after {
  content: '';
  display: block;
  width: 100%;
  height: 70%;
  background: red;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0.8) 100%);
}

.styled_post_list1 .title {
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0px;
  z-index: 20;
  color: #fff;
  padding: 0 20px;
  line-height: 1.6;
  max-height: 4.8em;
  font-weight: 500;
  word-break: break-all;
  overflow: hidden;
  visibility: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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


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


/* 検索フォーム */
#widget_bottom_search {
  background: #f2f2f2;
  display: block;
  width: calc(100% + 212px);
  margin: 0 -106px -1px;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#widget_bottom_search .headline {
  display: none;
}

#widget_bottom_search form {
  width: 400px;
  height: 50px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#widget_bottom_search .search_input {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  position: absolute;
  top: 0px;
  left: 0px;
}

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

#widget_bottom_search .search_button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
}

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

#widget_bottom_search .search_button:hover:before {
  color: #ccc;
}

#widget_bottom_search .search_button input {
  border: none;
  background: none;
  width: 50px;
  height: 50px;
  text-indent: -200px;
  overflow: hidden;
  cursor: pointer;
}

#widget_bottom_search .search_button label {
  display: none;
}


/* デザインセレクトボックス */
.design_select_box {
  position: relative;
  background: #fff;
}

.design_select_box label {
  pointer-events: none;
  width: 50px;
  height: 50px;
  display: block;
  right: 0px;
  top: 0px;
  position: absolute;
  text-indent: -200%;
  overflow: hidden;
  z-index: 10;
}

.design_select_box label:after {
  text-indent: 0px;
  color: #333;
  content: "\e90e";
  font-family: "design_plus";
  font-size: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 21px;
  right: 18px;
  z-index: 11;
}

.design_select_box.open label:after {
  content: "\e911";
}

.design_select_box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-raidus: 0px;
  border-raidus: 0px;
  cursor: pointer;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  background: none !important;
  border: 1px solid #ddd;
}

.design_select_box select::-ms-expand {
  display: none;
}


/* アーカイブ、カテゴリードロップダウンメニュー */
.widget_archive,
.widget_categories,
.tcdw_archive_list_widget {}

.widget_archive .side_headline {
  margin: 0 0 20px 0;
}

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

.widget_archive ul li {}

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

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

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

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


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

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


/* アーカイブ一覧 */
.tcdw_archive_list_widget .side_headline {
  display: none;
}

.p-widget-dropdown {
  height: 45px;
  line-height: 45px;
  position: relative;
}

.p-widget-dropdown::after {
  color: #666;
  content: "\e90e";
  font-family: "design_plus";
  position: absolute;
  top: 0;
  right: 17px;
  z-index: 1;
}

.p-widget-dropdown select {
  padding-right: 33px;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  appearance: none;
}

.p-widget-dropdown select::-ms-expand {
  display: none;
}

.p-dropdown {
  font-size: 14px;
}

.p-dropdown__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 18px;
  border: 1px solid #ddd;
  background: #fff;
}

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

.p-widget .p-dropdown .p-dropdown__list {
  margin: 0;
}

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



/* 基本設定 */
.p-widget ul {
  margin: 0;
}

.p-widget li {
  line-height: 2;
  padding: 2px 0;
  margin: 0 0 10px 0;
}

.p-widget a {
  text-decoration: none;
}

/* デフォルトのRSS */
.widget_rss .rss-widget-feed {
  display: none;
}

.widget_rss .rss-widget-title {
  text-decoration: none;
}

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

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

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

.widget_recent_entries li a {
  display: block;
}

.widget_recent_entries .post-date {
  position: relative;
  color: #999;
  font-size: 14px;
  display: block;
  margin-top: 3px;
}

.widget_recent_entries .post-date:before {
  font-family: 'design_plus';
  content: '\e94e';
  font-size: 13px;
  display: inline-block;
  margin: 0 7px 0 0;
  vertical-align: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* デフォルトのカテゴリー */
.category_list_widget ul {
  margin: 0;
}

.category_list_widget ul ul {
  margin-left: 1em;
}

.category_list_widget ul li {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.category_list_widget ul li a {
  display: block;
  line-height: 1.6;
  padding: 10px 0;
}

.category_list_widget .widget_headline+ul {
  margin: -12px 0 -14px;
}

.widget_categories ul {
  margin: 0;
}

.widget_categories ul ul {
  margin-left: 1em;
}

.widget_categories ul li {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.widget_categories ul li a {
  display: inline-block;
  line-height: 1.6;
  padding: 10px 0;
}

.widget_categories ul li {
  color: #999;
}

.widget_categories .widget_headline+ul {
  margin: -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: 16px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
  display: block;
  clip: auto;
  clip-path: none;
  pointer-events: none;
  height: 60px;
  width: 50px;
  margin: 0;
  left: calc(100% - 50px);
  text-indent: -100vw;
}

.widget_archive .select_wrap,
.widget_categories .select_wrap {
  position: relative;
}

.widget_archive .select_wrap:before,
.widget_categories .select_wrap:before {
  font-family: 'design_plus';
  content: '\e90e';
  text-align: center;
  text-indent: 0;
  display: block;
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: 15px;
  top: 25px;
}

/* カレンダー */
#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: .7;
  transition: all .25s ease;
  transform: translateY(0%);
}




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

#comments .headline {
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  text-align: center;
}


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

#comment_tab {
  margin: 0;
}

#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: #000;
  background: #ccc;
}

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

#comment_tab li.active a:hover {
  color: #fff;
  background: #ccc;
}


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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


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

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


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

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

.no_comment {
  padding-bottom: 15px;
}

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


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

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


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

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

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


/* コメントフォーム */
.comment_form_wrapper {
  border: 1px solid #ddd;
  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: #000;
  background: #eee;
  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: -50px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

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

@keyframes slideRight {
  0% {
    left: -200px;
    opacity: 0;
  }

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

/* ポップアップ（実績一覧） */
@keyframes popup {
  0% {
    transform: scale(.1);
  }

  100% {
    transform: none;
  }
}

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

  100% {
    transform: none;
  }
}


/* 左からスライドイン（スライダー用） */
@-webkit-keyframes index_slider_type1_current {
  0% {
    left: 0px;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes index_slider_type1_next {
  0% {
    left: -100%;
  }

  100% {
    left: 0px;
  }
}

@keyframes index_slider_type1_current {
  0% {
    left: 0px;
  }

  100% {
    left: 100%;
  }
}

@keyframes index_slider_type1_next {
  0% {
    left: -100%;
  }

  100% {
    left: 0px;
  }
}

/* 左右からスライドイン（スライダー用） */
@-webkit-keyframes index_slider_type2_odd_current {
  0% {
    left: 0px;
  }

  100% {
    left: 100%;
  }
}

@keyframes index_slider_type2_odd_current {
  0% {
    left: 0px;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes index_slider_type2_even_current {
  0% {
    left: 0px;
  }

  100% {
    left: -100%;
  }
}

@keyframes index_slider_type2_even_current {
  0% {
    left: 0px;
  }

  100% {
    left: -100%;
  }
}

@-webkit-keyframes index_slider_type2_odd_next {
  0% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}

@keyframes index_slider_type2_odd_next {
  0% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes index_slider_type2_even_next {
  0% {
    left: 100%;
  }

  100% {
    left: 0;
  }
}

@keyframes index_slider_type2_even_next {
  0% {
    left: 100%;
  }

  100% {
    left: 0;
  }
}

/* 上下からスライドイン（スライダー用） */
@-webkit-keyframes index_slider_type3_odd_current {
  0% {
    top: 0px;
  }

  100% {
    top: 100%;
  }
}

@keyframes index_slider_type3_odd_current {
  0% {
    top: 0px;
  }

  100% {
    top: 100%;
  }
}

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

  100% {
    top: -100%;
  }
}

@keyframes index_slider_type3_even_current {
  0% {
    top: 0px;
  }

  100% {
    top: -100%;
  }
}

@-webkit-keyframes index_slider_type3_odd_next {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

@keyframes index_slider_type3_odd_next {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes index_slider_type3_even_next {
  0% {
    top: 100%;
  }

  100% {
    top: 0;
  }
}

@keyframes index_slider_type3_even_next {
  0% {
    top: 100%;
  }

  100% {
    top: 0;
  }
}

/* ズームアウト・ズームイン（スライダー用） */
@-webkit-keyframes index_slider_type4_current {
  0% {
    transform: scale(1);
  }

  70% {
    transform: scale(2.0);
  }
}

@keyframes index_slider_type4_current {
  0% {
    transform: scale(1);
  }

  70% {
    transform: scale(2.0);
  }
}

@-webkit-keyframes index_slider_type4_next {
  0% {
    transform: scale(2.0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes index_slider_type4_next {
  0% {
    transform: scale(2.0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}




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

.post_content .alignleft {
  float: left;
}

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

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

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

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

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

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


/* text and headline */
.post_content p {
  line-height: 2.4;
  margin: 0 0 2em 0;
}

.post_content p:last-child {
  margin: 0;
}

.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
  clear: both;
  line-height: 1.4;
  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 0;
  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;
  }
}




/* ----------------------------------------------------------------------
 CTA
---------------------------------------------------------------------- */
/* type1 */
.cta_type1 {
  width: 100%;
  height: 350px;
  margin: 100px 0 0;
  position: relative;
}

.cta_type1 .image {
  width: 100%;
  height: 175px;
}

.cta_type1 .catch_area {
  border: 1px solid #ddd;
  border-top: none;
  position: relative;
  width: 100%;
  height: 175px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cta_type1 .catch {
  font-size: 24px;
  line-height: 1.3;
  position: absolute;
  font-weight: 500;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cta_type1 .button {
  display: inline-block;
  width: 250px;
  height: 60px;
  line-height: 60px;
  background: #000;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cta_type1 .button:after {
  font-size: 12px;
  font-family: 'design_plus';
  content: '\e910';
  color: #fff;
  display: block;
  position: absolute;
  right: 17px;
  top: 24px;
  height: 14px;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* type2 */
.cta_type2 {
  width: 100%;
  height: 350px;
  padding: 0;
  margin: 100px 0 0;
  position: relative;
  border: 1px solid #ddd;
}

.cta_type2 .catch_area {
  width: 100%;
  text-align: center;
  border-top: none;
  position: absolute;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cta_type2 .catch {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 10px 0;
  color: #fff;
}

.cta_type2 .button {
  display: inline-block;
  width: 250px;
  height: 60px;
  line-height: 60px;
  background: #000;
  color: #fff;
  text-align: center;
  position: relative;
}

.cta_type2 .button:after {
  font-size: 12px;
  font-family: 'design_plus';
  content: '\e910';
  color: #fff;
  display: block;
  position: absolute;
  right: 17px;
  top: 24px;
  height: 14px;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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


/* type3 */
.cta_type3 {
  width: 100%;
  height: 350px;
  margin: 100px 0 0;
  position: relative;
}

.cta_type3 .image {
  width: 50%;
  height: 350px;
  float: left;
}

.cta_type3 .catch_area {
  width: 50%;
  height: 350px;
  float: right;
  border: 1px solid #ddd;
  border-left: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cta_type3 .catch_area_inner {
  position: absolute;
  padding: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cta_type3 .catch {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 15px 0;
}

.cta_type3 .desc {
  font-size: 14px;
  line-height: 2.3;
  font-weight: 500;
  margin: 0 0 15px 0;
}

.cta_type3 .button {
  display: inline-block;
  width: 250px;
  height: 60px;
  line-height: 60px;
  background: #000;
  color: #fff;
  text-align: center;
  position: relative;
}

.cta_type3 .button:after {
  font-size: 12px;
  font-family: 'design_plus';
  content: '\e910';
  color: #fff;
  display: block;
  position: absolute;
  right: 17px;
  top: 24px;
  height: 14px;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cta_type3.type2 .image {
  float: right;
}

.cta_type3.type2 .catch_area {
  float: left;
  border-left: 1px solid #ddd;
  border-right: none;
}


/* footer cta */
.p-footer-cta {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.p-footer-cta.is-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.p-footer-cta__inner {
  background: #000;
  box-sizing: border-box;
  border-top: 1px solid #333;
  height: 120px;
  padding: 0 75px 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  position: relative;
}

.p-footer-cta__catch {
  color: #fff;
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.p-footer-cta__desc {
  color: #999;
  font-size: 14px;
  line-height: 2;
}

.p-footer-cta__btn {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  min-width: 300px;
  height: 55px;
  line-height: 55px;
  padding: 0 40px 0 10px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

.p-footer-cta__btn:after {
  content: "\e910";
  font-family: "design_plus";
  position: absolute;
  right: 11px;
}

.p-footer-cta__close {
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 40px;
  height: 40px;
  margin: auto;
  text-align: center;
  transition: background 0.5s;
}

.p-footer-cta__close:hover {
  background: #444;
}

.p-footer-cta__close::before {
  color: #fff;
  content: "\e91a";
  font-family: "design_plus";
  line-height: 40px;
  height: 40px;
}

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

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

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

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

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


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

  .post_content .s_table table {
    margin-bottom: 0;
  }
}