/*************************************************

top common

*************************************************/
/* top-com-label01
---------------------------------------*/
.top-com-label01 {
  position: relative;
  overflow: hidden;
  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;
  min-height: 58px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  background-color: #00a9a7;
  text-align: center;
}
.top-com-label01 strong {
  color: #f9e35d;
}
.top-com-label01::before {
  position: absolute;
  top: 8px;
  left: 10px;
  display: block;
  content: "";
  width: 31px;
  height: auto;
  aspect-ratio: 31/62;
  background: url(../images/common/chara_01.svg) no-repeat center center/100% auto;
}

/* top-com-title01
---------------------------------------*/
.top-com-title01 {
  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;
  min-height: 76px;
  margin-bottom: 30px;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  background-color: #f9e35d;
}

/* top-com-title02
---------------------------------------*/
.top-com-title02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(540px, 100% - 26px);
  margin: 0 auto 15px;
  padding: 5px 4px 5px 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  border: #00a9a7 solid 2px;
  border-left-width: 7px;
}

/* top-com-mv
---------------------------------------*/
.top-com-mv {
  margin-bottom: 30px;
  text-align: center;
  line-height: 0;
}

/* top-com-text01
---------------------------------------*/
/* top-com-wide01
---------------------------------------*/
.top-com-wide01 {
  width: min(530px, 100% - 34px);
  margin-left: auto;
  margin-right: auto;
}

/* top-com-wide02
---------------------------------------*/
.top-com-wide02 {
  width: min(530px, 100% - 30px);
  margin-left: auto;
  margin-right: auto;
}

/* top-com-list01
---------------------------------------*/
.top-com-list01 .in-item {
  position: relative;
  padding-left: 20px;
}
.top-com-list01 .in-item::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #00a9a7;
}

/* top-com-smbox
---------------------------------------*/
.top-com-smbox {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(530px, 100% - 30px);
  margin-left: auto;
  margin-right: auto;
  padding: 65px 20px 25px;
  border: #69c8ed solid 3px;
  border-radius: 15px;
}
.top-com-smbox .in-label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 59.7014925373%;
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
  line-height: 0;
  z-index: 2;
}
.top-com-smbox .in-lens {
  position: absolute;
  top: 25px;
  right: 0;
}
.top-com-smbox .in-title {
  position: relative;
  width: 85.3731343284%;
  margin: 0 auto 15px;
  line-height: 0;
  text-align: center;
  z-index: 2;
}
.top-com-smbox .in-button {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  min-height: 54px;
  margin-top: 30px;
  padding-right: 10px;
  color: #fff;
  font-size: min(18px, 4.6153846154vw);
  font-weight: 700;
  text-decoration: none;
  background-color: #1e97c6;
  border-radius: 200px;
}
.top-com-smbox .in-button::before {
  position: absolute;
  top: 0;
  right: min(20px, 5.1282051282vw);
  display: block;
  content: "";
  width: min(10px, 2.5641025641vw);
  height: 100%;
  background: url(../images/common/arw_02.svg) no-repeat center center/100% auto;
}

/* top-com-accordionbtn
---------------------------------------*/
.top-com-accordionbtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  gap: 10px;
  width: min(265px, 100%);
  height: 50px;
  margin: 0 auto;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #ed727e;
  border-radius: 200px;
}
.top-com-accordionbtn .in-icon {
  line-height: 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.top-com-accordionbtn.is-on .in-icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.top-com-accordionbody {
  display: none;
}

/* top-com-checklist
---------------------------------------*/
.top-com-checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.top-com-checklist .in-item {
  position: relative;
  padding-left: 32px;
}
.top-com-checklist .in-item::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: "";
  width: 23px;
  height: 24px;
  background: url(../images/common/icon_check01.svg) no-repeat center center/100% auto;
}

/* top-com-discbox01
---------------------------------------*/
.top-com-discbox01 {
  background-color: #fdf1ee;
}
.top-com-discbox01 .in-title {
  padding: 5px 7px;
  color: #fff;
  font-weight: 700;
  background-color: #ea545c;
}
.top-com-discbox01 .in-body {
  padding: 10px 14px 14px;
}
.top-com-discbox01 strong {
  color: #e9545c;
  font-weight: 700;
}

/* top-com-discbox02
---------------------------------------*/
.top-com-discbox02 .in-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.top-com-discbox02 .in-title span {
  padding: 2px 15px;
  color: #fff;
  font-weight: 700;
  background-color: #ef8b94;
  border-radius: 50px;
}
.top-com-discbox02 .in-body strong {
  color: #e9545c;
  font-weight: 700;
}

/*************************************************

top-mv

*************************************************/
.top-mv {
  margin-bottom: 30px;
  line-height: 0;
}

/*************************************************

top-area01

*************************************************/
.top-area01 {
  margin-bottom: 40px;
}
.top-area01 figure {
  line-height: 0;
}

.top-area01-meyasu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px 10px;
  border-radius: 7px;
  background-color: #fdf1ee;
}
.top-area01-meyasu .in-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  border-bottom: #ea545c solid 1px;
}
.top-area01-meyasu .in-title strong {
  color: #ea545c;
  font-size: 26px;
  line-height: 1.2;
}
.top-area01-meyasu .in-body {
  margin: 0 5px;
}
.top-area01-meyasu .in-body strong {
  color: #ea545c;
  font-weight: 400;
}

.top-area01-howto {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(530px, 100% - 20px);
  margin: 0 auto 20px;
  border: #ed727e solid 4px;
  border-radius: 15px;
}

.top-area01-howto__title {
  padding: 13px 0;
  text-align: center;
  line-height: 0;
  background-color: #ed727e;
}
.top-area01-howto__title img {
  width: min(277px, 80%);
}

.top-area01-howto__body {
  padding: 20px 25px 35px;
}

/*************************************************

top-area02

*************************************************/
.top-area02 {
  margin-bottom: 60px;
}
.top-area02 .top-com-label01 {
  background-color: #ea545c;
}
.top-area02 .top-com-title02 {
  border-color: #ea545c;
}
.top-area02 .top-com-title02 .is-red {
  color: #e95545;
}
.top-area02 .top-com-title02 .is-green {
  color: #00a64c;
}
.top-area02 .top-com-title02 .is-yellow {
  color: #f7b629;
}
.top-area02 figure {
  line-height: 0;
}
.top-area02 .top-com-smbox {
  border-color: #62d1bc;
}
.top-area02 .top-com-smbox .in-label {
  width: 67.1641791045%;
}
.top-area02 .top-com-smbox .in-title {
  width: 82.9850746269%;
}
.top-area02 .top-com-smbox .in-button {
  background-color: #11a880;
}

.top-area02-itembox {
  margin-top: 60px;
  background-color: #eeefda;
}
.top-area02-itembox .in-title {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  line-height: 0;
  background-color: #407038;
}
.top-area02-itembox .in-body {
  padding: 20px 13px 30px;
}
.top-area02-itembox .in-flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.top-area02-itembox .in-flex01__logo {
  width: 102px;
  line-height: 0;
}
.top-area02-itembox .in-flex01__text {
  width: calc(100% - 120px);
  line-height: 1.6;
}
.top-area02-itembox .in-icons {
  margin-bottom: 15px;
  text-align: center;
  line-height: 0;
}
.top-area02-itembox .in-icons img {
  width: 100%;
}
.top-area02-itembox .in-img {
  max-width: 94%;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
.top-area02-itembox .in-button {
  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;
  gap: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(248px, 100%);
  min-height: 50px;
  margin: 25px auto 0;
  text-decoration: none;
  background-color: #fff;
  border-radius: 100px;
  border: #407038 solid 1px;
}
.top-area02-itembox .in-button__text {
  color: #407038;
}
.top-area02-itembox .in-button__icon {
  line-height: 0;
}

.top-area02-blow01 {
  margin: 40px auto 15px;
  text-align: center;
  line-height: 0;
}
.top-area02-blow01 figure {
  width: min(292px, 74.8717948718vw);
  margin: 0 auto;
  -webkit-transform: translateX(4%);
          transform: translateX(4%);
}

/*************************************************

top-area03

*************************************************/
/* top-area03-icontitle
---------------------------------------*/
.top-area03-icontitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  line-height: 1.5;
}
.top-area03-icontitle .in-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 37px;
  line-height: 0;
}
.top-area03-icontitle .in-icon figure {
  width: 37px;
}
.top-area03-icontitle .in-text {
  width: calc(100% - 45px);
  font-weight: 700;
}
.top-area03-icontitle.is-2column .in-icon {
  width: 84px;
}
.top-area03-icontitle.is-2column .in-text {
  width: calc(100% - 94px);
}

.top-area03-photo {
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
.top-area03-photo.is-01 {
  max-width: 83.8461538462%;
}
.top-area03-photo.is-02 {
  max-width: 91.5384615385%;
}
.top-area03-photo.is-03 {
  max-width: 93.0769230769%;
}
.top-area03-photo.is-04 {
  max-width: 93.0769230769%;
}
.top-area03-photo.is-05 {
  max-width: 89.2307692308%;
}

.top-area03-kotsu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
  padding: 15px 0 20px;
  border-radius: 7px;
  background-color: #fdf1ee;
}
.top-area03-kotsu .in-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  border-bottom: #ea545c dotted 1px;
}
.top-area03-kotsu .in-title strong {
  color: #ea545c;
  font-size: 26px;
  line-height: 1.2;
}
.top-area03-kotsu .in-body {
  margin: 0 15px;
}
.top-area03-kotsu .in-body strong {
  color: #ea545c;
  font-weight: 400;
}
.top-area03-kotsu .in-img {
  max-width: 85%;
  margin: 10px auto 0;
  text-align: center;
  line-height: 0;
}

/*************************************************

top-area04

*************************************************/
.top-area04 {
  margin-bottom: 60px;
}
.top-area04 .top-com-label01 {
  background-color: #ea545c;
}
.top-area04 .top-com-title02 {
  border-color: #ea545c;
}
.top-area04 .top-com-title02 .is-red {
  color: #e95545;
}
.top-area04 .top-com-title02 .is-green {
  color: #00a64c;
}
.top-area04 .top-com-title02 .is-yellow {
  color: #f7b629;
}
.top-area04 figure {
  line-height: 0;
}
.top-area04 .top-com-smbox {
  border-color: #62d1bc;
}
.top-area04 .top-com-smbox .in-label {
  width: 67.1641791045%;
}
.top-area04 .top-com-smbox .in-title {
  width: 82.9850746269%;
}
.top-area04 .top-com-smbox .in-button {
  background-color: #11a880;
}

.top-area04-colorbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 45px;
  padding: 15px 0 20px;
  border-radius: 7px;
  background-color: #fdf1ee;
}
.top-area04-colorbox .in-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  border-bottom: #ea545c dotted 1px;
}
.top-area04-colorbox .in-title strong {
  color: #ea545c;
  font-size: 26px;
  line-height: 1.2;
}
.top-area04-colorbox .in-body {
  margin: 0 15px;
}
.top-area04-colorbox .in-body strong {
  color: #ea545c;
  font-weight: 400;
}
.top-area04-colorbox .in-img {
  max-width: 97%;
  margin: 20px auto;
  text-align: center;
  line-height: 0;
}

.top-area04-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(540px, 100% - 26px);
  margin: 0 auto;
}
.top-area04-step + .top-area04-step {
  margin-top: 25px;
  padding-top: 25px;
  border-top: #939290 dashed 1px;
}
.top-area04-step .in-img {
  width: 128px;
  line-height: 0;
}
.top-area04-step.is-01 .in-img img {
  width: 55.46875%;
  margin-left: 5px;
}
.top-area04-step.is-02 .in-img img {
  width: 60.9375%;
  margin-left: 5px;
}
.top-area04-step.is-03 .in-img img {
  width: 70.3125%;
}
.top-area04-step .in-letters {
  width: calc(100% - 128px);
}
.top-area04-step .in-title {
  position: relative;
  margin-bottom: 3px;
  font-weight: 700;
}
.top-area04-step .in-title__icon {
  position: absolute;
  top: 4px;
  left: -25px;
}

/*************************************************

top-kitchen

*************************************************/
.top-kitchen {
  overflow: hidden;
  margin-bottom: 80px;
}

.top-kitchen-title {
  width: min(281px, 80%);
  margin: 0 auto 35px;
  line-height: 0;
}

.top-kitchen-features {
  width: min(360px, 90%);
  margin: 0 auto 50px;
  line-height: 0;
}

.top-kitchen-midtitle {
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.top-kitchen-midtitle .in-color01 {
  color: #ec6d34;
}
.top-kitchen-midtitle .in-color02 {
  color: #ea545c;
}

.top-kitchen-swiper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 390px;
  padding-right: 30px;
}

.top-kitchen-swiper__item {
  margin: 0 13px;
}
.top-kitchen-swiper__item img {
  width: 100%;
}

.top-kitchen-swiper__button {
  position: absolute;
  top: 50%;
  width: 37px;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
}
.top-kitchen-swiper__button.is-prev {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.top-kitchen-swiper__button.is-next {
  right: 12px;
}
.top-kitchen-swiper__button.swiper-button-disabled {
  opacity: 0;
}

.top-kitchen-swiper__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
  line-height: 0;
}
.top-kitchen-swiper__pagination .swiper-pagination-bullet {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  background-color: #ccc;
  opacity: 1;
  border-radius: 50%;
}
.top-kitchen-swiper__pagination .swiper-pagination-bullet-active {
  background-color: #fc9b00;
}

/*************************************************

top-bottom

*************************************************/
.top-bottom-blow01 {
  width: min(290px, 74.358974359%);
  margin: 0 auto 35px;
  line-height: 0;
}

.top-bottom-blow02 {
  width: min(227px, 58.2051282051%);
  margin: 0 auto 10px;
  line-height: 0;
}

.top-bottom-blow03 {
  width: min(227px, 58.2051282051%);
  margin: 0 auto 10px;
  line-height: 0;
}

.top-bottom-btn01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: min(290px, 100% - 40px);
  min-height: 50px;
  margin: 0 auto;
  padding-right: 15px;
  color: #ed727e;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  border: #ed727e solid 1px;
  border-radius: 100px;
  cursor: pointer;
}
@media screen and (max-width: 375px) {
  .top-bottom-btn01 {
    font-size: 14px;
  }
}
.top-bottom-btn01 .in-icon {
  position: absolute;
  top: 50%;
  right: 22px;
  display: block;
  margin-top: -8px;
  line-height: 0;
}

.top-bottom-btn02 {
  display: block;
  width: min(306px, 100% - 40px);
  margin: 0 auto;
  line-height: 0;
}

.top-bottom-cap {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}/*# sourceMappingURL=top.css.map */