@charset "UTF-8";
/* CSS Document */
.pc {
  display: block; }
  @media screen and (max-width: 897px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 897px) {
    .sp {
      display: block; } }

/*
        @include sp {
            font-size: 160%;
            line-height: 1.4;
        }
*/
.tamago h2 {
  font-size: 200%;
  line-height: 100%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  color: #FFFFFF;
  margin: 30px 0;
  padding: 10px;
  text-align: center;
  background: #E9B9B4; }
  @media screen and (max-width: 897px) {
    .tamago h2 {
      font-size: 160%;
      line-height: 1.4; } }
.tamago__headline {
  padding: 30px 0 0 0; }
  @media screen and (max-width: 897px) {
    .tamago__headline {
      padding: 15px 0 0 0; } }
  .tamago__headline h3 {
    background: #dc4e37;
    color: #fff;
    font-size: 300%;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    padding: 15px 0;
    margin: 30px 0; }
    @media screen and (max-width: 897px) {
      .tamago__headline h3 {
        font-size: 200%;
        margin: 15px 0; } }
.tamago__movie {
  padding: 30px 0 0 0; }
  @media screen and (max-width: 897px) {
    .tamago__movie {
      padding: 0; } }
  .tamago__movie__box .youtube {
    width: 100%;
    aspect-ratio: 16 / 9; }
  .tamago__movie__box .youtube iframe {
    width: 100%;
    height: 100%; }
.tamago__info {
  padding: 30px 0 0 0; }
  @media screen and (max-width: 897px) {
    .tamago__info {
      padding: 0; } }
  .tamago__info__box {
    position: relative; }
    @media screen and (max-width: 897px) {
      .tamago__info__box {
        position: static; } }
    .tamago__info__box .ribbon1 {
      display: inline-block;
      position: relative;
      height: 60px;
      /*リボンの高さ*/
      line-height: 25px;
      /*リボンの高さ*/
      text-align: center;
      padding: 15px 30px;
      /*横の大きさ*/
      font-size: 22px;
      /*文字の大きさ*/
      font-weight: 400;
      background: #cf8b31;
      /*塗りつぶし色*/
      color: #FFF;
      /*文字色*/
      box-sizing: border-box;
      width: 100%;
      margin: 30px 0 0 0; }
      @media screen and (max-width: 897px) {
        .tamago__info__box .ribbon1 {
          font-size: 14px;
          height: 80px;
          line-height: 0.7;
          margin: 15px 0 0 0; } }
      @media screen and (max-width: 897px) {
        .tamago__info__box .ribbon1 span {
          display: block; } }
    .tamago__info__box .ribbon1:before, .tamago__info__box .ribbon1:after {
      position: absolute;
      content: '';
      width: 0px;
      height: 0px;
      z-index: 1; }
    .tamago__info__box .ribbon1:before {
      top: 0;
      left: 0;
      border-width: 35px 0px 35px 15px;
      border-color: transparent transparent transparent #fff;
      border-style: solid; }
      @media screen and (max-width: 897px) {
        .tamago__info__box .ribbon1:before {
          border-width: 45px 0px 45px 15px; } }
    .tamago__info__box .ribbon1:after {
      top: 0;
      right: 0;
      border-width: 35px 15px 35px 0px;
      border-color: transparent #fff transparent transparent;
      border-style: solid; }
      @media screen and (max-width: 897px) {
        .tamago__info__box .ribbon1:after {
          border-width: 45px 15px 45px 0px; } }
    .tamago__info__box .inbox {
      display: flex;
      justify-content: center;
      max-width: 240px;
      margin: auto; }
      .tamago__info__box .inbox__item {
        margin: 0 10px; }
    .tamago__info__box .copy {
      position: absolute;
      right: -15px;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (max-width: 897px) {
        .tamago__info__box .copy {
          position: static;
          right: inherit;
          top: inherit;
          transform: translateY(0);
          text-align: center; } }
      .tamago__info__box .copy img {
        width: 60%; }
    .tamago__info__box h4 {
      font-size: 500%;
      font-weight: 800;
      text-align: center;
      line-height: 1.2;
      padding: 20px 0; }
      @media screen and (max-width: 897px) {
        .tamago__info__box h4 {
          font-size: 200%;
          padding: 10px 0; } }
    .tamago__info__box .caption {
      text-align: center;
      font-size: 260%;
      line-height: 1.4;
      font-weight: 700;
      margin: 30px auto 30px auto; }
      @media screen and (max-width: 897px) {
        .tamago__info__box .caption {
          font-size: 140%;
          margin: 15px 0; } }
      .tamago__info__box .caption span {
        font-size: 160%; }
        .tamago__info__box .caption span.red {
          color: #FF0004; }
    .tamago__info__box .tamago__schedule {
      border: 1px solid #222;
      display: flex;
      max-width: 720px;
      margin: 10px auto auto auto;
      align-items: center; }
      @media screen and (max-width: 897px) {
        .tamago__info__box .tamago__schedule {
          display: block; } }
      .tamago__info__box .tamago__schedule .ttl {
        width: 20%;
        padding: 15px 5%;
        background: #222;
        color: #fff;
        text-align: center;
        letter-spacing: 0.5;
        font-size: 190%;
        font-weight: 700; }
        @media screen and (max-width: 897px) {
          .tamago__info__box .tamago__schedule .ttl {
            width: 100%;
            box-sizing: border-box;
            font-size: 140%; } }
      .tamago__info__box .tamago__schedule .date {
        text-align: center;
        width: 70%;
        font-size: 200%;
        font-weight: 700; }
        @media screen and (max-width: 897px) {
          .tamago__info__box .tamago__schedule .date {
            width: 100%;
            font-size: 140%;
            padding: 15px 0;
            box-sizing: border-box; } }
.tamago__flow {
  margin: 60px 0 0 0; }
  @media screen and (max-width: 897px) {
    .tamago__flow {
      margin: 30px 0 0 0; } }
  .tamago__flow .inbox {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    border-radius: 1px solid #ccc;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 20px; }
    @media screen and (max-width: 897px) {
      .tamago__flow .inbox {
        display: block;
        padding: 15px; } }
    .tamago__flow .inbox .tamago__flow__kiyaku {
      width: 49%; }
      @media screen and (max-width: 897px) {
        .tamago__flow .inbox .tamago__flow__kiyaku {
          width: 100%;
          box-sizing: border-box; } }
      .tamago__flow .inbox .tamago__flow__kiyaku a {
        display: block;
        background: #fff;
        border: 1px solid #222;
        padding: 20px 0;
        text-align: center;
        border-radius: 10px;
        font-size: 160%;
        min-height: 45px;
        color: #222;
        font-weight: 700; }
        @media screen and (max-width: 897px) {
          .tamago__flow .inbox .tamago__flow__kiyaku a {
            min-height: inherit;
            padding: 10px 0; } }
        .tamago__flow .inbox .tamago__flow__kiyaku a span {
          font-weight: 400;
          font-size: 70%; }
          @media screen and (max-width: 897px) {
            .tamago__flow .inbox .tamago__flow__kiyaku a span {
              font-size: 50%; } }
    .tamago__flow .inbox .tamago__flow__btn {
      width: 49%; }
      @media screen and (max-width: 897px) {
        .tamago__flow .inbox .tamago__flow__btn {
          width: 100%;
          box-sizing: border-box;
          margin: 15px 0 0 0;
          padding: 10px 0;
          min-height: 35px; } }
      .tamago__flow .inbox .tamago__flow__btn a {
        display: block;
        background-image: linear-gradient(90deg, #9e0000, #8e0000);
        padding: 20px 0;
        text-align: center;
        border-radius: 10px;
        font-size: 160%;
        font-weight: 700;
        min-height: 45px;
        color: #fff; }
        @media screen and (max-width: 897px) {
          .tamago__flow .inbox .tamago__flow__btn a {
            min-height: inherit;
            padding: 10px 0; } }
        .tamago__flow .inbox .tamago__flow__btn a span {
          font-weight: 400;
          font-size: 70%; }
          @media screen and (max-width: 897px) {
            .tamago__flow .inbox .tamago__flow__btn a span {
              font-size: 50%;
              min-height: inherit; } }
  .tamago__flow__box {
    margin: 30px 0 0 0; }
    .tamago__flow__box__item {
      border-bottom: 2px dotted #eee;
      margin: 0 0 20px 0;
      padding: 0 0 20px 0; }
      .tamago__flow__box__item h3 {
        font-size: 130%;
        line-height: 1.6;
        font-weight: 700;
        margin: 0 0 5px 0; }
        .tamago__flow__box__item h3:first-of-type {
          margin: 0; }
      .tamago__flow__box__item P {
        margin: 10px 0 0 0;
        font-size: 120%;
        line-height: 1.6; }
      .tamago__flow__box__item .caption {
        font-size: 130%;
        background: #f7f7f7;
        margin: 0 0 10px 0;
        border: 1px solid #eee;
        padding: 10px; }
      .tamago__flow__box__item .inbox2 .item:not(:first-of-type) {
        margin: 20px 0 0 0; }
  .tamago__flow__banner {
    display: flex;
    justify-content: center;
    max-width: 720px;
    margin: 10px auto auto auto; }
    @media screen and (max-width: 897px) {
      .tamago__flow__banner {
        display: block; } }
    .tamago__flow__banner__item {
      margin: 0 10px; }
      @media screen and (max-width: 897px) {
        .tamago__flow__banner__item {
          width: 100%;
          margin: 0; } }
      @media screen and (max-width: 897px) {
        .tamago__flow__banner__item:last-of-type {
          margin: 15px 0 0 0; } }
  .tamago__flow__headline .caption {
    font-size: 120%; }
.tamago__next {
  margin: 40px 0 0 0; }
  @media screen and (max-width: 897px) {
    .tamago__next {
      margin: 15px 0 0 0; } }
.tamago__summary {
  margin: 60px 0 30px 0; }
  @media screen and (max-width: 897px) {
    .tamago__summary {
      margin: 30px 0; } }
  .tamago__summary__box:not(:last-of-type) {
    margin: 0 0 30px 0; }
    @media screen and (max-width: 897px) {
      .tamago__summary__box:not(:last-of-type) {
        margin: 0 0 15px 0; } }
  .tamago__summary__box h3 {
    background: #f4f4f4;
    border: 1px solid #eee;
    padding: 15px;
    font-size: 140%;
    font-weight: 700;
    margin: 0 0 15px 0; }
  .tamago__summary__box ul {
    font-size: 120%;
    line-height: 1.6; }
    .tamago__summary__box ul li {
      list-style-type: disc;
      margin: 0 0 5px 20px; }
.tamago__recipe {
  background: #FCFFCE;
  padding: 20px;
  font-size: 120%;
  line-height: 1.4;
  border-radius: 15px;
  margin: 30px 0 0 0; }
  @media screen and (max-width: 897px) {
    .tamago__recipe {
      padding: 10px;
      margin: 10px 0 0 0; } }
  .tamago__recipe h3 {
    text-align: center;
    font-weight: 700;
    font-size: 130%;
    padding: 0 0 15px 0; }
    @media screen and (max-width: 897px) {
      .tamago__recipe h3 {
        font-size: 110%; } }
  .tamago__recipe ul li a {
    background: #FFDD00;
    color: #000;
    padding: 15px;
    display: block;
    text-align: center;
    font-weight: 700; }
    @media screen and (max-width: 897px) {
      .tamago__recipe ul li a {
        padding: 10px 5px;
        font-size: 14px;
        line-height: 1.5; } }
    .tamago__recipe ul li a:hover {
      opacity: 0.8;
      color: #222;
      text-decoration: none; }
  .tamago__recipe ul li:not(:last-of-type) {
    margin: 0 0 1px 0; }

.ttl-inbox {
  background: #dc4e37;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0; }
  @media screen and (max-width: 897px) {
    .ttl-inbox {
      margin: 15px 0; } }
  .ttl-inbox .left {
    width: 100px; }
    @media screen and (max-width: 897px) {
      .ttl-inbox .left {
        width: 55px; } }
  .ttl-inbox .right {
    width: 100px; }
    @media screen and (max-width: 897px) {
      .ttl-inbox .right {
        width: 55px; } }
  .ttl-inbox .center {
    text-align: center; }
    .ttl-inbox .center h3 {
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 897px) {
        .ttl-inbox .center h3 {
          font-size: 140%; } }
