@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arya:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Imbue:opsz,wght@10..100,100..900&display=swap');


/*----------------------------------------------------
	☆PC
----------------------------------------------------*/
.bgWhite {
    background: #fff;
}

.bgw01 {
    padding: 8px 0 50px 0;
}

#wrapper {
    margin-bottom: 0;
}

.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

.nowrap{
    white-space: nowrap;
    display: inline-block;
}

#erickcurry a:hover{
    text-decoration: none;
}

#erickcurry ul, #erickcurry p, #erickcurry dl{ margin-bottom: 0;}
#erickcurry dd{ margin-left: 0;}

#erickcurry {
	width: 100%;
    overflow: hidden;
	position: relative;
	color: #000;
	font-family: "Shippori Mincho B1", serif;
    letter-spacing: 0.15em;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
	background: url("../images/menu/erickcurry/bg_01.jpg") center center / contain repeat-y;
}

#erickcurry img { 
    width: 100%; 
    vertical-align: bottom; 
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
}

#erickcurry .deco {
    position: absolute;
    top: 0;
}

#erickcurry .btn {
    max-width: 530px;
    margin: 15px auto 0;
    display: table;
    width: 100%;
}

#erickcurry .btn a {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0.8em;
    background: #e64426;
    border-radius: 100px;
    width: 100%;
    color: #fff;
    transition: .4s;
	font-size: 20px;
}

#erickcurry .btn a::after {
    display: block;
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg) translate(0, -50%);
    position: absolute;
    right: 20px;
    top: 50%;
    transition: .4s;
}


/*--- mv ---*/

#erickcurry #mv {
    position: relative;
    background: url("../images/menu/erickcurry/bg_01.jpg") top center / 100% repeat-y;
}

#erickcurry #mv .mvInner {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
	width: 100%;
    background: url("../images/menu/erickcurry/bg_01.jpg") top center / 100% repeat-y;
	overflow: hidden;
}

#erickcurry #mv .mvInner .mvLogo {
    width: min(47%, 670px);
    left: 4%;
    top: 8.5%;
}

#erickcurry #mv .mvInner .mvTitle {
    width: min(51%, 730px);
    left: 1%;
    top: 35.5%;
}

#erickcurry #mv .mvInner .mvText {
    width: min(36%, 520px);
    left: 9.5%;
    top: 66%;
}

#erickcurry #mv .mvInner .mvDate {
    width: min(20%, 280px);
    left: 33%;
    top: 73.5%;
}


#erickcurry #mv .pattern {
	position: absolute;
    width: min(57%, 820px);
    right: 71.5%;
    top: -28vw;
}

/*--- intro ---*/
#erickcurry #intro {
    position: relative;
    background: url("../images/menu/erickcurry/bg_03.jpg") center center / 3000px auto repeat;
	padding: 90px 0 170px;
	overflow: hidden;
}

#erickcurry #intro .txt {
    position: relative;
    text-align: center;
	font-size: 18px;
	line-height: 2;
	z-index: 1;
	font-weight: 700;
}

#erickcurry #intro .sketch.deco01 {
    width: min(13%, 187px);
    left: 7%;
    top: 28%;
}

#erickcurry #intro .sketch.deco02 {
    width: min(34%, 490px);
    left: 70%;
    top: -14vw;
}

/*--- タブ切替 ---*/
.tabsInner {
    max-width: 904px;
    width: 90%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

/* タブ切り替え全体のスタイル*/
.tabs {
    width: 100%;
    margin: -94px auto 0;
}

/* タブのスタイル */
.tab_item {
    width: 49%;
    max-width: 440px;
    height: 94px;
    background: #fff8ee;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.3));
    cursor: pointer;
    position: relative;
	transition: all 0.3s ease;
}

.tab_item::before {
    content: "";
	position: absolute;
	display: block;
	max-width: 400px;
    width: 90%;
	top: 15%;
	left: 50%;
	right: 0;
	transform: translate(-50%,-50%);
    margin: auto;
    height: 3px;
  	background-image: url("../images/menu/erickcurry/circle_02.svg");
  	background-repeat: repeat-x;
  	background-size: 6px 3px;
}

.tab_item::after {
    content: "";
	position: absolute;
	display: block;
	max-width: 400px;
    width: 90%;
	top: 85%;
	left: 50%;
	right: 0;
	transform: translate(-50%,-50%);
    margin: auto;
    height: 3px;
  	background-image: url("../images/menu/erickcurry/circle_02.svg");
  	background-repeat: repeat-x;
  	background-size: 6px 3px;
}

.tab_item span.titBox {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.tab_item .tit {
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    text-align: center;
    display: block;
	color: #4f8778;
}

.tab_item.current,
.tab_item:hover {
    background: #e64426;
    color: #fff;
}

.tab_item.current::before,
.tab_item.current::after,
.tab_item:hover::before,
.tab_item:hover::after {
    background-image: url("../images/menu/erickcurry/circle_01.svg");
}

.tab_item.current .tit,
.tab_item:hover .tit {
    color: #fff;
}

/* タブ切り替えの中身のスタイル */
.tab_content {
    /*display: none;*/
    clear: both;
    overflow: hidden;
    border-top: 4px solid #e64426;
    position: relative;
}

.tab_item a {
    width: 100%;
    height: 100%;
    display: block;
}

.tab_item.current a {
    cursor: default;
}

#tabBox {
    padding-top: 250px;
    margin-top: -250px;
}


/*--- 最後のタブ ---*/
.tabsInnerUnder {
	background: url(../images/menu/erickcurry/bg_03.jpg) center center / 3000px auto repeat;
	border-top: 4px solid #e64426;
}

.tabsInnerUnder .tabsInner {
    margin: 0 auto;
    padding-bottom: 70px;
}



/*--- restr ---*/
#erickcurry #restr {
    position: relative;
    background-image: url("../images/menu/erickcurry/pt_bg_01.jpg");
    background-repeat: repeat;
	padding: 100px 0 90px;
}

#erickcurry #restr .restrArea {
    width: 90%;
    max-width: 1100px;
    padding: 10px;
    margin: 0 auto;
    background: url("../images/menu/erickcurry/bg_03.jpg") center center / cover no-repeat;
	border: 3px solid #e64426;
}

#erickcurry #restr .restrInner {
  background-image: radial-gradient(circle, #e64426 2px, transparent 2px), radial-gradient(circle, #e64426 2px, transparent 2px), radial-gradient(circle, #e64426 2px, transparent 2px), radial-gradient(circle, #e64426 2px, transparent 2px);
  background-position: left -3px top, right top -3px, left 3px bottom, left top 3px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 10px 4px, 4px 10px, 10px 4px, 4px 10px;
  padding: 8%;
}

#erickcurry #restr .restrInner .restrTit {
    width: min(25%, 218px);
    margin: 0 auto 50px;
}

#erickcurry #restr .restrInner .restrBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

#erickcurry #restr .restrInner .restrBox .image {
	width: min(40%, 345px);
}

#erickcurry #restr .restrInner .restrBox .text {
    width: 54%;
    max-width: 480px;
    text-align: justify;
}

#erickcurry #restr .restrInner .restrBox .text .name {
    margin-bottom: 30px;
	font-weight: 600;
}

#erickcurry #restr .restrInner .restrBox .text .role {
    font-size: 16px;
	margin-bottom: 5px;
}

#erickcurry #restr .restrInner .restrBox .text .txt {
    line-height: 1.9;
    letter-spacing: 0.08em;
}

#erickcurry #restr .restrInner .restrBox .text .main-name {
    font-size: 35px;
}

#erickcurry #restr .restrInner .restrBox .text .main-name .small {
    font-size: 65%;
}

#erickcurry #restr .restrInner .rinkArea {
    /*background-image: url("../images/menu/erickcurry/pt_bg_02.jpg");
    background-repeat: repeat;*/
	background: #e64426;
	padding: 10px;
	display: block;
    text-decoration: none;
}

#erickcurry #restr .restrInner a {
	transition: all 300ms ease;
}

#erickcurry #restr .restrInner .rinkArea .rinkInner {
    border: 1px solid #fff;
	padding: 40px;
	position: relative;
}

#erickcurry #restr .restrInner .rinkInner .rinkBox {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

#erickcurry #restr .restrInner .rinkInner .rinkBox .rinkIcon {
    width: min(10%, 64px);
}

#erickcurry #restr .restrInner .rinkInner .rinkBox .rinkTxt {
    color: #fff;
	text-align: center;
	font-weight: 700;
}

#erickcurry #restr .restrInner .rinkInner .rinkBox .rinkTxt .lineInner {
    position: relative;
    display: flex;
    justify-content: center;
}

#erickcurry #restr .restrInner .rinkInner .rinkBox .rinkTxt .lineInner .sub {
    font-size: 15px;
	position: relative;
}

#erickcurry #restr .rinkBox .rinkTxt .lineInner .sub::before {
	content: "";
	display: block;
	position: absolute;
	left: -40px;
    top: 50%;
    width: 25px;
	height: 1px;
	background: #fff;
}

#erickcurry #restr .rinkBox .rinkTxt .lineInner .sub::after {
	content: "";
	display: block;
	position: absolute;
	right: -40px;
	top: 50%;
	width: 25px;
	height: 1px;
	background: #fff;
}

#erickcurry #restr .restrInner .rinkInner .rinkBox .rinkTxt .logo {
    margin:  0 auto 15px;
	width: 235px;
}

#erickcurry #restr .restrInner .rinkInner .rinkBox .rinkTxt .main {
    font-size: 36px;
	margin-bottom: 15px;
}

#erickcurry #restr .restrInner .rinkInner .more {
	position: absolute;
	bottom: 12px;
    right: 12px;
    font-family: "Arya", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #e64426;
	background: #fff;
	padding: 5px 50px 5px 20px;
    border-radius: 100px;
}

#erickcurry #restr .restrInner .rinkInner .more::after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 28px;
    height: 5px;
    background: url("../images/menu/erickcurry/arrow_02.svg") right center / 28px 5px no-repeat;
}



/*--- menu ---*/
#erickcurry #menu {
    position: relative;
	padding: 60px 0 60px;
}

#erickcurry #menu .menuBox {
	position: relative;
    margin: 0 auto 100px;
}

#erickcurry #menu .menuBox .pattern {
	position: absolute;
    width: min(57%, 820px);
}

#erickcurry #menu .menuBox:nth-child(odd) .pattern {
    left: -28.5%;
    top: 16%;
}

#erickcurry #menu .menuBox:nth-child(even) .pattern {
    right: -28.5%;
    top: 16%;
}

#erickcurry .line {
	width: 100%;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/menu/erickcurry/pt_line.svg") top center / 25px 16px repeat-x;
    margin: 0 auto;
}

#erickcurry #menu .menuBox.no2 .line::after {
	content: "";
    position: absolute;
    top: -85px;
    bottom: 0;
    left: 10%;
    margin: auto;
    width: 81px;
    height: 73px;
    background: url("../images/menu/erickcurry/bg_deco_01.svg") right center / 81px 73px no-repeat;
}

#erickcurry #menu .singleArea .line::after {
	content: "";
    position: absolute;
    top: -85px;
    bottom: 0;
    right: 10%;
    margin: auto;
    width: 81px;
    height: 73px;
    background: url("../images/menu/erickcurry/bg_deco_02.svg") right center / 81px 73px no-repeat;
}

#erickcurry #menu .line.no2 {
    position: relative;
}

#erickcurry #menu .singleArea .line.no2::after {
	left: -72%;
	right: 0;
    background: url("../images/menu/erickcurry/bg_deco_03.svg") right center / 81px 73px no-repeat;
}

#erickcurry #menu .menuBox .boxInner {
	position: relative;
	max-width: 1030px;
    width: 85%;
    margin: 0 auto;
	padding-top: 170px;
}

#erickcurry #menu .menuBox .boxInner .imgBox {
    position: relative;
	margin-bottom: 40px;
}

#erickcurry #menu .menuBox .boxInner .imgBox .imgBoxInner::before {
    position: absolute;
    content: "";
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../images/menu/erickcurry/tit_deco_01.svg") top center / contain no-repeat;
    width: 80px;
    height: 27px;
}

#erickcurry #menu .menuBox .boxInner .imgBox .kansyu_logo {
    position: absolute;
    left: 15px;
    top: -40px;
    width: min(20%, 154px);
	filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

#erickcurry #menu .menuBox .boxInner .imgBox .spicy_icon {
        position: absolute;
    right: 50px;
    bottom: -15px;
    width: min(12%, 110px);
	filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

#erickcurry #menu .menuBox .boxInner .txtBox {
    width: 100%;
    color: #fff;
}

#erickcurry #menu .menuBox .boxInner .txtBox {
    text-align: center;
    color: #fff;
	margin-bottom: 45px;
}

#erickcurry #menu .menuBox .boxInner .txtBox .menuTitle {
    font-size: 36px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: 700;
}

#erickcurry #menu .menuBox .boxInner .txtBox .menuTitle .small {
    font-size: 28px;
}

#erickcurry #menu .menuBox .boxInner .txtBox .price {
	font-size: 25px;
	color: #e5c283;
	margin-bottom: 35px;
	font-weight: 600;
}

#erickcurry #menu .menuBox .boxInner .txtBox .price  span {
	font-size: 80%;
}

#erickcurry #menu .menuBox .boxInner .txtBox .subTxt {
	text-align: justify;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
	line-height: 1.9;
    letter-spacing: 0.08em;
}

#erickcurry #menu .menuBox .meals {
	background: #fff6e4;
	padding: 10px;
	position: relative;
	overflow: hidden;
	width: 85%;
    max-width: 670px;
    margin: 0 auto;
}

#erickcurry #menu .menuBox .meals .mealsInner {
	border: 1px solid #e64426;
	padding: 50px 70px;
}

#erickcurry #menu .menuBox .meals .mealsInner .txtBox {
	text-align: center;
	position: relative;
    z-index: 1;
}

#erickcurry #menu .menuBox .meals .sketch {
    width: min(38%, 250px);
    left: 69%;
    top: -15%;
}

#erickcurry #menu .menuBox .meals .txtBox {
	text-align: center;
}

#erickcurry #menu .menuBox .meals .txtBox .title {
	font-size: 24px;
	color: #e64426;
	margin-bottom: 15px;
	font-weight: 700;
}

#erickcurry #menu .menuBox .meals .txtBox .txt {
	font-size: 14px;
	text-align: justify;
	line-height: 1.9;
    letter-spacing: 0.08em;
}

#erickcurry #menu .singleArea {
	position: relative;
}

#erickcurry #menu .singleArea .AreaInner {
	max-width: 1030px;
    width: 85%;
	margin: 0 auto;
	padding-top: 150px;
}

#erickcurry #menu .singleArea .AreaInner .singleTit {
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
}

#erickcurry #menu .singleArea .AreaInner .singleTit::before {
    position: absolute;
    content: "";
    top: 110px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../images/menu/erickcurry/tit_deco_01.svg") top center / contain no-repeat;
    width: 80px;
    height: 27px;
}

#erickcurry #menu .singleArea .AreaInner .singleList {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding-top: 100px;
}

#erickcurry #menu .singleArea .AreaInner .singleList .singleBox {
	width: 46.5%;
	margin-bottom: 40px;
}

#erickcurry #menu .singleList .singleBox .imgBox {
	position: relative;
	margin-bottom: 30px;
}

#erickcurry #menu .singleList .singleBox .kansyu_logo {
    position: absolute;
    left: -8px;
    top: -40px;
    width: min(30%, 140px);
	filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

#erickcurry #menu .singleList .singleBox .spicy_icon {
    position: absolute;
    right: 25px;
    bottom: -10px;
    width: min(15%, 70px);
	filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

#erickcurry #menu .singleList .singleBox .txtBox {
    text-align: center;
    color: #fff;
	margin-bottom: 45px;
}

#erickcurry #menu .singleList .singleBox .txtBox .menuTitle {
    font-size: 26px;
	line-height: 1.2;
	margin-bottom: 5px;
	font-weight: 700;
}

#erickcurry #menu .singleList .singleBox .txtBox .menuTitle .small {
    font-size: 20px;
}

#erickcurry #menu .singleList .singleBox .txtBox .price {
	font-size: 18px;
	color: #e5c283;
	margin-bottom: 35px;
	font-weight: 600;
}

#erickcurry #menu .singleList .singleBox .txtBox .price  span {
	font-size: 80%;
}

#erickcurry #menu .singleArea .pattern {
	position: absolute;
    width: min(57%, 820px);
    right: -28.5%;
    bottom: -14%;
}




/*--- dt ---*/
#erickcurry #dt {
    position: relative;
    background: url("../images/menu/erickcurry/bg_02.jpg") center center / 3000px auto repeat;
	padding: 90px 0 60px;
}

#erickcurry #dt .dtArea {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

#erickcurry #dt .line {
    margin: 60px auto 0;
}

#erickcurry #dt .line.no2 {
    position: relative;
	margin: 100px auto 0;
}

#erickcurry #dt .dtArea .pattern {
    width: min(57%, 820px);
}

#erickcurry #dt .dtArea .pattern.deco05 {
	position: absolute;
    left: -28.5%;
    top: 5%;
}

#erickcurry #dt .dtArea .dtBox {
    background: url("../images/menu/erickcurry/bg_03.jpg") center center / cover no-repeat;
    border: 3px solid #e64426;
    position: relative;
	margin-top: 140px;
}

#erickcurry #dt .dtArea .dtBox .dtIcon {
    position: absolute;
    width: min(14%, 150px);
    left: 50%;
    top: -4.5%;
    transform: translateX(-50%);
	z-index: 1;
}

#erickcurry #dt .dtArea .dtBox .titleBox {
    background: #e64426;
    padding: 9% 0 3%;
    position: relative;
    text-align: center;
	overflow: hidden;
	color: #fff;
}

#erickcurry #dt .dtArea .dtBox .titleBox .titBox {
    z-index: 1;
    position: relative;
	font-weight: 700;
}

#erickcurry #dt .dtArea .dtBox .titleBox .sub {
    font-size: 23px;
}

#erickcurry #dt .dtArea .dtBox .titleBox .main {
    font-size: 50px;
	margin-bottom: 10px;
}

#erickcurry #dt .dtArea .dtBox .titleBox .dtDate {
    width: 490px;
	margin: 0 auto;
}

#erickcurry #dt .dtArea .titleBox .sketch.deco04 {
    width: min(25%, 284px);
    left: 79%;
    top: 20%;
}

#erickcurry #dt .dtArea .titleBox .sketch.deco05 {
    width: min(25%, 284px);
    left: -2%;
    top: -5%;
}

#erickcurry #dt .dtArea .dtBox .productBox {
    padding: 10px;
}

#erickcurry #dt .dtArea .dtBox .productBox .productInner {
    background-image: radial-gradient(circle, #e64426 2px, transparent 2px), radial-gradient(circle, #e64426 2px, transparent 2px), radial-gradient(circle, #e64426 2px, transparent 2px), radial-gradient(circle, #e64426 2px, transparent 2px);
    background-position: left -3px top, right top -3px, left 3px bottom, left top 3px;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-size: 10px 4px, 4px 10px, 10px 4px, 4px 10px;
    padding: 8% 12%;
}

#erickcurry #dt .dtArea .dtBox .productBox .productsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#erickcurry #dt .dtArea .dtBox .productBox .productsList li {
    width: 45%;
    margin-bottom: 80px;
    text-align: center;
    position: relative;
}

#erickcurry #dt .dtArea .dtBox .productBox .productsList li .kansyu_logo {
    position: absolute;
    left: -12px;
    top: -15px;
    width: min(43%, 140px);
	filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

#erickcurry #dt .dtArea .dtBox .productBox .productsList li .productsImg {
	margin-bottom: 10px;
}

#erickcurry #dt .dtArea .dtBox .productBox .productsList li .productsTitle {
    font-size: 24px;
	line-height: 1.3;
	margin-bottom: 10px;
	font-weight: 700;
}

#erickcurry #dt .dtArea .dtBox .productBox .productsList li .price {
    font-size: 18px;
	color: #03533e;
	font-weight: 600;
}

#erickcurry #dt .dtArea .dtBox .productBox .productsList li .price span {
    font-size: 80%;
}

#erickcurry #dt .dtArea .btnArea {
    text-align: center;
	color: #e64426;
	position: relative;
	margin-top: 50px;
	font-weight: 700;
}

#erickcurry #dt .dtArea .btnArea .btnTxt {
    font-size: 28px;
}

#erickcurry #dt .dtArea .btnArea .btnTxt::before {
    position: absolute;
    content: "";
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../images/menu/erickcurry/tit_deco_02.svg") top center / contain no-repeat;
    width: 80px;
    height: 27px;
}

#erickcurry .btn {
    max-width: 530px;
    margin: 20px auto 0;
    display: table;
    width: 80%;
}


/*--- campaign ---*/
#erickcurry #campaign {
    position: relative;
    background-image: url("../images/menu/erickcurry/pt_bg_03.jpg");
    background-repeat: repeat;
	padding: 150px 0 90px;
}

#erickcurry #campaign .highlight {
    background: linear-gradient(transparent 60%, #ffe600 40%);
}

#erickcurry #campaign .cpArea {
    position: relative;
}

#erickcurry #campaign .cpArea .cpIcon {
    position: absolute;
    /*width: min(14%, 210px);*/
	width: 190px;
    left: 50%;
    top: -5.6%;
    transform: translateX(-50%);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
	z-index: 1;
}

#erickcurry #campaign .cpArea .cpInner {
    width: 90%;
    max-width: 1100px;
    padding: 10px;
    margin: 0 auto;
    background: url("../images/menu/erickcurry/bg_03.jpg") center center / cover no-repeat;
	border: 3px solid #e64426;
	overflow: hidden;
}

#erickcurry #campaign .cpArea .cpInner .cpContents {
	background-image: radial-gradient(circle, #e64426 2px, transparent 2px), radial-gradient(circle, #e64426 2px, transparent 2px), radial-gradient(circle, #e64426 2px, transparent 2px), radial-gradient(circle, #e64426 2px, transparent 2px);
	background-position: left -3px top, right top -3px, left 3px bottom, left top 3px;
	background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
	background-size: 10px 4px, 4px 10px, 10px 4px, 4px 10px;
	padding: 8%;
	margin-top: -20px;
	position: relative;
}

#erickcurry #campaign .cpArea .cpInner .cpContents .sketch {
    width: min(30%, 323px);
    left: 75%;
    top: 9%;
}

#erickcurry #campaign .cpArea .cpInner .cpContents .cpTit {
    text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #03533e;
	line-height: 1.4;
	letter-spacing: 0.01em;
	margin-bottom: 20px;
	position: relative;
    z-index: 1;
}

#erickcurry #campaign .cpArea .cpInner .cpContents .cpTit .big {
	font-size: 54px;
}

#erickcurry #campaign .cpArea .cpInner .cpContents .cpDate {
    width: 575px;
    margin: 0 auto 80px;
	position: relative;
    z-index: 1;
}

#erickcurry #campaign .cpContents .boxArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 50px;
}

#erickcurry #campaign .cpContents .boxArea .cpBox {
    background: #fff6e4;
    position: relative;
	width: 49%;
}

#erickcurry #campaign .cpContents .boxArea .cpBox .titleBox {
    background: #03533e;
    padding: 11% 5% 10%;
    position: relative;
    text-align: center;
    color: #fff;
	font-weight: 700;
	/*height: 25vh;*/
}

#erickcurry #campaign .cpContents .boxArea .cpBox.no2 .titleBox {
    padding: 15% 5% 6%;
}

#erickcurry #campaign .cpContents .boxArea .cpBox .titleBox .icon {
    position: absolute;
    width: 80px;
    left: 50%;
    top: -21%;
    transform: translateX(-50%);
}

#erickcurry #campaign .cpContents .boxArea .cpBox .titleBox .sub {
    font-size: 20px;
	height: 95px;
}

#erickcurry #campaign .cpContents .boxArea .cpBox .titleBox .sub .big {
    font-size: 30px;
	color: #ffd76e;
}

#erickcurry #campaign .cpContents .boxArea .cpBox .txtBox {
    padding: 6%;
}

#erickcurry #campaign .cpContents .boxArea .cpBox .txtBox .list {
    font-size: 18px;
    letter-spacing: 0.08em;
	font-weight: 700;
}

#erickcurry #campaign .cpContents .boxArea .cpBox .txtBox .list p {
    text-indent: -1.1em;
    padding-left: 1.1em;
	margin-bottom: 10px;
}

#erickcurry #campaign .cpContents .boxArea .cpBox .txtBox .list p .green {
    color: #03533e;
}

#erickcurry #campaign .cpContents .boxArea .cpBox .txtBox .note {
    font-size: 13px;
}

#erickcurry #campaign .cpArea .cpInner .cpContents .ABicon {
    width: 134px;
    margin: 0 auto 10px;
}

#erickcurry #campaign .cpArea .cpInner .cpContents .cptTxtBox {
    text-align: center;
	letter-spacing: 0.08em;
}

#erickcurry #campaign .cpArea .cpInner .cpContents .cptTxtBox .cpTxt {
    font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

#erickcurry #campaign .cpArea .cpInner .cpContents .cptTxtBox .cpTxt .big {
    font-size: 38px;
	color: #e64426;
}

#erickcurry #campaign .cpArea .cpInner .cpContents .cptTxtBox .cpSub {
    font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.9;
}

#erickcurry #campaign .cpArea .cpInner .cpContents .cptTxtBox .note {
    font-size: 13px;
}

#erickcurry #campaign .cpArea .cpInner .cpContents .cpKokai {
    width: min(100%, 740px);
    margin: 70px auto 0;
	position: relative;
}

#erickcurry #campaign .cpArea .cpInner .cpContents .cpKokai::before {
    position: absolute;
    content: "";
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../images/menu/erickcurry/tit_deco_01.svg") top center / contain no-repeat;
    width: 80px;
    height: 27px;
}


/*--- lower_mv ---*/
#erickcurry #lower_mv {
	position: relative;
    padding: 200px 0 40px;
}

#erickcurry #lower_mv .line {
    top: 20px;
    background: url(../images/menu/erickcurry/pt_line_02.svg) top center / 25px 16px repeat-x;
	opacity: 0.7;
}

#erickcurry #lower_mv .line.no2 {
    position: relative;
    margin: 150px auto 0;
}

#erickcurry #lower_mv .pattern {
	position: absolute;
    width: min(57%, 820px);
    right: 71.5%;
    top: -28vw;
}

#erickcurry #lower_mv .mv_sketch {
	position: absolute;
    width: min(31%, 445px);
    left: 72%;
    bottom: 10%;
}

#erickcurry #lower_mv .lowerInner {
    width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}

#erickcurry #lower_mv .lowerInner .lowerTit {
    text-align: center;
	color: #fff;
	font-weight: 700;
}

/*#erickcurry #lower_mv .lowerInner .lineInner {
    position: relative;
    display: flex;
    justify-content: center;
}*/

#erickcurry #lower_mv .lowerInner .sub {
    margin: 0 auto 40px;
    width: 400px;
}

/*#erickcurry #lower_mv .lowerInner .lineInner .sub::before {
    content: "";
    display: block;
    position: absolute;
    left: -65px;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #e7e4d1;
}

#erickcurry #lower_mv .lowerInner .lineInner .sub::after {
    content: "";
    display: block;
    position: absolute;
    right: -65px;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #e7e4d1;
}*/

#erickcurry #lower_mv .lowerInner .main {
    font-size: 56px;
	font-weight: 700;
	/*font-family: "Imbue", serif;
    font-optical-sizing: auto;
    font-style: normal;*/
	line-height: 1.4;
}



/*--- story ---*/
#erickcurry #story {
    position: relative;
    background-image: url("../images/menu/erickcurry/pt_bg_02.jpg");
    background-repeat: repeat;
	padding: 150px 0 60px;
}

#erickcurry #story .storyArea {
    position: relative;
}

#erickcurry #story .storyArea .line {
    margin: -100px auto 0;
}

#erickcurry #story .storyArea .line.no2 {
    position: relative;
    margin: 80px auto 0;
}

#erickcurry #story .storyArea .spoon {
    width: min(28%, 410px);
    z-index: 1;
	left: -11%;
    top: 1%;
}

#erickcurry #story .storyArea .spice {
    width: min(20%, 270px);
    z-index: 1;
}

#erickcurry #story .storyArea .spice.deco01 {
    left: 5%;
    top: -4%;
}

#erickcurry #story .storyArea .spice.deco02 {
    left: 80%;
    top: 15%;
}

#erickcurry #story .storyArea .spice.deco03 {
    left: 88%;
    top: 76%;
}

#erickcurry #story .storyArea .spice.deco04 {
    left: 75%;
    top: 85%;
}

#erickcurry #story .storyArea .storyInner {
    width: 90%;
    max-width: 1100px;
    padding: 10px;
    margin: 0 auto;
    background: url("../images/menu/erickcurry/bg_03.jpg") center center / cover no-repeat;
	border: 3px solid #03533e;
	overflow: hidden;
	position: relative;
}

#erickcurry #story .storyArea .storyInner .sketch {
	width: min(45%, 490px);
    left: 61%;
    top: -14vw;
}

#erickcurry #story .storyArea .storyInner .storyContents {
	background-image: radial-gradient(circle, #03533e 2px, transparent 2px), radial-gradient(circle, #03533e 2px, transparent 2px), radial-gradient(circle, #03533e 2px, transparent 2px), radial-gradient(circle, #03533e 2px, transparent 2px);
	background-position: left -3px top, right top -3px, left 3px bottom, left top 3px;
	background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
	background-size: 10px 4px, 4px 10px, 10px 4px, 4px 10px;
	padding: 8%;
	position: relative;
}

#erickcurry #story .storyArea .storyInner .storyContents .chefImg {
	width: min(26%, 230px);
	margin: 0 auto 25px;
}

#erickcurry #story .storyArea .storyInner .storyContents .name {
	color: #e64426;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 90px;
}

#erickcurry #story .storyArea .storyInner .storyContents .name .lineInner {
    position: relative;
    display: flex;
    justify-content: center;
}

#erickcurry #story .storyArea .storyInner .storyContents .name .lineInner .role {
    margin-bottom: 5px;
	position: relative;
}

#erickcurry #story .storyArea .storyInner .storyContents .name .lineInner .role::before {
    content: "";
    display: block;
    position: absolute;
    left: -40px;
    top: 50%;
    width: 30px;
    height: 1px;
    background: #e64426;
}

#erickcurry #story .storyArea .storyInner .storyContents .name .lineInner .role::after {
    content: "";
    display: block;
    position: absolute;
    right: -40px;
    top: 50%;
    width: 30px;
    height: 1px;
    background: #e64426;
}

#erickcurry #story .storyArea .storyInner .storyContents .name .main-name {
	font-size: 35px;
}

#erickcurry #story .storyArea .storyInner .storyContents .name .main-name .small {
	font-size: 65%;
}

#erickcurry #story .storyArea .storyInner .storyContents .txtBox {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	position: relative;
}

#erickcurry #story .storyArea .storyInner .storyContents .txtBox::before {
    position: absolute;
    content: "";
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/menu/erickcurry/tit_deco_02.svg) top center / contain no-repeat;
    width: 80px;
    height: 27px;
}

#erickcurry #story .storyArea .storyInner .storyContents .txtBox .mainTxt {
	line-height: 1.9;
    letter-spacing: 0.08em;
	text-align: justify;
	margin-bottom: 20px;
}

#erickcurry #story .storyArea .storyInner .storyContents .txtBox .signature {
	font-size: 18px;
}

#erickcurry #story .storyArea .btn {
    max-width: 350px;
    margin: 80px auto 0;
    width: 100%;
}


/*-------------------------------------------
Animation
-------------------------------------------*/

#mv .slidein,
.out.slidein,
.out .slidein{
    opacity: 0;
}

#mv .slidein,
.in.slidein,
.in .slidein{
    animation: slidein 0.8s ease forwards;
}

@keyframes slidein{
    0%{ transform: translate(0,10px); opacity: 0; }
    100%{  transform: translate(0,0);opacity: 1;}
}

#erickcurry .clip01 {
    clip-path: inset(0 0 100% 0);
}

#erickcurry .clip02 {
    clip-path: inset(0 100% 0 0);
}

#erickcurry .in .clip02,
#erickcurry .in.clip02,
#erickcurry #mv .clip02{
    animation: clip02 1.2s ease forwards;
}

@keyframes clip01 {
	0% { clip-path: inset(0 0 100% 0); }
	100% { clip-path: inset(0 0 0 0); }
}
@keyframes clip02 {
	0% { clip-path: inset(0 100% 0 0); }
	100% { clip-path: inset(0 0 0 0); }
}


#erickcurry #mv .mvLogo .animeInner,
#erickcurry #mv .mvTitle .animeInner,
#erickcurry #mv .mvText .animeInner,
#erickcurry #lower_mv .sub,
#erickcurry #lower_mv .main {
    opacity: 0;
}

#erickcurry #mv .blur,
#erickcurry #lower_mv .blur {
    animation: blurAnime 1.2s ease forwards;
}

@keyframes blurAnime{
    from {
    filter: blur(15px);
    transform: scale(1.03);
    opacity: 0;
    }

    to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
    }
}



.pon {
    opacity: 0;
}

.in .pon,
.in.pon {
    animation: pon 0.8s cubic-bezier(0.680, -0.550, 0.265, 1.550) 0.6s both;
}

@keyframes pon {
  0% { transform: scale(0.5); opacity: 0;}
  100% { transform: scale(1); opacity: 1;}
}



.rotation {
  animation: rotation 50s linear infinite;
}


@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--- delay ---*/
.delay01{ animation-delay: 0.1s!important;}
.delay02{ animation-delay: 0.2s!important;}
.delay03{ animation-delay: 0.3s!important;}
.delay04{ animation-delay: 0.4s!important;}
.delay05{ animation-delay: 0.5s!important;}
.delay06{ animation-delay: 0.6s!important;}
.delay07{ animation-delay: 0.7s!important;}
.delay08{ animation-delay: 0.8s!important;}
.delay09{ animation-delay: 0.9s!important;}
.delay10{ animation-delay: 1.0s!important;}
.delay11{ animation-delay: 1.1s!important;}
.delay12{ animation-delay: 1.2s!important;}
.delay13{ animation-delay: 1.3s!important;}
.delay14{ animation-delay: 1.4s!important;}
.delay15{ animation-delay: 1.5s!important;}
.delay16{ animation-delay: 1.6s!important;}
.delay17{ animation-delay: 1.7s!important;}
.delay18{ animation-delay: 1.8s!important;}
.delay19{ animation-delay: 1.9s!important;}
.delay20{ animation-delay: 2.0s!important;}
.delay21{ animation-delay: 2.1s!important;}
.delay22{ animation-delay: 2.2s!important;}
.delay23{ animation-delay: 2.3s!important;}
.delay24{ animation-delay: 2.4s!important;}
.delay25{ animation-delay: 2.5s!important;}
.delay26{ animation-delay: 2.6s!important;}
.delay27{ animation-delay: 2.7s!important;}
.delay28{ animation-delay: 2.8s!important;}
.delay29{ animation-delay: 2.9s!important;}
.delay30{ animation-delay: 3.0s!important;}
.delay31{ animation-delay: 3.1s!important;}
.delay32{ animation-delay: 3.2s!important;}
.delay33{ animation-delay: 3.3s!important;}
.delay34{ animation-delay: 3.4s!important;}
.delay35{ animation-delay: 3.5s!important;}
.delay36{ animation-delay: 3.6s!important;}
.delay37{ animation-delay: 3.7s!important;}
.delay38{ animation-delay: 3.8s!important;}
.delay39{ animation-delay: 3.9s!important;}
.delay40{ animation-delay: 4.0s!important;}






/*----------------------------------------------------
	☆HOVER
----------------------------------------------------*/
#erickcurry #restr .restrInner a:hover {
    transform: scale(1.04);
}

#erickcurry .btn a:hover {
	background: #231815;
}



/*----------------------------------------------------
	☆UNDER 1300
----------------------------------------------------*/
@media screen and (max-width: 1300px) {
	#erickcurry #story .storyArea .spoon {
		left: -15%;
	}
	
	#erickcurry #story .storyArea .spice.deco01 {
		left: 0;
		top: -4%;
	}
	
	#erickcurry #story .storyArea .spice.deco02 {
		left: 84%;
	}
	
	#erickcurry #story .storyArea .spice.deco03 {
		left: 88%;
		top: 75%;
	}
	
	#erickcurry #story .storyArea .spice.deco04 {
		left: 79%;
		top: 86%;
	}
}



/*----------------------------------------------------
	☆UNDER 1000
----------------------------------------------------*/

@media screen and (max-width:1000px) {

    /*--- campaign ---*/
	
	#erickcurry #campaign .cpArea .cpInner .cpContents {
		padding: 10% 8% 8%;
	}
	
	#erickcurry #campaign .cpArea .cpIcon {
		width: 170px;
		top: -5.2%;
	}
	
	#erickcurry #campaign .cpArea .cpInner .cpContents .cpTit {
		font-size: 4vw;
	}
	
	#erickcurry #campaign .cpArea .cpInner .cpContents .cpTit .big {
		font-size: 6vw;
	}
	
	#erickcurry #campaign .cpArea .cpInner .cpContents .cpDate {
		width: 80%;
	}
	
	#erickcurry #campaign .cpContents .boxArea .cpBox .titleBox .icon {
		width: 70px;
		top: -20%;
	}
	
	#erickcurry #campaign .cpContents .boxArea .cpBox .titleBox {
		/*height: 22vh;*/
		padding: 13% 5% 10%;
	}
	
	#erickcurry #campaign .cpContents .boxArea .cpBox.no2 .titleBox {
		padding: 18% 5% 5%;
	}
	
	#erickcurry #campaign .cpContents .boxArea .cpBox .titleBox .sub {
		font-size: 15px;
	}
	
	#erickcurry #campaign .cpContents .boxArea .cpBox .titleBox .sub .big {
		font-size: 25px;
	}
	
	#erickcurry #campaign .cpContents .boxArea .cpBox .txtBox .list {
		font-size: 15px;
	}
	
	/*--- lower_mv ---*/	
	#erickcurry #lower_mv .lowerInner .main {
		font-size: 8vw;
	}
	
	#erickcurry #lower_mv .lowerInner .sub {
		width: 50%;
	}
	
	#erickcurry #lower_mv .mv_sketch {
		width: 40%;
        left: 67%;
        bottom: 8%;
	}

    /*--- story ---*/
	#erickcurry #story .storyArea .spice.deco03 {
        left: 88%;
        top: 75%;
    }
	
	#erickcurry #story .storyArea .spice.deco04 {
        left: 82%;
        top: 86%;
    }

}



/*----------------------------------------------------
	☆TABLET UNDER 900
----------------------------------------------------*/

@media screen and (max-width:900px) {
	
	/*--- intro ---*/
	#erickcurry #intro .sketch.deco01 {
		left: -3%;
        width: 17%;
        top: 20%;
	}

    /*--- restr ---*/
	#erickcurry #restr .restrInner .restrBox {
        flex-direction: column-reverse;
        gap: 35px;
	}
	
	#erickcurry #restr .restrInner .restrTit {
		width: 30%;
		margin: 0 auto 40px;
	}
	
	#erickcurry #restr .restrInner .restrBox .text {
		width: 100%;
	}
	
	#erickcurry #restr .restrInner .restrBox .text .name {
		text-align: center;
	}
	
	#erickcurry #restr .restrInner .restrBox .image {
		width: 50%;
	}

	#erickcurry #restr .restrInner .rinkInner .more {
		font-size: 2vw;
	}
	
	#erickcurry #restr .restrInner .rinkArea .rinkInner {
		padding: 50px 15px 60px;
	}
	
	#erickcurry #restr .restrInner .rinkInner .rinkBox .rinkTxt .main {
		font-size: 32px;
	}
	
	
	/*--- story ---*/
	#erickcurry #story .storyArea .storyInner .storyContents .chefImg {
		width: 35%;
		margin: 0 auto 25px;
	}
	
	#erickcurry #story .storyArea .spice.deco03 {
        top: 80%;
    }
	
	#erickcurry #story .storyArea .spice.deco04 {
        left: 82%;
        top: 89%;
    }
}


/*----------------------------------------------------
	☆UNDER 800
----------------------------------------------------*/

@media screen and (max-width:800px) {
	
	/*--- intro ---*/
	#erickcurry #intro .txt {
		font-size: 16px;
		width: 90%;
        margin: 0 auto;
	}
	
	/*--- menu ---*/
	#erickcurry #menu .singleArea .pattern {
		bottom: -12%;
	}
	
	#erickcurry #menu .singleList .singleBox .kansyu_logo {
		left: -16px;
		top: -30px;
		width: 37%;
	}
	
	#erickcurry #menu .singleList .singleBox .spicy_icon {
		right: 20px;
		bottom: -15px;
		width: 20%;
	}
	
    /*--- restr ---*/
	#erickcurry #restr .restrInner .rinkInner .rinkBox .rinkTxt .main {
		font-size: 4.1vw;
	}
	
	#erickcurry #restr .restrInner .rinkInner .rinkBox .rinkTxt .sub {
		font-size: 1.9vw;
	}
	
	/*#erickcurry #restr .rinkBox .rinkTxt .lineInner .sub::before {
		width: 10px;
	}
	
	#erickcurry #restr .rinkBox .rinkTxt .lineInner .sub::after {
		width: 10px;
	}*/

    /*--- dt ---*/
	#erickcurry #dt .dtArea .dtBox .dtIcon {
		top: -4%;
	}
	
	#erickcurry #dt .dtArea .dtBox .titleBox .sub {
		font-size: 2.8vw;
	}
	
	#erickcurry #dt .dtArea .dtBox .titleBox .main {
		font-size: 6vw;
	}
	
	#erickcurry #dt .dtArea .dtBox .titleBox .dtDate {
		width: 70%;
		margin: 0 auto;
	}
	
	#erickcurry #dt .dtArea .dtBox .productBox .productsList li .kansyu_logo {
		width: 47%;
	}
	
	#erickcurry .btn {
		width: 100%;
		margin: 15px auto 0;
	}
	
	#erickcurry .btn a {
		font-size: 18px;
	}


    /*--- campaign ---*/
	#erickcurry #campaign .cpContents .boxArea {
		flex-direction: column;
		align-items: center;
        gap: 60px;
	}
	
	#erickcurry #campaign .cpArea .cpIcon {
        width: 160px;
        top: -4%;
    }
	
	#erickcurry #campaign .cpContents .boxArea .cpBox {
		width: 80%;
	}
	
	#erickcurry #campaign .cpContents .boxArea .cpBox .titleBox .icon {
        top: -25%;
    }
	
	#erickcurry #campaign .cpContents .boxArea .cpBox .titleBox {
        height: auto;
        padding: 8% 5% 6%;
    }
	
	#erickcurry #campaign .cpContents .boxArea .cpBox.no2 .titleBox {
        padding: 11% 5% 6%;
    }
	
	#erickcurry #campaign .cpContents .boxArea .cpBox .titleBox .sub {
        height: auto;
    }
	
	/*--- story ---*/
	#erickcurry #story .storyArea .spoon {
        left: -15%;
        top: -1%;
    }
	
	#erickcurry #story .storyArea .spice.deco02 {
        left: 87%;
    }
	
	#erickcurry #story .storyArea .spice.deco04 {
        top: 90%;
    }
	
	#erickcurry #story .storyArea .spice.deco03 {
        top: 82%;
    }

}

/*----------------------------------------------------
	☆UNDER 700
----------------------------------------------------*/

@media screen and (max-width:700px) {
	
	/*--- intro ---*/
	#erickcurry #intro .sketch.deco02 {
		width: 42%;
		left: 73%;
		top: -14vw;
	}

    /*--- restr ---*/
	#erickcurry #restr .restrInner .restrTit {
		width: 35%;
	}
	
	/*--- menu ---*/
	#erickcurry #menu .menuBox .boxInner .imgBox .spicy_icon {
		position: absolute;
		right: 30px;
	}
	
	#erickcurry #menu .menuBox .boxInner .imgBox .kansyu_logo {
		left: -4px;
		top: -30px;
	}
	
	/*--- dt ---*/
	#erickcurry #dt .dtArea .btnArea .btnTxt {
		font-size: 24px;
	}
	
	/*--- campaign ---*/
	#erickcurry #campaign .cpArea .cpInner .cpContents {
        padding: 13% 8% 8%;
    }
	
	#erickcurry #campaign .cpArea .cpInner .cpContents .sketch {
		width: 35%;
		left: 72%;
		top: 1%;
	}
	
	#erickcurry #campaign .cpArea .cpInner .cpContents .cpDate {
        width: 90%;
		margin: 0 auto 65px;
    }
	
	#erickcurry #campaign .cpArea .cpInner .cpContents .cptTxtBox .cpTxt {
		font-size: 20px;
	}
	
	#erickcurry #campaign .cpArea .cpInner .cpContents .cptTxtBox .cpTxt .big {
		font-size: 34px;
	}
	
	#erickcurry #campaign .cpArea .cpInner .cpContents .cptTxtBox .cpSub {
		font-size: 16px;
	}
	
	#erickcurry #campaign .cpContents .boxArea .cpBox .titleBox {
        height: auto;
        padding: 10% 5% 8%;
    }
	
	#erickcurry #campaign .cpContents .boxArea .cpBox.no2 .titleBox {
        padding: 15% 5% 8%;
    }
	
	/*--- story ---*/
	#erickcurry #story .storyArea .spoon {
        top: 0;
    }
	
	#erickcurry #story .storyArea .spice.deco01 {
        left: 0;
        top: -3%;
    }
	
	#erickcurry #story .storyArea .spice.deco03 {
        top: 87%;
    }
	
	#erickcurry #story .storyArea .spice.deco04 {
        top: 93%;
    }
	

}


/*----------------------------------------------------
	☆UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {
	
	.pc-none {
		display: block;
	}

	.sp-none {
		display: none;
	}

	#erickcurry {
		font-size: 14px;
	}
    
    /*--- mv ---*/
	#erickcurry #mv .mvInner .mvLogo {
		width: 94%;
		left: 50%;
		transform: translateX(-50%);
		top: 5.5%;
	}
	
	#erickcurry #mv .mvInner .mvTitle {
		width: 94%;
		left: 50%;
		transform: translateX(-50%);
		top: 20%;
	}
	
	#erickcurry #mv .mvInner .mvText {
		width: 84%;
		left: 50%;
		transform: translateX(-50%);
		top: 35%;
	}
	
	#erickcurry #mv .mvInner .mvDate {
		width: 60%;
		left: 40%;
		top: 41%;
	}
	
	#erickcurry #mv .pattern {
		width: 112%;
		right: 44.5%;
		top: -56vw;
	}

    /*--- intro ---*/
	#erickcurry #intro {
		padding: 60px 0 140px;
	}
	
	#erickcurry #intro .sketch.deco01 {
        left: -6%;
        width: 24%;
        top: 25%;
    }
	
	#erickcurry #intro .sketch.deco02 {
        width: 60%;
        left: 58%;
        top: -24vw;
    }
	
	/*--- tab ---*/
	.tab_item .tit {
		font-size: 18px;
	}
	
	.tabsInnerUnder .tabsInner {
		margin: 0 auto;
		padding-bottom: 50px;
	}

    /*--- restr ---*/
	#erickcurry #restr .restrInner {
		padding: 12% 8%;
	}
	
	/*#erickcurry #restr .restrInner .restrBox .text {
        width: 100%;
    }*/
	
	#erickcurry #restr .restrInner .restrTit {
        width: 60%;
		margin: 0 auto 30px;
    }
	
	#erickcurry #restr .restrInner .restrBox .text .role {
		font-size: 14px;
		margin-bottom: 2px;
	}
	
	#erickcurry #restr .restrInner .restrBox .text .main-name {
		font-size: 26px;
	}
	
	#erickcurry #restr .restrInner .restrBox .image {
        width: 100%;
    }
	
	#erickcurry #restr {
		padding: 60px 0;
	}
	
	#erickcurry #restr .restrInner .rinkArea .rinkInner {
        padding: 11% 2% 20%;
    }
	
	#erickcurry #restr .restrInner .rinkInner .rinkBox {
		flex-direction: column;
	}
	
	#erickcurry #restr .restrInner .rinkInner .rinkBox .rinkIcon {
		width: 23%;
	}
	
	#erickcurry #restr .restrInner .rinkInner .rinkBox .rinkTxt .lineInner .sub {
        font-size: 3vw;
		margin-bottom: 5px;
    }
	
	#erickcurry #restr .restrInner .rinkInner .rinkBox .rinkTxt .main {
        font-size: 7vw;
		margin-bottom: 10px;
		line-height: 1.4;
    }
	
	#erickcurry #restr .rinkBox .rinkTxt .lineInner .sub::before {
		left: -35px;

	}
	
	#erickcurry #restr .rinkBox .rinkTxt .lineInner .sub::after {
		right: -35px;
	}
	
	#erickcurry #restr .restrInner .rinkInner .rinkBox .rinkTxt .logo {
		width: 70%;
		margin: 0 auto 10px;
	}
	
	#erickcurry #restr .restrInner .rinkInner .more {
        font-size: 3.2vw;
    }
	
	/*--- menu ---*/
	#erickcurry #menu {
		padding: 45px 0 45px;
	}
	
	#erickcurry #menu .menuBox .boxInner {
		padding-top: 110px;
	}
	
	#erickcurry #menu .menuBox .boxInner .imgBox .kansyu_logo {
        left: -14px;
        top: -25px;
        width: 45%;
    }
	
	#erickcurry #menu .menuBox .boxInner .imgBox .spicy_icon {
        right: -15px;
        width: 29%;
        bottom: 10px;
    }
	
	#erickcurry #menu .menuBox .boxInner .imgBox .imgBoxInner::before {
    	top: -30px;
		width: 60px;
		height: 18px;
	}
	
	#erickcurry #menu .menuBox .boxInner .txtBox .menuTitle {
		font-size: 28px;
		line-height: 1.4;
	}
	
	#erickcurry #menu .menuBox .boxInner .txtBox .menuTitle .small {
		font-size: 22px;
	}
	
	#erickcurry #menu .menuBox .boxInner .txtBox .price {
		font-size: 20px;
	}
	
	#erickcurry #menu .menuBox .meals .mealsInner {
		padding: 40px 24px;
	}
	
	#erickcurry #menu .menuBox .meals .txtBox .title {
		font-size: 20px;
	}
	
	#erickcurry #menu .menuBox .meals .sketch {
		width: 65%;
		left: 67%;
		top: -20%;
	}
	
	#erickcurry #menu .menuBox.no2 .line::after {
		top: -68px;
		width: 62px;
		height: 56px;
		background: url(../images/menu/erickcurry/bg_deco_01.svg) right center / 62px 56px no-repeat;
	}
	
	#erickcurry #menu .singleArea .line::after {
    	top: -68px;
		width: 62px;
		height: 56px;
    	background: url(../images/menu/erickcurry/bg_deco_02.svg) right center / 62px 56px no-repeat;
	}
	
	#erickcurry #menu .singleArea .line.no2::after {
		background: url(../images/menu/erickcurry/bg_deco_03.svg) right center / 62px 56px no-repeat;
	}
	
	#erickcurry #menu .singleArea .AreaInner {
		padding-top: 120px;
	}
	
	#erickcurry #menu .singleArea .AreaInner .singleList {
		padding-top: 70px;
		flex-direction: column;
	}
	
	#erickcurry #menu .singleArea .AreaInner .singleTit {
		font-size: 30px;
	}
	
	#erickcurry #menu .singleArea .AreaInner .singleList .singleBox {
		width: 100%;
	}
	
	#erickcurry #menu .singleList .singleBox .kansyu_logo {
        left: -10px;
        top: -40px;
        width: 38%;
    }
	
	#erickcurry #menu .singleArea .AreaInner .singleTit::before {
		top: 95px;
		width: 60px;
        height: 18px;
	}
	
	#erickcurry #menu .menuBox:nth-child(odd) .pattern {
		left: -57.5%;
		top: 3%;
		width: 115%;
	}
	
	#erickcurry #menu .menuBox:nth-child(even) .pattern {
		right: -57.5%;
		top: 3%;
		width: 115%;
	}
	
	#erickcurry #menu .singleArea .pattern {
        bottom: -10%;
        width: 115%;
        right: -57.5%;
    }
	
	
	/*--- dt ---*/
	#erickcurry #dt {
		padding: 15px 0 45px;
	}
	
	#erickcurry #dt .line {
		margin: 45px auto 0;
	}
	
	#erickcurry #dt .line.no2 {
		margin: 60px auto 0;
	}
	
	#erickcurry #dt .dtArea .pattern.deco05 {
		left: -57.5%;
		top: 2%;
		width: 115%;
	}
	
	#erickcurry #dt .dtArea .dtBox .dtIcon {
        width: min(30%, 110px);
		top: -2.5%;
    }
	
	#erickcurry #dt .dtArea .dtBox .titleBox {
		padding: 20% 0 6%;
	}
	
	#erickcurry #dt .dtArea .dtBox .titleBox .sub {
        font-size: 4.8vw;
    }
	
	#erickcurry #dt .dtArea .dtBox .titleBox .main {
        font-size: 8vw;
    }
	
	#erickcurry #dt .dtArea .titleBox .sketch.deco04 {
		width: 50%;
		left: 72%;
		top: 45%;
	}
	
	#erickcurry #dt .dtArea .titleBox .sketch.deco05 {
		width: 50%;
		left: -11%;
		top: -4%;
	}
	
	#erickcurry #dt .dtArea .dtBox .productBox .productInner {
		padding: 15% 8%;
	}
	
	#erickcurry #dt .dtArea .dtBox .productBox .productsList {
		flex-direction: column;
	}
	
	#erickcurry #dt .dtArea .dtBox .productBox .productsList li {
		width: 100%;
		margin-bottom: 45px;
	}
	
	#erickcurry #dt .dtArea .dtBox .productBox .productsList li .kansyu_logo {
        width: 43%;
    }
	
	#erickcurry #dt .dtArea .btnArea {
		margin-top: 40px;
	}
	
	#erickcurry #dt .dtArea .btnArea .btnTxt::before {
		top: -30px;
		width: 60px;
		height: 18px;
	}
	
	#erickcurry #dt .dtArea .btnArea .btnTxt {
        font-size: 20px;
    }
	
	#erickcurry .btn a {
        font-size: 15px;
    }
	
	/*--- campaign ---*/
	#erickcurry #campaign {
		padding: 100px 0 60px;
	}
	
	#erickcurry #campaign .cpArea .cpIcon {
        width: 30%;
        top: -3%;
    }
	
	#erickcurry #campaign .cpArea .cpInner .cpContents {
        padding: 20% 8% 8%;
    }
	
	#erickcurry #campaign .cpArea .cpInner .cpContents .sketch {
        width: 49%;
        left: 60%;
        top: 1%;
    }
	
	#erickcurry #campaign .cpArea .cpInner .cpContents .cpTit {
        font-size: 5vw;
    }
	
	#erickcurry #campaign .cpArea .cpInner .cpContents .cpTit .big {
        font-size: 8.6vw;
    }
	
	#erickcurry #campaign .cpArea .cpInner .cpContents .cpDate {
        width: 100%;
    }
	
	#erickcurry #campaign .cpContents .boxArea .cpBox {
        width: 100%;
    }
	
	#erickcurry #campaign .cpContents .boxArea .cpBox .titleBox {
        padding: 9% 5% 6%;
    }
	
	#erickcurry #campaign .cpContents .boxArea .cpBox.no2 .titleBox {
        padding: 12% 5% 6%;
    }
	
	#erickcurry #campaign .cpContents .boxArea .cpBox .titleBox .sub {
        font-size: 14px;
    }
	
	#erickcurry #campaign .cpContents .boxArea .cpBox .titleBox .sub .big {
        font-size: 22px;
    }
	
	#erickcurry #campaign .cpContents .boxArea .cpBox .titleBox .icon {
        top: -33%;
        width: 20%;
    }
	
	#erickcurry #campaign .cpContents .boxArea .cpBox .txtBox .list {
        font-size: 14px;
    }
	
	#erickcurry #campaign .cpContents .boxArea .cpBox .txtBox .note {
		font-size: 11px;
	}
	
	#erickcurry #campaign .cpArea .cpInner .cpContents .ABicon {
		width: 110px;
	}
	
	#erickcurry #campaign .cpArea .cpInner .cpContents .cptTxtBox .cpTxt {
        font-size: 4vw;
    }
	
	#erickcurry #campaign .cpArea .cpInner .cpContents .cptTxtBox .cpTxt .big {
        font-size: 6.8vw;
    }
	
	#erickcurry #campaign .cpArea .cpInner .cpContents .cptTxtBox .cpSub {
        font-size: 15px;
    }
	
	#erickcurry #campaign .cpArea .cpInner .cpContents .cptTxtBox .note {
		font-size: 11px;
	}
	
	#erickcurry #campaign .cpArea .cpInner .cpContents .cpKokai::before {
		top: -35px;
		width: 60px;
		height: 18px;
	}
	
	/*--- lower_mv ---*/
	
	#erickcurry #lower_mv {
		padding: 150px 0 40px;
	}
	
	#erickcurry #lower_mv .line.no2 {
		margin: 100px auto 0;
	}
	
	#erickcurry #lower_mv .pattern {
		width: 112%;
		right: 44.5%;
		top: -56vw;
	}
	
	#erickcurry #lower_mv .mv_sketch {
        width: 47%;
        left: 64%;
    }
	
	#erickcurry #lower_mv .lowerInner .main {
        font-size: 10vw;
    }
	
	#erickcurry #lower_mv .lowerInner .sub {
		margin: 0 auto 25px;
		width: 65%;
	}
	
	/*#erickcurry #lower_mv .lowerInner .lineInner .sub {
        font-size: 5vw;
    }*/
	
	/*--- story ---*/
	#erickcurry #story {
		padding: 120px 0 45px;
	}
	
	#erickcurry #story .storyArea .line.no2 {
		margin: 65px auto 0;
	}
	
	#erickcurry #story .storyArea .line {
		margin: -80px auto 0;
	}
	
	#erickcurry #story .storyArea .spoon {
        width: 40%;
        left: -23%;
    }
	
	#erickcurry #story .storyArea .spice {
        width: 30%;
    }
	
	#erickcurry #story .storyArea .spice.deco01 {
        left: -5%;
        top: -4%;
    }
	
	#erickcurry #story .storyArea .spice.deco02 {
        left: 81%;
        top: 16%;
    }
	
	#erickcurry #story .storyArea .spice.deco03 {
        top: 88%;
        left: 86%;
    }
	
	#erickcurry #story .storyArea .spice.deco04 {
        top: 93.5%;
        left: 64%;
    }
	
	#erickcurry #story .storyArea .storyInner .sketch {
		width: 70%;
		left: 59%;
		top: -22vw;
	}
	
	#erickcurry #story .storyArea .storyInner .storyContents {
		padding: 14% 8%;
	}
	
	#erickcurry #story .storyArea .storyInner .storyContents .chefImg {
        width: 65%;
	}
	
	#erickcurry #story .storyArea .storyInner .storyContents .name {
		margin-bottom: 70px;
	}
	
	#erickcurry #story .storyArea .storyInner .storyContents .name .role {
		font-size: 15px;
	}
	
	#erickcurry #story .storyArea .storyInner .storyContents .name .main-name {
		font-size: 26px;
	}
	
	#erickcurry #story .storyArea .storyInner .storyContents .txtBox::before {
		top: -45px;
		width: 60px;
		height: 18px;
	}
	
	#erickcurry #story .storyArea .storyInner .storyContents .txtBox .signature {
		font-size: 16px;
	}
	
	#erickcurry #story .storyArea .btn {
		margin: 50px auto 30px;
	}
		

}

/*----------------------------------------------------
	☆UNDER 500
----------------------------------------------------*/
@media screen and (max-width: 500px) {
	
	#erickcurry #restr .restrInner .rinkArea .rinkInner {
        padding: 11% 2% 25%;
    }
	
	#erickcurry #campaign .cpArea .cpInner .cpContents {
        padding: 24% 8% 8%;
    }
	
    #erickcurry #campaign .cpContents .boxArea .cpBox .titleBox {
        padding: 11% 5% 6%;
    }
	
	#erickcurry #campaign .cpContents .boxArea .cpBox.no2 .titleBox {
        padding: 14% 5% 6%;
    }
	
	#erickcurry #campaign .cpContents .boxArea .cpBox .titleBox .icon {
        top: -28%;
    }
	
	#erickcurry #campaign .cpArea .cpIcon {
        width: 33%;
        top: -3%;
    }
	
	/*--- story ---*/
	#erickcurry #story .storyArea .spice.deco01 {
        top: -3%;
    }
	
	#erickcurry #story .storyArea .spice.deco02 {
        left: 83%;
        top: 15%;
    }
	
	#erickcurry #story .storyArea .spice.deco04 {
        top: 94.2%;
        left: 64%;
    }
	
	#erickcurry #story .storyArea .spice.deco03 {
        top: 91%;
        left: 85%;
    }
	
}

/*----------------------------------------------------
	☆UNDER 400
----------------------------------------------------*/

@media screen and (max-width:400px) {

    /*--- intro ---*/
	#erickcurry #intro .sketch.deco01 {
        left: -8%;
        width: 30%;
        top: 31%;
    }
	
	#erickcurry #intro .sketch.deco02 {
        width: 75%;
        left: 47%;
        top: -28vw;
    }

    /*--- campaign ---*/
	#erickcurry #campaign .cpArea .cpIcon {
        width: 37%;
    }
	
	#erickcurry #campaign .cpContents .boxArea {
		margin-bottom: 40px;
		gap: 45px;
	}
		
	#erickcurry #campaign .cpContents .boxArea .cpBox .titleBox .icon {
        top: -25%;
    }
	
	#erickcurry #campaign .cpContents .boxArea .cpBox .titleBox .sub .big {
        font-size: 20px;
    }
	
	/*--- lower_mv ---*/
	#erickcurry #lower_mv .mv_sketch {
        width: 65%;
        left: 55%;
        bottom: 10%;
    }
	
	/*--- story ---*/
	#erickcurry #story .storyArea .spice.deco01 {
        top: -2%;
    }
	
	#erickcurry #story .storyArea .spice.deco02 {
        left: 84%;
        top: 12%;
    }
	
	#erickcurry #story .storyArea .spice.deco03 {
        top: 93%;
        left: 83%;
    }
	
	#erickcurry #story .storyArea .spice.deco04 {
        top: 95.2%;
        left: 62%;
    }

}



