<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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 &gt; 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 &gt; span {
	display: inline-block;
	margin-left: -2.5%;
}

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

body.ios .ruby &gt; rt,
body.mac .ruby &gt; 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: 15.625% 0 55px;
}

.p-material__deco {
	position: absolute;
}

.p-material__deco.is-01 {
    width: 32%;
    top: -16%;
    right: -4%;
    transform: rotate(45deg);
}

.p-material__deco.is-02 {
	width: 35%;
    top: 72%;
    right: -7%;
	transform: rotate(105deg);
}

.p-material__deco.is-03 {
    width: 20%;
    top: 86%;
    right: 18%;
	transform: rotate(0deg);
}

.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.02em;
}

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

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

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

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

.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 .p-material__items:first-child{
	margin-top: 100px;
}

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

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

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

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

.p-material__items:nth-child(2) .p-material__item:last-child {
	margin-right: 0;
}

.first .p-material__items:first-child .p-material__item:nth-child(2){
	width: 30%;
	transform: translateX(-8%);
}

.first .p-material__items:first-child .p-material__item:first-child{
	width: 28%;
	margin-right: 4em;
}

.first .p-material__items:first-child .p-material__item:first-child .p-material__item__img{
	padding: 0 ;
    /*transform: rotate(0deg) translate(12%,0%);*/
}

.first .p-material__items:first-child .p-material__item:nth-child(2){
	width: 28%;
}

.first .p-material__items:first-child .p-material__item:nth-child(2) .p-material__item__img{
	padding: 0 ;
}

.first .p-material__items:first-child .p-material__item:nth-child(3) .p-material__item__img{
	padding: 0 10%;
}

.first .p-material__items:first-child .p-material__item:nth-child(4) {
	width: 26%;
}

.first .p-material__items:first-child .p-material__item:nth-child(4) .p-material__item__img{
	padding: 0 ;
    transform: rotate(90deg) translate(-8%,0%);
}

.first .p-material__items:first-child .p-material__item .p-material__item__txt{
	height: 5.5em;
}

.first .p-material__items:nth-child(2) .p-material__item .p-material__item__img{
	/*padding: 0 10%;*/
}

.first .p-material__items:nth-child(2) .p-material__item:nth-child(2) {
	width: 20%;
	margin: 0 8em;
}

.first .p-material__items:nth-child(2) .p-material__item:nth-child(2) .p-material__item__img{
	padding: 0 ;
    /*transform: rotate(90deg) translate(-8%,0%);*/
}

.first .p-material__items:nth-child(2) .p-material__item:nth-child(3) {
	width: 18%;
}

.first .p-material__items:nth-child(2) .p-material__item:nth-child(3) .p-material__item__img{
	padding: 0 ;
    /*transform: rotate(90deg) translate(-8%,0%);*/
}

.first .p-material__items:nth-child(2) .p-material__item .p-material__item__txt{
	height: 5.5em;
}

.first .p-material__items:nth-child(2) .p-material__item:nth-child(4) .p-material__item__img{
	padding: 0 10%;
}

.first .p-material__items:nth-child(3) .p-material__item{
	margin-right: 9em;
}

.first .p-material__items:nth-child(3) .p-material__item:last-child{
	margin-right: 0;
}

.first .p-material__items:nth-child(3) .p-material__item .p-material__item__txt{
	height: 5.5em;
}

.first .p-material__items:nth-child(3) .p-material__item:nth-child(1){
	width: 26%;
}

.first .p-material__items:nth-child(3) .p-material__item:nth-child(1) .p-material__item__img{
	padding: 0 ;
}

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

.first .p-material__items:nth-child(3) .p-material__item:nth-child(3){
	width: 16%;
}


.p-material__item:before {

}

.p-material__item__img {

}

.p-material__items-source.second .p-material__items .p-material__item:nth-child(n+6) {
	width: 33%;
	margin: 0 0;
}



.p-material__items__hdg {
	font-size: 16px;
	background: #fff;
	display: inline-block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 28px;
}

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

.p-material__items-source .p-material__items {
	width: 80%;
	margin: 0 auto;
	padding: 0 0 30px ;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: baseline;
}

.p-material__items-source.second .p-material__items {
	width: 90%;
}

.p-material__items-source.second .p-material__items:nth-child(3){
	transform: translateY(-15px);
}

.p-material__items-source.second .p-material__items:nth-child(2) {
	padding: 10px 0 20px;
}

.p-material__items-source .p-material__items .p-material__item {
	width: 25%;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

.p-material__items-source.second .p-material__items .p-material__item{
	width: 14%;
	margin-right: 5%;
	box-sizing: border-box;
}

.p-material__items-source  .p-material__items .p-material__item:last-child {
	width: 14%;	
}

.p-material__items-source.first .p-material__items .p-material__item:nth-child(2){
	width: 18%;
}

.p-material__items-source.first .p-material__items .p-material__item:nth-child(3){
	width: 12%;
}

.p-material__items-source.first .p-material__items .p-material__item:nth-child(4){
	width: 12%;
}

.p-material__items-source.second .p-material__items .p-material__item:nth-child(2){
	margin-right: 0vw;
}

.p-material__items-source.second .p-material__items .p-material__item:nth-child(3){
	width: 28%;
	margin-right: 0vw;
}

.p-material__items-source.second .p-material__items .p-material__item:nth-child(3) .p-material__item__img{
	padding: 0 26%;
}

.p-material__items-source.second .p-material__items .p-material__item:nth-child(5){
	margin-right: 0;
}

.p-material__items-source  .p-material__items+.p-material__items{
	justify-content:space-between;
}

.p-material__items-source.second .p-material__items+.p-material__items .p-material__item{
	width: 28%;
	margin: 0;
}

.p-material__items-source  .p-material__items+.p-material__items .p-material__item .p-material__item__img{

	margin: 0 auto;
}

.p-material__items-source  .p-material__items+.p-material__items .p-material__item:nth-child(2) .p-material__item__img{
	width: 84%;
	transform: translate(0, 1.65vw) rotate(90deg);
}

@media screen and (min-width: 1160px) {
	.p-material__items-source  .p-material__items+.p-material__items .p-material__item:nth-child(2) .p-material__item__img{
		width: 84%;
		transform: translate(0, 20px) rotate(90deg);
	}
}

.p-material__items-source.second .p-material__items+.p-material__items .p-material__item:nth-child(3){
	width: 28%;
}

.p-material__items-source.second .p-material__items+.p-material__items .p-material__item:nth-child(3) .p-material__item__img{
	padding: 0;
}

.p-material__items-source.second .p-material__items:nth-child(3) .p-material__item__txt{
	margin-top: 20px;
}

.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 &gt; a {
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	display: block;
}

.p-info__bnr__list &gt; 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: 9%;
	left: 9%;
	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 &gt; span {
	margin-left: 11px;
	letter-spacing: 0;
	font-size: 1.458333333333333vw;
}

.p-kv__ttl &gt; span span{
	display: inline;
	-ms-text-combine-horizontal: all; /* 闍ｱ謨ｰ蟄励�蜷代″繧堤ｸｦ縺ｫ縺吶ｋ */
}

.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: 5%;
	bottom: 2.813953488372093%;
	width: 21%;
	font-size: 12px;
	font-size: 1.25vw;
	white-space: nowrap;
	letter-spacing: 0em;
}

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

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

body.ios .ruby &gt; rt,
body.mac .ruby &gt; 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-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: 25%;
	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 &gt; 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 &gt; span,
body.mac .p-kv__ttl &gt; 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-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 &gt; 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;
}

}

</pre></body></html>