@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");

/*------------------------------------------------------------
	variable
------------------------------------------------------------*/
:root {
  --theme-color: #35b071;
  --main-color: #e76673;
  --accent-color: #5070d0;

  --content-width: 1100px;
  --content-harf-width: 550px;

  --font: "Lora", serif;
}

/*------------------------------------------------------------
	basic
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 769px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  vertical-align: middle;
  border: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

p {
  margin-top: 0.2em;
}

a {
  word-break: break-all;
  text-decoration: none;
  color: var(--accent-color);
}

a:not(.btn):hover {
  text-decoration: underline;
}

.coution {
  padding-left: 1em;
  text-indent: -1em;
}
.coution::before {
  content: "※";
}

main {
  display: block;
  position: relative;
  z-index: 50;
  max-width: 100%;
  overflow: hidden;
}
main a {
  transition: color 0.3s ease;
}
main a:not(.btn):hover {
  color: var(--accent-color);
  text-decoration: none;
}

/*------------------------------------------------------------
	layout	レイアウト
------------------------------------------------------------*/
section {
  position: relative;
  z-index: 50;
  padding: 140px 0;
}
section:nth-of-type(odd) {
  background-color: #e9e0e1;
}
section:nth-of-type(odd) .sec_ttl .sub_ttl_inr,
section:nth-of-type(odd) .ttl_01 .ttl_inr {
  background-color: #e9e0e1;
}
@media screen and (max-width: 769px) {
  section {
    padding: 80px 0;
  }
}

.inner {
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
}
.inner + .inner {
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  .inner {
    padding: 0;
    width: 92%;
    margin: 0 auto;
  }
}

h2, h3 {
  text-align: center;
}

h4 {
  font-size: 2.4rem;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  h4 {
    font-size: 1.4rem;
  }
}


.ttl_01 {
  position: relative;
  text-align: center;
}
.ttl_01::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #101729;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.ttl_01 .ttl_inr {
  line-height: 1.5;
  display: inline-block;
  position: relative;
  padding: 0 30px;
  background-color: #fff;
  z-index: 5;
}
.ttl_01 .main_ttl .sub_txt {
  font-size: 90%;
}
.ttl_01 .sub_ttl {
  font-size: 82%;
}
.ttl_01 .sub_ttl .unit {
  font-size: 60%;
}
@media screen and (max-width: 769px) {
  .ttl_01 .ttl_inr {
    padding: 0 14px;
  }
}

.disp {
  font-size: 2.4rem;
}
@media screen and (max-width: 769px) {
  .disp {
    font-size: 1.4rem;
  }
}

.sec_ttl {
  position: relative;
  padding-top: 60px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 4.8rem;
  margin-bottom: 80px;
  line-height: 1.35;
}
.sec_ttl .ttl_inr {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_ttl h3 {
  font-weight: normal;
  letter-spacing: 0.08em;
}
.sec_ttl .sub_ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  margin: 0 auto;
  transform: translateY(-25%);
  font-size: 2rem;
  opacity: 0.8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--font);
}

.sec_ttl .sub_ttl::before {
  content: "";
  height: 1px;
  position: absolute;
  inset: 0;
  background-color: #000;
  margin: auto;
}

.sec_ttl .sub_ttl .sub_ttl_inr {
  color: #777777;
  background-color: #fff;
  width: fit-content;
  padding: 0 0.75em;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sec_ttl .sub_ttl .sub_ttl_inr::before,
.sec_ttl .sub_ttl .sub_ttl_inr::after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec_ttl .sub_ttl .sub_ttl_inr::before {
  left: calc(100% - 280px);
  right: 100%;
}
.sec_ttl .sub_ttl .sub_ttl_inr::after {
  left: 100%;
  right: calc(100% - 280px);
}

.sec_ttl .ttl_sm {
  font-size: 3.2rem;
}
.sec_ttl .ttl_maker {
  color: var(--accent-color);
}
.sec_ttl .ttl_point {
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .sec_ttl {
    width: 98%;
    height: auto;
    padding: 8px;
    margin-bottom: 30px;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .sec_ttl::before, .sec_ttl::after {
    width: 45px;
  }
  .sec_ttl .sub_ttl {
    width: 200px;
  }
  .sec_ttl .sub_ttl .sub_ttl_inr::before {
    left: calc(100% - 200px);
  }
  .sec_ttl .sub_ttl .sub_ttl_inr::after {
    right: calc(100% - 200px);
  }
  .sec_ttl .ttl_inr {
    padding: 32px 12px 0;
  }
  .sec_ttl .sub_ttl {
    font-size: 1.6rem;
  }
  .sec_ttl .ttl_sm {
    font-size: 1.8rem;
  }
}

.cont_ttl {
  line-height: 1.5;
  display: block;
  margin: 80px auto 0;
  margin-bottom: 40px;
  text-align: center;
  width: fit-content;
  font-size: 3.6rem;
  position: relative;
  padding: 0 120px 40px;
}
.cont_ttl::before, .cont_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 52px;
  height: 100%;
  background: url(../img/ft_other_ttl.png) center bottom/100% auto no-repeat;
}
.cont_ttl::before {
  left: 0;
}
.cont_ttl::after {
  right: 0;
  transform: scaleX(-1);
}
.cont_ttl .ttl_bd {
  font-weight: bold;
}
.cont_ttl .ttl_parachute {
  color: #1c3b5e;
}
.cont_ttl .ttl_st {
  font-size: 4.2rem;
}
.cont_ttl .ttl_point {
  color: var(--accent-color);
}
.cont_ttl img {
  position: absolute;
  top: 30px;
  left: 0;
  right: calc(-100% + 140px);
  margin: auto;
}
@media screen and (max-width: 769px) {
  .cont_ttl {
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    padding: 0 22px 20px;
  }
  .cont_ttl::before, .cont_ttl::after {
    width: 26px;
  }
  .cont_ttl .ttl_st {
    font-size: 2rem;
  }
}

.btn {
  background-color: #fff;
  border: 2px solid #000;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.07);
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  .btn:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.07);
  }
}
@media screen and (max-width: 769px) {
  .btn {
    border-width: 1px;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.07);
  }
}

@media screen and (min-width: 769px) {
  .box_inr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .box_inr .img_box {
    flex: 0 0 50%;
  }
  .box_inr .txt_box {
    flex: 0 1 var(--content-harf-width);
    box-sizing: border-box;
    padding: 0 50px;
  }
  .ft_box:nth-of-type(even) .box_inr {
    justify-content: flex-end;
  }
  .box_inr:nth-of-type(even) .img_box {
    order: 2;
  }
  .box_inr:nth-of-type(even) .txt_box {
    order: 1;
  }
}
.box_inr .img_box img {
  width: 100%;
  height: auto;
}
.box_inr + .box_inr {
  margin-top: 70px;
}
.box_inr .txt_box {
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  .box_inr + .box_inr {
    margin-top: 40px;
  }
  .box_inr .txt_box,
.box_inr .img_box {
    margin-top: 12px;
  }
}

.slider {
  margin-top: 40px;
  font-family: var(--font);
  padding: 0 50px 30px;
  position: relative;
  margin-bottom: 20px;
}
.slick-track {
  display: flex;
  column-gap: 10px;
}
.slider h3 {
  margin-bottom: 0;
}
.slider_box {
  text-align: center;
}
.slider_box img {
  margin: 0 auto;
}
.slider_box .slick-arrow {
  cursor: pointer;
  position: absolute;
  bottom: -10px;
  padding-top: 10px;
  transform: translateY(100%);
  font-size: 1.6rem;
}
.slider_box .slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 8px;
  border-bottom: 1px solid #000;
  transition: transform 0.3s ease;
}
.slider_box .slick-arrow.slick-prev {
  padding-left: 30px;
  left: 0;
}
.slider_box .slick-arrow.slick-prev::before {
  left: -30px;
  border-left: 1px solid #000;
  transform: skewX(-58deg);
}
.slider_box .slick-arrow.slick-next {
  right: 0;
  padding-right: 30px;
}
.slider_box .slick-arrow.slick-next::before {
  right: -30px;
  border-right: 1px solid #000;
  transform: skewX(58deg);
}
@media screen and (min-width: 769px) {
  .slider_box .slick-arrow.slick-prev:hover::before {
    transform: skewX(-58deg) translateX(-12%);
  }
  .slider_box .slick-arrow.slick-next:hover::before {
    transform: skewX(58deg) translateX(12%);
  }
}
.slider .sd_pager {
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin: 0 auto;
  transform: translateX(-50%);
}
@media screen and (max-width: 769px) {
  .slider {
    margin-top: 20px;
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .slider_box .slick-slide {
    padding: 0 5px;
  }
  .slider_box .slick-arrow {
    bottom: -5px;
    padding-top: 5px;
    font-size: 1.3rem;
  }
  .slider_box .slick-arrow::before {
    width: 60px;
    height: 4px;
  }
  .slider_box .slick-arrow.slick-prev {
    padding-left: 46px;
  }
  .slider_box .slick-arrow.slick-prev::before {
    left: 0;
  }
  .slider_box .slick-arrow.slick-next {
    padding-right: 46px;
  }
  .slider_box .slick-arrow.slick-next::before {
    right: 0;
  }
  .slider .sd_pager {
    bottom: -12px;
  }
}

.sp_ib_show,
.sp_show {
  display: none !important;
}
.txt_nowrap {
  display: inline-block;
}

@media screen and (max-width: 769px) {
  .pc_show {
    display: none !important;
  }

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

  .sp_show {
    display: block !important;
  }
}

.cv {
  background-color: rgba(0, 0, 0, 0.1);
}
.cv .cv_ttl {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 4px 15px;
  font-size: 3rem;
}
.cv .btn_area {
  padding: 70px 50px 60px;
  display: flex;
}
.cv .btn_area .btn {
  position: relative;
  width: 100%;
  padding: 44px 0 12px;
  text-align: center;
}
.cv .btn_area .btn .btn_ttl {
  line-height: 38px;
  height: 38px;
  padding: 0 20px;
  position: absolute;
  top: -44px;
  left: 50%;
  background-color: var(--theme-color);
  transform: translate(-50%, 20%);
}
.cv .btn_area .btn > img {
  filter: hue-rotate(241deg);
}
.cv .btn_area .btn .btn_ttl::before, .cv .btn_area .btn .btn_ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 19px 10px;
}
.cv .btn_area .btn .btn_ttl::before {
  left: 0;
  transform: translateX(-100%);
  border-color: var(--theme-color) var(--theme-color) var(--theme-color) transparent;
}
.cv .btn_area .btn .btn_ttl::after {
  right: 0;
  transform: translateX(100%);
  border-color: var(--theme-color) transparent var(--theme-color) var(--theme-color);
}
.cv .btn_area .btn span {
  margin-top: 14px;
  display: block;
  color: #000;
  font-size: 1.4rem;
}
.cv .btn_area .btn + .btn {
  margin-left: 50px;
}
@media screen and (max-width: 769px) {
  .cv .cv_ttl {
    font-size: 2rem;
    padding: 2px 8px;
  }
  .cv .btn_area {
    padding: 40px 0 24px;
  }
  .cv .btn_area .btn {
    padding: 24px 10px 12px;
  }
  .cv .btn_area .btn .btn_ttl {
    text-align: center;
    line-height: 40px;
    height: 40px;
    padding: 0;
    top: 0;
    left: 15px;
    right: 15px;
    transform: translate(0, -80%);
  }
  .cv .btn_area .btn .btn_ttl::before, .cv .btn_area .btn .btn_ttl::after {
    border-width: 20px 6px;
  }
  .cv .btn_area .btn .btn_ttl img {
    height: 32px;
    width: auto;
  }
  .cv .btn_area .btn span {
    line-height: 1.2;
    text-align: left;
    margin-top: 7px;
    font-size: 1.1rem;
  }
  .cv .btn_area .btn + .btn {
    margin-left: 10px;
  }
}

#mv {
  padding: 0;
  position: relative;
}
#mv h1, #mv h2 {
  position: absolute;
}
#mv img {
  position: relative;
  width: 100%;
}

#campaign .sec_ttl img {
  position: absolute;
  top: -64px;
  right: -590px;
  left: 0;
  margin: auto;
  transform: rotate(12deg);
}
@media screen and (max-width: 769px) {
  #campaign .sec_ttl img {
    left: auto;
    right: 0;
  }
}

#campaign .bnr_luckybag{
  text-align: center;
  margin: 0 0 100px 0;
}
@media screen and (max-width: 769px) {
  #campaign .bnr_luckybag{
    text-align: center;
    margin: 0 4% 70px 4%;
  }
}

#campaign .bnr_luckybag a{
  display: block;
  transition: opacity 0.3s;
}

#campaign .bnr_luckybag a:hover{
  opacity: 0.7;
}

#campaign .campaign_disp {
  height: 68vh;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

#campaign .campaign_disp_img { grid-area: 1 / 1 / 5 / 6; }
#campaign .campaign_disp_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#campaign .campaign_disp_txt {
  grid-area: 2 / 5 / 5 / 8;
  background-color: #fff;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#campaign .campaign_disp_txt_inr {
  width: fit-content;
}

#campaign .campaign_disp_txt_ttl {
  color: var(--accent-color);
  font-size: 3.8rem;
  text-align: center;
}
#campaign .campaign_disp_txt_ttl .ttl {
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  height: 40px;
  font-size: 2rem;
  padding: 0 60px;
  background-color: var(--theme-color);
  position: relative;
  margin-bottom: 24px;
}
#campaign .campaign_disp_txt_ttl .ttl::before,
#campaign .campaign_disp_txt_ttl .ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 20px 10px;
}
#campaign .campaign_disp_txt_ttl .ttl::before {
  left: 0;
  transform: translateX(-100%);
  border-color: var(--theme-color) var(--theme-color) var(--theme-color) transparent;
}
#campaign .campaign_disp_txt_ttl .ttl::after {
  right: 0;
  transform: translateX(100%);
  border-color: var(--theme-color) transparent var(--theme-color) var(--theme-color);
}
#campaign .campaign_disp_txt .txt {
  width: 100%;
  margin: 36px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 36px;
  row-gap: 15px;
  font-size: 1.8rem;
}
#campaign .campaign_disp_txt .badge {
  opacity: 0.7;
  line-height: 1.2;
  text-align: center;
  font-size: 2.2rem;
  border: 1px solid;
  padding: 12px 0;
  width: 100%;
}
#campaign .campaign_disp_txt .badge span {
  font-size: 1.4rem;
}
@media screen and (max-width: 769px) {
  #campaign .campaign_disp {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 300px 30px auto;
  }
  #campaign .campaign_disp_img { grid-area:  1 / 1 / 3 / 2; }
  #campaign .campaign_disp_txt {
    grid-area: 2 / 1 / 4 / 2;
    width: 92%;
    margin: 0 auto;
    padding: 50px;
  }
  #campaign .campaign_disp_txt_ttl {
    font-size: 2.2rem;
  }
  #campaign .campaign_disp_txt_ttl .ttl {
    width: 100%;
    padding: 0 28px;
    height: 28px;
    line-height: 28px;
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  #campaign .campaign_disp_txt_ttl .ttl::before,
  #campaign .campaign_disp_txt_ttl .ttl::after {
    border-width: 14px 10px;
  }
  #campaign .campaign_disp_txt .txt {
    margin-top: 24px;
    font-size: 1.6rem;
  }
  #campaign .campaign_disp_txt .badge {
    font-size: 2rem;
    padding: 10px 0;
  }
  #campaign .campaign_disp_txt .badge span {
    font-size: 1.2rem;
  }

}

#feature {
  counter-reset: number 0;
}
#feature .sec_ttl .ttl_maker {
  font-size: 8rem;
}
@media screen and (max-width: 769px) {
  #feature .sec_ttl {
    line-height: 1;
  }
  #feature .sec_ttl .ttl_maker {
    font-size: 4rem;
  }
}

.ft_box {
  margin-top: 60px;
  counter-increment: number 1;
}
.ft_box h4 {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.ft_box h4 .unit {
  margin-right: 40px;
  padding-bottom: 10px;
  padding-right: 20px;
  position: relative;
  font-weight: normal;
  font-family: var(--font);
  font-size: 2.3rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.7);
  text-transform: capitalize;
}
.ft_box h4 .unit::after {
  content: "0" counter(number) ".";
  font-size: 4.8rem;
  color: #000;
  margin-left: 12px;
}
.ft_box h4 .unit::before {
  content: "";
  position: absolute;
  left: -66px;
  right: 0;
  top: 20px;
  bottom: 0;
  box-shadow: 1px 1px 0 1px #000, 2px 2px 0 2px #e0e9e9, 4px 4px 0 1px #000;
}
.ft_box .photo {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .ft_box:nth-of-type(odd) .img_box {
    order: 1;
    position: relative;
    z-index: 2;
  }
  .ft_box:nth-of-type(odd) .txt_box {
    order: 2;
  }
  .ft_box.ft03 h4 {
    justify-content: center;
  }
  .ft_box.ft03 .ft03_box {
    display: flex;
    justify-content: space-between;
  }
  .ft_box.ft03 .ft03_box .txt_box {
    flex: 1 0 35%;
    height: auto;
    padding: 0 50px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ft_box.ft03 .ft03_box .txt_box img {
    width: 100%;
  }
  .ft_box.ft03 .ft03_box .img_box {
    flex: 1 0 65%;
  }
  .ft_box.ft03 .ft03_box .img_box img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 769px) {
  .ft_box {
    margin-top: 42px;
  }
  .ft_box h4 {
    margin-bottom: 15px;
  }
  .ft_box h4 .unit {
    margin-right: 20px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 30px;
    font-size: 1.2rem;
  }
  .ft_box h4 .unit::after {
    font-size: 2.8rem;
    margin-left: 12px;
  }
  .ft_box h4 .unit::before {
    left: -66px;
    top: 20px;
  }
  .ft_box .txt_box {
    width: 92%;
    margin: 10px auto 0;
  }
  .ft_box.ft03 .img_box {
    margin-top: 12px;
  }
}

.ft_other {
  margin-top: 40px;
  text-align: center;
}
.ft_other .box_inr {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .ft_other .box_inr {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .ft_other .box_inr .other_box {
    flex: 0 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .ft_other .box_inr .other_box .txt_box {
    margin-top: 10px;
    padding: 0;
  }
  .ft_other .box_inr .other_box:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
.ft_other .box_inr img {
  width: 100%;
  height: auto;
}
.ft_other h4 {
  position: relative;
  text-align: center;
  padding: 0.3em 10px;
  margin: 20px 0 10px;
  background: #e3c9c9;
  border-radius: 3px;
  width: 100%;
}

@media screen and (max-width: 769px) {
  .ft_other {
    margin-top: 40px;
  }
  .ft_other h4 {
    padding: 0 5px;
    margin: 10px 0 5px;
  }
  .ft_other .other_box + .other_box {
    margin-top: 30px;
  }
}

#setplan {
  text-align: center;
}
#setplan img {
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  #setplan img {
    margin-top: 15px;
  }
}

#sp_movie .video {
  width: 830px;
  height: 466px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
#sp_movie .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 769px) {
  #sp_movie .video {
    width: 100%;
    height: auto;
    padding-top: 56.2%;
  }
}

.place_box {
  column-gap: 10px;
  row-gap: 15px;
}
.place_item {
  position: relative;
  z-index: 5;
}
.place_item img {
  position: relative;
  z-index: 5;
}
.place_ttl {
  position: relative;
  z-index: 10;
  height: 2em;
  display: flex;
  column-gap: 10px;
  padding: 0 15px;
  overflow: visible;
}
.place_name {
  overflow: visible;
  height: fit-content;
  padding: 8px 15px;
  color: #fff;
  background-color: var(--accent-color);
  position: relative;
  transform: translateY(-5px);
}

.place_name::before,.place_name::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  top: 99%;
  width: 50%;
  height: 6px;
  background-color: var(--accent-color);
}

.place_name::before {
  right: auto;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.place_name::after {
  left: auto;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}


.flow_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 45px;
  counter-reset: step;
}
.flow_item {
  width: 33.33%;
  padding: 0 20px;
  counter-increment: step;
  position: relative;
  height: auto;
}
.flow_item .flow_inr {
  height: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 8px 8px 0 3px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}
.flow_item::before {
  font-size: 0.8em;
  font-family: var(--font);
  text-transform: uppercase;
  content: "Step 0" counter(step);
  position: absolute;
  top: 20px;
  transform: translateX(-10px);
  color: #fff;
  background-color: #000;
  padding: 5px 12px;
}
.flow_item .flow_icn {
  width: 90px;
  margin: 0 auto 15px;
  border: 1px solid #333;
  border-radius: 50%;
  padding: 18px;
}
.flow_item .flow_icn img {
  width: 100%;
}
.flow_item .ttl {
  text-align: center;
  font-size: 1.3em;
  padding: auto;
  background-color: #eee;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .flow_box {
    row-gap: 15px;
  }
  .flow_item {
    width: 100%;
    padding: 0 10px;
  }
  .flow_item .flow_inr {
    padding: 20px 10px;
    box-shadow: 4px 4px 0 3px rgba(0, 0, 0, 0.07);
  }

}

#shop h4 {
  font-weight: bold;
}
#shop dl {
  margin-top: 20px;
  display: flex;
}
#shop dl dt {
  flex: 0 0 90px;
  text-align: center;
  position: relative;
}
#shop dl dt::before, #shop dl dt::after {
  position: absolute;
}
#shop dl dt::before {
  content: "[";
  left: 0;
}
#shop dl dt::after {
  content: "]";
  right: 0;
}
#shop dl dd {
  flex: 0 1 100%;
  margin-left: 20px;
}
#shop dl + dl {
  margin-top: 5px;
}
#shop .btn {
  margin-top: 40px;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  line-height: 1;
  background-color: #000;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  #shop .btn:hover {
    background-color: #fff;
    color: #000;
  }
}
@media screen and (max-width: 769px) {
  #shop dl {
    margin-top: 15px;
  }
  #shop dl dt {
    flex: 0 0 75px;
  }
  #shop dl dd {
    margin-left: 15px;
  }
  #shop dl + dl {
    margin-top: 5px;
  }
  #shop .btn {
    margin-top: 20px;
  }
  #shop .img_box {
    margin-top: 40px;
  }
}

footer {
  background-color: #1c3b5e;
  color: #fff;
  padding: 45px 0;
  position: relative;
}
footer .page_top {
  position: absolute;
  top: 0;
  right: 40px;
  line-height: 1;
  color: #000;
  padding: 8px 14px;
  padding-left: 40px;
  transform: translateY(-50%);
  font-family: var(--font);
  z-index: 80;
}
footer .page_top::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #000 #000 transparent transparent;
  transform: rotate(-45deg) translateY(25%);
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
  margin: auto;
}
footer .page_top.fixed {
  position: fixed;
  bottom: 20px;
  top: auto;
}
@media screen and (max-width: 769px) {
  footer .page_top {
    right: 15px;
  }
  footer .page_top.fixed {
    bottom: 12px;
  }
}
footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer small {
  font-size: 1rem;
}


.setplan{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-inline-start: 0px;
}

.setplan li{
    width: calc(50% - 20px);
    list-style: none;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 769px) {
  .setplan{
      display:block;
  }
  .setplan li{
      width:100%;
      margin: 0 0 30px;
      padding: 0;
  }
}

.setplan p a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  line-height: 1;
    background-color: #000;
    box-shadow: none;
    transition: color 0.3s ease;
    border: 2px solid #000;
}
@media screen and (min-width: 769px) {
  .setplan p a:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
  }
}

.setplan img{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

/*------------------------------------------------------------
	Q&A
------------------------------------------------------------*/
.qa_wrap {
  margin-top: 38px;
}
.qa_box {
  margin-top: 20px;
}
.qa_list {
  padding: 25px 0;
}
.qa_list + .qa_list {
  border-top: 1px solid rgba(16, 23, 41, 0.2);
}

.qa_list .q_ttl, .qa_list .a_txt {
  padding-left: 30px;
  position: relative;
}
.qa_list .q_ttl::before, .qa_list .a_txt::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Cormorant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", sans-serif;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
}
.qa_list .q_ttl {
  padding-right: 20px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  cursor: pointer;
}
.qa_list .q_ttl::before {
  content: "Q";
}
.qa_list .q_ttl::after {
  font-family: "Cormorant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", sans-serif;
  letter-spacing: 0.2em;
  content: "+";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 10px;
  text-align: center;
  font-size: 3.2rem;
  line-height: 0;
  transform-origin: 50% 50%;
  transition: transform 0.3s ease;
}
.qa_list .q_ttl.open::after {
  transform: rotate(-45deg);
}
.qa_list .a_txt {
  margin-top: 10px;
  display: none;
}
.qa_list .a_txt::before {
  content: "A";
}
.qa_list .a_txt_inr {
  padding: 12px 20px;
  background-color: rgba(0, 0, 0, 0.03);
}
.qa_list .a_txt_inr table {
  margin: 10px 0;
  width: auto;
}
@media screen and (max-width: 769px) {
  .qa_list .q_ttl {
    font-size: 1.5rem;
  }
}

[class*="l-grid"] {
  display: grid;
  column-gap: 30px;
  row-gap: 10px;
}
.l-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.l-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.l-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 769px) {
  [class*="l-grid"] {
    column-gap: 15px;
  }
  .l-grid--2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .l-grid--3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .l-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
