<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url("/common/css/default.css");
@import url("/common/css/layout_contents.css");
@import url("/common/css/navi.css");


/* -------------------------
  flashArea
------------------------- */


#flashArea {
	width: 100%;
	/* height: 520px; */
	position: relative;
	background: url(/assets/img/products/ryusui/img_top/bg_flash.jpg) center 0 repeat-x #fffcbd;
}

#flashArea #flashInner {
	/* width: 980px; */
	height:auto;
	position: relative;
	margin: 0 auto;
	padding: 0;
/* 	background: url(/assets/img/products/ryusui/img_top_sumer/sample.jpg) no-repeat center top; */
}

#flashSpace {
	width: 980px;
	height:auto;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#flashSpace {
	display/*\**/: block\9;
	text-indent/*\**/: -999em\9;
	text-decoration/*\**/: none\9;
}

/* -------------------------
  animation
------------------------- */

#anim{
aspect-ratio: 980 / 520;
max-width: 100%;
width: 980px;
height:520px;
margin:0 auto;
overflow: hidden;
display:block;
position: relative;
text-align:center;
}

#anim:after{
content:'';
}

#anim img, #anim p, #anim h1{
position:absolute;
/*position:relative\9;*/
display:block;
}

#anim img{
opacity: 0;
-moz-opacity: 0; /*for Firefox*/
filter: alpha(opacity=0); /*for IE*/
}

#ryusuiNavArea { width:100%; height:auto; background:#fffeea; margin-top:-80px; padding-bottom:5px; }
	#navi_top { max-width:980px; height: auto; margin:40px auto 0 auto; padding: 0 2%; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 2%; z-index: 90; position:relative; overflow: hidden; /*background: url(/assets/img/products/ryusui/img_top_sumer/bg_bottom.jpg) no-repeat center bottom;*/ }
		#navi_top li { width:48%; margin-bottom:10px; }
			#navi_top li#btn_1{ text-align:left; }
			#navi_top li#btn_2{ text-align:right; }
			#navi_top li#btn_3{ text-align:left; }
			#navi_top li#btn_4{ text-align:right; }
			#navi_top li#btn_5{ width:100%; text-align:center; }

#navi_top li img:hover{
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}

#anim img.package:hover{
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}

#anim_tit_txt_1,
#anim_txt_1 {
	margin: auto;
}

#anim_txt_2 {
	left: calc(50% + 60px);
}







/* -------------------------
  brandBox
------------------------- */
/*#brandBox {
	width: 980px;
	margin: 0 auto 0 auto;
}*/
/*--修正 / 20200930------------------------------------------------------------------------------------------*/
#brandBox { width:980px; margin:13px auto 0 auto; }

/* -------------------------
  content
------------------------- */
#content {
	width: 770px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 50px 0;
}

#content #tabBox {
	width: 770px;
	height: 111px;
	overflow: hidden;
	background: url(/assets/img/products/ryusui/img/tab_bg.jpg) no-repeat left top;
	padding: 10px 0 1px 0;
}
#content #tabBox ul {
	margin: 0;
}

#content #tabBox ul li {
	float: left;
	margin: 0 0 10px 10px;
}

#content #localNavi {
	width: 770px;
	height:auto;
	overflow: hidden;
	background: url(/assets/img/products/ryusui/img/bg_navi.jpg) no-repeat left top;
	background-size:100% 100%;
	padding: 5px 0;
}
#content #localNavi ul {
	margin: 0 5px;
}

#content #localNavi ul li {
	width:50%;
	text-align:center;
	float: left;
	margin: 5px 0;
}
#content #localNavi .navCampaignBtn { width:100%; }
	#content #localNavi .navCampaignBtn img { max-width:100%; padding:0 5px; box-sizing:border-box; }

/* -------------------------
  メニュー
------------------------- */
.ryusui_navi .ryusui_navi_item {
	color: #fff;
	padding: 9px 16px 7px;
	font-family: HiraMinProN-W6, 'Yu mincho', YuMincho, serif;
	min-height: 74px;
	font-size: 18px;
	font-weight: 700;
	border-style: solid;
	border-width: 2px;
	text-align: center;
	display: grid;
	place-items: center;
	width: 100%;
	line-height: 1.5;
}
.ryusui_navi .ryusui_navi_item {
	text-decoration: none;
	max-width: 470px;
	max-height: 60px;
	box-sizing: border-box;
}

.ryusui_navi .ryusui_navi_item.top {
	background-color: #2798d1;
	border-color: #2798d1;
}

.ryusui_navi .ryusui_navi_item.about {
	background-color: #e2bd2f;
	border-color: #e2bd2f;
}

.ryusui_navi .ryusui_navi_item.recipe {
	background-color: #64b56c;
	border-color: #64b56c;
}

.ryusui_navi .ryusui_navi_item.history {
	background-color: #d77c53;
	border-color: #d77c53;
}

.ryusui_navi .ryusui_navi_item.salad {
	background-color: #c6a8c8;
	border-color: #c6a8c8;
}

.ryusui_navi .ryusui_navi_item.top:hover,
.ryusui_navi .ryusui_navi_item.top.current {
	background-color: #fff;
	color: #2798d1;
}

.ryusui_navi .ryusui_navi_item.about:hover,
.ryusui_navi .ryusui_navi_item.about.current {
	background-color: #fff;
	color: #e2bd2f;
}

.ryusui_navi .ryusui_navi_item.recipe:hover,
.ryusui_navi .ryusui_navi_item.recipe.current {
	background-color: #fff;
	color: #64b56c;
}

.ryusui_navi .ryusui_navi_item.history:hover,
.ryusui_navi .ryusui_navi_item.history.current {
	background-color: #fff;
	color: #d77c53;
}

.ryusui_navi .ryusui_navi_item.salad:hover,
.ryusui_navi .ryusui_navi_item.salad.current {
	background-color: #fff;
	color: #c6a8c8;
}

.ryusui_navi .ryusui_navi_item .ryusui_navi_item_subtitle {
	font-size: 14px;
}

/*----------------*/
#content #brandContents {
	width: 770px;
	background: url(/assets/img/products/ryusui/img/bg_contents.jpg) repeat-y left top;
	margin-top: 10px;
	padding: 0 0 40px 0;
}

#content #brandContents h2{
	margin-bottom: 0px;
}
#content #brandContents .ryusui_pageTle {
	background-color: #2798d1;
	text-align: center;
	color: #fff;
	padding: 16px 32px;
	font-family: HiraMinProN-W6, 'Yu mincho', YuMincho, serif;
	font-size: 24px;
	font-weight: 700;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.2;
}

#content #brandContents .ryusui_pageTle .ryusui_pageTle_subtitle {
	font-size: 16px;
}
#content #brandContents .contentsBox01{
	width: 700px;
	margin: 0 auto 20px auto;
}

#content #brandContents .contentsBox02{
	position: relative;
	width: 700px;
	margin: 0 auto 30px auto;
}

#content #brandContents .about_features_upper{
	position: absolute;
	top: 165px;
	left: 150px;
	display: flex;
	align-items: end;
	justify-content: space-evenly;
}
@media screen and (min-width: 769px) {
	#content #brandContents .about_features_upper{
		width: 500px;
	}
}
#content #brandContents .about_features_upper .itemImg_ryusui {
	width: auto;
	height: 195px;
	margin: 0 20px 0 0;
}
#content #brandContents .about_features_medium{
	position: absolute;
    top: 415px;
    left: 215px;
	display: flex;
	justify-content: center;
	align-items: end;
}
#content #brandContents .about_features_medium .itemImg_ryusui_small {
	width: auto;
    height: 135px;
}
#content #brandContents .about_features_lower{
	position: absolute;
    top: 760px;
    left: 145px;
	display: flex;
	justify-content: center;
	align-items: end;
}
#content #brandContents .about_features_lower .itemImg_ryusui_small {
	width: auto;
    height: 135px;
}
#content #brandContents .about_summer_upper{
	position: absolute;
	top: 105px;
	left: 165px;
	display: flex;
	justify-content: center;
	align-items: end;
}
@media not screen and (min-width: 810px) {
	[data-pagetype=brand] .page_products_products_ryusui_about #content #brandContents .about_summer_upper {
		top: 14%;
		left: 27%;
	}
}

#content #brandContents .about_summer_upper .itemImg_ryusui {
	width: auto;
	height: 250px;
	margin: 0 80px 0 0;
}
@media not screen and (min-width: 810px) {
	[data-pagetype=brand] .page_products_products_ryusui_about #content #brandContents .about_summer_upper .itemImg_ryusui {
		height: 30vw;
		margin: 0 9vw 0 0;
	}
}

#content #brandContents .about_summer_medium{
	position: absolute;
    top: 375px;
    left: 260px;
	display: flex;
	justify-content: center;
	align-items: end;
}
@media not screen and (min-width: 810px) {
	[data-pagetype=brand] .page_products_products_ryusui_about #content #brandContents .about_summer_medium {
		top: 44%;
		left: 37%;
	}
}

#content #brandContents .about_summer_medium .itemImg_ryusui_small {
    width: auto;
    height: 150px;
}
@media not screen and (min-width: 810px) {
	[data-pagetype=brand] .page_products_products_ryusui_about #content #brandContents .about_summer_medium .itemImg_ryusui_small {
		height: 20vw;
	}
}

#content #brandContents .about_summer_lower{
	position: absolute;
    top: 700px;
    left: 144px;
	display: flex;
	justify-content: center;
	align-items: end;
}
@media not screen and (min-width: 810px) {
	[data-pagetype=brand] .page_products_products_ryusui_about #content #brandContents .about_summer_lower {
			top: 82%;
			left: 22%;
	}
}

#content #brandContents .about_summer_lower .itemImg_ryusui_small {
    width: auto;
    height: 130px;
}
@media not screen and (min-width: 810px) {
	[data-pagetype=brand] .page_products_products_ryusui_about #content #brandContents .about_summer_lower .itemImg_ryusui_small {
		height: 60px;
	}
}

#content #brandContents .history_features{
	position: absolute;
	bottom: 0px;
    left: 272px;
	display: flex;
	justify-content: center;
	align-items: end;
}
#content #brandContents .history_features .itemImg_ryusui {
	width: auto;
	height: 190px;
	margin: 0 15px 0 0;
}

#content #brandContents h3{
	padding-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-size:  30px;
	font-weight: 500;
	color:  #000;
}


#content #brandContents .historyBox01{
	width: 747px;
	margin: 0 0 70px 23px;
	position: relative;
}

#content #brandContents .historyBox02{
	width: 640px;
	background: #fff;
	margin: 0 auto 90px auto;
	padding: 50px 30px;
	border: 2px solid #2fb5bf;
	position: relative;
}

#content #brandContents .historyBox02 h4{
	width: 640px;
	margin: 0 auto 30px auto;
	text-align: center;
	font-size: 26px;
	color: #000;
	font-weight: 100;
}

#content #brandContents .historyBox02 p{
	width: 640px;
	margin: 0 auto 20px auto;
	font-size: 16px;
	line-height: 2.0;
}

#content #brandContents .historyBox02 .arrow{
	position: absolute;
	bottom: -50px;
	left: 330px;
}

#content #brandContents .historyBox03{
	width: 700px;
	margin: 0 auto 50px auto;
	position: relative;
	text-align: center;
}

#content #brandContents .prizeList{
	width: 700px;
	margin: 0 auto 50px auto;
	position: relative;
}

#content #brandContents .prizeList li{
	margin: 0 auto 20px auto;
	text-align: center;
}


/* -------------------------
  localNav
------------------------- */
#localNav {
	width: 200px;
	float: left;
	padding: 0 0 50px 0;
}
#localNav ul {
	background: #fafafa;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;

}

#localNav ul li a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;

}
#localNav p#cm_banner {
	margin: 0 0 20px 0;
}
#localNav ul li.pt5{
	padding-top: 5px;
}
#localNav ul li.pt15{
	padding-top: 15px;
}

#localNav .clearfix {
  background: #fafafa;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
#localNav .clearfix li {
  text-align: center;
  border-bottom: 1px dashed #d9d9d9;
}
#localNav .clearfix a {
  text-decoration: none;
  color: #4e4e4e;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#localNav .clearfix p {
  font-size: 11px;
  line-height: 1.3em;
  padding-top: 15px;
}
#localNav .clearfix .itemImg_wl {
  width: auto;
  height: 90px;
  margin: 8px 0 12px 0;
}
#localNav .clearfix .itemImg_square {
  width: auto;
  height: 90px;
  margin: 8px 0 12px 0;
}
#localNav .clearfix .itemImg_portrait {
  height: auto;
  width: 60px;
  margin: 8px 0 12px 0;
}
#localNav .clearfix .itemImg_ryusui  {
	width: auto;
	height: 130px;
	margin: 8px 0 12px 0;
  }
#localNav .clearfix .itemImg_three {
  width: auto;
  height: 110px;
  margin: 8px 0 12px 0;
}
#localNav .clearfix .localNavBtn {
  width: 150px;
  padding-bottom: 15px;
}




/* -------------------------
「流水麺」動画
------------------------- */
#ryusuiMovieArea { width:100%; height:auto; background:url(/assets/img/products/ryusui/img/ryusuiMovieAreaBg.png) center top; padding:45px 0 50px 0; }
	#ryusuiMovieArea .inner { width:980px; margin:0 auto; }
		#ryusuiMovieArea .inner .movieTle { width:50%; margin:0 auto 20px auto; text-align:center; padding:22px; background:#fff; border:2px solid #04287e; position:relative; box-sizing:border-box; }
			#ryusuiMovieArea .inner .movieTle::before { display:block; content:""; position:absolute; top:2px; left:2px; width:calc(100% - 4px); height:calc(100% - 4px); border:5px solid #04287e; box-sizing:border-box; }
			#ryusuiMovieArea .inner .movieTle p { font-size:24px; font-weight:bold; color:#04287e; }
				#ryusuiMovieArea .inner .movieTle p span { margin-left:-0.35em; }
		#ryusuiMovieArea .inner .movieBox { width:100%; aspect-ratio:16 / 9; background:#000; border:10px solid #fff; box-sizing:border-box; filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.4)); }
		#ryusuiMovieArea .inner .movieBox iframe { width:100%; height:100%; }


/* -------------------------
「流水麺」国産新そばキャンペーン
------------------------- */
.serif { font-family:"游明朝", YuMincho, "ヒラギノ明朝 Pro", Hiragino Mincho Pro, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝" }

#campaign_article01 { width:100%; height:480px; margin-top:20px; padding:30px 0 0 30px; text-align:left; background:url(/assets/img/products/ryusui/img/bg_campaign_article01.jpg) no-repeat left top; box-sizing:border-box; position:relative; }
	#campaign_article01 img { width:200px; height:auto; position:absolute; top:60px; right:25px; }
		#campaign_article01 img:hover { filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; }
	#campaign_article01 h3 { width:100%; font-size:15px!important; line-height:2.1em; color:#fff!important; margin:0!important; padding:0 0 0 0!important; text-align:left!important; text-align:justify; text-justify:inter-ideograph; }

#campaign_article02 { width:100%; margin-top:60px; padding:0 30px; text-align:left; box-sizing:border-box; }
	#campaign_article02 h3 { width:100%; color:#06431f!important; margin:0 0 20px 0!important; padding:0!important; position:relative; }
		#campaign_article02 h3::before { content:""; display:block; border-top:solid 1px #06431f; width:100%; height:1px; position:absolute; top:50%; z-index:1; }
		#campaign_article02 h3 span { background:url(/assets/img/products/ryusui/img/bg_contents.jpg) repeat-y left bottom; position: relative; z-index:2; }
	#campaign_article02 h4 { font-size:23px; font-weight:normal; text-align:center; color:#06431f!important; margin:0 0 30px 0!important; padding:0!important; position:relative; }
	#campaign_article02 .imgBox { width:22%; float:left; }
		#campaign_article02 .imgBox img { max-width:100%; }
	#campaign_article02 .txtBox { width:78%; float:left; padding-left:25px; box-sizing:border-box; }
	#campaign_article02 p { font-size:14px; line-height:1.9em; color:#323232!important; padding-bottom:15px; text-align:justify; text-justify:inter-ideograph; }
		#campaign_article02 p:last-child { padding-bottom:0; }
	#campaign_article02 .hpLinkBtn { width:600px; height:50px; margin:25px auto 0 auto; background:#2dad5e; position:relative;
		border-radius:30px;
		-webkit-border-radius:30px;
		-moz-border-radius:30px; }
		#campaign_article02 .hpLinkBtn:hover { background:#06431f; }
		#campaign_article02 .hpLinkBtn a { position:absolute; width:100%; height:100%; top:0; left:0; text-decoration:none; }
		#campaign_article02 .hpLinkBtn p { text-align:center; color:#fff!important; font-size:18px; padding-top:9px; }

#campaign_article03 { width:100%; margin-top:60px; padding:0 30px; text-align:left; box-sizing:border-box; }
	#campaign_article03 h3 { width:100%; color:#06431f!important; margin:0 0 30px 0!important; padding:0!important; position:relative; }
		#campaign_article03 h3::before { content:""; display:block; border-top:solid 1px #06431f; width:100%; height:1px; position:absolute; top:50%; z-index:1; }
		#campaign_article03 h3 span { padding:0 10px; background:url(/assets/img/products/ryusui/img/bg_contents.jpg) repeat-y left bottom; position: relative; z-index:2; }
	#campaign_article03 .photoBox { width:35%; float:left; padding-top:5px; }
		#campaign_article03 .photoBox img { max-width:100%; }
	#campaign_article03 .txtBox { width:65%; float:left; padding-left:25px;box-sizing:border-box; }
		#campaign_article03 .txtBox p { font-size:14px; line-height:1.9em; color:#323232!important; padding-bottom:15px; text-align:justify; text-justify:inter-ideograph; }
			#campaign_article03 .txtBox p:last-child { padding-bottom:0; }

#campaign_article04 { width:710px; margin:40px auto 0 auto; padding:30px 25px 25px 25px; text-align:left; border:5px solid #06431f; background:#fff; box-sizing:border-box; }
	#campaign_article04 .contBox { border-bottom:1px solid #bbbbbb; padding-bottom:15px; margin-bottom:30px; }
		#campaign_article04 .contBox:last-child { border-bottom:none; padding-bottom:0; margin-bottom:0; }
	#campaign_article04 h4 { width:100%; font-size:30px; font-weight:normal; color:#06431f!important; margin:0 0 0 0!important; padding:0 0 15px 0!important; }
	#campaign_article04 p { font-size:14px; line-height:1.9em; padding:0 5px 0 3px!important; color:#323232!important; text-align:justify; text-justify:inter-ideograph; }
		#campaign_article04 p span { padding:0 0.2em; }

#campaign_article05 { width:100%; margin:30px auto 0 auto; padding:20px 25px; text-align:left; box-sizing:border-box; }
	#campaign_article05 h5 { font-size:30px; font-weight:normal; color:#06431f!important; line-height:1.5em; text-align:center; margin:0 0 40px 0!important; padding:0!important; position:relative; background:url(/assets/img/products/ryusui/img/bg_campaign_article05_h5.png) no-repeat; background-size:100% 100%; }
		#campaign_article05 h5 .span01 { margin-left:0.5em; }
		#campaign_article05 h5 .span02 { margin-left:-0.5em; }
		#campaign_article05 h5 .span03 { margin-left:0.5em; }
	#campaign_article05 .pDecoBox { position:relative; }
		#campaign_article05 .pDecoBox .pDecoLeft { position:absolute; top:6px; left:20px; width:45px; height:auto; }
		#campaign_article05 .pDecoBox .pDecoRight { position:absolute; top:6px; right:26px; width:45px; height:auto; }
		#campaign_article05 .pDecoBox p { font-size:18px; line-height:1.5em; text-align:center; color:#323232!important; margin:0 0 20px 0!important; padding:0!important; }
	#campaign_article05 img { max-width:100%; }
		#campaign_article05 .recipeRyusuiBtn:hover {	filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; }





/* -------------------------
  サイドバー背景
------------------------- */
.brand_sidebar_bg {
	background-image: url(/common/img/bg_nv_sub.gif);
	background-position: 0 10px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


/* -------------------------
  動画
------------------------- */
.about_features_movie_button {
	position: absolute;
	top: 706px;
	left: 405px;
	content: '';
	width: 266px;
	height: 150px;
	background: transparent;
	border: none;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.about_features_movie_button {
		top: 50%;
		left: 57.5%;
		width: 37%;
		height: 10.75%;
	}
}

@media screen and (max-width: 600px) {
	.about_features_movie_button {
		width: 36.5%;
	}
}

@media screen and (max-width: 400px) {
	.about_features_movie_button {
		width: 36%;
	}
}

.about_features_modal_title {
	width: 100%;
}

.about_salad_bnr {
	text-align: center;
}

.about_salad_bnr:hover {
	opacity: 0.5;
}
</pre></body></html>