.section-heading h1,
.section-heading h2 {
  font-family: "Bebas Neue", cursive;
  font-size: 40px;
  letter-spacing: 0.2em;
}
.section-heading h3,
.section-heading p {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 414px) {
  .section-heading h3,
.section-heading p {
    font-size: 16px;
  }
}
@media screen and (min-width: 415px) {
  .section-heading h3,
.section-heading p {
    font-size: 18px;
  }
}

/***** mv *****/
.mv {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 415px) {
  .mv {
    background-image: url(../images/index/bg_mv.jpg);
    background-position: center;
    height: calc(100vh - 170px);
  }
}
@media screen and (max-width: 414px) {
  .mv {
    background-image: url(../images/index/sp/bg_mv.jpg);
    background-position: center;
    height: calc(100vh - 140px);
  }
}
.mv .offset {
  height: 100%;
  position: relative;
}
.mv .catchprase {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.5em;
  text-align: center;
  position: absolute;
}
@media screen and (max-width: 414px) {
  .mv .catchprase {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: translate(0px, 15px);
  }
}
@media screen and (min-width: 415px) {
  .mv .catchprase {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.mv .catchprase .en {
  font-family: "Bebas Neue", cursive;
}
@media screen and (max-width: 414px) {
  .mv .catchprase .en {
    font-size: 44px;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 415px) {
  .mv .catchprase .en {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
.mv .catchprase p {
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 414px) {
  .mv .catchprase p {
    font-size: 13px;
  }
}
@media screen and (min-width: 415px) {
  .mv .catchprase p {
    font-size: 20px;
  }
}
@media screen and (max-width: 414px) {
  .mv .btn {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 155px;
    height: 40px;
    transform: translate(-5px, -5px);
    z-index: 1000;
  }
}
@media screen and (min-width: 415px) {
  .mv .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 60px;
  }
}

#FEATURES {
  padding-bottom: 50px;
  overflow-x: hidden;
}
@media screen and (min-width: 415px) {
  #FEATURES .section-heading {
    text-align: left;
  }
}
#FEATURES .feature-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 130px;
}
@media screen and (max-width: 414px) {
  #FEATURES .feature-item:first-child {
    margin-top: 50px;
  }
}
@media screen and (min-width: 415px) {
  #FEATURES .feature-item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 414px) {
  #FEATURES .feature-item {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 415px) {
  #FEATURES .feature-item:nth-child(2n+1) .text::before {
    content: "";
    display: block;
    width: 200vw;
    height: 300px;
    background: #ecf8f4;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -10;
    transform: translate(270px, 20px);
  }
}
#FEATURES .feature-item:nth-child(2n+1) .image-wrapper::after {
  transform: translate(-10px, 10px);
}
@media screen and (min-width: 415px) {
  #FEATURES .feature-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 415px) {
  #FEATURES .feature-item:nth-child(2n) .image-wrapper::before {
    content: "";
    display: block;
    width: 200vw;
    height: 300px;
    background: #ecf8f4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    transform: translate(0px, 20px);
  }
}
#FEATURES .feature-item:nth-child(2n) .image-wrapper::after {
  transform: translate(10px, 10px);
}
#FEATURES .feature-item .text {
  position: relative;
}
@media screen and (max-width: 414px) {
  #FEATURES .feature-item .text {
    width: 100%;
  }
  #FEATURES .feature-item .text::before {
    content: "";
    display: block;
    width: 100vw;
    height: calc(100% - 40px);
    background: #ecf8f4;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -10;
    transform: translate(20px, 20px);
  }
}
@media screen and (min-width: 415px) {
  #FEATURES .feature-item .text {
    width: 464px;
  }
}
#FEATURES .feature-item .text p {
  font-size: 14px;
  line-height: 1.71;
  margin-top: 30px;
}
@media screen and (min-width: 415px) {
  #FEATURES .feature-item .text p {
    padding-right: 30px;
  }
}
#FEATURES .feature-item .image-wrapper {
  position: relative;
}
@media screen and (max-width: 414px) {
  #FEATURES .feature-item .image-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  #FEATURES .feature-item .image-wrapper {
    width: 100%;
  }
  #FEATURES .feature-item .image-wrapper::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: #ecf8f4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    transform: translate(-20px, 120px);
  }
}
@media screen and (min-width: 415px) {
  #FEATURES .feature-item .image-wrapper {
    width: 450px;
  }
}
#FEATURES .feature-item .image-wrapper::after {
  content: "";
  display: block;
  background: #009d61;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#FEATURES .feature-item h2 {
  font-family: "Bebas Neue", cursive;
}
@media screen and (max-width: 414px) {
  #FEATURES .btn-wrapper {
    text-align: center;
  }
}
@media screen and (min-width: 415px) {
  #FEATURES .btn-wrapper {
    text-align: right;
  }
}
#FEATURES .link-btn-detail {
  background: #3b3b3b;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 15px 30px;
  margin-top: 25px;
  min-width: 263px;
  position: relative;
  width: 293px;
}
#FEATURES .link-btn-detail::after {
  content: "";
  display: block;
  width: 36px;
  height: 7px;
  background-image: url("../images/common/link_arrow_w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  transform: translate(-16px, -3px);
}
@media screen and (min-width: 415px) {
  #FEATURES .link-btn-detail {
    transform: translate(0px, 28px);
  }
}
#FEATURES .trackman .image-wrapper::after {
  display: none;
}
#FEATURES .trackman .image-wrapper img {
  transform: translate(0px, -20px) scale(1.2);
}

@media screen and (max-width: 414px) {
  #SHOP-INFO {
    padding-bottom: 75px;
  }
}
#SHOP-INFO .box-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: stretch;
  justify-content: center;
  margin-top: 75px;
}
@media screen and (max-width: 414px) {
  #SHOP-INFO .box-3 .box {
    width: 100%;
    margin-bottom: 45px;
  }
  #SHOP-INFO .box-3 .box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 415px) {
  #SHOP-INFO .box-3 .box {
    width: 300px;
    margin-right: 50px;
    margin-bottom: 25px;
  }
  #SHOP-INFO .box-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  #SHOP-INFO .box-3 .box:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
#SHOP-INFO .box-3 .box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: strech;
  align-content: space-between;
  justify-content: center;
}
#SHOP-INFO .box-3 h2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-end;
  justify-content: space-between;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
#SHOP-INFO .box-3 h2 span {
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.2em;
  font-size: 26px;
}
@media screen and (max-width: 414px) {
  #SHOP-INFO .box-3 h2 {
    align-items: center;
  }
}
@media screen and (min-width: 415px) {
  #SHOP-INFO .box-3 h2 {
    font-size: 14px;
  }
}
@media screen and (min-width: 415px) {
  #SHOP-INFO .box-3 .box:last-child h2 {
    text-align: left;
  }
}
#SHOP-INFO .box-3 p {
  margin-top: 15px;
  line-height: 1.71;
}
#SHOP-INFO .box-3 .btn-wrapper {
  text-align: center;
  margin-top: 20px;
}
#SHOP-INFO .box-3 .btn-wrapper a {
  color: #fff;
  background: #535353;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 5px;
  width: 156px;
}

#MEMBER {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  #MEMBER {
    background-image: url(../images/index/member/sp/bg.jpg);
  }
}
@media screen and (min-width: 415px) {
  #MEMBER {
    background-image: url(../images/index/member/bg.jpg);
  }
}
#MEMBER .section-heading p {
  margin-top: 5px;
}
#MEMBER .merit-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: strech;
  justify-content: flex-start;
}
@media screen and (max-width: 414px) {
  #MEMBER .merit-list {
    margin-top: 60px;
  }
}
@media screen and (min-width: 415px) {
  #MEMBER .merit-list {
    margin-top: 67px;
  }
}
#MEMBER .merit-list .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 414px) {
  #MEMBER .merit-list .item {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 415px) {
  #MEMBER .merit-list .item {
    width: 460px;
    margin-bottom: 50px;
  }
  #MEMBER .merit-list .item:nth-child(2n+1) {
    margin-right: 80px;
  }
}
@media screen and (max-width: 414px) {
  #MEMBER .merit-list .item .image-wrapper {
    width: 73px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 415px) {
  #MEMBER .merit-list .item .image-wrapper {
    width: 80px;
    margin-right: 20px;
  }
}
#MEMBER .merit-list .item .contents {
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  #MEMBER .merit-list .item .contents {
    font-size: 18px;
    text-align: left;
    width: calc(100% - 88px);
  }
}
@media screen and (min-width: 415px) {
  #MEMBER .merit-list .item .contents {
    font-size: 22px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 414px) {
  #MEMBER .merit-list .item .contents .large {
    font-size: 26px;
  }
}
@media screen and (min-width: 415px) {
  #MEMBER .merit-list .item .contents .large {
    font-size: 30px;
  }
}
@media screen and (max-width: 414px) {
  #MEMBER .merit-list .first img {
    width: 227px;
    height: 65px;
  }
}
@media screen and (min-width: 415px) {
  #MEMBER .merit-list .first img {
    width: 277px;
    height: 74px;
  }
}
@media screen and (max-width: 414px) {
  #MEMBER .merit-list .second img {
    width: 286px;
  }
}
@media screen and (min-width: 415px) {
  #MEMBER .merit-list .second img {
    width: 359px;
  }
}
#MEMBER .btn-wrapper {
  text-align: center;
}
#MEMBER .btn-wrapper .link-btn-detail {
  background: #3b3b3b;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 15px 30px;
  margin-top: 10px;
  min-width: 263px;
  position: relative;
  width: 263px;
}
#MEMBER .btn-wrapper .link-btn-detail::after {
  content: "";
  display: block;
  width: 36px;
  height: 7px;
  background-image: url("../images/common/link_arrow_w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  transform: translate(-16px, -3px);
}

@media screen and (max-width: 414px) {
  #PANORAMA-VIEW .view-wrapper {
    margin-top: 30px;
  }
}
@media screen and (min-width: 415px) {
  #PANORAMA-VIEW .view-wrapper {
    margin-top: 70px;
  }
}

#NEWS {
  background: #f8f8f8;
}
#NEWS .section-heading p {
  margin-top: 5px;
}
#NEWS .articles {
  margin-top: 55px;
}
#NEWS .articles li {
  margin-top: 10px;
}
#NEWS .articles li:first-child {
  margin-top: 0;
}
#NEWS .articles li a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
}
@media screen and (max-width: 414px) {
  #NEWS .articles li a {
    padding: 20px;
  }
}
@media screen and (min-width: 415px) {
  #NEWS .articles li a {
    padding: 8px 27px;
  }
}
@media screen and (max-width: 414px) {
  #NEWS .articles time {
    font-size: 16px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 415px) {
  #NEWS .articles time {
    font-size: 17px;
    margin-right: 40px;
  }
}
#NEWS .articles .category {
  color: #fff;
  text-align: center;
  padding: 3px 37px;
}
@media screen and (max-width: 414px) {
  #NEWS .articles .category {
    font-size: 12px;
  }
}
@media screen and (min-width: 415px) {
  #NEWS .articles .category {
    font-size: 14px;
    margin-right: 35px;
  }
}
#NEWS .articles h2 {
  font-weight: normal;
}
@media screen and (max-width: 414px) {
  #NEWS .articles h2 {
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 415px) {
  #NEWS .articles h2 {
    font-size: 17px;
    width: 635px;
  }
}
#NEWS .articles .news {
  background: #009d61;
}
#NEWS .articles .other {
  background: #de7f7f;
}
#NEWS .btn-wrapper {
  text-align: center;
}
#NEWS .btn-wrapper .link-btn-detail {
  background: #3b3b3b;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 15px 30px;
  margin-top: 60px;
  min-width: 263px;
  position: relative;
  width: 263px;
}
#NEWS .btn-wrapper .link-btn-detail::after {
  content: "";
  display: block;
  width: 36px;
  height: 7px;
  background-image: url("../images/common/link_arrow_w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  transform: translate(-16px, -3px);
}
