@charset "UTF-8";
/* 全体 */
html {
  scroll-behavior: smooth;
}

.pc-only {
  display: none !important;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #1976d2;
}

/* ローカルナビ */
#hisApp {
  overflow: hidden;
}

.his-logo-wrap .section-button-wrap {
  display: none;
}

#localNav__section {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5rem;
}

.local-nav-outer {
  width: 100%;
  /* max-width: 1200px; */
  min-width: auto;
  margin: 0 auto;
  position: relative;
}

.breadcrumb {
  width: 100%;
  min-width: auto;
  margin: 0 auto;
  padding: 0 0 0;
}

.his-logo-wrap {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-self: center;
  align-items: center;
  padding: 0.5rem 1rem;
}

.his-logo-inner {
  width: 70px;
  margin-right: 1.3rem;
}

.his-logo img {
  width: 80px;
  height: 30px;
}

.his-site-copy {
  font-size: 11px;
  line-height: 1.2;
}

.local-nav-wrap {
  width: 100%;
  padding: 0 1rem;
  /* background-color: #EEE; */
}

.local-nav {
  display: block;
  /* flex-wrap: wrap; */
  display: none;
}

.local-nav li {
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 1rem;
}

.local-nav li a {
  display: block;
  padding: 0.5rem 2rem 0.5rem 0;
  color: #222;
  text-decoration: none;
}

.local-nav li a:hover {
  color: #222;
  -webkit-text-decoration: 1px solid #222;
  text-decoration: 1px solid #222;
}

/* セクション */
.main-section {
  width: 100%;
  min-width: auto;
  padding: 40px 24px;
}

.main-section .cta-btn {
  width: 290px;
  height: 56px;
  font-size: 16px;
  font-weight: bold;
  line-height: 56px;
  color: #000;
  text-align: center;
  display: block;
  background: #fdee21 url(../images/cta-btn_black.svg);
  background-repeat: no-repeat;
  background-position: top 17px right 15px;
  background-size: 10px;
  border: #000 2px solid;
  border-radius: 40px;
  margin: 0 auto;
  position: relative;
}

.main-section .cta-btn:hover {
  color: #fdee21;
  background: #000 url(../images/cta-btn_yellow.svg) no-repeat;
  background-position: top 17px right 15px;
  background-size: 10px;
  transition: all 0.3s;
}

.main-section .cta-caption {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #f64f4c;
  position: relative;
}

.main-section .cta-caption .slash-text {
  display: block;
  position: absolute;
  top: 10px;
  width: 20px;
  height: 2px;
  background-color: #f64f4c;
}

.main-section .cta-caption .slash-text:nth-child(1) {
  left: -20px;
  transform: rotate(70deg);
}

.main-section .cta-caption .slash-text:nth-child(2) {
  right: -20px;
  transform: rotate(-70deg);
}

.sns-flex {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

.sns-icon {
  margin: 0 16px;
  width: 30px;
  height: 30px;
}

.sns-icon img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.sns-icon .sns-caption {
  font-size: 12px;
  color: #000;
  margin-top: 5px;
}

.main-section h2 {
  font-size: 28px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 24px;
}

.section-wrap {
  min-width: auto;
  font-size: 14px;
  color: #000;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.section-list li {
  padding: 24px;
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #000;
  margin-bottom: 24px;
}

.section-list li h3 {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin-bottom: 16px;
}

.section-list li figure {
  text-align: center;
  margin: 0 auto 24px;
  width: 67%;
  min-width: 220px;
}

.section-list li:last-child figure {
  min-width: 213px;
}

.section-list li figure img {
  width: 100%;
}

/* メインビジュアル */
#mv-section {
  position: relative;
  text-align: center;
  padding: 0;
}

#mv-section figure {
  margin: auto;
}

#mv-section figure img {
  width: 100%;
}

/* SPナビ */
.page-nav {
  transition: all 0.5s;
}

.page-nav .page-nav-list {
  display: flex;
  background-color: #fdee21;
}

.page-nav .page-nav-list li {
  width: 25vw;
  height: 72px;
  text-align: center;
}

.page-nav .page-nav-list li a {
  display: inline-block;
  border: solid #000;
  border-width: 2px 1px 2px 1px;
  width: 100%;
  height: 100%;
  color: #000;
  line-height: 72px;
}

.page-nav .page-nav-list li:first-child a {
  border-left: none;
}

.page-nav .page-nav-list li:nth-child(4) a {
  border-right: none;
}

.page-nav .page-nav-list li a:hover {
  background-color: #000;
  color: #fdee21;
  transition: all 0.3s;
}

.is-fixed_pc {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
}

.slide-out {
  top: -75px;
}

/* たびふりーくとは */
#about-section {
  background: #000;
  color: #fff;
}

#about-section h2 {
  color: #fdee21;
}

#about-section h2 span {
  display: block;
  font-size: 0.6em;
}

#about-section .about-text,
#about-section .about-note {
  color: #fff;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 24px;
}

#about-section .about-note {
  text-align: center;
}

#about-section .emphasis-text {
  color: #fdee21;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 24px;
}

#about-section .about-text span.emphasis-text {
  margin: 12px 0;
  color: #fff;
}

#about-section .about-img {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  height: 57.6vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#about-section .cta-btn {
  background-color: transparent;
  background-image: url(../images/cta-btn_yellow.svg);
  color: #fff;
  border-color: #fff;
}

#about-section .cta-btn:hover {
  background-image: url(../images/cta-btn_white.svg);
  color: #fdee21;
  border-color: #fdee21;
  transition: all 0.3s;
}

#about-section .iframe-wrap {
  display: block;
  text-align: center;
  height: 323px;
  margin-bottom: 32px;
}

#about-section .iframe-wrap iframe {
  width: 245px;
}

#about-section .about-banner-wrap {
  margin-top: 40px;
}

#about-section .about-banner {
  margin: 0 auto;
  text-align: center;
}

#about-section .about-banner:first-child {
  margin-bottom: 16px;
}

#about-section .about-banner img {
  width: 100%;
  max-width: 488px;
}

#about-section .about-banner .about-note {
  margin-bottom: 0;
  margin-top: 8px;
}

/* たびふりーくでできること */
#activity-section {
  background-color: #fdee21;
}

#activity-section ul li p {
  font-size: 18px;
  display: block;
  font-weight: bold;
  line-height: 1.4;
}

#activity-section ul li p span {
  display: inline-block;
  margin-bottom: 8px;
}

#activity-section ul li p span.activity-caption {
  color: #f64f4c;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 16px;
}

#activity-section ul li p span:last-child {
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

#activity-section .activity-text {
  font-weight: bold;
  font-size: 16px;
}

/* こんな人におすすめ */
#recommend-section {
  padding: 40px 0;
}

#recommend-section .flex-grid {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(5, 130px);
}

#recommend-section .grid-item {
  background-size: cover;
  position: relative;
}

#recommend-section .grid-item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

#recommend-section .grid-item p {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2509803922);
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#recommend-section .grid-item p em {
  font-size: 22px;
  line-height: 1.2;
  display: block;
}

#recommend-section .grid-item:first-of-type {
  background-image: url(../images/recommend_001_pc.jpg);
  grid-column: 1/7;
  background-position: center;
}

#recommend-section .grid-item:nth-of-type(2) {
  background-image: url(../images/recommend_002.jpg);
  grid-column: 1/4;
}

#recommend-section .grid-item:nth-of-type(3) {
  background-image: url(../images/recommend_003.jpg);
  grid-column: 4/7;
}

#recommend-section .grid-item:nth-of-type(4) {
  background-image: url(../images/recommend_004.jpg);
  grid-column: 1/4;
}

#recommend-section .grid-item:nth-of-type(5) {
  background-image: url(../images/recommend_005.jpg);
  grid-column: 4/7;
}

#recommend-section .grid-item:nth-of-type(6) {
  background-image: url(../images/recommend_006.jpg);
  grid-column: 1/3;
  background-position: center;
}

#recommend-section .grid-item:nth-of-type(7) {
  background-image: url(../images/recommend_007.jpg);
  grid-column: 3/5;
}

#recommend-section .grid-item:nth-of-type(8) {
  background-image: url(../images/recommend_008.jpg);
  grid-column: 5/7;
  background-position: right;
}

#recommend-section .grid-item:nth-of-type(9) {
  background-image: url(../images/recommend_009.jpg);
  grid-column: 1/4;
}

#recommend-section .grid-item:last-of-type {
  background-image: url(../images/recommend_010.jpg);
  grid-column: 4/7;
}

/* 活動ダイジェスト */
#report-section {
  padding: 40px 0 63px;
}

/* スライダー */
.slick-track {
  display: flex;
}

.slick-dots li button:before {
  color: #e0e0e0;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #0057b8;
  opacity: 1;
}

.slick-list {
  overflow: hidden;
}

.slick-slide img {
  margin: 0 auto;
  width: 100vw;
  height: auto;
}

#report-section .report-text {
  margin-bottom: 24px;
  padding: 0 24px;
}

#report-section .slider-text {
  padding: 0 24px;
  width: 100vw;
  margin: 16px auto 0;
}

/* iframe */
.iframe-container {
  padding: 0 7%;
}

#report-section .iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin-top: 68px;
}

#report-section .iframe-wrap:first-child {
  margin-top: 64px;
}

#report-section .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#report-section .iframe-text {
  margin-top: 16px;
}

/* よくある質問 */
#faq-section h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
}

#faq-section .faq-box .faq-q {
  line-height: 1.5;
  padding-left: 32px;
  margin-bottom: 16px;
  position: relative;
  font-weight: bold;
}

#faq-section .faq-box .faq-q::before {
  content: "Q";
  background-color: #fdee21;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: 0;
}

#faq-section .faq-box .faq-a {
  padding: 24px 24px 24px 44px;
  margin-bottom: 24px;
  position: relative;
  line-height: 1.5;
  background-color: #f2f2f2;
}

#faq-section .faq-box .faq-a:last-child {
  margin-bottom: 0;
}

#faq-section .faq-box .faq-a::before {
  content: "A";
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 23px;
  left: 20px;
}

/* 注意事項 */
#caution-section {
  padding-top: 0;
}

#caution-section h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
}

#caution-section ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
  line-height: 1.7;
}

#caution-section ul li::before {
  content: "・";
  position: absolute;
  width: 16px;
  top: 0;
  left: 0;
}

#caution-section ul li:last-child {
  margin-bottom: 0;
}

#caution-section ul li a {
  color: #f64744;
}

#caution-section ul li a:hover {
  text-decoration: underline;
}

/* 入会方法 */
#join-section {
  background-color: #fdee21;
}

#join-section .bg-box {
  max-width: 440px;
  margin: auto;
}

#join-section .cta-btn {
  max-width: 275px;
}

#join-section ul li {
  width: 100%;
  padding: 24px;
}

#join-section ul li:last-child {
  margin-bottom: 0;
}

#join-section h3 {
  margin: 0 -24px 8px;
}

#join-section li figure {
  min-width: 214px;
}

#join-section .join-text {
  line-height: 1.7;
}

#join-section ul li .join-text span {
  margin-top: 24px;
  display: inline-block;
}

/* 旅にまつわる話をしよう */
#bottom-section {
  background-image: url(../images/bottom_001.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

#bottom-section::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

#bottom-section h2 {
  position: relative;
  color: #fff;
}

#bottom-section .bottom-text {
  font-weight: bold;
  color: #fff;
  margin-bottom: 24px;
}

#bottom-section .bottom-btn {
  text-align: center;
}

#bottom-section .cta-btn {
  border: none;
  background-position: top 19px right 15px;
}

#bottom-section .bottom-btn .cta-caption {
  color: #fff;
}

#bottom-section .bottom-btn .slash-text {
  background-color: #fff;
}

/* 公式SNS */
#sns-section .sns-text {
  line-height: 1.7;
  margin-bottom: 40px;
  text-align: center;
}

#sns-section .sns-flex {
  margin: 0;
}

/* トップに戻る */
.goTop {
  position: fixed;
  bottom: 2px;
  right: 8px;
  transform: translateZ(0);
  z-index: 2000;
}

/* SP（small） */
@media screen and (max-width: 374px) {
  .main-section h2 {
    font-size: 24px;
  }
  .main-section .cta-btn {
    font-size: 14px;
    width: 100%;
    max-width: 290px;
  }
  .sp_sm-none {
    display: none;
  }
  .section-list li h3 {
    font-size: 20px;
  }
  #activity-section ul li p span {
    font-size: 16px;
  }
  #join-section .cta-btn {
    background-size: 8px;
    background-position: top 20px right 10px;
  }
}
/* タブレット以降 */
@media screen and (min-width: 760px) {
  .tablet_over-none {
    display: none !important;
  }
  .main-section {
    padding: 80px 24px;
  }
  .main-section h2 {
    margin-bottom: 40px;
  }
  #about-section {
    padding-top: 40px;
    background: url(../images/about_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  #about-section::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
  #about-section .about-text {
    font-size: 16px;
    text-align: center;
    margin-bottom: 28px;
  }
  #about-section .emphasis-text {
    margin: 12px 0 28px;
    text-align: center;
  }
  #about-section .about-text span.emphasis-text {
    font-size: 16px;
    text-align: center;
    margin: 28px 0;
  }
  #about-section .cta-btn {
    width: 275px;
  }
  #sns-section {
    padding: 40px 24px;
  }
}
/* PC */
@media screen and (min-width: 980px) {
  /* 全体 */
  .pc-only {
    display: inline-block !important;
  }
  .sp-only {
    display: none !important;
  }
  .main-section {
    z-index: 2;
    position: relative;
    padding: 80px 0;
  }
  .main-section h2 {
    font-size: 40px;
  }
  #about-section h2 span {
    font-size: 0.4em;
  }
  .main-section .cta-btn {
    width: 381px;
    line-height: 54px;
  }
  .main-section .cta-caption {
    font-size: 20px;
  }
  .main-section .cta-caption .slash-text {
    top: 13px;
  }
  .section-wrap {
    max-width: 996px;
  }
  .section-list {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    flex: 1 0 auto;
  }
  .section-list li {
    padding: 24px 20px;
    margin-bottom: 40px;
  }
  .section-list li h3 {
    font-size: 20px;
    height: 58px;
    margin-bottom: 24px;
  }
  .section-list li figure,
  .section-list li:last-child figure {
    width: 266px;
  }
  /* メインビジュアル */
  #mv-section {
    position: relative;
  }
  #mv-section figure {
    margin: 0 auto;
    max-width: 1920px;
    height: 540px;
  }
  #mv-section figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #mv-section .mv-flex {
    display: flex;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translate(-190px);
  }
  #mv-section .mv-btn {
    margin-top: 72px;
  }
  #mv-section .cta-btn {
    font-size: 24px;
  }
  #mv-section .iframe-wrap {
    margin-left: 32px;
    width: 254px;
    height: 305px;
    border: 5px solid #fdee21;
    border-radius: 16px;
  }
  /* ナビ */
  .page-nav {
    background-color: #fdee21;
    height: 72px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  .nav-wrap {
    width: 996px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .page-nav .page-nav-list {
    border: none;
  }
  .page-nav .page-nav-list li {
    height: 72px;
    margin-top: -2px;
  }
  .page-nav .page-nav-list li a {
    font-size: 16px;
    border-collapse: collapse;
  }
  .page-nav .nav-wrap .sns-flex {
    display: flex !important;
    margin: 0;
    align-items: center;
  }
  .page-nav .page-nav-list li {
    width: 120px;
  }
  .page-nav .page-nav-list li:first-child a {
    border-left: 2px solid #000;
  }
  .page-nav .page-nav-list li:nth-child(4) a {
    border-right: 1px solid #000;
  }
  .page-nav .page-nav-list li:last-child a {
    border-right: 2px solid #000;
  }
  /* たびふりーくとは */
  #about-section .about-banner-wrap {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  #about-section .about-banner {
    margin: 40px 0 16px 0;
    text-align: center;
  }
  /* たびふりーくでできること */
  #activity-section ul li p {
    font-size: 16px;
    line-height: 1.5;
  }
  #activity-section ul li p span {
    margin-bottom: 4px;
  }
  #activity-section ul li:nth-child(1) p span:last-child,
  #activity-section ul li:nth-child(2) p span:last-child {
    margin-top: 44px;
  }
  #activity-section ul li p span.activity-caption {
    margin-left: 0;
    line-height: 1.25;
    font-size: 16px;
  }
  #activity-section .activity-text {
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
  }
  /* こんな人におすすめ */
  #recommend-section {
    padding: 80px 0 40px;
  }
  #recommend-section .flex-grid {
    gap: 8px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, 243px);
  }
  #recommend-section .grid-item:first-of-type {
    background-image: url(../images/recommend_001_pc.jpg);
    grid-column: 1/5;
    background-position: center;
  }
  #recommend-section .grid-item:nth-of-type(2) {
    background-image: url(../images/recommend_002.jpg);
    grid-column: 5/9;
  }
  #recommend-section .grid-item:nth-of-type(3) {
    background-image: url(../images/recommend_003.jpg);
    grid-column: 9/13;
  }
  #recommend-section .grid-item:nth-of-type(4) {
    background-image: url(../images/recommend_004.jpg);
    grid-column: 1/4;
  }
  #recommend-section .grid-item:nth-of-type(5) {
    background-image: url(../images/recommend_005.jpg);
    grid-column: 4/7;
  }
  #recommend-section .grid-item:nth-of-type(6) {
    background-image: url(../images/recommend_006.jpg);
    grid-column: 7/10;
    background-position: center;
  }
  #recommend-section .grid-item:nth-of-type(7) {
    background-image: url(../images/recommend_007.jpg);
    grid-column: 10/13;
  }
  #recommend-section .grid-item:nth-of-type(8) {
    background-image: url(../images/recommend_008.jpg);
    grid-column: 1/5;
    background-position: right;
  }
  #recommend-section .grid-item:nth-of-type(9) {
    background-image: url(../images/recommend_009.jpg);
    grid-column: 5/9;
  }
  #recommend-section .grid-item:last-of-type {
    background-image: url(../images/recommend_010.jpg);
    grid-column: 9/13;
  }
  #recommend-section .grid-item p,
  #recommend-section .grid-item p em {
    font-size: 26px;
  }
  /* こんな人におすすめ */
  #report-section {
    padding: 40px 0;
  }
  #report-section .report-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 40px;
  }
  #report-section .report-tag {
    display: block !important;
    width: 98px;
    height: 32px;
    margin: 0 auto 16px;
    background-color: #fdee21;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
  }
  #report-section .report-grid img {
    width: 100%;
  }
  #report-section .report-grid p {
    width: 100%;
    padding: 0;
    font-size: 16px;
  }
  #report-section .iframe-container {
    padding: 0;
    margin-bottom: 0;
  }
  #report-section .iframe-container.report-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 24px;
  }
  #report-section .iframe-wrap {
    margin-top: 64px;
  }
  #report-section .iframe-wrap:nth-child(1),
  #report-section .iframe-wrap:nth-child(2) {
    margin-top: 0;
  }
  /* よくある質問 */
  #faq-section {
    padding: 40px 0;
  }
  #faq-section .faq-box .faq-q {
    padding-left: 40px;
  }
  #faq-section .faq-box .faq-a {
    padding: 24px 8px 24px 64px;
    margin-bottom: 32px;
  }
  #faq-section .faq-box .faq-a::before {
    left: 40px;
  }
  /* 注意事項 */
  #caution-section h3 {
    font-size: 32px;
  }
  /* 入会方法 */
  #join-section .section-list li {
    max-width: 314px;
    margin-bottom: 0;
  }
  #join-section .section-list li h3 {
    height: 120px;
  }
  #join-section .section-list li figure {
    margin-bottom: 0;
  }
  #join-section .section-list li h3 .join-num {
    display: block;
    font-size: 36px;
  }
  /* 旅にまつわる話をしよう */
  #bottom-section {
    background: transparent;
    padding: 80px 0;
  }
  #bottom-section::before {
    display: none;
  }
  #bottom-section .bottom-flex {
    display: flex;
  }
  #bottom-section .bottom-textbox {
    max-width: 61%;
    margin-right: 24px;
  }
  #bottom-section h2 {
    color: #333;
  }
  #bottom-section .bottom-text {
    color: #333;
  }
  #bottom-section figure {
    width: 364px;
    height: 293px;
    margin: 0;
    flex-shrink: 0;
    overflow: hidden;
  }
  #bottom-section figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  /* SNS */
  #sns-section {
    padding: 0 0 80px;
  }
  #sns-section .sns-grid {
    display: flex !important;
    justify-content: center;
    margin-bottom: 40px;
    /* display: grid !important;
    grid-template-columns: 484px 484px;
    grid-template-rows: 511px 511px;
    grid-gap: 20px 24px; */
  }
  #sns-section .sns-grid .iframe-wrap {
    overflow: hidden;
    border: 1px solid #707070;
    width: 484px;
    height: 511px;
    margin: 0 12px;
  }
  #sns-section .sns-grid iframe {
    height: 100%;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
}
.main-section#mv-section .cta-btn {
  height: 80px;
  background-position: top 28px right 15px;
  padding: 12px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .main-section#mv-section .cta-btn {
    height: 64px;
    background-position: top 20px right 15px;
    padding: 8px;
    line-height: 24px;
  }
}
.main-section#mv-section .external {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .main-section#mv-section .external {
    font-size: 14px;
  }
}
.main-section#mv-section .iframe-wrap {
  border: none;
}
.main-section#mv-section .mv-btn {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .main-section#mv-section .mv-btn {
    margin-top: 0px;
  }
}

.main-section#join-section .external {
  font-size: 14px;
}

#about-section .about-banner {
  display: none;
}
