*,
html,
body {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  color: #464e54;
  background-color: transparent;
  text-decoration: none;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

body {
  background: #fff;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

h1, h2, h3 {
  font-weight: normal;
}

h1, h2, h3, p, a, ul, figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

small {
  font-size: 100%;
}

.only-pc {
  display: none;
}


/* Common style
========================================================================== */
.kanpai-sect-inner {
  margin-inline: auto;
}

.kanpai-lychee-header {
  background: #e9b5a9;
}

.lychee-ttl {
  display: flex;
  justify-content: center;
}

.lychee-feature-list {
  display: flex;
  justify-content: space-between;
}

.lychee-feature-btn {
  margin-inline: auto;
  max-width: 620px;
  width: 92%;
}

.lychee-feature-info {
  background: #f9e4de;
  border-radius: 10px;
}

.lychee-desc-ttl img,
.kanpai-scene-ttl img {
  margin-inline: auto;
}

.lychee-desc-lsit {
  display: flex;
}

.lychee-desc-lsit-text {
  text-align: justify;
}

.lychee-desc-lsit-point {
  background: #fff;
  position: relative;
}

.lychee-desc-lsit-point::before {
  background: url(https://gigaplus.makeshop.jp/kajyusuna/kanpai-lychee/img/icon-point.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lychee-desc-text,
.lychee-desc-img img {
  margin-inline: auto;
}

.lychee-desc-lsit nav {
  text-align: right;
}

.kanpai-scene-list {
  display: flex;
}

.lychee-desc-link {
  border-bottom: 1px solid #333;
  font-weight: 600;
  display: inline-block;
  padding-right: 30px;
}

.kanpai-scene-img li {
  position: relative;
}

.kanpai-scene-img {
  display: flex;
}

.kanpai-scene-img li:first-of-type::before {
  background: url(https://gigaplus.makeshop.jp/kajyusuna/kanpai-lychee/img/scene-deco01.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
}

.kanpai-scene-img li:last-of-type::before {
  background: url(https://gigaplus.makeshop.jp/kajyusuna/kanpai-lychee/img/scene-deco02.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
}

.kanpai-lineup-ttl img {
  margin-inline: auto;
}

.kanpai-lineup-list {
  display: flex;
  flex-wrap: wrap;
}

.kanpai-lineup-name {
  font-weight: 600;
  text-align: center;
}

.kanpai-lineup-name span {
  display: block;
}

.kanpai-lineup-btn {
  display: block;
  margin: 20px auto 14px;
  max-width: 240px;
}

.kanpai-lineup-data {
  font-weight: 600;
}

.kanpai-lineup-list li:first-of-type {
  color: #ecbd03;
}

.kanpai-lineup-list li:nth-of-type(2) {
  color: #2bbf6c;
}

.kanpai-lineup-list li:nth-of-type(3) {
  color: #f9a124;
}

.kanpai-lineup-list li:nth-of-type(4) {
  color: #915bbf;
}

.kanpai-lineup-list li:nth-of-type(5) {
  color: #f9538d;
}

.kanpai-cta-bg {
  background: rgba(255, 255, 255, .6);
  border-radius: 10px;
  display: flex;
  margin-inline: auto;
}

.kanpai-cta-btn {
  align-items: center;
  background: #1bbcd9 url(https://gigaplus.makeshop.jp/kajyusuna/kanpai-lychee/img/arrow-cta-btn.png) no-repeat 96% center/22px 11px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
}

.kanpai-footer .kanpai-sect-inner {
  display: flex;
}

.kanpai-footer-sns {
  display: flex;
}

.kanpai-footer-copy {
  border-top: 1px solid #ececec;
  font-size: 12px;
  text-align: center;
}


/* SP style
========================================================================== */
@media screen and (width <= 768px) {
  .kanpai-sect-inner {
		width: 92%;
	}

  .kanpai-lychee-header {
    height: 74vw;
  }
  
  .lychee-ttl {
    height: 100%;
    position: relative;
  }

  .lychee-ttl picture {
    bottom: -60px;
    position: absolute;
    width: 100%;
  }

  .lychee-feature {
    background: #fdfbfb url(https://gigaplus.makeshop.jp/kajyusuna/kanpai-lychee/img/feature-bg.jpg) no-repeat top center/contain;
    padding: 90px 0 60px;
  }

  .lychee-feature-list {
    column-gap: 2%;
    margin-bottom: 20px;
  }

  .lychee-feature-list li:nth-of-type(2) {
    padding-top: 40px;
  }

  .lychee-feature-btn {
    margin-bottom: 40px;
  }

  .lychee-feature-info {
    padding: 40px 20px;
  }
  
  .lychee-feature-info-img {
    margin: 0 auto 20px;
    width: 100%;
  }

  .lychee-feature-info-ttl {
    max-width: 300px;
    margin-bottom: 10px;
  }

  .lychee-feature-info-text {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
  }

  .lychee-desc {
    background: #f9e4de;
    padding: 60px 0;
  }
  
  .lychee-desc-ttl {
    max-width: 220px;
    margin: 0 auto 30px;
  }

  .lychee-desc-lsit {
    flex-direction: column;
    row-gap: 50px;
  }

  .lychee-desc-lsit li {
    display: flex;
    flex-direction: column-reverse;
  }

  .lychee-desc-lsit li img {
    max-width: initial;
    width: 100%;
  }

  .lychee-desc-lsit-text {
    font-size: 16px;
    line-height: 1.7;
    margin-block: 10px 20px;
  }

  .lychee-desc-lsit-point {
    box-shadow: 0 0 10px 10px #fff;
    font-size: 14px;
    line-height: 1.5;
    margin-left: 10px;
    padding: 6px 0 6px 50px;
    width: calc(100% - 20px);
  }

  .lychee-desc-lsit-point::before {
    height: 37px;
    left: 10px;
    width: 30px;
  }

  .lychee-desc-link {
    background: url(https://gigaplus.makeshop.jp/kajyusuna/kanpai-lychee/img/desc-arrow.png) no-repeat right center/16px 8px;
    padding-right: 24px;
  }

  .lychee-desc-text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
  }

  .kanpai-scene {
    background: url(https://gigaplus.makeshop.jp/kajyusuna/kanpai-lychee/img/scene-bg.jpg) no-repeat top center/cover;
    padding: 60px 0 60px;
  }

  .kanpai-scene-ttl {
    max-width: 280px;
    margin: 0 auto 20px;
  }

  .kanpai-scene-list {
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 30px;
  }

  .kanpai-scene-list li {
    align-items: center;
    column-gap: 20px;
    display: flex;
  }

  .kanpai-scene-list li:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .kanpai-scene-list li img {
    max-width: 300px;
    width: 35%;
  }

  .kanpai-scene-list p {
    font-size: 16px;
  }

  .kanpai-scene-img {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .kanpai-scene-img li:first-of-type::before {
    height: 52px;
    left: 10px;
    top: 20px;
    width: 50px;
  }

  .kanpai-scene-img li:last-of-type::before {
    bottom: -20px;
    height: 77px;
    left: -10px;
    width: 100px;
  }

  .kanpai-scene-img li:first-of-type img {
    margin-inline: auto;
  }

  .kanpai-scene-img li:last-of-type img {
    margin-inline: auto;
    width: 90%;
  }

  .kanpai-lineup {
    padding: 60px 0 80px;
  }

  .kanpai-lineup-ttl {
    margin: 0 auto 30px;
    width: 250px;
  }

  .kanpai-lineup-list {
    justify-content: space-between;
    row-gap: 50px;
  }

  .kanpai-lineup-list li {
    width: 44%;
  }

  .kanpai-lineup-name {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .kanpai-lineup-name span {
    font-size: 14px;
  }

  .kanpai-lineup-data {
    line-height: 1.4;
    text-align: center;
  }

  .kanpai-cta {
    background: url(https://gigaplus.makeshop.jp/kajyusuna/kanpai-lychee/img/cat-bg.jpg) no-repeat top center/cover;
    padding: 40px 30px;
  }
  
  .kanpai-cta-bg {
    flex-wrap: wrap;
    padding: 24px 20px;
  }

  .kanpai-cta-bg div {
    display: contents;
  }

  .kanpai-cat-logo {
    margin: 0 8% 20px 0;
    order: 1;
    width: 46%;
  }

  .kanpai-cta-bg div p {
    font-size: 14px;
    margin-bottom: 16px;
    order: 3;
  }

  .kanpai-cta-btn {
    font-size: 16px;
    height: 60px;
    order: 4;
    width: 100%;
  }

  .kanpai-cta-img {
    align-self: center;
    order: 2;
    width: 46%;
  }

  .kanpai-footer .kanpai-sect-inner {
    flex-wrap: wrap;
    padding: 20px 0;
  }

  .kanpai-footer-logo {
    margin-right: 10px;
    width: 120px;
  }

  .kanpai-footer-address {
    font-size: 12px;
  }

 .kanpai-footer-sns {
  column-gap: 16px;
    margin-top: 16px;
    justify-content: center;
    width: 100%;
  }

  .kanpai-footer-copy {
    padding: 14px 0;
  }
}


/* PC style
========================================================================== */
@media screen and (width > 768px) {
  .kanpai-sect-inner {
		width: min(100% - 60px, 1000px);
	}

  .only-pc {
    display: block;
  }

  .kanpai-lychee-header {
    height: 660px;
  }

  .lychee-ttl img {
    max-width: 1000px;
  }

  .lychee-feature {
    background: #fdfbfb url(https://gigaplus.makeshop.jp/kajyusuna/kanpai-lychee/img/feature-bg.jpg) no-repeat top center/cover;
    padding: 120px 0 100px;
  }

  .lychee-feature-ttl {
    margin-bottom: 20px;
  }
  
  .lychee-feature-list {
    margin-bottom: 60px;
  }

  .lychee-feature-list li:nth-of-type(2) {
    padding-top: 118px;
  }

  .lychee-feature-btn {
    margin-bottom: 80px;
  }

  .lychee-feature-info {
    column-gap: 30px;
    display: flex;
    padding: 58px 60px;
  }

  .lychee-feature-info-img {
    align-self: flex-start;
    min-width: 260px;
    width: 40%;
  }

  .lychee-feature-info div {
    flex: 1;
  }

  .lychee-feature-info-ttl {
    margin-bottom: 24px;
  }

  .lychee-feature-info-text {
    font-size: 18px;
  }

  .lychee-desc {
    background: url(https://gigaplus.makeshop.jp/kajyusuna/kanpai-lychee/img/desc-bg-v02.jpg) no-repeat top center/cover;
    padding: 100px 0;
  }

  .lychee-desc-ttl,
  .kanpai-scene-ttl {
    margin-bottom: 54px;
  }

  .lychee-desc-lsit {
    flex-direction: column;
    row-gap: 60px;
  }

  .lychee-desc-lsit li {
    column-gap: 60px;
    display: flex;
  }

  .lychee-desc-lsit li:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .lychee-desc-lsit li > div {
    flex: 1;
  }

  .lychee-desc-lsit li figure {
    min-width: 350px;
    width: 45%;
  }

  .lychee-desc-lsit li {
    font-size: 18px;
    line-height: 1.7;
  }

  .lychee-desc-lsit-point {
    box-shadow: 0 0 16px 16px #fff;
    font-size: 18px;
    line-height: 1.4;
    margin: 24px 0 0 16px;
    padding-left: 80px;
    width: calc(100% - 32px);
  }

  .lychee-desc-lsit-point::before {
    height: 74px;
    left: 4px;
    width: 61px;
  }

  .lychee-desc-lsit li:last-of-type div {
    display: flex;
    flex-direction: column;
  }

  .lychee-desc-lsit li:last-of-type .lychee-desc-lsit-text:first-of-type {
    margin-bottom: 24px;
  }

  .lychee-desc-lsit nav {
    margin-top: auto;
  }

  .lychee-desc-link {
    background: url(https://gigaplus.makeshop.jp/kajyusuna/kanpai-lychee/img/desc-arrow.png) no-repeat right center / 22px 11px;
    padding-right: 30px;
  }

  .lychee-desc-text {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 36px;
    max-width: 680px;
  }

  .kanpai-scene {
    background: url(https://gigaplus.makeshop.jp/kajyusuna/kanpai-lychee/img/scene-bg.jpg) no-repeat top center/cover;
    padding: 100px 0 20px;
  }

  .kanpai-scene-list {
    column-gap: 30px;
    font-size: 20px;
    justify-content: space-between;
    line-height: 1.4;
    margin-bottom: 60px;
    text-align: center;
  }

  .kanpai-scene-list img {
    margin-bottom: 30px;
  }

  .kanpai-scene-img {
    justify-content: space-between;
    margin-bottom: 60px;
  }

  .kanpai-scene-img li:first-of-type::before {
    height: 98px;
    left: 10px;
    top: -20px;
    width: 94px;
  }

  .kanpai-scene-img li:last-of-type::before {
    bottom: -10px;
    height: 176px;
    left: -130px;
    width: 228px;
  }

  .kanpai-lineup {
    padding: 100px 0;
  }

  .kanpai-lineup-ttl {
    margin-bottom: 54px;
  }

  .kanpai-lineup-list {
    gap: 60px 11%;
    justify-content: center;
  }

  .kanpai-lineup-list li {
    width: 26%;
  }

  .kanpai-lineup-name {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .kanpai-lineup-name span {
    font-size: 16px;
  }

  .kanpai-lineup-data {
    font-size: 16px;
    text-align: center;
  }

  .kanpai-cta {
    background: url(https://gigaplus.makeshop.jp/kajyusuna/kanpai-lychee/img/cat-bg.jpg) no-repeat top center/cover;
    padding: 60px 0;
  }

  .kanpai-cta-bg {
    column-gap: 25px;
    padding: 22px 40px 22px 30px;
    width: min(100% - 60px, 1000px);
  }

  .kanpai-cat-logo,
  .kanpai-cta-img {
    align-self: center;
    flex-grow: 1;
    width: 22%;
  }

  .kanpai-cta-bg div {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    justify-content: flex-end;
    width: 360px;
  }

  .kanpai-cta-btn {
    font-size: 20px;
    height: 70px;
    margin: 24px 0 12px;
  }

  .kanpai-footer {
    padding: 30px 0;
  }

  .kanpai-footer .kanpai-sect-inner {
    column-gap: 4%;
    padding-bottom: 30px;
  }

  .kanpai-footer-sns {
    column-gap: 30px;
  }

  .kanpai-footer-copy {
    padding-top: 26px;
  }
}

/* Hover style
========================================================================== */
@media (any-hover:hover) {
	a:hover {
		cursor: pointer;
		opacity: .8;
	}
}