@charset "UTF-8";
/* ------------------
# font
------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* font */
:root {
  --font-serif: "Noto Serif JP", serif;
}

/* ------------------
# base
------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, audio, video {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: auto;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  height: auto;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

img {
  vertical-align: top;
}

img,
a img {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul,
ol {
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  clear: both;
  overflow: visible;
  box-sizing: content-box;
  height: 0;
  margin: 0;
  color: inherit;
  border-top-width: 1px;
}

b,
strong {
  font-weight: bold;
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

td,
th {
  padding: 0;
  text-align: left;
  border: none;
}

@media screen and (max-width: 768px) {
  body {
    max-width: 100%;
  }
}
:root {
  --bg-world: #EAF1F9;
  --red: #E4002B;
  --maon:#395B3C;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.cts-innr {
  position: relative;
  width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .cts-innr {
    width: 100%;
    padding: 0 4.2666666667vw;
  }
}
.header {
  min-width: 1040px;
  margin: 0 auto;
  padding-top: 72px;
  text-align: center;
  background: url(/mayonnaise/100th/specialproducts/assets/img/header_mayonnaise.svg) repeat-x 0 0;
  font-family: var(--font-serif);
}

.hd-ttl {
  font-size: 32px;
  font-weight: bold;
  color: var(--red);
}

.header-txt-box {
  font-weight: 500;
}
.header-txt-box .header-txt-box-txt {
  padding-top: 24px;
  font-size: 18px;
}
.header-txt-box .header-txt-box-attend {
  display: block;
  padding-top: 1.2em;
  font-size: 14px;
  color: var(--red);
}

@media screen and (max-width: 768px) {
  .header {
    min-width: auto;
    padding-top: 17.0666666667vw;
    background: url(/mayonnaise/100th/specialproducts/assets/img/header_mayonnaise.svg) repeat-x 0 0/auto 8.21382vw;
  }
  .hd-ttl {
    font-size: 6.4vw;
  }
  .header-txt-box .header-txt-box-txt {
    padding-top: 6.4vw;
    font-size: 4.2666666667vw;
  }
  .header-txt-box .header-txt-box-attend {
    font-size: 3.7333333333vw;
  }
}
.world-mayo {
  margin-top: 48px;
  padding: 48px 0;
  background: var(--bg-world);
  text-align: center;
}

.world-mayo-product-box {
  padding-top: 72px;
  background: url(/mayonnaise/100th/specialproducts/assets/img/bg-world.png) no-repeat 0 0/contain;
}

.world-mayo-txt-catch {
  font-size: 25px;
  font-weight: 500;
}

.world-mayo-txt-txt {
  margin-top: 40px;
  font-size: 18px;
}

.world-mayo-txt-attend {
  display: block;
  margin-top: 1.2em;
  font-size: 14px;
  color: var(--red);
}

.world-mayo-products-box {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.world-mayo-products-box li {
  width: 330px;
}
.world-mayo-products-box li img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .world-mayo {
    margin-top: 10.6666666667vw;
    padding: 10.6666666667vw 0;
  }
  .world-mayo-product-box {
    padding-top: 6.4vw;
    background: url(/mayonnaise/100th/specialproducts/assets/img/bg-world.png) no-repeat 0 0/contain;
  }
  .world-mayo-txt-catch {
    font-size: 4.2666666667vw;
  }
  .world-mayo-txt-txt {
    margin-top: 3.2vw;
    font-size: 4.2666666667vw;
  }
  .world-mayo-txt-attend {
    font-size: 3.7333333333vw;
  }
  .world-mayo-products-box {
    flex-direction: column;
    align-items: center;
    gap: 4.2666666667vw;
    margin-top: 3.2vw;
  }
  .world-mayo-products-box li {
    width: 100%;
  }
}
.maon {
  padding: 48px 0;
  background: var(--maon);
}

.hd-type02 {
  text-align: center;
}

.maon-product-box {
  display: flex;
  gap: 72px;
  justify-content: center;
  margin-top: 32px;
  padding: 24px 0;
  background: #fff;
  border: 2px solid #E0CA76;
}
.maon-product-box figure {
  width: 141px;
}
.maon-product-box figure img {
  width: 100%;
}

.maon-product-box-txt-block {
  margin-top: 24px;
  font-family: var(--font-serif);
  font-weight: 500;
}

.maon-product-box-txt-catch {
  font-size: 25px;
}

.maon-product-box-txt-attend {
  font-size: 14px;
  color: var(--red);
}

.maon-product-box-txt-txt {
  margin-top: 32px;
  font-size: 18px;
}

.hd-type03 {
  margin-top: 40px;
  text-align: center;
  font-size: 32px;
  font-family: var(--font-serif);
  font-weight: bold;
  color: #fff;
}

.maon-note-box {
  display: flex;
  justify-content: center;
  gap: 45px;
  padding-top: 24px;
  padding-bottom: 60px;
  /*background: url(/mayonnaise/100th/specialproducts/assets/img/bg-maon-menorca.png) no-repeat center center;
  background-size: 770px auto;
  */
}

.maon-note-box1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  background: url(/mayonnaise/100th/specialproducts/assets/img/bg-maon-note01.png) no-repeat center center/contain;
}
.maon-note-box1 .maon-note-box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.maon-note-box1 .maon-note-box1-ttl {
  width: 340px;
}
.maon-note-box1 .maon-note-box1-ttl img {
  width: 100%;
}
.maon-note-box1 .maon-note-box1-txt {
  position: relative;
  width: 330px;
  margin-top: 15px;
  line-height: 1.5;
  color: #333;
}
.maon-note-box1 .maon-note-box1-txt .note-ttl {
  font-size: 17px;
  font-weight: bold;
}
.maon-note-box1 .maon-note-box1-txt .note-txt {
  margin-top: 10px;
  font-size: 15px;
}
.maon-note-box1 .maon-note-box1-txt .note-img {
  position: absolute;
  width: 150px;
  top: -5px;
  right: -12px;
}
.maon-note-box1 .maon-note-box1-txt .note-img img {
  width: 100%;
}
.maon-note-box1 .maon-note-box1-img {
  display: flex;
  justify-content: space-between;
  width: 330px;
  margin: 10px auto 0;
}
.maon-note-box1 .maon-note-box1-img img {
  width: 160px;
}

.maon-note-box2 {
  width: 645px;
}

.maon-note-box2-itm1 {
  font-weight: bold;
  line-height: 1.7;
}
.maon-note-box2-itm1 .note-txt {
  font-size: 20px;
  font-family: var(--font-serif);
  font-weight: 500;
  color: #fff;
}

.maon-note-box2-itm2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 24px;
  padding: 33px 0;
  background: url(/mayonnaise/100th/specialproducts/assets/img/bg-maon-note02_pc.png) no-repeat center center/contain;
  color: var(--maon);
}
.maon-note-box2-itm2 .maon-note-box-inner {
  width: 560px;
}
.maon-note-box2-itm2 .note-ttl {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.maon-note-box2-itm2 .note-ttl span {
  display: block;
  padding-left: 2em;
  font-size: 14px;
  line-height: 1.4;
}
.maon-note-box2-itm2 .note-txt {
  font-size: 16px;
  line-height: 1.5;
}
.maon-note-box2-itm2 .note-txt.add {
  margin-top: 0.5em;
  font-size: 14px;
}
.maon-note-box2-itm2 .note-howto {
  font-size: 16px;
  line-height: 1.5;
}
.maon-note-box2-itm2 .note-howto li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.maon-note-box2-itm2:after {
  position: absolute;
  content: "";
  width: 215px;
  height: 130px;
  background: url(/mayonnaise/100th/specialproducts/assets/img/ico-maon-note.svg) no-repeat center center/contain;
  right: -30px;
  bottom: -80px;
}

.maon-award-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 780px;
  margin: 24px auto 0;
  padding: 16px 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .maon {
    padding: 10.6666666667vw 0;
  }
  .hd-type02 img {
    width: 74.6666666667vw;
  }
  .maon-product-box {
    flex-direction: column;
    align-items: center;
    gap: 4.2666666667vw;
    margin-top: 6.4vw;
    padding: 4.2666666667vw;
  }
  .maon-product-box figure {
    width: 37.6vw;
  }
  .maon-product-box-txt-block {
    margin-top: 4.2666666667vw;
  }
  .maon-product-box-txt-catch {
    text-align: center;
    font-size: 5.8666666667vw;
  }
  .maon-product-box-txt-attend {
    text-align: center;
    font-size: 3.7333333333vw;
  }
  .maon-product-box-txt-txt {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
  .hd-type03 {
    margin-top: 10.6666666667vw;
    font-size: 8.5333333333vw;
  }
  .maon-note-box {
    flex-direction: column;
    gap: 8.5333333333vw;
    padding-top: 6.4vw;
    padding-bottom: 10.6666666667vw;
  }
  .maon-note-box1 {
    width: 90vw;
    margin: 0 auto;
    padding: 6vw 0;
  }
  .maon-note-box1 .maon-note-box1-ttl {
    width: 80vw;
  }
  .maon-note-box1 .maon-note-box1-txt {
    width: 78vw;
    margin-top: 4vw;
  }
  .maon-note-box1 .maon-note-box1-txt .note-ttl {
    font-size: 4vw;
  }
  .maon-note-box1 .maon-note-box1-txt .note-txt {
    margin-top: 3.2vw;
    font-size: 3.4666666667vw;
  }
  .maon-note-box1 .maon-note-box1-txt .note-img {
    width: 35.2vw;
    top: -1.33333vw;
    right: -4vw;
  }
  .maon-note-box1 .maon-note-box1-img {
    width: 78vw;
    margin: 3.2vw auto 0;
  }
  .maon-note-box1 .maon-note-box1-img img {
    width: 38vw;
  }
  .maon-note-box2 {
    width: 90vw;
    margin: 0 auto;
  }
  .maon-note-box2-itm1 .note-txt {
    font-size: 5.3333333333vw;
  }
  .maon-note-box2-itm2 {
    width: 94vw;
    margin-top: 8vw;
    margin-left: -2vw;
    padding: 10vw 0;
    background: url(/mayonnaise/100th/specialproducts/assets/img/bg-maon-note02_sp.png) no-repeat center center/contain;
  }
  .maon-note-box2-itm2 .maon-note-box-inner {
    width: 80vw;
  }
  .maon-note-box2-itm2 .note-ttl {
    display: block;
    line-height: 1.5;
  }
  .maon-note-box2-itm2 .note-ttl span {
    margin-top: 0.5em;
    padding-left: 0;
    font-size: 3.7333333333vw;
  }
  .maon-note-box2-itm2 .note-txt {
    font-size: 4.2666666667vw;
  }
  .maon-note-box2-itm2 .note-txt.add {
    font-size: 3.7333333333vw;
  }
  .maon-note-box2-itm2 .note-howto {
    font-size: 4.2666666667vw;
  }
  .maon-note-box2-itm2:after {
    width: 36vw;
    height: 21.86667vw;
    top: 2.4vw;
    right: -2.4vw;
    bottom: auto;
  }
  .maon-award-box {
    gap: 2.6666666667vw;
    width: 100%;
    margin: 0 auto;
    padding: 4.2666666667vw 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
  .maon-award-box img {
    width: 18.1333333333vw;
  }
}
.btn-area {
  width: 1040px;
  margin: 0 auto;
}

.p-100th-content-backbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: 60px;
  margin: 40px auto 100px;
  padding-right: 30px;
  font-size: 15px;
  background: url(/mayonnaise/100th/specialproducts/assets/img/ico_back_arrow.svg) right 14px center/30px no-repeat #fff;
  border: 1px solid var(--red);
  text-decoration: none;
  font-family: var(--font-serif);
  color: var(--red);
}

@media screen and (min-width: 769px) {
  .p-100th-content-backbtn {
    transition: 0.3s;
  }
  .p-100th-content-backbtn:hover {
    background-position: right 8px center;
  }
}
@media screen and (max-width: 768px) {
  .btn-area {
    width: 100%;
  }
  .p-100th-content-backbtn {
    width: 84%;
    height: 12vw;
    padding-right: 5vw;
    font-size: 3.2vw;
    background: url(/mayonnaise/100th/assets/img/icon_back_arrow.svg) right 4vw center/4vw no-repeat rgb(255, 255, 255);
    margin: 5vw auto 20vw;
  }
}
.l-pagetop-wrap {
  display: none;
  position: fixed;
  z-index: 999;
  background: #E4002B url(/mayonnaise/100th/assets/img/icon_totop.svg) no-repeat center top 5px/15px 15px;
  width: 24px;
  height: 90px;
  border-radius: 14px;
  right: 30px;
  bottom: 130px;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.l-pagetop-wrap img {
  width: 12px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-pagetop-wrap {
    background: #E4002B url(/mayonnaise/100th/assets/img/icon_totop.svg) no-repeat center top 0.6vw/85% auto;
    width: 5.7366362451vw;
    height: 23.4680573664vw;
    border-radius: 3.3898305085vw;
    right: 3vw;
    bottom: 10vw;
    padding-top: 4.4328552803vw;
  }
}/*# sourceMappingURL=style.css.map */