@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
  line-height: 1.8em;
  font-style: inherit;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.8em;
  -webkit-text-size-adjust: 100%;
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 400;
  color: #231815;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}

/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a,
a:hover,
a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.clr {
  zoom: 1;
  display: inline-table;
}
.clr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

* html .clr {
  height: 1%;
  display: inline-table;
  display: block;
  height: 1%;
}
.clr {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/* -----------------------------------------------
 * base.css
----------------------------------------------- */

main {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

@media only screen and (max-width: 991px) {
  .box {
    margin-bottom: 50px;
  }
  .sbox {
    margin-bottom: 25px;
  }
  .sp_box {
    margin-bottom: 50px;
  }
  .br_pc {
    display: none;
  }
  .sec {
    padding: 50px 0;
  }
}

@media print, screen and (min-width: 992px) {
  .box {
    margin-bottom: 60px;
  }
  .sbox {
    margin-bottom: 30px;
  }
  .br_sp {
    display: none;
  }
  .sec {
    padding: 120px 0;
  }
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  height: 60px;
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.nav li a {
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  #header {
    padding: 0 20px;
  }
  #header_logo {
    width: 74%;
    max-width: 240px;
  }
  #header_logo img {
    display: block;
  }
  #menu_btn {
    top: 0;
    right: 20px;
    transition: 0.3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 40px;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    height: 100%;
    transition: all 0.5s;
  }
  .menu-trigger {
    display: inline-block;
    width: 40px;
    height: 15px;
    vertical-align: middle;
    text-align: center;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: all 0.5s;
  }
  #header.header_fixed .menu-trigger span {
    background-color: #000;
  }
  #menu_btn.active .menu-trigger span {
    background-color: #000;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(3) {
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
    width: 80%;
    top: 10px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
    width: 80%;
    bottom: -10px;
  }
  nav#gNav {
    width: 300px;
    height: 100%;
    overflow: auto;
    padding: 90px 0 40px;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    right: -300px;
    transition: all 0.3s;
  }
  nav#gNav li {
  }
  nav#gNav li a {
    position: relative;
    padding: 15px 20px;
    display: block;
    font-size: 22px;
    color: #000;
    text-align: center;
  }
  #gNav ul li a {
    position: relative;
    font-weight: 700;
  }
}
@media only screen and (max-width: 320px) {
}
@media print, screen and (min-width: 992px) {
  #header {
    padding: 0 40px;
  }
  .nav li {
    margin-right: 30px;
    display: flex;
    align-items: center;
  }
  .nav li:last-child {
    margin-right: 0;
  }
}

/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
main {
  overflow: hidden;
}
.sec_tit {
  text-align: center;
  line-height: 1.4em;
}
.sec_tit .sec_tit_en {
  line-height: 1em;
  display: block;
}
.sec_tit .sec_tit_color {
  color: #c11732;
}
.sec_tit .sec_tit_jp {
  display: block;
  line-height: 1.4em;
}
#fixed_btn {
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 100px;
}
#fixed_btn a {
  border-radius: 5px 0 0 5px;
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
#fixed_btn a:last-child {
  margin-bottom: 0;
}
#pageTop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 90;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .sec_tit {
    margin-bottom: 20px;
  }
  .sec_tit .sec_tit_en {
    font-size: 32px;
  }
  .sec_tit .sec_tit_jp {
    font-size: 16px;
  }
  #fixed_btn {
    width: 60px;
  }
  #fixed_btn a {
    margin-bottom: 5px;
  }
  #pageTop {
    width: 60px;
  }
}

@media print, screen and (min-width: 992px) {
  .sec_tit {
    margin-bottom: 50px;
  }
  .sec_tit .sec_tit_en {
    font-size: 60px;
  }
  .sec_tit .sec_tit_jp {
    font-size: 20px;
  }
  #fixed_btn a {
    margin-bottom: 10px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#mv img {
  width: 100%;
}

/* ---------------------------------------------------------------------------------------------

　   CAMPAIGN

--------------------------------------------------------------------------------------------- */
#campaign h2 {
  text-align: center;
}
.joyfit_logo img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  #campaign h2 {
    margin-bottom: 25px;
  }
  #campaign h2 img {
    max-width: 250px;
  }
  .joyfit_logo {
    margin-bottom: 30px;
  }
  .joyfit_logo img {
    max-width: 80%;
  }
}
@media print, screen and (min-width: 992px) {
  #campaign {
    padding-top: 60px;
  }
  #campaign h2 {
    margin-bottom: 50px;
  }
  .joyfit_logo {
    margin-bottom: 40px;
  }
  .joyfit_logo img {
    max-width: 450px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   MERIT

--------------------------------------------------------------------------------------------- */
#merit_intro {
  background: #f7fafa;
  position: relative;
}
#merit_intro:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
}
#merit_intro .container {
  position: relative;
  z-index: 10;
}
.merit_intro_ph {
  position: relative;
  z-index: 9;
}
.merit_img {
  text-align: center;
  position: relative;
  z-index: 10;
}
#merit_intro h2 {
  text-align: center;
  margin: 30px auto;
}
.merit_intro_txt {
  text-align: center;
  font-weight: 700;
}

.bg_photo_wrapper {
  overflow: hidden;
  position: relative;
  background-color: #ccc;
}
#merit01 .bg_photo_wrapper:after,
#merit03 .bg_photo_wrapper:after {
  content: "";
  left: -2%;
  bottom: 10%;
  height: 2%;
  background: #1aa2a8;
  position: absolute;
  z-index: 2;
  width: 104%;
}
#merit02 .bg_photo_wrapper:after {
  content: "";
  left: -2%;
  bottom: 10%;
  height: 2%;
  background: #1aa2a8;
  position: absolute;
  z-index: 2;
  width: 104%;
}
#merit01 .bg_photo_wrapper {
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
}
#merit02 .bg_photo_wrapper {
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
}
#merit03 .bg_photo_wrapper {
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
}

.bg_photo {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#merit01 .bg_photo {
  background-image: url(../img/merit01_main.jpg);
}
#merit02 .bg_photo {
  background-image: url(../img/merit02_main.jpg);
}
#merit03 .bg_photo {
  background-image: url(../img/merit03_main.jpg);
}
.merit_txt h3 {
  font-weight: bold;
  line-height: 1.3em;
}
.merit_txt h3 .marker {
  line-height: 1.3em;
  background: linear-gradient(transparent 80%, #d75b3b 80%);
}
.merit_txt .table th {
  white-space: nowrap;
  border-bottom: 1px solid #fff;
}
.merit_txt .table tr:last-of-type th {
  border-bottom: 1px solid #000;
}
.merit_photo img {
  position: relative;
  display: block;
  width: 100%;
}
.merit_photo .merit_img01 {
}
.merit_photo .merit_img02 {
  max-width: 70%;
}
.btn {
  background: #d75b3b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
}
.plan_wrapper {
  max-width: 1366px;
  margin: 0 auto;
}
.plan_box {
  position: relative;
}
.plan_box01 {
  background: #cdeef6;
}
.plan_box02 {
  background: #fcfacb;
}
.cutout_ph {
  position: absolute;
  z-index: 10;
}
.plan_price {
  background: url(../img/bg_gra.jpg) no-repeat center / cover;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
}
.plan_price_box {
  position: relative;
}
.plan_price_img {
  text-align: center;
}
.plan_price_box h4 {
  text-align: center;
  font-weight: 700;
  line-height: 1.4em;
}
.plan_price_box p {
  text-align: center;
}
.plan_price_box p span {
  display: block;
  margin-top: 1.5em;
}

@media only screen and (max-width: 991px) {
  #merit_intro {
    padding-bottom: 40px;
  }
  .merit_intro_ph {
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    height: 50vw;
    width: 90%;
    margin-left: 10%;
    background: url(../img/intro_main_photo_sp.jpg) no-repeat center / cover;
  }
  #merit_intro:before {
    height: 20vw;
  }
  .merit_img {
    width: 90%;
    margin: -10vw auto 0;
  }
  .bg_photo {
    height: 70vw;
  }
  #merit01 .bg_photo_wrapper:after,
  #merit03 .bg_photo_wrapper:after {
    transform: rotate(-8deg);
  }
  #merit02 .bg_photo_wrapper:after {
    transform: rotate(8deg);
  }
  .merit_intro_txt {
    font-size: 18px;
  }
  .merit_content {
    padding: 40px 0 20px;
  }
  #merit02 .merit_content {
    padding: 20px 0 40px;
  }
  #merit03 .merit_content {
    padding: 20px 0 40px;
  }
  .merit_txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .merit_txt h3 {
    font-size: 36px;
    margin: 20px 0 20px;
  }
  .btn {
    height: 60px;
    font-size: 18px;
    margin-top: 20px;
  }
  .merit_photo .merit_img02 {
    margin-top: -40px;
    margin-left: -20px;
  }
  .merit_num img {
    width: auto;
    height: 40px;
  }
  .plan_wrapper {
    max-width: 480px;
  }
  .cutout_man_ph {
    width: 18%;
    right: -3.5vw;
    bottom: 0;
  }
  .cutout_woman_ph {
    width: 36%;
    right: -7vw;
    bottom: -7vw;
  }
  .plan_price {
    padding: 30px 20px;
    display: none;
  }
  .plan_price_box {
    padding: 0 20px 50px;
  }
  .plan_price_box h4 {
    font-size: 20px;
    margin-bottom: 1em;
  }
  .plan_price_box p span {
    font-size: 12px;
  }
  .plan_wrapper {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  #merit_intro {
    padding-bottom: 70px;
  }
  .merit_intro_ph {
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
    height: 30vw;
    width: 78%;
    margin-left: 22%;
    background: url(../img/intro_main_photo.jpg) no-repeat center / cover;
  }
  #merit_intro:before {
    height: 15vw;
  }
  .merit_intro_txt {
    font-size: 22px;
  }
  .merit_img {
    margin-top: -5vw;
  }
  .merit_img img {
    width: 60%;
  }
  .merit_content {
    padding: 70px 0 20px;
  }
  #merit02 .merit_content {
    padding: 70px 0;
  }
  #merit03 .merit_content {
    padding: 70px 0;
  }
  .bg_photo {
    height: 40vw;
  }

  #merit01 .bg_photo_wrapper:after,
  #merit03 .bg_photo_wrapper:after {
    transform: rotate(-4.6deg);
  }
  #merit02 .bg_photo_wrapper:after {
    transform: rotate(4.6deg);
  }
  .merit_txt {
    width: 44%;
    font-size: 18px;
  }
  .merit_photo {
    width: 50%;
  }
  .merit_txt h3 {
    font-size: 46px;
    margin: 20px 0 20px;
  }
  .btn {
    height: 70px;
    max-width: 390px;
    font-size: 22px;
    margin-top: 30px;
  }
  .merit_photo .merit_img02 {
    margin-top: -40px;
    margin-left: -80px;
  }
  .plan_wrapper {
    margin-top: 40px;
  }
  .plan_box {
    flex: 1;
    padding-bottom: 320px;
  }
  .plan_price {
    padding: 45px 0;
    max-width: 90%;
    margin: -300px auto 0;
    display: flex;
  }
  .plan_price_box {
    flex: 1;
    padding: 0 2vw;
    font-size: 1.5vw;
  }
  .plan_price_box:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #707070;
    position: absolute;
    top: 0;
    right: -0.5px;
  }
  .plan_price_box:last-child:after {
    content: none;
  }
  .plan_price_box h4 {
    font-size: 2.6vw;
    margin: 15px 0 20px;
  }
  .plan_price_box p span {
    font-size: 1.2vw;
  }
  .cutout_man_ph {
    width: 7vw;
    left: 3vw;
    top: 9vw;
  }
  .cutout_woman_ph {
    width: 14vw;
    right: 1vw;
    top: 19vw;
  }
  .plan_price_box_sp {
    display: none;
  }
}

@media print, screen and (min-width: 1200px) {
  .plan_price_box {
    font-size: 18px;
    padding: 0 50px;
  }
  .plan_price_box h4 {
    font-size: 34px;
    margin: 15px 0 20px;
  }
  .plan_price_box p span {
    font-size: 14px;
  }
  .cutout_man_ph {
    width: 100px;
    left: 20px;
    top: 140px;
  }
  .cutout_woman_ph {
    width: 200px;
    right: -20px;
    top: 250px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   ゆるかつ

--------------------------------------------------------------------------------------------- */
#yurukatsu {
  background: #5ac6e2;
}
#yurukatsu h2 {
  text-align: center;
  margin-bottom: 25px;
}

#yurukatsu .splide__arrow > svg {
  display: none;
}

/* 前へ / 次へボタン */
#yurukatsu .splide__arrow--prev,
#yurukatsu .splide__arrow--next {
  display: grid;
  place-content: center;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: none;
  border-radius: 0;
}
#yurukatsu .splide__arrow--prev {
  background: url(../img/prev.png) no-repeat center / 100%;
}
#yurukatsu .splide__arrow--next {
  background: url(../img/next.png) no-repeat center / 100%;
}
#yurukatsu .splide__arrow--prev,
#yurukatsu .splide__arrow--next {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
}
#yurukatsu .splide__pagination__page {
  margin: 3px 8px;
}

#yurukatsu .splide__slide img {
  border-radius: 20px;
}

.yurukatsu_lead_txt {
  text-align: center;
  margin-top: 100px;
}

@media only screen and (max-width: 991px) {
  #yurukatsu {
    padding: 26vw 0 100px;
    margin-top: -22vw;
  }
  #yurukatsu .splide__arrow--prev,
  #yurukatsu .splide__arrow--next {
    width: 15px;
    height: 43px;
    transform: translateY(0);
    bottom: -60px;
    top: auto;
  }
  #yurukatsu .splide__arrow--prev {
    left: 0;
  }
  #yurukatsu .splide__arrow--next {
    right: 0;
  }
  #yurukatsu .splide__pagination {
    bottom: -50px;
  }
}
@media print, screen and (min-width: 992px) {
  #yurukatsu {
    padding: 13vw 0 120px;
    margin-top: -9vw;
  }
  .yurukatsu_slider {
    max-width: 790px;
    margin: 0 auto;
  }
  #yurukatsu .splide__arrow--prev,
  #yurukatsu .splide__arrow--next {
    width: 39px;
    height: 111px;
  }
  #yurukatsu .splide__arrow--prev {
    left: -100px;
  }

  #yurukatsu .splide__arrow--next {
    right: -100px;
  }
  #yurukatsu .splide__pagination {
    bottom: -40px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   POINT

--------------------------------------------------------------------------------------------- */
#point {
  background: url(../img/bg01.jpg) no-repeat top left / 100%;
}
.point_img_full figcaption,
#point li figcaption {
  text-align: center;
  margin-top: 0.5em;
}
#point .caption {
  text-align: right;
}
.refa {
  border: 1px solid #c11732;
}
.refa_text .refa_tit {
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.point_lead_text {
  text-align: center;
  letter-spacing: 0.1em;
}
.point_lead_text_top {
  font-weight: bold;
  text-align: center;
}
.facility_target_stores {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  justify-content: center;
}
.facility_target_stores span {
  padding: 2px 10px;
  border-radius: 3px;
  background-color: #C11732;
  color: #fff;
  min-width: 70px;
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  #point li {
    width: 48%;
    margin-right: 4%;
    margin-top: 30px;
  }
  #point li:nth-child(-n + 2) {
    margin-top: 0;
  }
  #point li:nth-child(2n) {
    margin-right: 0;
  }
  .point_img_full {
    margin-bottom: 30px;
  }
  #point .caption {
    margin-top: 30px;
    font-size: 11px;
  }
  .refa {
    padding: 20px;
    margin: 30px 0 20px;
  }
  .refa_img {
    margin-bottom: 15px;
  }
  .refa_text {
  }
  .refa_text .refa_tit {
    font-size: 20px;
    text-align: center;
  }
  .point_lead_text {
    font-size: 18px;
  }
  .point_lead_text_top {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  #point li {
    width: 31%;
    margin-right: 3.5%;
    margin-top: 30px;
  }
  #point li:nth-child(-n + 3) {
    margin-top: 0;
  }
  #point li:nth-child(3n) {
    margin-right: 0;
  }
  .point_img_full {
    margin-bottom: 30px;
  }
  .point_img_full figcaption,
  #point li figcaption {
    font-size: 18px;
  }
  #point .caption {
    margin-top: 70px;
    font-size: 13px;
  }
  .refa {
    padding: 40px;
    margin: 60px 0 30px;
  }
  .refa_img {
    width: 22%;
  }
  .refa_text {
    width: 74%;
  }
  .refa_text .refa_tit {
    font-size: 28px;
  }
  .point_lead_text {
    font-size: 24px;
    margin-top: 100px;
  }
  .point_lead_text_top {
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 100px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   Instagram

--------------------------------------------------------------------------------------------- */
#instagram {
  text-align: center;
}
#instagram .instagram_btn {
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
  color: #C13584;
  font-weight: bold;
  padding: 0 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#instagram .instagram_btn:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/insta_arrow.png) no-repeat center / contain;
}
#instagram .instagram_btn span {
  line-height: 1.3;
  text-align: left;
}
.instagram_btn_list .instagram_btn:nth-child(-n+2) {
  margin-top: 0;
}
.instagram_item:last-child {
  margin-bottom: 0;
}
.instagram_title {
  position: relative;
}
@media only screen and (max-width: 991px) {
  #instagram {
    background: url(../img/instagram_bg_sp.jpg) no-repeat center / cover;
  }
  #instagram .instagram_btn {
    height: 60px;
    font-size: 17px;
  }
  #instagram .instagram_btn_list .instagram_btn {
    height: 70px;
    width: 48%;
    margin-top: 4%;
    padding: 0 10px;
  }
  #instagram .instagram_btn:after {
    right: 10px;
    width: 15px;
    height: 15px;
  }
  .instagram_btn small {
    font-size: 13px;
    display: block;
  }
}
@media print, screen and (min-width: 992px) {
  #instagram {
    background: url(../img/instagram_bg.jpg) no-repeat center / cover;
  }
  #instagram h3 {
    margin-bottom: 40px;
  }
  #instagram .instagram_btn {
    height: 80px;
    font-size: 22px;
    width: 400px;
  }
  .instagram_btn small {
    font-size: 20px;
    display: inline-block;
  }
  .instagram_item {
    margin-bottom: 60px;
  }
  .instagram_btn_list .instagram_btn {
    margin-right: 15px;
    margin-top: 15px;
  }
  .instagram_btn_list .instagram_btn:nth-child(2n) {
    margin-right: 0;
  }
  .instagram_title::before,
  .instagram_title::after {
    content: "";
    position: absolute;
  }
  .instagram_title::before {
    width: 170px;
    height: 220px;
    left: -20px;
    top: -40px;
    background: url(../img/insta_ph01.png) no-repeat center / contain;
  }
  .instagram_title::after {
    width: 160px;
    height: 219px;
    right: -20px;
    top: -40px;
    background: url(../img/insta_ph02.png) no-repeat center / contain;
  }
}

/* ---------------------------------------------------------------------------------------------

　   MERIT

--------------------------------------------------------------------------------------------- */
#app_merit {
  position: relative;
}
#app_merit:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fafafa;
  width: 100%;
  z-index: 1;
}
#app_merit .container {
  position: relative;
  z-index: 2;
}
:root {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
  --color-gray: #aaaaaa;
  --color-theme: #c11732;
}
/* slider */
#app_merit .splide {
  z-index: 0;
}

/* 前へ / 次へボタン */
#app_merit .splide__arrow > svg {
  display: none;
}

#app_merit .splide__arrow--prev {
  background: url(../img/prev.png) no-repeat center / 100%;
}
#app_merit .splide__arrow--next {
  background: url(../img/next.png) no-repeat center / 100%;
}
#app_merit .splide__arrow--prev,
#app_merit .splide__arrow--next {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0;
}

#app_merit .splide__pagination {
  font-size: 0;
  bottom: auto;
}

#app_merit .splide__pagination__page:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}

#app_merit .splide__slide:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}

#app_merit .splide-wrapper {
  position: relative;
}

#app_merit .splide__arrow > svg {
  display: none;
}

.flow01 {
  /* コンテナ */
  overflow: hidden;
}

.flow01 .splide-main .splide__track-main {
  overflow: visible;
}

.flow01 .splide-main {
  max-width: 840px;
  margin: auto;
}
.flow01 .splide__pagination-main {
  max-width: 600px;
  margin: auto;
}

.flow01 .splide__pagination-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*padding-bottom: 300px;*/
}

.flow01 .splide__pagination-main > li {
  flex: 1;
  text-align: center;
  position: relative;
}

.flow01 .splide__pagination-main .splide__pagination__page {
  font-weight: bold;
  line-height: 1;
  position: relative;
  padding-bottom: 50px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--color-gray);
  background: none;
  width: 100%;
  height: 0;
  opacity: 1;
}

.flow01 .splide__pagination-main .splide__pagination__page::before,
.flow01 .splide__pagination-main > li::after {
  position: absolute;
  content: "";
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--color-theme);
}

.flow01 .splide__pagination-main .splide__pagination__page::before {
  z-index: 1;
  right: 0;
  bottom: -14px;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 100px;
}

.flow01 .splide__pagination-main > li::after {
  right: 50%;
  bottom: -4px;
  width: 100%;
  height: 1px;
  z-index: -1;
}

.flow01 .splide__pagination-main > li:first-child::after {
  display: none;
}

.flow01 .splide__pagination-main .splide__pagination__page.is-active {
  color: var(--color-theme);
  transform: scale(1);
}

.flow01 .splide__pagination-main .splide__pagination__page.is-active::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--color-theme);
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}

.flow01 .splide__pagination-main > li.is-active ~ *::before,
.flow01 .splide__pagination-main > li.is-active ~ *::after {
  background-color: var(--color-gray);
}

.flow01 .splide__slide {
  height: auto;
}

.flow01 .mainslide {
  width: 100%;
  height: 100%;
}
.merit_slide_tit {
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.3em;
}
.merit_slide_tit .marker {
  line-height: 1.3em;
  background: linear-gradient(transparent 80%, #d75b3b 80%);
}

@media only screen and (max-width: 991px) {
  .flow01 .mainslide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #fafafa;
    padding: 10px 20px 0;
  }
  #app_merit .splide__arrow--prev,
  #app_merit .splide__arrow--next {
    width: 28px;
    height: auto;
    transform: translateY(0);
    bottom: 0;
    top: 0;
  }
  #app_merit .splide__arrow--prev {
    left: 0;
  }
  #app_merit .splide__arrow--next {
    right: 0;
  }
  .merit_slide_tit {
    font-size: 24px;
  }
  .flow01 .mainslide .merit_slide_txt_area {
    height: 94vw;
    width: 100%;
  }
  .flow01 .splide-main .splide__track-main {
    margin-top: 100px;
  }
  #app_merit .splide__pagination {
    top: -100px;
  }
  .flow01 .splide__pagination-main .splide__pagination__page {
    font-size: 18px;
  }
  .flow01 .splide__pagination-main .splide__pagination__page .step {
    font-size: 12px;
  }
  .merit_slide_num img {
    width: auto;
    height: 70px;
  }
}

@media print, screen and (min-width: 992px) {
  #app_merit:after {
    height: 420px;
  }
  .flow01 .mainslide {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .flow01 .mainslide .merit_slide_img_area {
    width: 35%;
  }
  .flow01 .mainslide .merit_slide_txt_area {
    width: 61%;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px;
  }
  .merit_slide_tit {
    font-size: 40px;
  }

  #app_merit .splide__arrow--prev,
  #app_merit .splide__arrow--next {
    width: 39px;
    height: 111px;
  }
  #app_merit .splide__arrow--prev {
    left: -80px;
  }

  #app_merit .splide__arrow--next {
    right: -80px;
  }

  .flow01 .splide-main .splide__track-main {
    margin-top: 150px;
  }

  #app_merit .splide__pagination {
    top: -150px;
  }
  .flow01 .splide__pagination-main .splide__pagination__page {
    font-size: 26px;
  }
  .flow01 .splide__pagination-main .splide__pagination__page .step {
    font-size: 15px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   ENJOY POINT

--------------------------------------------------------------------------------------------- */
.enjoy_point_content {
  background: #e1004f;
}
.enjoy_point_title {
  color: #fff;
}
.enjoy_point_title p {
  font-weight: 700;
}
.enjoy_point_use {
  background: #fff;
  border-radius: 10px;
}
.enjoy_point_slider .splide__slide {
  margin-right: 0 !important;
}
.enjoy_point_use_text h4 {
  color: #cf004f;
}
.enjoy_point_img {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .enjoy_point_content {
    margin: 40px 0;
    padding: 55px 35px 35px;
  }
  .enjoy_point_title {
    margin-bottom: 35px;
  }
  .enjoy_point_title h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .enjoy_point_title h3 img {
    max-width: 80%;
  }
  .enjoy_point_use {
    margin: 20px 0;
    padding: 15px;
  }
  .enjoy_point_use_text h4 {
    font-size: 20px;
    text-align: center;
  }
  .enjoy_point_use_img {
    text-align: center;
  }
}
@media print, screen and (min-width: 992px) {
  .enjoy_point_content {
    margin: 80px 0;
    padding: 75px 30px 35px;
  }
  .enjoy_point_title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 40px;
  }
  .enjoy_point_title h3,
  .enjoy_point_title p {
    width: 44%;
    margin-right: -24px;
  }
  .enjoy_point_title p {
    font-size: 18px;
    padding-left: 30px;
  }
  .enjoy_point_use {
    margin: 45px 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 25px;
  }
  .enjoy_point_use .enjoy_point_use_img {
    width: 36%;
    text-align: right;
  }
  .enjoy_point_use .enjoy_point_use_text {
    width: 58%;
  }
  .enjoy_point_use .enjoy_point_use_img img {
    margin-top: -50px;
  }
  .enjoy_point_use_text h4 {
    font-size: 24px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   ENJOY TIMEPASS（tenjinbashi6 同様：.container で左右余白）

--------------------------------------------------------------------------------------------- */
#enjoy_timepass {
  background: #fff;
}
#enjoy_timepass img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 991px) {
  #enjoy_timepass {
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 992px) {
  #enjoy_timepass {
    margin-bottom: 40px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   DOWNLOAD

--------------------------------------------------------------------------------------------- */
#download {
  background: var(--color-theme);
  color: #fff;
}
.kakko_title {
  text-align: center;
}
.kakko_title_inner {
  display: inline-block;
  position: relative;
}
.kakko_title_inner:before,
.kakko_title_inner:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 78px;
}

.kakko_title_inner:before {
  background: url(../img/kakkoL.png) no-repeat center / 100%;
  left: 0;
}
.kakko_title_inner:after {
  background: url(../img/kakkoR.png) no-repeat center / 100%;
  right: 0;
}
.kakko_title span {
  display: block;
}
.kakko_title_en {
  line-height: 1.3;
}
.download_lead_text {
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  #download {
    padding: 40px 0;
  }
  .kakko_title {
    margin-bottom: 30px;
  }
  .kakko_title_en {
    font-size: 30px;
  }
  .kakko_title_jp {
    font-size: 14px;
  }
  .kakko_title_inner {
    padding: 0 30px;
  }
  .download_lead_text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .app_links {
    max-width: 216px;
    margin: 0 auto;
  }
  .app_links li {
    margin-bottom: 15px;
  }
  .app_links li:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 992px) {
  #download {
    padding: 60px 0;
  }
  .kakko_title {
    margin-bottom: 40px;
  }
  .kakko_title_en {
    font-size: 40px;
  }
  .kakko_title_jp {
    font-size: 15px;
  }
  .kakko_title_inner {
    padding: 0 50px;
  }
  .download_lead_text {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .app_links li {
    margin-right: 20px;
  }
  .app_links li:last-child {
    margin-right: 0;
  }
}

/* ---------------------------------------------------------------------------------------------

　   SERVICE

--------------------------------------------------------------------------------------------- */
#service {
  background: url(../img/bg02.jpg) no-repeat right top / auto 100%;
}
.service_wrap {
  max-width: 850px;
  margin: 0 auto;
}
.service_box:last-child {
  margin-bottom: 0;
}
.service_text h3 {
  color: var(--color-theme);
  line-height: 1.4em;
  margin-bottom: 0.6em;
}
.service_text h3 span {
  display: block;
  line-height: 1.4em;
}
.service_text p {
  line-height: 1.4em;
}
@media only screen and (max-width: 991px) {
  #service {
    background-size: 100% 100%;
  }
  .service_box {
    border: 2px solid var(--color-theme);
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
  }
  .service_ico {
    text-align: center;
    margin-bottom: 20px;
  }
  .service_ico img {
    max-width: 100px;
  }
  .service_text h3 {
    text-align: center;
    font-size: 20px;
  }
  .service_text h3 span {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 992px) {
  .service_box {
    margin-bottom: 50px;
  }
  .service_ico {
    width: 200px;
    margin-right: 30px;
  }
  .service_text {
    width: calc(100% - 230px);
  }
  .service_text h3 {
    font-size: 24px;
  }
  .service_text h3 span {
    font-size: 18px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   HOW TO JOIN

--------------------------------------------------------------------------------------------- */

#howto .scroll__inner {
  background-color: #ffffff;
  padding: 0 0 20px 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
#howto .scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
#howto .simplebar-scrollbar::before {
  background: #d75b3b;
  border-radius: 0;
  height: 14px !important;
  /*margin-left: 2px;
  margin-top: 3px;*/
}
#howto .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
#howto .simplebar-track {
  background: #e2e2e2;
  /*height: 15px !important;*/
}

#howto .simplebar-track.simplebar-horizontal {
  height: 10px;
}
#howto .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 10px;
}
#howto .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  left: 0;
  right: 0;
}

.step_wrap {
  margin-top: 30px;
}
.step_box {
  flex: 1;
  margin-right: 60px;
}
.step_box:last-child {
  margin-right: 0;
}
.step_box .step_tit {
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.step_box .download_app_link li {
  text-align: center;
  margin-bottom: 15px;
}
.step_box .download_app_link li:last-child {
  margin-bottom: 0;
}
.step_box .download_app_link li a {
  display: inline-block;
}
.step_box figure {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .step_wrap {
    width: 1200px;
  }
  .step_box {
    margin-right: 40px;
    font-size: 13px;
  }
  .step_box .step_num img {
    width: auto;
    height: 40px;
  }
  .step_box .step_num {
    margin-bottom: 20px;
  }
  .step_box figure {
    margin-bottom: 20px;
  }
  .step_box figure img {
    max-width: 120px;
  }
}
@media print, screen and (min-width: 992px) {
  .step_wrap {
    width: 1530px;
  }
  .step_box {
    font-size: 15px;
  }
  .step_box .step_num {
    margin-bottom: 35px;
  }
  .step_box figure {
    margin-bottom: 35px;
  }
}



/* ---------------------------------------------------------------------------------------------

　   More campaigns

--------------------------------------------------------------------------------------------- */
.more_campaigns_title img {
  display: block;
  margin: 0 auto;
}
.more_campaigns_btn {
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background:#c11732;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  position: relative;
}
.more_campaigns_btn:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/arrow.png) no-repeat center / contain;
}
.more_campaigns_btn span {
  line-height: 1.3;
  text-align: left;
}
.more_campaigns_inner {
  background: #FCF1F3;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .more_campaigns_title {
    margin-bottom: 20px;
  }
  .more_campaigns_title img {
    max-width: 70%;
  }
  .more_campaigns_btn {
    height: 70px;
    width: 49%;
    margin-top: 2%;
    font-size: 18px;
    padding: 0 10px;
  }
  .more_campaigns_btn:after {
    right: 10px;
    width: 15px;
    height: 15px;
  }
  .more_campaigns_btn small {
    display: block;
    font-size:13px;
  }
  .more_campaigns_inner {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media print, screen and (min-width: 992px) {
  .more_campaigns_title {
    margin-bottom: 50px;
  }
  .more_campaigns_title img {
    max-width: 648px;
  }
  .more_campaigns_btn {
    height: 80px;
    width: 400px;
    margin-right: 15px;
    margin-top: 15px;
    font-size: 22px;
    padding: 0 20px;
  }
  .more_campaigns_btn:nth-child(-n+2) {
    margin-top: 0;
  }
  .more_campaigns_btn:nth-child(2n) { 
    margin-right: 0;
  }
  .more_campaigns_btn small {
    display: inline-block;
    font-size:20px;
  }
  .more_campaigns_inner {
    padding: 60px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   SHOP INFORMATION

--------------------------------------------------------------------------------------------- */
#shop {
  background: url(../img/bg03.jpg) no-repeat left top / 100% #f0f2f4;
}
.shop_map iframe {
  width: 100%;
}
.shop_info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.shop_info dt,
.shop_info dd {
  margin-bottom: 30px;
}
.shop_info dt:last-of-type,
.shop_info dd:last-of-type {
  margin-bottom: 0;
}
.shop_info dt {
  background: #000;
  color: #fff;
  width: 7.5em;
  text-align: center;
  margin-right: 1.5em;
}
.shop_info dd {
  width: calc(100% - 9em);
}
.shop_info dd .small_text {
  display: block;
  font-size: 13px;
}
.shop_info dd a {
  text-decoration: underline;
}
.shop_txt h3 {
  color: #c11732;
}
.shop_txt h3 img {
  display: block;
}
.sns_link li {
  margin-right: 15px;
}
.sns_link li:last-child {
  margin-right: 0;
}
.shop_wrap {
  border-bottom: 1px solid #ccc;
}
.shop_wrap:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .shop_map iframe {
    height: 250px;
  }
  .shop_txt {
    margin-bottom: 40px;
  }
  .shop_txt h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .shop_txt h3 img {
    width: auto;
    max-height: 16px;
  }
  .shop_wrap {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .shop_txt {
    width: 48%;
  }
  .shop_map {
    width: 48%;
  }
  .shop_map iframe {
    height: 400px;
  }
  .shop_txt h3 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .shop_wrap {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   PRICE

--------------------------------------------------------------------------------------------- */
.table {
  width: 100%;
  margin-bottom: 45px;
}
.table:last-child {
  margin-bottom: 0;
}
.table th,
.table td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000;
  line-height: 1.3em;
}
.table th {
  background: #000;
  color: #fff;
  font-weight: 400;
  border-right: 1px solid #fff;
}
.table th:last-child {
  border-right: 1px solid #000;
}
.table td .small_text {
  display: inline-block;
  line-height: 1.3em;
}
.shop_list_option {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.shop_list_option li {
  font-size: 12px;
  background-color: #C11732;
  color: #fff;
  padding: 2px 10px;
  border-radius: 3px;
}
.table_new_wrapper {
  position: relative;
}
.table_new {
  position: absolute;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .table th,
  .table td {
    padding: 15px 10px;
    font-size: 13px;
  }
  .table td .small_text {
    font-size: 10px;
  }
  .shop_list_option li {
    font-size: 10px;
  }
  .table_new {
    width: 40px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 992px) {
  .table th,
  .table td {
    font-size: 18px;
    padding: 20px;
  }
  .table td .small_text {
    font-size: 13px;
  }
  .table_new {
    top: -40px;
    left: -10px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 991px) {
  #enjoy_point .enjoy_point_content {
    margin: 0;
  }
  #enjoy_point .container {
    padding: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .enjoy_point_content {
    margin-bottom: 40px;
  }
}
