html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

img,
video {
	line-height: 0;
	font-size: 0;
}

figure {
	font-size: 0;
	line-height: 0;
}

@font-face {
	font-family: 'Tsukuardgothic-std';
	font-style: normal;
	font-weight: bold;
	src: url("/iikoto/dm/delish/assets/font/TsukushiAMaruGothic002.ttf") format('opentype'), url("/iikoto/dm/delish/assets/font/TsukushiAMaruGothic002.woff") format('woff');
	font-display: swap;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}

html {
	font-size: 10px;
	height: 100%;
}

body {
	font-size: 1.2rem;
	font-weight: bold;
	font-family: Tsukuardgothic-std, sans-serif;
	line-height: 1.75;
	letter-spacing: 0.08em;
	height: 100%;
	width: 100%;
}

body.ios {
	-webkit-font-feature-settings: "smcp", "swsh" 2;
	font-feature-settings: "smcp", "swsh" 2;
	letter-spacing: 0.08em;
}

body.ios .p-howto__col__txt {
	letter-spacing: 0.04em;
}

body.ios .p-kv__lead {
	letter-spacing: 0.08em !important;
}

body.safari {
	-webkit-font-feature-settings: "smcp", "swsh" 2;
	font-feature-settings: "smcp", "swsh" 2;
	letter-spacing: 0.25em;
}

body.safari .p-kv__lead {
	letter-spacing: 0.08em;
}

body.safari .p-howto__advise__list .text {
	letter-spacing: 0.1em;
}

body.ie .p-howto__advise__img {
	height: 30%;
}

body.ie .ruby > rt {
	letter-spacing: 0;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

img[src$=".svg"] {
	width: 100%;
	height: auto;
}

picture {
	display: block;
}

span {
	display: block;
}

.l-main {
	width: 100%;
	overflow: hidden;
}

.header {
	background: #231815;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 57px;
	letter-spacing: 0.08em;
}

.header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1000px;
}

.header__logo {
	width: 61px;
}

.header__text {
	color: #fff;
	font-size: 1.3rem;
}

.footer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #231815;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.3rem;
	letter-spacing: -0.02em;
	padding: 17px 0;
	text-align: center;
	width: 100%;
}

.footer__inner {
	margin: auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1000px;
}

.footer__link a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

.footer__link a:first-child {
	margin-right: 25px;
}

.footer__copyright {
	border-top: 1px solid #898989;
	display: block;
	margin-top: 17px;
	padding-top: 17px;
}

.footer__copyright {
	font-size: 10px;
}

.loading {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	background: #eee;
	z-index: 9999;
}

.loading__wrap {
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.loading__img {
	width: 75px;
	margin-bottom: 5px;
	margin: 0 auto;
}

.animation {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.08em;
	font-weight: bold;
	font-family: Helvetica, 'Hiragino Maru Gothic Pro W4', 'ＭＳ Ｐゴシック';
	color: #333;
	-webkit-animation: loadinganimation 1500ms ease-out forwards infinite;
	animation: loadinganimation 1500ms ease-out forwards infinite;
}

.underline {
	text-decoration: underline;
}

[data-animation="kv-fade"] {
	opacity: 0;
}

[data-animation="kv-fade"].js-kv-fade {
	-webkit-animation-name: fadeInKv;
	animation-name: fadeInKv;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 0;
}

[data-animation="kv-fade"].js-kv-fade.slide {
	-webkit-animation-name: slideInKv;
	animation-name: slideInKv;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 0;
}

[data-animation="kv-fade"].delay-1 {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

[data-animation="kv-fade"].delay-2 {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.kv-mtop {
	display: inline;
	margin-top: -5px;
}

.c-btn {
	width: 100%;
	color: #fff;
	background: #657070;
	border-radius: 10px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	font-size: 1.5rem;
	letter-spacing: 0;
	padding: 12px 0;
	display: block;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.c-btn:hover {
	opacity: 0.8;
}

.p-kv {
	position: relative;
}

.p-kv__logo {
	position: absolute;
	top: 2.2%;
	right: 5%;
	width: 48.5625%;
}

.p-kv__ttl {
	position: absolute;
	color: #000;
}

.p-kv__ttl .space {
	display: none;
}

.p-kv__ttl.white {
	color: #fff;
}

.p-kv__lead {
	color: #000;
	font-size: 1.6rem;
}

.p-kv__lead > span {
	display: inline-block;
	margin-left: -2.5%;
}

.ruby > rt {
	letter-spacing: -1.7em;
	font-size: 1rem;
	-webkit-transform: translate(0, 40%);
	transform: translate(0, 40%);
}

body.ios .ruby > rt,
body.mac .ruby > rt {
	-webkit-transform: translate(0, -10%);
	transform: translate(0, -10%);
}

.p-kv__ttl .ampersand {
	display: inline-block;
}

body.mac.safari .p-kv__ttl .ampersand{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

body.ie .p-kv__ttl .ampersand,
body.edge .p-kv__ttl .ampersand{
	-webkit-transform: rotate(-90deg) translateX(7px);
	transform: rotate(-90deg) translateX(7px);
}

.p-material {
	text-align: center;
	padding: 10.625% 0 24%;
}

.p-material__deco {
	position: absolute;
}

.p-material__deco.is-01 {
  width: 36%;
  top: 7%;
  right: -3%;
  /* transform: rotate(33deg);*/
}

.p-material__deco.is-02 {
  width: 13%;
  top: 48.8%;
  right: 4%;
  transform: rotate(0deg);
}

.p-material__deco.is-03 {
  width: 13%;
  top: 65.0%;
  right: 4%;
}

.p-material__deco.is-04 {
  width: 13%;
  top: 78.3%;
  right: 4%;
}

.p-material__deco.is-05 {
  width: 35%;
  top: 93%;
  right: 11%;
  /* transform: rotate(-66deg);*/
}

.p-material__inner {
	text-align: left;
	border: 1px solid #000;
	border-radius: 20px;
	padding: 33px 5%;
	padding-top: 0;
	position: relative;
}

.p-material__list {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: -0.06em;
}
.p-material__list li.note {
	font-size: 1.2rem;
  margin: 3px 0px 17px -8px;
}

.p-material__list + .p-material__list {
	margin-top: 20px;
}

.p-material__list .indent{
	text-indent: -1em;
	display: inline-block;
	padding-left: 1em;
}

.p-material__item__txt {
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.08rem;
	margin-top: 10px;
	white-space: nowrap;
}

.p-material__item__txt.note {
	margin-top: 58px;
}

.p-material__item__txt.first {
	margin-top: -22px;
}

.p-material__item__txt.thin {
	letter-spacing: -0.1rem;
}

.p-material__item__txt.with_caution {
	position: relative;
}

@media screen and (min-width: 1226px) {
.p-material__item__txt.with_caution:after {
	display: block;
	content: '＊耐熱容器に⼊れて電⼦レンジ（600W）に30秒かける';
	position: absolute;
	left: -38%;
  bottom: -30px;
  letter-spacing: -0.05em;
}
}
@media screen and (max-width: 1225px) {
.p-material__item__txt.with_caution:after {
	display: block;
	content: '＊耐熱容器に⼊れて\A電⼦レンジ（600W）に30秒かける';
  white-space: pre;
	position: absolute;
	left: -19%;
  bottom: -47px;
  letter-spacing: -0.05em;
  line-height: 1.3;
}
}

.second .p-material__item__txt {
	margin-top: 10px;
}

.p-material__items__wrap{
	padding: 0 5%;
}

.p-material__items__wrap.left{
	width: 70%;
  margin-top: 5%;
  padding: 0% 4% 10px;
  border: 2px solid #000;
  border-radius: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-material__items__wrap.left > h3 {
  font-size: 21px;
  background: #fff;
  display: inline-block;
  -webkit-transform: translateY(-54%);
  transform: translateY(-54%);
  padding: 0 12px;
}

.p-material__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	margin-top: 50px;
}

.first .nested .p-material__items:nth-child(2){
  margin-top: 0px;
  margin-bottom: 60px;
}

.first .p-material__items:nth-child(4){
  margin-bottom: 60px;
}

.second .p-material__items:nth-child(4){
  margin-bottom: 50px;
}

.p-material__items:nth-child(2){
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.p-material__items:nth-child(3){
	margin-top: 76px;
}

.p-material__item {
	position: relative;
	width: 16%;
	margin-right: 0;
}

.zero .p-material__items:first-child{
	transform: translateX(0%);
  margin-top: 70px;
}

.zero .p-material__items:first-child .p-material__item:first-child{
	width: 26%;
  margin: 0 5% 0 0;
}

.zero .p-material__items:first-child .p-material__item:nth-child(2){
	width: 26%;
  margin: 0 0 0 5%;
}

.zero .p-material__items:nth-child(2){
	transform: translateX(2%);
  margin-top: 70px;
}

.zero .p-material__items:nth-child(2) .p-material__item:first-child{
	width: 26%;
  margin: 0 5% 0 0;
}

.zero .p-material__items:nth-child(2) .p-material__item:nth-child(2){
	width: 33%;
  margin: 0 0 0 2%;
}

.first .p-material__items:nth-child(2) {
  transform: translateX(2.2%);
}

.first .p-material__items:nth-child(2) .p-material__item:nth-child(1){
  width: 27%;
  margin-right: 5%;
}
.first .p-material__items:nth-child(2) .p-material__item:nth-child(2){
  width: 37%;
}
.first .nested.left .p-material__items:nth-child(2) {
  transform: translateX(0%);
}
.first .nested.left .p-material__items:nth-child(2) .p-material__item:nth-child(1){
  width: 63%;
  margin-right: 0;
}
.first .nested.left.kiji .p-material__items:nth-child(2) .p-material__item:nth-child(1){
  margin-top: 9%;
}

.p-material__item:before {

}

.p-material__item__img.second {
  margin-top: 40px;
}

.p-material__items__hdg {
	font-size: 29px;
	background: #fff;
	display: inline-block;
	-webkit-transform: translateY(-54%);
	transform: translateY(-54%);
	padding: 0 12px;
}
.p-material__items__hdg.asyoulike {
	font-size: 26px;
}

.p-material__items-source {
	width: 100%;
	border: 2px solid #000;
	border-radius: 10px;
	margin: 100px auto 0;
}

.p-material__items-source.white {
	border: 2px solid #fff;
}

.p-material__items-source_nested_wrap{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  margin-bottom: 54px;
}

.p-material__items-source.nested .p-material__items__hdg{
	font-size: 37px;
}

.p-material__items-source.nested {
  margin: 40px 2% 0;
  display: inline-block;
}
.p-material__items-source.white.nested {
  margin: 0 2% 0;
}
.p-material__items-source.nested.right {
	width: 55%;
}
.first .p-material__items-source.white.nested.right .p-material__items:nth-child(2) .p-material__item:nth-child(1) {
  width: 42.32%;
  margin-right: 10.6%;
}
.first .p-material__items-source.nested.right .p-material__items:nth-child(2) .p-material__item:nth-child(1) {
  width: 42.32%;
  margin-right: 0;
}
.first .p-material__items-source.white.nested.right .p-material__items:nth-child(2) {
  transform: translateX(-1%);
  margin-bottom: 40px;
}
.first .p-material__items-source.nested.right .p-material__items:nth-child(2) {
  transform: translateX(0);
  margin-bottom: 40px;
}
.first .p-material__items-source.white.nested.right .p-material__items:nth-child(3) .p-material__item:first-child {
  width: 37%;
  margin-right: 14%;
}
.first .p-material__items-source.nested.right .p-material__items:nth-child(3) .p-material__item:first-child {
  width: 37%;
  margin-right: 9%;
}
.first .p-material__items-source.nested.right .p-material__items:nth-child(3) .p-material__item:nth-child(2) {
  width: 37%;
  margin-right: 0;
}
.first .p-material__items-source.nested.right .p-material__items:nth-child(3) {
  margin-top: 0;
  margin-bottom: 60px;
}
.first .p-material__items-source.nested.right .p-material__item__img.second {
    margin-top: 0;
}
.p-material__items-source.nested.left {
	width: 32.3%;
}

.p-material__items-source.second {
	margin-top: 100px;
}

.p-material__items-source-wrap .p-material__items .p-material__item:nth-child(1){
  width: 45%;
  margin-right: 40px;
}

.p-material__items-source-wrap .p-material__items .p-material__item:nth-child(2){
	width: 23%;
  margin-right: 47px;
}

.p-material__items-source .p-material__items .p-material__item:last-child {
	margin: 0;
}

.p-material__items:nth-child(3) .p-material__item:first-child{
	width: 20%;
  margin-right: 9.6%;
}
.p-material__items:nth-child(3) .p-material__item:nth-child(2){
	width: 20%;
  margin-right: 9.6%;
}
.p-material__items:nth-child(3) .p-material__item:nth-child(3){
	width: 20%;
}

.p-material__items-source-wrap{
	display: flex;
  justify-content: space-between;
	width: 100%;
  margin: 0 auto;
}

.preparation{
	border-top: 2px solid #000000;
	margin: 0 0 11% 0;
  width: 19%;
}

.source_a{
  border-top: 2px solid #000000;
  margin: 20px auto -50px;
  width: 82%;
  min-width: 828px;
}

.p-material__items__hdg2 {
	font-size: 40px;
	background: #fff;
	display: inline-block;
	-webkit-transform: translateY(-54%);
	transform: translateY(-54%);
	padding: 0 12px;
}

.preparation p {
	font-size: 16px;
  letter-spacing: -0.08em;
  margin-top: -13px;
}

.p-material .caution{
	font-size: 16px;
	text-align: right;
	width: 90%;
	margin: 20px auto 0;
}

.p-howto {
	text-align: center;
	background: #daeff0;
	padding: 28px 0 50px;
}

.p-howto__col-wrap {
	margin-top: 23.5px;
}

.p-howto__col__txt {
	text-align: left;
	font-size: 1.6rem;
	margin-top: 10px;
}

.p-howto__advise {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 45px;
}

.p-howto__advise__img {
	width: 66.04477611940298%;
}

.p-howto__advise__inner {
	font-size: 1.6rem;
}

.p-howto__advise__hdg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-howto__advise__hdg:after {
	display: block;
	content: '';
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 5px;
	margin-right: 10px;
	background: url("/iikoto/dm/delish/assets/images/common/deco_advise_line.png") no-repeat;
	background-size: 100% 100%;
}

.p-howto__advise__list-wrap {
	margin-top: 15px;
	height: 100%;
}

.p-howto__advise__list .point {
	width: 24.528301886792452%;
	display: inline-block;
}

.p-howto__advise__list:not(:first-child) {
	margin-top: 10px;
}

.p-howto__profile__inner {
	text-align: left;
}

.p-howto__profile__hdg {
	border-bottom: 1px solid #000;
	font-size: 1.4rem;
	padding-bottom: 10px;
}

.p-howto__profile__txt {
	font-size: 1.4rem;
	margin-top: 8px;
	line-height: 1.714285714285714;
}

.p-howto__profile__btn {
	width: 89.28571428571429%;
	display: block;
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

.p-howto__profile__btn:hover {
	opacity: 0.7;
}

.p-info {
	padding: 24px 0 44px;
}

.p-info__lead {
	text-align: center;
	font-size: 1.6rem;
	padding-bottom: 10px;
}

.p-info__hdg {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 6px 0;
	text-align: center;
	letter-spacing: 0.02rem;
	font-size: 1.9rem;
	position: relative;
}

.p-info__img {
	margin-top: 13px;
}

.p-info__type {
	font-size: 1.6rem;
	margin-top: 28px;
}

.p-info__txt {
	margin-top: 29px;
	letter-spacing: 0.04rem;
	font-size: 1.6rem;
	line-height: 1.625;
}

.p-info__btn {
	text-align: center;
	padding: 30px 0 54px 0;
}

.p-info__bnr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-info__bnr__list > a {
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	display: block;
}

.p-info__bnr__list > a:hover {
	opacity: 0.8;
}

.u-is-pc {
	display: block !important;
}

.u-is-sp {
	display: none !important;
}

.u-inner {
	width: 90.625%;
	margin: 0 auto;
}

.u-hdg {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	display: inline-block;
	font-size: 1.9rem;
	padding: 0 20px;
}

@media screen and (min-width: 960px) {

body.safari .p-info__txt {
	letter-spacing: 0.17em;
}

.header__inner {
	max-width: 960px;
}

.header {
	height: 60px;
}

.header__inner {
	padding: 0;
}

.header__logo {
	width: 65px;
}

.header__text {
	font-size: 1.6rem;
	letter-spacing: 0.04em;
}

.footer__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
}

.footer__copyright {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

[data-animation="kv-fade"].delay-3 {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.c-btn {
	width: 390px;
	font-size: 19px;
	padding: 18px 0;
	margin: 0 auto;
	letter-spacing: 0.02em;
}

.p-kv__logo {
	top: 6.041666666666667%;
	right: 5.5%;
	width: 24.739583333333336%;
}

.p-kv__ttl {
	top: 15%;
	left: 10%;
	line-height: 1.2;
	letter-spacing: 0.03em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	font-size: 3.125vw;
}

.p-kv__ttl > span {
	margin-left: 11px;
	letter-spacing: -0.06em;
	font-size: 1.458333333333333vw;
}

.p-kv__ttl > span span{
	display: inline;
	/*-ms-text-combine-horizontal: all;  英数字の向きを縦にする */
}

.p-kv__ttl span.thin {
	letter-spacing: -0.5em;
}

.p-kv__ttl .space {
	margin-left: 0;
	display: inline-block;
	margin-top: -20px;
}

.p-kv__ttl p {
	margin-top: -1%;
}

.p-kv__lead {
	position: absolute;
	left: 2%;
	bottom: 14%;
	width: 21%;
	font-size: 12px;
	font-size: 1.25vw;
	white-space: nowrap;
	letter-spacing: 0em;
}

.p-kv__lead.white {
	color: #fff;
}

.ruby > rt {
	letter-spacing: -1.6em;
	font-size: 14px;
	-webkit-transform: translate(-8px, 6px);
	transform: translate(-8px, 6px);
}

body.ios .ruby > rt,
body.mac .ruby > rt {
	-webkit-transform: translate(2px, 6px);
	transform: translate(2px, 6px);
}

.p-material {
	padding: 73px 0 62px;
}

.p-material__inner {
	padding: 0;
}

.p-material__hdg {
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #000;
	padding: 10px 0;
}

.p-howto {
	padding: 42.5px 0 62.5px;
}

.p-howto__col-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 47.5px;
}

.p-howto__col {
	width: 47.383720930232556%;
}

.p-howto__col:nth-child(odd) {
	margin-left: 0;
}

.p-howto__col:nth-child(n+3) {
	margin-top: 40px;
}

.p-howto__col__txt {
	margin-top: 12px;
	font-size: 16px;
	letter-spacing: 1;
}

.p-howto__advise {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 3.197674418604652%;
}

.p-howto__advise__img {
	width: 21.337209302325583%;
}

.p-howto__advise__inner {
	width: 73.19767441860465%;
	padding: 35.5px;
	padding-right: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	background: #fff;
	border-radius: 15px;
	text-align: left;
	font-size: 16px;
}

.p-howto__advise__inner:after {
	display: block;
	content: '';
	width: 43.5px;
	height: 37.5px;
	background: url("/iikoto/dm/delish/assets/images/common/deco_advise.png");
	position: absolute;
	left: -35px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.p-howto__advise__hdg:after {
	background: url("/iikoto/dm/delish/assets/images/common/deco_advise_line_pc.png") no-repeat;
	background-size: 100% 100%;
	height: 2px;
}

.p-howto__advise__list-wrap {
	margin-top: 10px;
}

.p-howto__advise__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-howto__advise__list .point {
	width: 73px;
	margin-right: 4.307692307692307%;
	vertical-align: middle;
}

.p-howto__advise__list .text {
	width: 84.61538461538461%;
	margin-top: -5px;
	letter-spacing: -0.02em;
}

.p-howto__profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 4.593023255813954%;
}

.p-howto__profile__inner {
	width: 72.67441860465115%;
}

.p-howto__profile__hdg {
	font-size: 16px;
	padding-bottom: 2px;
}

.p-howto__profile__txt {
	font-size: 16px;
	margin-top: 12px;
}

.p-howto__profile__btn {
	width: 22.093023255813954%;
}

.p-info {
	padding: 58px 0 42px;
}

.p-info__inner {
	width: 89.58333333333334%;
	max-width: 1000px;
	margin: 0 auto;
}

.p-info__lead {
	font-size: 18.5px;
	letter-spacing: 0.12rem;
}

.p-info__hdg {
	letter-spacing: 0.12rem;
	font-size: 26.5px;
}

.p-info__img {
	margin-top: 24.5px;
}

.p-info__type {
	margin-top: 10px;
	font-size: 16px;
}

.p-info__txt {
	margin-top: 8px;
	padding-bottom: 15px;
	letter-spacing: 0.08rem;
	font-size: 16px;
}

.p-info__btn {
	padding: 30px 0 80px;
}

.p-info__bnr {
	margin-top: 36px;
}

.p-info__bnr__list {
	margin-left: 3.55813953488372%;
	width: 22%;
}

.p-info__bnr__list:nth-child(1){
	margin-left: 10%;
}
.p-info__bnr__list:nth-child(4) {
	margin-left: 0;
}

.p-info__bnr__list:nth-child(3){
	margin-right: 10%;
}

.p-info__bnr__list:nth-child(n+4) {
    margin-top: 30px;
}

.p-info__bnr__list:last-child {
	display: none;
}

.u-inner {
	width: 89.58333333333334%;
	max-width: 1000px;
}

.u-inner.material {
	max-width: 1300px;
}

.u-hdg {
	font-size: 24px;
	letter-spacing: 4px;
	padding: 0 22.5px;
	line-height: 1.9;
}

.u-nowrap {
	white-space: nowrap;
}

}

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

html {
	font-size: 3.125vw;
}

body {
	line-height: 1.444444444444444;
	letter-spacing: 0;
}

body.ie .u-hdg {
	padding-top: 10px !important;
}

body.ie .p-kv__lead {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.08rem !important;
}

body.edge .p-kv__lead {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.08rem !important;
}

body.firefox .p-kv__lead {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.08rem !important;
}

.footer {
	padding: 10px 0;
}

.footer__link a {
	font-size: 1.2rem;
}

.footer__copyright {
	margin-top: 10px;
	padding-top: 10px;
}

.footer__copyright {
	font-size: 1rem;
}

.p-kv__ttl {
	text-align: center;
	bottom: 24%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 2.5rem;
	line-height: 1.071428571428571;
	letter-spacing: 0;
}

.p-kv__ttl.white-sp{
	color: #ffffff;
}

.p-kv__ttl > span {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 0;
}

.p-kv__lead {
	margin-top: 23px;
	letter-spacing: -0.05rem;
	line-height: 1.375;
	opacity: 1 !important;
}

body.ios .p-kv__ttl > span,
body.mac .p-kv__ttl > span {
	padding-bottom: 10px;
}

.p-material__hdg {
	display: inline-block;
	background: #fff;
	font-size: 1.9rem;
	-webkit-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	padding: 0 10px;
}
.p-material__hdg span {
	display: inline-block;
	font-size: 1.6rem;
  letter-spacing: -0.05em;
  position: relative;
  bottom: 0.05em;
}

.p-howto__col {
	margin-top: 50px;
}

.p-howto__col:first-child {
	margin-top: 0;
}

.p-howto__col__txt {
	letter-spacing: -0.06rem;
}

.p-howto__advise {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	background: #fff;
	border-radius: 15px 15px 0 0;
	padding: 27px 7% 0;
}

.p-howto__advise__img {
	margin: 0 auto;
	margin-top: 40px;
}

.p-howto__advise__inner {
	text-align: left;
}

.p-howto__advise__hdg {
	letter-spacing: -0.06em;
}

.p-howto__advise__hdg:after {
	padding-bottom: 1%;
	margin-right: 0;
	margin-top: 1%;
}

.p-howto__advise__list {
	letter-spacing: 0.06rem;
}

.p-howto__profile {
	background: #fff;
	border-radius: 0 0 15px 15px;
	padding: 30px 7%;
}

.p-howto__profile__hdg {
	letter-spacing: 0;
	border-bottom: 1px solid #000;
	white-space: nowrap;
}

.p-howto__profile__txt {
	letter-spacing: -0.02em;
}

.p-howto__profile__txt > span {
	display: inline-block;
	white-space: nowrap;
}

.p-howto__profile__btn {
	margin: 0 auto;
	margin-top: 20px;
}

.p-info-sp__inner {
	width: 89%;
	margin: 0 auto;
}

.p-info__hdg.triangle:after {
	display: block;
	content: '';
	border-top: 3.75vw solid #000;
	border-right: 2.8125vw solid transparent;
	border-left: 2.8125vw solid transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.p-info__type {
	text-align: center;
}

.p-info__bnr {
	width: 86.85015290519877%;
	margin: 0 auto;
	margin-top: 29px;
}

.p-info__bnr__list {
	width: 45%;
}

.p-info__bnr__list:nth-child(n+3) {
	margin-top: 5.28169014084507%;
}

.p-info__bnr__list:nth-child(2n) {
	margin-left: 7%;
}

.u-is-pc {
	display: none !important;
}

.u-is-sp {
	display: block !important;
}

}

@-webkit-keyframes loadinganimation {

from,to {
	opacity: 0;
}

50% {
	opacity: 0.85;
}

}

@keyframes loadinganimation {

from,to {
	opacity: 0;
}

50% {
	opacity: 0.85;
}

}

@-webkit-keyframes fadeInKv {

0% {
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@keyframes fadeInKv {

0% {
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes slideInKv {

0% {
	opacity: 0;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@keyframes slideInKv {

0% {
	opacity: 0;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}

100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

