@charset "UTF-8";
/* CSS Document */
/*------------
トップページ
------------*/
.hero-header {
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
}
.header-top {
  padding: 20px;
}
.delivery-logo {
  height: 50px;
}
.header-content,
.shima-header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: linear-gradient(to bottom, #fff 44%, #fff 44%, #E54C4C 44%, #E54C4C 100%);
  /* background: linear-gradient(to bottom, #fff 50%, #e74c3c 50%); */
  padding: 0 40px 0;
  flex-wrap: wrap;
  position: relative;
}
.header-content {
  height: 700px;
}
.shima-header-content {
  height: 610px;
}
.left-area,
.shima-left-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 120px;
}
.left-area {
  padding-top: 90px;
}
.shima-left-area {
  padding-top: 50px;
}
.main-title,
.shima-main-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.7;
  
  text-align: left;
}
.main-title {
  margin-bottom: 70px;
}
.shima-main-title {
  margin-bottom: 95px;
}
.main-title span,
.shima-main-title span {
  border-bottom: 6px solid #ffde00;
  padding-bottom: 4px;
  display: inline-block;
  line-height: 1.2;
}
.left-text,
.shima-left-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sub-text,
.shima-sub-text  {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding-top: 0;
}
.sub-text {
  margin-bottom: 32px;
}
.shima-sub-text  {
  margin-bottom: 24px;
}
.area-buttons {
  background-color: #E54C4C;
}
.area-text {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  padding: 40px 0 32px 0;
}
.area-coupon-banner,
.coupon-banner {
  margin: 0 auto;
  width: 384px;
  height: 69px;
  background-image: url('../images/coupon_label.svg');
}
.area-line-buttons {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 32px 0 40px 0;
}
.line-button img {
  width: 352px;
  height: auto;
}
.line-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.mobile-line-buttons,
.shima-mobile-line-button {
  display: none;
}
.sub-text,
.shima-sub-text,
.coupon-banner,
.line-buttons {
  align-self: center;
  text-align: center;
}
.right-area {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 840px;
  transform: translateX(0);
  padding-right: 20px;
}
.hero-visual,
.shima-hero-visual {
  width: 100%;
  height: auto;
  max-width: 840px
}
.desktop-img {
  display: block;
}
.mobile-img,
.top-768-img,
.top-500-img,
.ishigaki-768-img,
.ishigaki-500-img {
  display: none;
}
.area-list,
.shima-area-list {
  position: absolute;
  bottom: -120px;
  right: 80px;
}
.area-list img,
.shima-area-list img {
  width: 195px;
  height: auto;
}
.section-feature,
.section-flow,
.section-message {
  text-align: center;
}
.section-feature h2,
.section-flow h2,
.section-message h2 {
  display: inline-block;
  border-bottom: 3px solid #000;
  margin: 0 auto;
}
.feature-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  max-width: 1006px;
  width: 100%;
  margin: 0 auto;
  padding-top: 64px;
}
.feature-title {
  line-height: 1.4;
  color: #1C83C7;
  padding: 10px 0;
  font-weight: 600;
}
.feature-text {
  font-size: 2rem; 
  line-height: 1.6;
}
.feature-title span,
.feature-text span {
  display: inline-block;
  width: 100%;
}
.feature-img img {
  width: 150px;
  height: auto;
}
.feature-list {
  flex: 1 1 calc(33.333% - 16px);
  box-sizing: border-box;
}
.flow-item img {
  width: 364px;
  height: auto;
}
.flow_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 64px 0 160px 0;
}
.arrow-right {
  display: block;
}
.arrow-down {
  display: none;
}
.message-inner {
  max-width: 1500px;
  margin: auto;
  padding: 0 40px;
}
.message-items {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 64px 0 0 0;
}
.message-item {
  flex: 1;
  max-width: calc(33.333% - 16px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  box-sizing: border-box;
}
.message-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.message-title h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1C83C7;
  margin: 0;
}
.message-title img {
  width: 39px;
  height: auto;
}
.message-text {
  margin: 0;
  text-align: left;
}
.message-divider {
  width: 2px;
  height: auto;
  background: repeating-linear-gradient(
    0deg,
    #A1A1A1,
    #A1A1A1 5px,
    transparent 5px,
    transparent 10px
  );
  margin: 0 16px;
}
.section-owner-message {
  padding-bottom: 160px;
}
.owner-message-container {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding: 56px;
  background-color: #FFE100;
  border-radius: 32px;
}
.owner-left {
  flex: 3;
  text-align: left;
}
.owner-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.text-image {
  display: block;
}
.text-image-sp {
  display: none;
}
.owner-image img {
  width: 100%;
  height: auto;
  max-width: 120px;
}
.owner-name {
  font-size: 14px;
  margin-top: 16px;
  padding: 0;
}
.footer_nav_li a {
  color: #000;
  text-decoration: none;
  font-size: 1.6rem;
}
@media(max-width:1440px) {
  .area-list img,
  .shima-area-list img {
    max-width: calc(150px + (195 - 150) * ((100vw - 768px) / (1440 - 768)));
  }
  .hero-visual,
  .shima-hero-visual {
    max-width: calc(400px + (840 - 400) * ((100vw - 768px) / (1440 - 768)));
  }
  .main-title,
  .shima-main-title {
    font-size: calc(32px + (48 - 32) * ((100vw - 768px) / (1440 - 768)));
  }
  .sub-text,
  .shima-sub-text {
    font-size: calc(20px + (24 - 20) * ((100vw - 768px) / (1440 - 768)));
    padding-top: calc(160px * (1 - ((100vw - 768px) / (1440 - 768))));
  }
  .line-button img {
    width: calc(343px + (352 - 343) * ((100vw - 768px) / (1440 - 768)));
  }
  .left-area {
    padding-left: calc(0px + (120 - 0) * ((100vw - 768px) / (1440 - 768)));
  }
  .shima-left-area {
    padding-left: calc(0px + (120 - 0) * ((100vw - 768px) / (1440 - 768)));
  }
  .feature-text {
    font-size: calc(1.6rem + (2 - 1.6) * ((100vw - 768px) / (1440 - 768)));
  }
}
@media(max-width:1410px) {
  .message-title h3 {
    font-size: 22px;
  }
}
@media(max-width:1400px) {
  .sub-text,
  .shima-sub-text {
    padding-top: 10px;
  }
}
@media(max-width:1380px) {
  .flow-item img {
    width: 300px;
    height: auto;
  }
}
@media(max-width:1320px) {
  .message-title img {  
    width: 36px;
    height: auto;
  }
  .message-title h3 {
    font-size: 20px;
  }
}
@media(max-width:1300px) {
  .sub-text,
  .shima-sub-text {
    padding-top: 20px;
  }
  .area-list,
  .shima-area-list {
    bottom: -100px;
  }
}
@media(max-width:1240px) {
  .message-title img {  
    width: 32px;
    height: auto;
  }
  .message-items {
    gap: 8px;
  }
  .message-title h3 {
    font-size: 18px;
  }
}
@media(max-width:1200px) {
  .sub-text,
  .shima-sub-text {
    padding-top: 30px;
  }
  .area-list,
  .shima-area-list {
    bottom: -80px;
  }
  .flow-item img {
    width: 260px;
    height: auto;
  }
}
@media(max-width:1150px) {
  .message-title img {  
    width: 28px;
    height: auto;
  }
  .message-items {
    gap: 0;
  }
  .message-title {
    gap: 4px;
  }
  .message-title h3 {
    font-size: 16px;
  }
  .message-text p {
    font-size: 14px;
  }
}
@media(max-width:1100px) {
  .sub-text,
  .shima-sub-text {
    padding-top: 24px;
  }
  .coupon-banner,
  .area-coupon-banner {
    width: 256px;
    height: 92px;
    background-image: url('../images/coupon_label_sp.svg');
  }
  .area-list,
  .shima-area-list {
    bottom: -60px;
  }
  .flow-item img {
    width: 240px;
    height: auto;
  }
}
@media(max-width:1000px) {
  .sub-text,
  .shima-sub-text {
    padding-top: 34px;
  }
  .flow-item img {
    width: 210px;
    height: auto;
  }
} 
@media(max-width:960px) {
  .message-title img {  
    width: 24px;
    height: auto;
  }
  .message-title {
    gap: 4px;
  }
  .message-title h3 {
    font-size: 15px;
  }
  .message-text p {
    font-size: 13px;
  }

}
@media(max-width:910px) {
  .feature-item {
    flex-direction: column;
    gap: 56px;
    padding-top: 32px;
  }
  .feature-img img {
    max-width: 140px;
  }
  .feature-list {
    flex: 1 1 100%;
  }
  .feature-list:nth-child(1) .feature-title span,
  .feature-list:nth-child(3) .feature-title span {
    display: inline;
  }
  .flow_img {
    flex-direction: column;
    gap: 24px;
    padding: 32px 0 56px 0;
  }
  .flow-item img {
    width: 328px;
    height: auto;
  }
  .arrow-right {
    display: none;
  }
  .arrow-down {
    display: block;
  }
  .area-line-buttons {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .area-text span {
    display: block;
  }
  .message-inner {
    padding: 0 24px;
  }
  .message-items {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 32px 0 0 0;
  }
  .message-item {
    max-width: 330px;
  }
  .message-divider {
    width: 330px;
    height: 2px;
    background: repeating-linear-gradient(
      90deg,
      #A1A1A1,
      #A1A1A1 5px,
      transparent 5px,
      transparent 10px
    );
    margin: 16px 0;
  }
  .message-title img {
    width: 32px;
    height: auto;
  }
  .message-title h3 {
    font-size: 20px;
  }
  .message-text p {
    font-size: 16px;
  }
  .message-title {
    gap: 2px;
  }
}
@media(max-width:900px) {
  .sub-text,
  .shima-sub-text {
    padding-top: 40px;
  }
}
@media(max-width:800px) {
  .sub-text,
  .shima-sub-text {
    padding-top: 44px;
  }
}
@media(max-width:768px) {
  .header-content,
  .shima-header-content {
    display: none;
  }
  .top-768-img,
  .ishigaki-768-img {
    display: block;
    width: 100%;
    height: auto;
  }
  .header-content-sp,
  .shima-header-content-sp {
    position: relative;
    text-align: center; 
  }
  .mobile-line-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
  }
  .shima-mobile-line-button {
    display: flex;
    position: absolute;
    top: 92%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .main-title,
  .shima-main-title {
    margin-bottom: 0;
    text-align: center;
    font-size: 32px;
  }
  .main-title {
    padding-bottom: 310px;
  }
  .shima-main-title {
    padding-bottom: 336px;
  }
  .left-area,
  .shima-left-area,
  .right-area {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 430px;
  }
  .left-area,
  .shima-left-area {
    padding-top: 0;
  }
  .area-list {
    position: absolute;
    left: 67%;
    transform: translateX(-50%);
  }
  .area-list{
    bottom: 375px;
  }
  .shima-area-list {
    bottom: 290px;
  }
  .hero-visual,
  .shima-hero-visual {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    height: auto;
  }
  .hero-visual {
    bottom: 386px;
  }
  .shima-hero-visual {
    bottom: 306px;
  }
  .left-text
  .shima-left-text {
    padding-bottom: 20px;
    padding-right: 0;
  }
  .sub-text {
    font-size: 20px;
  }
  .shima-sub-text {
    font-size: 20px;
    padding-top: 38px;
  }
  .line-button img {
    width: 343px;
  }
  .section-feature h2,
  .section-flow h2,
  .section-message h2 {
    border-bottom: 2px solid #000;
  }
   .feature-text {
    font-size: 1.6rem;
  }
  .section-owner-message {
    background-color: #FFE100;
    padding: 40px 0;
    text-align: center;
    margin-top: 56px;
  }
  .owner-message-container {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 0;
  }
  .owner-left,
  .owner-right {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .text-image {
    display: none;
  }
  .text-image-sp {
    display: block;
    margin: 0 auto;;
    width: 100%;;
  }
  .owner-image img {
    max-width: 150px;
    height: auto;
    margin: 0 auto;
  }
  .owner-name {
    margin-top: 16px;
    text-align: center;
  }
}
@media (max-width:600px) {
  .top-768-img,
  .ishigaki-768-img {
    display: none;
  }
  .top-500-img,
  .ishigaki-500-img {
    display: block;
    width: 100%;
    height: auto;
  }
  .mobile-line-buttons {
    top: 89%;
  }
}
@media(max-width:430px) {
  .main-title {
    padding-bottom: 380px;
  }
  .shima-main-title {
    padding-bottom: 394px;
  }
  .hero-visual {
    bottom: 390px;
  }
  .shima-hero-visual {
    bottom: 306px;
  }
  .top-768-img,
  .top-500-img,
  .ishigaki-768-img,
  .ishigaki-500-img {
    display: none;
  }
  .mobile-img {
    display: block;
    width: 100%;
    height: auto;
  }
  .footer_nav_li a {
    font-size: 1.5rem;
  }
} 
@media(max-width:410px) {
  .hero-visual {
    bottom: 377px;
  }
  .shima-hero-visual {
    bottom: 295px;
  }
  .main-title {
    padding-bottom: 330px;
  }
  .shima-main-title {
    padding-bottom: 350px;
  }
  .message-title img {
    width: 30px;
    height: auto;
  }
}
@media(max-width:370px) {
  .flow-item img,
  .line-button img {
    width: 304px;
  }
  .shima-hero-visual {
    bottom: 302px;
  }
  .message-title h3 {
    font-size: 16px;
  }
}

/*---
利用規約・プライバシーポリシー
---*/
.privacy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-privacy {
  padding: 180px 0;
}
.privacy_title {
  margin-bottom: 8px;
}
.company-info {
  margin-top: 60px;
}
@media(max-width:1440px) {
  .section-privacy {
    padding: 120px 0 56px 0;
  }
}
@media(max-width:900px) {
  .section-privacy {
    padding: 120px 0;
  }
}
@media(max-width:500px) {
  .section-privacy {
    padding: 80px 0;
  }
  .company-info {
    margin-top: 32px;
  }
}

  