@charset "UTF-8";
@font-face {
  font-family: "Graphik Web";
  src: url("../font/Graphik-Regular-Web.woff2") format("woff2"), url("../font/Graphik-Regular-Web.woff") format("woff");
}

html {
  font-size: 16px;
}

body {
	color: #181818;
  position: relative;
  line-height: 1.52;
  font-size: 1.5625rem;
 font-family: "Graphik Web", "Gothic Medium BBB JIS2004","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

body::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

body.is-noScroll {
  overflow-y: hidden;
}

body.is-noScroll .body_wrap {
  overflow-y: hidden;
}

img {
  width: 100%;
  height: auto;
}

video {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

a {
  cursor: pointer;
}

li {
  list-style: none;
}

dt, dd {
  font-weight: normal;
}

.body_wrap {
  visibility: hidden;
  opacity: 0;
  -webkit-animation: 3s linear loading-fadeIn forwards;
  animation: 3s linear loading-fadeIn forwards;
}

.common_inner {
  padding: 32px 28px 50px 48px;
}

.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  max-width: 100vw;
  height: 110px;
  -webkit-transition: background-color 0s, -webkit-transform 0.3s;
  transition: background-color 0s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0s;
  transition: transform 0.3s, background-color 0s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: white;
}

#work header {
  background-color: transparent;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header_logo {
  position: relative;
  z-index: 102;
}

.header_logo > .logo {
  line-height: 1.4  ;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}

.header_nav {
  margin-left: auto;
}

.header_navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_navList_item{
	position: relative;
}
.header_navList_drawer{
	position: absolute;
}
.header_navList_item > a {
  font-size: 1.25rem;
}

.header_navList_item a:hover {
  height: 60px;
}

.header_navList_item a:hover + .header_navList_drawer {
  visibility: visible;
}


.header_navList_item:nth-child(1){
  width: 181px;
}
.header_navList_item:nth-child(2){
  width: 247px;
}
.header_navList_item:nth-child(3){
  width: 186px;
}
.header_navList_item:nth-child(4){
  width: 147px;
}
.header_navList_item:nth-child(5){
  width: auto;
}

.header_navList_drawer {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-top: 40px;
  margin-top: -35px;
}

.header_navList_drawer_item > a {
  font-size: 1.25rem;
  line-height: 1.5;
}

.project_btn {
  cursor: default;
}

.header_navList_drawer:hover {
  opacity: 1;
  visibility: visible;
}

/* ドロワー */
.header_navList_drawer {
  /* opacity: 0; */
  visibility: hidden;
}

.header_navList_drawer_item {
  margin-top: 20px;
}

.header_navList_drawer_item:not(:first-child) {
  margin-top: 8px;
}

/*--- SPメニュ ---*/
.toggle_btn {
  display: none;
}

.toggle_menu {
  display: none;
}

.toggle_menu .header_logo {
  color: #181818;
  font-size: 1.375rem;
}

.toggle_menu .header_navList {
  margin-top: 60px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.toggle_menu.is-active .header_navList {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.toggle_menu.is-active .header_navList_drawer {
  display: block;
  opacity: 1;
}

.toggle_menu .header_navList_item.first {
  display: block;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.toggle_menu .header_navList_item.first.is-hidden {
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  opacity: 0;
  visibility: hidden;
  height: 300px;
}

.toggle_menu .header_navList_item.second {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.toggle_menu .header_navList_item.second.is-show {
  -webkit-transform: translateY(-300px);
  transform: translateY(-300px);
}

.toggle_menu .header_navList_item {
  width: auto;
  margin-left: 0;
  padding-bottom: 60px;
  color: #181818;
}

.toggle_menu .header_navList_hiddenList_item {
  font-size: 1.125rem;
  line-height: 1.55;
}

.toggle_menu .header_navList_hiddenList {
  visibility: hidden;
  height: 0;
  margin-top: 35px;
  margin-left: 35px;
}

.toggle_menu .header_navList_hiddenList.is-show {
  visibility: visible;
  height: auto;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

.toggle_menu .header_navList_hiddenList li {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.toggle_menu .header_navList_hiddenList.is-show li {
  -webkit-animation: fadeIn 1s forwards;
  animation: fadeIn 1s forwards;
}

/*----------- mainvisual ------------*/
.mainvisual {
  position: relative;
  width: 100vw;
  overflow: hidden;
}

.mainvisual::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.mainvisual video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

/*-------------- top --------------*/
.top_project {
  margin-bottom: 300px;
}
@media screen and (max-width: 992px){
	.top_project {
	  margin-bottom: 0;
	}
}

.top_project_titleWrap {
  margin-top: 300px;
  text-align: center;
}

.top_project_title {
  font-size: 4.125rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 1s;
  transition: 1s;
}

.top_project_title.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.top_project_title span {
  display: inline-block;
}

.top_project_title span:not(:nth-child(1)) {
  margin-left: 1%;
}

.top_project .media_card_wrap {
  margin-top: 300px;
}

/*---------------- work ---------------*/
.work_project {
  padding-top: 350px;
  background-color: white;
}

.work_textArea {
  padding-left: 100px;
}

.work_textArea_title {
  font-size: 30px;
  line-height: 50px;
}

.work_textArea_textWrap {
  margin-top: 65px;
}

.work_textArea_text > span {
  display: block;
  line-height: 30px;
  font-size: 1.25rem;
  word-break: break-word;
}

.work_textArea_text.jp > span {
  font-size: 1.125rem;
  line-height: 1.6111;
}

.work_contents {
  margin-top: 100px;
}

.work_media_top .work_media_imageList_item__bg {
  background-attachment: scroll;
  /* height: calc((9 / 16) * 100vw); */
  /* opacity: 1; */
  /* visibility: hidden; */
}

.work_media_imageList_item {
  width: 100%;
  height: 100vh;
}

@-webkit-keyframes top-down {
  0% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
}

@keyframes top-down {
  0% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
}

@-webkit-keyframes sp-top-down {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
}

@keyframes sp-top-down {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
}

@-webkit-keyframes bottom-up {
  0% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
}

@keyframes bottom-up {
  0% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
}

@-webkit-keyframes sp-bottom-up {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
}

@keyframes sp-bottom-up {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
}

.work_media_top .work_media_imageList_item__bg.is-top-down {
  -webkit-animation: 0.4s top-down 0.4s ease-out forwards;
          animation: 0.4s top-down 0.4s ease-out forwards;
}

.work_media_top .work_media_imageList_item__bg.is-bottom-up {
  -webkit-animation: 0.4s bottom-up 0.4s ease-out forwards;
          animation: 0.4s bottom-up 0.4s ease-out forwards;
}

@media screen and (max-width: 767px) {
  .work_media_top .work_media_imageList_item__bg.is-top-down {
    -webkit-animation: 0.4s sp-top-down 0.4s ease-out forwards;
            animation: 0.4s sp-top-down 0.4s ease-out forwards;
  }
  .work_media_top .work_media_imageList_item__bg.is-bottom-up {
    -webkit-animation: 0.4s sp-bottom-up 0.4s ease-out forwards;
            animation: 0.4s sp-bottom-up 0.4s ease-out forwards;
  }
}

.work_media_imageList_item:first-of-type {
  width: 100%;
  min-height: 58vw;
}

.work_media_imageList_item__bg {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* .work_media_imageList_item__bg:first-of-type {
  background-attachment: scroll;
} */

.work_more_project {
  padding-top: 400px;
  padding-bottom: 205px;
  background-color: white;
  position: relative;
  z-index: 3;
}

.work_more_project .media_card {
  margin-top: 0;
}

.work_more_project .media_card_wrap {
  margin-top: 3.646%;
}

.work_more_projectText_wrap {
  padding-left: 48px;
}
	@media screen and (max-width: 767px) {
		.work_more_projectText_wrap {
		  padding-left: 25px;
		}
	}

.work_more_projectText {
  font-size: 20px;
}

/*------------ text ---------------*/
.text_project {
  padding-top: 300px;
  padding-bottom: 170px;
}

.text_projectInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}

.text_project_title {
  display: none;
}

/*-- text_side --*/
.text_side {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  padding-left: 50px;
  position: fixed;
  top: 305px;
  bottom: 80px;
}

.text_side_space {
  min-width: 205px;
}

.text_side_menuList_item_link {
  display: table;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.5;
  font-size: 1.25rem;
}

.text_side_menuList_item_link:hover {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

/*-- text_main --*/
.text_main {
  width: 100%;
  padding-left: 18.4389%;
}

.text_content_title {
  font-size: 1.25rem;
  line-height: 1.5;
}

/*-- 共通,複数 --*/
.text_lg_size {
  font-size: 2.4375rem;
  line-height: 1.349;
}

.text_md_size {
  font-size: 1.25rem;
  line-height: 1.5;
}

.text_md_size.jp {
  font-size: 1.25rem;
  line-height: 30px;
}

.timeline_text2.jp {
  font-size: 1.25rem;
  line-height: 30px;
}

.timeline_text3.jp {
  font-size: 1.125rem;
  line-height: 30px;
}

.text_mission_titleWrap,
.text_servicesList,
.text_representiveText_wrap,
.text_agency_text,
.text_member_text,
.sns_area,
.text_timelineInner {
  margin-top: 20px;
}

.text_representive{
  margin-bottom: 160px;
}
.text_representive h1{
  
}
.text_agency,
.text_member,
.text_sns {
  margin-top: 160px;
}

/*-- mission --*/
.text_mission_textWrap {
  margin-top: 100px;
}

.text_mission_text + .text_mission_text {
  margin-top: 65px;
}

/*-- service --*/
.text_service {
  /* margin-top: 250px; */
}

/*-- client --*/
.text_client {
  margin-top: 220px;
}

.text_clientsList {
  margin-top: 20px;
}

/*-- respresentive --*/
.text_representiveText_wrap > span {
  display: block;
}

.text_representive_title.jp {
  font-size: 32px;
  line-height: 1.5;
}

.text_representive_subtitle {
  margin-top: 20px;
}

.text_representive_subtitle.jp {
  margin-top: 0;
}

/*-- timeline --*/
.awards .timeline_text3.jp {
  font-size: 1.25rem;
  line-height: 1.5;
}

.text_timeline {
  margin-top: 220px;
}

.text_timeline_col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timeline_text1 {
  width: 110px;
}

.timeline_text2 {
  width: calc(100% - 301px);
  padding-left: 40px;
}

.timeline_text3 {
  width: 191px;
  padding-left: 40px;
}

/*-- SNS --*/
.sns_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sns_block_title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}

/*-------------- index -----------------*/
.index_project {
  padding-top: 330px;
  padding-bottom: 170px;
}

.index_project .media_card_wrap {
  margin-top: -70px;
}

.index_project .media_card {
  margin-top: 70px;
}

/*------------- footer --------------*/
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 200;
}

.footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_right {
  margin-left: auto;
}

.footer_contact {
  padding-left: 30%;
}

.footer_sns_area .sns_block_title,
.email_area .contact_block_title,
.address_area .contact_block_title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  font-size: 20px; /* 追加 */
}

.footer_sns_area .sns_block_content,
.email_area .contact_block_content,
.address_area .contact_block_content{
  font-size: 20px;
}

.email_area,
.address_area {
  margin-top: 30px;
}

/* contact */
.contact_area {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 80px;
  position: fixed;
  bottom: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #000000;
  color: #ffffff;
  z-index: 20;
}

.copyright_area {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.contact_area.is-active {
  visibility: visible;
  width: 100%;
  -webkit-transform: none;
  transform: none;
}

.contact_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_block dt {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.contact_block dd {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.contact_content_wrap {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

/*-- 共通 --*/
.media_card_wrap {
  margin-top: 140px;
}

.media_card_wrap.is-active .media_card {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.media_card {
  width: 100%;
  height: 100%;
  margin-top: 120px;
  visibility: hidden;
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.6s;
  transition: opacity 0.1s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.1s;
  transition: transform 0.6s, opacity 0.1s, -webkit-transform 0.6s;
}

.media_card_space {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.media_card_space a {
  display: flex;
	justify-content: space-between;
  width: 100%;
  height: 100%;
}

.media_card_space span {
	display: block;
  	width: calc(100% / 8);
	height: 100%;
}
.media_card_space.col9 a span{
	width: calc(100% / 9);
}
.media_card_space.col10 a span{
	width: calc(100% / 10);
}
.media_card_space.col11 a span{
	width: calc(100% / 11);
}
.media_card_space.col12 a span{
	width: calc(100% / 12);
}
.media_card_space.col14 a span{
	width: calc(100% / 14);
}
.media_card_space span:last-child{
	flex: 1;
}

.media_card_imageWrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.media_card_imageWrap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.media_card_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.media_card_image.is-show {
  visibility: visible;
}

.media_card_title {
  margin-top: 27px;
  padding-left: 48px;
  line-height: 1;
}

.media_card_title a {
  font-size: 1.25rem;
}

.media_card_title.jp a {
  font-size: 1.125rem;
  line-height: 1.61111;
}

.media_card_title.jp a > span {
  font-size: 1.25rem;
  line-height: 1.5;
}

/*-- col2 --*/
.media_card_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.media_card_col2:first-child {
  margin-top: -120px;
}

/*-- col3 --*/

.media_card_col3_wrap::after {
  content: '';
  display: block;
  flex: calc(100% / 3);
}

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

.media_card_col3 .media_card {
  width: calc(100% / 3);
}

.media_card_category {
  display: none;
}

.bottom_btns {
  width: 100%;
  padding: 20px 28px 20px 48px;
  position: fixed;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: background-color 0s, -webkit-transform 0.3s;
  transition: background-color 0s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0s;
  transition: transform 0.3s, background-color 0s, -webkit-transform 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: white;
  z-index: 200;
}

#work .bottom_btns {
  background-color: transparent;
}

.bottom_btns.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.bottom_btns.is-open {
  background-color: transparent;
}

.contact_btn {
  font-size: 1.25rem;
  line-height: 1.5;
}

.contact_btn a:hover {
  opacity: 1;
}

.topBack_btn {
  font-size: 1.25rem;
  line-height: 1.5;
}

.topBack_btn a:hover {
  opacity: 1;
}

/* works slider周り */
.slider-item {
  visibility: hidden;
  opacity: 0;
  text-align: center;
}

.slider-item.fade-slide {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider-item.first-slider {
  visibility: visible;
  opacity: 1;
}

.slider-item.is-fixed {
  width: 100%;
  visibility: visible;
  position: fixed;
  opacity: 1;
  top: 0;
  left: 0;
}

/* works video */
.work_video {
  /* padding: 0 30px; */
  /* background-color: #000000; */
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.video-js {
  width: 100%;
  height: 58vw;
}

.video-js .vjs-big-play-button {
  display: none;
}

.video-js .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  bottom: 32px;
  padding: 0 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-js .vjs-control {
  background-color: rgba(54, 54, 54);
}

.video-js .vjs-play-control {
  width: 3.9rem;
  height: 1.875rem;
  margin-right: 12px;
  background-color: rgba(54, 54, 54) !important;
}

.video-js .vjs-play-control span:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
}

.video-js .vjs-remaining-time {
  display: none;
}

.video-js .vjs-volume-panel {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.video-js .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.video-js .vjs-poster {
  background-color: transparent;
}

/* loading */
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loading-fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes loading-fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes loading-fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  80% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes loading-fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  80% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: 3s linear loading-fadeOut forwards;
  animation: 3s linear loading-fadeOut forwards;
}

.loading img {
  width: 60px;
  height: auto;
}

/*-- 992px --*/
@media screen and (max-width: 992px) {
  .common_inner {
    padding: 32px 25px 50px 25px;
  }
  .header_nav {
    display: none;
  }
  /*---------- header ----------*/
  .header_navList_drawer_item > a {
    font-size: 2.0625rem;
    line-height: 1.3714;
  }
  .header_navList_drawer_item.second {
    margin-top: 0;
    margin-bottom: 80px;
  }
  /*----------- toggle ------------*/
  .toggle_btn {
    position: absolute;
    top: 40px;
    right: 60px;
    z-index: 102;
    width: 2px;
    height: 30px;
    display: block;
    -webkit-transition: all 0.2s 0s ease-out;
    transition: all 0.2s 0s ease-out;
  }
	/*
  .toggle_btn.is-active {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 60px;
  }
	*/
  .toggle_btn span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #181818;
  }
  .toggle_menu {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s 0s ease-out;
    transition: all 0.5s 0s ease-out;
    z-index: 101;
    display: block;
    width: 100%;
    height: 130vh;
    padding: 80px 35px 35px;
    background-color: #ffffff;
  }
  .toggle_menu.is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .mainvisual {
    height: 100vh;
  }
  .mainvisual::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .mainvisual video {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: auto;
    height: 100vh;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /*------------ top --------------*/
  .top_project_titleWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-top: 160px;
  }
  .top_project_title span {
    display: block;
  }
  .top_project_title span:not(:nth-child(1)) {
    margin-left: 0;
  }
  .top_project .media_card_wrap {
    margin-top: 220px;
  }
  /*------------ work -------------*/
  .work_project {
    padding-top: 250px;
  }
  .work_more_project {
    padding-top: 180px;
    padding-bottom: 145px;
  }
  .work_textArea {
    padding: 0 25px;
  }
  .work_textArea_title {
    font-size: 25px;
    line-height: 41px;
  }
  .work_textArea_textWrap {
    margin-top: 40px;
  }
  .work_contents {
    margin-top: 80px;
  }
  .work_media_imageList_item__bg {
    background-attachment: scroll;
    height: calc((9 / 16) * 100vw);
  }
  .work_more_projectText_wrap {
    padding-left: 25px;
  }
  /*------------- index(project) -------------*/
  .index_project {
    padding-top: 220px;
  }
  .index_project .media_card_wrap {
    margin-top: -50px;
  }
  .index_project .media_card {
    margin-top: 50px;
  }
  .index_project .media_card_col3 .media_card {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  /*---------- text ----------*/
  .text_project {
    padding-top: 140px;
  }
  .text_projectInner {
    display: block;
  }
  .text_project_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  /*-- text_main --*/
  .text_main {
    margin-top: 140px;
    padding-left: 0;
  }
  /*-- text_side --*/
  .text_side {
    position: static;
    margin-top: 40px;
    padding-left: 0;
  }
  @-webkit-keyframes fade-bottom-up {
    0% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      opacity: 0;
      visibility: hidden;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      visibility: visible;
    }
  }
  @keyframes fade-bottom-up {
    0% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      opacity: 0;
      visibility: hidden;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      visibility: visible;
    }
  }
  .text_side_menuList_item {
    font-size: 1.25rem;
    line-height: 1.5;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-animation-name: fade-bottom-up;
            animation-name: fade-bottom-up;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .text_side_menuList_item:nth-of-type(1) {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .text_side_menuList_item:nth-of-type(2) {
    -webkit-animation-delay: 3.15s;
            animation-delay: 3.15s;
  }
  .text_side_menuList_item:nth-of-type(3) {
    -webkit-animation-delay: 3.3s;
            animation-delay: 3.3s;
  }
  .text_side_menuList_item:nth-of-type(4) {
    -webkit-animation-delay: 3.45s;
            animation-delay: 3.45s;
  }
  .text_side_menuList_item:nth-of-type(5) {
    -webkit-animation-delay: 3.6s;
            animation-delay: 3.6s;
  }
  .text_side_menuList_item:nth-of-type(6) {
    -webkit-animation-delay: 3.75s;
            animation-delay: 3.75s;
  }
  .text_side_menuList_item:nth-of-type(7) {
    -webkit-animation-delay: 3.9s;
            animation-delay: 3.9s;
  }
  .text_side_menuList_item:nth-of-type(8) {
    -webkit-animation-delay: 4.05s;
            animation-delay: 4.05s;
  }
  .text_side_menuList_item:nth-of-type(9) {
    -webkit-animation-delay: 4.2s;
            animation-delay: 4.2s;
  }
  .text_side_menuList_item:nth-of-type(10) {
    -webkit-animation-delay: 4.35s;
            animation-delay: 4.35s;
  }
  .text_side_space {
    display: none;
  }
  /*-- text_font --*/
  .text_lg_size {
    font-size: 2.0625rem;
    line-height: 1.3714;
  }
  .text_md_size {
    font-size: 1.125rem;
    line-height: 1.611111;
  }
  .text_content_title {
    font-size: 1.125rem;
    line-height: 1.611111;
  }
  /*-- timeline --*/
  .text_timeline_col3 {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .timeline_text1,
  .timeline_text2,
  .timeline_text3 {
    width: 100%;
  }
  .timeline_text2,
  .timeline_text3 {
    padding-left: 0;
  }
  .timeline_text2 {
    padding-left: 35px;
  }
  .timeline_text3 {
    padding-left: 70px;
  }
  /*-- mission --*/
  .text_mission_textWrap {
    margin-top: 60px;
  }
  /*-- service --*/
  .text_service {
    margin-top: 140px;
  }
  /*----------- footer-------------*/
  .contact_btn {
    left: 35px;
  }
  .bottom_btns {
    padding: 20px 25px 20px 25px;
  }
  /*----------- media_card ------------*/
  .media_card {
    margin-top: 60px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .media_card_title {
    padding-left: 25px;
    line-height: 30px;
  }
  .media_card_category {
    display: block;
    margin-left: auto;
    text-align: right;
    padding-right: 30px;
    font-size: 1.25rem;
  }
  .slider-item {
    visibility: visible;
    opacity: 1;
  }

  .slider5 {
    margin-top: -8px;
  }
}

/*-- 767px --*/
@media screen and (max-width: 767px) {
  /*----------- top ------------*/
  .top_project_title {
    font-size: 41px;
    line-height: 75px;
  }
  .top_project .media_card_col2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*---------- work ------------*/
  .work_project {
    padding-top: 250px;
  }
  .work_more_project .media_card_wrap {
    margin-top: 35px;
  }
  .text_serviceList_item {
    font-size: 1.125rem;
  }
  /*-- timeline --*/
  .text_timeline {
    margin-top: 140px;
  }
  .text_timeline_col3 {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text_timeline_col3 .timeline_text:nth-child(2) {
    margin-left: 35px;
  }
  .text_timeline_col3 .timeline_text:nth-child(3) {
    margin-left: 70px;
  }
  /*-------- footer ---------*/
  .footer {
    /* margin-top: 105px; */
    padding-top: 0;
  }
  .footer_contact {
    padding: 90px 30px 0 35px;
  }
  .footer_sns_area .sns_block_title,
  .email_area .contact_block_title,
  .address_area .contact_block_title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    font-size: 1.25rem; /* 追加 */
  }
  /*-- contact --*/
  .contact_area {
    height: 100vh;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    top: 0;
    right: 100%;
    bottom: auto;
  }
  .contact_area.is-active {
    right: 0;
  }
  /*---------- media_card ------------*/
  .media_card_col3 .media_card {
    /*-webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;*/
	  width: calc(50% - 2px);
  }
  .media_card {
    margin-top: 50px;
  }
  .media_card_title {
    margin-top: 20px;
  }
  .media_card_title a {
    font-size: 1.25rem;
  }
  /*---------- sns ------------
  .sns_block_title,
  .sns_block_content {
    font-size: 20px;
  }*/
  /*---------- sns ------------*/
  .sns_block_content,
  .email_area .contact_block_content,
  .address_area .contact_block_content {
    font-size: 1.125rem;
    line-height: 1.611111;
  }
  /*---------- video ------------*/
  .video-js .vjs-control-bar {
    padding: 0 10px;
    bottom: 8px;
  }
  .video-js .vjs-play-control {
    width: 2.4rem;
    height: 1.875rem;
    margin-right: 8px;
  }
  .video-js .vjs-play-control span:before {
    font-size: 18px;
  }
  .loading img {
    width: 36px;
    height: auto;
  }
}

@media screen and (max-width: 400px) {
  .footer_contact {
    padding: 60px 25px 0 25px;
  }
}
/* 修正箇所メモ
2021.11.26
@media screen and (max-width: 767px)
.footer_sns_area .sns_block_title,
.email_area .contact_block_title,
.address_area .contact_block_title
→font-size: 1.25rem;追加

sns修正

PC表示用
.footer_sns_area .sns_block_title,
.email_area .contact_block_title,
.address_area .contact_block_title
→font-size: 20px;追加

追加
.footer_sns_area .sns_block_content,
.email_area .contact_block_content,
.address_area .contact_block_content{
  font-size: 20px;
}
 */

@media screen and (min-width:993px) { .pc-none{ display: none!important; } }
@media screen and (max-width:992px) { .sp-none{ display: none!important; } }


@media screen and (max-width: 992px){
	.toggle_menu{
		height: 100svh;
    	padding: 100px 15px 10px 15px;
	}
	.hdr-sp-link-scroll-wrap{
		padding-top: 40px;
		overflow-y: auto;
		padding-left: 10px;
		height: 100%;
	}
	.hdr-sp-link-block{
		padding-bottom: 12px;
	}
	.hdr-sp-link-block .title{
		font-size: 33px;
		line-height: 45px;
		position: relative;
		display: block;
	}
	/*
	.hdr-sp-link-block .title.crnt::before{
		content: "";
		display: block;
		width: 3px;
		height: 25px;
		background: #181818;
		position: absolute;
		top: 10px;
		left: -15px;
	}
	*/
	.hdr-sp-link-block p.title::after{
		content: "";
		background: url("/images/common/sp-menu-arr.svg") center center / contain no-repeat;
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		right: 10px;
		bottom: 6px;
		transition: .5s ease-in-out;
	}
	.hdr-sp-link-block p.title.open::after{
		transform: rotate(180deg);
	}
	.hdr-sp-link-block .header_navList{
		margin-top: 4px;
		visibility: visible;
		opacity: 1;
		transition: 0s;
		transition-delay: 0s;
		display: none;
	}
	.hdr-sp-link-block .header_navList_item{
		padding-bottom: 0;
	}
	.hdr-sp-link-block .header_navList_drawer_item{
		margin-top: 0;
		position: relative;
	}/*
	.hdr-sp-link-block .header_navList_drawer_item.crnt::before{
		content: "";
		display: block;
		width: 3px;
		height: 15px;
		background: #181818;
		position: absolute;
		top: 15px;
		left: 0;
	}*/
	.hdr-sp-link-block .header_navList_drawer_item > a {
		font-size: 20px;
		line-height: 1;
		margin-left: 18px;
	}
	
	.toggle_btn{
		display: block;
		width: 30px;
		right: 30px;
		transition: all .3s 0s ease-out;
		height: 30px;
	}
	.toggle_btn .btn-wrap{
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.toggle_btn span.upper{
		display: block;
		background: rgba(24,24,24,.8);
		width: 30px;
		height: 1px;
		position: absolute;
		top: 5px;
		left: 0;
		transition: .5s ease;
	}
	.toggle_btn span.mid{
		display: block;
		background: rgba(24,24,24,.8);
		width: 24px;
		height: 1px;
		position: absolute;
		top: calc(50% - 1px);
		right: 0;
		transition: .4s ease;
	}
	.toggle_btn span.lower{
		display: block;
		background: rgba(24,24,24,.8);
		width: 18px;
		height: 1px;
		position: absolute;
		bottom: 5px;
		right: 0;
		transition: .3s ease;
	}
	.toggle_btn.is-active span.upper{
		transform-origin: left top;
		transform: rotate(90deg);
		top: 0;
		left: 5px;
	}
	.toggle_btn.is-active span.mid{
		transform: rotate(-450deg);
		top: 11px;
		right: 3px;
	}
	.toggle_btn.is-active span.lower{

		transform: rotate(-90deg);
		bottom: auto;
		top: 8px;
		right: -5px;
	}
}

main .c-inner960{
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 20px;
}
	@media screen and (max-width: 992px){
		main .c-inner960{
			padding: 0 25px;
		}
	}


/* service */


.assets{
	background: #F9F4F2;
}
.assets header{
	background: transparent;
}
.assets main{
	padding: 100px 0 70px;
}
	@media screen and (max-width: 992px){
		.assets main{
			
		}
	}

.assets main section{
	padding: 100px 0 110px;
}
	@media screen and (max-width: 992px){
		.assets main section{
			padding: 60px 0 200px;
		}
	}

.assets main .navi-arrow{
	text-align: center;
	margin-bottom: 75px;
}
	@media screen and (max-width: 992px){
		.assets main .navi-arrow{
			margin-bottom: 60px;
		}
	}

.assets main .navi-arrow span{
	background: url("/images/common/sp-menu-arr.svg") center bottom /30px auto no-repeat;
	font-size: 20px;
	height: 65px;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}
	@media screen and (max-width: 992px){
		.assets main .navi-arrow span{
			
		}
	}

.assets main .block01 .txt{
	font-size: 25px;
	line-height: 2;
	margin-bottom: 285px;
}
	@media screen and (max-width: 992px){
		.assets main .block01 .txt{
			font-size: 16px;
		}
	}

.assets main .block01 .txt.tight{
	font-size: 20px;
	line-height: 45px;
	padding: 0 80px;
}
	@media screen and (max-width: 992px){
		.assets main .block01 .txt.tight{
			font-size: 16px;
			line-height: 2;
			padding: 0;
		}
	}


.assets main .block01 h1{
	font-size: 66px;
	text-align: center;
	line-height: 1;
	margin-bottom: 260px;
}
	@media screen and (max-width: 992px){
		.assets main .block01 h1{
			font-size: 41px;
			line-height: 75px;
		}
	}

.assets main .block01 h2{
	font-size: 41px;
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}
	@media screen and (max-width: 992px){
		.assets main .block01 h2{
			font-size: 30px;
			line-height: 48px;
			margin-bottom: 0;
		}
	}

.assets main .block01 .flx-box{
	width: 800px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.assets main .block01 .flx-box .cont-box{
	border-top: 1px solid #181818;
	padding-top: 18px;
	display: flex;
	justify-content: flex-end;
}
.assets main .block01 .flx-box .cont-box .navi-arrow{
	margin-bottom: 0;
}
.assets main .block01 .flx-box .cont-box.left{
	width: 38%;
}
.assets main .block01 .flx-box .cont-box.right{
	width: 58%;
}
.assets main .sec-title{
	line-height: .8;
	font-size: 41px;
	display: flex;
	margin-bottom: 192px;
}
	@media screen and (max-width: 992px){
		.assets main .sec-title{
			line-height: 1;
			font-size: 30px;
			flex-direction: column;
			align-items: center;
			margin-bottom: 150px;
			width: 100%;
		}
	}

.assets main .sec-title span{
	margin-left: 40px;
	padding-left: 40px;
	border-left: 3px solid #181818;
	font-size: 20px;
	display: flex;
	align-items: center;
	padding-top: 10px
}
	@media screen and (max-width: 992px){
		.assets main .sec-title span{
			margin-left: 0;
			padding-left: 0;
			margin-top: 26px;
			border-left: none;
			border-top: 5px solid #181818;
			font-size: 18px;
			padding-top: 26px;
			width: 100%;
			text-align: center;
			display: block;
		}
	}

.assets main .theme-box{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 192px;
}
	@media screen and (max-width: 992px){
		.assets main .theme-box{
			display: flex;
			align-items: center;
			flex-direction: column;
			justify-content: center;
			margin-bottom: 150px;
		}
	}

.assets main .theme-box h3{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	line-height: 1;
	font-size: 132px;
	margin-bottom: 45px;
}
	@media screen and (max-width: 992px){
		.assets main .theme-box h3{
			line-height: 1;
			font-size: 100px;
			margin-bottom: 40px;
		}
	}

.assets main .theme-box h3 span{
	font-size: 20px;
}
	@media screen and (max-width: 992px){
		.assets main .theme-box h3 span{
		}
	}

.assets main .theme-box p{
	font-size: 20px;
}
	@media screen and (max-width: 992px){
		.assets main .theme-box p{
			font-size: 16px;
		}
	}

.assets main .detail-box{
	width: 615px;
	margin: 0 0 0 auto;
}
	@media screen and (max-width: 992px){
		.assets main .detail-box{
			width: 100%;
			margin: 0;
		}
	}

.assets main .detail-box h3{
	line-height: 50px;
	font-size: 25px;
	text-align: right;
	margin-bottom: 50px;
	position: relative;
}
	@media screen and (max-width: 992px){
		.assets main .detail-box h3{
			line-height: 2;
			font-size: 20px;
			margin-bottom: 60px;
		}
	}

.assets main .detail-box h3::before{
	content: "";
	display: block;
	height: calc(100% - 1em);
	width: 0;
	border-left: 3px solid #181818;
	position: absolute;
	left: 0;
	top: .5em;
}
	@media screen and (max-width: 992px){
		.assets main .detail-box h3::before{
			content: "";
			display: block;
			height: calc(100% - 1em);
			width: 0;
			border-left: 1px solid #181818;
			position: absolute;
			left: 0;
			top: .5em;
		}
	}

.assets main .detail-box p{
	font-size: 18px;
	line-height: 41px;
}
	@media screen and (max-width: 992px){
		.assets main .detail-box p{
			font-size: 16px;
			line-height: 2;
			letter-spacing: -.02em;
		}
	}

.assets main .block02{
	background: #fff;
}
.assets main .block02 .flx-box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 192px;
}
	@media screen and (max-width: 992px){
		.assets main .block02 .flx-box{
			flex-direction: column;
			align-items: center;
			margin-bottom: 0;
		}
	}

.assets main .block02 .flx-box .cont-box{
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 50%;
}
	@media screen and (max-width: 992px){
		.assets main .block02 .flx-box .cont-box{
			margin-bottom: 40.4vw;
			width: 100%;
		}
	}

.assets main .block02 .flx-box .num{
	line-height: 1;
	font-size: 132px;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 45px;
}
	@media screen and (max-width: 992px){
		.assets main .block02 .flx-box .num{
			font-size: 100px;
			margin-bottom: 8vw;;
		}
	}

.assets main .block02 .flx-box .num.right-txt::after{
	content: "〜";
	font-size: 66px;
	position: absolute;
	right: -86px;
	bottom: 40px;
}
	@media screen and (max-width: 992px){
		.assets main .block02 .flx-box .num.right-txt::after{
			font-size: 50px;
			right: -60px;
			bottom: 51px;
		}
	}

.assets main .block02 .flx-box .num span{
	font-size: 20px;
}
	@media screen and (max-width: 992px){
		.assets main .block02 .flx-box .num span{
			font-size:20px;
			margin-top: 14px;
		}
	}

.assets main .block02 .flx-box .capt{
	font-size: 20px;
}
	@media screen and (max-width: 992px){
		.assets main .block02 .flx-box .capt{
			font-size: 16px;
			text-align: center;
			line-height: 30px;
		}
	}

.assets main .block04{
	background: #313030;
	color: #F9F4F2;
}
.assets main .block04 .sec-title span{
	border-left: 3px solid #F9F4F2;
}
	@media screen and (max-width: 992px){
		.assets main .block04 .sec-title span{
			border-top: 5px solid #F9F4F2;
			border-left: none;
		}
	}

.assets main .block04 .detail-box h3::before{
	border-left: 3px solid #F9F4F2;
}
	@media screen and (max-width: 992px){
		.assets main .block04 .detail-box h3::before{
			border-left: 1px solid #F9F4F2;
		}
	}



/* brandconcept -------------------------------------------------------------------------------------- */
.brandconcept main{
	padding: 294px 0 70px;
}
	@media screen and (max-width: 992px){
		.brandconcept main{
			padding: 250px 0 70px;
		}
	}

.brandconcept main figure{
	text-align: center;
}
.brandconcept main figure img{
	width: auto;
	max-width: 100%;
}
@media screen and (max-width: 992px){
	.brandconcept main figure img{
		width: auto;
	}
	.brandconcept main figure img.sp-w250{
		width: 250px;
	}
}
.brandconcept main .cont-block{
	padding: 120px 0;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block{
			padding: 150px 0 200px;
		}
		.brandconcept main .cont-block.pb-sp-tight{
			padding: 150px 0 0;
		}
	}

.brandconcept main .cont-block .c-inner960.row-gap{
	display: flex;
	flex-direction: column;
	row-gap: 120px;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .c-inner960.row-gap{
			row-gap: 110px;
		}
	}


/* title-block */
.brandconcept main .title-block{
	margin-bottom: 210px;
}
	@media screen and (max-width: 992px){
		.brandconcept main .title-block{
			margin-bottom: 200px;
		}
	}

.brandconcept main .title-block .bc-h1{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	line-height: 1;
}

.brandconcept main .title-block .bc-h1 .title{
	font-size: 132px;
	line-height: 1;
}
	@media screen and (max-width: 992px){
		.brandconcept main .title-block .bc-h1 .title{
			font-size: 100px;
			line-height: 75px
		}
	}

.brandconcept main .title-block .bc-h1 .title.sml{
	font-size: 66px;
	line-height: 1;
}
	@media screen and (max-width: 992px){
		.brandconcept main .title-block .bc-h1 .title.sml{
			font-size: 66px;
			line-height: 1
		}
	}

.brandconcept main .title-block .bc-h1 .sub-title{
	margin-bottom: 20px;
	font-size: 20px;
}
	@media screen and (max-width: 992px){
		.brandconcept main .title-block .bc-h1 .sub-title{
			margin-bottom: 20px;
			font-size: 20px;
		}
	}

.brandconcept main .title-block .bc-h1 .title-sub-lead{
	font-size: 25px;
	font-weight: 500;
	margin: 120px 0 334px;
	line-height: 2;
	text-align: center;
}
	@media screen and (max-width: 992px){
		.brandconcept main .title-block .bc-h1 .title-sub-lead{
			font-size: 16px;
			line-height: 2;
			margin: 43px 0 115px;
		}
	}

.brandconcept main .title-block .title-block-txt{
	font-size: 25px;
	line-height: 2;
	font-weight: 500;
	margin-bottom: 285px;
}
	@media screen and (max-width: 992px){
		.brandconcept main .title-block .title-block-txt{
			font-size: 18px;
			margin-bottom: 150px;
		}
	}

.brandconcept main .title-block .anc-box{
	margin: 0 auto 150px;
}

.brandconcept main .title-block .anc-box ul{
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 0 auto;
}
.brandconcept main .title-block .anc-box ul li a{
	font-size: 25px;
	line-height: 2;
}
	@media screen and (max-width: 992px){
		.brandconcept main .title-block .anc-box ul li a{
			font-size: 25px;
		}
	}

/* 下矢印 */

.brandconcept main .navi-arrow{
	text-align: center;
	margin-bottom: 60px;
}
	@media screen and (max-width: 992px){
		.brandconcept main .navi-arrow{
			
		}
	}

.brandconcept main .navi-arrow span{
	background: url("/images/common/sp-menu-arr.svg") center bottom /30px auto no-repeat;
	font-size: 20px;
	height: 65px;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}
	@media screen and (max-width: 992px){
		.brandconcept main .navi-arrow span{
			
		}
	}

/* アンカー */
.brandconcept main .cont-block .flx-anc-box{
	display: flex;
	justify-content: space-between;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .flx-anc-box{
			flex-direction: column;
		}
	}

.brandconcept main .cont-block .flx-anc-box h2{
	font-size: 20px;
	line-height: 1;
	width: 345px;
	font-weight: 500;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .flx-anc-box h2{
			font-size: 5.33vw;
			width: 100%;
			text-align: center;
			margin-bottom: 18.67vw;
		}
	}

.brandconcept main .cont-block .flx-anc-box .anc-box{
	flex: 1;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .flx-anc-box .anc-box{
			flex: 1;
		}
	}

.brandconcept main .cont-block .flx-anc-box .anc-box .capt{
	font-size: 20px;
	line-height: 1;
	margin-bottom: 15px;
	padding-left: 1.75em;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .flx-anc-box .anc-box .capt{
			font-size: 18px;
			line-height: 2;
			margin-bottom: 0;
		}
	}

.brandconcept main .cont-block .flx-anc-box .anc-box ol{
	font-size: 20px;
	line-height: 50px;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .flx-anc-box .anc-box ol{
			font-size: 18px;
			line-height: 2;
			padding-left: 1.75em;
			text-indent: -1.75em;
		}
	}

/* タイトル部画像 */
.brandconcept main .title-block figure{
	max-width: 535px;
	padding: 0 20px;
	margin: 0 auto;
}
@media screen and (max-width: 992px){
	.brandconcept main .title-block figure{
		max-width: 1000px;
		padding: 0 35px;
	}
}


/* コンテンツパーツ ---------------------------- */

/* 背景カラー */
.brandconcept main .cont-block.bg-F9F4F2{
	background: #F9F4F2;
	color: #181818;
}
.brandconcept main .cont-block.bg-313030{
	background: #313030;
	color: #F9F4F2;
}

/* H2レベル ---------- */
.brandconcept main .cont-block .p-title-r-line{
	border-right: 5px solid #181818;
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 152px;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .p-title-r-line{
			border-right: none;
			font-size: 25px;
			line-height: 2;
			text-align: center;
			margin-bottom: 60px;
		}
		.brandconcept main .cont-block .p-title-r-line span{
			font-size: 18px;
			margin-top: 16px;
			display: block;
		}
		.brandconcept main .cont-block .p-title-r-line.sp-wide{
			margin-bottom: 148px;
		}
	}

.brandconcept main .cont-block .p-title-r-line.mlti-row{
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
}

/* 背景#313030の時のline color */
.brandconcept main .cont-block.bg-313030 .p-title-r-line{
	border-right: 5px solid #F9F4F2;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block.bg-313030 .p-title-r-line{
			border-right: none;
			margin: 0 0 210px;
		}
	}

.brandconcept main .cont-block.bg-313030 .p-title-r-line .subtxt{
	display: block;
	margin-top: 100px;
	font-size: 25px;
	line-height: 53px;
	font-weight: 500;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block.bg-313030 .p-title-r-line .subtxt{
			margin-top: 50px;
			font-size: 16px;
			line-height: 2;
		}
	}

/* H3レベル ---------- */
/* 下ライン */
.brandconcept main .cont-block .p-sub-title-u-line{
	border-bottom: 3px solid #181818;
	font-size: 25px;
	font-weight: 500;
	line-height: 41px;
	width: 615px;
	padding-bottom: 20px;
	margin: 60px 0 0 auto;
	display: flex;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .p-sub-title-u-line{
			border-bottom: 5px solid #181818;
			font-size: 20px;
			line-height: 36px;
			width: 100%;
			padding-bottom: 26px;
			flex-direction: column;
		}
	}
.brandconcept main .cont-block .p-sub-title-u-line .label{
	width: 104px;
}
.brandconcept main .cont-block .p-sub-title-u-line .label.wide{
	width: 140px;
}
.brandconcept main .cont-block .p-sub-title-u-line .txt{
	flex: 1;
}
/* 左ライン */
.brandconcept main .cont-block .p-sub-title-l-line{
	border-left: 3px solid #181818;
	text-align: right;
	margin: 125px 0 0 auto;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	width: 615px;
}
@media screen and (max-width: 992px){
	.brandconcept main .cont-block .p-sub-title-l-line{
		border-left: 1px solid #181818;
		width: 100%;
	}
}
/* リンク */
.brandconcept main .cont-block .p-btm-link01{
	margin: 155px 0 0 auto;
	width: 615px;
	font-size: 20px;
	font-weight: 500;
	line-height: 41px;
	text-indent: -1.5em;
	padding-left: 1.5em
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .p-btm-link01{
			width: 100%;
			font-size: 18px;
			line-height: 2;
		}
	}
.brandconcept main .cont-block .p-btm-link01 a{
	text-decoration: underline;
}
.brandconcept main .cont-block .p-btm-link02-arrow{
	margin: 155px 0 0;
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	padding: 90px 0 0;
	background: url("/images/common/sp-menu-arr.svg") center top / 30px auto no-repeat;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .p-btm-link02-arrow{
			font-size: 25px;
			line-height: 2;
			width: 100%
		}
	}
.brandconcept main .cont-block .p-btm-link02-arrow a{
	text-decoration: underline;
}

/* H4レベル ---------- */
.brandconcept main .cont-block .p-sml-title-u-line{
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin: 95px 0 0 auto;
	border-bottom: 1px solid #181818;
	padding-bottom: 15px;
	width: 615px;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .p-sml-title-u-line{
			width: 100%;
		}
	}
/* 背景#313030の時のline color */
.brandconcept main .cont-block.bg-313030 .p-sub-title-u-line{
	border-bottom: 3px solid #F9F4F2;
}
.brandconcept main .cont-block.bg-313030 .p-sub-title-l-line{
	border-left: 3px solid #F9F4F2;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block.bg-313030 .p-sub-title-l-line{
			border-left: 1px solid #F9F4F2;
		}
	}
.brandconcept main .cont-block.bg-313030 .p-sml-title-u-line{
	border-bottom: 1px solid #F9F4F2;
}

/* ベーステキスト ---------- */
.brandconcept main .cont-block .p-cont-txt{
	width: 615px;
	font-size: 18px;
	font-weight: 500;
	line-height: 41px;
	margin: 60px 0 0 auto;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .p-cont-txt{
			width: 100%;
			font-size: 16px;
			line-height: 2;
			margin: 60px 0 0;
		}
	}
.brandconcept main .cont-block .p-cont-txt.mt-tight{
	margin: 30px 0 0 auto;
}

/* 画像 ---------- */
/* 幅いっぱい */
.brandconcept main .cont-block .p-img-box01{
	width: 615px;
	margin: 0 0 0 auto;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .p-img-box01{
			width: 100%;
			margin: 120px 0 0;
		}
	}
/* 左右パディング */
.brandconcept main .cont-block .p-img-box02{
	padding: 0 40px;
	width: 615px;
	margin: 0 0 0 auto;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .p-img-box02{
			padding: 0;
			width: 100%;
			margin: 60px 0 120px;
		}
	}

/* 詳細アコーディオン ---------- */
.brandconcept main .cont-block .p-cont-acc-box{
	width: 615px;
	margin: 90px 0 0 auto;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .p-cont-acc-box{
			width: 100%;
			margin: 90px 0 0 auto;
		}
	}
.brandconcept main .cont-block .p-cont-acc-box .oc-btn{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .p-cont-acc-box .oc-btn{
			/* margin-bottom: 20px; */
			margin: 0 auto 40px;
		}
	}
.brandconcept main .cont-block .p-cont-acc-box .oc-btn .oc-btn-inner{
	height: 46px;
	font-size: 20px;
	width: 120px;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .p-cont-acc-box .oc-btn .oc-btn-inner{
			/*width: 30px;*/
			font-size: 18px!important;
			margin:  0 auto;
		}
	}
.brandconcept main .cont-block .p-cont-acc-box .oc-btn .oc-btn-inner{
	height: 46px;
	font-size: 20px;
	position: relative;
	display: block;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .p-cont-acc-box .oc-btn .oc-btn-inner{
			/* height: 16px; */
		}
	}




.brandconcept main .cont-block .p-cont-acc-box .oc-btn .oc-btn-inner:hover{
	cursor: pointer;
}
.brandconcept main .cont-block .p-cont-acc-box .oc-btn .oc-btn-inner::after{
	content: "";
	background: url("/images/common/sp-menu-arr.svg") center center / contain no-repeat;
	height: 16px;
	width: 100%;
	display: block;
	position: absolute;
	transform: rotate(180deg);
	top: 0;
	left: 0;
}
.brandconcept main .cont-block .p-cont-acc-box .oc-btn .oc-btn-inner::before{
	content: "";
	background: url("/images/common/sp-menu-arr.svg") center center / contain no-repeat;
	height: 16px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.brandconcept main .cont-block .p-cont-acc-box .oc-btn .oc-btn-inner::before{
	opacity: 1;
	transition: .5s ease;
}
.brandconcept main .cont-block .p-cont-acc-box .oc-btn .oc-btn-inner::after{
	opacity: 0;
	transition: .1s ease;
}
.brandconcept main .cont-block .p-cont-acc-box.detailOpen .oc-btn .oc-btn-inner::before{
	opacity: 0;
	transition: .1s ease;
}
.brandconcept main .cont-block .p-cont-acc-box.detailOpen .oc-btn .oc-btn-inner::after{
	opacity: 1;
	transition: .5s ease;
}
.brandconcept main .cont-block .p-cont-acc-box .oc-btn .oc-btn-inner .open,
.brandconcept main .cont-block .p-cont-acc-box .oc-btn .oc-btn-inner .close{
	position: absolute;
	display: block;
	text-align: center;
	bottom: 30px;
	left: 0;
	line-height: 1;
	transition: .2s ease-out;
	width: 100%;
}
@media screen and (max-width: 992px){
	.brandconcept main .cont-block .p-cont-acc-box .oc-btn .oc-btn-inner .open,
	.brandconcept main .cont-block .p-cont-acc-box .oc-btn .oc-btn-inner .close{
		/* display: none; */
	}
}
.brandconcept main .cont-block .p-cont-acc-box.detailOpen .oc-btn .oc-btn-inner .open,
.brandconcept main .cont-block .p-cont-acc-box.detailOpen .oc-btn .oc-btn-inner .close{
	bottom: 0;
}
.brandconcept main .cont-block .p-cont-acc-box .oc-btn .oc-btn-inner .open{
	opacity: 1;
}
.brandconcept main .cont-block .p-cont-acc-box .oc-btn .oc-btn-inner .close{
	opacity: 0;
}
.brandconcept main .cont-block .p-cont-acc-box.detailOpen .oc-btn .oc-btn-inner .open{
	opacity: 0;
}
.brandconcept main .cont-block .p-cont-acc-box.detailOpen .oc-btn .oc-btn-inner .close{
	opacity: 1;
}
.brandconcept main .cont-block .p-cont-acc-box .acc-cont-block{
	padding-bottom: 10px;
}
.brandconcept main .cont-block .p-cont-acc-box .acc-cont-block h4{
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px solid #181818;
	padding-bottom: 13px;
	margin-bottom: 24px;
	padding-left: 1.25em;
	text-indent: -1.25em;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .p-cont-acc-box .acc-cont-block h4{
			font-size: 18px;
			line-height: 2;
			padding-bottom: 17px;
			margin-bottom: 20px;
			padding-left: 1.25em;
			text-indent: -1.25em;
		}
	}
.brandconcept main .cont-block .p-cont-acc-box .acc-cont-block p{
	font-size: 18px;
	font-weight: 500;
	line-height: 41px;
	padding-bottom: 65px;
	display: none;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .p-cont-acc-box .acc-cont-block p{
			font-size: 16px;
			line-height: 32px;
			padding-bottom: 55px;
			padding-top: 20px;
			display: none;
		}
	}

/* O/D 動き */
@media screen and (min-width: 992px){
	.brandconcept main .cont-block .p-cont-acc-box .oc-btn .oc-btn-inner .open{
		animation: od-move 1.6s ease-out infinite;
		top : 0;
	}
}
@keyframes od-move {
	0% {
		top: 0;
	}
	30% {
		top: -12px;
	}
	35% {
		top: 0px;
	}
	100% {
		top: 0px;
	}
}

.brandconcept main .p-left-line{
	width: 615px;
    font-size: 20px;
    font-weight: 500;
    line-height: 41px;
	margin: 120px 0 115px auto;
	border-left: 3px solid #181818;
	text-align: right;
}
	@media screen and (max-width: 992px){
		.brandconcept main .p-left-line{
			width: 100%;
			font-size: 18px;
			line-height: 2;
			margin: 150px 0 110px;
		}
	}

.brandconcept main .p-flx-btwn{
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	line-height: 41px;
	margin: 90px 0 110px auto;
	width: 615px;
}
	@media screen and (max-width: 992px){
		.brandconcept main .p-flx-btwn{
			flex-direction: column;
			font-size: 16px;
			line-height: 2;
			margin: 90px 0 110px;
			width: 100%;
		}
		.brandconcept main .p-flx-btwn .title{
			margin-bottom: 1em;
		}
	}

.brandconcept main .p-flx-btwn .txt{
	text-align: right;
}
.brandconcept main .cont-block .p-sub-title-u-line.type02 .label{
	width: 168px;
}

/* コンテンツパーツ TBT　*/
.brandconcept main .title-block figure.tbt{
	width: 717px;
	max-width: 100%;
}
	@media screen and (max-width: 992px){
		.brandconcept main .title-block figure.tbt{
			width: 100%;
			max-width: 100%;
		}
		.brandconcept main .title-block figure.tbt .sp-w250{
			width: 100%;
			max-width: 100%;
		}
	}

.brandconcept main .cont-block .p-img-box01.tbt-img01,
.brandconcept main .cont-block .p-img-box01.tbt-img02{
	text-align: center;
}
.brandconcept main .cont-block .p-img-box01.tbt-img01 img{
	width: 469px;
}
.brandconcept main .cont-block .p-img-box01.tbt-img02 img{
	width: 383px;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .p-img-box01.tbt-img01 img{
			width: 80%;
		}
		.brandconcept main .cont-block .p-img-box01.tbt-img02 img{
			width: 80%;
		}
	}

.brandconcept main .cont-block .p-title-r-line.tbt{
	line-height: 53px;
}
.brandconcept main .cont-block .tbt-inner-block{
	display: flex;
	flex-direction: column;
	row-gap: 154px;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .tbt-inner-block{
			row-gap: 90px;
		}
	}

.brandconcept main .cont-block .tbt-sum-list{
	width: 615px;
    font-size: 18px;
    font-weight: 500;
    line-height: 41px;
	margin: 150px 0 0 auto;
	display: flex;
	flex-direction: column;
	row-gap: 2em;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .tbt-sum-list{
			width: 100%;
			font-size: 16px;
			line-height: 2;
			margin: 110px 0 0 auto;
			display: flex;
			flex-direction: column;
			row-gap: 2em;
		}
	}

.brandconcept main .cont-block .tbt-sum-list li{
	display: flex;
}
.brandconcept main .cont-block .tbt-sum-list li .title{
	width: 146px;
}
	@media screen and (max-width: 992px){
		.brandconcept main .cont-block .tbt-sum-list li .title{
			width: 80px;
		}
	}

.brandconcept main .cont-block .tbt-sum-list li .txt{
	flex: 1;
}

/* ブログ ----------------------------------------------------------------------*/
main.blog-top{
	padding-top: 200px;
}
	@media screen and (max-width: 992px){
		main.blog-top{
			padding-top: 42.67vw;
		}
	}

main.blog-top .cate-wrap{
	margin-bottom: 90px;
}
	@media screen and (max-width: 992px){
		main.blog-top .cate-wrap{
			margin-bottom: 21.33vw;
		}
	}

main.blog-top .cate-wrap ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
	@media screen and (max-width: 992px){
		main.blog-top .cate-wrap ul{
			flex-direction: column;
			align-items: flex-end;
			row-gap: 2.16vw;
		}
	}

main.blog-top .cate-wrap ul li{
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px solid #181818;
}
	@media screen and (max-width: 992px){
		main.blog-top .cate-wrap ul li{
			padding-right: 0;
			margin-right: 0;
			border-right: none;
		}
	}

main.blog-top .cate-wrap ul li:last-child{
	border-right: none;
}
main.blog-top .cate-wrap ul li a{
	font-size: 20px;
	line-height: 1;
}
	@media screen and (max-width: 992px){
		main.blog-top .cate-wrap ul li a{
			font-size: 20px;
			line-height:2;
			padding-right: 13.33vw;
		}
	}

main.blog-top .cont-wrap{
	display: flex;
	flex-wrap: wrap;
	row-gap: 55px;
	margin-bottom: 80px;
}
	@media screen and (max-width: 992px){
		main.blog-top .cont-wrap{
			row-gap: 10.67vw;
			margin-bottom: 42.67vw;
		}
	}

main.blog-top .cont-box{
	width: calc(100% / 3);
}
	@media screen and (max-width: 992px){
		main.blog-top .cont-box{
			width: 100%;
		}
	}

main.blog-top .cont-box figure{
	margin-bottom: 30px;
}
	@media screen and (max-width: 992px){
		main.blog-top .cont-box figure{
			margin-bottom: 6.4vw;
		}
	}

main.blog-top .cont-box p{
	margin-left: 48px;
	padding-right: 48px;
	font-size: 20px;
	line-height: 26px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
	@media screen and (max-width: 992px){
		main.blog-top .cont-box p{
			margin-left: 9.33vw;
			font-size: 4.27vw;
			line-height: 6.93vw;
			-webkit-line-clamp: 3;
		}
	}

main.blog-top .pagenation-wrap{
	/*margin-bottom: 300px;*/
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
	@media screen and (max-width: 992px){
		main.blog-top .pagenation-wrap{
			height: 200px
			/* margin-bottom: 53.3vw; */
		}
	}

main.blog-top .navigation.pagination .nav-links{
	display: flex;
	justify-content: center;
}
main.blog-top .navigation.pagination .nav-links .page-numbers.next,
main.blog-top .navigation.pagination .nav-links .page-numbers.prev{
	display: none;
}
main.blog-top .pagenation-wrap span,
main.blog-top .pagenation-wrap a{
	width: 72px;
	font-size: 20px;
	line-height: 25px;
	border-right: 1px solid #181818;
	display: block;
	text-align: center;
}
	@media screen and (max-width: 992px){
		main.blog-top .pagenation-wrap span,
		main.blog-top .pagenation-wrap a{
			width: 19.2vw;
			font-size: 5.33vw;
			line-height: 6.67vw;
		}
	}

main.blog-top .pagenation-wrap .page-numbers:last-child{
	border-right: none;
}




main.blog-sub .title-wrap{
	padding-top: 350px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .title-wrap{
			padding-top: 250px;
		}
	}

main.blog-sub .title-wrap .title-box{
	padding-left: 100px;
	margin-bottom: 100px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .title-wrap .title-box{
			padding: 0 35px;
			margin-bottom: 80px;
		}
	}

main.blog-sub .title-wrap .title-box h1{
	font-size: 30px;
	line-height: 50px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .title-wrap .title-box h1{
			font-size: 25px;
			line-height: 41px;
			margin-bottom: 10px;
		}
	}

main.blog-sub .title-wrap .title-box .date{
	font-size: 20px;
	margin-top: 65px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .title-wrap .title-box .date{
			font-size: 20px;
			margin-top: 40px;
		}
	}

main.blog-sub .cont-wrap{
	padding: 120px 0 110px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap{
			padding: 150px 0 200px;
		}
	}

main.blog-sub .cont-wrap .anc-flx-box{
	display: flex;
	justify-content: space-between;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap .anc-flx-box{
			flex-direction: column;
		}
	}

main.blog-sub .cont-wrap.bg-313030{
	background: #313030;
	color: #fff;
}
main.blog-sub .cont-wrap.bg-F9F4F2{
	background: #F9F4F2;
}
main.blog-sub .cont-wrap .hdr-h2{
	font-size: 25px;
	border-right: 5px solid #181818;
	line-height: 1;
	margin-bottom: 152px;
	text-indent: -1em;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap .hdr-h2{
			font-size: 25px;
			border: none;
			line-height: 41px;
			margin-bottom: 112px;
			text-align: center;
			text-indent: 0;
		}
	}

main.blog-sub .cont-wrap .hdr-h3{
	font-size: 25px;
	border-bottom: 3px solid #181818;
	line-height: 41px;
	margin: 250px 0 50px auto;
	width: 615px;
	padding-bottom: 12px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap .hdr-h3{
			font-size: 20px;
			border-bottom: 5px solid #181818;
			line-height: 36px;
			margin: 190px 0 60px auto;
			width: 100%;
			padding-bottom: 20px;
		}
	}

main.blog-sub .cont-wrap .hdr-h4{
	font-size: 20px;
	line-height: 41px;
	margin: 70px 0 50px auto;
	width: 615px;
	padding-bottom: 22px;
	text-align: right;
	position: relative;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap .hdr-h4{
			font-size: 18px;
			line-height: 41px;
			margin: 50px 0;
			width: 100%;
			padding-bottom: 20px;
			text-align: right;
			position: relative;
		}
	}

main.blog-sub .cont-wrap .hdr-h4::before{
	content: "";
	display: block;
	height: calc(100% - 1.75em);
	width: 0;
	border-left: 3px solid #181818;
	position: absolute;
	left: 0;
	top: .3em;
}
@media screen and (max-width: 992px){
	main.blog-sub .cont-wrap .hdr-h4::before{
		border-left: 1px solid #181818;
		height: calc(100% - 2em);
	}
}
main.blog-sub .cont-wrap .hdr-h4.fs-s{
	font-size: 18px;
}
main.blog-sub .cont-wrap p{
	font-size: 18px;
	line-height: 41px;
	margin: 50px 0 50px auto;
	width: 615px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap p{
			font-size: 16px;
			line-height:2;
			margin: 50px 0;
			width: 100%;
		}
	}

main.blog-sub .cont-wrap p.txt-typeB{
	width: 470px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap p.txt-typeB{
			width: 100%;
		}
	}

main.blog-sub .cont-wrap p.sub-lead{
	font-size: 25px;
	line-height: 2;
	margin: 50px 0 280px;
	width: 100%;
}
@media screen and (max-width: 992px){
	main.blog-sub .cont-wrap p.sub-lead{
		font-size: 18px;
			margin: -30px 0 240px;
			width: 100%;
		}
}
main.blog-sub .cont-wrap p.box-u-line{
	margin: 0 0 20px;
	border-bottom: 1px solid #181818;
	padding-bottom: 16px;
	width: auto;
}
main.blog-sub .cont-wrap a{
	text-decoration: underline;
}

main.blog-sub .cont-wrap dl{
	display: flex;
	margin: 50px 0 50px auto;
	width: 615px;
	font-size: 18px;
	line-height: 41px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap dl{
			flex-direction: column;
			margin: 50px 0;
			width: 100%;
			font-size: 16px;
			line-height: 2;
		}
	}

/* パターンC　dl-typeC　*/
main.blog-sub .cont-wrap .dl-typeC{
	display: flex;
	flex-direction: column;
	margin: 50px 0;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap .dl-typeC{
			row-gap: 20px;
		}
	}

main.blog-sub .cont-wrap .dl-typeC dl{
	justify-content: space-between;
	margin: 0 0 0 auto;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap .dl-typeC dl{
			flex-direction: column;
			justify-content: flex-start;
		}
	}

main.blog-sub .cont-wrap .dl-typeC dl dt{
	min-width: 0;
	width: 125px;
	text-align: right;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap .dl-typeC dl dt{
			min-width: 0;
			width: 100%;
			text-align: left;
		}
	}

main.blog-sub .cont-wrap .dl-typeC dl dd{
	flex: none;
	width: 470px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap .dl-typeC dl dd{
			flex: 1;
			width: auto;
		}
	}

main.blog-sub .cont-wrap .dl-typeD{
	
}
main.blog-sub .cont-wrap .dl-typeD dd{
	flex: none;
	width: 470px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap .dl-typeD dd{
			width: 100%;
		}
	}

/*
main.blog-sub .cont-wrap dl.ind01{
	padding-left: 40px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap dl.ind01{
			padding-left: 0;
		}
	}
*/
main.blog-sub .cont-wrap dl.mb-nml{
	margin: 0 0 0 auto;
}
main.blog-sub .cont-wrap dl dt{
	min-width: 145px;
	padding-right: .5em;
}
main.blog-sub .cont-wrap dl.ind01 dt{
	min-width: 110px;
}
main.blog-sub .cont-wrap dl dd{
	flex: 1;
}
main.blog-sub .cont-wrap ul li{
	padding-left: 3em;
	text-indent: -2.5em;
}

main.blog-sub .cont-wrap .list-typeC2{
	margin: 50px 0 50px auto;
	width: 615px;
	font-size: 18px;
	line-height: 41px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap .list-typeC2{
			margin: 50px 0;
			width: 100%;
			font-size: 16px;
			line-height: 2;
			display: flex;
			flex-direction: column;
			row-gap: 20px;
		}
	}
main.blog-sub .cont-wrap .list-typeC2 li{
	display: flex;
	justify-content: space-between;
}
main.blog-sub .cont-wrap .list-typeC2 li .label{
	text-align: right;
	width: 110px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap .list-typeC2 li .label{
			text-align: right;
			width: 32px;
			padding-right:  8px;
		}
	}

main.blog-sub .cont-wrap .list-typeC2 li .txt{
	width: 470px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap .list-typeC2 li .txt{
			width: auto;
			flex: 1;
		}
	}

main.blog-sub .cont-wrap .list-typeD{
	display: flex;
	flex-direction: column;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap .list-typeD{
			row-gap: 20px
		}
	}
main.blog-sub .cont-wrap .list-typeD li {
	display: flex;
	justify-content: space-between;
	padding-left: 0;
	text-indent: 0;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap .list-typeD li .smbl {
			width: 23px;
		}
	}
main.blog-sub .cont-wrap .list-typeD li .txt {
	width: 430px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap .list-typeD li .txt {
			flex: 1;
		}
	}
main.blog-sub .cont-wrap .anc-flx-box h2{
	font-size: 20px;
	margin: 0 0 152px;
	padding-top: 14px;
	width: 345px;
	border: none;
	text-indent: 0;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap .anc-flx-box h2{
			font-size: 20px;
			margin-bottom: 75px;
			width: 100%;
			border: none;
		}
	}

main.blog-sub .cont-wrap .anc-flx-box .anc-list-wrap{
	flex: 1;
	font-size: 20px;
	line-height: 49px
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap .anc-flx-box .anc-list-wrap{
			flex: 1;
			font-size: 16px;;
			line-height: 1.8;
		}
	}

@media screen and (max-width: 992px){
	main.blog-sub .cont-wrap .anc-flx-box .anc-list-wrap > ul > li > a{
		text-indent: -1.9em;
		padding-left: 1.9em;
		display: block;
	}
}

main.blog-sub .cont-wrap .anc-flx-box .anc-list-wrap ul li ul{
	padding-left: 1.8em;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap .anc-flx-box .anc-list-wrap ul li ul{
			padding-left: 1.75em;
		}
	}

main.blog-sub .cont-wrap .anc-flx-box .anc-list-wrap a{
	text-decoration: none;
}
main.blog-sub .cont-wrap .anc-flx-box .anc-list-wrap li{
	padding-left: 0;
	text-indent: 0;
}
@media screen and (max-width: 992px){
	main.blog-sub .cont-wrap .anc-flx-box .anc-list-wrap li{
		padding: .5em 0;
	}
}

main.blog-sub .cont-wrap .anc-flx-box .anc-list-wrap li a{
	transition: .3s ease;
}
@media screen and (min-width: 992px){
	main.blog-sub .cont-wrap .anc-flx-box .anc-list-wrap a:hover {
		padding-left: 2em;
	}
}
main.blog-sub .cont-wrap figure img.border{
	border: 1px solid #181818;
}
main.blog-sub .cont-wrap figure.size-s{
	width: 615px;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	margin: 0 0 0 auto;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap figure.size-s{
			width: 100%;
			row-gap: 5px;
			margin: 50px 0;
		}
	}

@media screen and (max-width: 992px){
	main.blog-sub .cont-wrap .anc-flx-box .anc-list-wrap .h-move-link li a{
		display: block;
	}
}

main.blog-sub .cont-wrap figure figcaption{
	display: flex;
	flex-direction: column;
	font-size: 12px;
	line-height: 1.5;
	text-indent: -3em;
	padding-left: 3em;
}
	@media screen and (max-width: 992px){
		main.blog-sub .cont-wrap figure figcaption{
			font-size: 12px;
			margin-top: 60px;
		}
	}

main.blog-sub .sns-wrap{
	margin: 0 0 -50px;
	padding-top: 50px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .sns-wrap{

		}
	}

main.blog-sub .sns-wrap ul{
	display: flex;
	justify-content: center;
}
main.blog-sub .sns-wrap ul li{
	border-right: 1px solid #181818;
	padding-right: 30px;
	margin-right: 30px;
	padding-left: 0;
	text-indent: 0;
}
	@media screen and (max-width: 992px){
		main.blog-sub .sns-wrap ul li{
			border-right: 1px solid #181818;
			padding-right: 20px;
			margin-right: 20px;
			line-height: 1;
		}
	}
main.blog-sub .sns-wrap ul li a{
	text-decoration: none;
	font-size: 20px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .sns-wrap ul li a{
			font-size: 16px;
			
		}
	}

main.blog-sub .sns-wrap ul li:last-child{
	padding-right: 0;
	border: none;
	margin-right: 0;
}
main.blog-sub .moretopic-wrap{
	padding: 176px 0;
}
	@media screen and (max-width: 992px){
		main.blog-sub .moretopic-wrap{
			padding: 150px 0 145px;
		}
	}

main.blog-sub .moretopic-wrap h2{
	font-size: 20px;
	margin: 0 0 3.646% 48px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .moretopic-wrap h2{
			font-size: 20px;
			margin: 0 0 25px;
			padding-left: 33px;
		}
	}

main.blog-sub .moretopic-wrap .flx-box{
	display: flex;
	flex-wrap: wrap;
}
main.blog-sub .moretopic-wrap .flx-box a{
	width: calc(100% / 3);
	height: 240px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .moretopic-wrap .flx-box a{
			width: calc(100% / 2);
			height: 28.27vw;
		}
	}

main.blog-sub .moretopic-wrap .flx-box a .txt-box{
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	padding: 20px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .moretopic-wrap .flx-box a .txt-box{
			padding: 1.33vw;
		}
	}

main.blog-sub .moretopic-wrap .flx-box a .txt-box .title{
	font-size: 30px;
	line-height: 1.5;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;overflow: hidden;
}
	@media screen and (max-width: 992px){
		main.blog-sub .moretopic-wrap .flx-box a .txt-box .title{
			font-size: 16px;
			line-height: 1.35;
		}
	}

main.blog-sub .moretopic-wrap .flx-box a .txt-box .date{
	font-size: 18px;
	line-height: 1.5;
	margin: auto 0 0;
}
	@media screen and (max-width: 992px){
		main.blog-sub .moretopic-wrap .flx-box a .txt-box .date{
			font-size: 16px;
		}
	}

main.blog-sub .moretopic-wrap .flx-box a:nth-child(odd){
	background: #313030;
	color: #F9F4F2;
}
main.blog-sub .moretopic-wrap .flx-box a:nth-child(even){
	background: #F9F4F2;
	color: #181818;
}
	@media screen and (max-width: 992px){
		main.blog-sub .moretopic-wrap .flx-box a:nth-child(1),
		main.blog-sub .moretopic-wrap .flx-box a:nth-child(4),
		main.blog-sub .moretopic-wrap .flx-box a:nth-child(5){
			background: #313030;
			color: #F9F4F2;
		}
		main.blog-sub .moretopic-wrap .flx-box a:nth-child(2),
		main.blog-sub .moretopic-wrap .flx-box a:nth-child(3),
		main.blog-sub .moretopic-wrap .flx-box a:nth-child(6){
			background: #F9F4F2;
			color: #181818;
		}
	}

main a{
	transition: .3s ease;
}
main a:hover{
	opacity: .7;
}

main.blog-sub .list-typeA{
	margin: 50px 0 50px auto;
    width: 615px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .list-typeA{
			display: flex;
			flex-direction: column;
			row-gap: 20px;
			margin: 50px 0;
			width: 100%;
		}
	}

main.blog-sub .list-typeA li{
	display: flex;
	font-size: 18px;
    line-height: 41px;
	padding-left: 0!important;
	text-indent: 0!important;
}
	@media screen and (max-width: 992px){
		main.blog-sub .list-typeA li{
			font-size: 16px;
    		line-height: 2;
		}
	}

main.blog-sub .list-typeA li span.smbl{
	display: block;
	width: 25px;
}
main.blog-sub .list-typeA li span.txt{
	flex: 1;
}

main.blog-sub .bq-box{
	margin: 50px 0 50px auto;
	padding: 30px 40px;
	width: 615px;
	font-size: 18px;
    line-height: 41px;
}
	@media screen and (max-width: 992px){
		main.blog-sub .bq-box{
			padding: 14px 20px;
			font-size: 16px;
			line-height: 2;
			margin: 50px 0;
			width: 100%;
		}
	}
main.blog-sub .bq-box.bdr{
	border: 1px solid #313030;
}
main.blog-sub .bq-box.bg-fff{
	background: #fff;
}
main.blog-sub .bq-box.bg-F9F4F2{
	background: #F9F4F2;
}
main.blog-sub .bq-box.bg-313030{
	background: #313030;
}
main.blog-sub .bq-box .bq-txt{
	margin: 0;
}
main.blog-sub .bq-box .bq-link{
	text-decoration: none;
	word-break: break-word;
}
main.blog-sub .bq-box.bg-313030 .bq-txt,
main.blog-sub .bq-box.bg-313030 .bq-link{
	color: #F9F4F2;
}

/* ブロック最後のコンテンツからボトム値を消す */
/*main .c-mb00pc-only{
    margin-bottom: 0!important;
}
main .c-pb00pc-only{
    padding-bottom: 0!important;
}*/
@media screen and (min-width: 993px){
	main .c-mb00pc-only{
		margin-bottom: 0!important;
	}
	main .c-pb00pc-only{
		padding-bottom: 0!important;
	}
}
@media screen and (max-width: 992px){
	main .c-mb00sp-only{
		margin-bottom: 0!important;
	}
	main .c-pb00sp-only{
		padding-bottom: 0!important;
	}
}
/* ブロック最初のコンテンツからTOP値を消す */
/*main .c-mt00pc-only{
    margin-top: 0!important;
}
main .c-pt00pc-only{
    padding-top: 0!important;
}*/
@media screen and (min-width: 993px){
	main .c-mt00pc-only{
		margin-top: 0!important;
	}
	main .c-pt00pc-only{
		padding-top: 0!important;
	}
}
@media screen and (max-width: 992px){
	main .c-mt00sp-only{
		margin-top: 0!important;
	}
	main .c-pt00sp-only{
		padding-top: 0!important;
	}
}



/* TOPテキスト */
@media screen and (max-width: 850px){
	.top_project{
		padding-bottom: 80vw;
	}
}
.top_project_titleWrap{
	margin: 300px auto;
	max-width: 850px;
	width: 100%;
	padding: 0 25px;
	text-align: left;
}
	@media screen and (max-width: 992px){
		.top_project_titleWrap{
			margin: 280px auto 300px;
			display: block;
		}
	}
.top_project_titleWrap .top_project_title{
	margin-bottom: 180px;
}
	@media screen and (max-width: 850px){
		.top_project_titleWrap .top_project_title{
			margin-bottom: 32vw;
		}
	}

.top_project_titleWrap h1{
	font-size: 41px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
}
	@media screen and (max-width: 850px){
		.top_project_titleWrap h1{
			font-size: 8vw;
		}
	}

.top_project_titleWrap h1 .in-txt{
	margin-bottom: 60px;
	letter-spacing: -.07em;
}
	@media screen and (max-width: 850px){
		.top_project_titleWrap h1 .in-txt{
			margin-bottom: 19vw;
		}
	}

.top_project_titleWrap .uuline{
	display: inline-block;
	position: relative;
}
.top_project_titleWrap .uuline::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	border-bottom: 3px solid #181818;
	width: 0;
	transition: .4s ease-out .5s;
}
	@media screen and (max-width: 850px){
		.top_project_titleWrap .uuline::after{
			border-bottom: 2px solid #181818;
			bottom: 3px;
		}
	}
.top_project_titleWrap .aos-animate .uuline::after{
	width: 100%;
}
.top_project_titleWrap .in-sml-txt{
	font-size: 25px;
	font-weight: 500;
	margin: 160px 0 300px;
}
	@media screen and (max-width: 850px){
		.top_project_titleWrap .in-sml-txt{
			font-size: 4vw;
			margin: 3vw 0 80vw;
		}
	}

.top_project_titleWrap .title-sub-box{
	margin-bottom: 300px;
}
	@media screen and (max-width: 850px){
		.top_project_titleWrap .title-sub-box{
			margin-bottom: 80vw;
		}
	}

.top_project_titleWrap .title-sub-box .ttl-sub{
	font-size: 41px;
	border-right: 5px solid #181818;
	line-height: 1;
	margin-bottom: 80px;
}
	@media screen and (max-width: 850px){
		.top_project_titleWrap .title-sub-box .ttl-sub{
			font-size: 8vw;
			border: none;
			margin-bottom: 19vw;
		}
	}

.top_project_titleWrap .title-sub-box h2{
	font-size: 41px;
	font-weight: 500;
	margin: 0 0 80px;
	letter-spacing: -.03em;
	line-height: 2;
}
	@media screen and (max-width: 850px){
		.top_project_titleWrap .title-sub-box h2{
			font-size: 8vw;
			margin: 0 0 19vw;
			line-height: 2;
			letter-spacing: -.03em;
		}
	}

.top_project_titleWrap .title-sub-box h3{
	font-size: 25px;
	font-weight: 500;
	margin: 0 0 80px;
	line-height: 2;
}
	@media screen and (max-width: 850px){
		.top_project_titleWrap .title-sub-box h3{
			font-size: 4vw;
			margin: 0 0 16vw;
			line-height: 2;
		}
	}

.top_project_titleWrap a{
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	padding-left: 2em;
	padding-right: 0;
	position: relative;
	transition: .15s ease;
}

@media screen and (min-width: 851px){
	.top_project_titleWrap a::before{
		content: "→";
		display: block;
		position: absolute;
		left: 0;
		top: 4px;
		transition: .2s ease;
	}
	.top_project_titleWrap a::after{
		content: "→";
		display: block;
		position: absolute;
		right: 2em;
		top: 4px;
		transition: .2s ease;
		opacity: 0;
	}
	.top_project_titleWrap a:hover{
		padding-left: 0;
		padding-right: 2em;
	}
	.top_project_titleWrap a:hover::before{
		left: 1em;
		opacity: 0;
	}
	.top_project_titleWrap a:hover::after{
		right: 0;
		opacity: 1;
	}
}
	@media screen and (max-width: 850px){
		.top_project_titleWrap a{
			background: url("/images/common/sp-menu-arr.svg") center top / 8vw auto no-repeat;
			font-size: 5vw;
			font-weight: 500;
			line-height: 1;
			padding: 9vw 0 0;
			position: static;
			display: block;
			text-align: center;
		}
	}

.top_project .top-promo{
	font-size: 41px;
	text-align: center;
}


/* TOP ボトムリンク 
--------------------------------------------------------------- */
.top-aside{
	margin-top: 130px;
	padding-bottom: 190px;
}
@media screen and (max-width: 768px){
	.top-aside{
		padding: 0 30px 140px;
		margin: 0 auto;
		width: 375px;
	}
}

.topPage .top-aside{
	margin-top: 270px;
}

.top-aside .bottom-link-wrap{
	display: flex;
	justify-content: center;
	font-size: 20px;
	column-gap: 60px;
	line-height: 41px;
}
@media screen and (max-width: 768px){
	.top-aside .bottom-link-wrap{
		flex-wrap: wrap;
		justify-content: flex-start;
		column-gap: 0;
		line-height: 25px;
		
	}
	.top-aside .bottom-link-wrap p{
		border-bottom: 1px solid #181818;
		display: inline-block;
	}
	.top-aside .bottom-link-wrap li{
		margin-bottom: 20px;
	}
}


.top-aside .bottom-link-wrap .btm-link-box{
	display: flex;
	column-gap: 30px;
}
@media screen and (max-width: 1160px){
	.top-aside .bottom-link-wrap .btm-link-box{
		flex-direction: column;
		align-items: flex-start;
	}
	.top-aside .bottom-link-wrap .btm-link-box p{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px){
	.top-aside .bottom-link-wrap .btm-link-box{
		margin-bottom: 60px;
	}
	.top-aside .bottom-link-wrap .btm-link-box:nth-child(odd){
		width: 158px;
	}
}

/* TOP ブログエリア
--------------------------------------------------------------- */
.blog-area{
	margin-top: 300px;
}
.blog-area .top-blog{
	font-size: 41px;
	text-align: center;
	margin-bottom: 90px;
}
.blog-area .link-box{
	text-align: center;
}
.blog-area a.mov-arr{
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	padding-left: 2em;
	padding-right: 0;
	position: relative;
	transition: .15s ease;
	
}
@media screen and (min-width: 851px){
	.blog-area a.mov-arr::before{
		content: "→";
		display: block;
		position: absolute;
		left: 0;
		top: 4px;
		transition: .2s ease;
	}
	.blog-area a.mov-arr::after{
		content: "→";
		display: block;
		position: absolute;
		right: 2em;
		top: 4px;
		transition: .2s ease;
		opacity: 0;
	}
	.blog-area a.mov-arr:hover{
		padding-left: 0;
		padding-right: 2em;
	}
	.blog-area a.mov-arr:hover::before{
		left: 1em;
		opacity: 0;
	}
	.blog-area a.mov-arr:hover::after{
		right: 0;
		opacity: 1;
	}
}
	@media screen and (max-width: 850px){
		.blog-area a.mov-arr{
			background: url("/images/common/sp-menu-arr.svg") center top / 8vw auto no-repeat;
			font-size: 5vw;
			font-weight: 500;
			line-height: 1;
			padding: 9vw 0 0;
			position: static;
			display: block;
			text-align: center;
		}
	}



.blog-cont .cont-wrap{
	display: flex;
	flex-wrap: wrap;
	row-gap: 55px;
	margin-bottom: 80px;
}
	@media screen and (max-width: 992px){
		.blog-cont .cont-wrap{
			row-gap: 10.67vw;
			margin-bottom: 42.67vw;
		}
	}
	@media screen and (max-width: 850px){
		.blog-cont .cont-wrap{
			margin-bottom: 16vw;
		}
	}

.blog-cont .cont-box{
	width: calc(100% / 3);
}
	@media screen and (max-width: 992px){
		.blog-cont .cont-box{
			width: 100%;
		}
	}

.blog-cont .cont-box figure{
	margin-bottom: 30px;
}
	@media screen and (max-width: 992px){
		.blog-cont .cont-box figure{
			margin-bottom: 6.4vw;
		}
	}

.blog-cont .cont-box p{
	margin-left: 48px;
	padding-right: 48px;
	font-size: 20px;
	line-height: 26px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
	@media screen and (max-width: 992px){
		.blog-cont .cont-box p{
			margin-left: 9.33vw;
			font-size: 4.27vw;
			line-height: 6.93vw;
			-webkit-line-clamp: 3;
		}
	}

/* ボタン付き */
.with-button-wrap{
	position: relative;
}
.with-button-wrap .btn-wrap{
	position: absolute;
}
.with-button-wrap .btn-wrap{
	transition: .3s ease;
}
.with-button-wrap .btn-wrap:hover{
	cursor: pointer;
	opacity: .6;
}
.work_yt{
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
	display: block;
}
.work_yt iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.work_image a{
	transition: .3s ease;
}
.work_image a:hover{
	cursor: pointer;
	opacity: .7;
}

.work_yt_thmb{
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
	display: block;
}
.work_yt_thmb .movie-inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}










