/**********
general
**********/
:root {
    --base-color: #222;
    --hover-color: #263ECA;
    --rb-color: #263ECA;
    --jp-font: "Shippori Mincho", serif;
}
html {
scroll-behavior: smooth;
overflow-x: hidden;
-webkit-text-size-adjust: 100%;
}
body {
font-family: "EB Garamond", "Shippori Mincho", serif;
    line-height: 1.5;
    color: var(--base-color);
    position: relative;
    overflow-x: hidden;
    font-weight: 500; /* 基本の太さ */
    margin:0;
}
h1, h2, h3, h4, b, strong {
    font-weight: 700; /* 見出しなどは太字に */
}
main {position: relative;}
h1, h2, h3, h4, p {margin: 0;}

img {vertical-align: middle;}
dd,dl,dt,li,ol,ul {
list-style-type: none;
  border:0;
  outline:0;
  vertical-align:baseline;
  background:transparent;
  padding: 0;
  margin: 0;
}
a{
    color: var(--base-color);
    text-decoration:none;
}
a:hover{
    /*color: var(--hover-color);*/
}
/* aタグ、button、input(submit)に一括適用 */
a, 
button, 
input[type="submit"] {
  transition: opacity 0.3s ease;
}

a:hover, 
button:hover, 
input[type="submit"]:hover {
  opacity: 0.5;
}
a {transition: 0.3s;}
a[href^="tel"] {cursor: default;}
.int {font-family: interstate-condensed, sans-serif;}
.flex {display: flex; flex-wrap: wrap;}
.ib {display: inline-block;}
span.indent {
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block;
}
.inner1 {
    width: min(1240px, 80%);
    margin: 0 auto;
}
.inner2 {
    width: min(1366px, 85%);
    margin: 0 auto;
}
@media screen and (min-width: 1025px) {
    a[href^="tel"] {pointer-events: none;}
}
@media screen and (max-width: 720px) {
    .inner1, .inner2 {width: 90%;}
}
.rb{
    color: var(--rb-color);
}
/**********
fadein
**********/
.fadeswhich0340 {
    transition: .8s;
    opacity: 0;
    transform: translate(0px, 40px);
}

.fadeswhich0340.fadeIn {
    opacity: 1;
    transform: translate(0px, 0);
}
.fadeswhich0340_d {
    transition: .8s;
    transition-delay: .3s;
    opacity: 0;
    transform: translate(0px, 40px);
}

.fadeswhich0340_d.fadeIn {
    opacity: 1;
    transform: translate(0px, 0);
}

.fadeswhich0380 {
    transition: .3s;
    opacity: 0;
    transform: translate(0px, 80px);
}

.fadeswhich0380.fadeIn {
    opacity: 1;
    transform: translate(0px, 0);
}

.fadeswhich0680 {
    transition: .6s;
    opacity: 0;
    transform: translate(0px, 80px);
}

.fadeswhich0680.fadeIn {
    opacity: 1;
    transform: translate(0px, 0);
}
.fadeswhich06 {
    transition: .8s;
    opacity: 0;
}

.fadeswhich06.fadeIn {
    opacity: 1;
}
.sub-midashi-jp,.sub-midashi-en {
animation: sub_midashi_ani 0.8s ease 0.5s 1 normal backwards;
}
@keyframes sub_midashi_ani {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**********
parts
**********/
/*ヘッダー*/
header#site-header{
width:100%;
position: absolute;
z-index: 999;
}
header#site-header .site-header-box{
width:calc(100% - 40px - 40px);
height: 120px;
background: #fff;
border-radius: 10px;
margin:0 auto;
margin-top:40px;
align-items: center;
}
.site-header-wrap {
  width: calc(100% - 80px - 80px);
  margin: 0 auto;
  display: flex;
  height: 65px;
  align-items: center;
  justify-content: space-between;
}
.top-mv {
  width: 100%;
  height:960px;
  background-image: url(img/top-mv.webp);
  background-size: cover;
  background-position: top center;
}
.header-nav-wrapper {
  display: flex;
  gap: 80px;
}
.header-main-menu {
  display: flex;
  gap: 80px;
  width: 900px;
}
.header-sns {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header-sns li a img {
  width: 40px;
}
.header-main-menu-item {
  display: flex;
  flex-direction: column;
}
.header-menu-jp {
  font-size: 20px;
}
.header-menu-en {
  font-size: 14px;
}


header#site-header.scrolled .site-logo {
  width: 200px;
}
header#site-header.scrolled .site-logo img {
  width: 100%;
}
header#site-header.scrolled .site-header-box{
width: 100%;
height:100px;                                                                   
border-radius: 0;
margin-top: 0px;
}

@media screen and (min-width: 1025px) and (max-width: 1610px) {
.site-header-wrap {
  width: calc(100% - 40px - 40px);
}
.header-nav-wrapper {
  display: flex;
  gap: 20px;
}
.site-logo a img {
  width: 180px;
}
.header-main-menu {
  gap: 20px;
  width: calc(100% - 20px);
}
.header-menu-jp {
  font-size: 20px;
  font-feature-settings: "palt" 1;
}
.header-menu-en {
  font-size: 14px;
  font-feature-settings: "palt" 1;
}


}

@media screen and (min-width: 1025px) and (max-width: 1127px) {
.header-main-menu {
  gap: 10px;
}
.header-menu-jp {
  font-size: 17px;
}
.header-menu-en {
  font-size: 14px;
}

}

@media screen and (min-width: 721px) and (max-width: 1024px) {
header#site-header .site-header-box{
  width: calc(100% - 15px - 15px);
  height: 80px;
  margin-top: 15px;
}
.site-header-wrap {
  width: calc(100% - 10px - 10px);
}
.site-logo, header#site-header.scrolled .site-logo {
  width: 130px;
}
.site-logo a img, header#site-header.scrolled .site-logo  a img {
  width: 100%;
}
.header-nav-wrapper {
gap: 0;
  justify-content: flex-end;
  width: calc(100% - 130px);
  margin-left: 10px;
}
.header-main-menu,header#site-header.scrolled .header-main-menu {
  gap: 20px;
  width: auto;
  margin-right: 20px;
}
.header-menu-jp {
  font-size: 16px;
letter-spacing: -1.5px;
}

.header-sns {
  gap: 5px;
}
.header-sns li a img {
  width: 25px;
}


}
@media screen and (min-width: 721px) and (max-width: 800px) {
.header-menu-jp {
line-height: 1;
}
.header-menu-en {
font-size: 12px;
line-height: 1;
}
  .header-main-menu {
    gap: 8px;
    margin-right: 10px;
  }
  header#site-header.scrolled .header-main-menu {
  gap: 13px;
  width: auto;
  margin-right: 10px;
}

}
@media screen and (min-width: 721px) {
.header-nav_sp-wrapper{
display:none;
}
header#site-header.scrolled{
position: fixed;
}
}
/* スクロールを禁止するクラス */
body.no-scroll {
    overflow: hidden;
    height: 100%; /* iOS対策 */
}
@media screen and (max-width: 720px) {
header#site-header {
position: fixed;
}
	.top-mv {
	height:880px;
	background-image: url(img/top-mv_sp.webp);
	}
	.header-nav-wrapper{
	display:none;
	}
	header#site-header .site-header-box, header#site-header.scrolled .site-header-box{
	width: 100%;
	height: 80px;
	border-radius: 0;
	margin-top:0px;
	}
	.site-header-wrap {
	width: calc(100% - 20px - 20px);
	height: 50px;
	}
	.site-logo, header#site-header.scrolled .site-logo {
	width: 160px;
	}
	.site-logo a img {
	width: 100%;
	}
	.header-mob-menu{
	width:50px;
	height:50px;
	cursor: pointer;
	position: relative;
	background-color: #222;
	border-radius:5px;
	}
	.header-mob-menu span {
	width: 20px;
	height: 1px;
	background-color: #FFF;
	display: inline-block;
	transition: 0.4s;
	position: absolute;
	left: 15px;
	}
	.header-mob-menu span:nth-child(1) {
	top: 10px;
	}
	.header-mob-menu span:nth-child(2) {
	top: 14px;
	}
	.header-mob-menu span:nth-child(3) {
	top: 18px;
	}
	.header-mobmenu_text{
	font-size: 14px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	color:#fff;
	line-height: 1;
	}
	.header-mob-menu .header-mobmenu_text::before {
	content: "Menu";
	}
	.header-mob-menu.open .header-mobmenu_text::before {
	content: "Close";
	}
	.header-mob-main-menu{
	display:none;
	}
	.header-mob-main-menu.open {
	display:flex;
	top:80px;
	right:0;
	width:100%;
	max-height:calc(100vh - 52px);
	overflow:auto;
	visibility:hidden;
	background-color:#fff;
	box-shadow:0 4px 4px rgba(59,64,67,.25);
	opacity:0;
	transform:rotateX(25deg);
	position: fixed;
	z-index: 999;
	flex-direction: column;
	padding-bottom: 40px;
	}
	.header-mob-main-menu {
	transition:visibility 0s ease .4s,transform .4s ease-out,opacity .4s ease-out;
	}
	.header-mob-main-menu.open {
	visibility:visible;
	opacity:1;
	transition:visibility 0s ease,transform .4s ease-out,opacity .4s ease-out;
	transform:rotateX(0)
	}
	.header-mob-menu.open span:nth-child(1) {
	top: 15px;
	transform: rotate(30deg);
	}
	.header-mob-menu.open span:nth-child(2) {
	opacity: 0;
	}
	.header-mob-menu.open span:nth-child(3) {
	top: 15px;
	transform: rotate(-30deg);
	}
.mob-menu, .header-sns {
  width: calc(100% - 21px - 21px);
  margin: 0 auto;
}
.mob-menu-item,.header-sns {
  margin-top: 36px;
}
.header-sns{
}
/* 背景オーバーレイの初期状態 */
.header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* 黒透明40% */
    z-index: 998; /* メニュー(999)より下、コンテンツより上 */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* メニューが開いた時（openクラスがついた時）の表示 */
.header-overlay.open {
    opacity: 1;
    visibility: visible;
}

.header-menu-jp {
  font-size: 18px;
}
.header-menu-en {
  font-size: 14px;
  margin-top: 5px;
}
}
footer#site-footer{
background-color:#222;
}
.site-footer-wrap {
  width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
.site-footer-wrap {
  width: calc(100% - 42px - 42px);
}
}
.footer-address .footer-p{
font-family: var(--jp-font);
}
.footer-address .footer-p:first-of-type{
line-height: 1.8;
}
.site-footer_box {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}
.footer-logo {
  text-align: center;
  border-bottom: 1px solid #555;
  padding-bottom: 80px;
}
.footer-bottom {
  margin-top: 80px;
  display: flex;
  gap: 40px;
}
.footer-p {
  color: #fff;
  font-size: 18px;
  margin-top: 25px;
}
.footer-p:first-of-type {
  margin-top: 0px;
}
.footer-p a{
color: #fff;
}
.footer-menu-item a {
  font-size: 18px;
  color: #fff;
  margin-left: 35px;
}
.footer-menu-item {
  margin-top: 25px;
  position: relative;
}
.footer-menu-item:first-of-type {
  margin-top: 0px;
}
.footer-menu-item::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #FFF;
  left: 0;
  top: 13px;
}
.footer-copyright {
  flex-grow: 2;
  align-content: flex-end;
  color: #fff;
  text-align: right;
  font-size: 14px;
}
.footer-p br.sp-br{
display:none;
}
@media screen and  (min-width: 1025px) and (max-width: 1050px) {
.footer-bottom {
gap: 20px;
}
}
/*@media screen and  (min-width: 721px) and (max-width: 1024px) {*/
@media screen and (max-width: 1024px) {
.footer-logo {
padding-bottom: 40px;
}
.footer-bottom {
  margin-top: 40px;
gap: 40px;
  /*flex-direction: column;*/
  flex-wrap:wrap;
}
.footer-address {
  order: 2;
  width:50%;
  /*padding-top: 40px;*/
}
.footer-menu {
  order: 1;
  width:40%;
}
.footer-copyright {
order: 3;
  border-top: 1px solid #555;
  padding-top: 40px;
  text-align:center;
}
.footer-p br.sp-br{
display:inline-block;
}
}
@media screen and (max-width: 720px) {
.site-footer-wrap {
	width:calc(100% - 20px - 20px);
}
.footer-bottom {
flex-direction: column;
}
.site-footer_box {
margin-top: 40px;
margin-bottom: 40px;
}
.footer-logo a img{
width: 240px;
}
.footer-menu-item a,.footer-p {
  font-size: 16px;
}
.footer-menu {
  width:100%;
}
.footer-address {
  width:100%;
  border-top: 1px solid #555;
}
.footer-copyright {
border-top: none;
}
.footer-menu-item, .footer-p {
  margin-top: 13px;
  }
.footer-p br.sp-br{
display:none;
}
.footer-address {
padding-top: 40px;
}

}
@media screen and (max-width: 455px) {
.footer-p br.sp-br{
display:inline-block;
}
}
.top-wrap {
  width: 1260px;
  margin: 0 auto;
  margin-top: 120px;
}
@media screen and (max-width: 1400px) {
.top-wrap {
  width: calc(100% - 42px - 42px);
}
}

.top-about_item {
  display: flex;
  width: 100%;
  height: 530px;
  height: 27.604vw;
  margin-top: 120px;
}
.top-about_item-img {
  position: absolute;
  left: 0;
  width: 840px;
width: 43.75vw;
}
#about-atelier .top-about_item-img {
left:initial;
right:0;
}
.top-about_item-img img {
  width: 100%;
}
.top-about_item-txt {
  width: 806px;
  margin-left: auto;
  z-index: 1;
}
#about-atelier .top-about_item-txt {
margin-left:initial;
margin-right: auto;
}
.top-midashi-box {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  line-height: 1;
}
.top-about_box {
  display: flex;
  flex-direction: column;
}
.top-midashi-en {
  font-size: 20px;
  position: relative;
  padding-left: 78px;
  margin: 0 auto;
}
.top-midashi-en::before {
  content: "";
  position: absolute;
  width: 66px;
  height: 1px;
  background-color: #222;
  left: 0;
  top: 10px;
}
.top-midashi-jp {
  font-size: 38px;
  font-weight:normal;
  margin: 0 auto;
}
.top-about_item-h3, .top-owner_item-h3, .top-company_item-h3 {
  font-size: 38px;
  font-weight: normal;
  width: 630px;
  margin-left: auto;
  margin-right: 0;
  line-height: 1;
  position: relative;
}
.top-about_item-p, .top-owner_item-p, .top-owner_item-li_year, .top-owner_item-li_txt {
  width: 630px;
  font-size: 20px;
  line-height: 2.2;
  margin-left: auto;
  margin-right: 0;
  margin-top: 80px;
  font-family: var(--jp-font);
}
#about-atelier .top-about_item-h3, .top-owner_item-h3, #about-atelier .top-about_item-p, .top-owner_item-p {
margin-right:auto;
margin-left:0;
}
.top-about_item-border{
background-color:#222;
height:1px;
width:100%;
margin-top:20px;
}
@media screen and (min-width: 1921px) {
.top-about_item-img {
  width: 43.75vw;
}
.top-about_item-txt {
  width: 806px;
  width: 41.979vw;
}
}
@media screen and  (min-width: 1025px) and (max-width: 1920px) {
.top-about_item{
min-height:27.083vw;
}

}
@media screen and  (min-width: 721px) and (max-width: 1401px) {
.top-about_item{
height:auto;
}
.top-about_item-txt {
  width: 590px;
  width: 57.561vw;
}
.top-about_item-h3, .top-owner_item-h3, .top-company_item-h3 {
  font-size: 28px;
width: 510px;
width: 49.756vw;
}
.top-about_item-p, .top-owner_item-p, .top-owner_item-li_year, .top-owner_item-li_txt {
  width: 510px;
  font-size: 17px;
line-height: 1.8;
margin-top: 20px;
  width: 49.756vw;
margin-top: 1.951vw;
}

}
@media screen and  (min-width: 721px) and (max-width: 950px) {
 .top-about_item-txt {
    width: 55vw;
  }
}
@media screen and  (min-width: 721px) and (max-width: 1024px) {
.top-wrap {
width: calc(100% - 20px - 20px);
margin-top: 80px;
}
.top-midashi-box {
gap:20px 0;
}
.top-midashi-jp {
  font-size: 35px;
}
.top-midashi-en {
  font-size: 18px;
}
.top-about_item {
margin-top: 80px;
}
.top-about_item-txt {
width: 55vw;
}
.top-about_item-h3, .top-owner_item-h3, .top-company_item-h3 {
font-size: 25px;
width: 48vw;
}
.top-about_item-p, .top-owner_item-p, .top-owner_item-li_year, .top-owner_item-li_txt {
font-size: 17px;
line-height: 1.8;
width: 48vw;
}

}
@media screen and (min-width: 721px) {
.top-about_item-img img.sp-img {
display:none;
}
}
@media screen and (max-width: 720px) {
.top-wrap {
width: 100%;
}
.top-about-wrap{
margin-top:80px;
}
.top-midashi-box {
gap: 22px 0;
}
.top-midashi-en {
font-size: 16px;
padding-left: 33px;
}
.top-midashi-en::before {
width: 24.5px;
top: 8px;
}
.top-midashi-jp {
font-size: 24px;
}
.top-about_item {
width: 100%;
height: initial;
margin-top: 40px;
flex-direction: column;
}
.top-about_item-img {
position: relative;
width: 100%;
height: auto;
}
.top-about_item-txt {
width: calc(100% - 21px - 21px);
margin-left: auto;
margin-right: auto;
margin-top: 40px;
}
.top-about_item-h3, .top-owner_item-h3, .top-company_item-h3 {
  font-size: 20px;
  width: 100%;
}
.top-about_item-border {
  background-color: #C9C9C9;
}
.top-about_item-p, .top-owner_item-p, .top-owner_item-li_year, .top-owner_item-li_txt {
  width: 100%;
  font-size: 16px;
  line-height: 2;
margin-right: auto;
  margin-top: 20px;
}
#about-atelier.top-about_item {
  margin-top: 80px;
}
#about-atelier .top-about_item-txt {
  margin-left: auto;
}
#about-atelier .top-about_item-img {
text-align:right;
}
.top-about_item-img img {
  width: calc(100% - 21px);
}
.top-about_item-img img.pc-img {
display:none;
}

}
/*********
代表
**********/
.top-owner_img {
  position: absolute;
  left: 0;
}
.top-owner_img-main {
  width: 520px;
}
.top-owner_img-sub1 {
  width: 360px;
left: 430px;
  position: absolute;
  top: 40px;
}
.top-owner_img-sub2 {
  width: 360px;
  bottom: -200px;
  position: absolute;
  left: 310px;
}
.top-owner_img-main img,
.top-owner_img-sub1 img,
.top-owner_img-sub2 img{
width:100%;
}
.top-owner_item-txt {
  width: 680px;
  margin-left: auto;
}
.top-owner_box {
  min-height: 1236px;
}
.top-owner_item-h3, .top-owner_item-p{
width:100%;
}
.top-owner_item-p{
margin-top:40px;
}
.top-owner_item-p:first-of-type{
margin-top:80px;
}
.top-owner_item-li_year, .top-owner_item-li_txt {
  margin: 0;
}
.top-owner_item-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
border-top: 1px solid #C9C9C9;
margin-top: 105px;
  padding-top: 80px;
}
.top-owner_item-li_year {
  width: 65px;
}
.top-owner_item-li_txt {
  width: calc(100% - 65px - 24px);
}
@media screen and (min-width: 1921px) {
.top-owner_box {
  min-height: 1236px;
  min-height: 53.4vw;
}
.top-owner_img-main {
  width: 520px;
  width: 27.083vw;
}
.top-owner_img-sub1 {
  width: 360px;
left: 430px;
  top: 40px;
  width: 18.75vw;
left: 22.396vw;
  top: 2.083vw;
}
.top-owner_img-sub2 {
  width: 360px;
  bottom: -200px;
  left: 310px;
  width: 18.75vw;
  bottom: -10.417vw;
  left: 16.146vw;
}

}
@media screen and  (min-width: 1024px) and (max-width: 1800px) {
.top-owner_img-main {
  width: 520px;
  width: 28.889vw;
}
.top-owner_img-sub1 {
  width: 360px;
left: 430px;
  top: 40px;
  width: 20vw;
left: 23.889vw;
  top: 2.222vw;
}
.top-owner_img-sub2 {
  width: 360px;
  bottom: -200px;
  left: 310px;
  width: 20vw;
  bottom: -11.111vw;
  left: 17.222vw;
}
}
@media screen and  (min-width: 1025px) and (max-width: 1400px) {
.top-owner_item-txt {
width: 680px;
  width: 48.571vw;
  }
}
@media screen and  (min-width: 721px) and (max-width: 1024px) {
.top-owner_box {
  min-height: auto;
}
.top-owner_img-main {
  width: 28.889vw;
}
.top-owner_img-sub1 {
  width: 20vw;
left: 23.889vw;
  top: 2.222vw;
}
.top-owner_img-sub2 {
  width: 20vw;
  bottom: -11.111vw;
  left: 17.222vw;
}


.top-owner_item-txt {
width: 497px;
width: 48.535vw;
  }
.top-owner_item-p:first-of-type {
  margin-top: 20px;
}
.top-owner_item-p {
  margin-top: 20px;
}
.top-owner_item-ul {
gap: 10px;
margin-top: 20px;
  padding-top: 20px;
}
}
@media screen and (min-width: 721px) {
.top-owner_item-h3_sp, .top-company_item-h3_sp{
display:none;
}
}
@media screen and (max-width: 720px) {
.top-owner_item-h3_sp, .top-company_item-h3_sp{
text-align:center;
}
.top-owner_item-h3_pc, .top-company_item-h3_pc{
display:none;
}
.top-owner-wrap{
width: calc(100% - 21px - 21px);
margin-top:80px;
}
.top-owner_img {
position: relative;
}
.top-owner_img-main {
  width: auto;
}
.top-owner_img-sub_sp {
flex: 1;
display: flex;
flex-direction: column;
}
.top-owner_img-sub1 {
width: auto;
left: 0;
position: relative;
top: 0;
}
.top-owner_img-sub2{
width: auto;
bottom: 0;
position: relative;
left: 0;
}
.top-owner_img {
    display: flex;
    width: 100%;
    align-items: stretch;
    margin-top:40px;
}

/* 左側（メイン画像） */
.top-owner_img-main {
    flex: 1;
}

/* 右側 */
.top-owner_img-sub_sp {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* 右側の中の子要素 */
.top-owner_img-sub1,
.top-owner_img-sub2 {
    flex: 1; 
}

.top-owner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.top-owner_item-txt {
width: 100%;
}
.top-owner_item-p:first-of-type {
  margin-top: 40px;
}
.top-owner_item-ul {
margin-top: 40px;
  padding-top: 40px;
  gap:0;
}
.top-owner_item-li_year {
  width: 100%;
  letter-spacing: -0.5px;
  margin-top:36px;
}
.top-owner_item-li_year:first-of-type {
margin-top:0px;
}
.top-owner_item-li_txt {
  width: 100%;
  letter-spacing: -0.5px;
  margin-top:5px;
}

}
/***********
会社情報
***********/
.top-company_item {
  display: flex;
  justify-content: space-between;
}
.top-company_item-txt {
  width: 630px;
}
.top-company_item-img {
  width: 520px;
}
.top-company_item-img img {
  width: 100%;
}

.top-company_item-dl:first-of-type {
  margin-top: 75px;
}
.top-company_item-dl {
  display: flex;
  gap: 66px;
  font-size: 20px;
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 10px;
  margin-top: 10px;
  font-family: var(--jp-font);
  line-height:2.2;
}
.top-company_item-dl dt {
  width: 86px;
}
.top-company_item-dl dt strong {
  font-weight: normal;
}
.top-company_item-dl:last-of-type{
border-bottom:none;
}
.top-company_p{
  font-size: 20px;
  line-height:2.2;
  margin-top:65px;
  font-family: var(--jp-font);
}
@media screen and (min-width: 721px) and (max-width: 1401px) {
.top-company_item-dl, .top-company_p {
font-size: 17px;
line-height: 1.8;
}
.top-company_item-dl {
gap: 10px;
}
.top-company_item-dl dd{
width: calc(100% - 10px - 86px);
}
.top-company_item-h3 {
width:100%;
}
.top-company_p{
margin-top: 40px;
font-size:17px;
}
.top-company_item-txt {
  width: 50%;
}
.top-company_item-img {
  width: 40%;
}
}

@media screen and (max-width: 720px) {
.top-company-wrap{
width: calc(100% - 21px - 21px);
margin-top:80px;
}
.top-company_item {
flex-direction: column-reverse;
}
.top-company_item-img {
  width: 100%;
  margin-top:40px;
}
.top-company_item-txt {
  width: 100%;
}
.top-company_item-dl {
gap: 0px;
  font-size: 16px;
  gap: 0px;
line-height: 2;
  flex-direction: column;
  padding-bottom: 15px;
  margin-top: 15px;
}
.top-company_p{
  font-size: 16px;
line-height: 2;
margin-top:15px;
}
.top-company_item-dl:first-of-type {
  margin-top: 40px;
}
.top-company_item-dl dt strong {
  font-weight: bold;
}
.top-company_item-dl:last-of-type {
border-bottom: 1px solid #C9C9C9;
}


}
@media screen and (max-height: 550px) {
.top-company-wrap .top-company_p{
font-size:16px !important;
}

}
/*******
店内
*****/
.top-interior-wrap{
width:100%;
margin-top: -20px;
margin-top: -1.042vw;
}
.top-interior_cat-img {
  display: flex;
  height: 176px;
  margin-right: 40px;
    height: 9.167vw;
  margin-right: 2.083vw;
  justify-content: flex-end;
}
.top-interior_item-img{
height:480px;
height:25vw;
background-image: url("img/interior_img.png");
background-repeat: no-repeat;
background-size:cover;
background-position:center;
}
@media screen and (min-width: 1921px) {
.top-interior_cat-img {
width:calc(1920px - 40px);
  padding-right: 40px;
  justify-content: flex-end;
  height: 176px;
  margin: 0 auto;
}
.top-interior_item-img{
height:480px;
}
}
@media screen and (min-width: 721px) and (max-width: 1200px) {
.top-interior-wrap{
margin-top:0px;
}
}
@media screen and (max-width: 720px) {
.top-interior-wrap{
margin-top:0px;
}
.top-interior_cat-img {
  height: 120px;
  margin-right: 7px;
}
.top-interior_item-img{
height:400px;
}

}
/*****
アトリエどら猫の技術
******/
.top-technique-wrap{
width: 1420px;
}
.top-technique_item {
  margin-top: 116px;
}
.top-technique_box .top-midashi-en::before {
width: 287px;
}
.top-technique_box .top-midashi-en {
padding-left: 295px;
}
.slider-container{
display:flex;
gap: 50px;
  justify-content: space-between;
}
.slide-item {
  display: flex;
  width: 440px;
  flex-direction: column;
  position: relative;
  height: 920px;
}
.slide-item_img {
  width: 400px;
}
.slide-item_img img {
  width: 100%;
}
.slide-item_txt::before {
content: "";
  width: 400px;
  background-color: #EAEAEA;
  height: 640px;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 280px;
}
.slide-item_txt {
  width: 320px;
  margin-left: 80px;
}

.slide-item_txt-number {
  margin-top: 20px;
  font-size: 18px;
}
.slide-item_txt-h3 {
  font-size: 38px;
  font-weight: normal;
  margin-top: 20px;
  line-height: 1;
}
.slide-item_txt-p {
  margin-top: 30px;
  font-size: 20px;
  line-height: 2.2;
}
.slide-item_txt-h4 {
  font-size: 80px;
  position: absolute;
  right: 40px;
  bottom: 15px;
  font-weight: normal;
  line-height: 1;
  opacity: 0.3 !important;
}
@media screen and (min-width: 721px) and (max-width: 1024px) {
.top-technique_item {
  margin-top: 80px;
}
}
@media screen and (min-width: 721px) and (max-width: 1500px) {
.top-technique-wrap{
width: 1420px;
width: calc(100% - 21px - 21px);
}
.slide-item {
  width: 440px;
  height: 920px;
  width: 29.333vw;
  height: 61.333vw;
}
.slide-item_img {
  width: 400px;
  width: 26.667vw;
}
.slide-item_txt::before {
  width: 400px;
  height: 640px;
  top: 280px;
  width: 26.667vw;
  height: 42.667vw;
  top: 18.667vw;
}
.slide-item_txt {
  width: 320px;
  margin-left: 80px;
    width: 21.333vw;
  margin-left: 5.333vw;
}
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
.slide-item_txt-h3 {
font-size: 31px;
margin-top: 20px;
}
.slide-item_txt-p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
  }
.slide-item_txt-h4 {
  font-size: 50px;
right: 20px;
  bottom: 10px;
}
}
@media screen and (min-width: 721px) and (max-width: 1200px) {
.slide-item_txt-number {
  margin-top: 10px;
  font-size: 16px;
}
.slide-item_txt-h3 {
  font-size: 25px;
  margin-top: 10px;
}
.slide-item_txt-p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.8;
  word-break: break-all;
}
.slide-item_txt-h4 {
  font-size: 40px;
  right: 20px;
  bottom: 10px;
  line-height: 1;
}
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
.slider-container {
gap:10px;
}
.slide-item {
    height: 78vw;
  }
 .slide-item_txt::before {
    height: 60vw;
  }
}
@media screen and (min-width: 721px) and (max-width: 940px) {
 .slide-item_txt-h3 {
    font-size: 20px;
    margin-top: 10px;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 801px) and (max-width: 800px) {
  .slide-item_txt::before {
  height:48vw;
  }
  .slide-item {
  height:67vw;
  }
}
@media screen and (min-width: 721px) and (max-width: 800px) {
 .slide-item {
    height: 80vw;
  }
.slider-container {
gap:10px;
}
 .slide-item_txt::before {
 height: 61vw;
 }
.slide-item_txt-p {
line-height: 1.5;
}

}

/* PCではボタンを物理的に消す */
.prev-btn, .next-btn {
    display: none;
}

@media screen and (max-width: 720px) {
    /* 親要素の横幅を100%にして、はみ出しを許容する */
    .top-technique-wrap {
        width: 100%;
    }

    /* スライダー全体の調整 */
    .slider-wrapper {
        position: relative;
        overflow: hidden;
        width: 100vw; /* 画面いっぱいに広げる */
        left: 50%;
        transform: translateX(-50%);
    }

    .slider-container {
        display: flex; /* 横並びを強制 */
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        padding: 0 10%; /* これで左右が10%ずつチラ見えする */
        gap: 20px;
        justify-content: flex-start; /* 左詰めに変更 */
    }

    .slider-container::-webkit-scrollbar {
        display: none;
    }

    /*アイテムのサイズ調整 */
    .slide-item {
        /* 固定幅ではなく、画面幅に対する比率にする */
        flex: 0 0 80%; 
        height: auto; /* 高さは中身に合わせるか、適切なvwに変更 */
        /*min-height: 600px;*/ /* 必要に応じて調整 */
        scroll-snap-align: center;
        width: auto; /* 既存の523pxを上書き */
    }

    /* 画像と装飾背景のサイズ調整 */
    .slide-item_img {
        width: 100%;
    }
    
    .slide-item_txt {
        width: 80%; /* アイテム内でのテキスト幅 */
        margin-left: 10%;
    }

    .slide-item_txt::before {
        /* 背景のグレー部分もレスポンシブに */
        width: 100%;
        height: 60%;
        top: 150px;
        right: 0;
    }


    /*ボタンの表示 */
.prev-btn, .next-btn {
        display: block; 
        position: absolute;
        top: 50%; 
        transform: translateY(-50%);
        z-index: 10;
        
        /* ボタンの見た目 */
        width: 40px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.0);
        border: none;
        border-radius: 50%;
        cursor: pointer;
        
        /* SVG背景の設定 */
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px; /* SVGの矢印の大きさを調整 */
    }

    .prev-btn {
        left: 10px;
        background-image: url("img/slider-arrow_L.svg"); /* 左矢印のパス */
    }

    .next-btn {
        right: 10px;
        background-image: url("img/slider-arrow_R.svg"); /* 右矢印のパス */
    }

    /* ボタン内のテキスト（前へ・次へ）を隠す */
    .prev-btn span, .next-btn span {
        display: none;
    }

    .prev-btn:active, .next-btn:active {
        opacity: 0.6;
    }
}

@media screen and (max-width: 720px) {
.slide-item {
width: 250px;
height: 600px;
}
.slide-item_img {
width: 220px;
}
.slide-item_txt {
width: 200px;
margin-left: 30px;
}
.slide-item_txt::before {
width: 220px;
height: 400px;
top: 200px;
right: 0px;
}
.slide-item_txt-h3 {
font-size: 22px;
}
.slide-item_txt-p {
font-size: 16px;
line-height: 1.6;
  word-break: break-all;
}
.slide-item_txt-h4 {
font-size: 32px;
right: 10px;
bottom: 10px;
}
.slide-item {
width: 66.667vw;
height: 160vw;
}
.slide-item_img {
width: 58.667vw;
}
.slide-item_txt {
width: 53.333vw;
margin-left: 8vw;
}
.slide-item_txt::before {
width: 58.667vw;
height: 106.667vw;
top: 53.333vw;
right: 0px;
}
.slide-item_txt-h3 {
}
.slide-item_txt-p {
line-height: 1.8;
}
.slide-item_txt-h4 {
right: 2.667vw;
bottom: 2.667vw;
}
.slide-item_txt-number {
font-size:16px;
}

.top-technique_item {
  margin-top: 40px;
}
.top-technique_box .top-midashi-en {
  padding-left: 175px;
}
.top-technique_box .top-midashi-en::before {
  width: 165px;
}
.top-technique-wrap{
margin-top:80px;
}


}
@media screen and (min-width: 601px) and (max-width: 720px) {
	.slide-item {
	height: 115vw;
	}
	.slide-item_txt::before {
	height: 61vw;
	}
}
@media screen and (min-width: 501px) and (max-width: 600px) {
	.slide-item {
	height: 135vw;
	}
	.slide-item_txt::before {
	height: 81vw;
	}
}
@media screen and (min-width: 450px) and (max-width: 500px) {
	.slide-item {
	height: 140vw;
	}
	.slide-item_txt::before {
	height: 85vw;
	}
}
/******
ギャラリー
*******/
.top-gallery-wrap{
width:100%;
}
.top-gallery_img {
  display: flex;
  flex-wrap: wrap;
}
.top-gallery_img li {
  width: calc(100% / 4);
}
.top-gallery_img li img {
  width: 100%;
}
@media screen and (max-width: 720px) {
.top-gallery_img li {
  width: calc(100% / 2);
}
.top-gallery-wrap {
  margin-top: 80px;
}

}

/******
各種お知らせ
*******/
.top-info_box .top-midashi-en {
padding-left: 133px;
}
.top-info_box .top-midashi-en::before {
width: 123px;
}
.top-info_icon {
  display: flex;
  justify-content: space-between;
  margin-top: 115px;
}
.top-info_icon li a {
  background: #222222;
  width: calc(280px - 20px - 20px);
  height: 80px;
  display: flex;
  border-radius: 10px;
  align-items: center;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--jp-font);
}
.top-info_icon li a .icon {
  width: 40px;
}
.top-info_icon li a .icon img {
  width: 100%;
}
.top-info_icon li a strong {
  font-size: 20px;
  font-weight: normal;
  width: calc(100% - 40px);
  text-align: center;
}
/* 全体設定の opacity: 0.5 を打ち消す */
.top-info_insta a:hover {
  opacity: 1;
}

.top-info_insta a {
  width: 100%;
  height: 267px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

/* 背景画像 */
.top-info_insta a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/info_img-insta_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  z-index: 1;
}

/* 黒色透過レイヤー（最初から40%透過させておく） */
.top-info_insta a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* 最初は暗い */
  transition: background-color 0.5s ease;
  z-index: 2;
}

/* コンテンツ */
.top-info_insta a > * {
  position: relative;
  z-index: 3;
}

/* --- ホバー時の動き（逆転） --- */

/* 画像を拡大 */
.top-info_insta a:hover::before {
  transform: scale(1.1);
}

/* 黒透過を 0（透明）にする = 明るくなる */
.top-info_insta a:hover::after {
  background-color: rgba(0, 0, 0, 0); 
}
.top-info_insta-box {
  width: 336.5px;
  margin-right: 120px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.top-info_insta-txt {
  color: #fff;
  font-family: var(--jp-font);
  text-align: center;
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 1.8;
}
.top-info_insta-txt strong {
  font-weight: normal;
  background-image: url("img/info_img-border.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 5px;
}
.top-info_insta-more {
  position: absolute !important;
  bottom: 20px;
  right: 20px;
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
.top-info_insta-box {
margin-right: 120px;
margin-right: 6.25vw;
}
.top-info_icon {
gap: 10px;
}
.top-info_icon li {
  width: calc(100% / 4);
}
.top-info_icon li a {
width: calc(100% - 20px - 20px);
}

}
@media screen and (min-width: 721px) and (max-width: 1024px) {
.top-info_insta-box {
margin-right: 120px;
margin-right: 6.25vw;
}
.top-info_icon {
gap: 10px;
margin-top: 80px;
}
.top-info_icon li {
  width: calc(100% / 4);
}
.top-info_icon li a {
width: calc(100% - 20px);
padding-left: 10px;
padding-right: 10px;
}
.top-info_icon li a .icon {
  width: 25px;
}
.top-info_icon li a strong {
font-size: 18px;
width: calc(100% - 25px);
}

}
@media screen and (max-width: 720px) {
.top-info_box .top-midashi-en {
  padding-left: 65px;
}
.top-info_box .top-midashi-en::before {
  width: 57.5px;
}
.top-info_icon {
margin-top: 40px;
flex-direction: column;
gap: 20px 0px;
align-items: center;
}
.top-info_icon li a {
height: 48px;
}
.top-info_icon li a .icon {
  width: 32px;
}
.top-info_icon li a strong {
width: calc(100% - 32px);

}


.top-info_insta a {
width: 100%;
height: 200px;
background-image: url("img/info_img-insta_bg-sp.png");
border-radius: 0px;
margin-top: 40px;
}
.top-info_insta-box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  gap: 15px;
}
.top-info_insta-icon {
  width: 32px;
}
.top-info_insta-icon img {
  width: 100%;
}
.top-info_insta-txt {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 2;
}
.top-info_insta-txt strong {
  background-size: contain;
}
.top-info_insta-more {
  position: relative !important;
  bottom: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.top-info-wrap{
margin-top:80px;
}
}
/********
お問い合わせ
*********/
.gray_bg{
background-color:#EAEAEA;
}
.top-contact_box {
  padding-top: 125px;
  padding-bottom: 115px;
}
.top-contact_icon {
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.top-contact_icon li {
  width: 400px;
  background-color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--jp-font);
  font-size: 18px;
  border-radius: 40px 40px 0 40px;
}
.top-contact_icon li strong {
  border-bottom: 2px dotted #222222;
  display: inline-block;
}

.top-contact_support-txt {
font-size:20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px; 
margin-top:118px;
}

/* 左側の線 ＼ (バックスラッシュ) */
.top-contact_support-txt::before {
  content: "";
  width: 1px;
  height: 35px; 
  background: #222;
  transform: rotate(-45deg); 
  transform-origin: center;
}

/* 右側の線 ／ (スラッシュ) */
.top-contact_support-txt::after {
  content: "";
  width: 1px;
  height: 35px;
  background: #222;
  transform: rotate(45deg);
  transform-origin: center;
}
.top-contact_support-box {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
.top-contact_support-number {
  width: 315px;
  display: flex;
  align-items: center;
gap: 20px;
  font-family: var(--jp-font);
  margin-top: -25px;
}
.top-contact_support-number dt {
  width: 40px;
}
.top-contact_support-number dt span {
  position: relative;
  display: inline-block;
}
.top-contact_support-number dt span::before {
  content: "電話";
  font-size: 18px;
  bottom: -25px;
  position: absolute;
  line-height: 1;
  width: 100%;
  text-align: center;
}
.top-contact_support-number.support-fax dt span::before {
  content: "FAX";
}
.top-contact_support-number dd strong {
  font-size: 42px;
  font-weight: normal;
  line-height: 1;
}
.top-contact_support-number dd {
  padding-top: 20px;
}
.top-contact_support-mail a, .top-404_link a {
  width: 440px;
  background-color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  border-radius: 8px;
  outline: 1px solid #222222;
  box-shadow: 0px 4px 0px rgba(0,0,0,0.2);
}
.top-contact_support-mail a:hover, .top-404_link a:hover {
background-color: #222;
  opacity: 1;
}
.top-contact_support-mail a .mail-icon_hover, .top-404_link a .mail-icon_hover{
display:none;
}
.top-contact_support-mail a:hover .mail-icon, .top-404_link a:hover .mail-icon{
display:none;
}
.top-contact_support-mail a:hover .mail-icon_hover, .top-404_link a:hover .mail-icon_hover{
display:inline-block;
}
.top-contact_support-mail a strong, .top-404_link a strong {
  font-size: 18px;
  font-weight: normal;
}
.top-contact_support-mail a:hover strong, .top-404_link a:hover strong {
color:#fff;
}
@media screen and (min-width: 1025px) and (max-width: 1342px) {
.top-contact_icon {
  margin-top: 120px;
  gap: 20px;
}
.top-contact_icon li {
  width: 300px;
  font-size: 17px;
  letter-spacing: -1px;
 }

.top-contact_support-mail a, .top-404_link a {
  width: 380px;
  height: 70px;
gap: 10px;
}
.top-contact_support-mail a .icon {
  width: 30px;
}
.top-contact_support-mail a .icon img {
  width: 100%;
}
.top-contact_support-number {
  width: 258px;
gap: 8px;
margin-top: -18px;
}
.top-contact_support-number dt {
  width: 30px;
}
.top-contact_support-number dt span::before {
font-size: 15px;
  bottom: -18px;
  letter-spacing: -0.5px;
}
.top-contact_support-number dt span img {
  width: 100%;
}
.top-contact_support-number dd strong {
  font-size: 35px;
 }


}

@media screen and (min-width: 721px) and (max-width: 1024px) {
.top-contact_box {
  padding-top: 80px;
  padding-bottom: 80px;
}
.top-contact_icon {
  margin-top: 80px;
  gap: 20px 10px;
}
.top-contact_icon li {
  width: calc(50% - 10px);
  }
.top-contact_support-box {
margin-top: 20px;
justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}
.top-contact_support-number {
  width: 315px;
  margin-top: 0;
  height: 100px;
}
.top-contact_support-mail {
  width: 100%;
  display: flex;
  justify-content: center;
}
.top-contact_support-txt {
margin-top: 80px;
}

}
@media screen and (min-width: 721px) {
.top-contact_support-txt br.spbr{
display:none;
}
.top-contact_support-mail .arrow .sp-img, .top-404_link .arrow .sp-img{
display:none !important;
}
}
@media screen and (max-width: 720px) {
.top-contact_support-mail .arrow .pc-img, .top-404_link .arrow .pc-img{
display:none !important;
}
.top-contact_box .top-midashi-en::before {
width: 81.5px;
}
.top-contact_box .top-midashi-en {
padding-left: 95px;
}
.top-contact-wrap{
margin-top: 80px;
}
.top-contact_box {
  padding-top: 90px;
  padding-bottom: 75px;
}
.top-contact_icon {
width: calc(100% - 21px - 21px);
  margin: 0 auto;
margin-top: 40px;
gap: 20px;
}
.top-contact_icon li {
  width: 100%;
  height: 40px;
  font-size: 16px;
}
.top-contact_support-txt {
margin-top: 80px;
font-size: 16px;
}
.top-contact_support-txt::after,.top-contact_support-txt::before {
height: 60px;
}
.top-contact_support-mail a, .top-404_link a {
  width: 372px;
height: 48px;
gap: 10px;
margin:0 auto;
}
.top-contact_support-mail a .icon {
  width: 32px;
}
.top-contact_support-mail a .icon img {
  width: 100%;
}
.top-contact_support-mail a strong, .top-404_link a strong {
  font-size: 16px;
}
.top-contact_support-mail a .arrow, .top-404_link a .arrow {
  width: 16px;
  display: flex;
  align-items: center;
}
.top-contact_support-mail a .arrow img, .top-404_link a .arrow img {
  width: 100%;
}
.top-contact_support-box{
flex-direction: column;
margin-top: 40px;
gap: 33px;
  width: 100%;
}
.top-contact_support-number {
width: 240px;
gap: 20px;
margin: 0 auto;
  height: 40px;
}
.top-contact_support-number dt {
  width: 24px;
}
.top-contact_support-number dt span::before {
font-size: 12px;
bottom: -14px;
}
.top-contact_support-number dt img {
  width: 100%;
}
.top-contact_support-number dd {
  padding-top: 13px;
}
.top-contact_support-number dd strong {
  font-size: 32px;
}
.top-contact_support-mail {
  margin-top: 20px;
}

}
@media screen and (max-width: 400px) {
  .top-contact_support-mail a, .top-404_link a {
    width: 330px;
    }
}
/*****
404
*****/
.top-404-wrap{
margin-top:280px;
}
.top-404_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
}
.top-404_item-en{
font-size:20px;
}
.top-404_item-jp{
font-size:38px;
margin-top:40px;
font-weight: normal;
}
.top-404_item-img {
  width: 80px;
  margin-top: 70px;
}
.top-404_item-img img {
  width: 100%;
}
.top-404_item-p {
  margin-top: 80px;
  text-align: center;
  font-size: 20px;
  line-height: 2.2;
}
.top-404_link {
  margin-top: 80px;
}
@media screen and (min-width: 721px) and (max-width: 1024px) {
.top-404-wrap {
  margin-top: 180px;
}
.top-404_item-jp {
  font-size: 35px;
  }
  .top-404_item-p {
  text-align: left;
  font-size: 18px;
  }
}
@media screen and (min-width: 721px) {
.top-404_item br.spbr{
display:none;
}
}
@media screen and (max-width: 720px) {
.top-404-wrap{
width: calc(100% - 21px - 21px);
margin-top: 120px;
}
.top-404_item {
margin-bottom: 80px;
}
.top-404_item-jp {
  font-size: 25px;
}
.top-404_item-img {
  margin-top: 40px;
}
.top-404_item-p {
  margin-top: 40px;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.5px;
}
.top-404_link {
  margin-top: 40px;
}
}