<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html {
  height: 100%;
}


* {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.yoyaky_btn,
.yoyaku_icon {
  display: none;
}

.sec_tit {
  position: relative;
}

.sec_tit::before {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
}


.sec_company .sec_tit::before {
  content: url("../img/index/icon01.svg");
}

.sec_access .sec_tit::before {
  content: url("../img/index/icon02.svg");
}

.sec_present .sec_tit::before,
.sec_lottery .sec_tit::before {
  content: url("../img/index/icon03.svg");
}

.sec_explain .sec_tit::before {
  content: url("../img/index/icon04.svg");
}

.sec_voice .sec_tit::before {
  content: url("../img/index/icon05.svg");
}



/* メインビジュアル */

.mv {
  background-image: url(../img/index/mv_back_.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 70px);
  min-height: 800px;
  max-width: 1920px;
  margin: 0 auto;
}

.mv&gt;.inner {
  position: relative;
  padding: 30px 6% 50px;
  background-image: url("../img/index/mv_back.png");
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.mv_detail {
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

h1 {
  color: #e9ff06;
  font-size: 90px;
  text-align: center;
  line-height: 54px;
  text-shadow: #061c30 0 0 4px;
  margin-bottom: 20px;
}

h1 span {
  font-size: 36px;
}

.mv_comment {
  position: relative;
  display: inline-block;
  margin: 0 auto 30px;
  padding: 7px 28px;
  min-width: 120px;
  max-width: 100%;
  color: #07abb3;
  font-size: 28px;
  background: #fff;
  border-radius: 6px;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
}

.mv_comment:before {
  content: "";
  position: absolute;
  top: 97%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}

.mv_logo {
  display: block;
  width: 240px;
  max-width: 70%;
  margin: 0 auto 20px;
  aspect-ratio: 1 / 1;

}

.mv_txt {
  width: 320px;
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  background-color: #07abb3;
  border: 1px solid #fff;
  color: #fff;
  padding: 14px 20px;
  margin: 0 auto;
  letter-spacing: 1.2px;
  margin-bottom: 30px;
  line-height: 1;
  max-width: 88%;
}

.mv_txt02 {
  font-weight: bold;
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 54px;
  text-shadow: #092b4b 0 0 4px;
  margin-bottom: 30px;
}

.mv_date {
  background-color: #fff;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 20px;
}

.mv_date .mv_left {
  border-right: #ffc700 3px solid;
  padding: 0 40px;
  font-weight: bold;
  font-size: 20px;
}

.mv_date .mv_right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 40px;

}

.mv_right .date {
  font-size: 44px;
  font-weight: bold;
  margin-right: 14px;
  line-height: 1;

}

.mv_right .date span {
  background-color: #ffc700;
  border-radius: 50%;
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.mv_right .time .bold {
  font-weight: bold;
  font-size: 28px;
  line-height: 0.7;
}

.mv_right .time .small {
  font-size: 12px;
  font-weight: normal;
}

/* スライダー */
.slider img {
  width: 100%;
}

/* ナビ */

nav {
  height: 70px;
  position: sticky;
  position: -webkit-sticky;
  top: -1px;
  z-index: 1000;
  border-bottom: 1px solid #fff;
}

.nav_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  height: 100%;
  padding: 0;
}

.nav_list li {
  background-color: #07abb3;
  width: calc(100%/6);
  padding: 10px;
  text-align: center;
  list-style: none;
  border-right: 1px #fff solid;
  height: 100%;
  width: 100%;
}

.yoyaku {
  background-color: #f15a24 !important;
}


.nav_list a {
  justify-content: center;
  align-items: center;
  display: flex;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  height: 100%;
  font-size: 18px;
}

.nav_list a:hover {
  opacity: 0.7;
}


/*---------------------------------------------------------------------------------
sec_movie・sec_company
  ---------------------------------------------------------------------------------*/

.sec_company,
.sec_movie {
  background: #e6f9ff;
  padding: 120px 0;
}

.sec_company .inner,
.sec_movie .inner {
  width: 1280px;
  max-width: 88%;
  margin: 0 auto;
}

.sec_company .sec_tit,
.sec_movie .sec_tit {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}

.sec_company .sec_txt,
.sec_movie .sec_txt {
  font-size: 28px;
  color: #07abb3;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.sec_movie .sec_txt {
  font-size: 22px;
}


.sec_company .sec_sub_txt {
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.sec_sub_txt .orange {
  color: #07abb3;
}

.company_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: #07abb3 1px solid;
  padding: 30px 3%;
  border-radius: 0 0 10px 10px;

  background-color: #fff;
  margin-bottom: 20px;
}

.company_list li {
  width: calc(100%/3);
  font-size: 20px;
  margin-bottom: 16px;
  list-style: none;
  padding: 0 1%;
}

.company_list li a {
  color: #1b1b1b;
}

.sec_company_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.sec_company_flex p {
  font-size: 30px;
  font-weight: bold;
  margin-left: 30px;
  text-align: center;
}

.sub_tit {
  max-width: 700px;
  font-size: 28px;
  text-align: center;
  margin: 70px auto 40px;
  padding-bottom: 16px;
  border-bottom: #07abb3 2px solid;
}

.syokusyu_img {
  width: 600px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.syokusyu_list,
.genre_list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.syokusyu_list li,
.genre_list li {
  background-color: #ff6b36;
  color: #fff;
  font-size: 16px;
  width: calc(100%/5);
  padding: 8px;
  font-weight: bold;
  margin: 10px;
  text-align: center;
  border-radius: 30px;
}

.syokusyu_txt,
.genre_txt {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #535353;
}

/* タブ切替 */

.tabs {
  display: flex;
  cursor: pointer;
  width: 100%;
}

.tab {
  width: 50%;
  padding: 20px 30px;
  border: 1px solid #ccc;
  background: #f0f0f0;
  font-size: 21px;
  text-align: center;
}

.tab.active {
  background: #fff;
  border-bottom: none;
  color: #07abb3;
  font-weight: bold;
}

.tab-content {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: none;
}

.tab-content.active {
  display: flex;
}

/*---------------------------------------------------------------------------------
sec_access
  ---------------------------------------------------------------------------------*/

.sec_access {
  background-color: #fff;
  padding: 120px 0;

}

.sec_access .inner {
  width: 1280px;
  max-width: 88%;
  margin: 0 auto;
}

.sec_access .sec_tit {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.sec_access .sec_txt {
  font-size: 22px;
  margin-bottom: 20px;
}

.sec_access .sec_txt .orange {
  color: #07abb3;
}

.access_tbl {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.access_tbl th,
.access_tbl td {
  border: solid 1px #b6b6b6;
  padding: 28px 20px 32px;
  vertical-align: middle;
}

.access_tbl th {
  background-color: #07abb3;
  color: #fff;
  width: 200px;
  font-size: 18px;
}


.access_tbl td {
  background-color: #fff;
}

.access_tbl td .small {
  font-size: 14px;
  color: #535353;
}

/* モーダル */

.info_btn {
  max-width: 100%;
  background-color: #07abb3;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
  padding: 6px 20px;
  margin-top: 20px;
  cursor: pointer;
  text-align: center;
  width: 300px;
  border-radius: 4px;
}

.modal_main::-webkit-scrollbar {
  width: 7px;
}

.modal_main::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.modal_main::-webkit-scrollbar-thumb {
  background-color: rgb(110, 110, 110);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.modal-content {
  display: none;
  position: fixed;
  z-index: 110000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 900px;
  background-color: #fff;
  height: auto;
  max-height: 70%;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
}

.modal_main {
  padding: 20px 20px 30px;
  margin: 40px auto 50px;
  overflow-y: auto;
  max-height: 60vh;
  box-sizing: border-box;
  text-align: center;
  max-width: 100%;
}

.modal_main h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.modal_main li {
  margin: 10px auto 40px;
}

.info_img {
  margin: 0 auto;
  width: 600px;
  max-width: 100%;
}

.info_txt {
  width: 600px;
  max-width: 100%;
  font-size: 15px;
  margin: 0 auto;
  text-align: left;
}

.info_txt .small {
  font-size: 13px;
  color: red;
}

.info_txt .bold {
  font-weight: bold;
  color: #07abb3;
  font-size: 20px;
}

.close_modal {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 30px;
}

/* 後ろのコンテンツ止める */
body.nonscroll {
  overflow: hidden;
}

/* モーダルここまで */


/*---------------------------------------------------------------------------------
sec_present
  ---------------------------------------------------------------------------------*/

.sec_present {
  background: #ffc700;
  padding: 120px 0;
  background-image: url("../img/index/present_back.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


.sec_lottery {
  background: #e6f9ff;
  padding: 120px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec_present .inner,
.sec_lottery .inner {
  width: 1280px;
  max-width: 88%;
  margin: 0 auto;
}

.sec_present .sec_tit,
.sec_lottery .sec_tit {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.present_txt {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}

.present_txt .bold {
  font-weight: bold;
  font-size: 46px;
  color: #ff6b36;
}

.sec_present .annot,
.sec_lottery .annot {
  max-width: 820px;
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
}

.sec_lottery .annot {
  color: #333;
}

.gift_img {
  display: block;
  width: 600px;
  margin: 0 auto 30px;
  max-width: 100%;
}

.gift_img-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.gift_img-modal-content {
  max-width: 90%;
  max-height: 80%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gift_img-modal-close {
  position: fixed;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}


/*---------------------------------------------------------------------------------
sec_explain
  ---------------------------------------------------------------------------------*/


.sec_explain {
  padding: 120px 0;

}

.sec_explain .inner {
  width: 1280px;
  max-width: 88%;
  margin: 0 auto;
}

.sec_explain .sec_tit {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.explain_txt {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.explain_txt .bold {
  color: #07abb3;
}

.point_list {
  margin-bottom: 30px;
}

.point_list li:first-of-type {
  border-top: dashed 2px #ffc700;
}

.point_list li {
  padding: 20px 0 30px;
  border-bottom: dashed 2px #ffc700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* .point_list li:nth-child(even) {
  flex-direction: row-reverse;
} */

.point_img {
  width: 160px;
  margin-right: 40px;
}

.point_list h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.point_list p {
  font-size: 17px;
}

.movie_tit {
  font-size: 30px;
  text-align: center;
}

.youtube {
  margin: 20px auto;
  text-align: center;
}

.youtube_txt {
  font-size: 20px;
  text-align: center;
  margin-bottom: 120px;
}

.youtube_txt.bold {
  font-weight: bold;
  font-size: 34px;
  margin-top: 60px;
  color: #ffc700;
}


/*---------------------------------------------------------------------------------
sec_voice
  ---------------------------------------------------------------------------------*/

.sec_voice {
  background-color: #ffc700;
  padding: 120px 0;

}

.sec_voice .inner {
  width: 1280px;
  max-width: 88%;
  margin: 0 auto;
}

.sec_voice .sec_tit {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.sec_voice .sec_tit .small {
  font-weight: 500;
  font-size: 18px;
}

.sec_voice .sec_tit .bold {
  font-weight: bold;
  font-size: 40px;
}

.survey_img {
  display: block;
  margin: 0 auto;
  width: 350px;
  max-width: 100%;
}

.voice_list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.voice_list li:nth-child(odd) {
  flex-direction: row-reverse;
}

.voice_list img {
  padding: 0 10px;
}

.voice_list p {
  font-size: 18px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}



@media (max-width: 1080px) {

  /* メインビジュアル */

  .mv .inner {
    padding: 80px 6% 70px;
  }

  .mv_date {
    padding: 10px 0;
  }


  .mv_detail {
    padding: 20px 6%;
  }

  h1 {
    font-size: 70px;
    line-height: 40px;
  }

  h1 span {
    font-size: 26px;
  }

  .mv_txt02 {
    letter-spacing: 1.2px;
  }

  .mv_date .mv_left {
    padding: 0 20px 0 10px;
  }

  .mv_date .mv_right {
    padding: 0 20px 0 10px;
  }

  /* ナビ */
  .nav_list a {
    font-size: 14px;
  }

  .nav_list li {
    padding: 10px 8px;
  }

  /* 共通 */
  .sec_tit::before {
    top: -44px;
    width: 44px;
    height: 44px;
  }

  /*---------------------------------------------------------------------------------
sec_movie・sec_company
  ---------------------------------------------------------------------------------*/
  .sec_company {
    padding: 90px 0;
  }

  .sec_movie {
    padding: 30px 0;

  }

  .sec_company .sec_tit,
  .sec_movie .sec_tit {
    font-size: 32px;
  }

  .company_list li {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .sec_company .sec_txt,
  .sec_movie .sec_txt {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .sec_company .sec_sub_txt {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .sec_company_flex img {
    width: 130px;
  }

  .sec_company_flex p {
    font-size: 16px;
  }

  .syokusyu_list li,
  .genre_list li {
    margin: 6px 2%;
    padding: 5px;
    font-size: 15px;
  }

  /*---------------------------------------------------------------------------------
sec_access
  ---------------------------------------------------------------------------------*/
  .sec_access {
    padding: 90px 0;
  }

  .sec_access .sec_tit {
    font-size: 32px;
  }

  .sec_access .sec_txt {
    font-size: 18px;
  }

  .access_tbl th {
    font-size: 15px;
    width: 120px;
    padding: 10px;
  }

  .access_tbl td {
    width: auto;
    padding: 16px 2%;
    font-size: 15px;
  }

  .access_tbl iframe {
    max-width: 100%;
  }

  .access_tbl td .small {
    font-size: 12px;
  }

  /* モーダル */
  .modal_inner {
    width: 90%;
  }


  /*---------------------------------------------------------------------------------
sec_present
  ---------------------------------------------------------------------------------*/
  .sec_present {
    padding: 90px 0;
  }

  .sec_present .sec_tit,
  .sec_lottery .sec_tit {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .present_txt {
    font-size: 26px;
  }

  .sec_lottery .present_txt {
    font-size: 20px;
  }

  .present_txt .bold {
    font-size: 33px;
  }


  .sec_lottery .present_txt .bold {
    font-size: 28px;
  }

  .present_txt .bold .gift_img {
    width: 400px;
  }

  /*---------------------------------------------------------------------------------
sec_explain
  ---------------------------------------------------------------------------------*/
  .sec_explain {
    padding: 90px 0;
  }

  .sec_explain .sec_tit {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .explain_txt {
    font-size: 21px;
  }

  .point_img {
    width: 132px;
    margin-right: 20px;
  }

  .point_list h3 {
    font-size: 22px;
  }

  .point_list p {
    font-size: 15px;
  }

  .movie_tit {
    font-size: 28px;
  }

  .youtube_txt {
    font-size: 16px;
  }

  .youtube_txt.bold {
    font-size: 29px;
    margin-top: 20px;
  }

  /*---------------------------------------------------------------------------------
sec_voice
  ---------------------------------------------------------------------------------*/
  .sec_voice {
    padding: 90px 0;
  }

  .sec_voice .sec_tit {
    margin-bottom: 10px;
    line-height: 1;
  }

  .sec_voice .sec_tit .bold {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .survey_img {
    margin-bottom: 20px;
  }


  .voice_list li {
    margin-bottom: 20px;
  }

  .voice_list img {
    width: 120px;
  }


  .voice_list p {
    font-size: 15px;
  }
}

@media (max-width: 780px) {

  /* ナビ */
  nav {
    display: none;
  }

  /* メインビジュアル */

  .mv_comment {
    font-size: 19px;
  }

  .mv_txt {
    font-size: 20px;
    background-color: #07abb3;
    color: #fff;
  }

  h1 {
    font-size: 50px;
    line-height: 34px;
  }

  h1 span {
    font-size: 22px;
  }

  .mv_logo {
    width: 200px;
    margin: 0 auto 20px;
  }

  .mv_txt02 {
    font-size: 30px;
  }

  .mv_date {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .mv_date .mv_right {
    margin-bottom: 10px;
  }

  .mv_date .mv_right .time {
    line-height: 1;
  }

  .mv_date .mv_left {
    border-right: none;
  }

  .mv_date .mv_left p {
    font-size: 17px;
  }

  .yoyaky_btn {
    position: fixed;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 380px;
    display: block;
    background-color: #f15a24;
    padding: 20px 4%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 20px;
  }

  .arrow_icon {
    width: 18px;
    display: inline-block;
    margin-left: 10px;
  }

  .yoyaku_icon {
    z-index: 1000;
    position: fixed;
    width: 100px;
    display: inline-block;
    right: 3%;
    bottom: 30px;

  }

  /*---------------------------------------------------------------------------------
sec_movie・sec_company
  ---------------------------------------------------------------------------------*/
  .sec_movie .sec_txt {
    font-size: 14px;
  }

  /*---------------------------------------------------------------------------------
sec_company
  ---------------------------------------------------------------------------------*/

  .company_list li {
    width: calc(100% / 2);
  }

  .sec_company_flex img {
    width: 80px;
  }

  .sec_company_flex p {
    margin-left: 3%;
  }

  .syokusyu_list li,
  .genre_list li {
    width: calc(100% /4);
    font-size: 13px;
    margin: 4px 1%;
    padding: 3px 0 4px;
  }

  .tab {
    padding: 10px 3%;
    font-size: 16px;
  }

  .sec_company .sec_sub_txt {
    font-size: 15px;
  }


  /*---------------------------------------------------------------------------------
sec_access
  ---------------------------------------------------------------------------------*/
  .access_tbl th {
    font-size: 13px;
    padding: 4px;
    width: 100px;
  }

  .access_tbl td {
    font-size: 13px;
  }

  .access_tbl iframe {
    max-width: 100%;
    height: 300px;
  }

  .sec_access .sec_txt {
    font-size: 14px;
  }

  /*---------------------------------------------------------------------------------
sec_present/sec_lottery
  ---------------------------------------------------------------------------------*/
  .present_txt {
    font-size: 21px;
    line-height: 1.2;
  }

  .present_txt .bold {
    font-size: 28px;
  }

  .gift_img {
    width: 300px;
  }

  .sec_lottery .present_txt {
    font-size: 17px;
  }

  .sec_lottery .present_txt .bold {
    font-size: 22px;
  }


  /*---------------------------------------------------------------------------------
sec_explain
  ---------------------------------------------------------------------------------*/
  .youtube iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .youtube_txt.bold {
    font-size: 25px;
  }

  /*---------------------------------------------------------------------------------
sec_voice 
  ---------------------------------------------------------------------------------*/
  .sec_voice .sec_tit .bold {
    font-size: 27px;
  }

  .survey_img {
    width: 310px;
  }

  .voice_list p {
    font-size: 13px;
    padding: 14px 3%;
  }

  .voice_list img {
    width: 100px;
  }

}

@media (max-width: 480px) {


  .yoyaky_btn {
    width: 300px;
    font-size: 15px;
    padding: 17px 2%;
  }

  .arrow_icon {
    margin-left: 6px;
    width: 14px;
  }

  .yoyaku_icon {
    width: 90px;
    right: 4px;
    bottom: 30px;
  }

  .sec_tit::before {
    top: -32px;
    width: 32px;
    height: 32px;
  }

  /* メインビジュアル */

  .mv {
    min-height: 580px;
    background-image: url("../img/index/sp_mv_back_.jpg");
  }

  .mv_comment {
    font-size: 14px;
  }

  .mv_logo {
    width: 50%;
  }

  h1 {
    font-size: 40px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  h1 span {
    font-size: 16px;
  }

  .mv_txt {
    font-size: 18px;
    width: 200px;
    max-width: 100%;
    padding: 8px 3% 9px;
    margin-bottom: 20px;
  }

  .mv_txt02 {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 30px;
  }

  .mv_detail {
    top: 42%;
    padding: 20px 4%;
  }

  .mv_date {
    padding: 4px 0 10px;
  }

  .mv_date .mv_right {
    width: 100%;
    padding: 5px 2%;
    justify-content: center;
    margin-bottom: 0;
  }

  .mv_right .date {
    font-size: 32px;
    margin-right: 2%;
  }

  .mv_right .date span {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }

  .mv_right .time .bold {
    font-size: 24px;
  }

  .mv_right .time .small {
    font-size: 11px;
  }

  .mv_date .mv_left p {
    font-size: 15px;
  }



  /*---------------------------------------------------------------------------------
sec_movie・sec_company
  ---------------------------------------------------------------------------------*/

  .sec_company {
    padding: 40px 0 50px;
  }

  .sec_company .inner {
    max-width: 92%;
  }


  .sec_company .sec_tit,
  .sec_movie .sec_tit {
    font-size: 24px;
    padding-bottom: 4px;
  }

  .sec_company .sec_txt {
    font-size: 14px;
  }

  .sec_movie .sec_txt {
    font-size: 13px;
  }

  .company_list {
    padding: 22px 4%;
  }

  .company_list li {
    width: auto;
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 3%;
  }

  .sec_company_flex {
    margin-top: 20px;
  }

  .sec_company_flex img {
    width: 50px;
  }

  .sec_company_flex p {
    font-size: 17px;
    text-align: left;
  }

  .sec_company .sub_tit {
    font-size: 22px;
    margin: 50px auto 20px;
    padding-bottom: 12px;
  }

  .syokusyu_img {
    margin-bottom: 10px;
  }

  .syokusyu_list li,
  .genre_list li {
    width: 42%;
  }

  .syokusyu_txt,
  .genre_txt {
    font-size: 20px;
  }

  .sec_company_flex p {
    font-size: 13px;
  }

  .sec_company .sec_sub_txt {
    font-size: 16px;
  }



  .tab {
    padding: 14px 3%;
    font-size: 14px;
  }

  /*---------------------------------------------------------------------------------
sec_access
  ---------------------------------------------------------------------------------*/
  .sec_access {
    padding: 72px 0 50px;
  }

  .sec_access .inner {
    max-width: 92%;
  }


  .sec_access .sec_tit {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .access_tbl th,
  .access_tbl td {
    display: block;
    border: none;
  }

  .access_tbl th {
    width: 100%;
  }

  .access_tbl td .small {
    font-size: 11px;
    color: #535353;
    display: block;
  }

  .access_tbl iframe {
    height: auto;
    aspect-ratio: 1 / 1;

  }


  /* モーダル */
  .modal_inner {
    width: 94%;
  }

  .modal_main {
    height: auto;
    margin: 20px auto 10px;
    padding: 20px 6%;
  }

  .modal_main h3 {
    font-size: 17px;
  }

  .info_txt {
    font-size: 13px;
  }

  .info_txt .bold {
    font-size: 16px;
  }

  .close_modal {
    top: 0;
    right: 8px;
    font-size: 24px;
  }

  /*---------------------------------------------------------------------------------
sec_present
  ---------------------------------------------------------------------------------*/
  .sec_present,
  .sec_lottery {
    padding: 72px 0 50px;
  }

  .sec_present .inner {
    max-width: 92%;
  }


  .sec_present .sec_tit,
  .sec_lottery .sec_tit {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .present_txt {
    font-size: 19px;
  }

  .present_txt .bold {
    font-size: 29px;
  }

  .gift_img-modal-content {
    top: 42%;
  }

  /*---------------------------------------------------------------------------------
sec_explain
  ---------------------------------------------------------------------------------*/
  .sec_explain {
    padding: 72px 0 50px;
  }

  .sec_explain .inner {
    max-width: 92%;
  }

  .sec_explain .sec_tit {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .explain_txt {
    font-size: 15px;
  }

  .point_list li {
    flex-wrap: wrap;
    padding: 16px 0 20px;
  }

  .point_txt {
    width: 100%;
  }

  .point_img {
    width: 124px;
    margin: 0 auto 10px;
  }

  .point_list h3 {
    font-size: 17px;
    text-align: center;
  }

  .point_list p {
    font-size: 13px;
  }

  .movie_tit {
    font-size: 19px;
  }

  .youtube_txt {
    font-size: 13px;
    margin-bottom: 60px;
  }

  .youtube_txt.bold {
    font-size: 18px;
  }

  /*---------------------------------------------------------------------------------
sec_voice
  ---------------------------------------------------------------------------------*/
  .sec_voice {
    padding: 72px 0 50px;
  }

  .sec_voice .inner {
    max-width: 92%;
  }

  .sec_voice .sec_tit {
    font-size: 29px;
    margin-bottom: 10px;
  }

  .sec_voice .sec_tit .small {
    font-size: 13px;
  }

  .sec_voice .sec_tit .bold {
    font-size: 24px;
  }

  .survey_img {
    width: 260px;
  }

  .voice_list p {
    font-size: 12px;
    padding: 10px 3%;
  }

  .voice_list img {
    width: 90px;
  }

  /*---------------------------------------------------------------------------------
sec_present/sec_lottery
  ---------------------------------------------------------------------------------*/
  .sec_lottery .present_txt {
    font-size: 13px;
  }

  .sec_lottery .present_txt .bold {
    font-size: 18px;
  }

}</pre></body></html>