/* --------------------------------------------- */
/* css */
/* --------------------------------------------- */
#area-1, #area-2, #area-3, #area-4 {
  margin-top: -100px;
  padding-top: 100px;
  z-index: -1;
}
.akari_wrap {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  overflow: hidden;
}
.font_regular {
  font-weight: 400;
}
.font_bold {
  font-weight: 700;
}
.font_black {
  font-weight: 900;
}
.akari_mv.close {
  padding: 2em 5% 0;
}
.akari_mv {
  position: relative;
  z-index: 3;
}
/* ▼ about ▼ */
.akari_about_bg {
  position: relative;
  padding: 4em 0;
  background: linear-gradient(-180deg, rgba(255, 234, 201, 1) 0%, rgba(255, 217, 160, 1)100%);
  text-align: left;
}
.akari_about_bg::before {
  position: absolute;
  content: '';
  top: -30px;
  left: -10px;
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("https://climberworks.jp/8075/sweets/img/akari_gift/mikan01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
.akari_about_bg::after {
  position: absolute;
  content: '';
  bottom: -15px;
  left: -40px;
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("https://climberworks.jp/8075/sweets/img/akari_gift/parts02.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.akari_about {
  position: relative;
  z-index: 1;
  margin: 0 auto 3em;
}
.akari_about_txt {}
.akari_about_txt h2 {
  position: relative;
  width: 80%;
  margin: 0 auto 0.5em;
  color: #FF7600;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  font-size: 2rem;
}
.akari_about_txt h2 span {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 2px;
  background: #92DDE6;
  color: #fff;
  display: inline-block;
  margin: 10px auto 0px;
  padding: 5px 10px;
  border-radius: 10px;
}
.akari_about_txt h2::before {
  position: absolute;
  content: '';
  top: -35px;
  right: -40px;
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("https://climberworks.jp/8075/sweets/img/akari_gift/parts01.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.akari_about_txt p {
  width: 80%;
  margin: auto;
}
.akari_about_img {
  width: 90%;
  margin: 1em 0 0 10%;
}
.akari_about_img img {
  border-radius: 20px 0 0 20px;
}
.akari_about02 {
  position: relative;
}
.akari_about02::before {
  position: absolute;
  content: '';
  top: -60px;
  right: -40px;
  display: block;
  width: 120px;
  height: 120px;
  background-image: url("https://climberworks.jp/8075/sweets/img/akari_gift/mikan02.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.akari_about02 div {
  width: 80%;
  margin: auto;
  position: relative;
}
.akari_about02 div h3 {
  color: #FF7600;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1.8rem;
  margin: 0 auto 0.5em;
}
.akari_about02 div::before {
  position: absolute;
  content: '';
  bottom: -60px;
  right: -40px;
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("https://climberworks.jp/8075/sweets/img/akari_gift/parts03.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.akari_about02 img {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 1.5em auto 0 10%;
  border-radius: 20px;
}
/* ▼ 贈り物 ▼ */
.akari_gift {
  position: relative;
  background: #FFF4D0;
  border-radius: 20px;
  padding: 50px 20px 20px;
  margin: 3em auto 2em;
  width: calc(90% - 40px);
}
.akari_gift_ttl {
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 240px;
}
.akari_gift_img {
  position: relative;
}
.akari_gift_img div {
  position: absolute;
  top: -1.5em;
  left: -1em;
  width: 35%;
}
.akari_gift_txt {
  text-align: left;
  margin: 1em auto 0;
}
.akari_gift_txt h2 {
  font-weight: 700;
  letter-spacing: 2px;
  color: #67A700;
  font-size: 1.5rem;
  margin: 0 auto 0.1em;
}
.akari_gift_txt h3 {
  font-weight: 700;
  letter-spacing: 2px;
  color: #FF7600;
  font-size: 1.8rem;
  line-height: 1.9;
}
.akari_gift_txt h3 span {
  position: relative;
}
.akari_gift_txt h3 span::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #FF7600;
}
.akari_gift_txt p {
  margin: 1em auto 0;
}
/* ▼ ラインナップ ▼ */
.akari_lineup_bg {
  padding: 2em 0 3em;
}
.akari_lineup_bg.mgn0 {
  padding: 2em 0 0;
}
.akari_lineup_ttl {
  color: #893F00;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.akari_lineup_ttl img {
  width: 40px;
  margin: auto;
  display: block;
}
.akari_lineup_ttl span {
  position: relative;
  display: inline-block;
  color: #FF7600;
  font-size: 1.9rem;
  letter-spacing: 2px;
  margin: 0px auto 5px;
}
.akari_lineup_ttl span::before, .akari_lineup_ttl span::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: -20px;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("https://climberworks.jp/8075/sweets/img/akari_gift/fukidashi_orange.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.akari_lineup_ttl span::after {
  left: inherit;
  right: -20px;
  transform: scale(-1, 1);
}
.akari_wrap .lineup_list_ttl {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
}
/* ▼ セット内容 ▼ */
.set_detail_top {
  position: relative;
}
.set_detail_top img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.set_detail_top div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
.set_detail_top h2 {
  position: absolute;
  top: 30px;
  right: 5%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-weight: 700;
  line-height: 1;
  font-size: 1.8rem;
  letter-spacing: 4px;
}
.set_detail_top h2 span {
  background: #92DDE6;
  color: #fff;
  display: inline-block;
  padding: 10px 9px 10px;
  border-radius: 5px;
  margin: 0 0 0 5px;
}
.set_detail_bg {
  position: relative;
  padding: 3em 0;
  background: linear-gradient(-180deg, rgba(255, 234, 201, 1) 0%, rgba(255, 217, 160, 1)100%);
}
.set_detail_bg > p {
  font-weight: 700;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 260px;
  z-index: 1;
  display: inline-block;
  background: #FF7600;
  color: #fff;
  border-radius: 40px;
  padding: 5px 0px;
  font-size: 2rem;
}
.set_detail_bg > p::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #FF7600;
}
.set_detail_contents {
  width: 80%;
  margin: auto;
  position: relative;
}
.set_detail_contents::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("https://climberworks.jp/8075/sweets/img/akari_gift/cross.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.set_detail_contents::after {
  position: absolute;
  content: '';
  display: block;
  bottom: -40px;
  left: -60px;
  width: 100px;
  height: 100px;
  background-image: url("https://climberworks.jp/8075/sweets/img/akari_gift/parts02.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.set_detail_contents li {
  position: relative;
  margin: 3em auto 0;
}
.set_detail_contents li:first-child {
  margin: 1em auto 0;
}
.set_detail_contents li > img {
  border-radius: 15px;
}
.set_detail_contents li div {
  position: absolute;
  top: -1.5em;
  left: -2em;
  width: 100px;
}
.set_detail_txt {
  position: relative;
  width: 80%;
  margin: 1em auto 0;
}
.set_detail_txt::before {
  position: absolute;
  content: '';
  top: -30px;
  right: -80px;
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("https://climberworks.jp/8075/sweets/img/akari_gift/mikan01.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.set_detail_txt::after {
  position: absolute;
  content: '';
  top: 10px;
  left: -80px;
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("https://climberworks.jp/8075/sweets/img/akari_gift/parts03.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.set_detail_txt div {
  color: #FF7600;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1.8rem;
  margin: 0 auto 0.5em;
}
.set_detail_txt p {
  text-align: left;
}
.set_detail {}
.set_detail > li {
  margin: 2em auto 0;
  position: relative;
  padding: 0 0 2em;
}
.set_detail > li::before {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 100%;
  content: '';
  background: #fff;
  border-radius: 15px;
}
.set_detail_ttl {
  width: 90%;
  margin: auto;
  position: relative;
}
.set_detail_ttl > img {
  border-radius: 15px 15px 0 0;
  height: 280px;
  object-fit: cover;
}
.set_detail_ttl div {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100px;
}
.set_detail_ttl h2 {
  position: absolute;
  bottom: 10px;
  left: 15px;
  text-align: left;
  color: #fff;
  font-size: 1.7rem;
}
.set_detail_ttl h2 span {
  display: inline-block;
  background: #81DBE6;
  border-radius: 10px;
  padding: 2px 10px;
  margin: 0 auto 5px;
}
.set_detail_about {
  width: 80%;
  margin: 2em auto 0;
}
.set_detail_about img {
  border-radius: 15px;
}
.set_detail_about div {
  margin: 0.8em auto 0;
}
.set_detail_about div h3 {
  font-size: 1.7rem;
  letter-spacing: 2px;
  color: #FF7600;
  margin: 0 auto 0.5em;
}
.set_detail_about div p {
  text-align: left;
}
.set_detail_inden {
  position: relative;
  width: 80%;
  margin: 2em auto 0;
  padding: 0 0 2em;
  background: #FFFAD0;
  border-radius: 10px;
}
.set_detail_inden_ttl img {
  border-radius: 10px 10px 0 0;
  height: 180px;
  object-fit: cover;
}
.set_detail_inden_ttl h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  padding: 15px 0;
  color: #fff;
}
.set_detail_inden_ttl h4::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #FF7600;
  opacity: 0.8;
  border-radius: 100px;
}
.set_detail_inden_ttl h4 div {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
}
.set_detail_inden_ttl h4 div::before, .set_detail_inden_ttl h4 div::after {
  position: absolute;
  content: '';
  bottom: 3px;
  left: -17px;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("https://climberworks.jp/8075/sweets/img/akari_gift/fukidashi_white.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.set_detail_inden_ttl h4 div::after {
  left: inherit;
  right: -17px;
  transform: scale(-1, 1);
}
.set_detail_inden_ttl h4 p {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  margin: 0.2em auto 0;
}
.set_detail_inden_ttl h4 p span {
  display: inline-block;
}
.set_detail_inden01 {
  width: 90%;
  margin: 2em auto 0;
}
.set_detail_inden01 > img {
  border-radius: 10px;
  height: 250px;
  object-fit: cover;
}
.set_detail_inden01_in {
  text-align: left;
  margin: 1em auto 0;
}
.set_detail_inden01_in div {
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: #FF7600;
  font-weight: bold;
  margin: 0 auto 0.5em;
}
.set_detail_inden01_in div span {
  display: block;
  font-size: 1.7rem;
}
.set_detail_inden01_in img {}
.set_detail_inden01_in p {
  margin: 1em auto 0;
}
.set_detail_inden02 {
  width: 90%;
  margin: 1.5em auto 0;
  background: #fff;
  border-radius: 10px;
  padding: 17px 0;
}
.set_detail_inden02 div {
  width: 85%;
  margin: auto;
  position: relative;
}
.set_detail_inden02 div p {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  text-align: right;
  font-size: 1.2rem;
}
.set_detail_inden02 div img {
  border-radius: 10px;
}
.set_detail_inden02 > p {
  width: 85%;
  margin: 0em auto 1em;
  text-align: left;
}
.set_detail_inden02 > p span {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #FF7600;
  margin: 0 auto 0.3em;
}
/* ▼ セット内容詳細 ▼ */
.akari_point_ttl {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  color: #FF7600;
  margin: 2em auto 1em;
}
.akari_point_ttl span {
  margin: 0.3em auto 0;
  position: relative;
  font-weight: 700;
  width: 260px;
  z-index: 1;
  display: inline-block;
  background: #FF7600;
  color: #fff;
  border-radius: 40px;
  padding: 5px 0px;
  font-size: 2rem;
}
.akari_point_ttl span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #FF7600;
}
.akari_point li {
  margin: 3em auto 0;
}
.akari_point li:first-child {
  margin: 1em auto 0;
}
.akari_point li:nth-of-type(even) .akari_point_img {
  margin: 0 0 0 auto;
}
.akari_point li:nth-of-type(even) .akari_point_img img {
  border-radius: 150px 0 0 150px;
}
.akari_point_img {
  width: 90%;
  margin: 0 auto 0 0;
}
.akari_point_img img {
  border-radius: 0 150px 150px 0;
}
.akari_point_txt {
  position: relative;
  text-align: left;
  width: 80%;
  margin: 0.5em auto 0;
}
.akari_point_txt > div {
  color: #81DBE6;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.6rem;
}
.akari_point_txt > div span {
  font-size: 2.5rem;
  padding: 0 0 0 5px;
}
.akari_point_txt h3 {}
.akari_point_txt h3 p {
  color: #FF7600;
  font-size: 1.6rem;
  letter-spacing: 2px;
  margin: 0 auto 0.3em;
}
.akari_point_txt h3 div {
  font-size: 2.5rem;
  letter-spacing: 2px;
}
.akari_point_txt h3 div span {
  display: inline-block;
  background: #81DBE6;
  color: #fff;
  border-radius: 5px;
  margin: 0 auto 5px;
  padding: 0 10px;
}
.akari_point_txt p {
  line-height: 1.8;
}
.akari_point li:first-child .akari_point_txt::before, .akari_point li:nth-child(2) .akari_point_txt::before, .akari_point li:nth-child(3) .akari_point_txt::before {
  position: absolute;
  content: '';
  display: block;
  background-image: url("https://climberworks.jp/8075/drink/img/akari_new/mikan01.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.akari_point li:first-child .akari_point_txt::before {
  top: -20px;
  right: -20px;
  width: 65px;
  height: 65px;
  transform: rotate(340deg);
}
.akari_point li:nth-child(2) .akari_point_txt::before {
  top: -35px;
  left: -40px;
  width: 65px;
  height: 65px;
  transform: rotate(320deg);
}
.akari_point li:nth-child(3) .akari_point_txt::before {
  top: -20px;
  right: -25px;
  width: 70px;
  height: 70px;
  transform: rotate(240deg);
}
.akari_point li:first-child .akari_point_txt::after {
  position: absolute;
  content: '';
  display: block;
  background-image: url("https://climberworks.jp/8075/drink/img/akari_new/mikan03.webp");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -75px;
  left: -25px;
  width: 75px;
  height: 75px;
  transform: rotate(340deg);
}
/* ▼ SCENE ▼ */
.scene_top {
  position: relative;
}
.scene_top::before, .scene_top::after {
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  width: 100px;
  height: 53px;
  background-size: contain;
  background-repeat: no-repeat;
}
.scene_top::before {
  left: 0px;
  background-image: url("https://climberworks.jp/8075/sweets/img/akari_gift/scene_ap01.webp");
}
.scene_top::after {
  right: 0px;
  background-image: url("https://climberworks.jp/8075/sweets/img/akari_gift/scene_ap02.webp");
}
.scene_top img {
  height: 320px;
  object-fit: cover;
}
.scene_top div {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0%, -50%);
  width: 50%;
}
.scene_top div h2 {
  color: #67A700;
  font-weight: 500;
  font-size: 2rem;
  margin: 0 auto 0.5em;
}
.scene_top div p {}
.scene_bg {
  padding: 3em 0 2em;
}
.scene_ttl {
  background: #F38309;
  color: #fff;
  border-radius: 30px;
  letter-spacing: 2px;
  font-size: 1.6rem;
  width: 90%;
  margin: 0em auto 0;
  padding: 5px 0;
  font-weight: 500;
}
.scene_season {}
.scene_season > h3 {
  color: #F38309;
  font-weight: 500;
  font-size: 1.7rem;
  margin: 1em auto 0;
  letter-spacing: 2px;
}
.scene_season ul {
  width: 80%;
  margin: auto;
}
.scene_season ul li {
  margin: 1em auto 0;
  background: #FFFAD0;
  border-radius: 15px;
}
.scene_season ul li:first-child {
  margin: 0.5em auto 0;
}
.scene_season ul li img {
  border-radius: 15px 15px 0 0;
}
.scene_season ul li p {
  padding: 15px 20px;
  text-align: left;
}
.scene_season ul li p span {
  display: block;
  text-align: center;
  margin: 0 auto 0.3em;
  color: #F38309;
  font-size: 1.7rem;
  letter-spacing: 2px;
}
.scene_list {
  width: 85%;
  margin: 2em auto 0;
}
.scene_list > li {
  margin: 1.5em auto 0;
}
.scene_list > li > h3 {
  font-weight: 500;
  background: #F38309;
  color: #fff;
  border-radius: 30px;
  letter-spacing: 2px;
  font-size: 1.6rem;
  padding: 5px 0;
}
.scene_list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: flex-start;
}
.scene_list ul li {
  position: relative;
  margin: 1em 5px 0em;
  width: calc(100% / 2 - 10px);
  background: #FFFAD0;
  color: #F38309;
  padding: 12px 2px 12px 38px;
  text-align: left;
  border-radius: 5px;
  box-sizing: border-box;
}
.scene_list ul li img {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0%, -50%);
  display: block;
  width: 25px;
  height: 25px;
}
/* ▼ 燈シリーズ商品ラインナップ ▼ */
.akari_lineup_top {
  position: relative;
}
.akari_lineup_top > img {
  width: 100%;
  height: 410px;
  object-fit: cover;
}
.akari_lineup_top > div:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
.akari_lineup_top::before, .akari_lineup_top::after {
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  width: 100px;
  height: 39px;
  background-size: contain;
  background-repeat: no-repeat;
}
.akari_lineup_top::before {
  left: 0px;
  background-image: url("https://climberworks.jp/8075/drink/img/akari_new/plant01.webp");
}
.akari_lineup_top::after {
  right: 0px;
  background-image: url("https://climberworks.jp/8075/drink/img/akari_new/plant02.webp");
}
.akari_lineup_top_in {
  position: absolute;
  top: 50px;
  left: 5%;
  text-align: left;
}
.akari_lineup_top_in > img {
  width: 200px;
  display: block;
  margin: 0 auto 0.5em;
}
.akari_lineup_top_in h2 {
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 2px;
}
.akari_lineup_top_in h2 img {
  display: block;
  width: 200px;
  margin: 0 auto 0.5em;
}
.akari_lineup_top p {
  position: absolute;
  top: 30px;
  right: 5%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-weight: 700;
  line-height: 1;
  font-size: 1.8rem;
  letter-spacing: 4px;
}
.akari_lineup_top p span {
  background: #92DDE6;
  color: #fff;
  display: inline-block;
  padding: 10px 9px 10px;
  border-radius: 5px;
  margin: 0 0 0 5px;
}
.akari_lineup_link {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 2em auto 0em;
  justify-content: center;
}
.akari_lineup_link li {
  position: relative;
  margin: 0em 8px 3em;
  width: calc(100% / 2 - 16px);
}
.akari_lineup_link li img {
  border-radius: 20px 20px 0 0;
}
.akari_lineup_link li p {
  padding: 5px 0;
  border-radius: 0 0 20px 20px;
  line-height: 1.5;
  background: #FF7600;
  color: #fff;
}
.akari_lineup_link li:nth-child(2) p {
  background: #FF9D00;
}
.akari_lineup_link li:nth-child(3) p {
  background: #FFC400;
}
.akari_lineup_link li:nth-child(4) p {
  background: #4FC4D2;
}
.akari_lineup_link li::after {
  position: absolute;
  bottom: -1.2em;
  left: 50%;
  transform: translate(-50%, 0%);
  content: '\f0d7';
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 2.5rem;
  color: #FF7600;
  transition: all .3s;
}
.akari_lineup_link li:nth-child(2)::after {
  color: #FF9D00;
}
.akari_lineup_link li:nth-child(3)::after {
  color: #FFC400;
}
.akari_lineup_link li:nth-child(4)::after {
  color: #4FC4D2;
}
.akari_lineup_link li:hover::after {
  bottom: -1.5em;
}
.akari_lineup {
  width: 90%;
  margin: 0 auto 3em;
}
.akari_lineup > li {
  position: relative;
  background: #FFE2C9;
  border-radius: 20px;
  padding: 50px 20px 20px;
  margin: 4em auto 0;
}
.akari_lineup > li:nth-child(2) {
  background: #FFEAC9;
}
.akari_lineup > li:nth-child(3) {
  background: #FFF0C9;
}
.akari_lineup > li:nth-child(4) {
  background: #D1EAF2;
}
.akari_lineup > li h3 {
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translate(-50%, 0%);
  display: inline-block;
  width: 260px;
  padding: 5px 20px;
  border-radius: 60px;
  background: #FF7600;
  color: #fff;
  font-size: 1.7rem;
}
.akari_lineup > li h3 span {
  display: block;
}
.akari_lineup > li:nth-child(2) h3 {
  background: #FF9D00;
}
.akari_lineup > li:nth-child(3) h3 {
  background: #FFC400;
}
.akari_lineup > li:nth-child(4) h3 {
  background: #4EC4D3;
}
.akari_lineup_in {}
.akari_lineup_in img {
  border-radius: 20px;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.akari_lineup_in > p {
  margin: 0.5em auto;
  line-height: 1.8;
}
.akari_lineup_in > p span {
  display: inline-block;
}
.akari_lineup_in a {
  margin: 1em auto 0;
  position: relative;
  display: inline-block;
  background: #FF7600;
  color: #fff !important;
  padding: 10px 70px;
  border-radius: 40px;
  transition: ease .2s;
}
.akari_lineup_in a:hover {
  background: #fff;
  color: #FF7600 !important;
}
.akari_lineup_in a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0%, -50%);
  content: '\f0da';
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
  transition: all .3s;
}
.akari_lineup_in a:hover::after {
  color: #FF7600;
  right: 10px;
}
.akari_lineup > li:nth-child(2) .akari_lineup_in a {
  background: #FF9D00;
}
.akari_lineup > li:nth-child(3) .akari_lineup_in a {
  background: #FFC400;
}
.akari_lineup > li:nth-child(4) .akari_lineup_in a {
  background: #4EC4D3;
}
.akari_lineup > li:nth-child(2) .akari_lineup_in a:hover {
  background: #fff;
  color: #FF9D00 !important;
}
.akari_lineup > li:nth-child(3) .akari_lineup_in a:hover {
  background: #fff;
  color: #FFC400 !important;
}
.akari_lineup > li:nth-child(4) .akari_lineup_in a:hover {
  background: #fff;
  color: #4EC4D3 !important;
}
.akari_lineup > li:nth-child(2) .akari_lineup_in a:hover::after {
  color: #FF9D00;
}
.akari_lineup > li:nth-child(3) .akari_lineup_in a:hover::after {
  color: #FFC400;
}
.akari_lineup > li:nth-child(4) .akari_lineup_in a:hover::after {
  color: #4EC4D3;
}
.akari_lineup_wrap .akari_lineup_in:first-of-type {
  margin: 0 auto 2em;
}
@media all and (min-width: 768px) {
  .akari_mv.close {
    padding: 5em 5% 0;
  }
  /* ▼ about ▼ */
  .akari_about_bg {
    padding: 5em 0;
  }
  .akari_about_bg::before {
    top: -55px;
    left: -15px;
    width: 160px;
    height: 160px;
  }
  .akari_about_bg::after {
    bottom: -25px;
    left: -60px;
    width: 180px;
    height: 180px;
  }
  .akari_about {
    margin: 0 auto 5em;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .akari_about_txt {
    width: 40%;
    margin: 0 5% 0 10%;
  }
  .akari_about_txt h2 {
    width: 100%;
    line-height: 1.5;
    font-size: 2.5vw;
  }
  .akari_about_txt h2 span {
    margin: 10px auto 0px;
    padding: 10px 15px;
    border-radius: 10px;
    line-height: 1.2;
    font-size: 3.2vw;
  }
  .akari_about_txt h2::before {
    top: -60px;
    right: -50px;
    width: 170px;
    height: 170px;
  }
  .akari_about_txt p {
    width: 100%;
    font-size: 1.7rem;
    line-height: 2;
  }
  .akari_about_img {
    margin: 0;
    width: 45%;
  }
  .akari_about_img img {
    border-radius: 40px 0 0 40px;
  }
  .akari_about02 {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .akari_about02::before {
    top: -140px;
    right: -140px;
    width: 240px;
    height: 240px;
  }
  .akari_about02 img {
    width: 50%;
    margin: 0;
    border-radius: 40px;
  }
  .akari_about02 div {
    width: 35%;
    margin: 0 8% 0 0%;
  }
  .akari_about02 div h3 {
    line-height: 1.6;
    font-size: 2.2vw;
    margin: 0 auto 0.5em;
  }
  .akari_about02 div::before {
    bottom: -100px;
    right: -140px;
    width: 170px;
    height: 170px;
  }
  .akari_about02 div p {
    font-size: 1.7rem;
    line-height: 2;
  }
  /* ▼ 贈り物 ▼ */
  .akari_gift {
    border-radius: 30px;
    padding: 60px 50px 50px;
    margin: 5em auto 4em;
    width: calc(90% - 100px);
    max-width: calc(1200px - 100px);
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .akari_gift_ttl {
    top: -3.5em;
    width: 400px;
  }
  .akari_gift_img {
    width: 53%;
  }
  .akari_gift_img div {
    width: 30%;
  }
  .akari_gift_txt {
    width: 44%;
    margin: 0;
  }
  .akari_gift_txt h2 {
    font-size: 2.5rem;
    margin: 0 auto 0em;
  }
  .akari_gift_txt h3 {
    font-size: 3rem;
    line-height: 1.9;
  }
  .akari_gift_txt p {
    font-size: 1.7rem;
    line-height: 2;
  }
  /* ▼ ラインナップ ▼ */
  .akari_lineup_bg {
    padding: 3em 0 5em;
  }
  .akari_lineup_bg.mgn0 {
    padding: 3em 0 0;
  }
  .akari_lineup_ttl {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  .akari_lineup_ttl img {
    width: 60px;
  }
  .akari_lineup_ttl span {
    font-size: 3.5rem;
    margin: 0 auto 15px;
  }
  .akari_lineup_ttl span::before, .akari_lineup_ttl span::after {
    left: -30px;
    width: 35px;
    height: 35px;
  }
  .akari_lineup_ttl span::after {
    left: inherit;
    right: -30px;
  }
  .akari_wrap .lineup_list_ttl {
    font-size: 1.4rem;
  }
  /* ▼ セット内容 ▼ */
  .set_detail_top img {
    height: 650px;
  }
  .set_detail_top h2 {
    top: 0px;
    right: 8%;
    font-size: 3rem;
  }
  .set_detail_top h2 span {
    padding: 10px 12px 10px;
    border-radius: 10px;
    margin: 0 0 0 10px;
  }
  .set_detail_bg {
    padding: 5em 0;
  }
  .set_detail_bg > p {
    width: 550px;
    border-radius: 40px;
    padding: 5px 0px;
    font-size: 4rem;
  }
  .set_detail_bg > p::before {
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #FF7600;
  }
  .set_detail_contents {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 2em auto 0em;
    justify-content: space-between;
  }
  .set_detail_contents::after {
    bottom: -80px;
    left: -90px;
    width: 180px;
    height: 180px;
  }
  .set_detail_contents li {
    margin: 0 25px 0em;
    width: calc(100% / 2 - 50px);
  }
  .set_detail_contents li:first-child {
    margin: 0 25px 0em;
  }
  .set_detail_contents li > img {
    border-radius: 30px;
  }
  .set_detail_contents li div {
    position: absolute;
    top: -1.5em;
    left: -2em;
    width: 160px;
  }
  .set_detail_txt {
    width: 90%;
    max-width: 900px;
    margin: 2em auto 0;
  }
  .set_detail_txt::before {
    top: -30px;
    right: -300px;
    width: 220px;
    height: 220px;
  }
  .set_detail_txt::after {
    top: 10px;
    left: -200px;
    width: 180px;
    height: 180px;
  }
  .set_detail_txt div {
    line-height: 1.5;
    font-size: 3rem;
    margin: 0 auto 0.5em;
  }
  .set_detail_txt p {
    font-size: 1.7rem;
    line-height: 2;
  }
  .set_detail > li {
    margin: 4em auto 0;
    padding: 0 0 5em;
  }
  .set_detail > li::before {
    left: 4%;
    width: 92%;
    border-radius: 30px;
  }
  .set_detail_ttl {
    width: 92%;
  }
  .set_detail_ttl > img {
    border-radius: 30px 30px 0 0;
    height: 550px;
  }
  .set_detail_ttl div {
    top: 25px;
    left: 25px;
    width: 240px;
  }
  .set_detail_ttl h2 {
    bottom: 30px;
    left: 35px;
    font-size: 3rem;
  }
  .set_detail_ttl h2 span {
    border-radius: 15px;
    padding: 0px 20px;
    margin: 0 auto 8px;
  }
  .set_detail_about {
    width: 80%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 4em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .set_detail_about img {
    width: 48%;
    border-radius: 15px;
  }
  .set_detail_about div {
    width: 48%;
    margin: 0;
    text-align: left;
  }
  .set_detail_about div h3 {
    line-height: 1.5;
    font-size: 3rem;
    margin: 0 auto 0.5em;
  }
  .set_detail_about div p {
    font-size: 1.7rem;
    line-height: 2;
  }
  .set_detail_inden {
    max-width: 1100px;
    width: 80%;
    margin: 4em auto 0;
    padding: 0 0 4em;
    border-radius: 20px;
  }
  .set_detail_inden_ttl img {
    border-radius: 20px 20px 0 0;
    height: 350px;
  }
  .set_detail_inden_ttl h4 {
    width: 750px;
    padding: 25px 0;
  }
  .set_detail_inden_ttl h4 div {
    display: inline-block;
    position: relative;
    font-size: 2.5rem;
  }
  .set_detail_inden_ttl h4 div::before, .set_detail_inden_ttl h4 div::after {
    bottom: 7px;
    left: -27px;
    width: 25px;
    height: 25px;
  }
  .set_detail_inden_ttl h4 div::after {
    left: inherit;
    right: -27px;
  }
  .set_detail_inden_ttl h4 p {
    letter-spacing: 2px;
    font-size: 3.5rem;
    margin: 0em auto 0;
  }
  .set_detail_inden01 {
    width: 90%;
    margin: 4em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .set_detail_inden01 > img {
    width: 45%;
    border-radius: 20px;
    height: auto;
    object-fit: cover;
  }
  .set_detail_inden01_in {
    width: 50%;
    margin: 0;
  }
  .set_detail_inden01_in div {
    font-size: 2.5rem;
    line-height: 1.5;
    margin: 0 auto 0.5em;
  }
  .set_detail_inden01_in div span {
    font-size: 3.3rem;
  }
  .set_detail_inden01_in img {
    width: auto;
    height: 40px;
  }
  .set_detail_inden01_in p {
    margin: 1em auto 0;
    line-height: 1.8;
    font-size: 1.7rem;
  }
  .set_detail_inden02 {
    width: calc(90% - 60px);
    margin: 3em auto 0;
    border-radius: 20px;
    padding: 30px 30px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: space-between;
  }
  .set_detail_inden02 div {
    width: 45%;
    margin: 0;
  }
  .set_detail_inden02 div p {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    text-align: right;
    font-size: 1.2rem;
  }
  .set_detail_inden02 div img {
    border-radius: 10px;
  }
  .set_detail_inden02 > p {
    width: 50%;
    margin: 0;
  }
  .set_detail_inden02 > p span {
    font-size: 2.3rem;
    margin: 0 auto 0.3em;
  }
  /* ▼ セット内容詳細 ▼ */
  .akari_point_ttl {
    font-size: 3.5rem;
    margin: 2em auto 1em;
  }
  .akari_point_ttl span {
    width: 550px;
    border-radius: 40px;
    padding: 5px 0px;
    font-size: 4rem;
  }
  .akari_point_ttl span::before {
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #FF7600;
  }
  .akari_point li {
    margin: 4em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .akari_point li:first-child {
    margin: 2em auto 0;
  }
  .akari_point li:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .akari_point li:nth-of-type(even) .akari_point_img {
    margin: 0 0 0 auto;
  }
  .akari_point li:nth-of-type(even) .akari_point_img img {
    border-radius: 300px 0 0 300px;
  }
  .akari_point_img {
    width: 55%;
    margin: 0;
    position: relative;
    z-index: 1;
  }
  .akari_point_img img {
    border-radius: 0 300px 300px 0;
  }
  .akari_point li:nth-of-type(even) .akari_point_txt {
    margin: 0 3% 0 8%;
  }
  .akari_point_txt {
    width: 34%;
    margin: 0 8% 0 3%;
  }
  .akari_point_txt > div {
    font-size: 3rem;
  }
  .akari_point_txt > div span {
    font-size: 6rem;
    line-height: 1.3;
  }
  .akari_point_txt h3 {
    line-height: 1.6;
  }
  .akari_point_txt h3 p {
    font-size: 2vw;
    margin: 0 auto 0.3em;
  }
  .akari_point_txt h3 div {
    font-size: 3.7vw;
    line-height: 1.3;
  }
  .akari_point_txt h3 div span {
    border-radius: 8px;
    margin: 0 auto 10px;
    padding: 2px 15px;
  }
  .akari_point_txt p {
    line-height: 2;
    font-size: 1.6rem;
  }
  .akari_point li:first-child .akari_point_txt::before {
    top: -30px;
    right: -50px;
    width: 120px;
    height: 120px;
  }
  .akari_point li:nth-child(2) .akari_point_txt::before {
    top: 220px;
    left: -130px;
    width: 120px;
    height: 120px;
  }
  .akari_point li:nth-child(3) .akari_point_txt::before {
    top: -60px;
    right: -35px;
    width: 140px;
    height: 140px;
  }
  .akari_point li:first-child .akari_point_txt::after {
    bottom: -95px;
    left: -250px;
    width: 140px;
    height: 140px;
  }
  /* ▼ SCENE ▼ */
  .scene_top::before, .scene_top::after {
    width: 292px;
    height: 156px;
  }
  .scene_top img {
    height: 600px;
  }
  .scene_top div {
    top: 40%;
    left: 10%;
    width: 350px;
  }
  .scene_top div h2 {
    font-size: 4rem;
    letter-spacing: 4px;
    line-height: 1.5;
    margin: 0 auto 0.5em;
  }
  .scene_top div p {
    line-height: 2;
    font-size: 1.7rem;
  }
  .scene_bg {
    padding: 5em 0 5em;
  }
  .scene_ttl {
    font-size: 2.3rem;
    max-width: 1100px;
    margin: 0em auto 0;
    padding: 7px 0;
    letter-spacing: 2px;
  }
  .scene_season {}
  .scene_season > h3 {
    font-size: 2.5rem;
  }
  .scene_season ul {
    width: 90%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0.5em auto 0em;
    justify-content: space-between;
  }
  .scene_season ul li {
    margin: 0;
    width: 49%;
    border-radius: 20px;
  }
  .scene_season ul li:first-child {
    margin: 0;
  }
  .scene_season ul li img {
    border-radius: 20px 20px 0 0;
  }
  .scene_season ul li p {
    padding: 15px 30px 20px;
    letter-spacing: 2px;
  }
  .scene_season ul li p span {
    margin: 0 auto 0em;
    font-size: 2.2rem;
  }
  .scene_list {
    width: 90%;
    max-width: 1116px;
    margin: 3em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .scene_list > li {
    margin: 0 8px 0em;
    width: calc(100% / 3 - 16px);
  }
  .scene_list > li > h3 {
    font-size: 2rem;
    padding: 6px 0;
  }
  .scene_list ul {
    margin: 0.5em auto 0;
  }
  .scene_list ul li {
    margin: 0.5em 0 0em;
    width: calc(100% / 1 - 0px);
    font-size: 1.8rem;
    padding: 10px 5px 10px 70px;
  }
  .scene_list ul li img {
    left: 15px;
    width: 35px;
    height: 35px;
  }
  /* ▼ 燈シリーズ商品ラインナップ ▼ */
  .akari_lineup_top > img {
    height: 650px;
  }
  .akari_lineup_top::before, .akari_lineup_top::after {
    width: 292px;
    height: 114px;
  }
  .akari_lineup_top_in {
    position: absolute;
    top: 60px;
    left: 20%;
  }
  .akari_lineup_top_in > img {
    width: 400px;
  }
  .akari_lineup_top_in h2 {
    font-size: 2.8rem;
  }
  .akari_lineup_top_in h2 img {
    width: 400px;
  }
  .akari_lineup_top p {
    top: 0px;
    right: 7%;
    font-size: 3rem;
  }
  .akari_lineup_top p span {
    padding: 10px 12px 10px;
    border-radius: 10px;
    margin: 0 0 0 10px;
  }
  .akari_lineup_top_in::before {
    position: absolute;
    content: '';
    top: 10px;
    left: -260px;
    display: block;
    width: 260px;
    height: 260px;
    background-image: url("https://climberworks.jp/8075/drink/img/akari_new/logo.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .akari_lineup_link {
    max-width: 1200px;
    margin: 5em auto 10em;
  }
  .akari_lineup_link li {
    margin: 0em 12px 0em;
    width: calc(100% / 4 - 24px);
  }
  .akari_lineup_link li p {
    padding: 8px 0;
    font-size: 2.0rem;
  }
  .akari_lineup_link li::after {
    bottom: -1.3em;
    font-size: 4rem;
  }
  .akari_lineup_link li:hover::after {
    bottom: -1.5em;
  }
  .akari_lineup {
    max-width: 1100px;
    margin: 0 auto 5em;
  }
  .akari_lineup > li {
    border-radius: 40px;
    padding: 70px 50px 50px;
    margin: 6em auto 0;
  }
  .akari_lineup > li h3 {
    top: -1em;
    width: 800px;
    padding: 5px 0px;
    font-size: 3rem;
  }
  .akari_lineup > li h3 span {
    display: inline-block;
  }
  .akari_lineup_in {}
  .akari_lineup_in img {
    border-radius: 30px;
    height: auto;
  }
  .akari_lineup_in > p {
    margin: 0.5em auto 0;
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .akari_lineup_in a {
    margin: 0.5em auto 0;
    font-size: 2rem;
    letter-spacing: 2px;
    padding: 10px 120px;
  }
  .akari_lineup_wrap {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
  }
  .akari_lineup_wrap .akari_lineup_in {
    width: 48%;
  }
  .akari_lineup_wrap .akari_lineup_in:first-of-type {
    margin: 0;
  }
  .akari_lineup_in .lineup_price {
    font-size: 5rem;
    line-height: 1.3;
  }
}
@media all and (min-width: 1600px) {
    
    .akari_about_txt h2 {
        font-size:2vw;
    }
    .akari_about_txt h2 span {
        font-size: 2.6vw;
    }
    .akari_about02 div h3 {
        font-size: 1.8vw;
    }
    .akari_point_txt h3 p{
        font-size: 1.6vw;
    }
    .akari_point_txt h3 div {
        font-size: 3vw;
    }
}