@charset "UTF-8";
/* CSS Document */
/*Reset =============================================*/
html{
  font-size: 15px;
  font-size: 3.125vw;
/*		background: #FFFCF9;*/
/*	background: #fff;*/
	    line-height: 1.7;
}
* {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
html,body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,figure,figcaption{
  margin: 0;
  padding: 0;
  font-family: 'Prompt','Noto Sans JP', sans-serif;
	color: #222;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Roboto Slab",serif;
}
ul,li{
list-style: none;
}
a{
text-decoration: none;
color: inherit;
}

a[href^="tel:"] {
  pointer-events: all;
}
img{
vertical-align: bottom;
border: none;
width: 100%;
max-width:100%;
height:auto;
}
svg{
  fill: currentColor;
  vertical-align: bottom;
}
.pc{
  display: none;
}
table {
  border-collapse: collapse;
}
.wrapper{
  animation: bgchange 20s ease infinite;/*変化の時間を変更したい場合は20sの部分を好きな時間に変更*/
}
/*ふわwっと*/
.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.navnai{
    padding-top: 4rem;	
}
@keyframes bgchange{
      0%   {background:#FDF9F2;}/*変化させたい色*/
      25%  {background:#FFFCF9;}/*変化させたい色*/
      50%  {background:#FDF9F2;}/*変化させたい色*/
      75%  {background:#fff;}/*変化させたい色*/
      90%  {background:#F2EDE4;}/*変化させたい色*/
      100% {background:#f3efec;}/*変化させたい色*/
 }
/*nav*/
#overlay-button.active {
background: none;
}
#overlay-button {
    position: absolute;
    right: 0;
    top: 2%;
    padding: 22px 11px;
    z-index: 5;
    cursor: pointer;
    user-select: none;
    background: #D83646;
    position: fixed;
}
.shopnav::after{
content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 12%;
    margin-top: -4px;
    transform: rotate(45deg);
}
.shopnav2::after{
content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 12%;
    margin-top: -4px;
    transform: rotate(45deg);
}
input[type=checkbox]:checked ~ #overlay-button:before{
	    background: #D83646;
}
#overlay-button span {
    height: 1.5px;
    width: 33px;
    border-radius: 2px;
    background-color: white;
    position: relative;
    display: block;
    transition: all .2s ease-in-out;
}
#overlay-button span:before {
  top: -10px;
  visibility: visible;
}
#overlay-button span:after {
  top: 10px;
}
#overlay-button span:before, #overlay-button span:after {
  height: 1.5px;
    width: 33px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}

#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {

}
/*
input[type=checkbox]:checked ~ #overlay-button:after {
    background: #fff;
}
input[type=checkbox]:checked ~ #overlay-button span:after {
    background: #D83646;
}
input[type=checkbox]:checked ~ #overlay-button span:before {
    background: #D83646;
}
*/

.shopnav{
top: 9%;
    right: 0;
    background: #D83646;
    color: #fff;
    padding: 13px 0.7rem 13px 0px;
    width: 55px;
    position: fixed;
    text-align: center;
        z-index: 3;
}
.shopnav2{
top: 16%;
    right: 0;
    background: #D83646;
    color: #fff;
    padding: 13px 0.7rem 13px 0px;
    width: 55px;
    position: fixed;
    text-align: center;
        z-index: 3;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background: #fff;
}
input[type=checkbox] {
  display: none; 
  
}

input[type=checkbox]:checked ~ #overlay {
  visibility: visible; 
}

input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
  
  
}
input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);

}
input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);


}









.black{
/*	background: rgb(216, 54, 70,0.8);*/
/*	background: #D83646;*/
	    background: rgba(216, 54, 70,0.8);
}
#overlay {
height: 100vh;
    padding-bottom: 7rem;
    width: 100vw;
    background: #FDF9F2;
    z-index: 2;
    visibility: hidden;
    position: fixed;
    overflow: scroll;
}
#overlay.active {

}
.spnav{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-left: 0;
  list-style-type: none;
    padding-top: 13rem;
}
.spnav li {
  padding: 1em;
	    text-align: left;
}
.spnav li a {
    color: #D83646;
  text-decoration: none;
  font-size: 2em;
}
.spnav li a:hover {
    opacity: 0.5;
}
.navslide{
	padding-top: 3rem;
}

.nav-spen{
	    font-size: 2.4rem;
    padding-bottom: 0;
}
.nav-spja{
  display: block;
    font-size: 1rem;
    text-align: center;
}
.sp-logo{
	    position: absolute;
    width: 25%;
    top: 2%;
    left: 5%;
}








/*----------------reset   end*/

/*ranking*/

.w-1{
	width: 60%;
	    margin-top: 2rem;
}
.w-2{
	    width: 80%;
    margin-left: 5rem;
    margin-top: -4rem;
}
.w-3{
	    width: 50%;
    margin-top: 2rem;
}
.w-4{
	    width: 70%;
    margin-left: 8rem;
    margin-top: 3rem;
}
.w-5{
	width: 80%;
    margin-top: 3rem;
}


/*slider*/

.banner-wrapper-fixed {
	position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-image: none;
	z-index:-1;	
}	
.slider{position:relative;}	
.top-slick-img{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh; 
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}	
/*jl*/
.branch-photo-box{
	padding: 2px;
}
.onimg {
  position: relative;  /* 帯の表示位置の基準とする */
}
.onimg .item__text{
  color: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
    background: rgba(216, 54, 70,0.5);
  opacity: 0;
  display: flex;
font-size: 1.2rem;
    padding: 2rem;
}
.onimg:hover .item__text{
  opacity: 1;   
}
.branch-photo-list2 .onimg .item__text{
	    font-size: 1rem;
}



/*----------------slider  end*/

.wrapper{
/*			background: url("https://www.dor.tokyo/2022_img/back-test.jpg");*/
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
    background: #FDF9F2;
/*	background: #FFFCF9;*/
/*	background: #fff;*/
}
.inner{
	overflow: scroll;
	
}


/*header*/

.top-img-1{
		background: url("https://www.dor.tokyo/2022_img/top-1sp-img.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	    color: #fff;
	height: 100vh;
}

.top-img-2{
		background: url("https://www.dor.tokyo/2022_img/top-2sp-img.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	    color: #fff;
	height: 100vh;
}


.top-set{
	position: relative;
	    background: #FDF9F2;
/*	background: #fff;*/
}
.top-logo{
     width: 320px;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.top-htl{
position: absolute;
    bottom: 24%;
    color: #fff;
    width: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, 3%);
    -ms-transform: translate(-50%, -50%);
    font-size: 1px;
    text-align: right;
	
}
/*jl*/
.top-ttlwp{
    width: 90%;
    /* padding: 8% 0% 4%; */
    margin: auto;
    padding: 5rem 0 0;
}
.top-ttl{
    font-family: 'Prompt','Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    text-align: left;
    width: 100%;
    font-weight: 500;
    line-height: 1.8;
    padding-top: 1.4rem;
}

.en{
	font-size: 2rem;
    font-family: "Roboto Slab",serif;
	padding-right: 1rem;
	    font-weight: 400;
/*		color: #D83646;*/
	font-size: 2rem;
}
.ja{
  font-family: 'Prompt','Noto Sans JP', sans-serif;
	font-size: 1rem;
/*	color: #D83646;*/
}
.tyl{
    font-weight: 800;
    color: #222;
    /* padding-bottom: 2rem; */
    font-size: 2.2rem;
	color: #D83646;
}
.jlwp {
     margin-top: 50px;
}
.ttl{
	text-align: center;
	padding-bottom: 1rem;
	
}
.ttl-wp{
position: relative;
}
.ttl-img{
z-index: 1;
    position: absolute;
    top: 10%;
        width: 50px;
    transform: rotate(-20deg)!important;
       left: 11%;
}
.ttl-img4{
z-index: 1;
    position: absolute;
    top: 10%;
        width: 50px;
    transform: rotate(-20deg)!important;
    left: 5%;
}
.ttl-img2{
position: absolute;
    top: 13%;
       width: 50px;
    transform: rotate(-20deg)!important;
    left: 7%;
    z-index: 1;

}
.ttl-img3{
	position: absolute;
    top: 10%;
        width: 50px;
    transform: rotate(-20deg)!important;
left: 17%;
/*	display: none;*/
}
.ttl-img5{
position: absolute;
    top: 0%;
    width: 50px;
    transform: rotate(-20deg)!important;
    left: 14%;
  
}
.jlttl{
	font-size: 1rem;
	padding: 1rem;
    font-weight: bold;
	    font-family: 'Prompt','Noto Sans JP', sans-serif;
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
/*//jl*/

.slider {
  height: auto;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100%;
}
.slick-img img {
  width: 100%;
}
.slick-next,.slick-next:before{
    display: none!important;
}

.bar-item{
    background: #D83646;
    color: #fff;
    margin-top: -2rem;
    z-index: 7;
    display: block;
    mix-blend-mode: hard-light;
    width: 100%;
    /* bottom: 0; */
    display: block;
    margin-top: 0rem;
padding: 1rem 1.4rem;
    font-weight: 100;
    font-size: 2rem;
    /* padding-right: 33rem; */
    /* padding-left: 14%; */
    z-index: 1;
    display: block;
    margin-left: 0rem;
}
.store-abs{
    bottom: -10%;
    width: 100%;
    margin-top: -3rem;
}
.bar-item2{
background: #D83646;
    color: #fff;
    margin-top: -2rem;
    z-index: 7;
    display: block;
    mix-blend-mode: hard-light;
    /* width: 106%; */
    /* bottom: 0; */
    display: block;
    margin-top: 0rem;
padding: 1rem 1.4rem;
    font-weight: 100;
    font-size: 2rem;
    /* padding-right: 3%; */
    /* padding-left: 3%; */
    z-index: 1;
    display: block;
    margin-left: 0rem;
}
.store-abs2{
position: absolute;
    bottom: -10%;
    width: 100%;
    left: 35.1%;
}
.store-rela{
	    position: relative;
}
.curtain1 {
  position: relative;
  width: 266px;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 4px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
.curtain1 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transform: translateX(0);
  background-color: #333;
}

.curtain1.is-loaded span {
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 20px 0;
  background-color: #333;
}




/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}
/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/
.splashbg{
    display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg{
    display: block;
    content: "";
    position:fixed;
  z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
  left: 0;
    transform: scaleX(0);
	    background: #FDF9F2;/*伸びる背景色の設定*/
  animation-name:PageAnime;
  animation-duration:1.2s;
  animation-timing-function:ease-in-out;
  animation-fill-mode:forwards;
}

@keyframes PageAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}

/*画面遷移の後現れるコンテンツ設定*/
#container{
  opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container{
  animation-name:PageAnimeAppear;
  animation-duration:1s;
  animation-delay: 0.8s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}








@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}


.btn{
	    background: #D83646;
    width: 43.2vw;
    height: 13.3333333333vw;
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    font-size: 3.2vw;
    line-height: 4.1666666667em;
    letter-spacing: .001em;
    margin: 4rem auto 0;
}
.btn:hover{
	background: #fff;
	color: #D83646;
}
.about,.news{
	padding-top: 100px;
}

.about .ttl-img{
	    left: 11%;
}
.about-item{
	width: 60%;
    margin: auto;
    display: block;
}
.about-txt-1{
     width: 100%;
    text-align: left;
    line-height: 1.7;
    display: block;
/*     color: #D83646; */
    font-weight: bold;
    font-size: 1rem;
  font-size: 1.08rem;
padding: 0rem 4rem 3rem 4rem;
    margin: auto;
    font-family: 'Prompt','Noto Sans JP', sans-serif;
}
.about-en{
font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
/*	color: #D83646;*/
    /* width: 64%; */
    padding: 0rem 4rem 0rem 4rem;
    text-align: left;
    line-height: 1.3;
    margin: 0rem auto 3rem;
	font-family: "Roboto Slab",serif;
}
.flrsecond {
overflow: hidden;
	    padding-top: 2rem;
}
.flr-1{
	   padding-top: 0rem;
}
.flr-2{
	    width: 90%;
}
.flr-3{
    width: 90%;
    margin-left: 10%;
    margin-top: 0rem;
}

.abouttxtgp{
	        padding-top: 0rem;
}


/*NEWS*/

.news-wp{
	display: flex;
	flex-wrap: wrap;
  gap: 2%;
  /* justify-content: center; */
}
#top_news {
  justify-content: center;
}
.newsbox{
	width: 48%;
	padding: 2%;
	margin-bottom: 2rem;
  position: relative;
}

.news_tab{
  text-align: center;
    background-color: #D83646;
    width: 8rem;
    margin: auto;
    color: #fff;
    padding: 0.5rem 0;
}

.newsbox dt{
	padding: 1rem 0;
    opacity: 0.5;
}

.newsbox dd{
	    font-weight: bold;
    line-height: 1.4;
}
.newsttl{
	margin-bottom: 0rem;
}
.acsttl{
	color: #fff;
}
.btnnews{
	margin: 2rem auto 0;
}
.access-txt{
	
}
.tel{
	font-size: 2.2em;
    display: block;
    text-align: center;
    padding-top: 2rem;
}

/*footer*/
footer{
    background: #D83646;
    color: #fff;
    padding: 5rem 0 5rem;
    margin-top: 100px;
}
.access-txt p{
	color: #fff;
    text-align: center;
    font-size: 1.2rem;
}
.contact_day{
	text-align: center;
    color: #fff;
    font-size: 1.4rem;
}
.map1 {
    padding: 5rem 0;
}
.f-logo{
	    width: 40%;
    margin: auto;
}

.f-txt2{
    color: #fff;
    width: 90%;
    margin: 3rem auto 2rem;
}  

  .pc{
    display: none;
  }.sp{
    display: block;
  }

#splash{

	    width: 230px;
margin: auto;
	padding-top: 28rem;

}
.f-logo-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding-top: 2%;
    width: 75%;
    margin: auto;
    align-items: center;
}
.ft-logo {
display: block;
    padding: 5%;
    width: 32%;
}
.unei{
    font-size: 1.2rem;
    padding-top: 3rem;
    color: #fff;
    text-align: center;
}
.related{
font-size: 1.6em;
    padding-top: 5%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    padding-bottom: 0rem;
}
.copyrights{
	    padding-top: 0em;
    font-size: 1.4em;
    display: block;
    color: #fff;
    padding-top: 3rem;
    font-weight: 300;
    text-align: center;
    border-top: solid 1px;
    width: 90%;
    margin: 3rem auto 0;
}



.sjis {
    width: 10%;
    margin: 5% auto 0;
    display: block;
}








@media (min-width: 960px) {
	

  html{
    /* W860:10 */
    font-size: 1.1628vw;
  }
  .sp{
    display: none;
  }.pc{
    display: block;
  }
	
	/* ロゴに関するスタイル */
/*
.header-logo.headerLogoScroll.-before {
  display : none;
}
.header-logo.-after {
  display : none;
}
.header-logo.headerLogoScroll.-after {
  display : block;
}
*/

	
	
/*	header*/
/*
	.top-logopc{
		    position: absolute;
    width: 10%;
    left: 2rem;
    top: 2rem;
	}
	.banner-wrapper-fixed {
	position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-image: none;
	z-index:-1;	
}	
nav{
background: none;
   color: #D83646;
    text-align: po;
    position: absolute;
    right: 2rem;
}
*/
/*
	.white{
		background: #000;
	}
*/
	.nav-pc-1{
		position: relative;
	}	
	#nav-pc-2{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 1.4rem;
    z-index: 5;
    padding-bottom: 0.4rem;
	}	
	.top-logopc{
		    display: block;
    width: 160px;
    padding-left: 3rem;
	}
	nav{
		padding-right: 3rem;
	}
/*ナビゲーションを横並びに*/
nav ul{
  list-style: none;
  display: flex;
  justify-content: center;
}
/*2階層目以降は横並びにしない*/
nav ul ul{
  display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li{
  position: relative;
}

/*ナビゲーションのリンク設定*/
nav ul li a{
display: block;
    text-decoration: none;
color: rgba(216, 54, 70 ,1);
 padding: 0px 18px 20px;
    font-weight: 500;
    transition: all .3s;
}

nav ul li li a{
    padding: 10px 12px;
    text-align: center;
    font-size: 0.9rem;
}

nav ul li a:hover{
	opacity: 0.5;
}

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/
/*
nav ul li.has-child::before{
  content:'';
  position: absolute;
  left:15px;
  top:25px;
  width:6px;
  height:6px;
  border-top: 2px solid #999;
    border-right:2px solid #999;
    transform: rotate(135deg);
}
*/

	.navja{
		display: block;
	}

/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
nav li.has-child ul{
    position: absolute;
    left: -2.4rem;
    top: 72px;
    z-index: 4;
    /* background: #fff; */
    /* color: #D83646; */
    width: 155px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a{
  color: #D83646;
/*  border-bottom:solid 1px rgba(255,255,255,0.6);*/
}

nav li.has-child ul li:last-child a{
  border-bottom:none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
  background:#D83646;
	color: #fff;
}


/*ranking*/
	.brd-flex{
		    display: flex;
    width: 90%;
    margin: auto;
	}
.w-1{
    width: 60%;
    margin-top: 6rem;
}
.w-2{
    width: 70%;
    margin-left: 4rem;
    margin-top: 18rem;
    padding: 3rem;
}
.w-3{
    width: 50%;
    margin-top: 10rem;
}
.w-4{
    width: 90%;
    margin-left: 8rem;
    margin-top: 3rem;
}




	
/*
	header{
		
	}
header.white{
		background: #000;
	}
	
*/
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.cd-fixed-bg {
		background-size: cover;
		background-attachment: scroll;
	}
	.top-ttlwp{
		width: 380px;
	}
	.top-ttl{
		    font-family: 'Prompt','Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    text-align: left;
    width: 100%;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 3.5;
    padding-top: 1.4rem;
	}
	.tyl{
		font-size: 2rem;
	}
	.top-img-1{
		background: url("https://www.dor.tokyo/2022_img/top-1-img.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	    color: #fff;
	height: 100vh;
}

.top-img-2{
		background: url("https://www.dor.tokyo/2022_img/top-2-img.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	    color: #fff;
	height: 100vh;
}
	
	.amtxt{
		padding-top: 2rem!important;
	}
	.about{
		overflow: hidden;
		padding-bottom: 10rem;
		
	}
.top-logo {
    width: 20rem;
    bottom: 30%;
}
.btn {
    width: 162px;
    height: 60px;
    font-size: 12px;
    font-size: 1.2rem;
   line-height: 3.7em;
    letter-spacing: .001em;
    transition: background .3s ease-in-out;
}	
	
.about,.news{
    padding-top: 10rem;
}
	.jlwp{
		margin-top: 5rem;
	}
	.ttl-img2{
    left: 41%;
    top: 0;
	}	
		.ttl-img{
    left: 41.8%;
    top: -25%;
	}
	.ttl-img3	{
	    left: 43.6%;
    top: -3%;
	}
		.ttl-img4	{
left: 40%;
    top: -20%;
	}
			.ttl-img5	{
    left: 42.2%;
    top: -20%;
	}
	.newsbox {
    width: 18%;
    padding: 1%;
    margin-bottom: 2rem;
}
	
/*about	*/
	.abbcwp{
				background: url("https://www.dor.tokyo/2022_img/aboutbacpc.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	    color: #fff;
	    height: 49vh;
		background-attachment: fixed;
		background-position: center;
	}
	.about-bx{
		margin: auto;
    justify-content: center;
    padding-top: 3rem!important;
	}
	.about-bx .en,.about-bx .ja{
		color: #fff;
		width: 50%;
	}
	.about-bx p{
    color: #fff;

    padding: 0 0rem 0rem 7rem;
	
	}
	.about-txt-1 {
width: 100%;
    text-align: left;
    line-height: 1.6;
		   
    display: block;
/*    width: 83%;*/
    line-height: 1.5;
    text-align: left;
    /* color: #D83646; */
    font-weight: 500;
    font-size: 1rem;
    font-size: 1.38rem;
padding: 0rem 0rem 0rem 0rem;
    margin: auto;
    /* letter-spacing: 3px; */
    font-family: 'Prompt','Noto Sans JP', sans-serif;
    font-weight: bold;
}
	.about-txt-2{
    width: 100%;
    text-align: left; opacity: 0;
       line-height: 0.5;
    display: block;
    /* color: #D83646; */
    font-weight: 500;
    font-size: 1rem;
    font-size: 1.18rem;
/*    padding: 0rem 4rem 3rem 4rem;*/
    margin: auto;
    font-family: 'Prompt','Noto Sans JP', sans-serif;
}
	.about-en {
    font-size: 1.6rem;
    width: 37%;
    text-align: left;
    font-family: "Roboto Slab",serif;
    margin-bottom: 3rem;
}
	.about-item {
    width: 20%;
    margin: auto;
    display: block;
}
	.about-en{
    font-size: 1.6rem;
/*    width: 50%;*/
    text-align: left;
    font-family: "Roboto Slab",serif;
    margin-bottom: 3rem;
	}
	
	.abouttxtgp{
    width: 50%;
    margin: auto;
	}
	.aboutjawp{
		text-align: center;
/*    padding-bottom: 5rem;*/
		    width: 60%;
    margin: auto;
	}
		.about-bx h1,.about-bx h2{
 color: #fff;
    padding: 0 3rem 2rem 9rem;
    font-family: 'Prompt','Noto Sans JP', sans-serif;
    line-height: 1.7;
    font-size: 1.2rem;
    font-weight: 500;
	
	}
	.about-txt{
		      width: 52%;
	}	.wht{
	    width: 30%;
    padding-top: 1rem;
    padding-left: 12rem;
	}
	.flrimgpc1{
width: 40%;
    position: absolute;
    z-index: top;
    bottom: 7rem;
    left: 7rem;
	}
	.flrimgpc2{
    width: 39%;
    z-index: 2;
    padding-left: 0%;
    margin-left: 54%;
    margin-top: 2%;
	}
	.abouttotal{
		position: relative;
	}
	.map1{
		width: 60%;
    margin: auto;
	}
	.f-logo {
    width: 10%;
    margin: auto;
}
	.f-txt2 {
    color: #fff;
    width: 40%;
    margin: 2rem auto;
}
	.store-abs1{
		    position: absolute;
    bottom: -10%;
    width: 100%;
    right: 0;
    left: -4%;
	}
	.store-abs2 {
position: absolute;
    bottom: -10%;
    width: 100%;
    right: 0;
    left: 53%;
}
	.f-logo-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 65%;
	}
	.ft-logo{
    width: 20%;
    text-align: center;
    padding: 3%;
	}
	.related{
		    text-align: center;
    padding: 3rem 0 1rem;
    color: #fff;
    font-size: 1.6rem;
    font-family: "Roboto Slab",serif;
	}
	.unei{
		    color: #fff;
    text-align: center;
    padding-top: 5rem;
	}
	.copyrights{
		    text-align: center;
    padding-top: 2rem;
	width: 60%;
	}
	.shopnav {
    font-size: 0.5rem;
}
	.sjis {
     width: 3%;
    margin: 2% auto 0%;
    display: block;
}
}/* mq960 end */

@media (min-width: 1200px) {
	
  html{
    font-size: 14px;
  }
/*
  section{
    max-width: 1200px;
  }
*/

  .np_container{
    padding-left: 3rem;
    padding-right: 3rem;
  }
} /* mq1200 end*/
@media (min-width: 1300px) {
		.top-logo {
    width: 320px;
    bottom: 0%;
}	
}
