@charset "UTF-8";
.float {
  position: fixed;
  left: 35px;
  bottom: 35px;
  width: 150px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .float {
    left: 2.5vw;
    bottom: 2.5vw;
    width: 10.7vw;
  }
}
@media screen and (max-width: 768px) {
  .float {
    width: 66.7vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3vw;
  }
}

#page_title {
  background-image: url(../images01/owners_club/mv_bg_pc.jpg);
}

.page_content .head_content .catch {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .page_content .head_content .catch {
    width: 40.1vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content .head_content .catch {
    width: 73.3vw;
  }
}
.page_content .wrap01 {
  max-width: 1000px;
}
@media screen and (max-width: 1400px) {
  .page_content .wrap01 {
    max-width: none;
    width: 71.4vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content .wrap01 {
    width: 86.7vw;
  }
}

#concept {
  background-color: #f9f5f2;
  margin-top: 155px;
}
@media screen and (max-width: 1400px) {
  #concept {
    margin-top: 11.1vw;
  }
}
@media screen and (max-width: 768px) {
  #concept {
    margin-top: 16vw;
  }
}
#concept .wrap01 {
  padding-top: 120px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1400px) {
  #concept .wrap01 {
    padding-top: 8.6vw;
    padding-bottom: 9.3vw;
  }
}
@media screen and (max-width: 768px) {
  #concept .wrap01 {
    padding-top: 25.3vw;
    padding-bottom: 25.3vw;
  }
}
#concept h2 {
  width: 91px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  #concept h2 {
    width: 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  #concept h2 {
    width: 14.7vw;
  }
}
#concept .img01 {
  width: 354px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 68px;
}
@media screen and (max-width: 1400px) {
  #concept .img01 {
    width: 25.3vw;
    margin-top: 4.9vw;
  }
}
@media screen and (max-width: 768px) {
  #concept .img01 {
    width: 59.7vw;
    margin-top: 7.5vw;
  }
}
#concept .txt01 {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  margin-top: 60px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
@media screen and (max-width: 1400px) {
  #concept .txt01 {
    font-size: 2.5vw;
    margin-top: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  #concept .txt01 {
    font-size: 5.1vw;
    margin-top: 10.4vw;
  }
}
#concept .txt01 .sub_txt {
  font-size: 19px;
  display: inline-block;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
@media screen and (max-width: 1400px) {
  #concept .txt01 .sub_txt {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #concept .txt01 .sub_txt {
    font-size: 2.8vw;
  }
}

.club_section .mv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .club_section .mv {
    height: 35.7vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section .mv {
    height: 66.7vw;
  }
}
.club_section .mv span {
  position: absolute;
  bottom: -2em;
  right: 1em;
  color: #000;
  font-size: 10px;
  line-height: 1.5em;
  letter-spacing: 0;
}
@media screen and (max-width: 1400px) {
  .club_section .mv span {
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section .mv span {
    font-size: 1.9vw;
    bottom: -5.5em;
    text-align: right;
  }
}
.club_section .icon_box {
  position: relative;
}
.club_section .icon_box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 213px;
}
@media screen and (max-width: 1400px) {
  .club_section .icon_box .icon {
    width: 15.2vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section .icon_box .icon {
    width: 36.9vw;
  }
}
.club_section .wrap01 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1400px) {
  .club_section .wrap01 {
    padding-top: 10.7vw;
    padding-bottom: 10.7vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section .wrap01 {
    padding-top: 22.7vw;
    padding-bottom: 26.7vw;
  }
}
.club_section .c_txt01 {
  font-size: 25px;
  text-align: center;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  .club_section .c_txt01 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section .c_txt01 {
    font-size: 4.7vw;
  }
}
.club_section .c_txt02 {
  font-size: 14px;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .club_section .c_txt02 {
    font-size: 1vw;
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section .c_txt02 {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
    font-size: 2.7vw;
    line-height: 2em;
    margin-top: 4vw;
    letter-spacing: 0;
  }
}
.club_section .c_txt03 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  font-size: 14px;
  font-family: Noto Sans JP, sans-serif;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  background-color: #00926b;
  color: #fff;
  padding: 0.15em 0 0.2em;
}
@media screen and (max-width: 1400px) {
  .club_section .c_txt03 {
    font-size: 1vw;
    margin-top: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section .c_txt03 {
    font-size: 2.8vw;
    margin-top: 3.3vw;
    padding: 0.1em 0 0.2em;
  }
}
.club_section .c_txt03 .s-txt {
  font-size: 12px;
}
@media screen and (max-width: 1400px) {
  .club_section .c_txt03 .s-txt {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section .c_txt03 .s-txt {
    font-size: 2.4vw;
  }
}
.club_section#raise .mv {
  background-image: url(../images01/owners_club/raise_mv_pc.jpg);
}
@media screen and (max-width: 768px) {
  .club_section#raise .mv {
    background-image: url(../images01/owners_club/raise_mv_sp.jpg);
  }
}
.club_section#raise .season {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}
@media screen and (max-width: 1400px) {
  .club_section#raise .season {
    max-width: none;
    width: 57.1vw;
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#raise .season {
    width: 75.2vw;
    margin-top: 10.7vw;
  }
}
.club_section#enjoy .mv {
  background-image: url(../images01/owners_club/enjoy_mv_pc.jpg);
}
@media screen and (max-width: 768px) {
  .club_section#enjoy .mv {
    background-image: url(../images01/owners_club/enjoy_mv_sp.jpg);
  }
}
.club_section#enjoy .c_txt03 {
  width: 440px;
}
@media screen and (max-width: 1400px) {
  .club_section#enjoy .c_txt03 {
    width: 31.4vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#enjoy .c_txt03 {
    width: 44.7vw;
  }
}
.club_section#enjoy #schedule_box {
  width: 100%;
  margin-top: 70px;
}
@media screen and (max-width: 1400px) {
  .club_section#enjoy #schedule_box {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#enjoy #schedule_box {
    margin-top: 5.3vw;
  }
}
.club_section#enjoy #schedule_box .schedule_list_box {
  margin-top: 60px;
}
@media screen and (max-width: 1400px) {
  .club_section#enjoy #schedule_box .schedule_list_box {
    margin-top: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#enjoy #schedule_box .schedule_list_box {
    margin-top: 4vw;
  }
}
.club_section#enjoy #schedule_box .schedule_list_box .schedule_title {
  font-size: 16px;
  text-align: center;
  line-height: 1.5em;
  background-color: #efefef;
  padding: 0.1em 0 0.2em;
}
@media screen and (max-width: 1400px) {
  .club_section#enjoy #schedule_box .schedule_list_box .schedule_title {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#enjoy #schedule_box .schedule_list_box .schedule_title {
    font-size: 2.7vw;
  }
}
.club_section#enjoy #schedule_box .schedule_list_box .schedule_title .s-txt {
  font-size: 13px;
}
@media screen and (max-width: 1400px) {
  .club_section#enjoy #schedule_box .schedule_list_box .schedule_title .s-txt {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#enjoy #schedule_box .schedule_list_box .schedule_title .s-txt {
    font-size: 2.4vw;
  }
}
.club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content {
  width: 100%;
  overflow: hidden;
  position: relative;
  opacity: 1;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content.close {
  height: 420px;
}
@media screen and (max-width: 1400px) {
  .club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content.close {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content.close {
    height: 78vw;
  }
}
.club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .schedule_block {
  border-bottom: 1px solid #898989;
  padding: 40px;
  padding-left: 230px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1400px) {
  .club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .schedule_block {
    padding: 2.9vw;
    padding-left: 16.4vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .schedule_block {
    padding: 5.3vw 0;
    display: block;
  }
}
.club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .schedule_block .month {
  width: 60px;
  font-size: 14px;
  text-align: center;
  line-height: 1.5em;
  background-color: #efefef;
  padding: 0.1em 0 0.2em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1400px) {
  .club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .schedule_block .month {
    width: 4.3vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .schedule_block .month {
    width: 10.9vw;
    font-size: 2.7vw;
  }
}
.club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .schedule_block .txt_list {
  margin-left: 10px;
}
@media screen and (max-width: 1400px) {
  .club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .schedule_block .txt_list {
    margin-left: 0.7vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .schedule_block .txt_list {
    margin-left: 0;
    margin-top: 1.6vw;
  }
}
.club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .schedule_block .txt_list li {
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1400px) {
  .club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .schedule_block .txt_list li {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .schedule_block .txt_list li {
    font-size: 2.7vw;
  }
}
.club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .sub_txt {
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 1400px) {
  .club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .sub_txt {
    margin-top: 0.7vw;
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .sub_txt {
    font-size: 2.7vw;
    margin-top: 2.3vw;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .open_btn_box {
  width: 100%;
  height: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+80 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 1400px) {
  .club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .open_btn_box {
    height: 10vw;
    padding-bottom: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .open_btn_box {
    height: 18.9vw;
  }
}
.club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .open_btn_box .btn {
  width: 180px;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .open_btn_box .btn {
    width: 12.9vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#enjoy #schedule_box .schedule_list_box .schedule_list_content .open_btn_box .btn {
    width: 32vw;
  }
}
.club_section#design .mv {
  background-image: url(../images01/owners_club/design_mv_pc.jpg);
}
@media screen and (max-width: 768px) {
  .club_section#design .mv {
    background-image: url(../images01/owners_club/design_mv_sp.jpg);
  }
}
.club_section#design .c_txt03 {
  width: 407px;
}
@media screen and (max-width: 1400px) {
  .club_section#design .c_txt03 {
    width: 29.1vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#design .c_txt03 {
    width: 80.3vw;
  }
}
.club_section#design .design_pho_box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width: 1400px) {
  .club_section#design .design_pho_box01 {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#design .design_pho_box01 {
    margin-top: 6.7vw;
  }
}
.club_section#design .design_pho_box01 .pho_block {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .club_section#design .design_pho_box01 .pho_block {
    width: 48.5%;
  }
}
@media screen and (max-width: 768px) {
  .club_section#design .design_pho_box01 .pho_block:nth-child(n+3) {
    margin-top: 4vw;
  }
}
.club_section#design .design_pho_box01 .pho_block:nth-child(n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .club_section#design .design_pho_box01 .pho_block:nth-child(n+4) {
    margin-top: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#design .design_pho_box01 .pho_block:nth-child(n+4) {
    margin-top: 4vw;
  }
}
.club_section#design .design_pho_box01 .pho_block .pho01 {
  width: 100%;
}
.club_section#design .design_pho_box01 .pho_block .pho_txt01 {
  font-size: 13px;
  line-height: 1.5em;
  margin-top: 0.3em;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1400px) {
  .club_section#design .design_pho_box01 .pho_block .pho_txt01 {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#design .design_pho_box01 .pho_block .pho_txt01 {
    font-size: 2.7vw;
  }
}
.club_section#takanomokkou {
  background-color: #f9f5f2;
}
.club_section#takanomokkou .wrap01 {
  max-width: 900px;
  padding-top: 94px;
  padding-bottom: 94px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .club_section#takanomokkou .wrap01 {
    max-width: none;
    width: 64.3vw;
    padding-top: 6.7vw;
    padding-bottom: 6.7vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#takanomokkou .wrap01 {
    width: 100%;
    padding-top: 23.3vw;
    padding-bottom: 13.5vw;
    display: block;
  }
}
.club_section#takanomokkou .txt_box {
  width: 37.4%;
}
@media screen and (max-width: 768px) {
  .club_section#takanomokkou .txt_box {
    width: 100%;
  }
}
.club_section#takanomokkou h2 {
  width: 229px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .club_section#takanomokkou h2 {
    width: 16.4vw;
    margin-bottom: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#takanomokkou h2 {
    width: 41.9vw;
    margin-bottom: 10.1vw;
  }
}
.club_section#takanomokkou .pho {
  position: relative;
  width: 46.1%;
}
@media screen and (max-width: 768px) {
  .club_section#takanomokkou .pho {
    width: 55.3vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.7vw;
  }
}
.club_section#takanomokkou .pho .sub_txt {
  position: absolute;
  bottom: 0.5em;
  right: 0;
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  text-align: right;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
}
@media screen and (max-width: 1400px) {
  .club_section#takanomokkou .pho .sub_txt {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#takanomokkou .pho .sub_txt {
    font-size: 2.2vw;
  }
}
.club_section#color .mv {
  background-image: url(../images01/owners_club/color_mv_pc.jpg);
}
@media screen and (max-width: 768px) {
  .club_section#color .mv {
    background-image: url(../images01/owners_club/color_mv_sp.jpg);
  }
}
.club_section#color .logos {
  width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .club_section#color .logos {
    width: 52.1vw;
    margin-top: 4.3vw;
    margin-bottom: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#color .logos {
    width: 80.3vw;
    margin-top: 10.7vw;
    margin-bottom: 8vw;
  }
}
.club_section#color .c_txt03 {
  width: 407px;
}
@media screen and (max-width: 1400px) {
  .club_section#color .c_txt03 {
    width: 29.1vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#color .c_txt03 {
    width: 80.3vw;
  }
}
.club_section#color .pho_box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 995px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1400px) {
  .club_section#color .pho_box01 {
    width: 71.1vw;
    margin-top: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#color .pho_box01 {
    width: 74.7vw;
    margin-top: 9.3vw;
  }
}
.club_section#color .pho_box01 .pho_block01 {
  width: 57.3%;
}
@media screen and (max-width: 768px) {
  .club_section#color .pho_box01 .pho_block01 {
    width: 100%;
  }
}
.club_section#color .pho_box01 .pho_block02 {
  width: 38.9%;
}
@media screen and (max-width: 768px) {
  .club_section#color .pho_box01 .pho_block02 {
    width: 100%;
    margin-top: 10.7vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#color .pho_box01 .pho_block01, .club_section#color .pho_box01 .pho_block02 {
    display: flex;
    flex-direction: column;
  }
  .club_section#color .pho_box01 .pho_block01 .pho01, .club_section#color .pho_box01 .pho_block02 .pho01 {
    order: 2;
  }
  .club_section#color .pho_box01 .pho_block01 .pho_txt01, .club_section#color .pho_box01 .pho_block02 .pho_txt01 {
    order: 1;
  }
}
.club_section#color .pho_box01 .pho_txt01 {
  font-size: 13px;
  line-height: 1.5em;
  margin-top: 0.3em;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .club_section#color .pho_box01 .pho_txt01 {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#color .pho_box01 .pho_txt01 {
    font-size: 2.7vw;
    margin-bottom: 0.3em;
  }
}
.club_section#sturdust {
  background-color: #f9f5f2;
}
.club_section#sturdust .wrap01 {
  padding-top: 170px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1400px) {
  .club_section#sturdust .wrap01 {
    padding-top: 12.1vw;
    padding-bottom: 11.4vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#sturdust .wrap01 {
    padding-top: 16.7vw;
    padding-bottom: 20.7vw;
  }
}
.club_section#sturdust .logo {
  width: 158px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .club_section#sturdust .logo {
    width: 11.3vw;
    margin-top: 2.9vw;
    margin-bottom: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#sturdust .logo {
    width: 20.4vw;
    margin-top: 4.5vw;
    margin-bottom: 4.7vw;
  }
}
.club_section#sturdust .c_txt03 {
  width: 407px;
}
@media screen and (max-width: 1400px) {
  .club_section#sturdust .c_txt03 {
    width: 29.1vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#sturdust .c_txt03 {
    width: 80.3vw;
  }
}
.club_section#sturdust .phos {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .club_section#sturdust .phos {
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#sturdust .phos {
    margin-top: 5.3vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#rehome {
    text-align: center;
  }
}
.club_section#rehome .wrap01 {
  padding-top: 170px;
  padding-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .club_section#rehome .wrap01 {
    padding-top: 12.1vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .club_section#rehome .wrap01 {
    padding-top: 15.3vw;
    padding-bottom: 0;
  }
}
.club_section#rehome .logo {
  width: 352px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .club_section#rehome .logo {
    width: 25.1vw;
    margin-top: 4.3vw;
    margin-bottom: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#rehome .logo {
    width: 67.5vw;
    margin-top: 8vw;
    margin-bottom: 6.7vw;
  }
}
.club_section#rehome .c_txt03 {
  width: 407px;
}
@media screen and (max-width: 1400px) {
  .club_section#rehome .c_txt03 {
    width: 29.1vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#rehome .c_txt03 {
    width: 80.3vw;
  }
}
.club_section#rehome .pho_box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1400px) {
  .club_section#rehome .pho_box01 {
    margin-top: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#rehome .pho_box01 {
    margin-top: 6.7vw;
  }
}
.club_section#rehome .pho_box01 .pho01 {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .club_section#rehome .pho_box01 .pho01 {
    width: 49.2%;
  }
}
.club_section#rehome .r_txt01 {
  font-size: 13px;
  line-height: 1.5em;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1400px) {
  .club_section#rehome .r_txt01 {
    font-size: 0.9vw;
    margin-top: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#rehome .r_txt01 {
    display: inline-block;
    font-size: 2.4vw;
    margin-top: 3.7vw;
    text-align: left;
  }
}
.club_section#rehome .r_txt01 a {
  display: inline-block;
  text-decoration: underline;
  padding-right: 12px;
  background-image: url(../images01/owners_club/icon_link.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: right top 0.4em;
  margin-right: 0.2em;
}
@media screen and (max-width: 1400px) {
  .club_section#rehome .r_txt01 a {
    background-size: 0.7vw auto;
    padding-right: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .club_section#rehome .r_txt01 a {
    background-size: 1.9vw auto;
    padding-right: 2.2vw;
  }
}

/*---------------------------
アニメーション用CSS
-----------------------------*/
/* .club_section {
	.mv {
		opacity: 1;
		transition-property: opacity;
		transition-duration:0.6s;
		transition-timing-function:ease-in-out;
	}
	.icon_box {
		.icon img {
			opacity: 1;
			transition-property: opacity,transform;
			transition-duration:0.6s;
			transition-timing-function:ease-in-out;
			transform: scale(1.0);
			transition-delay: 0.4s;
		}
	}
	.wrap01 {
		opacity: 1;
		transition-property: opacity,transform;
		transition-duration:0.6s;
		transition-timing-function:ease-in-out;
		transform: translateY(0);
		transition-delay: 0.8s;
	}
	&.deactive {
		.mv {
			opacity: 0;
			transition: 0s;
		}
		.icon_box {
			.icon img {
				opacity: 0;
				transition: 0s;
				transform: scale(1.1);
				transition-delay: 0s;
			}
		}
		.wrap01 {
			opacity: 0;
			transition: 0s;
			transform: translateY(30px);
			transition-delay: 0s;
		}	
	}
} *//*# sourceMappingURL=style_owners_club.css.map */