@charset "UTF-8";
@media only screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #sp_head {
    right: 0;
  }
}

@media only screen and (min-width: 769px) {
  body {
    min-width: 1200px;
  }
}

body #container {
  width: 100%;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.9;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media only screen and (min-width: 769px) {
  body #container {
    font-size: 16px;
  }
}

body #container *,
body #container *::before,
body #container *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #container.loaded {
  opacity: 1;
}

body #container h2 {
  padding: 0;
}

body #container .nunito-font {
  font-family: 'Nunito', sans-serif;
}

body .inner-wrap {
  margin: auto;
}

@media only screen and (min-width: 769px) {
  body .inner-wrap {
    width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  body .inner-wrap {
    width: 92vw;
  }
}

body .round-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 1000px;
  border: #111 solid;
  background-color: #f39914;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 500;
}

@media only screen and (min-width: 769px) {
  body .round-btn {
    width: 560px;
    height: 80px;
    font-size: 20px;
    border-width: 2px;
    letter-spacing: 0.04em;
  }
}

@media only screen and (max-width: 768px) {
  body .round-btn {
    width: 81.33333vw;
    height: 14.66667vw;
    font-size: 3.73333vw;
    border-width: 0.53333vw;
    line-height: 1.5;
  }
}

body .round-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media only screen and (min-width: 769px) {
  body .round-btn__icon {
    width: 40px;
    height: 40px;
    right: 15px;
  }
}

@media only screen and (max-width: 768px) {
  body .round-btn__icon {
    width: 8vw;
    height: 8vw;
    right: 3.33333vw;
  }
}

@media only screen and (min-width: 769px) {
  body .round-btn__icon--modal-close {
    width: 30px;
    height: 30px;
    right: 15px;
  }
}

@media only screen and (max-width: 768px) {
  body .round-btn__icon--modal-close {
    width: 6.66667vw;
    height: 6.66667vw;
    right: 3.33333vw;
  }
}

body .round-btn__icon--modal-close .svg-icon {
  display: block;
}

@media only screen and (min-width: 769px) {
  body .round-btn__icon--modal-close .svg-icon--close {
    width: 12px;
    height: 12px;
  }
}

@media only screen and (max-width: 768px) {
  body .round-btn__icon--modal-close .svg-icon--close {
    width: 2.66667vw;
    height: 2.66667vw;
  }
}

body .round-btn__icon--modal-close .svg-icon--close .svg-icon__target {
  stroke: #111;
}

@media only screen and (min-width: 769px) {
  body .round-btn__icon--modal-close .svg-icon--close .svg-icon__target {
    stroke-width: 2px;
  }
}

@media only screen and (max-width: 768px) {
  body .round-btn__icon--modal-close .svg-icon--close .svg-icon__target {
    stroke-width: 0.53333vw;
  }
}

body .round-btn__icon .svg-icon {
  display: block;
}

@media only screen and (min-width: 769px) {
  body .round-btn__icon .svg-icon--arrow {
    width: 15px;
    height: 12px;
  }
}

@media only screen and (max-width: 768px) {
  body .round-btn__icon .svg-icon--arrow {
    width: 4vw;
    height: 3.2vw;
  }
}

@media only screen and (min-width: 769px) {
  body .round-btn__icon .svg-icon--blank {
    width: 15px;
    height: 15px;
    margin-left: 2px;
  }
}

@media only screen and (max-width: 768px) {
  body .round-btn__icon .svg-icon--blank {
    width: 4vw;
    height: 4vw;
    margin-left: 0.53333vw;
  }
}

body .round-btn__icon .svg-icon__target {
  fill: #111;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media only screen and (min-width: 769px) {
  body .round-btn__icon-play {
    width: 40px;
    height: 28px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 768px) {
  body .round-btn__icon-play {
    width: 8vw;
    height: 5.6vw;
    margin-right: 3.33333vw;
  }
}

@media only screen and (min-width: 769px) {
  body .round-btn__icon-play .svg-icon {
    background-color: #f39914;
    border-radius: 4px;
  }
}

@media only screen and (max-width: 768px) {
  body .round-btn__icon-play .svg-icon--play {
    width: 8vw;
    height: 5.6vw;
  }
}

body .round-btn:hover {
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  body .round-btn:hover {
    background-color: #fff;
    color: #111;
  }
}

@media only screen and (min-width: 769px) {
  body .round-btn:hover .round-btn__icon {
    background-color: #f39914;
  }
}

@media only screen and (min-width: 769px) {
  body .round-btn:hover .round-btn__icon .svg-icon__target {
    fill: #fff;
  }
}

@media only screen and (min-width: 769px) {
  body .round-btn:hover .round-btn__icon--modal-close .svg-icon__target {
    stroke: #fff;
  }
}

body a:active {
  outline: none;
}

body a:focus {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  body a:hover {
    text-decoration: none !important;
  }
}

body a.has-decoration {
  text-decoration: none;
  color: #111;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #111;
  line-height: 1.1;
}

body a.has-decoration:hover {
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  body a.has-decoration img {
    width: 11px;
    height: 11px;
    margin-left: 0.2em;
    margin-bottom: 0.5em;
  }
}

@media only screen and (max-width: 768px) {
  body a.has-decoration img {
    width: 2.66667vw;
    height: 2.66667vw;
    margin-left: 0.3em;
    margin-bottom: 0.6em;
  }
}

body .kome-text {
  text-indent: -1em;
  padding-left: 1em;
}

body .has-underline {
  position: relative;
  font-weight: 700;
  z-index: 1;
}

body .has-underline::after {
  content: '';
  width: 100%;
  position: absolute;
  display: block;
  background-color: #f39914;
  z-index: -1;
  left: 0;
}

@media only screen and (min-width: 769px) {
  body .has-underline::after {
    height: 4px;
    bottom: 2px;
  }
}

@media only screen and (max-width: 768px) {
  body .has-underline::after {
    height: 1.33333vw;
    bottom: 0.4vw;
  }
}

body footer {
  margin-top: 0;
}

/*************
スマホメニュー
**************/
@media only screen and (max-width: 768px) {
  body .sp-nav-bg {
    -webkit-animation-name: sp-nav-bg-hide;
            animation-name: sp-nav-bg-hide;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    opacity: 0;
  }
  @-webkit-keyframes sp-nav-bg-hide {
    0% {
      display: block;
      opacity: 1;
    }
    99% {
      display: block;
      opacity: 0;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
  @keyframes sp-nav-bg-hide {
    0% {
      display: block;
      opacity: 1;
    }
    99% {
      display: block;
      opacity: 0;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
}

@media only screen and (max-width: 768px) {
  body .local-nav__nav-wrap {
    -webkit-animation-name: sp-nav-slide-up;
            animation-name: sp-nav-slide-up;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  @-webkit-keyframes sp-nav-slide-up {
    0% {
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
      opacity: 1;
    }
    99% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      opacity: 0;
    }
  }
  @keyframes sp-nav-slide-up {
    0% {
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
      opacity: 1;
    }
    99% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      opacity: 0;
    }
  }
}

body .local-nav__sp-menu a {
  background-color: #f39914;
  background-image: url("/syohin/pot_kettle/mimamori/img/common/sp-menu-open.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21.6vw auto;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

@media only screen and (max-width: 768px) {
  body.sp-navi-active {
    overflow: hidden;
  }
  body.sp-navi-active .sp-nav-bg {
    -webkit-animation-name: sp-nav-bg-show;
            animation-name: sp-nav-bg-show;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    opacity: 1;
    display: block;
  }
  @-webkit-keyframes sp-nav-bg-show {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: block;
      opacity: 0;
    }
    100% {
      display: block;
      opacity: 1;
    }
  }
  @keyframes sp-nav-bg-show {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: block;
      opacity: 0;
    }
    100% {
      display: block;
      opacity: 1;
    }
  }
  body.sp-navi-active .local-nav__nav-wrap {
    -webkit-animation-name: sp-nav-slide-down;
            animation-name: sp-nav-slide-down;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translateY(1%);
            transform: translateY(1%);
    opacity: 1;
  }
  @-webkit-keyframes sp-nav-slide-down {
    0% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      opacity: 0;
    }
    1% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      opacity: 1;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
    }
  }
  @keyframes sp-nav-slide-down {
    0% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      opacity: 0;
    }
    1% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      opacity: 1;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
    }
  }
  body.sp-navi-active .local-nav__sp-menu a {
    background-color: #000;
    background-image: url("/syohin/pot_kettle/mimamori/img/common/sp-menu-close.png");
    background-size: 21.73333vw auto;
  }
}

/*************
スクロールイン時のフェードイン
**************/
body .scroll-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

body .scroll-in.appeared {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.local-nav {
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  .local-nav {
    top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .local-nav {
    top: 65px;
  }
}

.local-nav .nav-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 769px) {
  .local-nav .nav-inner-wrap {
    padding: 10px 10px 10px 15px;
    max-width: 1200px;
    margin: auto;
  }
}

@media only screen and (max-width: 768px) {
  .local-nav .nav-inner-wrap {
    padding: 0;
    height: 13.33333vw;
  }
}

.local-nav__logo {
  padding: 0;
  margin: 0 auto 0 0;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  .local-nav__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px;
  }
}

@media only screen and (max-width: 768px) {
  .local-nav__logo {
    border-top: 4px solid #f39914;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    padding-left: 2.66667vw;
  }
}

.local-nav__logo img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .local-nav__logo img {
    width: 210px;
  }
}

@media only screen and (max-width: 768px) {
  .local-nav__logo img {
    width: 50.13333vw;
  }
}

@media only screen and (min-width: 769px) {
  .local-nav__nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .local-nav__nav-wrap {
    position: absolute;
    top: 12.26667vw;
    left: 0;
    right: 0;
    background-color: #fff;
  }
}

@media only screen and (min-width: 769px) {
  .local-nav__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .local-nav__links--text {
    border-top: 0.66667vw solid #ddd;
  }
}

@media only screen and (min-width: 769px) {
  .local-nav__links--button {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .local-nav__links--button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.66667vw;
  }
}

.local-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 769px) {
  .local-nav__item--text {
    height: 1em;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .local-nav__item--text {
    height: 13.33333vw;
    padding: 0 4vw;
  }
}

@media only screen and (max-width: 768px) {
  .local-nav__item--text:first-child {
    border-bottom: 0.26667vw solid #ddd;
  }
}

@media only screen and (min-width: 769px) {
  .local-nav__item--text:not(:first-child) {
    border-left: 1px solid #ddd;
  }
}

@media only screen and (max-width: 768px) {
  .local-nav__item--text:not(:first-child) {
    border-bottom: 0.26667vw solid #ddd;
  }
}

.local-nav__item--text a {
  color: #111;
}

@media only screen and (min-width: 769px) {
  .local-nav__item--text a {
    font-size: 16px;
    padding: 0 2px;
    line-height: 1.6;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}

@media only screen and (max-width: 768px) {
  .local-nav__item--text a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 4.8vw;
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .local-nav__item--text a.is-current {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #f39914), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #f39914 60%, rgba(255, 255, 255, 0) 0%);
    background-position: left 0 bottom 0;
    background-repeat: repeat-x;
    background-size: 10px 2px;
  }
}

.local-nav__item--text a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  .local-nav__item--text a:hover {
    color: #f39914;
  }
}

@media only screen and (min-width: 769px) {
  .local-nav__item--button:not(:first-child) {
    margin-left: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .local-nav__item--button:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 94.66667vw;
            flex: 0 0 94.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .local-nav__item--button:nth-child(2), .local-nav__item--button:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46vw;
            flex: 0 0 46vw;
    margin-top: 2.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .local-nav__sp-menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    background-color: #fff;
    border-top: 4px solid #f39914;
    padding-right: 2.66667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (max-width: 768px) {
  .local-nav__sp-menu a {
    display: block;
    width: 32vw;
    height: 8.8vw;
    border-radius: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .local-nav__link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 8vw;
    height: 8vw;
    border-radius: 100%;
    background-color: #f39914;
  }
}

@media only screen and (max-width: 768px) {
  .local-nav__link-icon .svg-icon__target {
    fill: #fff;
  }
}

@media only screen and (min-width: 769px) {
  .local-nav .round-btn {
    font-size: 14px;
    height: 30px;
    padding: 0 15px;
    border-width: 1px;
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .local-nav .round-btn {
    font-size: 4.8vw;
    height: 13.33333vw;
    border-width: 0.53333vw;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 8vw;
  }
}

@media only screen and (min-width: 769px) {
  .local-nav .round-btn__icon {
    display: inline;
    border-radius: unset;
    background-color: unset;
    -webkit-transition: unset;
    transition: unset;
    position: relative;
    margin-left: 0.2em;
    width: auto;
    height: auto;
    right: auto;
  }
}

@media only screen and (min-width: 769px) {
  .local-nav .round-btn .svg-icon {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .local-nav .round-btn .svg-icon--arrow {
    width: 11px;
    height: 9px;
  }
}

@media only screen and (min-width: 769px) {
  .local-nav .round-btn .svg-icon--blank {
    width: 11px;
    height: 11px;
    margin-left: 2px;
  }
}

@media only screen and (min-width: 769px) {
  .local-nav .round-btn .svg-icon__target {
    fill: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}

.local-nav .round-btn:hover {
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  .local-nav .round-btn:hover {
    background-color: #fff;
    color: #111;
  }
}

@media only screen and (min-width: 769px) {
  .local-nav .round-btn:hover .round-btn__icon {
    background-color: unset;
  }
}

.local-nav .round-btn:hover .round-btn__icon .svg-icon__target {
  fill: #f39914;
}

@media only screen and (max-width: 768px) {
  .sp-nav-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
  }
}

.local-nav {
  z-index: 900;
}

.local-nav__logo {
  z-index: 950;
}

.local-nav__nav-wrap {
  z-index: 900;
}

.local-nav__sp-menu {
  z-index: 950;
}

.sp-nav-bg {
  z-index: 850;
}

.sec-contact {
  position: relative;
  background-position: center bottom 0, center;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .sec-contact {
    background-image: url("/syohin/pot_kettle/mimamori/share/img/sec-contact/bg-orange-wave.png"), radial-gradient(circle at center, #fdeed8 0px, #fce5c0 330px, #f9c998 660px, #f9c998 100%);
    background-size: 100% 102px, auto;
    padding: 100px 0 28px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-contact {
    background-image: url("/syohin/pot_kettle/mimamori/share/img/sec-contact/bg-sp.png"), radial-gradient(circle at center, #fdeed8 0px, #fce5c0 330px, #f9c998 660px, #f9c998 100%);
    background-size: 100% auto, auto;
    padding: 13.33333vw 0;
  }
}

.sec-contact::before {
  content: '';
  display: block;
  position: absolute;
  background-size: 100% 100%;
  width: 100%;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

@media only screen and (min-width: 769px) {
  .sec-contact::before {
    top: -1px;
    background-image: url("/syohin/pot_kettle/mimamori/share/img/common/bg-white-wave.png");
    height: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-contact::before {
    top: -0.13333vw;
    background-image: url("/syohin/pot_kettle/mimamori/share/img/common/bg-white-wave-sp.png");
    height: 4.13333vw;
  }
}

@media only screen and (min-width: 769px) {
  .sec-contact .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 769px) {
  .sec-contact__phone-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 440px;
            flex: 0 0 440px;
    margin-right: 170px;
  }
}

.sec-contact__phone-body {
  background-color: #fff;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .sec-contact__phone-body {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 20px;
    height: 180px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-contact__phone-body {
    padding: 6.66667vw 0;
    border-radius: 2.66667vw;
  }
}

.sec-contact__phone-body::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url("/syohin/pot_kettle/mimamori/share/img/sec-contact/operator.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 0px center;
}

@media only screen and (min-width: 769px) {
  .sec-contact__phone-body::after {
    width: 178px;
    height: 208px;
    right: -135px;
    bottom: -100px;
  }
}

.sec-contact__phone-text {
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
}

@media only screen and (min-width: 769px) {
  .sec-contact__phone-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-contact__phone-text {
    font-size: 4.26667vw;
  }
}

@media only screen and (min-width: 769px) {
  .sec-contact__phone-image {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-contact__phone-link {
    display: block;
    margin: 5.33333vw auto 0;
    width: 81.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .sec-contact__phone-link img {
    width: 100%;
  }
}

.sec-contact__policy-link {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .sec-contact__policy-link a {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-contact__policy-link a {
    margin-top: 4vw;
  }
}

.sec-contact__policy-link .has-decoration {
  border-bottom: 1px solid #111;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 1.4;
}

@media only screen and (min-width: 769px) {
  .sec-contact__policy-link .has-decoration:hover {
    border-color: #f39914;
  }
}

@media only screen and (max-width: 768px) {
  .sec-contact__button-wrap {
    margin-top: 6.66667vw;
  }
}

.sec-contact__button-wrap .round-btn {
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .sec-contact__note {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-contact__note {
    text-align: center;
  }
}

@media only screen and (min-width: 769px) {
  .sec-contact .round-btn {
    width: 390px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-contact .round-btn {
    width: 60vw;
  }
}

@media only screen and (max-width: 768px) {
  .sec-contact .round-btn__text {
    margin-left: -1.5em;
  }
}

@media only screen and (min-width: 769px) {
  .sec-contact .round-btn + .round-btn {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-contact .round-btn + .round-btn {
    margin-top: 2.66667vw;
  }
}

body .sec-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  display: none;
  -webkit-animation-name: modal-close;
          animation-name: modal-close;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

body .sec-modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

body .sec-modal__body {
  background-color: #fff5e5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media only screen and (min-width: 769px) {
  body .sec-modal__body {
    padding: 40px;
    width: 658px;
    height: 486px;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 768px) {
  body .sec-modal__body {
    padding: 2.66667vw 2.66667vw 6.66667vw;
    width: 92vw;
    height: 76vw;
    border-radius: 2.66667vw;
  }
}

body .sec-modal__movie-wrap {
  padding-top: 56.25%;
  position: relative;
  background-color: #eee;
}

@media only screen and (min-width: 769px) {
  body .sec-modal__movie-wrap {
    width: 578px;
  }
}

@media only screen and (max-width: 768px) {
  body .sec-modal__movie-wrap {
    width: 86.66667vw;
  }
}

body .sec-modal__movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 769px) {
  body .sec-modal .round-btn {
    width: 200px;
    height: 50px;
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 768px) {
  body .sec-modal .round-btn {
    width: 40vw;
    height: 10.66667vw;
    margin: 6.66667vw auto 0;
  }
}

@-webkit-keyframes modal-close {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
  }
}

@keyframes modal-close {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
  }
}

body.modal-active .sec-modal {
  -webkit-animation-name: modal-open;
          animation-name: modal-open;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  opacity: 1;
  display: block;
}

@-webkit-keyframes modal-open {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modal-open {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (min-width: 769px) {
  .sec-cv-btn {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-cv-btn {
    padding-bottom: 13.33333vw;
  }
}

.sec-cv-btn__banner {
  display: block;
  margin: auto;
  background-color: #f39914;
  color: #fff;
  background-image: url("/syohin/pot_kettle/mimamori/share/img/sec-cv-btn/daughter.png");
  background-repeat: no-repeat;
}

@media only screen and (min-width: 769px) {
  .sec-cv-btn__banner {
    border-radius: 1000px;
    width: 900px;
    height: 160px;
    text-align: center;
    border: 2px solid #222;
    background-size: 97px;
    background-position: right 23px bottom -6px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-cv-btn__banner {
    border-radius: 16vw;
    width: 92vw;
    height: 81.33333vw;
    border: 0.53333vw solid #222;
    background-size: 22.8vw;
    background-position: right 7.73333vw top 5.6vw;
    padding: 4.26667vw 8.53333vw;
  }
}

.sec-cv-btn__banner .round-btn {
  background-color: #fff;
  border-color: #fff;
  color: #222;
}

@media only screen and (min-width: 769px) {
  .sec-cv-btn__banner .round-btn {
    font-size: 16px;
    width: 210px;
    height: 40px;
    margin: 10px auto auto;
    gap: 6px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-cv-btn__banner .round-btn {
    font-size: 3.73333vw;
    width: 50.66667vw;
    height: 9.33333vw;
    margin: 4.8vw auto auto;
    gap: 6px;
  }
}

.sec-cv-btn__banner .round-btn__icon {
  background-color: transparent;
  position: static;
  width: auto;
  height: auto;
  gap: 1.6vw;
}

.sec-cv-btn__banner:active, .sec-cv-btn__banner:focus {
  text-decoration: none;
  color: #fff;
}

.sec-cv-btn__banner:hover {
  color: #fff;
}

@media only screen and (min-width: 769px) {
  .sec-cv-btn__banner:hover {
    text-decoration: none;
    border: 2px solid #222;
  }
  .sec-cv-btn__banner:hover .round-btn {
    background-color: #f39914;
    border-color: #fff;
    color: #fff;
  }
  .sec-cv-btn__banner:hover .round-btn__icon .svg-icon__target {
    fill: #fff;
  }
}

.sec-cv-btn__copy {
  display: block;
}

.sec-cv-btn__copy img {
  display: block;
}

@media only screen and (min-width: 769px) {
  .sec-cv-btn__copy img {
    margin: 20px auto auto;
    width: 600px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-cv-btn__copy img {
    margin-top: 5.33333vw;
    width: 49.33333vw;
  }
}

.sec-cv-btn__note {
  display: block;
}

@media only screen and (min-width: 769px) {
  .sec-cv-btn__note {
    margin-top: 0.75em;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-cv-btn__note {
    margin-top: 1.5em;
    line-height: 1.6em;
    text-align: center;
    font-size: 3.73333vw;
  }
}

.sec-application-btn {
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-animation: hideBtn 0.2s linear;
          animation: hideBtn 0.2s linear;
}

@media only screen and (min-width: 769px) {
  .sec-application-btn {
    width: 110px;
    height: 110px;
    right: 20px;
    bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-application-btn {
    width: 64vw;
    height: 13.33333vw;
    right: 0;
    left: 0;
    bottom: 5.33333vw;
    margin: auto;
  }
}

.sec-application-btn.is-active {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-animation: showBtn 0.2s linear;
          animation: showBtn 0.2s linear;
}

.sec-application-btn .application-btn {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 769px) {
  .sec-application-btn .application-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100%;
    border: 2px solid #111;
    background-color: #f39914;
  }
}

@media only screen and (max-width: 768px) {
  .sec-application-btn .application-btn {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .sec-application-btn .application-btn .btn-body {
    opacity: 1;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .sec-application-btn .application-btn .btn-body--hover {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 768px) {
  .sec-application-btn .application-btn .btn-body img {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .sec-application-btn .application-btn:hover {
    background-color: #fff;
  }
}

@media only screen and (min-width: 769px) {
  .sec-application-btn .application-btn:hover .btn-body {
    opacity: 0;
  }
}

@media only screen and (min-width: 769px) {
  .sec-application-btn .application-btn:hover .btn-body--hover {
    opacity: 1;
  }
}

.sec-application-btn__close {
  position: absolute;
  display: block;
  background-color: #fff;
  border-radius: 1000px;
  background-image: url("/syohin/pot_kettle/mimamori/share/img/common/icon-close.svg");
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 769px) {
  .sec-application-btn__close {
    width: 23px;
    height: 23px;
    border: 2px solid #111;
    right: 5px;
    top: 5px;
    background-size: 9px;
    cursor: pointer;
  }
}

@media only screen and (max-width: 768px) {
  .sec-application-btn__close {
    width: 8.53333vw;
    height: 8.53333vw;
    border: 0.53333vw solid #111;
    right: -2.93333vw;
    top: -2.93333vw;
    background-size: 2.4vw;
  }
}

@-webkit-keyframes showBtn {
  0% {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes showBtn {
  0% {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes hideBtn {
  0% {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  99% {
    display: none;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}

@keyframes hideBtn {
  0% {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  99% {
    display: none;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}

.sec-kv {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .sec-kv {
    background-image: radial-gradient(circle at center, rgba(252, 229, 192, 0), #f9c998 660px, #f9c998 100%);
    padding: 80px 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: auto;
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-kv {
    height: 100vw;
    padding: 12vw 0 0;
    background-size: contain;
    background-image: url("/syohin/pot_kettle/mimamori/special/summer/img/bg-sp.png");
    margin-top: -16vw;
  }
}

@media only screen and (min-width: 769px) {
  .sec-kv::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    z-index: 0;
    background-image: url("/syohin/pot_kettle/mimamori/img/sec-about/bg-white-wave.png");
    height: 78px;
  }
}

@media only screen and (min-width: 769px) {
  .sec-kv::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 5;
    height: 239px;
    background-image: url("/syohin/pot_kettle/mimamori/img/sec-kv/orange-wave.png");
    bottom: -90px;
  }
}

.sec-kv .inner-wrap {
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 769px) {
  .sec-kv .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 800px;
  }
}

@media only screen and (min-width: 769px) {
  .sec-kv__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 430px;
            flex: 0 0 430px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-kv__image {
    width: 80vw;
    margin: auto;
  }
}

.sec-kv__image img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .sec-kv__copy {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-kv__copy {
    width: 76vw !important;
    margin: 22.66667vw auto 0;
  }
}

.sec-kv__copy-item {
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .sec-kv__copy-item:not(:first-child) {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-kv__copy-item:not(:first-child) {
    margin-top: 2.4vw;
  }
}

.sec-kv__copy-item img {
  display: block;
}

@media only screen and (min-width: 769px) {
  .sec-kv__copy-item img {
    width: 693px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-kv__copy-item img {
    width: 70.66667vw;
  }
}

.sec-summer {
  /* 一番上のテキスト */
  /* オレンジのBOX */
}

@media only screen and (min-width: 769px) {
  .sec-summer {
    padding: 100px 0 100px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-summer {
    padding: 20vw 0;
  }
}

@media only screen and (min-width: 769px) {
  .sec-summer .inner-wrap {
    width: 800px;
  }
}

.sec-summer__body-text {
  font-size: 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sec-summer__body-text {
    font-size: 4.26667vw;
  }
}

.sec-summer .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  max-width: 800px;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 70px;
}

.sec-summer .card {
  background: #fff5e5;
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  height: 279px;
}

@media only screen and (max-width: 768px) {
  .sec-summer .card {
    width: 92vw;
    height: 45.06667vw;
    padding: 5.33333vw;
    grid-column: span 2;
  }
}

@media only screen and (max-width: 768px) {
  .sec-summer .card2 {
    height: 58.93333vw;
  }
}

@media only screen and (max-width: 768px) {
  .sec-summer .card3 {
    height: 50.66667vw;
  }
}

.sec-summer .card.large {
  grid-column: span 2;
  background: #fff5e5;
  position: relative;
  height: 334px;
}

@media only screen and (max-width: 768px) {
  .sec-summer .card.large {
    width: 92vw;
    height: 76vw;
  }
}

.sec-summer .icon-title {
  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;
  gap: 8px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .sec-summer .icon-title {
    margin-bottom: 4vw;
  }
}

.sec-summer .icon {
  width: 90px;
  height: 90px;
}

@media only screen and (max-width: 768px) {
  .sec-summer .icon {
    height: 16vw;
    width: 16vw;
  }
}

.sec-summer .title-img {
  height: 31px;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .sec-summer .title-img {
    height: 5.46667vw;
    margin-left: 4vw;
  }
}

.sec-summer .caption {
  font-size: 16px;
  text-align: start;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .sec-summer .caption {
    font-size: 3.73333vw;
    margin-bottom: 4vw;
    width: 80.26667vw;
  }
}

.sec-summer .caption2 {
  font-size: 14px;
  text-align: start;
  margin-top: -20px;
}

@media only screen and (max-width: 768px) {
  .sec-summer .caption2 {
    margin-top: -2.66667vw;
    font-size: 2.93333vw;
  }
}

.sec-summer .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  -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;
}

@media only screen and (max-width: 768px) {
  .sec-summer .detail {
    width: 80vw;
  }
}

.sec-steps {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .sec-steps {
    padding: 120px 0 100px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-steps {
    padding: 16vw 0 13.33333vw;
  }
}

@media only screen and (min-width: 769px) {
  .sec-steps .inner-wrap {
    width: 880px;
  }
}

.sec-steps__title {
  margin: auto;
  padding: 0;
}

@media only screen and (min-width: 769px) {
  .sec-steps__title {
    width: 264px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-steps__title {
    width: 53.33333vw;
  }
}

.sec-steps__title img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .sec-steps__list {
    margin-top: 50px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-steps__list {
    margin: 10.66667vw auto 0;
    width: 81.33333vw;
  }
}

.sec-steps__item {
  background-color: #fff5e5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 769px) {
  .sec-steps__item {
    border-radius: 20px;
    padding: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-steps__item {
    border-radius: 2.66667vw;
    padding: 5.33333vw;
  }
}

.sec-steps__item--03 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (min-width: 769px) {
  .sec-steps__item:not(:first-child) {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-steps__item:not(:first-child) {
    margin-top: 8vw;
  }
}

.sec-steps__item:not(:first-child)::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url("/syohin/pot_kettle/mimamori/img/sec-steps/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media only screen and (min-width: 769px) {
  .sec-steps__item:not(:first-child)::before {
    width: 10px;
    height: 18px;
    left: 0;
    right: 0;
    top: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-steps__item:not(:first-child)::before {
    width: 2.66667vw;
    height: 4.8vw;
    top: -6.4vw;
    left: 0;
    right: 0;
  }
}

.sec-steps__index {
  position: absolute;
  border-radius: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #111;
}

@media only screen and (min-width: 769px) {
  .sec-steps__index {
    width: 40px;
    height: 40px;
    top: -10px;
    left: -10px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-steps__index {
    width: 10.66667vw;
    height: 10.66667vw;
    top: -4vw;
    left: -5.33333vw;
  }
}

.sec-steps__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 769px) {
  .sec-steps__image {
    height: 85px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-steps__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.8vw;
            flex: 0 0 16.8vw;
    margin-right: 4vw;
  }
}

@media only screen and (max-width: 768px) {
  .sec-steps__image--01 img, .sec-steps__image--02 img {
    width: 9.6vw;
  }
}

@media only screen and (min-width: 769px) {
  .sec-steps__image--03 {
    margin: 4px 24px auto 6px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-steps__image--03 {
    margin: 0 2.93333vw auto 0.8vw;
  }
}

@media only screen and (max-width: 768px) {
  .sec-steps__image--03 img {
    width: 11.2vw;
  }
}

@media only screen and (max-width: 768px) {
  .sec-steps__image--04 img {
    width: 12.8vw;
  }
}

.sec-steps__text {
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (min-width: 769px) {
  .sec-steps__text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-steps__text {
    font-size: 3.73333vw;
  }
}

.sec-steps__text-image {
  display: block;
}

@media only screen and (min-width: 769px) {
  .sec-steps__text-image--03 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-steps__text-image--03 {
    margin: 4.26667vw 0 0 -19.2vw;
    width: 68vw;
  }
}

.sec-steps__text-image img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .sec-steps__notice {
    font-size: 14px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-steps__notice {
    margin-top: 4vw;
    font-size: 2.93333vw;
  }
}

.sec-steps__notice-item {
  text-indent: -2em;
  padding-left: 2em;
  font-weight: 400;
}

@media only screen and (min-width: 769px) {
  .sec-steps__notice-item {
    margin-top: 10px;
    font-size: 14px;
  }
}

.sec-steps__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 769px) {
  .sec-steps__link {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-steps__link {
    margin-top: 7.46667vw;
  }
}

.sec-steps__link::after {
  content: '';
  display: inline-block;
  background-image: url("/syohin/pot_kettle/mimamori/share/img/common/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media only screen and (min-width: 769px) {
  .sec-steps__link::after {
    width: 30px;
    height: 30px;
    margin-left: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-steps__link::after {
    width: 8vw;
    height: 8vw;
    margin-left: 1.33333vw;
  }
}

.sec-steps__link:hover {
  text-decoration: none;
}

.sec-steps__link span {
  line-height: 1;
  color: #111;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .sec-steps__link span {
    font-size: 18px;
    padding-bottom: 0.2em;
  }
}

@media only screen and (max-width: 768px) {
  .sec-steps__link span {
    font-size: 3.73333vw;
  }
}

@media only screen and (min-width: 769px) {
  .sec-steps .round-btn {
    margin: 50px auto auto;
  }
}

@media only screen and (max-width: 768px) {
  .sec-steps .round-btn {
    margin: 8vw auto auto;
  }
}

.sec-steps__notice-for-btn {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .sec-steps__notice-for-btn {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 768px) {
  .sec-steps__notice-for-btn {
    margin-top: 1.5em;
    font-size: 2.93333vw;
  }
}
/*# sourceMappingURL=style.css.map */