@charset "UTF-8";

body,
#wrapper {
  overflow: visible !important;
  max-width: 100%;
}

#delivery {
  font-family: 'M PLUS 1p', sans-serif;
}

#wrapper2 {
  max-width: none;
}

#bg_wrapper {
  width: 100%;
}

.bgWrap01 {
  overflow: hidden;
  padding: 7% 0 10%;
  background:
    url(../img/blue_bg_001_pc.png) top left repeat-x,
    url(../img/blue_bg_002_pc.png) bottom left repeat-x,
    url(../img/main_bg_001.jpg) top left repeat;
  background-size: contain;
}

.main {
  width: 100%;
}
.main_inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto 85px;
}
.main_ttl {
  max-width: 580px;
  padding-top: 70px;
  width: 50%;
}
.main_imagelist {
  position: relative;
  max-width: 600px;
  width: 50%;
}
.main_akiko {
  max-width: 318px;
  top: 11%;
  left: 33%;
  position: absolute;
  width: 50%;
}
.main_left01 {
  position: absolute;
  width: 16%;
  top: 3%;
  left: 16%;
}
.main_left02 {
  position: absolute;
  width: 23%;
  top: 33%;
  left: 0;
}
.main_left03 {
  position: absolute;
  width: 22.5%;
  left: 4.4%;
  top: 80%;
}
.main_right01 {
  position: absolute;
  width: 23%;
  top: 8%;
  right: 7.2%;
}
.main_right02 {
  position: absolute;
  width: 13.8%;
  top: 36%;
  right: 0;
}
.main_right03 {
  position: absolute;
  width: 20.2%;
  top: 73%;
  right: 0;
}
.main_icon01 {
  position: absolute;
  width: 6.9%;
  top: 0;
  right: 0;
}
.main_icon02 {
  position: absolute;
  width: 10.6%;
  left: 0;
  top: 100%;
}
.mainServiceWrap {
  background: url(../img/main_bg_001_pc.png) top center no-repeat;
  min-height: 170px;
  background-size: 100%;
  max-width: 670px;
  margin: 0 auto;
  padding: 13px 60px 30px;
}
.mainService_txt {
  text-align: center;
  margin: 0 0 5px;
}

.mainService_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
.mainService_item {
  width: fit-content;
  max-width: 85px;
  margin: 0 20px;
}


.campaignSlide {
  padding: 0 0 4%;
  width: 100%;
  background-image: url(../img/blue_bg_001_pc.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: contain;
  margin-top: -2px;
}
.campaignSlide_wrap {
  background-color: #036cb8;
  width: 100%;
  padding-bottom: 60px;
  overflow: hidden;
}
.campaignSlide_slide {
  background: #fff;
  padding: 30px 70px;
  border-radius: 30px;
  margin: 0 2.7vw;
}
.campaignSlide_slide img {
  vertical-align: top;
  width: 100%;
}
.campaignSlide_slick {
  width: 100%;
  margin: 0 auto;
}
.campaignSlide_title {
  text-align: center;
  padding: 26px 0 0;
  margin-bottom: 63px;
}
.campaignSlide .slickWrap {
  position: relative;
}
.campaignSlide .slick_stop {
  visibility: hidden;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  right: 110px;
  margin: auto;
  cursor: pointer;
  background: url(../img/slick_icon_004.png) top left no-repeat;
  background-size: 100%;
  bottom: -8px;
}
.campaignSlide .slick_stop.data-js-slickon {
  visibility: inherit;
}
.campaignSlide .slick_stop[data-js-slickplay='false'] {
  background: url(../img/slick_icon_003.png) top left no-repeat;
  background-size: 100%;
}
.campaignSlide .slick_stop[dots='0'] {
  visibility: hidden;
  pointer-events: none;
}
.campaignSlide .slick_stop[dots='2'] {
  right: 100px;
}
.campaignSlide .slick_stop[dots='3'] {
  right: 110px;
}
.campaignSlide .slick_stop[dots='4'] {
  right: 140px;
}
.campaignSlide .slick_stop[dots='5'] {
  right: 170px;
}
.campaignSlide .slick-next {
  right: 19.5%;
  width: 17px;
  height: 30px;
  top: 40%;
}
.campaignSlide .slick-next:before {
  content: '';
  height: 36px;
  width: 17px;
  display: block;
  background: url(../img/slick_icon_002.png) top left no-repeat;
  background-size: 100%;
}
.campaignSlide .slick-prev {
  left: 19.5%;
  top: 40%;
  width: 17px;
  height: 30px;
}
.campaignSlide .slick-prev:before {
  content: '';
  height: 36px;
  width: 17px;
  display: block;
  background: url(../img/slick_icon_001.png) top left no-repeat;
  background-size: 100%;
}

.slick-dots {
  width: auto;
  margin-top: 50px !important;
  position: relative;
  bottom: 0;
}
.slick-dots > li:first-child:last-child {
  display: none;
}
.slick-dots li {
  width: 13px;
  height: 13px;
}
.slick-dots li:hover {
  cursor: pointer;
}
.slick-dots li.slick-active {
  opacity: 1;
  background: #62a8eb;
  border-radius: 50px;
}
.slick-dots li.slick-active button:before {
  background: #e15a7d;
}
.slick-dots li button {
  width: 13px;
  height: 13px;
}
.slick-dots li button:before {
  width: 13px;
  height: 13px;
}

.bgWrap02 {
  background: url(../img/features_bg_001.png) top left repeat;
  overflow: hidden;
  margin-top: -3px;
}
.bgWrap02_inner {
  padding: 0 40px;
  margin-top: 7.6%;
}

.bgWrap03 {
  background: url(../img/delivery_bg_001_pc.png) top left no-repeat;
  background-size: 100.2%;
  padding-top: 46.6%;
}
.bgWrap03_inner {
  padding: 1px 0 0;
  margin-top: -3px;
  background: #67bfff;
}

.features {
  width: 100%;
  margin-bottom: 130px;
}
.features_heading {
  position: relative;
  background: url(../img/features_bg_001_sp.png) top center no-repeat;
  text-align: center;
  background-size: contain;
  width: 50%;
  max-width: 382px;
  margin: 0 auto 70px;
  padding: 19px 18px 9px;
}
.features_headingText {
  width: 88%;
  max-width: 286px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.features_headingIcon01 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  margin: 0 auto;
}
.features_headingIcon01 img {
  vertical-align: top;
}
.features_headingIcon02 {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
}
.features_headingIcon02 img {
  vertical-align: top;
}
.featuresList {
  max-width: 1200px;
  flex-wrap: wrap;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.featuresList_item {
  width: 32%;
  margin-right: 1%;
  max-width: 360px;
  position: relative;
  padding: 11% 20px 30px;
  overflow: hidden;
  background: url(../img/features_bg_002_pc.png) top left no-repeat;
  background-size: 100%;
}
.featuresList_item:last-child {
  margin-right: 0;
}
.featuresList_item-anywhere {
  padding: 7% 20px 30px;
  position: relative;
  top: 80px;
  background: url(../img/features_bg_003_pc.png) top left no-repeat;
  background-size: 100% auto;
  min-height: 295px;
}
.featuresList_item-shortest {
  padding: 10% 20px 30px;
  background: url(../img/features_bg_004_pc.png) top left no-repeat;
  background-size: 100%;
}
.featuresList_image {
  position: absolute;
  width: 65%;
  max-width: 200px;
  top: 40px;
  right: 10px;
}
.featuresList_image-anywhere {
  left: 0;
  top: 10px;
}
.featuresList_text {
  position: relative;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 16px;
}
.featuresList_text-shortest {
  margin-bottom: 10px;
}
.featuresList_text-bold {
  font-weight: bold;
}
.featuresList_desc {
  font-size: 11px;
  text-align: center;
  color: #6c6c6c;
}
.featuresList_desc-shortest {
  font-size: 10px;
}

.tryDelivery {
  padding: 0 0.22% 14.3%;
  margin-top: -42%;
}
.tryDelivery_text {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 357px;
}
.tryDelivery_title {
  text-align: center;
  max-width: 288px;
  margin: 0 auto 70px;
}
.tryDeliveryList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1200px;
  padding: 0 48px 0 95px;
  margin: 0 auto 70px;
}
.tryDeliveryList_item {
  background: url(../img/trydelivery_bg_001_pc.png) top left no-repeat;
  background-size: 100% auto;
  max-width: 410px;
  position: relative;
  text-align: center;
  width: 44%;
  padding: 17px 0 51px;
  margin-bottom: 37px;
}
.tryDeliveryList_item-case01 {
  margin-right: 12%;
}
.tryDeliveryList_item-case02 {
  margin-left: auto;
  right: 7%;
  top: 40px;
}
.tryDeliveryList_item-case03 {
  left: 7%;
  padding: 17px 0 61px;
}
.tryDeliveryList_item-case04 {
  margin-left: auto;
  top: 40px;
  padding: 17px 0 61px;
}
.tryDeliveryList_case {
  position: relative;
  width: 50%;
  text-align: center;
  max-width: 60px;
  margin: 0 auto 5%;
  right: 7px;
}
.tryDeliveryList_desc {
  width: 90%;
  margin: 0 auto 7%;
}
.tryDeliveryList_text {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  padding: 0 53px 0 15px;
}
.tryDeliveryList_text-case02 {
  padding: 0 27px 0 54px;
}
.tryDeliveryList_text-case03 {
  padding: 0 76px 0 14px;
}
.tryDeliveryList_text-case04 {
  padding: 0 17px 0 43px;
}
.tryDeliveryList_small {
  font-size: 10px;
}
.tryDeliveryList_imageLeft {
  position: absolute;
  width: 100%;
  max-width: 92px;
  left: -28px;
  bottom: -20px;
}
.tryDeliveryList_imageLeft-case03 {
  max-width: 80px;
  left: -28px;
}
.tryDeliveryList_imageLeft-case04 {
  max-width: 100px;
  left: -28px;
}
.tryDeliveryList_imageRight {
  position: absolute;
  width: 100%;
  max-width: 106px;
  bottom: -20px;
  right: -40px;
}
.tryDeliveryList_imageRight-case02 {
  max-width: 83px;
  right: -20px;
}
.tryDeliveryList_imageRight-case03 {
  max-width: 120px;
  right: -40px;
}
.tryDeliveryList_imageRight-case04 {
  max-width: 113px;
  right: -20px;
}

.descBlock {
  margin: 0 auto;
  background: rgba(227, 238, 255, 0.21);
  border-radius: 20px;
  max-width: 800px;
  width: 90%;
  padding: 19px 20px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.descBlockList_item {
  font-size: 11px;
  text-indent: -2em;
  padding-left: 2em;
}
.descBlockList_item:last-child {
  margin-bottom: 0;
}

.bgWrap04 {
  background: #c9ecfa url(../img/product_bg_001.png) top left no-repeat;
  background-size: 100% auto;
  padding: 12% 2% 337px;
  min-height: 60vw;
}

.products {
  position: sticky;
  top: -80px;
  min-height: 100vh;
  z-index: 1;
  overflow: visible !important;
}
.products_title {
  width: 100%;
  margin: -7.6% 0 4%;
}
.products_title img {
  width: 100%;
}
.products_text {
  text-align: center;
  margin-bottom: 24px;
}
.products_desc {
  font-size: 11px;
  text-align: center;
  color: #6c6c6c;
}
.products_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1060px;
  justify-content: space-between;
  margin: 0 auto;
}
.products_item {
  width: 45.8%;
  margin-right: 3%;
}
.products_bubble {
  margin: 0 auto 14px;
  width: 96%;
  max-width: 430px;
  background: url(../img/product_bg_002.png) top center no-repeat;
  background-size: contain;
  padding: 42px 20px 56px;
}
.products_bubbleText {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  text-align: center;
}
.productsFrame {
  position: relative;
}
.productsFrame_item-02,
.productsFrame_item-03,
.productsFrame_item-04 {
  position: absolute;
  top: 0;
}

.popupImage {
  text-align: center;
}

.deliveryScroll {
  z-index: 100;
  position: relative;
  background:
    url(../img/blue_bg_002_pc.png) top left repeat-x,
    url(../img/blue_bg_003_pc.png) bottom left repeat-x;
  background-size: contain;
  padding: 4% 0;
  overflow: hidden;
}
.deliveryScroll_inner {
  overflow: hidden;
  background-color: #036cb8;
  margin-top: -2px;
  padding: 20px 2% 0;
}
.deliveryScroll_parallax {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.deliveryScroll_text {
  text-align: center;
  margin-bottom: 60px;
}
.deliveryScroll_image {
  margin: 0 auto 27px;
  width: 100%;
  max-width: 1080px;
  opacity: 0;
}
.deliveryScroll_image img {
  vertical-align: top;
}

.order {
  position: relative;
  z-index: 100;
}
.order img {
  vertical-align: top;
}
.order_title {
  text-align: center;
  margin-bottom: 50px;
}
.order_frame {
  max-width: 625px;
  margin: 0 auto 20px;
  background: url(../img/order_bg_001_pc.png) top center no-repeat;
  padding: 80px 20px 180px;
  background-size: 100%;
  position: relative;
}
.order_text {
  text-align: center;
  font-size: 16px;
  line-height: 1.43;
  color: #000000;
  margin-bottom: 40px;
}
.order_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
.order_btn {
  width: 80%;
  text-align: center;
  margin: 0 auto 17px;
}
.order_btn-on {
  display: none;
  width: 100%;
}
.order_btn-off {
  display: inline-block;
  width: 100%;
}
.order_btn:hover .order_btn-on {
  display: inline-block;
}
.order_btn:hover .order_btn-off {
  display: none;
}
.order_link {
  display: block;
}
.order_link:hover {
  opacity: 1 !important;
}
.order_listWrap {
  position: relative;
}
.order_listImage {
  position: absolute;
  right: -30px;
  bottom: -30px;
}
.order_desc {
  text-align: center;
  margin: 0 auto;
  font-size: 13px;
  color: #fff;
  line-height: 1.46;
}

.accordion {
  position: relative;
  z-index: 10;
  background: #67bfff;
  margin-top: -2px;
  padding: 8% 12% 3.2%;
}
.accordion_inner {
  max-width: 750px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.accordion_desc {
  width: 100%;
  color: #333333;
  font-size: 13px;
  line-height: 1.46;
  text-align: center;
  margin-top: 97px;
}

.accordionList {
  width: 49%;
  max-width: 350px;
  border-radius: 10px;
  border: 3px solid #036cb8;
  text-align: center;
  background: #fff;
}
.accordionList_btn {
  cursor: pointer;
  padding: 12px 0;
  display: block;
  color:inherit;
}
.accordionList_btnIcon {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  padding: 0 45px;
  position: relative;
}
.accordionList_btnIcon:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
  background: url(../img/accordion_icon_001.png) left top no-repeat;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.accordionList_btn.-open .accordionList_btnIcon:after {
  transform: translateY(-50%) rotate(0);
}
.accordionList_content {
  display: none;
  padding: 20px 23px 18px;
}
.accordionList_item {
  font-size: 20px;
  line-height: 1.5;
}
.accordionList_link {
  display: block;
  color: #000000;
  border-bottom: 1px #036cb8 solid;
}

.bgBlock {
  padding-top: 75px;
  background: url(../img/footer_bg_001_pc.png) top left repeat-x;
  background-size: 100% 75px;
}

.snslist {
  background: #fff;
}

.-visible_sp {
  display: none !important;
}

.-visible_pc {
  display: inline-block !important;
}

#wrapper-content {
  position: relative;
  z-index: 100;
  background: #fff;
}
#wrapper-content .snslist {
  margin: 0;
  padding: 60px;
}

.js-show-elm {
  position: relative;
}
.js-show-elm.main .main_ttl {
  transform: scale(0, 0);
}
.js-show-elm.main .main_akiko {
  opacity: 0;
  transform: translate(0, 20vh);
}
.js-show-elm.main .main_left01,
.js-show-elm.main .main_left02,
.js-show-elm.main .main_left03,
.js-show-elm.main .main_icon02 {
  opacity: 0;
  transform: translateX(-20vw);
}
.js-show-elm.main .main_right01,
.js-show-elm.main .main_right02,
.js-show-elm.main .main_right03,
.js-show-elm.main .main_icon01 {
  opacity: 0;
  transform: translateX(20vw);
}
.js-show-elm.-moved.main .main_ttl {
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.56, 0.96, 0.57, 1.15);
}
.js-show-elm.-moved.main .main_akiko {
  opacity: 1;
  transform: translate(0, 0);
  transition:
    transform 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.9s linear;
  transition-delay: 0.4s;
}
.js-show-elm.-moved.main .main_left01,
.js-show-elm.-moved.main .main_left02,
.js-show-elm.-moved.main .main_left03,
.js-show-elm.-moved.main .main_right01,
.js-show-elm.-moved.main .main_right02,
.js-show-elm.-moved.main .main_right03,
.js-show-elm.-moved.main .main_icon01,
.js-show-elm.-moved.main .main_icon02 {
  opacity: 1;
  transform: translate(0, 0);
  transition:
    transform 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.9s linear;
  transition-delay: 1.8s;
}
.js-show-elm.features_heading .features_headingText,
.js-show-elm.features_heading .features_headingIcon01,
.js-show-elm.features_heading .features_headingIcon02 {
  transform: scale(0, 0);
}
.js-show-elm.-moved.features_heading .features_headingText {
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.56, 0.96, 0.57, 1.15);
}
.js-show-elm.-moved.features_heading .features_headingIcon01,
.js-show-elm.-moved.features_heading .features_headingIcon02 {
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.56, 0.96, 0.57, 1.15);
  transition-delay: 0.4s;
}
.js-show-elm.featuresList_item {
  opacity: 0;
  transform: translate(0, 10vh);
}
.js-show-elm.-moved.featuresList_item {
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.9s linear;
}
.js-show-elm.tryDeliveryTitle .tryDelivery_text,
.js-show-elm.tryDeliveryTitle .tryDelivery_title {
  opacity: 0;
  transform: translate(0, 10vh);
}
.js-show-elm.tryDeliveryTitle .popupImage_popup {
  transform: rotate(-15deg) scale(0, 0);
}
.js-show-elm.tryDeliveryTitle .popupImage_image {
  transform: scale(0, 0);
}
.js-show-elm.-moved.tryDeliveryTitle .tryDelivery_text,
.js-show-elm.-moved.tryDeliveryTitle .tryDelivery_title {
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.3s linear;
}
.js-show-elm.-moved.tryDeliveryTitle .popupImage_image {
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.56, 0.96, 0.57, 1.15);
  transition-delay: 0.9s;
}
.js-show-elm.-moved.tryDeliveryTitle .popupImage_popup {
  transform: rotate(-15deg) scale(1);
  transition: transform 0.9s cubic-bezier(0.56, 0.96, 0.57, 1.15);
  transition-delay: 1.8s;
}
.js-show-elm.tryDeliveryList_item {
  opacity: 0;
  transform: translate(0, 10vh);
}
.js-show-elm.tryDeliveryList_item .tryDeliveryList_text {
  opacity: 0;
  transform: translate(0, 10vh);
}
.js-show-elm.tryDeliveryList_item .tryDeliveryList_imageLeft,
.js-show-elm.tryDeliveryList_item .tryDeliveryList_imageRight {
  transform: scale(0, 0);
}
.js-show-elm.-moved.tryDeliveryList_item {
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.9s linear;
}
.js-show-elm.-moved.tryDeliveryList_item .tryDeliveryList_text {
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.9s linear;
  transition-delay: 0.9s;
}
.js-show-elm.-moved.tryDeliveryList_item .tryDeliveryList_imageLeft,
.js-show-elm.-moved.tryDeliveryList_item .tryDeliveryList_imageRight {
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.56, 0.96, 0.57, 1.15);
  transition-delay: 1.2s;
}
.js-show-elm.products_heading .products_title,
.js-show-elm.products_heading .products_text {
  opacity: 0;
  transform: translate(0, 10vh);
}
.js-show-elm.-moved.products_heading .products_title {
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.9s linear;
}
.js-show-elm.-moved.products_heading .products_text {
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.9s linear;
  transition-delay: 0.9s;
}
.js-show-elm.products_bubble {
  opacity: 0;
  transform: translate(0, 10vh);
}
.js-show-elm.-moved.products_bubble {
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.9s linear;
}
.js-show-elm.productsFrame .productsFrame_item-01,
.js-show-elm.productsFrame .productsFrame_item-02,
.js-show-elm.productsFrame .productsFrame_item-03,
.js-show-elm.productsFrame .productsFrame_item-04 {
  opacity: 0;
  transform: translate(0, 10vh);
}
.js-show-elm.-moved.productsFrame .productsFrame_item-01,
.js-show-elm.-moved.productsFrame .productsFrame_item-02,
.js-show-elm.-moved.productsFrame .productsFrame_item-03,
.js-show-elm.-moved.productsFrame .productsFrame_item-04 {
  opacity: 1;
  transform: translateY(0);
}
.js-show-elm.-moved.productsFrame .productsFrame_item-01 {
  transition:
    transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.6s linear;
}
.js-show-elm.-moved.productsFrame .productsFrame_item-02 {
  transition:
    transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.6s linear;
  transition-delay: 0.6s;
}
.js-show-elm.-moved.productsFrame .productsFrame_item-03 {
  transition:
    transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.6s linear;
  transition-delay: 1.2s;
}
.js-show-elm.-moved.productsFrame .productsFrame_item-04 {
  transition:
    transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.6s linear;
  transition-delay: 1.8s;
}
.js-show-elm.order_title {
  transform: scale(0, 0);
}
.js-show-elm.-moved.order_title {
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.56, 0.96, 0.57, 1.15);
}
.js-show-elm.order_frame {
  opacity: 0;
  transform: translate(0, 10vh);
}
.js-show-elm.-moved.order_frame {
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.9s linear;
}

.-transed.main_left01,
.-transed.main_left03,
.-transed.main_right02 {
  transition: none;
  animation: main01 1s steps(1) infinite;
}
.-transed.main_right01,
.-transed.main_right03,
.-transed.main_left02 {
  transition: none;
  animation: main02 1s steps(1) infinite;
}
.-transed.main_icon01,
.-transed.main_icon02 {
  transition: none;
  animation: blinking 1s steps(1) infinite;
}
.-transed.popupImage_popup {
  transition: none;
  animation: rotatePopup 1s steps(1) 1 forwards;
}

.order_listImage {
  transition: none;
  animation: rotateAkiko 1s steps(1) infinite;
}

@keyframes main01 {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes main02 {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotatePopup {
  0% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotateAkiko {
  0% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
#wrapper {
  min-width: inherit;
}

.fv-txt {
  display: block;
  font-family: 'a-otf-ud-shin-maru-go-pr6n', sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: bold;
  color: rgba(255, 255, 255, 0);
}

.icon {
  display: inline;
}

.snslist {
  text-align: center;
  letter-spacing: -0.4em;
  margin: 60px 0;
}

.snslist__item {
  vertical-align: top;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 3px;
}

#footer_sec-03 {
  position: relative;
  z-index: 100;
}

.js-slick {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.slick-list {
  flex-grow: 2;
}

.pcfooter,
.spfooter {
  position: relative;
  z-index: 5;
  margin-top: -1px;
}

nav.submenu {
  left: 0% !important;
}

nav.submenu.open {
  left: 0% !important;
}
.columns {
  margin-right: 0 !important;
}
@media screen and (max-width: 1600px) {
  #bg_wrapper {
    width: 100%;
  }
  .campaignSlide .slick-next {
    right: 14.5%;
  }
  .campaignSlide .slick-prev {
    left: 14.5%;
  }
}
@media screen and (max-width: 1400px) {
  #bg_wrapper {
    width: 100%;
  }
  .campaignSlide .slick-next {
    right: 7%;
  }
  .campaignSlide .slick-prev {
    left: 7%;
  }
}
@media screen and (max-width: 1200px) {
  #bg_wrapper {
    width: 100%;
  }
  .campaignSlide_slide {
    padding: 30px 45px;
  }
  .campaignSlide .slick-next {
    right: 5%;
  }
  .campaignSlide .slick-prev {
    left: 5%;
  }
  .tryDeliveryList_imageLeft-case01 {
    max-width: 80px;
  }
  .tryDeliveryList_imageLeft-case02 {
    max-width: 70px;
    left: -18px;
  }
  .tryDeliveryList_imageLeft-case03 {
    max-width: 80px;
  }
  .tryDeliveryList_imageLeft-case04 {
    max-width: 80px;
  }
  .tryDeliveryList_imageRight-case01 {
    max-width: 82px;
    right: -20px;
  }
  .tryDeliveryList_imageRight-case02 {
    max-width: 83px;
  }
  .tryDeliveryList_imageRight-case03 {
    max-width: 100px;
    right: -20px;
  }
  .tryDeliveryList_imageRight-case04 {
    max-width: 100px;
  }
}
@media screen and (max-width: 1100px) {
  #bg_wrapper {
    width: 100%;
  }
  .featuresList_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1050px) {
  #bg_wrapper {
    width: 100%;
  }
  .featuresList_item-shortest {
    padding: 10.5% 20px 30px;
  }
  .featuresList_text {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .featuresList_desc {
    font-size: 10px;
  }
  .featuresList_desc-shortest {
    font-size: 9px;
  }
  .tryDeliveryList_case {
    margin-bottom: 3%;
  }
  .tryDeliveryList_desc {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 950px) {
  #bg_wrapper {
    width: 100%;
  }
  .features {
    margin-bottom: 70px;
  }
  .featuresList {
    display: block;
  }
  .featuresList_item {
    width: 45%;
    margin: 0 auto;
    padding: 16% 20px 6.5%;
  }
  .featuresList_item:last-child {
    margin: 0 auto;
  }
  .featuresList_item-anytime {
    margin-bottom: 30px;
  }
  .featuresList_item-anywhere {
    min-height: auto;
    top: 0;
    padding: 10% 20px 150px;
  }
  .featuresList_item-shortest {
    top: 0;
    padding: 15% 20px 5.5%;
  }
  .featuresList_text {
    font-size: 15px;
  }
  .tryDeliveryList {
    display: block;
    margin-bottom: 70px;
  }
  .tryDeliveryList_item {
    max-width: 410px;
    width: 100%;
    margin: 0 auto 37px;
    padding: 17px 0 80px;
  }
  .tryDeliveryList_item-case01 {
    padding: 17px 0 90px;
  }
  .tryDeliveryList_item-case02 {
    right: 0%;
    top: 0;
  }
  .tryDeliveryList_item-case03 {
    left: 0%;
  }
  .tryDeliveryList_item-case04 {
    top: 0;
  }
  .tryDeliveryList_case {
    margin-bottom: 4%;
  }
  .bgWrap04 {
    min-height: 80vh;
  }
  .products_bubble {
    padding: 6% 3% 13%;
  }
  .products_bubbleText {
    font-size: 14px;
  }
}
@media screen and (max-width: 749px) {
  #bg_wrapper {
    width: 100%;
  }
  .bgWrap01 {
    padding: 12% 0 6%;
    background:
      url(../img/blue_bg_001.png) top left repeat-x,
      url(../img/blue_bg_002.png) bottom left repeat-x,
      url(../img/main_bg_001.jpg) top left repeat;
    background-size:
      100% auto,
      100% auto,
      contain;
  }
  .main_inner {
    display: block;
    margin-bottom: 0;
  }
  .main_ttl {
    margin: 0 auto 2%;
    width: 80%;
    text-align: center;
    max-width: 600px;
    padding-top: 0;
  }
  .main_imagelist {
    width: 100%;
    max-width: none;
  }
  .main_akiko {
    width: 48%;
    top: 8vw;
  }
  .main_left01 {
    width: 16%;
    left: 16%;
    top: 3.5vw;
  }
  .main_left02 {
    width: 21%;
    top: 19.8vw;
  }
  .main_left03 {
    width: 18.5%;
    left: 14.4%;
    top: 46vw;
  }
  .main_right01 {
    width: 22%;
    top: 4.3vw;
  }
  .main_right02 {
    width: 12.8%;
    top: 27.8vw;
    right: 2.6%;
  }
  .main_right03 {
    width: 18.6%;
    top: 49.8vw;
  }
  .main_icon02 {
    top: 62vw;
    left: 2.6%;
  }
  .mainService {
    padding-top: 79vw;
  }
  .mainServiceWrap {
    background: url(../img/main_bg_001.png) top center no-repeat;
    background-size: 100%;
    padding: 4.5% 6% 8.8%;
    width: 82%;
    margin: 0 auto;
  }
  .mainService_txt {
    margin: 0 auto 1%;
    width: 30%;
  }
  .mainService_list {
    justify-content: space-between;
    width: 85%;
  }

  .mainService_item {
    width: 25%;
    max-width: 94px;
    margin: 0;
  }

  .campaignSlide {
    padding: 0 0 6%;
    background-image: url(../img/blue_bg_001.png);
  }
  .campaignSlide_wrap {
    padding-bottom: 20px;
  }
  .campaignSlide_slide {
    margin: 0 6vw;
    padding: 20px 10px;
  }
  .campaignSlide_title {
    max-width: 178px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 23px;
  }
  .campaignSlide .slick-arrow {
    display: none;
  }
  .campaignSlide .slick_stop[dots='2'] {
    right: 80px;
  }
  .campaignSlide .slick_stop[dots='3'] {
    right: 90px;
  }
  .campaignSlide .slick_stop[dots='4'] {
    right: 100px;
  }
  .campaignSlide .slick_stop[dots='5'] {
    right: 110px;
  }
  .campaignSlide .slick_stop {
    width: 19px;
    height: 19px;
    bottom: -4px;
  }
  .slick-dots {
    margin-top: 16px !important;
  }
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 4px;
  }
  .slick-dots li button:before {
    content: '';
    background: #ffffff;
    opacity: 1;
    border-radius: 50px;
    width: 8px;
    height: 8px;
  }
  .slick-dots li button:hover {
    cursor: pointer;
  }
  .bgWrap02_inner {
    padding: 0 2%;
    margin-top: 7.6%;
  }
  .bgWrap03 {
    background: url(../img/delivery_bg_001_sp.png) top left no-repeat;
    background-size: 100%;
  }
  .features {
    margin-bottom: 47px;
  }
  .features_heading {
    background: url(../img/features_bg_001_sp.png) top center no-repeat;
    background-size: 100%;
    width: 76.4%;
    margin: 0 auto;
    padding: 4.5vw;
  }
  .features_headingText {
    width: 76.4%;
  }
  .features_headingIcon01 {
    width: auto;
  }
  .featuresList {
    display: block;
  }
  .featuresList_item {
    padding: 20px;
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
    background: url(../img/features_bg_002_sp.png) top left no-repeat;
    background-size: 100%;
    min-height: 261px;
    padding-top: 140px;
    line-height: 1.43;
  }
  .featuresList_item:last-child {
    margin: 0 auto;
  }
  .featuresList_item-anywhere {
    background: url(../img/features_bg_003_sp.png) top left no-repeat;
    background-size: 100%;
    padding-top: 100px;
    min-height: 278px;
  }
  .featuresList_item-shortest {
    background: url(../img/features_bg_004_sp.png) top left no-repeat;
    background-size: 100%;
    padding: 115px 30px 20px 30px;
    min-height: 252px;
  }
  .featuresList_image {
    max-width: none;
    width: 55.5%;
    right: 30px;
    top: 40px;
  }
  .featuresList_image-anywhere {
    left: 0;
    top: 27px;
  }
  .featuresList_text {
    font-size: 15px;
    max-width: none;
    width: 100%;
    margin-bottom: 14px;
  }
  .featuresList_text-shortest {
    margin-bottom: 5px;
  }
  .featuresList_desc {
    font-size: 11px;
  }
  .tryDelivery_text {
    width: 80%;
  }
  .tryDelivery_title {
    text-align: center;
    max-width: none;
    width: 80%;
    margin: 0 auto 39px;
  }
  .tryDeliveryList {
    padding: 0 2%;
    max-width: 345px;
    margin: 0 auto 30px;
    display: block;
  }
  .tryDeliveryList_item {
    display: block;
    background: url(../img/trydelivery_bg_001_sp.png) top left no-repeat;
    max-width: 325px;
    width: 100%;
    background-size: 100% auto;
    min-height: 266px;
    padding: 14px 0 62px;
    line-height: 1.42;
    position: relative;
    margin-bottom: 66px;
  }
  .tryDeliveryList_item-right {
    margin-left: 0;
  }
  .tryDeliveryList_item:last-child {
    margin-bottom: 0;
  }
  .tryDeliveryList_item-case01 {
    margin-right: 0;
  }
  .tryDeliveryList_item-case02 {
    right: 0;
  }
  .tryDeliveryList_item-case03 {
    left: 0;
  }
  .tryDeliveryList_item-case04 {
    margin-left: 0;
  }
  .tryDeliveryList_case {
    width: 100%;
    max-width: 50px;
    margin: 0 auto 10%;
    right: 4px;
  }
  .tryDeliveryList_desc {
    width: 83%;
    margin: 0 auto 10%;
  }
  .tryDeliveryList_desc-case02 {
    margin: 0 auto 8.5%;
    width: 89%;
  }
  .tryDeliveryList_desc-case03 {
    margin: 0 auto 8%;
    width: 62.2%;
  }
  .tryDeliveryList_desc-case04 {
    margin: 0 auto 7%;
  }
  .tryDeliveryList_text {
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    padding: 0 91px 0 14px;
  }
  .tryDeliveryList_text-case02 {
    padding: 0 17px 0 73px;
  }
  .tryDeliveryList_text-case03 {
    padding: 0 76px 0 14px;
  }
  .tryDeliveryList_text-case04 {
    padding: 0 17px 0 73px;
  }
  .tryDeliveryList_imageLeft {
    width: 100%;
    max-width: 92px;
    bottom: -22px;
    left: -17.5px;
  }
  .tryDeliveryList_imageLeft-case01 {
    max-width: 92px;
  }
  .tryDeliveryList_imageLeft-case02 {
    max-width: 100px;
  }
  .tryDeliveryList_imageLeft-case03 {
    max-width: 80px;
    bottom: -27px;
  }
  .tryDeliveryList_imageLeft-case04 {
    max-width: 100px;
    bottom: 0px;
  }
  .tryDeliveryList_imageRight {
    position: absolute;
    width: 100%;
    max-width: 92px;
    bottom: -22px;
    right: -21px;
  }
  .tryDeliveryList_imageRight-case01 {
    max-width: 92px;
  }
  .tryDeliveryList_imageRight-case02 {
    max-width: 83px;
    right: -12px;
  }
  .tryDeliveryList_imageRight-case03 {
    max-width: 100px;
    bottom: -17px;
  }
  .tryDeliveryList_imageRight-case04 {
    max-width: 113px;
    bottom: 0px;
  }
  .descBlock {
    width: 92%;
    padding: 15px 13px;
    display: block;
  }
  .descBlockList_item {
    margin-bottom: 13px;
  }
  .bgWrap04 {
    padding: 12% 2% 180px;
  }
  .products_title {
    margin: -10% 0 4%;
  }
  .products_text {
    width: 63.2%;
    margin: 0 auto 3%;
  }
  .products_desc {
    font-size: 8px;
    margin-bottom: 2%;
  }
  .products_list {
    overflow: hidden;
  }
  .products_item {
    width: 100%;
    margin-right: 0;
  }
  .products_bubble {
    margin: 0 auto 2.7%;
    background: url(../img/product_bg_002.png) top center no-repeat;
    background-size: contain;
    width: 95.2%;
    padding: 20px 2% 14%;
    max-width: 350px;
  }
  .products_bubbleText {
    font-size: 16px;
  }
  .productsFrame {
    margin-bottom: 5.4%;
  }
  .popupImage {
    margin-top: -30px;
  }
  .popupImage_popup {
    position: relative;
    z-index: 100;
  }
  .popupImage_image {
    position: relative;
    z-index: 10;
    margin: -10px 0 3%;
  }
  .deliveryScroll {
    padding: 20px 0;
    background:
      url(../img/blue_bg_002.png) top left repeat-x,
      url(../img/blue_bg_003_sp.png) bottom left repeat-x;
    background-size: 100% auto;
  }
  .deliveryScroll_inner {
    min-height: 100vh;
    padding: 6% 2% 16%;
  }
  .deliveryScroll_text {
    width: 90%;
    margin: 0 auto 5%;
  }
  .deliveryScroll_image {
    margin-bottom: 4.5%;
  }
  .order_title {
    width: 65%;
    margin: 0 auto;
    max-width: 300px;
  }
  .order_frame {
    background: url(../img/order_bg_001_sp.png) top center no-repeat;
    background-size: 320px auto;
    padding: 50px 2% 50px;
    margin: 0 auto 53px;
    max-width: 320px;
  }
  .order_text {
    margin-bottom: 20px;
  }
  .order_list {
    max-width: 240px;
  }
  .order_btn {
    width: 70%;
    margin: 0 auto 8px;
  }
  .order_btn-on,
  .order_btn-off {
    width: auto;
  }
  .order_listImage {
    bottom: -30px;
    width: 31%;
  }
  .order_desc {
    text-align: left;
    padding: 0 2%;
  }
  .accordion_inner {
    display: block;
  }
  .accordion_desc {
    text-align: left;
    margin-top: 0;
  }
  .accordion {
    display: block;
    padding: 8% 12% 3.2%;
  }
  .accordionList {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 3.6%;
  }
  .bgBlock {
    padding-top: 22px;
    background: url(../img/footer_bg_001_sp.png) top left repeat-x;
    background-size: 100% 22px;
  }
  .-visible_sp {
    display: inline-block !important;
  }
  .-visible_pc {
    display: none !important;
  }
  .js-show-elm.main .main_left01,
  .js-show-elm.main .main_left02,
  .js-show-elm.main .main_left03,
  .js-show-elm.main .main_icon02 {
    transform: translateX(-50vw);
  }
  .js-show-elm.main .main_right01,
  .js-show-elm.main .main_right02,
  .js-show-elm.main .main_right03,
  .js-show-elm.main .main_icon01 {
    transform: translateX(50vw);
  }
  .js-show-elm.-moved.main .main_left01,
  .js-show-elm.-moved.main .main_left02,
  .js-show-elm.-moved.main .main_left03,
  .js-show-elm.-moved.main .main_right01,
  .js-show-elm.-moved.main .main_right02,
  .js-show-elm.-moved.main .main_right03,
  .js-show-elm.-moved.main .main_icon01,
  .js-show-elm.-moved.main .main_icon02 {
    transform: translateX(0);
    transition:
      transform 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275),
      opacity 0.9s linear;
    transition-delay: 1.8s;
  }
  .snslist {
    text-align: center;
    letter-spacing: -0.4em;
    margin: 10% 0;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
  }
}
@media screen and (min-width: 750px) {
  nav.submenu.open {
    left: calc(50% - 500px) !important;
  }
}
@media screen and (max-width: 1000px) {
  nav.submenu.open {
    left: 0 !important;
  }
}
@media screen and (max-width: 750px) {
  .submenu {
    max-width: 99.9% !important;
  }
}
@media screen and (min-width: 751px) {
  #update2015_footer #pageTop {
    z-index: 150;
  }
}

.campaignSlide_slide > img {
  padding: 0 15px;
}

@media screen and (max-width: 750px) {
  .campaignSlide_slide > img {
    padding: 0 10px;
  }
}

.button-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .button-list {
    flex-wrap: wrap;
    gap: 10px 5px;
    margin-top: 10px;
  }
}

.button-list__item {
  width: 24%;
  max-width: 220px;
}

@media screen and (max-width: 750px) {
  .button-list__item {
    width: 49%;
    max-width: unset;
  }
}

.button-list__button {
  display: grid;
  place-content: center;
  height: 100%;
  padding: 10px 0 5px;
  border: 3px solid #036cb8;
  border-radius: 100vmax;
  box-shadow: 0 2px 0 #036cb8;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.05em;
  color: #000;
}

.button-list__button:hover {
  box-shadow: none;
  transform: translateY(2px);
}

@media screen and (max-width: 750px) {
  .button-list__button {
    min-height: 65px;
    padding: 8px 0 3px;
    border-width: 2px;
    font-size: 12px;
  }
}

.button-list__icon {
  display: inline-block;
  max-height: 35px;
}

@media screen and (max-width: 750px) {
  .button-list__icon {
    max-height: 30px;
  }
}

.button-list__icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}