/*
Theme Name: then
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
a{color:#211889;cursor:pointer;text-decoration:none;}
a:visited{}
a:hover{color:#211889;text-decoration:none;}
.over:hover{opacity:0.7;filter:alpha(opacity=70);}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}
*{
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img{
	width: 100%;
	height: auto;
}
button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

body,
.wrap{
	width:100%;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 500;
	/*font-family: zen-kaku-gothic-new, sans-serif;*/
	background: #f6fafc;
}
body{
	position: relative;
}
header{
	height:55px;
	width: 100%;
	padding: 15px 15px 0 15px;
	display: flex;
  justify-content: space-between;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
header h1.hdr-logo{
	width: 105px;
}
header nav{
	display: flex;
  justify-content: space-between;
	line-height: 1.0em;
	gap: 173px;
}
header nav .sort{
	display: flex;
	line-height: 1.0em;
	    gap: 49px;
	padding-top: 2px;
	position: relative;
	display: none;
}
.home header nav .sort{
	display: flex;
}
header nav .sort li{
font-size: 21.84px;
color: #7e959d;
}
header nav .sort li:first-child::after{
	content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #211889;
    position: absolute;
    right: 53px;
    top: -1px;
}
.sort li {
	cursor: pointer;
}
.sort li.active {
	color: #211889;
}
header nav .menu{
font-size: 26px;
padding-top: 3px;
}
header nav .menu button{
	color: #211889;
}
.mv{
	display: flex;
	height: 638px;
	width: 100%;
	justify-content: center;
  align-items: center;
	border-bottom: 0.5px solid #c9d3de;
}
.mv img{
	width: 629px;
	height: auto;
}
/* showcase（デフォルト） */
.projects ul.project-list.showcase {
	display: flex;
	flex-direction: column;
	padding-top: 46px;
}

.projects ul.project-list.showcase li .animate-box{
    margin-bottom: 47px;
    border-bottom: 0.5px solid #c9d3de;
    padding-bottom: 44px;
		transform: translateX(-20%);
    transition: transform 0.8s cubic-bezier(0.22,1,0.36,1);
		opacity: 0;
		position: relative;
}
.projects ul.project-list.showcase li.in-view .animate-box {
	opacity: 1;
  transform: translateX(0);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.projects ul.project-list.showcase li .animate-box video{
width: 100%;
}
.projects ul.project-list.showcase li.in-view .animate-box::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 44px;
    width: 12px;
    height: 51%;
		height: 362px;
    background: #f6fafc;
}
.projects ul.project-list.showcase li:last-child.in-view .animate-box::after {
    bottom: 0px;
}

.projects ul.project-list.showcase li:last-child .animate-box{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 145px;
}
.projects ul.project-list.showcase li {
    position: relative;
}

.projects ul.project-list.showcase li::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 91.5px;
    width: 12px;
		height: 43%;
		height: 362px;
    background: #211889;
}
.projects ul.project-list.showcase li:last-child::after {
    bottom: 145px;
}

.projects ul.project-list.list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 97px;
	column-gap: 15px;
	padding: 28px 15px 150px;
	position: relative;
	overflow: hidden;
}

.projects ul.project-list.list li{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.projects ul.project-list.list li {
	position: relative;
}
.projects ul.project-list.list li:nth-child(3n+1)::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100vw;
    height: 0.5px;
    background: #c9d3de;
    bottom: -69px;
}

.projects ul.project-list.list 
li:nth-child(3n+1):nth-last-child(-n+3)::before {
    display: none;
}
.projects ul.project-list.list li .credit-area{
	padding: 0;
}
.projects ul.project-list.list li .credit-area p{
font-size: 14px;
}
.projects ul li img,
.projects ul li video{
	width: 100%;
	height: auto;
	display: block;
}
.credit-area{
	display: flex;
	justify-content: space-between;
	padding-left: 15px;
	padding-right: 13px;
}
.credit-area p{
	font-size: 17.21px;
	letter-spacing: 0.03em;
}
.credit-area p span{
	margin-right: 25px;
}
.credit-area p span.p-category,
.credit-area p span.p-client,
.credit-area p.num{
display: none;
}
.showcase .credit-area p span.p-category,
.showcase .credit-area p span.p-client,
.showcase .credit-area p.num{
display: inline;
}
footer{
  border-top: 0.5px solid #c9d3de;
  height: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 26px 0 17px;
}
.ftr-logo img,
.instagram img{
	width:90px;
}
footer a.instagram{
	position: relative;
  top: -1px;
}
.sp-menu{
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0px;
	top:0px;
	background: #ecf4f8;
	z-index: 100;
	inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}
.sp-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.sp-menu button{
	position: absolute;
  top: 1px;
  right: 12px;
  font-size: 26px;
	color: #211889;
}
.sp-menu .sp-menu-wrap{
	max-width: 1075px;
  margin: 0 auto;
  padding-top: 326px;
	display: flex;
	justify-content: space-between;
}
.sp-menu .sp-menu-wrap .menu-left{
	width: 160px;
}
.sp-menu .sp-menu-wrap .menu-right{
	max-width: 409px;
  padding-top: 13px;
	display: flex;
	justify-content: space-between;
	gap:200px;
}
.sp-menu .sp-menu-wrap .menu-right ul{
	display: flex;
	flex-direction: column;
	gap: 42px;
}
.sp-menu .sp-menu-wrap .menu-right ul li a{
	font-size: 27px;
	position: relative;
}
.sp-menu .sp-menu-wrap .menu-right .menu-instagram{
    width: 115px;
    padding-right: 35px;
    padding-top: 8px;
}
.sp-menu .sp-menu-wrap .menu-right ul li a::before{
	content: "";
	display: none;
	width:42px;
	height: 23px;
	background-image: url(/wp/wp-content/themes/then/images/icon-active.png);
	background-size: cover;
	top: 4px;
  left: -56px;
  position: absolute;
}
.home .sp-menu .sp-menu-wrap .menu-right ul li.menu-projects a::before,
.single .sp-menu .sp-menu-wrap .menu-right ul li.menu-projects a::before,
.page-id-9 .sp-menu .sp-menu-wrap .menu-right ul li.menu-about a::before,
.page-id-11 .sp-menu .sp-menu-wrap .menu-right ul li.menu-contact a::before,
.sp-menu .sp-menu-wrap .menu-right ul li a:hover::before{
	display: block;
}

/*project*/
#projectdetail{
	padding-top: 184px;
}
h2.project-title{
	color: #211889;
  font-size: 39px;
  letter-spacing: 0.01em;
  padding-left: 15px;
	    line-height: 1.4em;
}
#projectdetail img.eyecatch,
#projectdetail video.eyecatch{
	margin-bottom: 93px;
}

#projectdetail video.eyecatch{
    width: 100%;
    height: auto;
}
.project-detail-wrap .text-wrap{
	padding: 0 15px;
	display: flex;
  justify-content: space-between;
	margin-bottom: 125px;
}
.project-detail-wrap .text-wrap .left-box{
	width: 300px;
}
.project-detail-wrap .text-wrap .right-box{
	width: 750px;
}
.project-detail-wrap .text-wrap .left-box p,
.project-detail-wrap .text-wrap .right-box p{
	color: #211889;
	color: #211889;
  font-size: 18px;
  letter-spacing: 0.0027em;
}
.project-detail-wrap .text-wrap .left-box p.credit-category{
	margin-bottom: 54px;
}
.project-detail-wrap .text-wrap .left-box p.credit-people{
margin-bottom: 49px;
}
.project-detail-wrap .text-wrap .right-box p.short-desc-jp{
	  font-family: 'zen-kaku-gothic-new';
    letter-spacing: -0.06em;
		text-align: justify;
		margin-bottom: 14px;
}
.project-detail-wrap .text-wrap .right-box p.short-desc-en{
    text-align: justify;
		hyphens: auto;
}
.project-detail-wrap .project-gallery{
	padding: 0 15px;
	margin-bottom: 300px;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px; /* お好みで */
}

/* 画像共通 */
.gallery figure {
  margin: 0;
}

.gallery img,
.gallery video {
  width: 100%;
  height: auto;
  display: block;
}

/* 横長画像は2カラム分使う */
.gallery figure.landscape {
  grid-column: span 2;
}

/* full指定も2カラム分使う */
.gallery figure.full {
  grid-column: span 2;
}

.fade {
	opacity: 0;
	transition: opacity 1.5s, transform 1s;
}
.fade.active {
	opacity: 1;
}
.text-wrap.sp{
	display: none;
}
.content-wrap{
	padding: 220px 15px 0;
}
section.about-top,
section.content-top{
	display: flex;
	justify-content: space-between;
	margin-bottom: 145px;
}
.about-top h2,
.content-top h2{
	font-size: 42px;
	color: #211889;
	line-height: 1em;
	margin-left: -3px;
  letter-spacing: 0.015em;
	margin-bottom: 15px;
}
.content-wrap .text-wrap {
    width: 795px;
		padding-top: 52px;
}
.content-wrap .text-wrap p.jp {
    font-size: 20px;
    font-family: 'zen-kaku-gothic-new';
    letter-spacing: -0.06em;
    text-align: justify;
		margin-bottom: 30px;
		color: #211889;
}
.content-wrap .text-wrap p.en {
    font-size: 17px;
    letter-spacing: 0.027em;
    text-align: justify;
    margin-bottom: 44px;
		color: #211889;
}
img.about-logo {
    width: 495px;
}

section.about-member{
	margin-bottom: 300px;
}
.about-member h3{
	font-size: 42px;
	color: #211889;
	line-height: 1em;
  letter-spacing: 0.015em;
	margin-bottom: 12px;
}
.member-list{
	display: flex;
  flex-direction: column;
  gap: 147px;
}
.member-list li{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.member-list li .member-img{
	width: 167px;
	height: auto;
}
.member-text-area{
	width: 795px;
}
.member-text-area p,
.member-text-area ul li {
    color: #211889;
}
.member-text-area p.member-name{
    font-size: 21px;
    letter-spacing: 0.015em;
    margin-bottom: 26px;
    line-height: 1em;
}
.member-text-area p.member-profile-jp{
    font-size: 17px;
    font-family: 'zen-kaku-gothic-new';
    text-align: justify;
    line-height: 1.85em;
		margin-bottom: 10px;
}
.member-text-area p.member-profile-en{
   font-size: 17px;
    line-height: 1.9em;
    margin-bottom: 38px;
    letter-spacing: 0.03em;
    text-align: justify;
				hyphens: auto;
}
.member-award{
	display: flex;
}
.member-award-jp{
	width: 350px;
}
.member-award-jp p{
	font-size: 16px;
  font-family: 'zen-kaku-gothic-new';
	margin-bottom: 10px;
}
.member-award-jp ul{
	display: flex;
	flex-direction: column;
}
.member-award-jp ul li{
	font-size: 16px;
  font-family: 'zen-kaku-gothic-new';
	line-height: 1.9em;
}
.member-award-en p{
    font-size: 22px;
    line-height: 1em;
    padding-top: 4px;
    margin-bottom: 14px;
		hyphens: auto;
}
.member-award-en ul{
	display: flex;
	flex-direction: column;
}
.member-award-en ul li{
	font-size: 18px;
	line-height: 1em;
  line-height: 1.69em;
	hyphens: auto;
}

#contact.content-wrap .text-wrap {
    padding-top: 8px;
		margin-bottom: 115px;
}
#contact.content-wrap .text-wrap h3{
    color: #211889;
    font-size: 20px;
    letter-spacing: 0.06em;
}
.access,
.mail,
.sns{
	display: flex;
	justify-content: space-between;
}
.access {
    margin-bottom: 115px;
}
.sns p span{
	display: block;
}
#contact.content-wrap .text-wrap p{
	width: 523px;
	color: #211889;
	font-size: 21px;
  letter-spacing: 0.04em;
}
#contact.content-wrap .text-wrap p a{
position: relative;
}
#contact.content-wrap .text-wrap .access p a{
display: inline-block;
}
#contact.content-wrap .text-wrap p a::after{
content:"";
display: block;
width: 100%;
height: 1px;
position: absolute;
left: 0px;
    bottom: 3px;
background-color: #211889;
}

#contact.content-wrap .text-wrap .access p a::after{
bottom:3px;
}
#contact.content-wrap .text-wrap .mail p a::after{
bottom:-3px;
}
#contact.content-wrap .text-wrap .sns p a::after{
bottom:-1px;
}
.sns p span {
    display: block;
    font-size: 12px;
    padding-top: 54px;
    line-height: 2em;
}
.contact-logo{
	margin-bottom: 240px;
}
#contact.content-wrap .text-wrap p.pc{
	display: block;
}
#contact.content-wrap .text-wrap p.sp{
	display: none;
}
br.sp{
	display: none;
}

.project-gallery .video_wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
		margin-bottom: 15px;
}
.project-gallery .video_wrap .poster {
position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
	cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.project-gallery .video_wrap .poster {
    background-position: center;
    background-size: cover;
}
.project-gallery .video_wrap .poster .txt_img {
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-position: center center;
}
.project-gallery .video_wrap .poster .btn_play {
    background-image: url('/wp/wp-content/themes/then/images/btn_play.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 167px;
    height: 44px;
    cursor: pointer;
		text-indent: -999999999px;
		overflow: hidden;
}

.video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;   /* none にしない */
	z-index: 1;
}

.video_wrap.play .poster{
	display: none;
}

.video_wrap video{
	width: 100%;
	height: 100%;
	background-color: #000;
	position: relative;
	z-index: 0;
}
.video_wrap .poster,
.video_wrap .btn_play {
	cursor: pointer;
}


@media (max-width: 639px) {
	.mv img {
    width: 85%;
    height: auto;
	}
	.showcase .credit-area p span.p-category,
	.showcase .credit-area p span.p-client{
		display: none;
	}
	header{
		height: 30px;
    width: 100%;
    padding: 3px 7px 0 9px;
	}
	header h1.hdr-logo {
    width: 67px;
	}
	header nav{
		gap: 28px;
	}
	header nav .sort li {
    font-size: 15px;
	}
	header nav .menu {
    font-size: 20px;
    padding-top: 10px;
	}
	header nav .sort{
		padding-top: 9px;
		gap: 30px;
	}
	header nav .sort li:first-child::after {
    height: 10px;
    right: 38px;
    top: 10px;
	}
	.mv{
		height: 437px;
	}
	.projects ul.project-list.showcase{
		padding-top: 19px;
	}
	.credit-area{
		padding-left: 8px;
    padding-right: 6px;
		height: 21px;
	}
	.credit-area p {
    font-size: 12.9px;
    letter-spacing: 0.03em;
	}
	.projects ul.project-list.showcase li .animate-box{
		margin-bottom: 19px;
    padding-bottom: 21px;
	}
	.projects ul.project-list.showcase li.in-view .animate-box::after{
		width: 6px;
		height: 110px;
  	bottom: 20px;
	}
	.projects ul.project-list.showcase li::after,
	.projects ul.project-list.showcase li:last-child::after{
		width: 6px;
		height: 110px;
		bottom: 41px;
	}
	.projects ul.project-list.showcase li:last-child .animate-box{
		margin-bottom: 19px;
    padding-bottom: 21px;
		border-bottom: 0.5px solid #c9d3de;
	}
	.projects{
		margin-bottom: 128px;
	}
	footer{
		padding: 0 9px 0 10px;
		height: 100px;
	}
	.projects ul.project-list.showcase li:last-child.in-view .animate-box::after {
    bottom: 0;
}
.projects ul.project-list.list{
	grid-template-columns: repeat(2, 1fr);
	padding: 11px 0px 150px;
	column-gap: 14px;
	row-gap: 21px;
}
.projects ul.project-list.list li .credit-area{
height: 18px;
}
.projects ul.project-list.list li .credit-area p {
    font-size: 10.3px;
}
.projects ul.project-list.list li .credit-area p span.p-title {
    margin-right: 0;
    padding-left: 3px;
}

.projects ul.project-list.list li:nth-child(3n+1)::before {
    width: 100%;
    bottom: -9px;
}
.projects ul.project-list.list li::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.5px;
    background: #c9d3de;
    bottom: -9px;
		display: block;
}
.projects ul.project-list.list 
li:nth-child(3n+1):nth-last-child(-n+3)::before {
		display: block;
}
.sp-menu button{
	top: 2px;
  right: 8px;
  font-size: 20px;
}
.sp-menu .sp-menu-wrap{
	margin: 0 auto 0 50px;
  padding-top: 100px;
	flex-direction: column;
}
.sp-menu .sp-menu-wrap .menu-left {
    width: 112px;
}
.sp-menu .sp-menu-wrap .menu-right{
	padding-top: 87px;
  flex-direction: column;
	gap: 0;
}
.sp-menu .sp-menu-wrap .menu-right ul{
    gap: 36px;
    padding-left: 54px;
}
.sp-menu .sp-menu-wrap .menu-right ul li a{
	font-size: 23px;
}
.home .sp-menu .sp-menu-wrap .menu-right ul li.menu-projects a::before,
.single .sp-menu .sp-menu-wrap .menu-right ul li.menu-projects a::before {
    width: 36px;
    height: 20px;
    top: 4px;
    left: -54px;
}
.sp-menu .sp-menu-wrap .menu-right .menu-instagram {
    width: 100%;
    padding-right: 70px;
    padding-top: 80px;
		text-align: right;
}
.sp-menu .sp-menu-wrap .menu-right .menu-instagram img{
    width: 79px;
}
/*projects*/
#projectdetail{
	padding-top: 106px;
}
h2.project-title {
    font-size: 20px;
    padding-left: 12px;
		margin-bottom: 6px;
}
.project-detail-wrap .text-wrap {
    padding: 0 13px;
    margin-bottom: 125px;
    flex-direction: column;
}
.project-detail-wrap .text-wrap .left-box {
    width: 100%;
}
.project-detail-wrap .text-wrap .right-box {
    width: 100%;
}
#projectdetail img.eyecatch,
#projectdetail video.eyecatch {
    margin-bottom: 11px;
}
.project-detail-wrap .text-wrap .left-box p, .project-detail-wrap .text-wrap .right-box p{
	font-size: 15px;
}
.project-detail-wrap .text-wrap .left-box p.credit-category{
	margin-bottom: 47px;
}
.project-detail-wrap .text-wrap .left-box p.credit-people,
.project-detail-wrap .text-wrap .left-box p.credit-award{
display: none;
}
.project-detail-wrap .text-wrap .right-box p.short-desc-jp {
    margin-bottom: 19px;
    line-height: 1.98em;
}
.project-detail-wrap .text-wrap .right-box p.short-desc-en {
    text-align: justify;
    line-height: 1.67em;
    letter-spacing: 0em;
}
.project-detail-wrap .text-wrap{
	margin-bottom: 116px;
}
.project-detail-wrap .project-gallery {
    padding: 0;
    margin-bottom: 48px;
}
  .gallery {
    grid-template-columns: 1fr; /* 1カラム */
  }

  .gallery figure {
    grid-column: span 1 !important; /* 全部100%幅 */
  }
.text-wrap.sp {
  padding: 0 13px;
  margin-bottom: 204px;
	display: block;
}
.text-wrap.sp p{
	font-size: 15px;
	color: #211889;
  letter-spacing: 0.0027em;
        line-height: 1.7em;
}
.text-wrap.sp p.credit-people{
margin-bottom: 30px;
}
.project-gallery{
	position: relative;
}
.project-gallery::before{
	position: absolute;
	left: 0px;
	width: 100%;
	background: #cbd5eb;
	height: 1px;
	content:"";
	display: block;
	top:-15px;
}
.content-wrap {
    padding: 200px 13px 0;
}
.about-top h2,
.content-top h2{
	font-size: 18px;
}
.content-wrap .text-wrap{
	width: 100%;
	padding-top: 67px;
}
.member-text-area {
    width: 100%;
}
img.about-logo {
    width: 100%;
}
section.about-top{
	gap:24px;
	margin-bottom: 110px;
}
.content-wrap .text-wrap p.jp{
	font-size: 15px;
	line-height: 1.99em;
	margin-bottom: 26px;
}
.content-wrap .text-wrap p.en{
	font-size: 14px;
	line-height: 1.72em;
	margin-bottom: 29px;
	hyphens: auto;
}
.member-list{
	padding-left: 70px;
	gap: 130px;
}
.about-member h3{
	margin-bottom: 25px;
	font-size: 18px;
}
.member-list li {
    flex-direction: column;
}
.member-list li .member-img {
    width: 167px;
    height: auto;
    margin-bottom: 35px;
}
.member-text-area p.member-name {
    font-size: 20px;
    margin-bottom: 26px;
}
.member-text-area p.member-profile-jp{
    font-size: 13px;
  	line-height: 2.11em;
        margin-bottom: 22px;
        letter-spacing: -0.06em;
}
.member-award {
    display: flex;
    flex-direction: column;
}
.member-award-jp p {
    font-size: 0;
		margin-bottom: 15px;
}
.member-award-jp p::after{
		font-family: neue-haas-grotesk-display, sans-serif;
		content: "Award";
    display: block;
		font-size: 17px;
}
.member-award-jp {
    width: 100%;
		margin-bottom: 22px;
}
.member-award-jp ul {
    /*gap: 5px;*/
}
.member-award-jp ul li {
    font-size: 13px;
}
.member-award-en p{
	display: none;
}
.member-award-en ul {
    /*gap: 11px;*/
}
.member-text-area p.member-profile-en{
	        font-size: 13px;
        line-height: 1.87em;
        margin-bottom: 38px;
        letter-spacing: 0.04em;
}
.member-award-en ul li {
    font-size: 13px;
}
section.about-member{
	margin-bottom: 336px;
}
#contact.content-wrap .text-wrap p{
	width: 100%;
	font-size: 18px;
}
.access, .mail, .sns{
	flex-direction: column;
}
section.content-top{
	gap:10px;
}
#contact.content-wrap .text-wrap {
    padding-top: 63px;
    margin-bottom: 8px;
}
#contact.content-wrap .text-wrap h3 {
    font-size: 18px;
		    margin-bottom: 9px;
}
.access {
    margin-bottom: 74px;
}
#contact.content-wrap .text-wrap .mail h3 {
    margin-bottom: 2px;
}

#contact.content-wrap .text-wrap p.pc{
	display: none;
}
#contact.content-wrap .text-wrap p.sp{
	display: block;
}
#contact.content-wrap .text-wrap .sns h3{
margin-bottom: 15px;
}
.sns p span {
    font-size: 9.5px;
		line-height: 2.4em;
}
br.sp{
	display: block;
}
.contact-logo {
    margin-bottom: 133px;
    margin-left: -13px;
    width: calc(100% + 26px);
}


}
