@charset "UTF-8";

/* 基本的な設定
========================================================================== */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, ul, var, video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
}
article, aside, blockquote, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}
dd, dl, dt {
  text-align: left;
}
blockquote, q {
  quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
  content: none;
}
ins {
  text-decoration: underline;
}
del {
  text-decoration: line-through;
}
mark {
  background: none;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
button, input[type=button], input[type=submit] {
  margin: 0;
  padding: 0;
}
a img, input, select {
  vertical-align: middle;
}
html {
  background-color: #fff;
  box-sizing: border-box;
}
*, :after, :before {
  box-sizing: inherit;
}
body {
/*  color: #000;
  font-family: Yu Gothic Medium, YuGothic, Hiragino Kaku Gothic ProN, Meiryo, MS P Gothic, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.714;
  -webkit-text-size-adjust: 100%;*/
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
ol, ul {
  list-style: none;
}
a {
  text-decoration: none;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity ease .3s;
  transition: opacity .3s ease;
}
a, a:visited {
  color: #000;
}
a:hover {
  opacity: .7;
}
@media screen and (max-width: 960px) {
  a:hover {
    opacity: none;
  }
}
input {
  font-family: Yu Gothic Medium, YuGothic, Hiragino Kaku Gothic ProN, Meiryo, MS P Gothic, sans-serif;
}
input[type=submit] {
  background-color: #000;
  border: none;
  color: #fff;
  font-size: 14px;
  min-height: 36px;
}

.oseibo {
  color: #000;
  font-family: Yu Gothic Medium, YuGothic, Hiragino Kaku Gothic ProN, Meiryo, MS P Gothic, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.714;
  -webkit-text-size-adjust: 100%;
}

.oseibo p,
.oseibo div { letter-spacing:normal; }

.oseibo p, .oseibo dt, .oseibo dd {
  text-align: inherit;
  text-justify: inherit;
}


#footer {
	font-size: 62.5%;
	letter-spacing: .07em;
	line-height: 1;
}

#footer small { font-size:inherit; }

/*
/* サイトヘッダー、サイトフッター非表示
/********************************************************************/
.header,
.sidebar,
.sp-action-menu,
.sp-action-cart {
  display: none;
}



/* base
========================================================================== */
html {
/*	font-size: 10px;*/
}

body {
}


/* phones */
@media only screen and (max-width: 961px) {
}


/* text
========================================================================== */
.text_center  { text-align: center !important; }



/* 共通
========================================================================== */
#contents {
	min-width: 1160px;
	width: 100%;
/*	margin-bottom: -70px;*/
	font-size: 1.4rem;
	position: relative;
}

#contents h2 {
	font-size: 4rem;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align: center;
}
#contents h2:after {
	margin: .5em auto 1.5em;
	content: '';
	display: block;
	width: 66px;
	height: 5.5px;
	background-image: url(/contents/ImagesPkg/oseibo2022/common/icon_h2.png);
	background-size: contain;
	background-position: center;
}
#contents h3 {
}
#contents h4 {
	margin-bottom: .25em;
	font-size: 1.8rem;
	font-weight: bold;
}
#contents h5 {
}

#contents p {
	margin-bottom: .5em;
	font-size: 1.4rem;
}

#contents br.br_sp {
	display: none;
}

/* phones */
@media only screen and (max-width: 961px) {
	#contents {
		min-width: 100%;
		width: 100%;
/*		margin-bottom: -60px;*/
		font-size: 1.4rem;
		position: relative;
	}

	#contents h2 {
		font-size: 2.8rem;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		text-align: center;
	}
	#contents h2:after {
		margin: .5em auto 1.5em;
		content: '';
		display: block;
		width: 66px;
		height: 5.5px;
		background-image: url(/contents/ImagesPkg/oseibo2022/common/icon_h2.png);
		background-size: contain;
		background-position: center;
	}
	#contents h3 {
	}
	#contents h4 {
		margin-bottom: .5em;
		font-size: 1.8rem;
		font-weight: bold;
	}
	#contents h5 {
	}

	#contents p {
		margin-bottom: .5em;
		font-size: 1.4rem;
	}

	#contents br.br_sp {
		display: inline;
	}
	#contents br.br_pc {
		display: none;
	}
	#contents a:hover {
		opacity: 1;
	}
}

/* header
========================================================================== */
#header {
	width: 100%;
	height: 100vh;
	max-height: 950px;
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/contents/ImagesPkg/oseibo2022/header/visual.jpg);
	background-size: cover;
	background-position: center;
}
#header div.inner {
	width: 1160px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#header div.inner div.logo {
	width: 150px;
	position: absolute;
	top: 60px;
	left: 0;
}
#header div.inner div.logo a img {
	width: 100%;
}

#header div.inner div.kigen {
	width: 300px;
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 0;
}
#header div.inner div.kigen img.kigen_pc {
	width: 100%;
}
#header div.inner div.kigen img.kigen_sp {
	width: 100%;
	display: none;
}
#header div.inner div.kigen p {
	margin-top: 1em;
	color: #fff;
	display: block;
}

#header div.inner div.text {
	width: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#header div.inner div.text img {
	width: 100%;
}

#header div.inner div.appeal {
	width: 330px;
	position: absolute;
	bottom: 60px;
	right: 0;
}
#header div.inner div.appeal img.appeal_pc {
	width: 100%;
}
#header div.inner div.appeal img.appeal_sp {
	width: 100%;
	display: none;
}


/* phones */
@media only screen and (max-width: 961px) {
	#header {
		width: 100%;
		max-height: none;
		height: calc(196vw - 70px);
		background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/contents/ImagesPkg/oseibo2022/header/visual.jpg);
		background-size: cover;
		background-position: center;
	}
	#header div.inner {
		width: calc(100% - 60px);
		height: 100%;
		padding: 0 30px;
		margin: 0 auto;
		position: relative;
	}
	#header div.inner div.logo {
		width: 90px;
		position: absolute;
		top: 30px;
		left: 0;
	}
	#header div.inner div.logo a img {
		width: 100%;
	}

	#header div.inner div.kigen {
		width: 100%;
		margin-top: 139%;
		text-align: center;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	#header div.inner div.kigen img.kigen_pc {
		width: 100%;
		display: none;
	}
	#header div.inner div.kigen img.kigen_sp {
		/*width: 57.5%;*/
		width: 45%;
		display: inline;
	}
	#header div.inner div.kigen p {
		margin-top: 1em;
		font-size: 1rem;
		color: #fff;
		display: block;
		overflow: visible;
	}

	#header div.inner div.text {
		width: 28%;
		margin-top: 47.5%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	#header div.inner div.text img {
		width: 100%;
	}

	#header div.inner div.appeal {
		width: 170px;
		position: absolute;
		top: 40px;
		right: 0;
	}
	#header div.inner div.appeal img.appeal_pc {
		width: 100%;
		display: none;
	}
	#header div.inner div.appeal img.appeal_sp {
		width: 100%;
		display: inline;
	}
}


/* kiribako
========================================================================== */
#kiribako_pc {
	width: 100%;
	height: 845px;
}
#kiribako_pc div.inner {
	width: 1680px;
	height: 100%;
	background-image: url(/contents/ImagesPkg/oseibo2022/kiribako/bg_kiribako.jpg);
	background-size: contain;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
}
#kiribako_pc div.kiribako_appeal{
	position: absolute;
	top: 400px;
	left: 250px;
}
#kiribako_pc div.kiribako_appeal p.kiribako_text {
	font-size: 4rem;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
#kiribako_pc div.kiribako_appeal p.kiribako_text span {
	color: #C83837;
}
#kiribako_pc div.kiribako_appeal p.kiribako_text img {
	height: 55px;
	margin-top: 1.5rem;
}
#kiribako_pc div.kiribako_appeal div.btn_kiribako {
	width: 565px;
	text-align: center;
	margin-top: 5rem;
}
#kiribako_pc div.kiribako_appeal div.btn_kiribako a {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	padding: .75em 0;
	background: #C83837;
	color: #fff;
	border-radius: 5px;
	position: relative;
}
#kiribako_pc div.kiribako_appeal div.btn_kiribako a:after {
	width: 1em;
	margin-top: -.5em;
	content: '\e5e1';
	font-family: 'Material Icons';
	font-weight: normal;
	line-height: 1;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: .75em;
}

/* phones */
@media only screen and (max-width: 961px) {
	#kiribako_pc {
		display: none;
	}
}


#kiribako_sp {
	display: none;
}

/* phones */
@media only screen and (max-width: 961px) {
	#kiribako_sp {
		display: block;
		width: 100%;
	}
	#kiribako_sp div.inner {
		width: 100%;
		height: 100%;
		padding: 150px 15px 50px;
		margin: 0;
		background-image: url(/contents/ImagesPkg/oseibo2022/kiribako/bg_kiribako_sp.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top;
	}
	#kiribako_sp div.kiribako_appeal {
		width: 90%;
		margin: 0 auto;
	}
	#kiribako_sp div.kiribako_appeal p.kiribako_text {
		font-size: 2.4rem;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	}
	#kiribako_sp div.kiribako_appeal p.kiribako_text span {
		color: #C83837;
	}
	#kiribako_sp div.kiribako_appeal p.kiribako_text img {
		height: 50px;
		margin-top: 1.5rem;
	}
	#kiribako_sp div.kiribako_appeal div.btn_kiribako {
		width: 100%;
		margin-top: 1.5em;
		text-align: center;
	}
	#kiribako_sp div.kiribako_appeal div.btn_kiribako a {
		display: block;
		font-size: 1.6rem;
		font-weight: bold;
		padding: .75em 0;
		background: #C83837;
		color: #fff;
		border-radius: 5px;
		position: relative;
	}
	#kiribako_sp div.kiribako_appeal div.btn_kiribako a:after {
		width: 1em;
		margin-top: -.5em;
		content: '\e5e1';
		font-family: 'Material Icons';
		font-weight: normal;
		line-height: 1;
		text-align: center;
		display: inline-block;
		position: absolute;
		top: 50%;
		right: .75em;
	}
	#kiribako_sp div.img_kiribako {
		width: 100%;
		margin-top: 50px;
	}
	#kiribako_sp div.img_kiribako img {
		width: 100%;
	}
}






/* noshi
========================================================================== */
#noshi {
	width: 100%;
	background: #EBE9DF;
}
#noshi div.inner {
	width: 1160px;
	height: 100%;
	padding: 100px 0;
	margin: 0 auto;
}
#noshi div.inner p {
	font-size: 1.8rem;
	line-height: 2;
	margin: 0 -0.5em;
}
#noshi div.inner div.list_noshi {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
#noshi div.inner div.list_noshi div {
	width: 333px;
}
#noshi div.inner div.list_noshi div img {
	width: 100%;
}
#noshi div.inner div.list_noshi div p {
	margin: .5em 0 0 0;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 2.4rem;
	line-height: 3.3rem;
}
#noshi div.inner div.list_noshi div p:before {
	margin-right: .5em;
	content: '';
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(/contents/ImagesPkg/oseibo2022/common/icon_caption.png);
	background-size: contain;
	background-position: center;
	vertical-align: middle;
}

/* phones */
@media only screen and (max-width: 961px) {
	#noshi {
		width: 100%;
		background: #EBE9DF;
	}
	#noshi div.inner {
		width: 100%;
		height: 100%;
		padding: 50px 15px;
		margin: 0;
	}
	#noshi div.inner p {
		font-size: 1.6rem;
		line-height: 2;
		margin: 0 -0.5em;
	}
	#noshi div.inner div.list_noshi {
		margin-top: 50px;
		display: block;
	}
	#noshi div.inner div.list_noshi div {
		width: 230px;
		margin: 0 auto 50px;
	}
	#noshi div.inner div.list_noshi div img {
		width: 100%;
	}
	#noshi div.inner div.list_noshi div p {
		margin: 1em 0 0 0;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 2rem;
		line-height: 2.5rem;
	}
	#noshi div.inner div.list_noshi div p:before {
		margin-right: .5em;
		content: '';
		display: inline-block;
		width: 25px;
		height: 25px;
		background-image: url(/contents/ImagesPkg/oseibo2022/common/icon_caption.png);
		background-size: contain;
		background-position: center;
		vertical-align: top;
	}
}


/* about
========================================================================== */
#about {
	width: 100%;
	background: #000;
}

#concept {
	width: 100%;
	height: 400px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 100)), url(/contents/ImagesPkg/oseibo2022/about/concept.jpg);
	background-size: 53%;
	background-repeat: no-repeat;
}
#concept div.inner {
	width: 1160px;
	height: 100%;
	padding: 100px 0;
	margin: 0 auto;

	display: flex;
	flex-direction: row-reverse;
}
#concept div.inner h3 {
	width: 65px;
	margin: -50px 50px 0;
}
#concept div.inner h3 img {
	width: 100%;
}
#concept div.inner div {
	width: 400px;
	color: #fff;
}

#kodawari_sozai {
	width: 100%;
	height: 400px;
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 100)), url(/contents/ImagesPkg/oseibo2022/about/kodawari_sozai.jpg);
	background-size: 53%;
	background-repeat: no-repeat;
	background-position: right;
}
#kodawari_sozai div.inner {
	width: 1160px;
	height: 100%;
	padding: 100px 0;
	margin: 0 auto;

	display: flex;
	/*flex-direction: row-reverse;*/
}
#kodawari_sozai div.inner h3 {
	width: 65px;
	margin: -50px 50px 0;
}
#kodawari_sozai div.inner h3 img {
	width: 100%;
}
#kodawari_sozai div.inner div {
	width: 400px;
	color: #fff;
}

#kodawari_soup {
	width: 100%;
	height: 400px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 100)), url(/contents/ImagesPkg/oseibo2022/about/kodawari_soup.jpg);
	background-size: 53%;
	background-repeat: no-repeat;
}
#kodawari_soup div.inner {
	width: 1160px;
	height: 100%;
	padding: 100px 0;
	margin: 0 auto;

	display: flex;
	flex-direction: row-reverse;
}
#kodawari_soup div.inner h3 {
	width: 65px;
	margin: -50px 50px 0;
}
#kodawari_soup div.inner h3 img {
	width: 100%;
}
#kodawari_soup div.inner div {
	width: 400px;
	color: #fff;
}


/* phones */
@media only screen and (max-width: 961px) {
	#about {
		width: 100%;
		background: #000;
	}

	#concept {
		width: 100%;
		height: auto;
		background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgb(0, 0, 0, .6), rgb(0, 0, 0, 1), rgb(0, 0, 0, 1)), url(/contents/ImagesPkg/oseibo2022/about/concept.jpg);
		background-size: 175%;
		background-repeat: no-repeat;
		background-position: top 100px center;
	}
	#concept div.inner {
		width: 100%;
		height: 100%;
		padding: 50px 15px;
		margin: 0 auto;

		display: flex;
		flex-direction: column;
	}
	#concept div.inner h3 {
		width: 65px;
		margin: 0;
	}
	#concept div.inner h3 img {
		width: 100%;
	}
	#concept div.inner div {
		width: 100%;
		margin-top: 200px;
		color: #fff;
	}

	#kodawari_sozai {
		width: 100%;
		height: auto;
		background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgb(0, 0, 0, .6), rgb(0, 0, 0, 1), rgb(0, 0, 0, 1)), url(/contents/ImagesPkg/oseibo2022/about/kodawari_sozai.jpg);
		background-size: 175%;
		background-repeat: no-repeat;
		background-position: top 100px center;
	}
	#kodawari_sozai div.inner {
		width: calc(100% - 30px);
		height: 100%;
		padding: 50px 15px;
		margin: 0 auto;

		display: flex;
		flex-direction: column;
	}
	#kodawari_sozai div.inner h3 {
		width: 65px;
		margin: 0;
	}
	#kodawari_sozai div.inner h3 img {
		width: 100%;
	}
	#kodawari_sozai div.inner div {
		width: 100%;
		margin-top: 100px;
		color: #fff;
	}

	#kodawari_soup {
		width: 100%;
		height: auto;
		background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgb(0, 0, 0, .6), rgb(0, 0, 0, 1), rgb(0, 0, 0, 1)), url(/contents/ImagesPkg/oseibo2022/about/kodawari_soup.jpg);
		background-size: 175%;
		background-repeat: no-repeat;
		background-position: top 100px center;
	}
	#kodawari_soup div.inner {
		width: calc(100% - 30px);
		height: 100%;
		padding: 50px 15px;
		margin: 0 auto;

		display: flex;
		flex-direction: column;
	}
	#kodawari_soup div.inner h3 {
		width: 65px;
		margin: 0;
	}
	#kodawari_soup div.inner h3 img {
		width: 100%;
	}
	#kodawari_soup div.inner div {
		width: 100%;
		margin-top: 100px;
		color: #fff;
	}
}

/* cooking
========================================================================== */
#cooking {
	width: 100%;
	background: #EBE9DF;
}
#cooking div.inner {
	width: 1160px;
	height: 100%;
	padding: 100px 0;
	margin: 0 auto;
}
#cooking div.inner  p {
	font-size: 1.8rem;
	line-height: 2;
	margin: 0 -0.5em;
}
#cooking div.inner div.youtube {
	width: 100%;
	margin: 50px 0;
}
#cooking div.inner div.youtube img {
	width: 100%;
}

#cooking div.inner div.list_cooking {
	display: flex;
	justify-content: space-between;
}
#cooking div.inner div.list_cooking div {
	width: 375px;
}
#cooking div.inner div.list_cooking div img {
	width: 100%;
}
#cooking div.inner div.list_cooking div p {
	margin: .5em 0 0 0;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 2.4rem;
	line-height: 3.3rem;
}
#cooking div.inner div.list_cooking div p span {
	margin-right: .5em;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 3.3rem;
	vertical-align: top;
}
#cooking div.inner div.list_cooking div p:before {
	margin-right: .5em;
	content: '';
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(/contents/ImagesPkg/oseibo2022/common/icon_caption.png);
	background-size: contain;
	background-position: center;
	vertical-align: middle;
}


/* phones */
@media only screen and (max-width: 961px) {
	#cooking {
		width: 100%;
		background: #EBE9DF;
	}
	#cooking div.inner {
		width: calc(100% - 30px);
		height: 100%;
		padding: 50px 15px;
		margin: 0 auto;
	}
	#cooking div.inner  p {
		font-size: 1.6rem;
		line-height: 2;
		margin: 0 -0.5em;
	}
	#cooking div.inner div.youtube {
		width: 100%;
		margin: 50px 0 0;
	}
	#cooking div.inner div.youtube img {
		width: 100%;
	}

	#cooking div.inner div.list_cooking {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	#cooking div.inner div.list_cooking div {
		width: 100%;
		margin-top: 15px;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
	}
	#cooking div.inner div.list_cooking div img {
		width: 55%;
	}
	#cooking div.inner div.list_cooking div p {
		margin: 1em 0 0 0;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 2rem;
		line-height: 3rem;
	}
	#cooking div.inner div.list_cooking div p span {
		margin-right: .5em;
		font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
		font-size: 1.9rem;
		font-weight: bold;
		line-height: 3rem;
		vertical-align: top;
	}
	#cooking div.inner div.list_cooking div p:before {
		margin-right: .5em;
		content: '';
		display: inline-block;
		width: 25px;
		height: 25px;
		background-image: url(/contents/ImagesPkg/oseibo2022/common/icon_caption.png);
		background-size: contain;
		background-position: center;
		vertical-align: top;
	}
}


/* set
========================================================================== */
#set {
	width: 100%;
	background: linear-gradient(#fff, #F0EFEF);
}
#set div.inner {
	width: 1160px;
	height: 100%;
	padding: 100px 0;
	margin: 0 auto;
}

#set div.inner h3 {
	position: relative;
	width: 400px;
	margin: 0 auto 50px;
	padding: .25em 0;
	font-size: 3rem;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#set div.inner h3:before {
	position: absolute;
	left: 0;
	top: .6em;
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(/contents/ImagesPkg/oseibo2022/common/icon_h3.png);
	background-size: contain;
	background-position: center;
	vertical-align: text-top;
}
#set div.inner h3:after {
	position: absolute;
	right: 0;
	top: .6em;
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(/contents/ImagesPkg/oseibo2022/common/icon_h3.png);
	background-size: contain;
	background-position: center;
	vertical-align: text-top;
}

#set div.inner div.img_set_present {
	width: 100%;
	margin-bottom: 140px;
}
#set div.inner div.img_set_present img {
	width: 100%;
}

#set div.inner div.set_recommend {
	margin-bottom: 140px;
}
#set div.inner div.set_recommend_last {
}
#set div.inner div.set_recommend div.img_set_recommend {
	width: 100%;
}
#set div.inner div.set_recommend div.img_set_recommend img.set_pc {
	width: 100%;
}
#set div.inner div.set_recommend div.img_set_recommend img.set_sp {
	display: none;
}
#set div.inner div.btn_set_recommend {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
#set div.inner div.btn_set_recommend_sigle {
	justify-content: center;
}
#set div.inner div.set_recommend div.btn_set_recommend div {
	width: 565px;
	text-align: center;
}
#set div.inner div.set_recommend div.btn_set_recommend div a {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	padding: .75em 0;
	background: #C83837;
	color: #fff;
	border-radius: 5px;
	position: relative;
}
#set div.inner div.set_recommend div.btn_set_recommend div a span {
	width: 7em;
	padding: .25em .5em;
	margin-right: .5em;
	font-size: 1.8rem;
	background: #fff;
	border-radius: 5px;
	display: inline-block;
}
#set div.inner div.set_recommend div.btn_set_recommend div a span.miso {
	background: #E0BB3B;
}
#set div.inner div.set_recommend div.btn_set_recommend div a span.shoyu {
	background: #212121;
}
#set div.inner div.set_recommend div.btn_set_recommend div a:after {
	width: 1em;
	margin-top: -.5em;
	content: '\e5e1';
	font-family: 'Material Icons';
	font-weight: normal;
	line-height: 1;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: .75em;
}


#set div.inner div.list_set {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#set div.inner div.list_set:after{
	content: "";
	display: block;
	width: 365px; /* ←3カラム時 */
	/*width: 47.5%;*/ /* ←2カラム時 */
}
#set div.inner div.list_set div.set {
	width: 365px; /* ←3カラム時 */
	/*width: 565px;*/ /* ←2カラム時 */
	margin-bottom: 50px;
}
#set div.inner div.list_set div.set img.set_pc {
	width: 100%;
}
#set div.inner div.list_set div.set img.set_sp {
	display: none;
}
#set div.inner div.list_set div.set p {
	margin-top: .5em;
	font-size: 2rem;
	font-weight: bold;
}


#set div.inner div.list_set div.set div.price {
	display: flex;
	justify-content: flex-end;
}
#set div.inner div.list_set div.set div.price div {
	font-size: 2.6rem;
	font-weight: bold;
}
#set div.inner div.list_set div.set div.price div span.teika,
#set div.inner div.list_set div.set div.price div span.member {
	margin-left: 0.25em;
	font-size: 1.4rem;
	padding: .25em .3em .25em .3em;
	background: #C83837;
	color: #fff;
	vertical-align: text-bottom;
}
#set div.inner div.list_set div.set div.price div span.nedan {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #C83837;
	font-size: 2.5rem;
	margin: 0 0 0 .15em;
}
#set div.inner div.list_set div.set div.price div span.en {
	font-size: 1.2rem;
	color: #C83837;
}
#set div.inner div.list_set div.set div.price div span.tax {
	font-size: 1.1rem;
	color: #C83837;
	margin-left: -0.5em;
}



#set div.inner div.list_set div.set div.btn_set {
	display: flex;
	flex-direction: column;
}
#set div.inner div.list_set div.set div.btn_set_sigle {
	justify-content: center;
}
#set div.inner div.list_set div.set div.btn_set div {
	width: 100%;
	margin-top: .5em;
	text-align: center;
}
#set div.inner div.list_set div.set div.btn_set div a {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	padding: .75em 0;
	background: #C83837;
	color: #fff;
	border-radius: 5px;
	position: relative;
}
#set div.inner div.list_set div.set div.btn_set div a span {
	width: 7em;
	padding: .25em .5em;
	margin-right: .5em;
	font-size: 1.6rem;
	background: #fff;
	border-radius: 5px;
	display: inline-block;
}
#set div.inner div.list_set div.set div.btn_set div a span.miso {
	background: #E0BB3B;
}
#set div.inner div.list_set div.set div.btn_set div a span.shoyu {
	background: #212121;
}
#set div.inner div.list_set div.set div.btn_set div a:after {
	width: 1em;
	margin-top: -.5em;
	content: '\e5e1';
	font-family: 'Material Icons';
	font-weight: normal;
	line-height: 1;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: .75em;
}


/* phones */
@media only screen and (max-width: 961px) {
	#set {
		width: 100%;
		background: linear-gradient(#fff, #F0EFEF);
	}
	#set div.inner {
		width: 100%;
		height: 100%;
		padding: 100px 15px 50px;
		margin: 0 auto;
	}
	#set div.inner h3 {
		width: 270px;
		margin: 0 auto 25px;
		padding: .25em 0;
		font-size: 2rem;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		text-align: center;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	#set div.inner h3:before {
		position: absolute;
		left: 0;
		top: .6em;
		content: '';
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url(/contents/ImagesPkg/oseibo2022/common/icon_h3.png);
		background-size: contain;
		background-position: center;
		vertical-align: text-top;
	}
	#set div.inner h3:after {
		position: absolute;
		right: 0;
		top: .6em;
		content: '';
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url(/contents/ImagesPkg/oseibo2022/common/icon_h3.png);
		background-size: contain;
		background-position: center;
		vertical-align: text-top;
	}

	#set div.inner div.img_set_present {
		width: 100%;
		margin-bottom: 100px;
	}
	#set div.inner div.img_set_present img {
		width: 100%;
	}

	#set div.inner div.set_recommend {
		margin-bottom: 50px;
	}
	#set div.inner div.set_recommend_last {
		margin-bottom: 100px;
	}
	#set div.inner div.set_recommend div.img_set_recommend {
		width: 100%;
	}
	#set div.inner div.set_recommend div.img_set_recommend img.set_pc {
		display: none;
	}
	#set div.inner div.set_recommend div.img_set_recommend img.set_sp {
		display: inline;
		width: 100%;
	}

	#set div.inner div.btn_set_recommend {
		margin-top: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	#set div.inner div.btn_set_recommend_sigle {
		justify-content: center;
	}
	#set div.inner div.set_recommend div.btn_set_recommend div {
		width: 100%;
		margin-top: 1.5em;
		text-align: center;
	}
	#set div.inner div.set_recommend div.btn_set_recommend div a {
		display: block;
		font-size: 1.6rem;
		font-weight: bold;
		padding: .75em 0;
		background: #C83837;
		color: #fff;
		border-radius: 5px;
		position: relative;
	}
	#set div.inner div.set_recommend div.btn_set_recommend div a span {
		width: 7em;
		padding: .1em .5em;
		margin-right: .5em;
		font-size: 1.4rem;
		background: #fff;
		border-radius: 5px;
		display: inline-block;
	}
	#set div.inner div.set_recommend div.btn_set_recommend div a span.miso {
		background: #E0BB3B;
	}
	#set div.inner div.set_recommend div.btn_set_recommend div a span.shoyu {
		background: #212121;
	}
	#set div.inner div.set_recommend div.btn_set_recommend div a:after {
		width: 1em;
		margin-top: -.5em;
		content: '\e5e1';
		font-family: 'Material Icons';
		font-weight: normal;
		line-height: 1;
		text-align: center;
		display: inline-block;
		position: absolute;
		top: 50%;
		right: .75em;
	}


	#set div.inner div.list_set {
		margin-bottom: 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#set div.inner div.list_set:after{
		content: "";
		display: block;
		width: 47.5%;
	}
	#set div.inner div.list_set div.set {
		width: 47.5%;
		margin-bottom: 50px;
	}
	#set div.inner div.list_set div.set img.set_pc {
		display: none;
	}
	#set div.inner div.list_set div.set img.set_sp {
		display: inline;
		width: 100%;
	}
	#set div.inner div.list_set div.set p {
		margin-top: .5em;
		font-size: 1.7rem;
		font-weight: bold;
	}
	#set div.inner div.list_set div.set p.p_adjust {
		padding-bottom: 1.75em;
	}


	#set div.inner div.list_set div.set div.price {
		display: block;
		text-align: right;
	}
	#set div.inner div.list_set div.set div.price div {
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 1.25;
	}
	#set div.inner div.list_set div.set div.price div span.teika,
	#set div.inner div.list_set div.set div.price div span.member {
		font-size: 1rem;
		vertical-align: 20%;
	}
	#set div.inner div.list_set div.set div.price div span.nedan {
		font-size: 1.7rem;
	}
	#set div.inner div.list_set div.set div.price div span.en {
		font-size: 1rem;
	}
	#set div.inner div.list_set div.set div.price div span.tax {
		font-size: 1rem;
	}


	#set div.inner div.list_set div.set div.btn_set {
		margin-top: 0;
		display: flex;
		flex-direction: column;
	}
	#set div.inner div.list_set div.set div.btn_set_sigle {
		justify-content: center;
		line-height: 3em;

	}
	#set div.inner div.list_set div.set div.btn_set div {
		width: 100%;
		margin-top: 1em;
		text-align: left;
	}
	#set div.inner div.list_set div.set div.btn_set div a {
		display: block;
		font-size: 1.2rem;
		font-weight: bold;
		padding: .75em 1em;
		background: #C83837;
		color: #fff;
		border-radius: 5px;
		position: relative;
	}
	#set div.inner div.list_set div.set div.btn_set div a span {
		width: 7em;
		padding: .25em .5em;
		margin-right: .5em;
		font-size: 1rem;
		background: #fff;
		border-radius: 5px;
		display: block;
		text-align: center;
	}
	#set div.inner div.list_set div.set div.btn_set div a span.miso {
		background: #E0BB3B;
	}
	#set div.inner div.list_set div.set div.btn_set div a span.shoyu {
		background: #212121;
	}
	#set div.inner div.list_set div.set div.btn_set div a:after {
		width: 1.5em;
		margin-top: -.5em;
		content: '\e5e1';
		font-family: 'Material Icons';
		font-weight: normal;
		font-size: 1.7rem;
		line-height: 1;
		text-align: center;
		display: inline-block;
		position: absolute;
		top: 50%;
		right: .35em;
	}
}

/* choice
========================================================================== */
#choice {
}
#choice a img.choice_pc {
	width: 85px;
	position: fixed;
	top: 140px;
	right: 0;
	z-index: 2;
}
#choice a img.choice_sp {
	display: none;
}

/* phones */
@media only screen and (max-width: 961px) {
	#choice {
		text-align: center;
	}
	#choice a {
		width: 100%;
		background: #760305;
		display: inline-block;
		position: fixed;
		bottom: 0;
		right: 0;
	}
	#choice a img.choice_pc {
		display: none;
	}
	#choice a img.choice_sp {
		display: inline;
		height: 70px;
	}
}