@charset "UTF-8";
body{
    font-family: "sicgothicduex-re", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	font-style: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
    position: relative;	/*background-size: 100% auto;*/
}
#footer {
    padding: 20px;
    background-color: rgba(72,98,196,1.00);
    color: rgba(255,255,255,1.00);
}
#footer #copy {
	text-align: center;
	font-size: 11.5pt;
}
#pagetop {
	position: fixed;
	right: 18px;
	z-index: 900;
	width: 40px;
	text-align: center;
	line-height: 20px;
}
#pagetop a img {
    width: 100%;
}
#pagetop a img:hover {
    opacity: 0.8;

}
.one_line {
	display: inline-block;
}
.extend_a, .extend_a02, .ltr_sp, .fi, .up, .up03 {
	-webkit-transition: .7s ease-out;
	transition: .7s ease-out;
}
.up02 {
	-webkit-transition: .5s ease-out;
	transition: .5s ease-out;
}
.slow_fi, .ltr_sp02 {
	-webkit-transition: 1.8s ease-out;
	transition: 1.8s ease-out;
}
.ofi {
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

/*----------------------------------------------------pc*/
@media (min-width : 769px ){
#pc_header {
    width: calc(100% - 40px);
	height: 80px;
	padding: 8px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
    background-image: linear-gradient(0deg, rgba(224, 238, 253, 0.70), rgba(224, 238, 253, 1));
	position: fixed;
	inset-block-start: -100%;
	inset-inline-start: 0;
	z-index: 30;
	transition: inset-block-start .4s, visibility .4s;
	visibility: hidden;
}
#pc_header.is_active {
	inset-block-start: 0;
	visibility: visible;
}
#pc_header .hdr_logo {
	height: 100%;	
}
#pc_header .hdr_logo img {
	height: 100%;
}
#pc_header .pc_nav_list {
    text-align: center;
}
#pc_header .pc_nav_list a {
    margin: 0 10px;
    display: inline-block;
    font-size: 0.8em;
    line-height: 24px;
    color: rgba(42,21,66,1.00);
}
#pc_header .pc_nav_list a span {
	display: block;
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: 2px;
}
#top {
    width: 100vw;
    height: 58.5vw;
	max-height: 800px;
	position: relative;
    background-image: url("../img_sb/bg_top.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%
}
#top .mv.spnone {
	height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.inner {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}

#about {
    padding: 60px 0;
    text-align: center;
    background-image: url("../img_sb/bg_02.jpg");
    background-repeat: repeat;
    background-size: 100% auto;
}
#about .mix_logo {
	width: 612px;
	margin: 60px auto;
	display: block;
}
#about .ttl {
	margin: 48px auto;
    font-size: 2em;
    font-weight: 900;
    /*color: rgba(102,45,144,1.00);*/
    background: radial-gradient(rgba(255, 255, 188, 1), rgba(217, 222, 14, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: -3px -4px rgba(102,45,144,1.00);
	line-height: 56px;
}
#about .exp {
	font-size: 1.3em;
	line-height: 36px;
}
#about .kikan {
	width: 580px;
	margin: 60px auto;
	display: block;
}
.ctg_ttl_area {
    width: 100%;
	padding: 90px 0 0;
    background-image: url("../img_sb/fude.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-position: 50% -60px;
}
.ctg_ttl_area .ttl_image {
	width: 500px;
    margin: 0 auto;    
}
.ctg_ttl_area .exp {
	font-size: 1.2em;
	font-weight: 700;
}
.ctg_ttl_area .tax {
}
.ctg_ttl_area .tax img {
	width: 180px;
	display: block;
	margin: 28px auto 0;
}
#stores {
	width: 100%;
	padding: 0 0 100px;
    background-image: url("../img_sb/bg_store.jpg");
    background-size: 100% auto;
    background-repeat: repeat-y;
}
#stores .store_box_a,
#stores .store_box_b {
	width: 100%;
	margin: 40px 0 20px;
	display: flex;
	justify-content: space-between;
}
#stores .store_box_a .store_parts {
    width: calc(49% - 32px);
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-image: linear-gradient(-90deg, rgba(241, 255, 150, 1), rgba(245, 255, 4, 1));
    -webkit-box-shadow: 2px 2px rgba(0,0,0,0.40);
    box-shadow: 3px 3px rgba(0,0,0,0.40);
}
#stores .store_box_b .store_parts {
	width: calc(32% - 32px);
	padding: 16px;
	background-image: linear-gradient(-90deg, rgba(241, 255, 150, 1), rgba(245, 255, 4, 1));
	-webkit-box-shadow: 2px 2px rgba(0,0,0,0.40);
    box-shadow: 3px 3px rgba(0,0,0,0.40);
}
#stores .store_box_a .store_parts .photo {
	width: 49%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	/*aspect-ratio: 3 / 2;*/
}
#stores .store_box_b .store_parts .photo {
	width: 100%;
}
#stores .store_box_a .store_parts .info_area {
	width: 49%;
}
#stores .store_box_a .store_parts .info_area .yaro_logo,
#stores .store_box_b .store_parts .info_area .yaro_logo {
	width: 140px;
	margin-bottom: 8px;
	display: block;
}
#stores .store_box_a .store_parts .info_area .st_name {
	line-height: 20px;
	margin-bottom: 22px;
}
#stores .store_box_a .store_parts .info_area .st_name span,
#stores .store_box_b .store_parts .info_area .st_name span {
	margin-right: 6px;
	font-size: 1.4rem;
}
#stores .store_box_a .store_parts .info_area .txt,
#stores .store_box_b .store_parts .info_area .txt {
	font-size: 0.9em;
	font-weight: 600;
	line-height: 20px;
}
#stores .store_parts .info_area .txt span {
	margin-top: 12px;
	padding: 0 6px;
	display: inline-block;
	color:rgba(255,255,255,1.00);
	background: rgba(184,0,2,1.00);
}
#stores .store_box_a .store_parts .info_area iframe,
#stores .store_box_b .store_parts .info_area iframe {
	width: 100%;
	height: 200px;
	margin-top: 12px;
}
#stores .inner .user_info .precautions .chashless {
}
#stores .user_info {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#stores .user_info .precautions {
	width: calc(48% - 56px);
    max-width: 540px;
    margin: 20px 0;
	padding: 20px 28px;
    background-color: rgba(255,255,255,1.00);
}
#stores .user_info .precautions .ttl {
	margin-bottom: 12px;
    font-size: 1.5em;
    border-bottom: 1px solid rgba(0,0,0,1.00);
}
#stores .user_info .precautions .ttl span {
	display: block;
	font-size: 0.8rem;
}
#stores .user_info .precautions ul {
	font-weight: 600;
}
#stores .user_info .precautions ul li {
	margin-bottom: 10px;
	line-height: 20px;
}
#stores .user_info .precautions ul .str {
	font-size: 1.2em;
    font-weight: 900;
    color: rgba(255,0,4,1.00);
}
#stores .user_info .precautions .chashless {
    width: calc(100% - 32px);
    border: 1px solid rgba(106,106,106,1.00);
	padding: 16px;
}
#stores .user_info .precautions .chashless .midashi {
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
	padding: 0 0 0 6px;
}
#stores .user_info .precautions .chashless .cshles_parts {
	margin-top: 12px;
    border-top: 1px solid rgba(106,106,106,1.00);
}
#stores .user_info .precautions .chashless .cshles_parts .cshles_name {
	margin-bottom: 10px;
}
#stores .user_info .precautions .chashless .cshles_parts .icon_box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#stores .user_info .precautions .chashless .cshles_parts .icon_box img {
	width: 60px;
	margin: 0 8px 8px 0;
}
#stores .user_info .precautions .chashless .cshles_parts.cord .icon_box img {
	width: 90px;
}	
#ramen {
    width: 100%;
    padding: 0 0 100px;
	position: relative;
    background-image: url("../img_sb/bg_ramen.jpg");
    background-size: 100% auto;
    background-repeat: repeat-y;
}
#ramen .ramen_area.spnone {
    width: 90%;
    margin: 0 auto;
	position: relative;
	z-index: 10;
}
#ramen .ramen_area.spnone .ramen {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
}
#ramen .ramen_area.spnone .nov_ramen {
	width: 90%;
	max-width: 920px;
	margin: 0 auto;
	display: block;
}
#ramen .mai_sitting {
	width: 40%;
	max-width: 720px;
	position: absolute;
	bottom: 0;
	left: 3%;
	z-index: 0;
}

#goods {
    width: 100%;
    padding: 0 0 100px;
    background-image: url("../img_sb/bg_gs.jpg");
    background-size: 100% auto;
    background-repeat: repeat-y;
}
#goods .nov_goods {
	width: 90%;
	max-width: 920px;
	margin: 0 auto;
	display: block;
}
#goods .nov_goods .spnone {
	width: 100%;
}
#goods .goods_box.spnone {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#goods .goods_box.spnone img {
	margin: 18px 0;
	width: 48%;
}

		
#sns_box {
	width: 300px;
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sns_box a {
	width: 30%;
	display: block;
}
#sns_box a img {
	width: 100%;
}
#pagetop {
}
#pagetop a {
}
#pagetop a img {
}

}

/*----------------------------------------------------sp*/
@media (max-width : 768px ){
body{
	font-size: 10.5pt;
	line-height: 22px;
}
.ofi {
	object-position : 50% 50%;
}

		
#sp_header {
	width: calc(100% - 24px);
    height: 70px;
	padding: 0 12px;
	display: flex;
    align-items: center;
	justify-content: space-between;
    background-image: linear-gradient(0deg, rgba(224, 238, 253, 0.70), rgba(224, 238, 253, 1));
    color: rgba(255,255,255,1.00);
	position: fixed;
	top: 0;
	z-index: 100;
	inset-block-start: -100%;
	inset-inline-start: 0;
	transition: inset-block-start .4s, visibility .4s;
	visibility: hidden;
}
#sp_header.is_active {
	inset-block-start: 0;
	visibility: visible;
}	
#sp_header a {
	width: 70%;
	max-width: 360px;
	margin-top: 10px;
}
#sp_header a img {
	width: 100%;
}
#sp_hdr_black {
	width: 100%;
	height: 70px;
    background-color: rgba(0,0,0,1.00);
}
.hmbgr_menu {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	text-align: left;
	text-decoration: none;
	list-style: none;
	min-width: 0px;
}
.hmbgr_menu a {
	text-decoration: none;
	-webkit-transition: .5s ease-out;
	transition: .5s ease-out;
	color: rgba(255,255,255,1.00);
}
.hmbgr_menu a:hover {
	color: rgba(187,187,187,1.00);
}
.hmbgr_menu a:visited {
	color: rgba(255,255,255,1.00);
}
.hmbgr_menu .hmbgr_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color: rgba(255,255,255,0.60);
	display: none;
	top: 0;
	left: 0;
}
.hmbgr_menu .hmbgr_button {
    display: block;
    background: none;
    border: none;
    padding: 2px 0 0 0;
    width: 50px;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 26px;
    z-index: 1001;
    text-align: center;
    outline: none;
	inset-block-start: -100%;
	inset-inline-end: 12px;
	transition: inset-block-start .4s, visibility .4s;
	visibility: hidden;
}
.hmbgr_menu .hmbgr_button.is_active {
	inset-block-start: 8px;
	visibility: visible;
}
.hmbgr_menu .hmbgr_button.active .hmbgr_bar {
  width: 49px;
}
.hmbgr_menu .hmbgr_button.active .hmbgr_bar1 {
  transform: rotate(30deg);
}

.hmbgr_menu .hmbgr_button.active .hmbgr_bar2 {
  opacity: 0;
}
.hmbgr_menu .hmbgr_button.active .hmbgr_bar3 {
  transform: rotate(-30deg);
}
.hmbgr_menu .hmbgr_button.active .hmbgr_menu_text {
  display: none;
}

.hmbgr_menu .hmbgr_button.active .hmbgr_close {
  display: block;
}
.hmbgr_menu .hmbgr_bar {
	display: block;
	height: 2px;
	margin: 10px 0 6px;
	transition: all 0.2s;
	transform-origin: 0 0;
}
.hmbgr_menu .hmbgr_text {
	text-align: center;
	font-size: 12px;
	letter-spacing: 4px;
	margin-left: 2px;
}
.hmbgr_menu .hmbgr_close {
	text-align: center;
  letter-spacing: 0.08em;
  display: none;
}
.hmbgr_menu .hmbgr_menu_text {
  display: block;
}
.hmbgr_menu .hmbgr_nav_wrapper {
    width: 60vw;
    height: 100%;
    transition: all 0.2s;
    transform: translate(60vw);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-image: linear-gradient(90deg, rgba(14, 118, 130, 0.90), rgba(60, 150, 237, 0.90));
}
.hmbgr_menu .hmbgr_nav_wrapper.open {
  transform: translate(0);
}
.hmbgr_menu .hmbgr_nav {
	padding: 140px 24px 20px;
}
.hmbgr_menu .hmbgr_nav li {
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 28px;
}
.hmbgr_menu .hmbgr_nav li a span {
	font-weight: 700;
	font-style: normal;
	font-size: 1.5em;
	display: block;
}
.hmbgr_menu .hmbgr_button {
  color: rgba(62,171,62,1.00);
}

.hmbgr_menu .hmbgr_button .hmbgr_bar {
    background-color: rgba(29,32,50,1.00);
}
#top {
    width: 100vw;
    height: 153vw;
	max-height: 620px;
    background-image: url("../img_sb/bg_top.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
	overflow: hidden;
	position: relative;
}
#top .mv.pcnone {
	height: 153vw;
	max-height: 620px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.inner {
	width: 92%;
	max-width: 500px;
	margin: 0 auto;
}
#about {
    padding: 24px 0;
    text-align: center;
    background-image: url("../img_sb/bg_02.jpg");
    background-repeat: repeat;
    background-size: 100% auto;
}
#about .mix_logo {
	width: 90%;
	margin: 60px auto;
	display: block;
}
#about .ttl {
	margin: 48px auto;
    font-size: 1.4em;
    font-weight: 900;
    background: radial-gradient(rgba(255, 255, 188, 1), rgba(217, 222, 14, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: -3px -4px rgba(102,45,144,1.00);
	line-height: 42px;
}
#about .exp {
	line-height: 24px;
}
#about .kikan {
	width: 100%;
	margin: 60px auto;
	display: block;
}
.ctg_ttl_area {
    width: 100%;
	padding: 90px 0 0;
    background-image: url("../img_sb/fude.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-position: 50% 0px;
}
.ctg_ttl_area .ttl_image {
	width: 80%;
	max-width: 480px;
    margin: 0 auto;    
}
.ctg_ttl_area .exp {
    width: 92%;
    margin: 0 auto;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 30px;
}
.ctg_ttl_area .tax {
	width: 92%;
    margin: 0 auto;
	font-size: 0.9em;
}
.ctg_ttl_area .tax img {
	width: 160px;
	display: block;
	margin: 16px auto 0;
}
#stores {
	width: 100%;
	padding: 0 0 100px;
    background-image: url("../img_sb/bg_store.jpg");
    background-size: 100% auto;
    background-repeat: repeat-y;
}
#stores .store_parts {
	width: calc(90% - 32px);
	margin: 20px auto 20px;
	padding: 16px;
	background-image: linear-gradient(-90deg, rgba(241, 255, 150, 1), rgba(245, 255, 4, 1));
	-webkit-box-shadow: 2px 2px rgba(0,0,0,0.40);
    box-shadow: 3px 3px rgba(0,0,0,0.40);
}
#stores .store_parts .photo {
	width: 100%;
}
#stores .store_parts .info_area {
	width: 100%;
	margin: 20px 0;
}
#stores .store_parts .info_area .yaro_logo {
	width: 140px;
	margin-bottom: 8px;
	display: block;
}
#stores .store_box_a .store_parts .info_area .st_name {
	margin-bottom: 12px;
}
#stores .store_parts .info_area .st_name span {
	margin-right: 6px;
	font-size: 1.4rem;
	font-weight: 700;
	font-style: normal;
}
#stores .store_parts .info_area .txt {
}
#stores .store_parts .info_area .txt span {
	margin-top: 10px;
	padding: 3px 6px;
	display: inline-block;
	color:rgba(255,255,255,1.00);
	background: rgba(184,0,2,1.00);
}
#stores .store_parts .info_area iframe {
	width: 100%;
	height: 240px;
	margin-top: 12px;
}
#stores .user_info .precautions {
    width: calc(94% - 20px);
	max-width: 540px;
    margin: 0 auto 24px;
	padding: 20px 10px;
}
#stores .user_info .precautions .ttl {
	margin-bottom: 12px;
    font-size: 1.4em;
    border-bottom: 1px solid rgba(0,0,0,1.00);
}
#stores .user_info .precautions .ttl span {
	display: block;
	font-size: 0.8rem;
}
#stores .user_info .precautions ul {
	font-weight: 600;
	line-height: 18px;
}
#stores .user_info .precautions ul li {
	margin-bottom: 8px;
}
#stores .user_info .precautions ul .str {
	font-size: 1.2em;
    font-weight: 900;
    color: rgba(255,0,4,1.00);
	line-height: 24px;
}
#stores .user_info .precautions .chashless {
    width: calc(100% - 20px);
    border: 1px solid rgba(106,106,106,1.00);
	padding: 10px;
}
#stores .user_info .precautions .chashless .midashi {
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
	padding: 0 0 0 6px;
}
#stores .user_info .precautions .chashless .cshles_parts {
	margin-top: 12px;
    border-top: 1px solid rgba(106,106,106,1.00);
}
#stores .user_info .precautions .chashless .cshles_parts .cshles_name {
	margin-bottom: 10px;
}
#stores .user_info .precautions .chashless .cshles_parts .icon_box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#stores .user_info .precautions .chashless .cshles_parts .icon_box img {
	width: 42px;
	margin: 0 8px 8px 0;
}
#stores .user_info .precautions .chashless .cshles_parts.cord .icon_box img {
	width: 64px;
}
#ramen {
    width: 100%;
    padding: 0 0 34px;
	position: relative;
    background-image: url("../img_sb/bg_ramen.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
#ramen .ramen_area.pcnone {
    width: 100%;
    margin: 0 auto;
	position: relative;
	z-index: 10;
}
#ramen .ramen_area.pcnone .ramen01 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 10;
}
#ramen .ramen_area.pcnone .ramen02 {
	width: 76%;
	margin: -46px auto 0 24%;
	display: block;
}
#ramen .ramen_area.pcnone .nov_ramen {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	display: block;
}
#ramen .mai_sitting {
	width: 90%;
	position: absolute;
	bottom: 60px;
	left: -20%;
	z-index: 0;
}
#goods {
    width: 100%;
    padding: 0 0 100px;
    background-image: url("../img_sb/bg_gs.jpg");
    background-size: cover;
}
#goods .nov_goods {
	width: 90%;
	max-width: 600px;
	margin: 30px auto;
	display: block;
}
#goods .nov_goods .pcnone {
	width: 100%;
}
#goods .goods_box.pcnone {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#goods .goods_box.pcnone img {
	margin: 8px 0;
	width: 100%;
}
#sns_box {
	width: 200px;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sns_box a {
	width: 30%;
	display: block;
}
#sns_box a img {
	width: 100%;
}
#footer #copy {
	font-size: 0.8rem;
}
#pagetop {
}
#pagetop a {
}
#pagetop a img {
}
#pagetop {
	width: 38px;
}
}
