@charset "UTF-8";
/* ------------------
# font
------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;&display=swap");
/* ------------------
# 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.15;
  -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%;
  width: 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 {
  width: 100%;
  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;
}

:root {
  --main-blue: #587ABC;
  --bg-brown:#F9F7EB;
  --jp-brown: #D68F00;
  --jp-brown-bg: #FFF8E9;
  --wt-pink: #D65E68;
  --wt-pink-bg: #FFF2F6;
}

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

.hdtype02 {
  padding: 5px 0;
  background: var(--main-blue);
  border-radius: 10px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

.pc-visible {
  display: inline;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .cts-innr {
    width: 100%;
  }
  .hdtype02 {
    padding: 1.3333333333vw 0;
    border-radius: 0;
    font-size: 7.4666666667vw;
  }
  .pc-visible, .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/*head-area*/
.mv-block {
  width: 1040px;
  margin: 24px auto 0;
  text-align: center;
}
.mv-block span {
  display: block;
}

.mv-block-ttl01 img {
  width: 300px;
}

.mv-block-ttl02 {
  margin-top: 19px;
}
.mv-block-ttl02 img {
  width: 594px;
}

.mv-block-note {
  margin: 24px auto 0;
}
.mv-block-note img {
  width: 428px;
}

.mv-block-info {
  display: flex;
  justify-content: space-between;
  width: 760px;
  margin: 24px auto 0;
}

.mv-block-info-list {
  width: 360px;
}
.mv-block-info-list dt {
  width: 328px;
  margin: 0 auto;
}
.mv-block-info-list dd ul {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.mv-block-info-list dd ul li {
  width: 78px;
}

.lead-block-term-wrap {
  background: var(--main-blue);
}
.lead-block-term-wrap .lead-block-term {
  width: 1040px;
  margin: 24px auto 0;
  padding: 10px 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.lead-block-txt-box {
  width: 1040px;
  margin: 0 auto;
}

.lead-block-txt {
  width: 800px;
  margin: 24px auto 0;
  font-size: 18px;
  font-weight: bold;
}

.lead-block-present {
  display: block;
  width: 662px;
  margin: 24px auto 0;
  padding: 24px 16px;
  border: 1px solid #00AD9A;
  border-radius: 25px;
  background: #AEDAD5;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.lead-block-present figure {
  width: 200px;
  margin: 0 auto 0;
}
.lead-block-present p {
  margin-top: 8px;
}

@media screen and (min-width: 769px) {
  .lead-block-present {
    transition: all 0.3s ease;
  }
  .lead-block-present:hover {
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .mv-block {
    width: 100%;
    margin: 4.2666666667vw auto 0;
  }
  .mv-block-ttl01 img {
    width: 64vw;
  }
  .mv-block-ttl02 {
    margin-top: 5.0666666667vw;
  }
  .mv-block-ttl02 img {
    width: 80vw;
  }
  .mv-block-note {
    margin: 4.2666666667vw auto 0;
  }
  .mv-block-note img {
    width: 84.8vw;
  }
  .mv-block-info {
    flex-direction: column;
    width: 100%;
    margin: 2.1333333333vw auto 0;
    padding: 0 5.3333333333vw;
  }
  .mv-block-info-list {
    width: 100%;
    margin-top: 4.2666666667vw;
  }
  .mv-block-info-list dt {
    width: 87.4666666667vw;
  }
  .mv-block-info-list dd ul {
    margin-top: 4.2666666667vw;
  }
  .mv-block-info-list dd ul li {
    width: 20.8vw;
  }
  .lead-block-term-wrap .lead-block-term {
    width: 100%;
    margin: 4.2666666667vw auto 0;
    padding: 2.1333333333vw 0;
    font-size: 8vw;
  }
  .lead-block-term-wrap .lead-block-term .mdw {
    font-size: 6.6666666667vw;
  }
  .lead-block-txt-box {
    width: 100%;
  }
  .lead-block-txt {
    width: 94.6666666667vw;
    margin: 6.4vw auto 0;
    font-size: 4.8vw;
  }
  .lead-block-present {
    width: 94.6666666667vw;
    margin: 6.4vw auto 0;
    padding: 6.4vw 2.6666666667vw;
    text-align: left;
    font-size: 4.2666666667vw;
  }
  .lead-block-present figure {
    width: 53.3333333333vw;
  }
  .lead-block-present p {
    margin: 2.1333333333vw auto 0;
  }
}
/*osusume-area*/
.osusume-area {
  margin-top: 70px;
}

.osusume-area-txt {
  width: 800px;
  margin: 24px auto 0;
  font-size: 18px;
}

.osusume-area-course {
  width: 800px;
  margin: 0 auto;
}
.osusume-area-course .osusume-area-course-ttl {
  padding: 6px 0;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.osusume-area-course.jp {
  margin-top: 24px;
  background: var(--jp-brown-bg);
}
.osusume-area-course.jp .osusume-area-course-ttl {
  background: var(--jp-brown);
}
.osusume-area-course.wt {
  margin-top: 14px;
  background: var(--wt-pink-bg);
}
.osusume-area-course.wt .osusume-area-course-ttl {
  background: var(--wt-pink);
}

.osusume-area-course-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 24px;
  padding: 24px 32px;
}
.osusume-area-course-list li {
  width: 355px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
}

.osusume-area-course-list-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.osusume-area-course-list-content {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.osusume-area-course-list-content .osusume-area-course-list-content-img {
  width: 160px;
}
.osusume-area-course-list-content .osusume-area-course-list-content-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 130px;
  text-align: center;
}
.osusume-area-course-list-content .osusume-area-course-list-content-txt .imgtype02 {
  width: 119px;
}
.osusume-area-course-list-content .osusume-area-course-list-content-txt a {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
.osusume-area-course-list-content .osusume-area-course-list-content-txt a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .osusume-area {
    margin-top: 11.7333333333vw;
  }
  .osusume-area-txt {
    width: 94.6666666667vw;
    margin: 6.4vw auto 0;
    font-size: 4.8vw;
  }
  .osusume-area-course {
    width: 100%;
    padding-top: 4.2666666667vw;
  }
  .osusume-area-course .osusume-area-course-ttl {
    width: 94.6666666667vw;
    margin: 0 auto;
    padding: 1.6vw 0;
    border-radius: 100px;
    font-size: 6.4vw;
  }
  .osusume-area-course.jp {
    margin-top: 6.4vw;
  }
  .osusume-area-course.wt {
    margin-top: 8.5333333333vw;
  }
  .osusume-area-course-list {
    flex-direction: column;
    row-gap: 4.2666666667vw;
    padding: 4.2666666667vw 0 6.4vw;
  }
  .osusume-area-course-list li {
    width: 94.6666666667vw;
    margin: 0 auto;
    padding: 6.4vw;
    border-radius: 8px;
  }
  .osusume-area-course-list-ttl {
    font-size: 6.4vw;
  }
  .osusume-area-course-list-content {
    margin-top: 4.2666666667vw;
  }
  .osusume-area-course-list-content .osusume-area-course-list-content-img {
    width: 42.6666666667vw;
  }
  .osusume-area-course-list-content .osusume-area-course-list-content-txt {
    width: 34.6666666667vw;
  }
  .osusume-area-course-list-content .osusume-area-course-list-content-txt .imgtype02 {
    width: 31.7333333333vw;
  }
  .osusume-area-course-list-content .osusume-area-course-list-content-txt a {
    font-size: 5.3333333333vw;
  }
}
/*requirements*/
#requirements {
  margin: 40px auto 0;
  font-size: 16px;
  background: #FFFDF2;
}
#requirements .cts-innr {
  padding: 24px 0;
}

.requirements-list {
  margin-top: 24px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  line-height: 1.6;
}

.requirements-list-dt {
  padding: 2em 0 0;
  color: var(--main-blue);
  font-weight: bold;
}
.requirements-list-dt:first-child {
  padding: 0;
}

.requirements-list-dd {
  padding: 1em 0 2em;
  border-bottom: 2px dashed #888888;
}

.requirements-list-dd a {
  text-decoration: underline;
}

.requirements-list-dd-block:not(:first-child) {
  margin-top: 1em;
}

.requirements-list-dd-block .ttl {
  font-weight: bold;
}

.requirements-list-dd-block.jp .ttl {
  color: var(--jp-brown);
}

.requirements-list-dd-block.wt .ttl {
  color: var(--wt-pink);
}

.requirements-list-dd .note {
  margin-top: 1em;
  font-weight: bold;
}

.requirements-list-dd li {
  padding-left: 1em;
  position: relative;
}

.requirements-list-dd li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

li.requirements-list-inner-list-itm::before {
  content: "●";
  font-size: 0.6em;
  top: 0.5em;
  color: var(--main-blue);
}

a[data-gtm=tocomlink] {
  color: var(--main-color-pink);
}

a[data-gtm=tocomlink]::after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background: url("/cp/202507-udfood/assets/img/icon_window.svg") no-repeat center/contain;
  margin-left: 0.1em;
  margin-right: 0.2em;
}

@media screen and (max-width: 768px) {
  #requirements {
    margin-top: 8.5333333333vw;
    font-size: 4.2666666667vw;
  }
  #requirements .cts-innr {
    padding: 0;
  }
  .requirements-list {
    margin-top: 0;
  }
  .requirements-list-dt {
    padding: 1em 0 0;
  }
  .requirements-list-dd {
    padding: 1em 0;
  }
  a[data-gtm=tocomlink]::after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.btn-area {
  margin-top: 35px;
  line-height: 1.6;
  text-align: center;
}

.btn-area .copy {
  font-size: 20px;
  color: #000;
}

.btn-area-inner {
  width: 480px;
  margin: 0 auto;
}

.btn-area .btn {
  padding-top: 20px;
}

.btn-area .btn a {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #fff;
  background: rgb(228, 0, 43);
  border: 1px solid #e4002b;
  border-radius: 31px;
  text-decoration: none;
  position: relative;
}

.btn-area .btn a::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-radius: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  transform: rotate(45deg);
}

.btn-area .txt {
  margin-top: 20px;
  padding-right: 16px;
  font-size: 16px;
  text-align: right;
}

.btn-area .txt + .txt {
  margin-top: 8px;
}

.btn-area .txt a {
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .btn-area .copy {
    font-size: 4.2666666667vw;
  }
  .btn-area-inner {
    width: 85.3333333333vw;
  }
  .btn-area .btn {
    padding-top: 4.2666666667vw;
  }
  .btn-area .btn a {
    height: 16vw;
    font-size: 4.2666666667vw;
    border-radius: 8vw;
  }
  .btn-area .btn a::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    border-radius: 2px;
    right: 4.2666666667vw;
  }
  .btn-area .txt {
    margin-top: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
  .btn-area .txt + .txt {
    margin-top: 1.0666666667vw;
  }
  .u-none--sp {
    display: none !important;
  }
}
/* キャンペーン終了 */
.endAnnounce {
  display: block;
  width: 1000px;
  border: 4px #ccc solid;
  color: #eb0028;
  background: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 20px auto;
  padding: 20px;
  box-sizing: border-box;
}

.type_fin {
  color: #eb0028;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .endAnnounce {
    font-size: 5.3333333333vw;
    width: 96%;
  }
}/*# sourceMappingURL=style.css.map */