﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Pangolin&display=swap');
.hotdogWrap .top_con3:before {
	content: "";
	position: absolute;
	display: block;
	width: 800px;
	height: 500px;

}
.top_con3 {z-index: 1}

#loopslider {
    margin: 0 auto;
    width: 100%;
    height: 280px;
    text-align: left;
    position: relative;
   overflow: hidden;
    overflow-x: scroll;
}
 
#loopslider ul {
    height: 264px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
#loopslider ul li {
    width: 360px;
    float: left;
    display: inline;
    overflow: hidden;
}
#loopslider ul li figure {
	margin: 0 8px
}
#loopslider .square_img img {
	top: 42%;
}
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#loopslider ul {
    display: inline-block;
    overflow: hidden;
}
@media(max-width: 667px) {
    #loopslider_wrap, #loopslider_wrap ul {
        width: 1000px;
    }
}


/* --------------------------------------------------*/
.tabemono {
position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/abo1.png), url(../img/abo2.png), url(../img/papurika.png);
    background-repeat: no-repeat;
    background-size: 291px auto, 284px auto, 426px auto;
    background-position: 79% -273px, -86px 80%, 41% 100%;
}
.hotdogWrap .width_1280-max p {
	z-index: 1;
    position: relative;	
	}
.hotdogWrap .width_600 {
	margin-left: 0;}
.hotdogWrap .btn02, .coffeeWrap .btn02 {
	font-size: 24px;
    width: 275px;
    height: 86px;
    line-height: 86px;
}
.hotdogWrap .btn02 {
	width: auto;padding: 0 15px
}
.naname {
transform: rotate(-11deg);display: block;
	background: #fff;
    border-radius: 32px;
    padding: 1px 0px 1px 9px;
}
.hotdogWrap2 {background-image: url(https://www.transparenttextures.com/patterns/pinstripe-light.png);
}
.hotdogWrap {
    box-shadow: inset 0 0 40px rgb(200 200 200), 0 2px 2px #ccc;
    background-image: url(../img/niku.png);
    background-repeat: no-repeat;
    background-position: 7px -149px;
    background-size: 650px;
}
	.hotdogWrap:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: block;
    width: 898px;
    height: 1065px;
    background: url(../img/t_hotdog.png) no-repeat;
    background-position: 100% 50%;
    background-size: contain;
		
}
.hotdogWrap:before {
	position: absolute;
    right: 0;
    bottom: -30px;
    content: "";
    display: block;
    width: 100%;
    height: 60px;
	background: url(../img/mohumohu.svg) no-repeat;
	background-position: 50% 100%;
	background-size: contain;transform: rotate(-180deg);
}
.hotdogWrap h3 {
letter-spacing: 0.2rem;
font-size: 6vw;
line-height: 1.3;
z-index: 1;
position: relative;
max-width: 644px;
color: #9a0b18;
}
.coffeeWrap, .menuWrap {
	background: #661A3E;
}
.coffeeWrap h3 img {
	margin-top: -73px;
    filter: drop-shadow(7px -7px 0px rgba(255,255,255,0.6));
}
.coffeeWrap strong {
	letter-spacing: 0.4rem;color: #fff;
	text-shadow: 1px 1px 0px #661a3e, -1px 1px 0px #661a3e, 1px -1px 0px #661a3e, -1px -1px 0px #661a3e, 1px 0px 0px #661a3e, 0px 1px 0px #661a3e, -1px 0px 0px #661a3e, 0px 0px 1px #661a3e;
}
.shoukaiWrap li figure {
	border-radius: 50%;
	margin: 0 40px;/*丸の余白*/
}
.shoukaiWrap .li_2 h3, .shoukaiWrap .li_4 h3 {
	position: absolute;
    top: 0;
    left: 20px;
    background: #fff;
    padding: 5px 10px;
}






/* ---------------------------------------------------------*/
.main_image_box{padding-top: 35.7%}
@media all and (-ms-high-contrast: none){
.close_bt{margin-bottom: 50px;}
}
#modal {
    margin-top: -125px;
    /* position: relative; */
    z-index: 1;
    position: sticky;
    /* bottom: -56px; */
    width: 100px;
}
@media screen and (max-width: 667px){
.main_image_box figure{width: 85%;}
}
.modal_btn i {
	font-size: 40px;
}
.modal_bt {
	transition: all 0.4s;
}
.modal_bt .modal_btn {
	position: relative;
	padding: 22px 26px 26px 26px;
    border-radius: 78px 66px 100px 50px/50px 50px 50px 50px;
    position: relative;
    color: #2b2b2b;
}
.modal_bt .modal_btn:after {
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
    left: 0;
    position: absolute;
    bottom: -12px;
    content: "";
    width: 100%;
    height: 100%;
}
.modal_bt:hover {
}
.modal_bt:hover .modal_btn:after {
    bottom: 0;
}

.modal_btn{cursor: pointer}
.modal_bg {
    top: 0;
    left: 0;
    background-color: rgba(148, 148, 148, 0.8);
    z-index: 9999;
}
.modal_box{
     max-height: 100%;
     overflow-y: auto;
     z-index: 10;
	max-width: 1000px;
}
.close_bt{cursor: pointer;
margin-top: 19px;
border-radius: 10px;
background-color: #9A0B18;
}
.main_image_box figure {
	width: 39%;
}



.buy_btn .text {
    display: block;
    position: absolute;
    width: 73%;
    height: auto;
    left: 50%;
    margin-left: -32%;
    top: 50%;
    margin-top: -16%;color: #fff;font-size: 20px;
}
.buy_btn #circle1 {
    width: 98%;
    height: 98%;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    position: relative;
	padding: 3px;
}
.buy_btn #circle1 .cls {
    fill: #9A0B18;
    width: 100%;
    height: 100%;
    stroke: rgba(35, 172, 56, 0);
    stroke-width: 3;
    stroke-miterlimit: 10;
    transition: stroke-dasharray 0.5s ease-out, stroke 0s 0.5s;
    -webkit-transition: stroke-dasharray 0.5s ease-out, stroke 0s 0.5s;
    stroke-dashoffset: 78.53;
    stroke-dasharray: 0,314.159;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    position: relative;
}
.buy_btn.show a {
    animation: umeAnim 1s ease-out 0.4s;
    -webkit-animation: umeAnim 1s ease-out 0.4s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}
.buy_btn a {
    transform: scale(0);
    -webkit-transform: scale(0);
  /*  display: block;
    position: absolute;*/
    width: 71.43%;
    height: 71.43%;
    left: 14.28%;
    top: 14.28%;
}
.buy_btn {
    display: block;
	position: absolute;
    width: 180px;
    height: 180px;
    right: 10px;
    bottom: 10px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;z-index: 1;
}
.buy_btn a:hover #circle1 .cls {
    transition: stroke-dasharray 0.5s ease-out, stroke 0s;
    -webkit-transition: stroke-dasharray 0.5s ease-out, stroke 0s;
    stroke: #2b2b2b;
    stroke-dashoffset: 78.53;
    stroke-dasharray: 314.159,0;
}
#main_img h2, #topContents h2, #top_contents2 h2, #omise h2 {
font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}
#intro h2, .top_con1 .mini, .date, .cms_title p {
/*	font-family: 'Pangolin', cursive;*/
}
.demoTxt {
  display: block;
opacity:0;
}
.demoTxt span {
 opacity: 0;
  -webkit-transition: 1.3s ease-in-out;
 transition: 1.3s ease-in-out;
}
.demoTxt span{
	position: relative;
	right: 20px;
	opacity: 0;
	filter: blur(10px);
}
.demoTxt span.start{animation: blur 2.3s ease-in-out forwards;}
@keyframes blur {
  0% {
	filter: blur(10px);
  }
  100% { 
	filter: blur(0);
  }
}
.fadein, .fadeCatch{
     opacity: 0;
     transition: 1.2s;
     transition-property: opacity,transform
}
.fadeR {
	opacity: 0;
     transform: translateX(100px);
     transition: 1.3s;
     transition-property: opacity,transform;transition-delay: 0.7s;
}
h4.fadeR {transition-delay: 0.1s;transition: 0.9s;}
h4.fadeL {transition: 0.9s;}
.fadeL {
	opacity: 0;
     transform: translateX(-100px);
     transition: 1.3s;
     transition-property: opacity,transform;transition-delay: 0.3s;
}
.fadein.fadetrans, .fadeCatch.fadetrans, .fadeL.fadetrans, .fadeR.fadetrans{
     opacity: 1;
     transform: none;
}
/* -------------こんな時にご利用ください------------- */
.fade1, .fade2, .fade3{
     opacity: 0;
     transform: translateY(20px);
     transition: 1.2s;
     transition-property: opacity,transform
}
.fade1.fadetrans, .fade2.fadetrans, .fade3.fadetrans{
     opacity: 1;
     transform: none;
}
#top_contents2 .fade1, #top_contents2 .fade2, #top_contents2 .fade3{
 transition: 1s;
	transform: translateY(80px);
}
#top_contents2 .fade1.fadetrans, #top_contents2 .fade2.fadetrans, #top_contents2 .fade3.fadetrans{
	opacity: 1;
 transform: none;
}
@media(min-width: 769px) {
.fade2.fadetrans, #top_contents2 .fade2.fadetrans {
	transition-delay: 0.3s;
}
.fade3.fadetrans, #top_contents2 .fade3.fadetrans {
	transition-delay: 0.6s;
}	
}

/* ------------blurしながらfade------------*/
.blur{
     opacity: 0;
     transition: 1.4s;
     transition-property: opacity,transform;
	 transform: translateX(-50px);
}
.blur.trans{
     opacity: 1;
     transform: none;
	animation: blur 1.1s ease-in-out forwards;
}
@keyframes blur {
  0% {
	filter: blur(10px);
  }
  100% { 
	filter: blur(0);
  }
}
/* ------------------------------------------------- */
#insta_bnr a img, #menu_bnr a img {
	transition: all 0.3s
}
#insta_bnr a:hover img, #menu_bnr a:hover img {
    transform: scale(1.1)rotate(
0.1deg
);
	transition: all 0.3s
}
/* -----button --------------*/
.index-items__btn {
    text-align: center;
    margin-top: 50px;z-index: 1;
}
.btn02, .btn02::before, .btn02::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn02 {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 160px;
    height: 55px;
    line-height: 55px;
    background-color: #9A0B18;
    position: relative;
    z-index: 1;font-family: 'Pangolin', cursive;
	font-weight: normal;
}
.btn02::before {
    right: 0;
}
.btn02::after {
    left: 0;
}

.btn02::before, .btn02::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #9A0B18;
}
.btn02:hover {
    background-color: #fff;
    color: #9A0B18;
}
.btn02:hover::before, .btn02:hover::after {
    width: 0;
    background-color: #9A0B18;
}




#main_img h2 {
    z-index: 1;
    font-size: 53px;
    color: #fff;
    position: absolute;
    top: 12%;
    left: 17%;
/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.30);*/
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
	letter-spacing: 0.2rem;
	font-weight: bold
}
#main_img h2 span {
	margin-top: 250px
}
#main_img {
	position: relative;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
	overflow: hidden;
}


#intro {
	padding-top: 50px;
	position: relative;
	background-position: 0px 175px;z-index: 0;
	margin-top: -103px;
}
#intro .bgImg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 200%;
    transition: top 1.5s ease-out;
    background: url("../img/bg2.png") repeat left top 350px;
}

#asayuu {
	background: #fff;
}
.hiru {
    background-color: #fff5d5;
    background-image: url(../img/bg_hotdog.png), url(../img/bg_coffee.png), url(../img/mame.png), url(../img/ice.png);
    background-repeat: no-repeat;
    background-position: 20% calc( 50% - 150px), -3% 110%, 106% -5px, 105% 104%;
    background-size: 32% auto, 22% auto, 24% auto, 20% auto;
}
.yoru {
background-color: #3b3b3b;
    overflow: hidden;
    background-image: url(../img/niku2.png), url(../img/bill.png), url(../img/haibol.png);
    background-repeat: no-repeat;
    background-position: 76% -39%, 100% calc(50% + 119px), left -3px bottom -79px;
    background-size: 25% auto, 19% auto, 16% auto;
}
#asayuu h2 {
	padding-left: 10px;
}
#asayuu h2:before {
	content: "";display: block;
	background: #9A0B18;
	width: 0px;height: 1px;transition: all 3s;margin-right: 11px;
}
#asayuu h2.trans:before {
	width: 188px;margin-right: 14px;
}
#asayuu .png {
position: absolute;
width: 150px;
	z-index: 0;
	top: -110px;
	left: 15px;
}
.night_box {z-index: 1}
#asayuu .night_box .png {
	right: 15px;left: inherit;
}
#asayuu h4 {
	z-index: 1;
	margin-top: 90px;
	margin-right: -66px;
	position: relative;padding-top: 43px;
}
#asayuu .night_box h4 {
	z-index: 1;
	margin-right: inherit;
	margin-left: -66px;background: #2b2b2b;
}
.introInner, .asayuuInner {
	position: relative;
	padding-top: 77px;
	margin-top: 50px;
}
#intro h2 {
    font-size: 3vw;
/*    -moz-transform: rotate(356deg);
    -webkit-transform: rotate(
356deg
);
    -o-transform: rotate(356deg);
    -ms-transform: rotate(356deg);*/
}
#intro p {
	z-index: 1;
	position: relative;
line-height: 3;font-family: 'Noto Serif JP', serif;
}
#topContents {
	position: relative;
	background: #fffcf2;
	z-index: 1;
}
.topContentsInner {
    position: relative;
    padding: 100px 0 9%;
	z-index: 0;
}
#topContents h2, #top_contents2 h2, #omise h2 {
	position: relative;
}
#topContents h2:after, #top_contents2 h2:after, #omise h2:after {
	position: absolute;
	display: block;content: "";
	width: 0px;
height: 1px;
	background: #2b2b2b;
	bottom: -7px;
	left: 0;right: 0;margin: auto;
	transition: all 1.1s;
}
#topContents h2.trans:after, #top_contents2 h2.trans:after, #omise h2.trans:after {
	width: 140px;transition-delay: 0.6s;
}
#top_contents2 {
	z-index: 0;
}

.top_con2 p{
	padding: 3% 6% 3% 6%;
	letter-spacing: 0.1rem;
}
.top_con1 p span:nth-child(1) {
	color: #9A0B18;
}
.top_con1 > div {
	margin: inherit;
    margin-left: 0%;
}
.top_con2 {
	margin-right: -93px;
}
.top_con2 > div {
    margin: inherit;
    z-index: 2;
    background-color: #2ea7e0;
    border-radius: 60% 40% 65% 35% / 51% 44% 56% 49%;
    padding: 95px 22px;
    margin-right: 0%;
    color: #fff;
    box-shadow: 32px 23px 0px 0px #dedede;
}
.top_con1 ul li i {
	color: #87cff1;
	margin-right: 7px;
}
.top_con1 ul li {
    line-height: 1.5;
    padding: 1.22em 2% 0.5em 2%;
    text-align: center;
}
.top_con1 ul li figure {
	width: 90%;
}
.top_con1 ul li p:first-of-type {
	letter-spacing: 0.3rem;
	color: #006400;
}
.top_con1 ul li span {
    border-bottom: 2px dotted #fff;
    padding-bottom: 8px;
}
.top_con1 ul li:before {
/*  font-family: "Font Awesome 5 Free";
  content: "\f005";
  position: absolute;
  left : 1em; 
  color: #ffb03f; 
font-weight: 900;*/
}
#top_contents2 {
    position: relative;
    background-color: #fffcf2;
    padding: 3% 0 11%;
}

#top_contents2 ul:nth-of-type(2){
	width: 75%;
	margin: 100px auto;
}
#top_contents2 ul:nth-of-type(2) li {
	width: 29.5%;
}


#asayuu:before {

}
#top_cms_menu {
	background-image: url(../img/top_menu_bg.jpg);
    background-size: 60% auto;
    background-position: 100% 27%;
	position: relative;overflow: hidden;
}
#top_cms_menu:after {
	position: absolute;
	content: "";
	display: block;
	width: 40%;
	height: 600px;
	top: 0;
	left: 0;
	background: #9A0B18;
}
#top_cms_menu div {
	z-index: 1;
}
/* ------------------------------------- */
#top_takeout > div {
	background: url(../img/takeout_bg.png) no-repeat;
    background-position: 92% 41px;
    background-size: auto 100%;
}
/*#top_takeout img {
	 animation: move-y 1.3s infinite alternate ease-in-out;
}*/
@keyframes move-y {
  from {
    transform: translateY(0) ;
  }
  to {
    transform: translateY(5px) /* rotate(5deg)*/;
  }
}
#top_takeout .btn02 {
	height: inherit;
	width: auto;padding: 20px 20px;
	font-family: 'Noto Serif JP', serif;
}
#top_cms_menu .cms_title, #top_cms_takeout .cms_title, #top_cms_faq .cms_title, #top_cms_blog .cms_title  {
  position: relative;
  margin: 47px 0 47px 20px;
z-index: 0;
	display: inline-block;
}
#top_cms_menu .cms_title h2:first-letter, #top_takeout .cms_title h2:first-letter {
	color: #2b2b2b;
}
 #top_cms_blog .cms_title h2:first-letter {
	color: #2b2b2b;
}

@media(max-width: 1600px) {
.topContentsInner:after {
    bottom: -29%;
}
}
@media(max-width: 1410px) {
.topContentsInner:after {
    bottom: -28%;/*STOP*/
}
}
@media(max-width: 1320px) {
	.width_1280-max {
		padding-left: 20px;padding-right: 20px;
	}
.hotdogWrap:after {
    width: 652px;
    height: 1103px;
}
}

@media(min-width: 1318px) {
	#main_img, .main_imgInner {
	height: calc( 100vh - 20px)!important;
}
}
@media(max-width: 1400px) {
	.top_con2 > div {
		margin-bottom: 8%;
	}
	.hotdogWrap {
    background-size: 46%;
}
	#top_cms_menu {
    background-size: auto 105%;
    background-position: 100% 50%;
}
}
@media(max-width: 1260px) {
	.top_con3 {
		padding-left: 20px;
		padding-right: 20px;
	}
.swiper-wrapper {
	height: auto!important;
/*	padding-bottom: 30px;*/
}	.top_con1 {
		padding-top: 17%;
	}
.topContentsInner:before {
    width: 68%;
}
.topContentsInner:after {
    width: 68%;
}
#top_cms_menu {
    background-position: 102% -1%, -3% 99%;
}



}
@media(max-width: 800px) {
.topContentsInner:after {
    bottom: -40%;/*STOP*/
}
}
@media(max-width: 768px) {
	.hotdogWrap .txt .d_flex p {
		background: rgba(255, 255, 255, 0.90);
    padding-bottom: 6px;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 5px;
    max-width: inherit;
	}
	.hotdogWrap h3 {
    font-size: 59px;
    padding: 0px 0px;
    color: #9a0b18;
    background: rgba(255,255,255,0.5);
		max-width: inherit
}
	.hotdogWrap {
    background-size: 564px auto;
    background-position: -137px -101px;
}
.hotdogWrap:after {
    top: 480px;
    width: 597px;
    height: 728px;
}
	.hiru {
    background-size: 41% auto, 36% auto;
}
.modal_bt .modal_btn {
    color: #2b2b2b;
}
#modal {

}
#main_img h2 {
    font-size: 4.5vw;
	top: 8%;
    left: 10%;
}
#main_img {
	padding-top: 150px;
	padding-bottom: 56px;
}
.swiper-wrapper::after {
    height: calc(100%);
}
#intro {
	padding-top: 0px;
	margin-top: -63px;
}
#intro h2 {
    font-size: 5vw;margin-top: -120px;
}
.introInner {
		padding-top: 125px;
		margin-top: 0;
	}
.asayuuInner {
    padding-top: 82px;
}
#asayuu:before {
    height: 46%;
    top: 42%;
}
.top_con1 {
    padding-top: 11%;
}
.top_con2 > div {
		padding: 95px 66px 95px 43px;
	}
	.top_con3 {
		padding-top: 54px;
	}
	#top_contents2 {
		padding-top: 14%;
	}

	.topContentsInner:after {
    bottom: -41%;
}
	.topContentsInner:before {
		width: 84%;
		top: -24%;
	}
	#top_cms_menu .cms_title, #top_cms_takeout .cms_title, #top_cms_faq .cms_title, #top_cms_blog .cms_title  {
		margin-left: 0;
}
#top_cms_menu {
    background-size: 100%;
    background-position: left 50% bottom -100px;
}
	#top_cms_menu:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 290px;
    top: 0;
    left: 0;
    background: #9A0B18;
}
	.hotdogWrap .index-items__btn {
    margin-top: 586px;text-align: left
}
	#top_cms_menu .index-items__btn {
    margin-top: 44px;
}
	#top_cms_menu .cms_title {
		margin-top: 0;
	}
#top_takeout .btn02 {
    font-size: 20px;
    height: inherit;
    padding: 10px;
    line-height: 40px;
}
	#top_cms_blog .index-items__btn {
		margin-top: 61px;
	}
	.buy_btn .text {
		font-size: 2.5vw;
	}
	.index-items__btn.btn2 {
    margin-top: 20px;
}
}
@media(max-width: 667px) {
	.coffeeWrap .index-items__btn {
		margin-top: 30px
	}
	.tabemono {
    background-image: url(../img/abo1.png), url(../img/abo2.png), url(../img/papurika.png);
    background-repeat: no-repeat;
    background-size: 150px auto, 184px auto, 225px auto;
    background-position: 127% -93px, -86px 80%, 41% 100%;
}
	.hotdogWrap .txt p {
    margin-bottom: 0px;display: block;
}
	.top_con3 {
    padding-top: 19px;
    background: rgba(255, 255, 255, 0.68);
    padding-bottom: 15px;
}
	.hotdogWrap {
    background-size: 427px auto;
    background-position: -123px -80px;
}
	#loopslider {
    height: 150px;
}
#loopslider ul {
    height: 134px;
}
#loopslider ul li {
    width: 200px;
}
	.yoru {
background-position: 3% -12%, 96% calc(68% + 181px), 5% 133%;
    background-size: 42% auto, 33% auto, 33% auto;
}
	.hiru {
    background-size: 49% auto, 46% auto, 45% auto;
	background-position: -2% calc( 50% - 213px), -4% 105%, 110% 11px, 108% 107%;
}
	.hotdogWrap h3 {
    font-size: 42px;
    line-height: 1.3;
	padding: 0px 17px;
}
	.hotdogWrap:after {
top: 363px;
    width: 339px;
    right: 0;
}
	.modal_btn i {
    font-size: 26px;
}
	#modal {
    margin-top: -61px;
}
	.modal_bt .modal_btn{
	padding: 23px 12px 26px 14px;	
	}
	.buy_btn {
    width: 30%;
    height: 30%;
    right: 5px;
    bottom: 0px;
}
	.buy_btn .text {
    font-size: 3vw;
}
	.buy_btn #circle1 {
    width: 97%;
    height: 97%;
}

	#main_img h2 {
    font-size: 19px;
    top: 4%;
    left: 11%;
}
	#main_img h2 span {
    margin-top: 113px;
}
	#main_img h2 p {
		padding-top: 30px;
	}
#main_img {
    padding-top: 76px;
    padding-bottom: 50px;
}
.introInner {
    padding: 149px 20px 50px;
}
#intro h2 {
    font-size: 26px;
}
#intro p {
	z-index: 1;
	position: relative;
line-height: 2.2;
	font-size: 13px;
}
.topContentsInner {
	padding-top: 50px;
}
.topContentsInner:before {
    width: 95%;
	right: 5px;
	top: -19%;
}
.topContentsInner:after {
    bottom: -38%;
    width: 97%;
    left: 5px;
}
#top_contents2:before {
    width: 95%;
	left: 5px;
	top: -12%;
}
.top_con1 {
    padding: 4% 4% 6% 5%;
}
	.top_con2 {
		margin-right: 0;
	}
.top_con2 > div {
    padding: 45px 46px;
    margin-right: 0%;
    margin-bottom: 48%;
}
.top_con2 ul li {
    padding: 0.5em 0 0.5em 0em;
}

	#top_contents2 ul:nth-of-type(2) {
    width: 100%;
    margin: 50px auto;
}
	#top_contents2 ul:nth-of-type(2) li {
    width: 45%;
}
	.top_con1 ul li + li {
		padding-top: 3.5rem
	}
#top_cms_menu {
    background-size: 100%;
    background-position: 50% 100%;
}
	#top_cms_menu:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 227px;
    top: 0;
    left: 0;
    background: #9A0B18;
}
	#top_cms_menu .cms_title {
		margin-top: 0;
		margin-bottom: 26px;
	}
#asayuu h2 {
    padding-left: 1px;
}
#asayuu h2.trans:before {
    width: 40px;
    margin-right: 12px;
}
#asayuu h4 {
    margin-top: 79px;
    margin-right: 0;
    padding: 10px 0 10px 130px;
}
	#asayuu .night_box h4 {
		margin-left: 0;
		padding: 10px 130px 10px 20px;
	}
#asayuu .png {
    width: 113px;
    top: -54px;
    left: -1px;
}
	.top_con1 ul li {
    padding: 1.22em 0% 0.5em 0%;
}
	.hotdogWrap .btn02, .coffeeWrap .btn02 {
    font-size: 5vw;width: 100%;
}
	.hotdogWrap .index-items__btn {
    margin-top: 79%;
}
	.index-items__btn.btn2 {
    margin-top: 20px;
}
	.index-items__btn {
    margin-top: 146px;
	width: 100%;
}	
	#top_takeout .index-items__btn {
		margin-top: 23px;
	}
	#top_takeout > div {
    background-position: 50% 100%;
    background-size: 90% auto;
}
	.asayuuInner{
		padding-top: 30px
		
	}
	.introInner, .asayuuInner {
		margin-top: 8px;
	}
}
.ieOnly {display: none;}
/*IE*/
@media all and (-ms-high-contrast: none){
		#top_contents2 h2 span {
		padding: 36px 1px 0px 111px;
	}
	#modal {
		position: absolute
	}
	.ieOnly {
		display: block;
	}
	.ieHidden {display: none}
	.buy_btn a {
		width: 200px;
		height: 200px;
		transform: none;
	}
	#circle1 {
		width: 168px;
		height: 168px;
	}
	.coffeeWrap h3 img {
    margin-top: -24px;
}
}

