@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');
.pc_use {
    display: none;
}
.sp_use {
    display: block;
}
.flexwrap{
  display:flex;
  flex-wrap:wrap;
}
/*.fadeIn {
    opacity: 0;
    transition: 2s;
}
.fadeIn.is-show {
    opacity: 1;
}
.fadeIn_up {
    opacity: 0;
    transform: translate(0, 50%);
    transition: 2s;
}
.fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
}
.fadeIn_left {
    opacity: 0;
    transform: translate(-50%, 0);
    transition: 2s;
}
.fadeIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1;
}*/
.c-egg__aspect1-1 {
    aspect-ratio: 1/1;
}
.c-egg__aspect3-2 {
    aspect-ratio: 3 / 2;
}
.c-egg__aspect2-3 {
    aspect-ratio: 2/3;
      max-height: 100vh;
}
.c-egg__aspect3-4 {
    aspect-ratio: 3/4;
}
.c-fit {
    object-fit: cover;
    object-position: center;
    width: 100%;
}
/*ヘッダー*/
.p-egg-header {}
/*コンテンツ*/
.p-egg-contenner {
    margin: 0 0 0 0;
    padding: 24px 24px 0;
}
section.p-egg-title {
    margin: 0 0 24px 0;
}
.p-egg-title__rogo {
    width: 70%;
    margin: auto;
	max-width: 320px;
	font-size: 26px;
	text-align: center;
}
.p-egg-title__sub__rogo{
    margin: 24px auto 0;
	height: 100px;
	font-size: 26px;
	text-align: center;
}
.p-egg-title__sub__rogo img{
    width: 100%;
	height: auto;
	max-width: inherit;
}
.p-egg-title__illust {
	width: 30%;
}
.p-egg-title__main {
	max-width: 280px;
	margin: auto;
}
.p-egg-title__title__box {
	text-align: center;
	display: flex;
	margin: 24px 0;
}
.p-egg-title__title__box-second {
	text-align: center;
	display: flex;
	margin: 0;
}
.p-egg-title__title {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin: 16px 0;
    font-size: 26px;
}
.p-egg-title__title_jp {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 16px;
    display: block;
}
.p-egg-title__text {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}
.p-egg-contents__text1 {
    font-size: 14px;
    line-height: 1.8;
    margin: 32px 0 40px 0;
    text-align: justify;
}
.p-egg-contents__photowrap {
    display: flex;
    margin: 16px 0;
}
.p-egg-contents__photowrap div {
    width: calc(50% - 8px);
}
.p-egg-contents__photowrap div:first-child {
    margin: 0 8px 0 0;
}
.p-egg-contents__photowrap div:last-child {
    margin: 0 0 0 8px;
}
.p-egg-contents__text2__box {
    margin: 36px 0 36px 0;
}
.p-egg-contents__text2__box__point {
    font-family: "Marketing Script", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    margin: 16px 0 8px 0;
    display: inline-block;
    line-height: 1.1;
}
.p-egg-contents__text2__body {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
}
img.c-fit.c-egg__aspect3-4 {
    margin: auto;
    display: block;
    max-height: 640px;
    width: auto;
}
.p-egg-contents__text2__body {
    margin: 16px 0 0 0;
}
.p-egg-contents__itemlist-wrap {
    display: flex;
    flex-wrap: wrap;
      padding: 0 0 16px;
}
.p-egg-contents__itemlist-box {
    width: calc(50% - 16px);
    margin: 0 8px 24px;
}
.p-egg-contents__item-name {
    font-size: 13px;
    margin: 8px 0 0px;
    line-height: 1.3;
}
.p-egg-contents__item-price {
    font-size: 13px;
    margin: 4px 0 0px;
    line-height: 1.3;
}
.p-egg-contents-recipe {
	margin: 8px 0;
}
.p-egg-recipe_margin-bt {
	margin-bottom: 0px;
}
.p-egg-contents-recipe-food-list__box {
	display: flex;
}
.p-egg-contents-recipe-food-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 24px;
	width: calc(100% - 24px);
}
.p-egg-contents-recipe-food-list dt{
	width: 55%;
	font-weight: 400;
}
.p-egg-archive {
	border-top: 1px solid var(--c-black);
    border-bottom: none;
    padding-top: 40px;
    padding: 40px 24px 0;
	margin-top: 36px;
}
.p-egg-trivia {
	padding: 8px;
}
.p-egg-trivia-bg-noise {
    background-image: url(/webstore/design/themes/new_marumitsu/media/images/ver2/bg-noise.png);
    background-color: var(--c-paper);
    background-blend-mode: color-burn;
    /* background-size: 25%; */
    background-repeat: repeat;
    background-size: 110px;
}
.p-egg-trivia__inner {
	display: block;
    padding: 40px;
    border: 2px solid var(--c-black);
}
.p-egg-trivia__title {
	font-size: 16px;
	margin: 0 0 16px 0;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}
.p-egg-trivia__sub-title {
    margin: 0 0 24px 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
	border-bottom: 2px dashed var(--c-black);
	padding-bottom: 16px;
}
.p-egg-trivia__explain {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
}
@media (min-width: 768px) {
    .pc_use {
        display: block;
    }
    .sp_use {
        display: none;
    }
    .p-egg-header {
        margin: 24px 0 0px 0;
        padding: 0 80px;
    }
    .p-egg-contenner {
        padding: 24px 80px;
    }
    .p-egg-contents__itemlist-box {
        width: calc(33.333% - 16px);
        margin: 0 8px 24px;
    }
    .p-egg-archive.l-product-magazine {
        border-top: 1px solid var(--c-black);
        border-bottom: none;
        padding-top: 40px;
        padding: 40px 80px 40px;
        margin: 0px;
    }
    .p-egg-archive .p-product-magazine__title {
        font-size: 16px;
    }
}
@media (min-width: 1081px) {
    .p-egg-header {
        margin: 24px 8.33333% 0px;
        padding: 0;

    }
    .p-egg-contenner {
        margin: 24px auto 0px;
        padding: 0;
        max-width: 860px;
    }
      .p-egg-archive.l-product-magazine {
        border-top: 1px solid var(--c-black);
        border-bottom: none;
        
        padding: 40px 0px 40px;
        margin: 40px auto 0;
        max-width: 860px;
    }
  .p-egg-archive.l-product-magazine .swiper-button-next,.p-egg-archive.l-product-magazine .swiper-button-prev {
    top:40px;
  }
}
@media (min-width: 2001px) {
    .p-egg-header {
        max-width: 1780px;
        margin: 0 auto 0px;
    }
}
/*アーカイブ用*/
.p-art-main-header {
    position: relative;
}
.p-art-main-title__rogo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 500px;
    transform: translate(-50%, -50%);
}
.p-art-maintitle__text {
    text-align: justify;
    line-height: 1.6;
    font-size: 15px;
    margin: 16px 0 16px;
}
.p-art-maintitle__text br{
  display: none;
}
ul.p-art-archive {
    margin: 0 0 40px;
}
.p-egg-archive_wrap {
	flex-wrap: wrap;
}
li.p-art-archive_box {
    width: calc(50% - 8px);
    margin: 8px auto 16px;
}
.p-art-archive__term {
    font-size: 14px;
    margin: 8px 0 0 0;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-art-maintitle__text {
    text-align: center;
    line-height: 1.8;
    font-size: 15px;
    margin: 16px 0 16px;
}
  .p-art-maintitle__text br{
  display: inline;
}
    li.p-art-archive_box {
    width: calc(100% / 2 - 16px);
     margin: 8px 8px 16px;
}
}
@media (min-width: 1081px) {
  li.p-art-archive_box {
    width: calc(100% / 3 - 16px);
     margin: 8px 8px 16px;
}
}