@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Quicksand:wght@300;400&display=swap");
html, body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
html *, body * {
  font-weight: 400;
}

#header {
  position: relative;
  z-index: 10;
}

#header .header-inner {
  padding: 20px;
  line-height: 1;
  height: auto !important;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header .header-inner:after {
  content: none;
}

#header .header-inner .site-title {
  margin: 0;
}

@media screen and (min-width: 1400px) {
  #header .header-inner .site-title .site-title__logo .pal-logo {
    width: 140px;
  }
}
#header .present-message {
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 90%;
  max-width: 700px;
}
@media screen and (min-width: 600px) {
  #header .present-message {
    top: 30px;
  }
}

/* footer */
#footer .footer-inner {
  margin: 0 auto;
}
#footer .footer-inner .footer-bottom {
  border: none;
  margin: 60px auto 0;
  padding: 0 60px 30px;
}
@media screen and (min-width: 600px) {
  #footer .footer-inner .footer-bottom {
    padding: 0 0 30px;
  }
}
@media only screen and (min-width: 600px ) and (max-width: 1439px) {
  #footer .footer-inner .footer-bottom {
    padding: 0 60px 30px;
  }
}
#footer .footer-inner .footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 0;
}
@media screen and (min-width: 600px) {
  #footer .footer-inner .footer-bottom ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 40px;
  }
}
#footer .footer-inner .footer-bottom ul li {
  font-size: 12px;
  margin: 0;
}
@media screen and (min-width: 600px) {
  #footer .footer-inner .footer-bottom ul li {
    font-size: 14px;
  }
}
#footer .footer-inner .footer-bottom ul li:nth-child(1) {
  margin: 0;
}
#footer .footer-inner .footer-bottom .copyright {
  margin: 30px auto 0;
}
#footer .footer-inner .footer-bottom .copyright .copyright__text {
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  #footer .footer-inner .footer-bottom .copyright .copyright__text {
    text-align: left;
  }
}

#container {
  margin-left: 0 !important;
}
#container.is-load .trial-delivery-loading-layer {
  -webkit-animation: fade_out 1s ease-in-out 2s 1 normal forwards;
          animation: fade_out 1s ease-in-out 2s 1 normal forwards;
}
#container.is-load .trial-delivery-loading-layer .trial-delivery-loading-layer__box {
  opacity: 1;
}
#container.is-load .trial-delivery-article-head__slide__slide-item.is-mv-01 {
  /* animation: fade_in_MV 18s ease-in-out 1.5s infinite normal forwards; */
  -webkit-animation: fade_in_MV 18s ease-in-out 0s infinite normal forwards;
          animation: fade_in_MV 18s ease-in-out 0s infinite normal forwards;
}
#container.is-load .trial-delivery-article-head__slide__slide-item.is-mv-02 {
  /* animation: fade_in_MV 18s ease-in-out 4.5s infinite normal forwards; */
  -webkit-animation: fade_in_MV 18s ease-in-out 3s infinite normal forwards;
          animation: fade_in_MV 18s ease-in-out 3s infinite normal forwards;
}
#container.is-load .trial-delivery-article-head__slide__slide-item.is-mv-03 {
  /* animation: fade_in_MV 18s ease-in-out 7.5s infinite normal forwards; */
  -webkit-animation: fade_in_MV 18s ease-in-out 6s infinite normal forwards;
          animation: fade_in_MV 18s ease-in-out 6s infinite normal forwards;
}
#container.is-load .trial-delivery-article-head__slide__slide-item.is-mv-04 {
  /* animation: fade_in_MV 18s ease-in-out 10.5s infinite normal forwards; */
  -webkit-animation: fade_in_MV 18s ease-in-out 9s infinite normal forwards;
          animation: fade_in_MV 18s ease-in-out 9s infinite normal forwards;
}
#container.is-load .trial-delivery-article-head__slide__slide-item.is-mv-05 {
  /* animation: fade_in_MV 18s ease-in-out 13.5s infinite normal forwards; */
  -webkit-animation: fade_in_MV 18s ease-in-out 12s infinite normal forwards;
          animation: fade_in_MV 18s ease-in-out 12s infinite normal forwards;
}
#container.is-load .trial-delivery-article-head__slide__slide-item.is-mv-06 {
  /* animation: fade_in_MV 18s ease-in-out 16.5s infinite normal forwards; */
  -webkit-animation: fade_in_MV 18s ease-in-out 15s infinite normal forwards;
          animation: fade_in_MV 18s ease-in-out 15s infinite normal forwards;
}
#container * {
  -webkit-transition: all 0.4s ease 0s, opacity 0s ease 0s;
  transition: all 0.4s ease 0s, opacity 0s ease 0s;
}
#container .trial-delivery-loading-layer {
  width: 100%;
  height: 100%;
  background: #EEC2B1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
#container .trial-delivery-loading-layer * {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#container .trial-delivery-loading-layer .trial-delivery-loading-layer__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
#container .trial-delivery-loading-layer .trial-delivery-loading-layer__box p {
  margin: 10px auto 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
#container .trial-delivery-loading-layer .trial-delivery-loading-layer__box .trial-delivery-loading-layer__cap {
  margin: 30px auto 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #357DA7;
}
#container .utl__article {
  overflow: hidden;
  /* 2025夏の期間限定クーポン */
}
#container .utl__article .js-scroll-animation {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) translateY(30px);
          transform: translate3d(0, 0, 0) translateY(30px);
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
#container .utl__article .js-scroll-animation.is-animated {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) translateY(0);
          transform: translate3d(0, 0, 0) translateY(0);
}
#container .utl__article .mod__bg--yellow {
  background: #fff2ae !important;
}
#container .utl__article .mod__bg--blue {
  background: #357da7 !important;
}
#container .utl__article .mod__bg--pink {
  background: #E67967 !important;
}
#container .utl__article .mod__col--pink {
  color: #e67967;
}
#container .utl__article .mod__col--red {
  color: #F24545;
}
#container .utl__article .mod__font-f--Quicksand {
  font-family: "Quicksand", sans-serif;
}
#container .utl__article .mod__text-a--center {
  text-align: center !important;
}
#container .utl__article .mod__pc_only {
  display: none;
}
@media screen and (min-width: 600px) {
  #container .utl__article .mod__pc_only {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  #container .utl__article .mod__sp_only {
    display: none;
  }
}
#container .utl__article .mod__tb-s_only {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  #container .utl__article .mod__tb-s_only {
    display: block;
  }
}
#container .utl__article .mod__btn-01 {
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (min-width: 600px) {
  #container .utl__article .mod__btn-01 {
    margin: 60px auto 0;
  }
}
#container .utl__article .mod__btn-01 a {
  min-width: 240px;
  background: #e67967;
  display: inline-block;
  border: solid 1px #e67967;
  color: #ffffff;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  #container .utl__article .mod__btn-01 a {
    min-width: 320px;
    padding: 15px;
    font-size: 20px;
  }
}
#container .utl__article .mod__btn-01 a::after {
  content: none;
}
@media screen and (min-width: 600px) {
  #container .utl__article .mod__btn-01 a:hover {
    opacity: 0.8;
  }
}
#container .utl__article .trial-delivery-article__cap {
  margin: 10px auto 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .trial-delivery-article__cap {
    margin: 25px auto 0;
  }
}
#container .utl__article .trial-delivery-article__cap li {
  font-size: 14px;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
@media screen and (min-width: 600px) {
  #container .utl__article .trial-delivery-article__cap li {
    margin: 0;
  }
}
#container .utl__article .trial-delivery-article__cap li + li {
  margin-top: 5px;
}
#container .utl__article .trial-delivery-article-head {
  background: #efece6;
}
#container .utl__article .trial-delivery-article-head__slide {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 600px) {
  #container .utl__article .trial-delivery-article-head__slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 760px;
  }
}
#container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__wrap {
  width: 100%;
  padding: 8px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  opacity: 0;
  -webkit-animation: fade_in 1s ease-in-out 0s 1 normal forwards;
          animation: fade_in 1s ease-in-out 0s 1 normal forwards;
}
@media screen and (min-width: 600px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__wrap {
    max-height: 710px;
    min-width: 495px;
    width: 41.0714285714%;
    padding: 40px 20px;
    margin: 0 0 0 calc(-12.5714285714% - 80px);
  }
}
@media only screen and (min-width: 600px ) and (max-width: 1439px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__wrap {
    min-width: 495px;
    margin: 0 0 0 calc(-12.5714285714% - 80px);
  }
}
@media screen and (min-width: 1440px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__wrap {
    min-width: 575px;
    margin: 0 0 0 calc(-12.5714285714% - 35px);
    padding: 40px;
  }
}
#container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__wrap::before {
  background: transparent url(/pr/trial-delivery/_assets/img/mv_01_pc.png) no-repeat center bottom;
  background-size: cover;
  width: 109.5652173913%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 69.5652173913%;
}
#container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__wrap .trial-delivery-article-head__slide__wrap__box {
  position: relative;
  z-index: 1;
  padding: 0 0 55px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__wrap .trial-delivery-article-head__slide__wrap__box {
    padding: 0 0 20.202020202%;
  }
}
#container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__wrap .trial-delivery-article-head__slide__wrap__box h1 {
  line-height: 1;
}
#container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__wrap .trial-delivery-article-head__slide__wrap__box h1 .trial-delivery-article-head__slide__ttl-main {
  width: 71.186440678%;
  margin: 5px auto 0;
  line-height: 1;
  display: block;
}
@media screen and (min-width: 600px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__wrap .trial-delivery-article-head__slide__wrap__box h1 .trial-delivery-article-head__slide__ttl-main {
    width: 325px;
    margin: 12px auto 0;
  }
}
#container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__wrap .trial-delivery-article-head__slide__wrap__box h1 .trial-delivery-article-head__slide__ttl-cap {
  line-height: 1.4;
  font-weight: bold;
  font-size: 28px;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__wrap .trial-delivery-article-head__slide__wrap__box h1 .trial-delivery-article-head__slide__ttl-cap {
    font-size: 24px;
    line-height: 1.6;
  }
}
#container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__wrap .trial-delivery-article-head__slide__wrap__box p {
  margin: 8px auto 0;
  font-weight: bold;
  color: #357DA7;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__wrap .trial-delivery-article-head__slide__wrap__box p {
    margin: 20px auto 0;
    font-size: 18px;
  }
}
#container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__wrap .trial-delivery-article-head__slide__wrap__box p .mod__col--red {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__wrap .trial-delivery-article-head__slide__wrap__box p .mod__col--red {
    font-size: 24px;
  }
}
#container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__wrap .trial-delivery-article-head__slide__wrap__box .mod__btn-01 {
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__wrap .trial-delivery-article-head__slide__wrap__box .mod__btn-01 {
    margin-top: 15px;
  }
}
#container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  line-height: 0;
  height: 0;
  padding: 77.6% 0 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-animation: fade_in 1s ease-in-out 0s 1 normal forwards;
          animation: fade_in 1s ease-in-out 0s 1 normal forwards;
}
@media screen and (min-width: 600px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide {
    min-height: 760px;
    width: calc(71.4285714286% + 80px);
    padding: 54.2857142857% 0 0;
    margin: 0;
  }
}
@media only screen and (min-width: 600px ) and (max-width: 1439px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide {
    width: calc(71.4285714286% + 80px);
  }
}
@media screen and (min-width: 1440px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide {
    width: calc(71.4285714286% + 35px);
    padding: 54.2857142857% 0 0;
  }
}
#container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide.is-mv-01 {
  background: transparent url(/pr/trial-delivery/_assets/img/mv_01_sp.png) no-repeat right top;
  background-size: cover;
  z-index: 0;
}
@media screen and (min-width: 1440px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide.is-mv-01 {
    background: transparent url(/pr/trial-delivery/_assets/img/mv_01_pc.png) no-repeat left top;
    background-size: contain;
  }
}
@media only screen and (min-width: 600px ) and (max-width: 1439px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide.is-mv-01 {
    background: transparent url(/pr/trial-delivery/_assets/img/mv_01_pcsmall.png) no-repeat left top;
    background-size: contain;
  }
}
#container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__cap-maru {
  width: 98px;
  height: auto;
  display: block;
  position: absolute;
  bottom: -12px;
  left: 3.2%;
  z-index: 10;
  -webkit-animation: linear circle_rotate 30s infinite;
          animation: linear circle_rotate 30s infinite;
}
@media screen and (min-width: 600px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__cap-maru {
    width: 182px;
    top: 118px;
    bottom: auto;
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 1150px) and (max-width: 1439px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__cap-maru {
    right: auto;
    left: 681px;
  }
}
@media screen and (min-width: 1440px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__cap-maru {
    right: 0;
  }
}
#container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__slide-item {
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__slide-item.is-mv-01 {
  background: transparent url(/pr/trial-delivery/_assets/img/mv_01_sp.png) no-repeat right top;
  background-size: cover;
  z-index: 1;
}
@media screen and (min-width: 1440px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__slide-item.is-mv-01 {
    background: transparent url(/pr/trial-delivery/_assets/img/mv_01_pc.png) no-repeat left top;
    background-size: contain;
  }
}
@media only screen and (min-width: 600px ) and (max-width: 1439px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__slide-item.is-mv-01 {
    background: transparent url(/pr/trial-delivery/_assets/img/mv_01_pcsmall.png) no-repeat left top;
    background-size: contain;
  }
}
#container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__slide-item.is-mv-02 {
  background: transparent url(/pr/trial-delivery/_assets/img/mv_02_sp.png) no-repeat right top;
  background-size: cover;
  z-index: 2;
}
@media screen and (min-width: 1440px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__slide-item.is-mv-02 {
    background: transparent url(/pr/trial-delivery/_assets/img/mv_02_pc.png) no-repeat left top;
    background-size: contain;
  }
}
@media only screen and (min-width: 600px ) and (max-width: 1439px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__slide-item.is-mv-02 {
    background: transparent url(/pr/trial-delivery/_assets/img/mv_02_pcsmall.png) no-repeat left top;
    background-size: contain;
  }
}
#container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__slide-item.is-mv-03 {
  background: transparent url(/pr/trial-delivery/_assets/img/mv_03_sp.png) no-repeat right top;
  background-size: cover;
  z-index: 3;
}
@media screen and (min-width: 1440px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__slide-item.is-mv-03 {
    background: transparent url(/pr/trial-delivery/_assets/img/mv_03_pc.png) no-repeat left top;
    background-size: contain;
  }
}
@media only screen and (min-width: 600px ) and (max-width: 1439px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__slide-item.is-mv-03 {
    background: transparent url(/pr/trial-delivery/_assets/img/mv_03_pcsmall.png) no-repeat left top;
    background-size: contain;
  }
}
#container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__slide-item.is-mv-04 {
  background: transparent url(/pr/trial-delivery/_assets/img/mv_04_sp.png) no-repeat right top;
  background-size: cover;
  z-index: 4;
}
@media screen and (min-width: 1440px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__slide-item.is-mv-04 {
    background: transparent url(/pr/trial-delivery/_assets/img/mv_04_pc.png) no-repeat left top;
    background-size: contain;
  }
}
@media only screen and (min-width: 600px ) and (max-width: 1439px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__slide-item.is-mv-04 {
    background: transparent url(/pr/trial-delivery/_assets/img/mv_04_pcsmall.png) no-repeat left top;
    background-size: contain;
  }
}
#container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__slide-item.is-mv-05 {
  background: transparent url(/pr/trial-delivery/_assets/img/mv_05_sp.png) no-repeat right top;
  background-size: cover;
  z-index: 5;
}
@media screen and (min-width: 1440px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__slide-item.is-mv-05 {
    background: transparent url(/pr/trial-delivery/_assets/img/mv_05_pc.png) no-repeat left top;
    background-size: contain;
  }
}
@media only screen and (min-width: 600px ) and (max-width: 1439px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__slide-item.is-mv-05 {
    background: transparent url(/pr/trial-delivery/_assets/img/mv_05_pcsmall.png) no-repeat left top;
    background-size: contain;
  }
}
#container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__slide-item.is-mv-06 {
  background: transparent url(/pr/trial-delivery/_assets/img/mv_06_sp.png) no-repeat right top;
  background-size: cover;
}
@media screen and (min-width: 1440px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__slide-item.is-mv-06 {
    background: transparent url(/pr/trial-delivery/_assets/img/mv_06_pc.png) no-repeat left top;
    background-size: contain;
  }
}
@media only screen and (min-width: 600px ) and (max-width: 1439px) {
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__slide-item.is-mv-06 {
    background: transparent url(/pr/trial-delivery/_assets/img/mv_06_pcsmall.png) no-repeat left top;
    background-size: contain;
  }
}
#container .utl__article .trial-delivery-coupon {
  max-width: 544px;
  padding: 0 40px 50px;
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  #container .utl__article .trial-delivery-coupon {
    padding: 0 80px 130px;
    margin: -80px auto 0;
  }
}
#container .utl__article .trial-delivery-coupon .trial-delivery-coupon__ribon {
  position: absolute;
  max-width: 165px;
  width: 23.4666666667%;
  top: -10px;
  right: 2.6666666667%;
  -webkit-animation: ease-in coupon_ribon 3s infinite;
          animation: ease-in coupon_ribon 3s infinite;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 600px) {
  #container .utl__article .trial-delivery-coupon .trial-delivery-coupon__ribon {
    max-width: 154px;
    width: 100%;
    top: -15px;
    right: 40px;
  }
}
#container .utl__article .trial-delivery-coupon .trial-delivery-coupon__img {
  max-width: 544px;
  height: auto;
  width: 100%;
  margin: 0 auto;
  display: block;
}
#container .utl__article .trial-delivery-coupon .trial-delivery-coupon__img.img--round {
  border-radius: 15px;
}
#container .utl__article .trial-delivery-coupon .trial-delivery-article__cap li {
  font-size: 12px;
}
#container .utl__article .trial-delivery-coupon_250701 {
  max-width: 748px;
  padding: 0 0 50px;
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  #container .utl__article .trial-delivery-coupon_250701 {
    padding: 0 80px 80px;
  }
}
@media screen and (min-width: 1440px) {
  #container .utl__article .trial-delivery-coupon_250701 {
    margin: -15px auto 0;
  }
}
@media only screen and (min-width: 600px ) and (max-width: 1439px) {
  #container .utl__article .trial-delivery-coupon_250701 {
    margin: -80px auto 0;
  }
}
#container .utl__article .trial-delivery-coupon_250701 .trial-delivery-coupon__img {
  max-width: 748px;
  height: auto;
  width: 100%;
  margin: 0 auto;
  display: block;
}
#container .utl__article .trial-delivery-coupon_250701 .trial-delivery-coupon__img.img--round {
  border-radius: 15px;
}
#container .utl__article .utl__article-section {
  background: #efece6;
  max-width: none;
  padding: 0;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  margin-top: 0;
}
#container .utl__article .utl__article-section.mod__bg--yellow::before {
  content: "";
  width: 100%;
  height: 0;
  background: #efece6 url(/pr/trial-delivery/_assets/img/back_01_sp.svg) repeat-x center bottom;
  background-size: 100% auto;
  padding: 24% 0 0;
  margin: 0 auto -1px;
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section.mod__bg--yellow::before {
    background: #efece6 url(/pr/trial-delivery/_assets/img/back_01_pc.svg) repeat-x center bottom;
    background-size: 100% auto;
    padding: 19.2142857143% 0 0;
  }
}
#container .utl__article .utl__article-section.mod__bg--blue::before {
  content: "";
  width: 100%;
  height: 0;
  background: #fff2ae url(/pr/trial-delivery/_assets/img/back_02_sp.svg) repeat-x center bottom;
  background-size: 100% auto;
  padding: 23.7333333333% 0 0;
  margin: 0 auto -1px;
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section.mod__bg--blue::before {
    background: #fff2ae url(/pr/trial-delivery/_assets/img/back_02_pc.svg) repeat-x center bottom;
    background-size: 100% auto;
    padding: 15.2142857143% 0 0;
  }
}
#container .utl__article .utl__article-section.mod__bg--blue + .mod__bg--yellow::before {
  background: #357da7 url(/pr/trial-delivery/_assets/img/back_03_sp.svg) repeat-x center bottom;
  background-size: 100% auto;
  padding: 18.1333333333% 0 0;
  margin: 0 auto -1px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section.mod__bg--blue + .mod__bg--yellow::before {
    background: #357da7 url(/pr/trial-delivery/_assets/img/back_03_pc.svg) repeat-x center bottom;
    background-size: 100% auto;
    padding: 13.7857142857% 0 0;
  }
}
#container .utl__article .utl__article-section.mod__bg--pink::before {
  content: "";
  width: 100%;
  height: 0;
  background: #fff2ae url(/pr/trial-delivery/_assets/img/back_04_sp.svg) repeat-x center bottom;
  background-size: 100% auto;
  padding: 29.0666666667% 0 0;
  margin: 0 auto -2px;
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section.mod__bg--pink::before {
    background: #fff2ae url(/pr/trial-delivery/_assets/img/back_04_pc.svg) repeat-x center bottom;
    background-size: 100% auto;
    padding: 16.3571428571% 0 0;
  }
}
#container .utl__article .utl__article-section.mod__bg--pink + .utl__article-section::before {
  content: "";
  width: 100%;
  height: 0;
  /* background: #E67967 url(/pr/trial-delivery/_assets/img/back_05_sp.svg) repeat-x center bottom; */
  background: #E67967 url(/pr/trial-delivery/_assets/img/back_05_sp.svg) repeat-x center 2px;
  background-size: 100% auto;
  padding: 26.6666666667% 0 0;
  margin: 0 auto -1px;
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section.mod__bg--pink + .utl__article-section::before {
    background: #E67967 url(/pr/trial-delivery/_assets/img/back_05_pc.svg) repeat-x center bottom;
    background-size: 100% auto;
    padding: 14.7142857143% 0 0;
  }
}
#container .utl__article .utl__article-section h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section h2 {
    font-size: 40px;
    letter-spacing: 0;
  }
}
#container .utl__article .utl__article-section h2 img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 25px;
  display: block;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section h2 img {
    margin: 0 auto 30px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__ttl-cap {
  font-size: 14px;
  line-height: 2.5;
  text-align: center;
  margin: 20px auto 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__ttl-cap {
    font-size: 16px;
    margin: 15px auto 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide {
  width: 100%;
  margin: 25px auto 0;
  padding: 0 0 10px;
  position: relative;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide {
    margin: 60px auto 0;
    padding: 0 6.4516129032%;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide.is-swiper-slide-03 {
  width: 255px;
  overflow: hidden;
  padding: 0;
  margin: 25px auto 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide.is-swiper-slide-03 {
    width: auto;
    margin: 60px auto 0;
    padding: 0;
    max-width: 720px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper {
  padding: 0;
  margin: 0;
  display: block;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  overflow: visible;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 {
  background: #ffffff;
  width: 285px;
  padding: 35px 0 0;
  margin: 0 20px 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 {
    width: 506px;
    padding: 40px 0 0;
    margin: 0 60px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01:last-child {
  margin: 0;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01.trial-delivery-article-section__slide__bk-04-01 {
  background: #ffffff url(/pr/trial-delivery/_assets/img/cont-04_bg_02.png) no-repeat center calc(100% - 21px);
  background-size: 238px auto;
  padding: 35px 0 145px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01.trial-delivery-article-section__slide__bk-04-01 {
    background: #ffffff url(/pr/trial-delivery/_assets/img/cont-04_bg_02.png) no-repeat center calc(100% - 48px);
    background-size: 430px auto;
    padding: 40px 0 280px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01.trial-delivery-article-section__slide__cp-2403_02 .trial-delivery-article-section__slide__img {
  width: calc(100% - 50px);
  padding: 0 25px 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01.trial-delivery-article-section__slide__cp-2403_02 .trial-delivery-article-section__slide__img {
    width: calc(100% - 96px);
    max-width: 394px;
    padding: 0 48px 30px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01.trial-delivery-article-section__slide__cp-2407_02 .trial-delivery-article-section__slide__img {
  width: calc(100% - 80px);
  padding: 0 25px 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01.trial-delivery-article-section__slide__cp-2407_02 .trial-delivery-article-section__slide__img {
    width: calc(100% - 96px);
    max-width: 330px;
    padding: 0 60px 40px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 img {
  display: block;
  margin: 0 auto;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__num {
  width: 224px;
  background: #E67967;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 21px;
  left: -82px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__num {
    font-size: 30px;
    top: 24px;
    left: -64px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box {
  padding: 0 30px 15px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box {
    padding: 0 50px 30px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box h3 {
  margin: 0 -10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  display: block;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box h3 {
    min-height: 4.3em;
    font-size: 30px;
    line-height: 2;
    margin: 0 auto;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box h3 * {
  font-weight: bold;
  text-align: center;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box h3 .mod__col--red {
  font-size: 30px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box h3 .mod__col--red {
    font-size: 40px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box h3 .mod__txt--f1 {
  font-size: 30px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box h3 .mod__txt--f1 {
    font-size: 50px;
    line-height: 1.2;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box h3 .mod__txt--f2 {
  font-size: 30px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box h3 .mod__txt--f2 {
    font-size: 40px;
    line-height: 1.5;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box h3 .mod__txt--f2__07 {
  font-size: 25px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box h3 .mod__txt--f2__07 {
    font-size: 40px;
    line-height: 1.5;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box h3 .mod__txt--f3 {
  font-size: 18px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box h3 .mod__txt--f3 {
    font-size: 30px;
    line-height: 2;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box h3 .mod__txt--f3__07 {
  font-size: 18px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box h3 .mod__txt--f3__07 {
    display: block;
    font-size: 30px;
    line-height: 1.5;
    padding: 10px 0 15px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box h3 .mod__txt--f4 {
  font-size: 28px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box h3 .mod__txt--f4 {
    font-size: 38px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box h3 .mod__txt--f5 {
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box h3 .mod__txt--f5 {
    font-size: 24px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box p {
  margin: 15px auto 0;
  line-height: 2;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box p {
    margin: 10px auto 0;
    font-size: 16px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box .trial-delivery-article__cap {
  margin-top: 10px;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box .trial-delivery-article__cap li {
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__box .trial-delivery-article__cap li {
    font-size: 14px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__img-02-01 {
  width: calc(100% - 50px);
  padding: 40px 25px 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__img-02-01 {
    width: calc(100% - 96px);
    max-width: 410px;
    padding: 20px 48px 45px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__img-02-02 {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__img-02-02 {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__img-02-03 {
  max-width: none;
  width: calc(100% - 50px);
  padding-bottom: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__img-02-03 {
    max-width: 100%;
    width: 370px;
    padding: 20px 68px 40px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__img-02-04 {
  max-width: none;
  width: 210px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0 30px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__img-02-04 {
    width: 276px;
    padding: 20px 50px 40px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__img-02-05 {
  width: calc(100% - 50px);
  padding: 0 25px 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__img-02-05 {
    width: calc(100% - 96px);
    max-width: 365px;
    padding: 0 48px 30px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__img-02-06 {
  max-width: none;
  width: calc(100% - 50px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-01 .trial-delivery-article-section__slide__img-02-06 {
    max-width: 100%;
    width: 407px;
    padding: 0 50px 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-02 {
  background: #ffffff;
  width: 193px;
  padding: 20px 16px 16px;
  margin: 0 20px 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  border-radius: 0 40px 40px 40px;
  overflow: hidden;
  border: solid 4px #90CFC9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-02 {
    width: 270px;
    padding: 30px 20px 40px;
    margin: 0 40px 0 0;
    border: solid 6px #90CFC9;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-02:last-child {
  margin: 0;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-02:nth-child(1) img {
  max-width: 62px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-02:nth-child(1) img {
    max-width: 74px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-02:nth-child(2) img {
  max-width: 56px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-02:nth-child(2) img {
    max-width: 70px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-02:nth-child(3) img {
  max-width: 64px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-02:nth-child(3) img {
    max-width: 76px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-02:nth-child(4) img {
  max-width: 56px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-02:nth-child(4) img {
    max-width: 68px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-02:nth-child(5) img {
  max-width: 57px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-02:nth-child(5) img {
    max-width: 69px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-02 img {
  max-width: 91px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-02 img {
    max-width: 105px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-02 p {
  line-height: 1.8;
  font-size: 14px;
  margin: 10px auto 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-02 p {
    margin: 15px auto 0;
    font-size: 16px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 208px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 {
    width: 720px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__waku {
  width: 200px;
  display: block;
  margin: 0 24px;
  border-radius: 0 40px 40px 40px;
  overflow: hidden;
  border: solid 4px #90CFC9;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__waku {
    width: 326px;
    margin: 0;
    border: solid 6px #90CFC9;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__entry-no {
  margin: 18px auto 0;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  color: #90CFC9;
  display: block;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__entry-no {
    margin: 0 auto;
    font-size: 20px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__hoshi {
  margin: 6px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__hoshi {
    margin: 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__hoshi .is-good {
  fill: #F5C528;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__hoshi svg,
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__hoshi img {
  width: 14px;
  height: 14px;
  margin: 0 0 0 5px;
  fill: #ffffff;
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__hoshi svg,
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__hoshi img {
    width: 20px;
    height: 20px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__hoshi span {
  color: #F5C528;
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__hoshi span {
    font-size: 30px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__box {
    width: 63.8888888889%;
    padding: 40px 0 0 8.3333333333%;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__box h3 {
  margin: 0 auto 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  display: block;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__box h3 {
    margin: 10px auto 0;
    font-size: 30px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__box h3 * {
  font-weight: bold;
  text-align: center;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__box p {
  margin: 12px auto 0;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__box p {
    margin: 25px auto 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-03 .trial-delivery-article-section__slide__box .trial-delivery-article__cap {
  margin-top: 10px;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 {
  background: #fff2ae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: visible;
  width: 100%;
  padding: 0;
  border: solid 6px #ffffff;
  border-radius: 50vw 50vw 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 {
    width: 400px;
    border-radius: 50vw 50vw 40px 40px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04::after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border: solid 6px transparent;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 50vw 50vw 20px 20px;
  margin: -6px;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04::after {
    border-radius: 50vw 50vw 40px 40px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.swiper-slide-active::after {
  background: rgba(0, 0, 0, 0);
  z-index: -1;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.swiper-slide-active .trial-delivery-article-section__slide__label::after {
  background: rgba(0, 0, 0, 0);
  z-index: -1;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-best-selling, #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-meal-kit, #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-fresh-rice {
  border: solid 6px transparent;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-best-selling::after, #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-meal-kit::after, #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-fresh-rice::after {
  border: solid 6px transparent;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-best-selling .trial-delivery-article-section__slide__img, #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-meal-kit .trial-delivery-article-section__slide__img, #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-fresh-rice .trial-delivery-article-section__slide__img {
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50vw 50vw 20px 20px;
  position: absolute;
  top: -6px;
  left: -6px;
  padding: 0;
  border: solid 6px #90CFC9;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-best-selling .trial-delivery-article-section__slide__img, #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-meal-kit .trial-delivery-article-section__slide__img, #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-fresh-rice .trial-delivery-article-section__slide__img {
    border-radius: 50vw 50vw 40px 40px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-best-selling .trial-delivery-article-section__slide__box, #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-meal-kit .trial-delivery-article-section__slide__box, #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-fresh-rice .trial-delivery-article-section__slide__box {
  padding: 95.406360424% 24px 20px;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-best-selling .trial-delivery-article-section__slide__box, #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-meal-kit .trial-delivery-article-section__slide__box, #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-fresh-rice .trial-delivery-article-section__slide__box {
    padding: 93.8144329897% 24px 20px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-best-selling .trial-delivery-article-section__slide__box h4,
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-best-selling .trial-delivery-article-section__slide__box p, #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-meal-kit .trial-delivery-article-section__slide__box h4,
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-meal-kit .trial-delivery-article-section__slide__box p, #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-fresh-rice .trial-delivery-article-section__slide__box h4,
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-fresh-rice .trial-delivery-article-section__slide__box p {
  color: #ffffff;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-best-selling .trial-delivery-article-section__slide__box h4, #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-meal-kit .trial-delivery-article-section__slide__box h4, #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-fresh-rice .trial-delivery-article-section__slide__box h4 {
  word-break: break-word;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-best-selling:first-child .trial-delivery-article-section__slide__box {
  padding: 88.3392226148% 24px 40px;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-best-selling:first-child .trial-delivery-article-section__slide__box {
    padding: 88.6597938144% 24px 40px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-meal-kit {
  border: solid 6px transparent;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-meal-kit .trial-delivery-article-section__slide__img {
  border: solid 6px #357DA7;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-meal-kit .trial-delivery-article-section__slide__box {
  padding: 90.1060070671% 24px 30px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-meal-kit .trial-delivery-article-section__slide__box {
    padding: 93.8144329897% 24px 30px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-meal-kit .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum__fukidashi {
  background: #357DA7;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-meal-kit .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum__fukidashi::after {
  background: #357DA7;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-fresh-rice {
  border: solid 6px transparent;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-fresh-rice .trial-delivery-article-section__slide__img {
  border: solid 6px #1B9D6C;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-fresh-rice .trial-delivery-article-section__slide__box {
  padding: 79.5053003534% 24px 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-fresh-rice .trial-delivery-article-section__slide__box {
    padding: 60.824742268% 24px 30px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-frozen-food {
  border: solid 6px transparent;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-frozen-food .trial-delivery-article-section__slide__img {
  border: solid 6px #1B9D6C;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50vw 50vw 20px 20px;
  position: absolute;
  top: -6px;
  left: -6px;
  padding: 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-frozen-food .trial-delivery-article-section__slide__img {
    border-radius: 50vw 50vw 40px 40px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-frozen-food .trial-delivery-article-section__slide__box {
  padding: 79.5053003534% 24px 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-frozen-food .trial-delivery-article-section__slide__box {
    padding: 93.8144329897% 24px 40px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-frozen-food .trial-delivery-article-section__slide__box p,
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-frozen-food .trial-delivery-article-section__slide__box h4 {
  color: #ffffff;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-frozen-food .trial-delivery-article-section__slide__box p.box-wide {
  max-width: 55.3191489362%;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-frozen-food .trial-delivery-article-section__slide__box p.box-wide {
    max-width: 54.1176470588%;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-frozen-food .trial-delivery-article-section__slide__box .trial-delivery-article-section__doria__txt {
  margin-top: 35px;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-frozen-food .trial-delivery-article-section__slide__box .trial-delivery-article-section__riceburger__txt {
  margin-top: 20px;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-frozen-food .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__img-05-01, #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-frozen-food .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__img-05-02 {
  max-width: 112px;
  width: 47.6595744681%;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-frozen-food .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__img-05-01, #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-frozen-food .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__img-05-02 {
    max-width: 140px;
    width: 41.1764705882%;
    margin: 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-frozen-food .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__img-05-03 {
  max-width: 85px;
  width: 36.170212766%;
  padding-bottom: 5px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04.is-frozen-food .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__img-05-03 {
    max-width: 105px;
    width: 30.8823529412%;
    margin: 0 10px 0 0;
    padding-bottom: 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__img {
  width: 100%;
  padding: 98.9399293286% 0 0;
  overflow: hidden;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  border-radius: 50vw 50vw 20px 20px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__img {
    padding: 83.7628865979% 0 0;
    border-radius: 50vw 50vw 40px 40px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__img.trial-delivery-article-section__slide__img-01 img {
  padding: 0;
  left: 50%;
  top: 7.0671378092%;
  width: 104.2402826855%;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__img.trial-delivery-article-section__slide__img-01 img {
    padding: 0;
    top: 0;
    bottom: 0;
    width: 103.0927835052%;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__img.trial-delivery-article-section__slide__img-02 img {
  padding: 0;
  left: 50%;
  width: 104.2402826855%;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__img.trial-delivery-article-section__slide__img-02 img {
    padding: 0;
    top: auto;
    bottom: 0;
    margin: -12.3711340206% 0 0;
    width: 103.0927835052%;
  }
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__img.trial-delivery-article-section__slide__img-03 {
    /* padding: calc(100% * 295 / 388) 0 0; */
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__img.trial-delivery-article-section__slide__img-03 img {
  margin-top: 8.8339222615%;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__img.trial-delivery-article-section__slide__img-03 img {
    margin-top: 2.5773195876%;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__img img {
  padding: 7.0671378092% 0 0;
  top: 0;
  left: 50%;
  width: 104.2402826855%;
  max-width: none;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__img img {
    padding: 0;
    width: 103.0927835052%;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  padding: 0 24px 40px;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box h4 {
  margin: 0 auto 0;
  font-size: 22px;
  color: #357da7;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  display: block;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box h4 {
    margin: 5px auto 0;
    font-size: 28px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box h4 * {
  font-weight: bold;
  text-align: center;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box p {
  color: #357da7;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box p {
    font-size: 16px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box p.trial-delivery-article-section__slide__period {
  margin-top: 3px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box p.trial-delivery-article-section__slide__period {
    margin-top: 8px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 5px;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum p {
  max-width: 51.0638297872%;
  margin: 0;
  font-weight: 300;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum p {
    font-size: 16px;
    max-width: 54.1176470588%;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum img {
  display: inline-block;
  margin: 0 -10px 0 12px;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum .trial-delivery-article-section__slide__box__img-01 {
  max-width: 91px;
  width: 38.7234042553%;
  margin: 0 -5px 0 12px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum .trial-delivery-article-section__slide__box__img-01 {
    max-width: 109px;
    width: 46.3829787234%;
    margin: 0 10px 0 12px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum .trial-delivery-article-section__slide__box__img-02 {
  max-width: 116px;
  width: 49.3617021277%;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum .trial-delivery-article-section__slide__box__img-03 {
  max-width: 104px;
  width: 44.2553191489%;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum .trial-delivery-article-section__slide__box__img-04,
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum .trial-delivery-article-section__slide__box__img-05,
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum .trial-delivery-article-section__slide__box__img-06 {
  max-width: 112px;
  width: 47.6595744681%;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum .trial-delivery-article-section__slide__box__img-07,
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum .trial-delivery-article-section__slide__box__img-08,
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum .trial-delivery-article-section__slide__box__img-09 {
  max-width: 77px;
  width: 32.7659574468%;
  margin: 0 10px 0 12px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum .trial-delivery-article-section__slide__box__img-07,
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum .trial-delivery-article-section__slide__box__img-08,
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum .trial-delivery-article-section__slide__box__img-09 {
    max-width: none;
    max-height: 150px;
    height: 44.1176470588%;
    width: auto;
  }
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum .trial-delivery-article-section__slide__box__img-02,
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum .trial-delivery-article-section__slide__box__img-03,
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum .trial-delivery-article-section__slide__box__img-04,
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum .trial-delivery-article-section__slide__box__img-05,
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum .trial-delivery-article-section__slide__box__img-06 {
    max-width: 140px;
    width: 41.1764705882%;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum__fukidashi {
  padding: 0px 10px;
  margin: 0 0 10px;
  font-family: "Quicksand", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  display: inline-block;
  border-radius: 1em;
  position: relative;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article-section__slide__box__colum__fukidashi::after {
  content: "";
  width: 3px;
  height: 7px;
  border-radius: 2px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__box .trial-delivery-article__cap {
  margin-top: 10px;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__label {
  background: #ffffff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: rotate(-5deg) translate(-50%, 0);
      -ms-transform: rotate(-5deg) translate(-50%, 0);
          transform: rotate(-5deg) translate(-50%, 0);
  z-index: 2;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__label::after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__label * {
  color: #F24545;
  font-weight: bold;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__label p {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__label p {
    font-size: 18px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__label .trial-delivery-article-section__slide__label__line {
  position: relative;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__label .trial-delivery-article-section__slide__label__line::after {
  content: "";
  background: #F24545;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  position: absolute;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__label .trial-delivery-article-section__slide__label__strong {
  font-size: 42px;
  line-height: 0.8;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-wrapper .trial-delivery-article-section__slide__slide-04 .trial-delivery-article-section__slide__label .trial-delivery-article-section__slide__label__strong {
    font-size: 48px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-scrollbar {
  width: calc(100% - 60px);
  background: transparent;
  position: relative;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin: 20px 0 0;
  padding: 0;
  z-index: 50;
  height: 6px;
  border-radius: 8px;
  opacity: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-scrollbar {
    width: 100%;
    margin: 60px auto 0;
    height: 8px;
  }
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-scrollbar.is-scrollbar-03 {
    margin: 40px auto 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-scrollbar.is-scrollbar-03 .swiper-scrollbar-drag {
  background: #D85A45;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-scrollbar .swiper-scrollbar-drag {
  background: #ECDA7D;
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 8px;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-pagination {
  width: 100%;
  padding: 0;
  margin: 15px auto 0;
  bottom: 0;
  left: 0;
  line-height: 1;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  z-index: 10;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-pagination {
    margin: 60px auto 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: #ffffff;
  margin: 0 6px;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #90CFC9;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide-wrap {
    max-width: 720px;
    padding: 0 80px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__slide__icon {
  min-width: 106px;
  min-height: 101px;
  height: auto;
  padding: 15px 5px 10px;
  margin: 5px 0 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__slide__icon {
    min-width: 127px;
    min-height: 123px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__slide__icon span {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Quicksand", sans-serif;
  z-index: 1;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__slide__icon span {
    font-size: 29px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__slide__icon span.is-font_mini {
  font-size: 11px;
  padding: 5px 0 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__slide__icon span.is-font_mini {
    font-size: 12px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__slide__icon span.is-font_big {
  font-size: 40px;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__slide__icon span.is-font_big {
    font-size: 48px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__slide__icon span.is-font_cent-01 {
  font-size: 26px;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__slide__icon span.is-font_cent-01 {
    font-size: 31px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__slide__icon span.is-font_cent-02 {
  font-size: 20px;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__slide__icon span.is-font_cent-02 {
    font-size: 24px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__slide__icon img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 0;
  -webkit-animation: linear circle_rotate2 20s infinite;
          animation: linear circle_rotate2 20s infinite;
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__slide__btn {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 137px;
  left: calc(50% - 145px);
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__slide__btn {
    width: 52px;
    height: 49px;
    top: calc(50% - 52px);
    left: 36px;
    -webkit-transform: translate(-50%, 0) rotate(180deg);
        -ms-transform: translate(-50%, 0) rotate(180deg);
            transform: translate(-50%, 0) rotate(180deg);
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__slide__btn.swiper-button-next {
  top: 130px;
  left: auto;
  right: calc(50% - 153px);
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__slide__btn.swiper-button-next {
    top: calc(50% - 52px);
    left: auto;
    right: -16px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
#container .utl__article .utl__article-section .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__slide__btn img {
  width: 100%;
  height: 100%;
  position: absolute;
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-01,
#container .utl__article .utl__article-section .trial-delivery-content-wrap-02,
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03,
#container .utl__article .utl__article-section .trial-delivery-content-wrap-04,
#container .utl__article .utl__article-section .trial-delivery-content-wrap-05,
#container .utl__article .utl__article-section .trial-delivery-content-wrap-06 {
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01,
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-02,
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03,
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-04,
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-05,
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-06 {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 599px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01,
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-02,
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03,
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-04,
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-05,
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-06 {
    padding: 50px 0 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-01 {
  padding: 0 40px 50px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 {
    padding: 0 80px 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 {
    padding: 0 6.4516129032%;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__ttl {
  position: relative;
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__ttl {
    margin-bottom: 9.6774193548%;
  }
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 h2 img {
    width: 289px;
  }
}
@media screen and (max-width: 599px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 h2 img {
    width: 180px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list {
  margin: 15px -40px 0;
  width: calc(100% + 80px);
  position: relative;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list {
    margin: 60px auto 0;
    width: 100%;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li.is-none {
  display: none;
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(1) {
  padding: 80% 0 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(1) {
    padding: 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(1) .trial-delivery-content-wrap__img img {
  max-width: none;
  width: 159.2%;
  left: 16px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(1) .trial-delivery-content-wrap__img img {
    max-width: 894px;
    width: auto;
    left: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(1) .trial-delivery-content-wrap__img img {
    width: calc((100% + 425px) * 597 / 815);
  }
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(1) .trial-delivery-content-wrap-01__box {
    padding: 0 20px 0 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(2) {
  padding: 62.4% 0 0;
  margin-top: 40px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 70px;
    padding: 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(2) .trial-delivery-content-wrap__img img {
  max-width: none;
  width: 158.6666666667%;
  right: 12px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(2) .trial-delivery-content-wrap__img img {
    max-width: 946px;
    right: 0;
    float: right;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(2) .trial-delivery-content-wrap__img img {
    width: calc((100% + 425px) * 946 / 815);
  }
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(2) .trial-delivery-content-wrap-01__box {
    padding: 0 0 0 20px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(3) {
  padding: 76.8% 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(3) {
    padding: 0;
    margin: -5.6451612903% auto 0;
  }
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(3) .trial-delivery-content-wrap-01__box {
    padding: 60px 80px 0 70px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(3) .trial-delivery-content-wrap-01__box {
    padding: 60px 20px 0 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(3) .trial-delivery-content-wrap__img img {
  max-width: none;
  width: 158.6666666667%;
  left: 16px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(3) .trial-delivery-content-wrap__img img {
    max-width: 903px;
    left: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(3) .trial-delivery-content-wrap__img img {
    width: calc((100% + 425px) * 903 / 815);
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(even) .trial-delivery-content-wrap-01__box {
    padding: 0 80px 0 70px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(even) .trial-delivery-content-wrap-01__box {
    padding: 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(even) .trial-delivery-content-wrap-01__box h3 .mod__col--pink {
  margin: 0 -10px 0 auto;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li:nth-child(even) .trial-delivery-content-wrap-01__box h3 .mod__col--pink {
    margin: 0 auto;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li .trial-delivery-content-wrap-01__box {
  padding: 10px 60px 0;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li .trial-delivery-content-wrap-01__box {
    width: 495px;
    padding: 60px 70px 60px 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li .trial-delivery-content-wrap-01__box {
    width: 365px;
    padding: 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li .trial-delivery-content-wrap-01__box h3 {
  color: #357da7;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  margin: 0 -20px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li .trial-delivery-content-wrap-01__box h3 {
    margin: 0 auto;
    font-size: 30px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li .trial-delivery-content-wrap-01__box h3 .mod__col--pink {
  font-family: "Quicksand", sans-serif;
  margin: 0 0 0 -15px;
  padding: 0 0 10px 0.45em;
  line-height: 1;
  font-weight: normal;
  display: table;
  position: relative;
  font-size: 60px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li .trial-delivery-content-wrap-01__box h3 .mod__col--pink {
    margin: 0 auto;
    font-size: 90px;
    padding: 0 0 0 0.45em;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li .trial-delivery-content-wrap-01__box h3 .mod__col--pink span {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  -webkit-transform: rotate(90deg) translate(0, -50%);
      -ms-transform: rotate(90deg) translate(0, -50%);
          transform: rotate(90deg) translate(0, -50%);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  position: absolute;
  top: 50%;
  left: calc(-1em + 10px);
  font-size: 18px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li .trial-delivery-content-wrap-01__box h3 .mod__col--pink span {
    font-size: 26px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li .trial-delivery-content-wrap-01__box p {
  margin: 15px auto 0;
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li .trial-delivery-content-wrap-01__box p {
    margin: 30px auto 0;
    padding: 0;
    font-size: 18px;
    line-height: 2.5;
  }
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li .trial-delivery-content-wrap__img {
    position: relative;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li .trial-delivery-content-wrap__img img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .trial-delivery-content-wrap-01__list .trial-delivery-content-wrap-01__list__li .trial-delivery-content-wrap__img img {
    position: relative;
  }
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-01 .mod__btn-01 {
    margin-top: 90px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-check {
  background: #f2d5ca;
  padding: 100px 40px;
  margin: 75px auto 0;
  border-radius: 50vw;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check {
    padding: 120px 80px 100px;
    margin: 110px auto 0;
    border-radius: 400px 0 400px 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check {
    padding: 120px 6.4516129032% 100px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-check.is-animated .trial-delivery-content-wrap-check__txt_02 {
  -webkit-transform: rotate(10deg) translate(0, 0) scale(1, 1);
      -ms-transform: rotate(10deg) translate(0, 0) scale(1, 1);
          transform: rotate(10deg) translate(0, 0) scale(1, 1);
  opacity: 1;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check.is-animated .trial-delivery-content-wrap-check__txt_02 {
    -webkit-transform: rotate(-5deg) translate(0, 0) scale(1, 1);
        -ms-transform: rotate(-5deg) translate(0, 0) scale(1, 1);
            transform: rotate(-5deg) translate(0, 0) scale(1, 1);
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-check h3 {
  color: #000000;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  margin: 30px auto 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check h3 {
    font-size: 40px;
    margin: 20px auto 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-check .mod__btn-01 {
  margin: 30px auto 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check .mod__btn-01 {
    margin: 50px auto 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-check .mod__btn-01 + .trial-delivery-article__cap {
  margin: 10px auto 0;
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-article__cap {
  margin: 45px auto 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-article__cap {
    max-width: 320px;
    margin: 60px auto 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-article__cap * {
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-article__cap * {
    font-size: 14px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-content-wrap-check__txt_01 {
  width: 23.2%;
  position: absolute;
  top: 0;
  left: 8%;
  z-index: 5;
  margin: -5.3333333333% 0 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-content-wrap-check__txt_01 {
    max-width: 168px;
    width: 100%;
    top: -30px;
    left: 46px;
    margin: 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-content-wrap-check__txt_02 {
  max-width: 188px;
  width: 50.1333333333%;
  position: absolute;
  top: -72px;
  right: 8%;
  -webkit-transform: rotate(10deg) translate(0, 30px) scale(0.6, 0.6);
      -ms-transform: rotate(10deg) translate(0, 30px) scale(0.6, 0.6);
          transform: rotate(10deg) translate(0, 30px) scale(0.6, 0.6);
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s, opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
  transition: all 0.4s ease 0s, opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
  transition: all 0.4s ease 0s, transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;
  transition: all 0.4s ease 0s, transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
  z-index: 5;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-content-wrap-check__txt_02 {
    max-width: 298px;
    width: 100%;
    top: -62px;
    left: 300px;
    right: auto;
    -webkit-transform: rotate(-5deg) translate(0, 30px) scale(0.6, 0.6);
        -ms-transform: rotate(-5deg) translate(0, 30px) scale(0.6, 0.6);
            transform: rotate(-5deg) translate(0, 30px) scale(0.6, 0.6);
  }
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-content-wrap-check__txt_02 {
    max-width: 215px;
  }
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-content-wrap-check__box {
    max-width: 1240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: visible;
    margin: 0 auto;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-content-wrap-check__box:first-of-type h3 {
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-content-wrap-check__box:first-of-type h3 {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-content-wrap-check__box + .trial-delivery-content-wrap-check__box {
    margin-top: 60px;
  }
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-content-wrap-check__box__box {
    max-width: 380px;
    width: 30.6451612903%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 12.9032258065% 0 80px;
    z-index: 10;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-content-wrap-check__box__box {
    padding: 0 6.4516129032% 0 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-content-wrap-check__box__box > p {
  margin: 10px auto 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-content-wrap-check__box__box > p {
    margin: 30px auto 0;
    font-size: 18px;
    line-height: 2.5;
    padding: 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-article-section__side-ttl {
  color: #E67967;
  font-family: "Quicksand", sans-serif;
  font-size: 30px !important;
  line-height: 1 !important;
  margin: 0 !important;
  position: relative;
  overflow: visible;
  display: none;
  text-align: center;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-article-section__side-ttl {
    display: block;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-article-section__slide-wrap {
  max-width: none;
  width: 100%;
  padding: 0;
  margin: 20px auto 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-article-section__slide-wrap {
    width: calc(100vw - 380px - 80px - 12.9032258065vw);
    overflow: hidden;
    margin: 0 -6.4516129032vw 0 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-article-section__slide-wrap {
    width: calc(100% - 24.1935483871vw);
    margin: 0 -6.4516129032vw 0 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__side-ttl {
  width: 2px;
  height: 1em;
  -webkit-transform: rotate(90deg) translate(0, -50%);
      -ms-transform: rotate(90deg) translate(0, -50%);
          transform: rotate(90deg) translate(0, -50%);
  -webkit-transform-origin: 0 0.5em;
      -ms-transform-origin: 0 0.5em;
          transform-origin: 0 0.5em;
  margin: 0;
  position: absolute;
  top: calc(50% - 61px);
  left: calc(-40px - 0.1em);
  overflow: visible;
  display: block;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__side-ttl {
    display: none;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__side-ttl span {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  white-space: nowrap;
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__slide {
  padding: 0%;
  max-width: 295px;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-article-section__slide-wrap .trial-delivery-article-section__slide {
    max-width: 400px;
    margin: 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-article-section__slide-wrap .swiper-pagination {
  margin: 45px auto 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-article-section__slide-wrap .swiper-pagination {
    margin: 55px auto 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-article-section__slide-wrap .swiper-pagination .swiper-pagination-bullet {
  background: #EEC2B1;
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-check .trial-delivery-article-section__slide-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-02 {
  background: #fff2ae;
  padding: 20px 0 40px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-02 {
    padding: 0 80px 105px;
  }
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-02 h2 {
    margin-top: -12px;
  }
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-02 h2 img {
    width: 118px;
  }
}
@media screen and (max-width: 599px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-02 h2 img {
    width: 85px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 {
  background: #357da7;
  padding: 20px 30px 40px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 {
    padding: 0 80px 55px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 h2 {
  color: #ffffff;
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 h2 img {
  width: 166px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 h2 img {
    width: 230px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-article-section__ttl-cap {
  color: #ffffff;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-article-section__ttl-cap {
    text-align: center;
    margin: 20px auto 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list {
  max-width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5px auto 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list {
    margin: 70px auto 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list.is-tab-2colum {
  display: none;
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list.is-tab-2colum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list.is-tab-2colum::before {
    content: "";
    width: calc(85% - 40px);
    left: -95px;
    right: auto;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list.is-tab-2colum li:nth-child(1) .trial-delivery-content-wrap-03__list__img {
  background: #ffffff url(/pr/trial-delivery/_assets/img/cont-03_img_04.png) no-repeat center center;
  background-size: contain;
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list.is-tab-2colum li:nth-child(2) .trial-delivery-content-wrap-03__list__img {
  background: #ffffff url(/pr/trial-delivery/_assets/img/cont-03_img_05.png) no-repeat center center;
  background-size: contain;
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list::before {
  content: none;
  background: #eec2b1;
  width: calc(90% - 40px);
  height: 6px;
  position: absolute;
  margin: 8.5483870968% auto 0;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list::before {
    content: "";
  }
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list::before {
    content: "";
    width: 100%;
    left: auto;
    right: calc(-8.8709677419% - 80px);
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 12.725090036% auto 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li {
  width: 46.4406779661%;
  margin: 25px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li {
    max-width: 216px;
    width: 17.4193548387%;
    margin: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li {
    max-width: 216px;
    width: 30.5322128852%;
    margin: 0 4.2016806723% 0 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li:nth-child(odd) {
  z-index: 2;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li:nth-child(odd) {
    z-index: 1;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li:nth-child(even)::before {
  content: "";
  background: #eec2b1;
  width: calc(200% + 101px);
  height: 4px;
  position: absolute;
  margin: 49.6350364964% 0 0;
  top: 0;
  right: -40px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li:nth-child(even)::before {
    content: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li:last-child {
    margin-right: 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li:last-child:nth-child(odd) {
  margin: 0 0 0 29.5238095238%;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li:last-child:nth-child(odd) {
    margin: 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li:last-child:nth-child(odd)::before {
  content: "";
  background: #eec2b1;
  width: calc(100% + 31px);
  height: 4px;
  position: absolute;
  margin: 49.6350364964% 0 0;
  top: 0;
  right: auto;
  left: calc(-73.0158730159% - 40px);
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li:last-child:nth-child(odd)::before {
    content: none;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li:nth-child(1) .trial-delivery-content-wrap-03__list__img {
  background: #ffffff url(/pr/trial-delivery/_assets/img/cont-03_img_01.png) no-repeat center center;
  background-size: contain;
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li:nth-child(2)::before {
  width: calc(200% + 51px);
  right: -40px;
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li:nth-child(2) .trial-delivery-content-wrap-03__list__img {
  background: #ffffff url(/pr/trial-delivery/_assets/img/cont-03_img_02.png) no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li:nth-child(3) {
    margin-right: 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li:nth-child(3) .trial-delivery-content-wrap-03__list__img {
  background: #ffffff url(/pr/trial-delivery/_assets/img/cont-03_img_03.png) no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li:nth-child(4) {
    display: none;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li:nth-child(4) .trial-delivery-content-wrap-03__list__img {
  background: #ffffff url(/pr/trial-delivery/_assets/img/cont-03_img_04.png) no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li:nth-child(5) {
    display: none;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li:nth-child(5) .trial-delivery-content-wrap-03__list__img {
  background: #ffffff url(/pr/trial-delivery/_assets/img/cont-03_img_05.png) no-repeat center center;
  background-size: contain;
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li p {
  color: #eec2b1;
  text-align: center;
  margin: 5px auto 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li p {
    margin: 10px auto 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li p .mod__font-f--Quicksand {
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li p .mod__font-f--Quicksand {
    font-size: 20px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li p strong {
  font-weight: bold;
  display: block;
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li p strong {
    font-size: 18px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__list li .trial-delivery-content-wrap-03__list__img {
  width: 100%;
  height: 0;
  padding: calc(100% - 8px) 0 0;
  background: #ffffff;
  border-radius: 50%;
  border: solid 4px #eec2b1;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__image {
  background: #f5f0ef;
  margin: 60px auto 0;
  padding: 40px 30px 30px;
  border-radius: 40px;
  display: block;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__image {
    max-width: 570px;
    width: 100%;
    margin: 90px auto 0;
    padding: 40px 40px 30px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__image h3 {
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__image h3 {
    font-size: 30px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__image .trial-delivery-article__cap {
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__image .trial-delivery-article__cap {
    margin-top: 25px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__image .trial-delivery-content-wrap-03__image__ttl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__image .trial-delivery-content-wrap-03__image__ttl {
    width: calc(100% + 80px);
    margin: 30px -40px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__image .trial-delivery-content-wrap-03__image__ttl h4 {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  margin: 30px 0 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__image .trial-delivery-content-wrap-03__image__ttl h4 {
    font-size: 17px;
    text-align: center;
    padding: 0 5px 0 40px;
    margin: 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__image .trial-delivery-content-wrap-03__image__ttl .trial-delivery-content-wrap-03__image__ttl__list {
  width: calc(100% + 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 -30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__image .trial-delivery-content-wrap-03__image__ttl .trial-delivery-content-wrap-03__image__ttl__list {
    width: auto;
    margin: 0 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__image .trial-delivery-content-wrap-03__image__ttl .trial-delivery-content-wrap-03__image__ttl__list li {
  background: #eec2b1;
  margin: 0 0 0 -28px;
  padding: 20px 6.3492063492% 20px calc(6.3492063492% + 20px);
  font-size: 14px;
  line-height: 1;
  border-radius: 0 calc(1em + 20px) calc(1em + 20px) 0;
  border: solid 2px #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__image .trial-delivery-content-wrap-03__image__ttl .trial-delivery-content-wrap-03__image__ttl__list li {
    margin: 0 0 0 -25px;
    padding: 25px 25px 25px 40px;
    font-size: 17px;
    border-radius: 0 calc(1em + 25px) calc(1em + 25px) 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__image .trial-delivery-content-wrap-03__image__ttl .trial-delivery-content-wrap-03__image__ttl__list li:nth-child(1) {
  z-index: 3;
  text-align: center;
  padding: 20px 7.619047619%;
  border-radius: calc(1em + 20px);
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__image .trial-delivery-content-wrap-03__image__ttl .trial-delivery-content-wrap-03__image__ttl__list li:nth-child(1) {
    min-width: 109px;
    padding: 25px 10px;
    margin: 0;
    border-radius: calc(0.5em + 30px);
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__image .trial-delivery-content-wrap-03__image__ttl .trial-delivery-content-wrap-03__image__ttl__list li:nth-child(2) {
  z-index: 2;
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__image .trial-delivery-content-wrap-03__image__ttl .trial-delivery-content-wrap-03__image__ttl__list li:nth-child(3) {
  z-index: 1;
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-03 .trial-delivery-content-wrap-03__image .trial-delivery-content-wrap-03__image__ttl .trial-delivery-content-wrap-03__image__ttl__list li:last-child {
  background: #ffffff;
  border-radius: 0;
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-04 {
  background: #fff2ae;
  padding: 24px 0 30px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-04 {
    padding: 0 80px 5px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-04 h2 img {
  width: 84px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-04 h2 img {
    width: 118px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-05 {
  padding: 2px 0 45px;
  z-index: 2;
  background: #E67967;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-05 {
    padding: 0 80px 50px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-05 h2 {
  color: #ffffff;
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-05 h2 img {
  width: 130px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-05 h2 img {
    width: 186px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-05 .mod__btn-01 a {
  background: #ffffff;
  border: solid 1px #ffffff;
  color: #e67967;
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-06 {
  padding: 24px 0 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-06 {
    padding: 70px 0 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-06 * {
  z-index: 1;
}
@media screen and (max-width: 599px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-06 h2 img {
    width: 229px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-06 .trial-delivery-article-section__ttl-cap {
  font-size: 16px;
  text-align: left;
  padding: 0 30px;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-06 .trial-delivery-article-section__ttl-cap {
    text-align: center;
    padding: 0;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-06 .trial-delivery-content-wrap-06__moji {
  height: 1em;
  width: 100%;
  margin: 70px auto 0;
  position: relative;
  font-family: "Quicksand", sans-serif;
  font-size: 60px;
  font-weight: 300;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-06 .trial-delivery-content-wrap-06__moji {
    margin: 90px auto 0;
    font-size: 102px;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-06 .trial-delivery-content-wrap-06__moji .trial-delivery-content-wrap-06__moji-box {
  position: absolute;
  font-family: "Quicksand", sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  color: #90CFC9;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: scroll_txt1_sp 24s linear infinite;
          animation: scroll_txt1_sp 24s linear infinite;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-06 .trial-delivery-content-wrap-06__moji .trial-delivery-content-wrap-06__moji-box {
    font-size: 102px;
    -webkit-animation: scroll_txt1 24s linear infinite;
            animation: scroll_txt1 24s linear infinite;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-06 .trial-delivery-content-wrap-06__moji .trial-delivery-content-wrap-06__moji-box.is-delay {
  -webkit-transform: translateX(calc(10em + 116px));
      -ms-transform: translateX(calc(10em + 116px));
          transform: translateX(calc(10em + 116px));
  -webkit-animation: scroll_txt1_sp 24s linear infinite 12s;
          animation: scroll_txt1_sp 24s linear infinite 12s;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-06 .trial-delivery-content-wrap-06__moji .trial-delivery-content-wrap-06__moji-box.is-delay {
    -webkit-transform: translateX(calc(10em + 181px));
        -ms-transform: translateX(calc(10em + 181px));
            transform: translateX(calc(10em + 181px));
    -webkit-animation: scroll_txt1 24s linear infinite 12s;
            animation: scroll_txt1 24s linear infinite 12s;
  }
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-06 .trial-delivery-content-wrap-06__moji .trial-delivery-content-wrap-06__moji-box span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#container .utl__article .utl__article-section .trial-delivery-content-wrap-06 .trial-delivery-content-wrap-06__moji .trial-delivery-content-wrap-06__moji-box .trial-delivery-content-wrap-06__moji__ico {
  display: inline-block;
  width: 46px;
  height: 46px;
  padding: 0 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  #container .utl__article .utl__article-section .trial-delivery-content-wrap-06 .trial-delivery-content-wrap-06__moji .trial-delivery-content-wrap-06__moji-box .trial-delivery-content-wrap-06__moji__ico {
    width: 61px;
    height: 61px;
    padding: 0 60px;
  }
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes fade_in_MV {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  21.6% {
    opacity: 1;
  }
  26.6% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_in_MV {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  21.6% {
    opacity: 1;
  }
  26.6% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* @keyframes MV_fst{
  0% { opacity: 1; }
  100% { opacity: 1; }
} */
@-webkit-keyframes scroll_txt1 {
  0% {
    -webkit-transform: translateX(calc(10em + 181px));
            transform: translateX(calc(10em + 181px));
  }
  100% {
    -webkit-transform: translateX(calc(-10em - 181px));
            transform: translateX(calc(-10em - 181px));
  }
}
@keyframes scroll_txt1 {
  0% {
    -webkit-transform: translateX(calc(10em + 181px));
            transform: translateX(calc(10em + 181px));
  }
  100% {
    -webkit-transform: translateX(calc(-10em - 181px));
            transform: translateX(calc(-10em - 181px));
  }
}
@-webkit-keyframes scroll_txt1_sp {
  0% {
    -webkit-transform: translateX(calc(10em + 116px));
            transform: translateX(calc(10em + 116px));
  }
  100% {
    -webkit-transform: translateX(calc(-10em - 116px));
            transform: translateX(calc(-10em - 116px));
  }
}
@keyframes scroll_txt1_sp {
  0% {
    -webkit-transform: translateX(calc(10em + 116px));
            transform: translateX(calc(10em + 116px));
  }
  100% {
    -webkit-transform: translateX(calc(-10em - 116px));
            transform: translateX(calc(-10em - 116px));
  }
}
@-webkit-keyframes circle_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circle_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes circle_rotate2 {
  0% {
    -webkit-transform: translate(0, -50%) rotate(0deg);
            transform: translate(0, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, -50%) rotate(360deg);
            transform: translate(0, -50%) rotate(360deg);
  }
}
@keyframes circle_rotate2 {
  0% {
    -webkit-transform: translate(0, -50%) rotate(0deg);
            transform: translate(0, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, -50%) rotate(360deg);
            transform: translate(0, -50%) rotate(360deg);
  }
}
@-webkit-keyframes coupon_ribon {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(10deg);
            transform: translate(0, 0) rotate(10deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes coupon_ribon {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(10deg);
            transform: translate(0, 0) rotate(10deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
/* MV上部リボン有 */
/*  #container {
   @media screen and (min-width: 600px) {
     .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__cap-maru {
       right: 5%;
       top: 183px;
     }
   }
   @media only screen and (min-width: 600px) and (max-width: 1239px) {
     .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__cap-maru {
      right: 0;
      left: auto;
      top: 145px;
      }
   }
 } */
/* MV上部 CPリボン_250701 */
#container .present-message {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 80%;
  max-width: 750px;
  z-index: 10;
}
#container .utl__article {
  margin-top: 5px;
}
@media screen and (min-width: 600px) {
  #container .utl__article {
    margin-top: 0;
  }
  #container .present-message {
    top: 25px;
  }
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__cap-maru {
    right: 5%;
    top: 183px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1239px) {
  #container .present-message {
    top: 45px;
    width: 70%;
  }
  #container .utl__article .trial-delivery-article-head__slide .trial-delivery-article-head__slide__slide .trial-delivery-article-head__slide__cap-maru {
    right: 0;
    left: auto;
    top: 145px;
  }
}