@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@100,300;400;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');


#top {
	display: block;
	z-index: 1;
}

html { scroll-behavior: smooth;}


/* Global */
body {
    color: #444;
	font-size: 1em;
	letter-spacing: 1px;
	font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	overflow-wrap: anywhere;
	height: 100%;
    margin: 0;
	position: relative;
	background-color: #f9f6f4;
}


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

.ie8 img {
	width: auto;
}

a:link {
	color: #92b0bb;
	text-decoration: none;
	transition-property: all;
  	transition: 0.2s linear;
	border-style: none;
}

a:visited {
	color: #92b0bb;
	text-decoration: none;
}

a:hover {
	color: #92b0bb;
	text-decoration: underline;
}


* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/* ローディング */
#loading-screen {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

#loading-screen img {
  width: 180px;
  margin-right: 20px;
}

#loading-circle {
  width: 30px;
  height: 30px;
  border: 3px solid #555;
  border-top-color: #fd6783;
  border-radius: 50%;
}

#main-content {
   margin: 0;
  padding: 0;
  display: none;
}
    
    
/* 基本 */
.container {
	width: 92%;
	max-width: 1000px !important;
	margin: auto !important;
	position: relative;
}

.container1200 {
	width: 92%;
	max-width: 1200px !important;
	margin: auto !important;
	position: relative;
}


.main_p {
	color: #666666;
	font-size: 0.9em;
	line-height: 1.8em;
	text-align: left;
}


/* Navigation */
.menu {
	width:100%;
	top: 0;
}


/* ヘッダーメニュー */
.header_menu {
	margin: 0;
	text-align: center;
    transition: .6s;
    opacity: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 0 3em;
}
 
.header_menu.hide {
    transform: translateY(-80px);
    opacity: 0;
}

.h1_mov {
	width: 20%;
	text-align: left;
	opacity: 0;
}

.header_menu .logo img {
	width: 100px;
	padding-bottom: 0;
	margin: 50px auto 6px;
}

h1 {
	font-size: 0.5rem !important;
	margin: 0 !important;
	line-height: 1em;
	letter-spacing: 1.1px;
}

.header_menu ul {
	width: 80%;
	display: flex;
	margin: 45px 0 0;
	padding: 0;
	justify-content: flex-end;
}

.header_menu li {
	color: #706e68;
	font-size: 0.95em;
	line-height: 1.8em;
	font-family: 'Lato', sans-serif;
	list-style: none;
	margin: 0 50px 0 0;
	padding: 0;
	font-weight: 500;
}

.header_menu li a {
	position: relative;
}

.header_menu li a::after {
/*アンダーラインのスタイル*/
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #b4ae9f;
  bottom: -10px;
  left: 0;
  /*横方向0で非表示にする*/
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  /*中央を基点にアニメーション*/
  -webkit-transform-origin: center top;
  transform-origin: center top;
  /*アニメーションの速度設定*/
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header_menu li a:hover::after {
/*横方向等倍まで拡大*/
  transform: scale(1, 1);
}

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

.header_menu a {
	text-decoration: none;
	color: #706e68;
}

.header_menu a:hover {
	text-decoration: none;
}

.contact_btn {
	background-color: #333;
	border-radius: 0 /* CSS3草案 */  
	-webkit-border-radius: 8px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	margin-top: -.4em !important;
}

.contact_btn a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: .3em 2.5em !important;
}

.contact_btn a::after {
    background-color: rgba(68, 68, 68, 0) !important;
}

.contact_btn a:hover {
	background-color: #666;
}

.header_menu a:hover {
	text-decoration: none;
}


.wrap {
    flex: 1;
}

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:0;
}



/* Slide 1 */
#slide1 {
	position: relative;
	margin: 250px 0 0;
	width: 100%;
	text-align: left;
}

.slide1_flex {
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	 align-items: flex-end;
	width: 100%;
	margin: 0;
	padding: 0 0 3.7em 3.5em;
}

.slide1_logo {
	text-align: left;
	width:65%;
	margin: 0;
	opacity: 0;
}

.slide1_logo img {
	text-align: left;
	width:100%;
	max-width: 1100px;
	margin: 0;
}

.slide1_address {
	width:25%;
	min-width: 300px;
	margin: 0 0 -5px;
	opacity: 0;
}

.slide1_address p {
	color: #444;
	font-size: 0.85em;
	line-height: 1.55em;
	text-align: left;
	font-weight: 300;
	margin: 1em 0 0;
}

span.word {
        display: inline-block;
        overflow: hidden;
        position: relative;
}

.rect {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #444;
        top: 0;
        left: 0;
      }

/* 下層ページ Slide 1  */
.slide1_title {
	margin-top: -100px;
	text-align: center;
}

h2.h2_subpage {
	position: relative;
    color: #000;
    font-size: 2em;
    line-height: 1em;
    font-family: 'Lato', sans-serif;
    margin: 0 0 3em !important;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 3px;
    display: inline-block;
	opacity: 0;
}

.h2_subpage:before {
    position: absolute;
    top: -.8em;
    left: 50%;
    transform: rotate(35deg);
    height: 90px;
    width: 1px;
    border-left: 1px solid rgba(0, 0, 0, 0.4);
    content: '';
}

.video_wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 のアスペクト比維持 */
    overflow: hidden;
}

.video_wrapper > video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.slide1_heroimg {
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
    z-index: 1;
	position: relative;
	opacity: 0;
}

.text-overlay {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; /* テキストを中央揃えにする */
  z-index: 2; /* テキストを画像の上に配置 */
  width: 100%;
  mix-blend-mode: overlay;
  max-width: 30px;
}

.toptxt-overlay {
  z-index: 2; /* テキストを画像の上に配置 */
  mix-blend-mode: overlay;
}

.toptxt-screen {
  z-index: 2; /* テキストを画像の上に配置 */
  mix-blend-mode: screen;
}

.toptxt-multiply {
  z-index: 2; /* テキストを画像の上に配置 */
  mix-blend-mode: multiply;
}

.toptxt-invert {
  z-index: 2; /* テキストを画像の上に配置 */
  filter: invert(100%);
}



/* ページ読み込みふわっと表示下から */
.css-fade3 {
  width:100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  opacity: 0;
  animation-name:fade-in3;
  animation-duration:1s;
  animation-timing-function: ease-out;
  animation-delay:1s;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in3 {
  0% {opacity: 0; transform: translate3d(0,20px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}



/* Slide 2 */
#slide2 {
	text-align: center;
	margin: 0;
	padding: 100px 0;
}

h2.h2_common {
	position: relative;
    color: #000;
	font-size: 2em;
	line-height: 1em;
	font-family: 'Lato', sans-serif;
	margin: 0 0 100px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 3px;
	display: inline-block;
}

.h2_common:before {
    position: absolute;
    top: -.8em;
    left: 50%;
    transform: rotate(35deg);
    height: 90px;
    width: 1px;
	border-left: solid 1px #555;
    content: '';
}

.top_flex_2 {
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
}

.top_flex_2 .title {
	text-align: left;
	margin: 0 0 30px;
	width: 35%;
}

.top_flex_2 .description {
	margin: 0;
	width: 60%;
}

.top_flex_2 .heading {
	font-size: 2.2em;
	line-height: 1.7em;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 600;
	text-align: left;
	margin: 0 0 1em;
	letter-spacing: 2px;
	position: relative;
}

.top_flex_2 p {
	color: #000;
	font-size: 1.1em;
	line-height: 2.4em;
	font-weight: 300;
	text-align: left;
	margin: 0 0 1.2em;
}

#slide2 a {
	color: #333;
}

/* トップ　モーダル*/
.top_modal {
	display: none;
}

.top_modal_pd {
	padding: 20px;
}



/* Slide 3 - WORKS */ 
#slide3 {
	margin: 0;
	padding: 0 0 100px;
	width: 100%;
	position: relative;
	background-color: rgba(255, 255, 255, 0.7);
}

.slide3_btnWrap {
	text-align: left;
	margin-top: 50px;
	margin-left: 40%;
}



/* Slide9　お問い合わせ欄 */ 
#slide9 {
	width: 100%;
	position: relative;
	margin: 0;
}


#slide9 .contact {
	position: relative;
    text-align: center;
    margin: 0;
}

#slide9 .contact img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: right center;
	vertical-align: bottom;
}

/* 画像を暗くするオーバーレイ */
#slide9 .contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}


#slide9 .contact .contct_link {
	color: #fff;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	margin: 0 auto;
  	padding:0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
}

#slide9 .contact .contct_link .title {
	display: flex;
	flex-direction: column;
	margin: auto;
}

h2.h2_contact {
	position: relative;
    color: #fff;
	font-size: 2em;
	line-height: 1em;
	font-family: 'Lato', sans-serif;
	margin: 0 0 50px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 3px;
	display: inline-block;
}

.h2_contact:before {
    position: absolute;
    top: -.8em;
    left: 50%;
    transform: rotate(35deg);
    height: 90px;
    width: 1px;
	border-left: 1px solid rgba(255, 255, 255, 0.7);
    content: '';
}

#slide9 p {
	color: #fff;
	font-size: 0.85em;
	line-height: 1.8em;
	font-weight: 300;
	margin: 30px 0 40px;
}

#slide9 .contact .contct_link .form_link {
	width: 95%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
}


#slide9 .contact .contct_link .go_form {
	font-size:0.95em;
	line-height: 65px;
	font-family: 'Lato', sans-serif;
	margin: 20px 2em 20px;
	border: 1px solid #fff;
	width: 100%;
	height: 70px;
	letter-spacing: 2px;
	max-width: 320px;
}

#slide9 .contact .contct_link .go_form span {
	font-size: 1.2em;
}

#slide9 .contact .contct_link .go_form a {
	display: block;
}

#slide9 .contact .contct_link .go_form a:hover {
	text-decoration: none !important;
	background-color: rgba(0,0,0,0.3);
}

#slide9 .contact .contct_link a {
	color: #fff;
}



/* footer */ 
footer {
	margin: 0 3rem 0 6rem;
	padding: 100px 0;
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	 align-items: flex-end;
}

.fotter_01 {
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	margin: 0;
	padding: 0;
}

footer img {
	width: 130px;
	margin: 0 5em 0 0;
}

.footer_address {
	margin: -.5em 0 0;
}

.footer_address p {
	color: #555;
	font-size: 0.85em;
	line-height: 2em;
	text-align: left;
	font-weight: 300;
	min-width: 300px;
	margin: 0;
}

.fotter_link {
	display: flex;
	 justify-content: flex-end;
	margin: 0;
	padding: 0;
	width: 40%;
	text-align: right;
	color: #999;
	font-size: 0.9em;
	line-height: 1.8em;
	margin: 0;
	letter-spacing: 1px;
}

footer a:link,
footer a:visited  {
	color: #555;
}



/* 中ページ */
.main_img {
	position: relative;
}

.main_img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
  	margin: 0;
  	padding:0;
  	vertical-align: bottom;
}

.video {
    width: 100%;
	height: 400px;
	object-fit: cover;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    background: url(../img/kv-alternative-image.jpg) no-repeat center/cover;
}

.main_img .title,
.video .title {
	position: absolute;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,1);
  font-size: 10em;
  line-height: 1;
  font-weight: 900;
	right: 0;
  bottom: -20px;
  margin: 0;
}

.main_img_h {
	height: 250px;
}



/* Slide 6 */
#slide6 {
	text-align: center;
	margin: 0;
	padding: 150px 0;
	background-color: transparent;
}



/* サービス */
.service_wrap {
    margin: 0;
    padding: 0;
	text-align: left;
}

.service_wrap p {
    font-size: 0.95em;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
}

.service_wrap ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	width: 100%;
    margin: 40px 0;
    padding: 0;
}

.service_wrap li {
	margin: 0 0 30px;
	padding: 1.5em 3em;
	text-align: center;
	border: 4px solid #d5cdc2;
	width: 48%;
}

.cat_icon {
	margin: auto;
	max-width: 50px;
}

.service_wrap li .cat_name  {
	color: #000;
    font-size: 1.2em;
    line-height: 1.8em;
	font-weight: 300;
	margin: 0 0 10px;
}

.service_wrap li .cat_txt  {
    font-size: 0.9em;
    line-height: 1.8em;
	text-align: left;
	margin: 0;
}


.service_h3 {
    font-size: 1.4em;
	line-height: 1.8em;
    text-align: center;
    letter-spacing: 2px;
    margin: 120px 0 30px;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #999;
    position: relative;
    background-color: transparent;
}

.service_h3:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 10px;
    border-right: 1px solid #999;
    background-color: #f9f6f4;
    content: "";
}

.service_flex {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 50px 0 0;
	padding: 0;
}

.service_flex figure {
	width: 15%;
	margin: 0 5% 20px 0;
	padding: 0;
}

.service_flex .description {
	width: 80%;
	margin: 1.2em 0 0;
	padding: 0;
}

.service_title {
	color: #000;
	font-size: 1.2em;
	line-height: 1.4;
  position: relative;
  padding:0.2em 1em;
  display: inline-block;
  top:0;
  letter-spacing: 5px;
  font-weight: 300;
}

.service_title:before, .service_title:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.service_title:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.service_title:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

.service_txt {
	font-size: 0.95em;
	line-height: 1.8em;
	margin: 20px 0 0;
}


/* WORKS　制作事例 */
.works_wrap {
	width: 100%;
	margin: 0;
	padding: 0;
}

.works_wrap p {
	color: #666;
	font-size: 1em;
    line-height: 2em;
    text-align: left;
    margin: 0 0 25px;
}

/* Works Top */
.works_top_ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 80px 0 40px;
	padding: 0;
	list-style-type: none;
}

.works_top_ul li {
	width: 46%;
	margin: 0 8% 60px 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.works_top_ul li:nth-child(2n) {
	margin: 0 0 60px;
}

.works_top_ul li figure {
	width: 100%;
	margin: 0;
	padding: 0;
}

.works_top_ul li figure img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
	box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
	border-radius: 10px; /* CSS3草案 */  
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px; /* Firefox用 */
}

.works_top_ul li .description {
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 10px 30px 8px 5px;
	position: relative;
}

.works_top_ul li .description::after {
	position: absolute;
  top: 15px;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: .6em;   /* arrow size */
  height: .6em;  /* arrow size */
  border-top: 1px solid #808080;  /* thickness, color */
  border-right: 1px solid #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.works_top_ul li .description .site_cat {
	display: inline-block;
    color: #fff;
    background-color: #444;
    font-size: 0.7em;
    line-height: 1em;
    margin: 5px 0;
    padding: 6px 7px 5px;
}

.works_top_ul li .description .site_title {
	font-size: 0.9em;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}

.works_top_ul li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
	background-color: rgba(0, 0, 0, 0); /* 透明に設定 */
}

.works_top_ul li a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}


/* Works 詳細 */
.detail01_ul {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 40px 0 40px;
	padding: 0;
	gap: 0 60px;
	list-style-type: none;
}

.detail01_ul li {
	margin: 0 0 40px;
	padding: 0;
}

.detail01_ul .photo-pc {
	width: 71.4%;
}

.detail01_ul .photo-sp {
	width: 24%;
}

.detail01_ul li img {
	border-radius: 10px; /* CSS3草案 */  
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px; /* Firefox用 */
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

table.detail_info { 
	border-collapse: collapse;
	font-size: 0.95em;
	line-height: 2em;
	text-align: left;
	width: 100%;
	margin-top: 0;
}

.detail_info td { 
	vertical-align: top; 
	padding: 15px 0;
	border-top: 1px solid #cdc9c6;
	border-bottom: 1px solid #cdc9c6;
}

.detail_info .cat { 
	display: inline-block;
	color: #fff;
	background-color: #444;
	font-size: 0.85em;
	line-height: 1em;
	margin: 0;
	padding: 7px 7px 5px;
}

.detail_info .title { 
	color: 000;
	font-size: 0.95em;
	line-height: 1.8em;
	font-weight: 500;
	margin: 0;
	padding: 8px 0 0;
}

.detail_info span {
	display: inline-block;
	color: #888;
	font-size: 0.8em;
	line-height: 1em;
	margin: 0 10px 0 0;
	padding: 7px 7px 5px;
	border: 1px solid #b1aba4;
}

.detail_wrap {
	width: 92%;
	max-width: 1500px !important;
	position: relative;
	border-radius: 10px; /* CSS3草案 */  
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px; /* Firefox用 */
	margin: 150px auto 0;
	padding: 100px 60px 60px;
}

.detail_wrap img {
	border-radius: 10px; /* CSS3草案 */  
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px; /* Firefox用 */
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.detail_wrap ul {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 0;
	gap: 0 40px;
	list-style-type: none;
}

.detail_wrap li {
	width: 28%;
	margin: 0 0 40px;
	padding: 0;
}



/* COMPANY　会社概要 */
table.company { 
	border-collapse: collapse;
	font-size: 0.95em;
	line-height: 2em;
	text-align: left;
	width: 100%;
	margin-top: 0;
}

.company th { 
	color: #888;
	font-weight: normal;
	text-align: left; 
	letter-spacing: 3px; 
	vertical-align: top;
	width: 200px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 15px;
}

.company td { 
	color: #444444;
	vertical-align: top; 
	padding: 18px 10px 10px 50px;
}

.company td ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}

.company td li {
	line-height: 1.7em !important;
	margin: 0 0 10px 20px;
	padding: 0;
}



/* プライバシーポリシー */
.privacy_wrap {
    margin: 0;
    padding: 0;
	text-align: left;
}

.privacy_wrap p {
    font-size: 0.95em;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
}

.h3_policy {
	font-size: 1em;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
	margin: 50px 0 15px;
	padding-bottom: 8px;
}

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

.ul_privacy li {
	font-size: 0.95em;
    line-height: 1.8em;
    text-align: left;
    margin: 0 0 8px 20px;
	list-style-type: square;
}

.p_privacy {
	font-size: 0.95em !important;
    line-height: 1.8em !important;
    margin: 0 0 8px !important;
}



/* CONTACT　お問い合わせ */
table.contactus { 
	border-collapse: collapse;
	text-align: left;
	width: 100%;
	margin-top: 0;
}

table.contactus th { 
	color: #888;
	font-size: 0.85em;
	line-height: 2em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 200px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 15px;
}

table.contactus td { 
	color: #444;
	font-size: 0.85em;
	line-height: 2em;
	vertical-align: top; 
	padding: 18px 10px 10px 50px;
}

.hr_top2 {
	border-top: 4px double #dcdcdc;
}

.hr_top {
	border-top: 1px solid #ccc1b1;
}

.hr_bottom {
	border-bottom: 1px solid #ccc1b1;
}

.span-required {
	color: #fff;
	font-size: 0.8em;
	line-height: 2em;
	background-color: #222;
	padding: 3px 5px;
	margin-right: 8px;
}

.contact_area h3 {
	color: #000;
    font-size: 1.6em !important;
    line-height: 1em !important;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 1.8em;
}



/*font*/
.font_Garamond {
	font-family: 'Cormorant Garamond', serif;
}

.font_Lato {
	font-family: 'Lato', sans-serif;
}

.font_zen_kakuG {
	font-family: 'Zen Kaku Gothic New', sans-serif;
}


/*「PCでは非表示 = hidden_pc」、「スマートフォンでは非表示 = hidden_sp」*/
.hidden_pc {
	display: none;
}
.hidden_sp {
	display: block;
}



@media screen and (max-width: 1200px) {
#slide1 {
    margin: 200px 0 0;
}

.slide1_logo {
	text-align: left;
	width:60%;
	margin: 0;
}

.slide1_address {
	width:28%;
	min-width: auto;
}

footer {
    margin: 0 2rem 0 4rem;
}

.fotter_link {
   margin: 40px 0 0;
    padding: 0;
    width: 100%;
}
}


@media screen and (max-width: 1024px) {
#slide1 {
    margin: 150px 0 0;
}

.slide1_logo {
	text-align: left;
	width:60%;
	margin: 0;
}

.slide1_address {
	width:28%;
	min-width: auto;
}

/* 中ページ-1024 */
.main_img .title, .video .title {
    font-size: 7em;
   right: 0;
    bottom: -10px;
}

.main_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

#slide6 .flex_2 .title {
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%;
}

#slide6 .flex_2 .description {
    margin: 25px 0 0;
    width: 100%;
}

.bg_img {
    background-size: 100% auto;
}


/* サービス-1024 */
.service_wrap li {
    padding: 1.5em;
}


/* Works-1024 */
.detail01_ul {
    gap: 0 40px;
}

.detail_wrap li {
    width: 32%;
    margin: 0 0 40px;
    padding: 0;
}
}


@media screen and (max-width: 820px) {
.detail_wrap ul {
    gap: 0 30px;
}


/* 会社概要-sp */
.company th {
    width: 150px;
}
}


@media screen and (max-width: 768px) {
.header_menu {
    padding: 0 1em 0 3em;
}

.header_menu li {
    margin: 0 40px 0 0;
}
}


@media screen and (max-width: 767px) {
.header_menu li {
	display: none;
}
}


@media (min-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}


@media screen and (max-width: 640px) {
.container {
    width: 90%;
}

.container1200 {
	width: 90%;
}

.header_menu {
    padding: 0 0 0 1em;
}

.h1_mov {
    text-align: left;
    margin-left: 10px;
}

.header_menu .logo {
	width: 80px;
}

.header_menu .logo img {
    margin: 20px auto 6px;
}

h1 {
    font-size: .4rem !important;
	width: 90px;
}


/* slide1-sp */
#slide1 {
    margin: 70px 0 0;
}

.slide1_flex {
   justify-content: flex-end;
    margin: 0 0 2em;
    padding: 0;
}

.slide1_logo {
	width: 100%;
	padding: 0 2.5em;
}

.slide1_address {
	width: 90%;
	margin: 2em auto auto;
	padding-left: 5.5em;
}

.slide1_title {
    margin-top: 0;
    text-align: center;
}

#slide1 h2 {
    margin: 0 0 2em !important;
}


/* slide1下層ページ-sp */
.slide1_heroimg {
	height: 220px;
    object-position: center center;
}

.hero_position01 {
	object-position: 70% center !important;
}


/* slide2-sp */
#slide2 {
    padding: 50px 0 100px;
}

.top_flex_2 {
    margin: 40px 0 0;
}

.top_flex_2 .title {
    text-align: center;
    margin: 0 auto -2em;
    width: 100%;
}

.top_flex_2 .heading {
    font-size: 1.8em;
    line-height: 1.7em;
    margin: 0 0 1em;
}

.top_flex_2 .description {
    margin: 0;
    width: 100%;
}

.top_flex_2 p {
    font-size: 1em;
    line-height: 2.4em;
}


/* slide3-sp */
#slide3 h2 {
    margin: 0 0 80px;
}

.slide3_btnWrap {
    text-align: center;
    margin-top: 50px;
    margin-left: 0;
}


/* slide9-sp */
#slide9 .contact img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: 87% center;
    vertical-align: bottom;
}



#slide9 .contact .contct_link .go_form {
    line-height: 50px;
    margin: 0 2em 20px;
    border: 1px solid #fff;
    width: 100%;
    height: 55px;
}


/* footer-sp */
footer {
    margin: 0 2rem;
	padding: 70px 0;
}

footer img {
    width: 120px;
}

.footer_address {
	margin: 0;
}


/* 中ページ-sp */
#slide6 {
    width: 100%;
    margin: 0;
    padding: 70px 0 80px;
}

.main_img img {
    height: 200px;
}

.video {
    height: 200px;
}

.main_img .title, .video .title {
    font-size: 5em;
   right: 0;
    bottom: -10px;
}


/* サービス-sp */
.ul_service li {
    width: 48%;
    font: 600 1em 'Zen Kaku Gothic New', sans-serif;
	padding: 2em 2em 1em;
}

.heading01::before {
    font-size: 23px;
}

.lead_p::before {
    left: -15px;
}

.service_wrap li {
    width: 100%;
}

.service_flex {
    margin: 50px 0 70px;
}

.service_flex figure {
    width: 50%;
    margin: 0 auto 20px;
    padding: 0;
}

.service_flex .description {
    width: 100%;
}

.sp_only {
	text-align: center;
}


/* 制作事例-sp */
.works_top_ul li {
    width: 100%;
    margin: 0 0 30px;
}

.detail01_ul {
	margin: 30px 0 0;
    gap: 0 20px;
}

.detail_info span {
    margin: 0 10px 8px 0;
}

.detail_wrap {
    margin: 80px auto 0;
    padding: 50px 20px 0;
}

.detail_wrap ul {
	gap: 0 10px;
}


/* 会社概要-sp */
.company th { 
	font-size: 0.9em;
	display: block;
	border-style: none;
	width: 100%;
	padding: 5px 8px 3px;
	color: #444;
	border-bottom: 1px dashed #c6bdb0;
	border-top: 1px solid #c6bdb0;
}

.company td { 
	font-size: 1em;
	vertical-align: top;
	display: block;
	border-style: none;
	padding: 7px 5px 15px;
	width: 100%;
}


/* お問い合わせ-sp */
table.contactus { 
	border-collapse: collapse;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

table.contactus caption {
    font: 500 1.2em 'Noto Serif JP', serif;
}

table.contactus th { 
	font-size: 0.95em;
	text-align: left; 
	width: 95%;
	padding-top: 15px;
	padding-bottom: 0;
	padding-left: 10px;
	display: block;
	border-style: none;
	color: #3D4042;
	font-weight: bold;
}

table.contactus td { 
	font-size: 0.95em;
	vertical-align: top;
	display: block;
	border-style: none;
	padding: 5px;
	width: 100%;
}

.thanks {
	font-size: 1.2em !important;
	line-height: 1.8em !important;
	margin: 40px 10px;
	text-align: left;
}




.hidden_pc {
	display: block;
}
.hidden_sp {
	display: none;
}
}
